/* CSS Document */

.ex-area{
	margin-top: 20px;
}

h2.form_ttl{
	padding-top: 100px;
}

.crumb{
	display: flex;
	align-items: center;
	padding: 5px 0;
	max-width: 1100px;
	width: 100%;
	margin: 20px auto 0;
}

.crumb li{
	font-size: 1.4rem;
	padding-right: 10px;
}

.crumb li:not(:last-of-type):after{
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 10px;
}

.crumb li:last-of-type{
	font-weight: bold;
}

.crumb li a{
	text-decoration: underline;
	color: #143284;
}
.crumb li a:hover{
	text-decoration: none;
}

#contentsBlock .inner{
    max-width: 1000px;
    padding: 20px 0;
}

#top-head .inner{
    position: inherit;
}

#top-head .inner .logo{
    display: block;
}

.lead-txt{
    text-align: left;
    padding: 20px 0;
    font-size: 1.6rem;
}

.contact-area{

}

.contact-area h2 span.ttl-bg {
    color: #ecf0f8;
    width: 100%;
}

.contact-area h2 span.ttl {
    color: #232e40;
}

.content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* CSS Document */

.sec01{
	padding: 40px 0;
	margin: 0px auto;
}

.confirm .sec01{
	padding: 0;
	margin: 0px auto 40px;
}

.sec01 .lead{
	text-align: left;
	margin-bottom: 40px;
}

.sec01 .lead a{
    text-decoration: underline;
}
.sec01 .lead a:hover{
    text-decoration: none;
}

.form_box{
	margin-top: 20px;
	margin-bottom: 40px;
}

.tblStyle_form {
	width: 100%;
	border-collapse: collapse;
}
	.tblStyle_form th,
	.tblStyle_form td {
		border: 1px solid #a0a0a0;
		padding: 15px;
		text-align: center;
	}
	.tblStyle_form #check_inner td {
		border: none;
		text-align: center;
	}
	.tblStyle_form #check_inner td label:hover {
		text-decoration: none;
	}
	.tblStyle_form #check_inner td label a {
		text-decoration: underline;
	}
	.tblStyle_form #check_inner td label a:hover {
		text-decoration: none;
	}

		.tblStyle_form th{
			width: 30%;
			background: #f0f3f4;
			color: #333;
			text-align: left;
			vertical-align: middle;
			font-weight: normal;
			line-height: 1.6;
		}

			.tblStyle_form th span,
			.tblStyle_form td span{
				transform: rotate(0.03deg);
			}

			.tblStyle_form th span{
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.tblStyle_form th:nth-child(2){
				width: 40%;
			}

		.tblStyle_form td{
			background: #fff;
			font-size: 14px;
			text-align: left;
			word-wrap: break-word;
			word-break: break-all;
		}


.tblStyle_form + .hd-01{
	margin-top: 70px;
	margin-bottom: 14px;
}

.hissu {
	background: #ff0606;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	margin: 0 10px;
	display: inline-block;
}

.contactBox{
	background: #eeeeee;
	margin: 30px 0;
	padding: 20px;
}
	.contactBox p{
		line-height: 1.6 !important;
	}

.mail_txt{
	margin-top: 10px;
}

.submit_btnarea{
	width: 38%;
	margin: 25px auto 0;
	text-align: center;
}

.form_btn{
    font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	background: #143284;
	border: 1px solid #143284;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
    height: 50px;
}

.form_btn:focus{
    background-color:#143284;
}

.form_btn:hover{
	border: 1px solid #143284;
	background: #fff;
	color: #143284;
}

.form_btnBox{
	margin: 40px auto;
}

.form_btnBox ul{
	display: flex;
	justify-content: center;
}

.form_btnBox ul li{
	width: 38%;
    margin: 0 10px;
}

.back_link{
	max-width: 320px;
	margin: 0 auto;
}

#err_msg{
	color: #CC2727;
	margin-top: 20px;
}

.more_link a{
	background: #143284;
	border: 1px solid #143284;
	color: #fff;
	max-width: 240px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
	display: block;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
}

.more_link a:hover{
	border: 1px solid #143284;
	background: #fff;
	color: #143284;
}

#address-area > div{
	margin-bottom: 10px;
}

#address-area > div:last-child{
	margin-bottom: 0;
}

input[type="text"],
input[type="tel"],
select{
	height: 40px;
}
input[type="text"],
input[type="tel"]{
	padding-left: 10px;
}
textarea{
	padding: 10px;
}
input[type="checkbox"]{
	margin: 3px 5px 0 0;
}

.txtarea01{
    font-family: 'Noto Sans JP','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
    font-size: 14px;
}


@media screen and (max-width: 1300px) {
	.crumb{
		overflow: auto;
		white-space: nowrap;
	}

    #contentsBlock .inner{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1100px) {
	.tblStyle_form td input[type="text"],
	.tblStyle_form td input[type="tel"]{
		width: 100%;
		height: 30px;
		font-size: 16px;
	}

	.tblStyle_form td .document input{
		width: 20px;
	}

	.txtarea01{
		font-size: 16px;
	}

	.wid30per{
		width: 30% !important;
	}
}

@media screen and (max-width: 800px){
	h2.form_ttl{
		font-size: 28px;
	}
}

@media screen and (max-width: 680px) {


	.privacy_area{
		margin: 20px 0;
	}
	.form_box{
		padding: 0;
	}

	.sec01 .inner_area{
		padding: 20px;
	}

	.sec01{
		padding: 0;
	}

	.tblStyle_form{
		margin: 20px auto;
	}

	.tbl_details{
		display: none;
	}

	.tblStyle_form th,
	.tblStyle_form td{
		border: none;
		display: block;
		width: 100%;
	}

	.tblStyle_form th{
		border: none;
		text-align: left;
		background: #e5eaeb;
		padding: 10px;
	}


	.tblStyle_form tr#check_inner td{
		padding: 15px 0 0;
	}

	.tblStyle_form td .document .flex{
		flex-direction: column;
	}

	.tblStyle_form td .notes{
		display: inline-block;
		text-align: right;
	}

	.form_btnBox ul li{
		width: 50%;
	}

	.form_btn::after{
		right: 8px;
	}

	.submit_btnarea{
		width: 100%;
	}

	.tblStyle_form td.name_area input{
		width: 65%;
	}
	.tblStyle_form td.address_area input{
		width: 25%;
	}
	.tblStyle_form td.birthday_area input{
		width: 25%;
	}
	.tblStyle_form td.seibetsu_area input{
		width: auto;
	}
}

.contact_message{
	font-size: 112%!important;
	padding: 20px 0;
}

@media screen and (max-width: 478px) {

	h2.form_ttl{
		font-size: 23px;
		padding-top: 50px;
	}
	.lead-txt{
		font-size: 14px;
		padding-bottom: 0;
	}

	.ex-area{
		padding: 15px;
	}

	.privacy_box span img{
		width: 40%;
	}

	.info_box .info_details_txt .details_ttl{
		font-size: 18px;
		margin: 0 0 5px;
	}

	.info_box > figure{
		width: 40%;
	}

	.info_box .info_details_txt p{
		font-size: 14px;
	}

	.info_box .info_details_txt{
		margin-left: 15px;
	}

	.hd-01{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.tblStyle_form{
		margin: 10px auto;
	}

	.form_box .tblStyle_form th span{
		font-size: 14px;
	}

	.form_box .tblStyle_form .hissu{
		font-size: 12px;
	}
}

/*sec02*/

#sec02{
	padding: 0;
}

#sec02 .inner{
	max-width: 1100px;
	width: 100%;
	padding: 32px 0px 0px;
}

#sec02 .inner h2{
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 48px;
	color: #232e40;
	font-weight: 700;
	padding: 0 0 65px;
}

#sec02 .inner .flex_wrap{

	display: flex;
    justify-content:space-between;
    margin-inline: auto;
	gap: 15px;
}

#sec02 .inner .flex_wrap .item_wrap{
	position: relative;
	max-width: 230px;
	min-width: 230px;
	width: 100%;
	border: 4px solid #e5ebf7;
	padding-bottom: 20px;
}
#sec02 .inner .flex_wrap .item_wrap .number{
	position: absolute;
	margin-inline: auto;
	right: 0;
	left: 0;
	top: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #062f71;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Oswald";
}

#sec02 .inner .flex_wrap .item_wrap img{
	display: block;
	max-width: 150px;
	height: auto;
	margin-top: 36px;
	margin-inline: auto;
}

#sec02 .inner .flex_wrap .item_wrap h3{
	font-size: 16px;
	line-height: 26px;
	color: #232e40;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 0;
}

/* 矢印のcss */

#sec02 .inner .flex_wrap .flow-arrow{
    display: flex;
    align-items: center;
    max-width: 120px;
    width: 100%;
    align-self: center;
	margin-bottom: 0;
}

#sec02 .inner .flex_wrap .flow-arrow .line{
	flex-grow: 1;
    height: 10px;
    background-color: #a4b6c9;
    z-index: 0;
}

#sec02 .inner .flex_wrap .flow-arrow .arrow.right {
    clip-path: polygon(0% 0, 100% 50%, 0% 100%);
    z-index: 1;
}

@media screen and (max-width:1100px) {
	#sec02 .inner .flex_wrap{
		position: relative;
		flex-wrap: wrap;
		max-width: 680px;
		margin-inline: auto;
		row-gap: 90px;
		padding-inline: 20px;
	}


	#sec02 .inner .flex_wrap .flow-arrow.center{
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		transform: rotate(135deg);
		max-width: 90px;
	}
}

@media screen and (max-width:870px) {
	.flow-arrow{
		transform: rotate(0deg);
		transform-origin: center;
		margin-left: 0;
	}
}


@media screen and (max-width:680px) {

	#sec02 .inner h2{
		font-size: 28px;
	}

	#sec02 .inner .flex_wrap{
		max-width: 560px;
		row-gap: 60px;
	}

	#sec02 .inner .flex_wrap .item_wrap{
		max-width: 520px;
	}

	#sec02 .inner .flex_wrap .flow-arrow{
		max-width: 60px;
		transform: rotate(90deg);
		margin: auto;
		margin-bottom: 10px;
	}

	#sec02 .inner .flex_wrap .flow-arrow.center{
		max-width: 60px;
		position: relative;
		transform: rotate(90deg);
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 478px) {
	#sec02 .inner{
		padding: 15px 0 0 ;
	}

	#sec02 .inner h2{
		font-size: 23px;
		padding-bottom: 30px;
	}

	#sec02 .inner .flex_wrap{
		row-gap: 30px;
		max-width: 300px;
	}


	#sec02 .inner .flex_wrap .item_wrap{
		max-width: 300px;
		margin-inline: auto;
	}

	#sec02 .inner .flex_wrap .flow-arrow{
		max-width: 36px;
		margin-bottom: 20px;
	}

	#sec02 .inner .flex_wrap .flow-arrow.center{
		max-width: 36px;
		margin-bottom: 20px;
	}
}