@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* ======================= BASE ====== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 15px;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fm {
  font-family: 'Noto Serif Japanese',"游明朝", YuMincho,"Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, input, select, textarea, button {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

.icon, .thanks_bktop a:before {
  font-family: 'ElegantIcons';
}

/*======== WEB FONT ========*/
@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*======== body ========*/
body {
	background: url("../images/bg.jpg") repeat;
	padding-top: 5vh;
}
.sw-theme-default {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
header h1 {
width: 90%;
max-width: 700px;
margin: 0 auto 50px;
color: #60a143;
font-size: 20px;
font-weight: bold;
}

/*======== stepnav ========*/
.stepnav {
	display: none;
}
.stepnav li {
	text-align: center;
	width: 23%;
}
.stepnav li.step0 {
	width: 0 !important;
	overflow: hidden;
}
.stepnav li a {
	display:  block;
	padding: 7px 0;
}
.stepnav li span {
	display: block;
	font-size: 10px;
}

/*======== mendan_form ========*/
.mendan_form {
	max-width: 700px;
	margin: 0 auto;
}

.mendan_form h1 {
	background: #f7ac00;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0;
}
.mendan_form h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	margin: 0 3% 30px;
	padding: 20px 5%;
	background: #eaffd4;
	display: flex;
	align-items: center;
	color: #55b027;
}
.mendan_form h2 img {
	display: block;
	width: 53px;
	height: 40px;
	margin-right: 5px;
}
.mendan_form p,
.mendan_form div,
.mendan_form li {
	line-height: 140%;
}
.mendan_form .chap_tit {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	margin: 0 3%;
	padding: 20px 5%;
	background: #fdab0f;
	color: #fff;
	border-radius: 10px;
}
.mendan_form .chap_tit:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(253, 171, 15, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FDAB0F;
    top:100%;
    left:50%;
}
.mendan_form .chap_box .supp {
	display: block;
	background: #fff4f2;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 20px;
	line-height: 160%;
	color: #ff0000;
	border: 1px dashed #ff0000;
}
.mendan_form .chap_box {
	padding: 20px 5%;
}
.mendan_form .chap_box select,
.mendan_form .chap_box input[type="text"],
.mendan_form .chap_box input[type="email"],
.mendan_form .chap_box input[type="tel"],
.mendan_form .chap_box input[type="date"],
.mendan_form .chap_box textarea {
	padding: 17px 10px;
	border: 1px #dcdcdc solid;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.mendan_form .chap_box textarea {
	height: 120px;
}
.mendan_form .chap_type_multiple li {
	margin-bottom: 15px;
}
.mendan_form .chap_type_multiple li:last-child {
	margin-bottom: 0;
}
.mendan_form .chap_type_check {
	padding: 35px 5% 10px;
}
.mendan_form .chap_type_check li {
	position: relative;
	margin-bottom: 10px;
}
.mendan_form .chap_type_check li input[type="radio"],
.mendan_form .chap_type_check li input[type="checkbox"] {
	display: none;
}
.mendan_form .chap_type_check label {
	display: block;
	padding: 20px 10px;
	border: 1px #ccc solid;
	border-radius: 5px;
	background: #fff;
	font-size: 15px;
	text-align: center;
}
.mendan_form .chap_type_check label span{
  font-size: 12px;
}
.mendan_form .chap_type_check input:checked + label {
/* 	color: #f78000; */
	border: 2px #55b027 solid;
	color: #55b027;
	font-weight: bold;
	background: #ffffff;
}
.mendan_form .flex02 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.mendan_form .flex02 li {
	width: 48%;
}
.mendan_form .chap_inner_tit {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.mendan_form .chap_inner_tit span {
	font-size: 11px;
	margin-left: 10px;
}
.mendan_form .chap_inner_tit small, .chap_box small {
	font-size: 11px;
	line-height: 1;
	font-weight: normal;
}
.mendan_form .chap_input_short01 select {
	width: calc(100% - 3em);
	margin-right: 0.5em;
}
.mendan_form .chap_input_short01 select:checked + label{
	border: 1px #55b027 solid;
}
.mendan_form .chap_input_short02 input[type="text"] {
	width: 40%;
	margin: 0 0.5em 0 0;
}
.mendan_form .kyuryo_box {
	margin-bottom: 10px;
}
.mendan_form .tel_info {
	background: #fff;
	padding: 20px 5%;
}
.mendan_form .tel_info p,
.mendan_form .tel_info p span {
	line-height: 140%;
	font-size: 13px;
}
.mendan_form .tel_info p span {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
.mendan_form .errorform {
	padding: 5px 0 15px;
	color: #ff0000;
	font-weight: bold;
  font-size: 14px;
}
.mendan_form .errorform.collect {
  color: #f5f5f5;
}

.mendan_form .errorform.collect:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058  OK！";
  color: #55b027;
  display: inline-block;
  margin: 0 0 0 5px;
}
.mendan_form .errorstep {
	margin: 10px 5% 30px;
	padding: 10px 5%;
	background:#ffe5e5;
	color: #ff0000;
	border: 1px solid #ff0000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	font-weight: bold;
}
.pb0 {
	padding-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt10 {
	margin-top: 10px !important;
}

/* acordion */
.acordion_btn {
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
}
.mendan_form .chap_tit.acordion_btn span.arrow {
	font-size: 16px;
	padding: 0 2px;
}
.disp_none {
	display: none;
}
.open {
	display: block;
}

/* btn */
.sw-btn-prev.disabled,
.sw-btn-next.disabled,
.btn-info.disabled {
	background: #bbb !important;
}

.btn-group ,
.btn-toolbar {
	display: block;
}
.sw-btn-group {
	position: relative;
	margin: 0 5% !important;
	height: 80px;
}
.sw-btn-prev,
.sw-btn-next,
.btn-info {
	background: #55b027 !important;
	color: #fff;
	border-radius: 5px !important;
	text-align: center;
	border: none !important;
	cursor: pointer;
	font-weight: bold;
	box-shadow: none !important;
}
.sw-btn-prev:hover,
.sw-btn-next:hover,
.btn-info:hover {
	opacity: 0.8;
}
.sw-btn-prev {
	position: absolute !important;
	top: 10px;
	left: 0;
	padding: 10px 20px;
	font-size: 18px;
}
.sw-btn-next {
	position: absolute !important;
	top: 0;
	right: 0;
	padding: 12px 50px;
	font-size: 20px;
}
.sw-btn-group-extra {
	text-align: center;
	padding-bottom: 20px;
}
.btn-info {
	margin: 0 auto;
	padding: 20px 20px 15px;
	font-size: 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-bottom: 8px solid #48931b !important;
}
.btn-info.disabled {
	border-bottom: none !important;
}

/*======== thanks ========*/
.thanks_block {
	padding: 50px 0;
}
.thanks_block h1 {
	color: #ed8203;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.thanks_block p{
	margin: 20px 5%;
	line-height: 140%;
}
.thanks_block div {
	background: #ffeaea;
	margin: 0 5%;
	padding: 20px 4%;
	text-align:  center;
	color: #f97171;
	font-weight: bold;
}
.thanks_block div a {
	color: #f97171;
}

/*======== footer ========*/
.copyright img {
	display: block;
	width: 100%;
}

.ui-widget.ui-widget-content {
  width: 80% !important;
  max-width: 600px;
}
/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 10px !important;
}

@media (min-width:768px){
	.mendan_form h2,
	.mendan_form .chap_tit {
	font-size: 22px;
	}
	.mendan_form .chap_box .supp {
	margin-bottom: 5%;
	font-size: 16px;
	font-weight: bold;
	}
	.mendan_form .chap_type_check label {
	  padding: 30px;
	  font-size: 20px;
	  font-weight: bold;
	  color: #666;
	  border-radius: 10px;
	}
	.mendan_form .chap_type_check label br {
	display: none;
	}
	.mendan_form .chap_box select, .mendan_form .chap_box input[type="text"], .mendan_form .chap_box input[type="email"], .mendan_form .chap_box input[type="tel"], .mendan_form .chap_box input[type="date"], .mendan_form .chap_box textarea {
	font-size: 20px;
	}
	.mendan_form .chap_type_check li {
	margin-bottom: 5%;
	}
}
