@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header{
	position: static;
}
.headD {
	height: 35px;
}
.h-2 {
	display: flex;
	max-width: 1216px;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.h-i {
	margin-top: 27px;
	margin-left: 50px;
}
.h-p {
	display: inline-block;
	padding-bottom: 9px;
	margin-left: 15px;
	color: #34A1D3;
}
/*フォーム全体*/
#form1 {
	margin-left: 20px;
	margin-bottom: auto;
	margin-top: auto;
}
/*検索ボックス*/
#sbox {
	width: 653px;
	/*margin-top: 12px;*/
	height: 50px;/*検索ボックスの高さ*/
	padding: 0 10px;/*テキスト位置調整*/
	background: #fff;/*検索ボックスの背景カラー*/
	box-shadow: 0 0 5px grey;
}
/*検索ボタン*/
#sbtn {
	float: right;
	/*margin-top: 12px;*/
	border-radius: 0 2px 2px 0;/*検索ボタンの角を丸める*/
	width: 47px;
	height: 50px;
	background: url(../images_png/megane_03.png) no-repeat right center;
	background-color: #34A1D3; /*検索ボタンの背景カラー*/
	background-size: auto;
	background-position: left 50% bottom 50%;

}
/*検索ボタンマウスオーバー時*/
#sbtn:hover {
	color: #666;/*検索ボタンマウスオーバー時のフォントカラー*/
}
.main1 {
	max-width: 1216px;
	margin: 0 auto;
	height: 155px;
	display: flex;
}
.back {
	height: 220px;
	position: relative;
	margin: 0 auto;
	width: 32px;
}
.back2 {
	position: absolute;
	top: 40%;
}
.wa {
	margin-bottom: auto;
	margin-top: auto;
}
.main1 {
	max-width: 881px;
	margin: 0 auto;
	height: 166px;
	display: flex;
}
.main2 {
	max-width: 787px;
	margin: 0 auto;
	margin-top: 15px;
    min-height: 22vh;
    position: relative;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 0;
	font-size:18px;
	border-bottom:#fff 1px solid;
}
.tab {
	margin-top: 3px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 27px;
	cursor: pointer;
	background: #34A1D3;
}
.cp_actab-content {
	border: solid 1px #34A1D3;
	margin-top: -1px;
	line-height: 24px;
	margin-top: -1px;
}

.cp_actab-content p{
	font-size: 16px;
	margin: 1em;
	color: black;
	padding-left: 0px;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height -0.65s;
	/*transition: max-height 1.35s;*/
	transition: max-height 1s;
	color: #333333;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
	color: black;
}
.cp-p {
	padding-left: 10px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.sankaku {
	background-color: #036EB8;
	float: right;
	width: 55px;
	height: 53px;
}
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '';
	height: 18px;
	width: 18px;
	display: inline-block;
	border: 3px solid #fff;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	margin-right: 17px;
	margin-top: 9px;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(135deg);
	margin-top: 17px;
}

/* *******アコーディオン style******  */
.section.s_01{
	width: 100%;
	margin-top: 10px;
}

.s_01 .accordion_one {
	display: none;
	list-style: none;
	/*border-top: 1px solid #cbcbcb;*/
	border-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
}

.s_01 .accordion_one:first-child{
	margin-top: 0px;
	/*border-top: none;*/
}
.s_01 .accordion_one:last-child{
	/*border-bottom: 1px solid #cbcbcb;*/
	border-bottom: 0px;
}

.s_01 .accordion_one .accordion_header{
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;

	text-align: left;
	/*background-color: #fefefe;*/
	font-size: 18px;
	background-color: #34A1D3;
	color: #fff;
	padding: 18px 30px;
	position: relative;

	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .icon_img_box{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;

	width: 53px;
	/*height: 56px;*/
	height: 100%;
	background: #036EB8;

	position: absolute;
	top: 50%;
	/*right: 0%;*/
	right: -26px;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.s_01 .accordion_one .accordion_inner{
	display: none;
	/*font-size: 0px;*/
	box-sizing: border-box;
}
.s_01 .accordion_one .accordion_inner .notice_contents span{
	font-size: 16px;
}

.accordion_header .down_icon:before{
	content:'';
	height: 18px;
	width: 18px;
	display: block;
	border: 3px solid #fff;
	margin-top: -9px;
	border-right-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);

}

.accordion_header.open .down_icon:before{
	border: 3px solid #fff;
	border-left-width: 0;
	border-bottom-width: 0;
	margin-top: 10px;
}
/* *****end*****  */

.not_accordion_text{
    display: none;
    width: 100%;
	font-size: 19px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #2f2f2f;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


@media screen and (max-width:1024px) {
	.headp{
		text-align: center;
	}
	.h-2 {
		max-width: 886px;
		margin: 0 auto;
	}
	.h-i{
		width:250px;
		margin:0px;
	}
	.main1 {
    display: block;
	margin-top: 68px;
    height: 115px;
	}
	.wa{
		float:left;
	}
	#sbtn {
    float: none;
	}
	#sbox{
		width: 600px;
    margin-left: 20px;
	}
}
@media screen and (max-width:810px) {
	.headp{
		text-align: center;
    	max-width: 575px;
	}
	.h-i {
		margin-top: 15px;
		margin-left: 0px;
	}
	#sbox{
		max-width: 560px;
	}
	.h-2 {
		display: flex;
		/*justify-content: center;*/
	}
	.headp{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		margin-left: 30px;
	}
	#main_content{
		padding-top: 0px;
	}
}
@media screen and (max-width:768px) {
	.headp{
		max-width: 535px;
    text-align: center;
	}
	.main1 {
		display: block;
		    height: 200px;
    margin-top: 50px;

	}
	.h-i {
		margin-top: 0px;
		width: 200px;
	}
	.h-p{
		margin-top: 0px;
	}
	.wa {
		float: none;
		max-width: 209px;
		margin: 0 auto;
		height: 81px;
	}
	.wai{
		width: 212px;
	}
	#form1 {
		    max-width: 583px;
		margin: 0 auto;
	}
	#sbox {
		    margin-left: 0px;
    width: 530px;
	}
	.m1-i{
		width: 46px;
	}
	.main2 {
		max-width: 610px;
	}
	.back {
		height: 146px;
	}
}
@media screen and (max-width:414px) {
	.main1{
		    height: 150px;
	}
	.headD {
		height: 15px;
	}
	.inu{
		max-width: 138px;
	}
	.h-i {
		max-width: 160px;
		    margin-left: 0px;
	}
	.h-p {
		font-size: 14px;
		margin-left: 11px;
	}
	.wa {
		max-width: 178px;
		height: 55px;
		margin-top: 40px;
	}
	.wai {
		width: 180px;
	}
	#form1 {
		max-width: 335px;
		margin-top: 15px;
	}
	#sbox {
	width: 85%;
    height: 40px;
	line-height: 30px;
	}
	#sbtn{
		    width: 42px;
    height: 41px;
	}
	.m1-i {
		width: 36px;
	}
	.main2 {
		max-width: 335px;
		font-size: 11px;
	}
	
	
	.sankaku {
		width: 33px;
		height: 0;
	}
	
	.notice_title{
		width:80%;
	}
	
	.cp_actab{
		font-size:0.85rem;
	}
	
	.cp_actab label{
		display:flex;
		justify-content:space-between;
	}
	
	.cp_actab input[type=checkbox] + label::after {
		height: 12px;
		width: 12px;
		margin-right: 10px;
		margin-top: 6px;
	}
	.cp_actab input[type=checkbox]:checked + label::after {
		margin-top: 12px;
	}
	.cp_actab label {
		padding: 0 0 0 16px;
	}
	.back {
		height: 123px;
		font-size: 14px;
	}
	.not_accordion_text{
		font-size: 16px;
	}
}
@media screen and (max-width:375px) {
	.h-i {
    max-width: 166px;
	   margin-left: 7px;
}
.h-p{
	font-size: 14px;
    margin-left: 6px;
}
	.inu{
		    margin-top: 20px;
	}
	.headp{
		    max-width: 210px;
	}
}
@media screen and (max-width:320px) {
	.h-p {
    margin-left: 0px;
}
}
@media screen and (max-width:320px) {
	.h-i{
    max-width: 146px;
	}
	.inu {
    max-width: 138px;
}
.headp {
    max-width: 180px;
}
	.main1{
		    margin-top: 25px;
    height: 134px;
	}
	.wa{
		margin-top: 0px;
	}
	#form1{
		margin-top: 7px;
	    max-width: 283px;
	}
	#sbox{
		font-size: 13px;
		width: 83%;
	}
	.main2{
		max-width: 290px;
	}
}

@media all and (-ms-high-contrast: none) {
	.main1{
		height: 80px;
		margin-top: 50px;
	}
}