@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2 {
	margin: 5em auto 2em auto;
	width: fit-content;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #529abc;
	font-size: 7vw;
	line-height: 1.5em;
}






.info_ma{
    width: 90%;
    max-width: 900px;
    margin: 3em auto;

h2{margin: 3em auto;}
	ul.info_ma_list{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 1em;
		li{
			border-bottom: 1px solid #CCC;
			padding: 1em 0;
			list-style: none;
			width: 100%;
			a{font-size: 18px; text-decoration: underline;}
		}
	}
}
.info_ma_thema{
	span{}
}




/*  pager  */
.grouppaging {
	text-align: center;
	clear: both;
	li {
		display: inline-block;
		vertical-align: top;
		*display: inline;
		*zoom: 1;
		width: 40px !important;
		margin: 2px 7px 2px 0;
		line-height: 35px;
		border: 1px solid #ccc;
		border-radius: 20px;
		background-color: #fdfcfd;
		span {
			display: block;
		}
		a {
			height: 35px;
			line-height: 35px;
			display: block;
			background: #ddd;
			text-align: center;
			font-weight: bold;
			color: #000000 !important;
			text-decoration: none !important;
			&:hover {
				background: #aaaaaa;
			}
			&.active {
				background: #FFBF00;
			}
		}
	}
}


.page_next {
	margin: 50px auto;
	padding: 1em;
	background-color: #f5f5f5;
	max-width: 900px;
	width: 96%;
	border-radius: 5px;
	ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		li {
			flex-basis: 45%;
			align-self: center;
			font-size: 13px;
			line-height: 22px;
			position: relative;
			list-style: none;
			&:nth-child(1) a {
				padding: 1em 15px 1em 55px;
			}
			&:nth-child(1) a::before {
				content: '\f053';
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				position: absolute;
				top: 50%;
				left: 25px;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				color: #000;
			}
			&:nth-child(2) {
				flex-basis: 80px;
				border-radius: 3px;
				background-color: #ffffff;
				text-align: center;
				line-height: 3em;
				box-sizing: border-box;
				a {
					display: block;
					color: #111111;
					text-decoration: none;
				}
			}
			&:nth-child(3) a {
			padding: 35px 55px 35px 15px;
			text-align: right;
			}
			&:nth-child(3) a::after {
			content: '\f054';
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
			position: absolute;
			top: 50%;
			right: 25px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			color: #000;
			}

			a {
			display: block;
			color: #0086d1;
			}
			&:hover a {
			text-decoration: none;
			color: #999;
			}
		}

		li span {
		display: none;
		}
	}
}




/*----------------------------------------------------------
	 form customize
----------------------------------------------------------*/
.stepBar {
 display: flex;
 max-width: 9-%;
 position: relative;
 margin: 20px auto;
 text-align: center;
 padding: 0;
}

.stepBar li {
 font-size: 14px;
 list-style: none;
 position: relative;
 width: 33.333%;
}

.stepBar li:after {
 background: #D0E1F9;
 content: "";
 width: calc(100% - 24px);
 height: 4px;
 position: absolute;
 left: calc(-50% + 18px);
 top: 15px;
}

.stepBar li:first-child:after {
 display: none;
}

.stepBar li span {
 background: #D0E1F9;
 color: #ffffff;
 display: inline-block;
 height: 35px;
 margin-bottom: 5px;
 line-height: 35px;
 width: 35px;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
 border-radius: 50%;
}

.stepBar .visited:after {
 background: #042455;
}

.stepBar .visited span {
 background: #042455;
}

.form_section {
	width: 94%;
	margin: 4em auto 2em auto;
}

.form_intro p {
 background: #eee;
 padding: 20px;
}

.form_subttl {
 margin-bottom: 10px;
}

.form_subttl p {
	color: #4f95b6;
	font-weight: bold;
	font-size: 6vw;
}

.form_frame{
	background-color: #fafaf9;
	padding: 1em;
	border-radius: 10px;
	h3{
            font-size: 3.5vw;
            font-weight: normal;
	}
	span{
		display: block;
		font-size: 3vw;
		font-weight: normal;
		margin: 0.5em auto 0em auto;
	}
}
.attention_text{
	font-size: 3vw;
	color: red;
        width: 90%;
        margin: 1em auto;
}

.form {
 width: 100%;
 margin: 0 auto;
 border-top: none;
}

.form > tbody > tr > th,
.form > tbody > tr > td {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
}

.form tr th {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: start;
 font-size: 16px;
 padding: 5px;
 padding-bottom: 0;
}

.form th p {}

.form th span.form_required,
.form th span.form_any {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
	margin-left: 1em;
}

.form th span.form_required {
 border: 1px solid #ff4a32;
 color: #ff4a32;
 background: #FFE8E5;
}

.form th span.form_any {
 border: 1px solid #237dc0;
 color: #237dc0;
 background: #dfebf5;
}

.form td {
 display: block;
 padding: 5px;
}

.form td input[type="text"],
.form td input[type="tel"],
.form td input[type="password"],
.form td input[type="number"],
.form td textarea,
.form td select {
 font-size: 16px;
 line-height: 24px;
 padding: 8px 15px;
 border: 1px solid #ccdae4;
 background: #f5f9fc;
 font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border-radius: 3px;
 margin-bottom: 4px;
 margin-right: 2px;
 height: auto;
}

.form td input[type="file"] {
 cursor: pointer;
 height: 35px;
 font-family: 'Arial', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

.form td .jcjs_imgbox {}

.form td .ui-datepicker-trigger {
 vertical-align: middle;
 margin-right: 5px;
 cursor: pointer;
 width: 20px;
 height: auto;
}

.form td select {
 cursor: pointer;
 height: 42px;
 width: 100%;
}

.form td textarea {
 height: 150px;
 display: block;
 width: 100%;
}

.form td label {
 border: 1px solid #ccdae4;
 background: #f5f9fc;
 cursor: pointer;
 border-radius: 3px;
 padding: 8px 15px 8px 8px;
 display: inline-block;
 margin: 0 10px 10px 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 font-size: 3.5vw;
 line-height: 24px;
}

.form td label input {
 width: 18px;
 height: 18px;
 margin-right: 5px;
}

.form td label input[type="checkbox"],
.form td label input[type="radio"] {
 vertical-align: text-top;
 margin: 0 10px 0 0;
}

.form td input[type="text"]:hover,
.form td input[type="tel"]:hover,
.form td input[type="password"]:hover,
.form td input[type="number"]:hover,
.form td textarea:hover,
.form td select:hover,
.form td label:hover {
 background: #f9fcf5;
 border: 1px solid #d6eaba;
}

.form_privacy {
 font-size: 13px;
 text-align: center;
}

.form_privacy a {
 color: #006DD9;
}

.form_privacy a:hover {
 text-decoration: underline;
}

.form_submit {
 position: relative;
 width: 100%;
 padding: 20px 0;
}

#jc_btn_submit {
 -webkit-appearance: none;
 border: 2px solid #ccc;
 background: #eee;
 color: #777;
 border-radius: 30px;
 width: 90%;
 height: 60px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 box-shadow: 0 0 3px 0 #999;
 padding: 0 40px;
 font-weight: bold;
 margin: 0 auto 30px;
 font-size: 18px;
 display: block;
 font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

#jc_btn_submit.jcjs_btn_ok {
 -webkit-appearance: none;
 border: 2px solid #2799fb;
 background: #2799fb;
 color: #fff;
}

#jc_btn_submit.jcjs_btn_ok:hover {
 color: #2799fb;
 background: #fff;
}

/* form_inner
---------------------------------------- */
.form_inner {
 margin-left: 15px;
}

.form_inner,
.form_inner_multi {
 background: #fcfcf5;
 border: 1px solid #f0f0ce;
 padding: 10px;
 margin: 5px 0;
}

.form_inner table,
.form_inner_multi table {
 width: 100%;
 border-top: none;
}

.form_inner_multi input[type="text"]:nth-of-type(3) {
 width: 100%;
}

.form_date .ui-datepicker-trigger {
 display: block;
}

.form_date select {
 width: 27% !important;
}

/* form_error
---------------------------------------- */
.form_error {
 color: #ff4a32;
 font-weight: bold;
 display: block;
 padding: 5px;
}

.form_error_cell {
 background: #FFE8E5;
}
