@charset "utf-8";
/* CSS Document */


/*メインビジュアル*/

/*.conA{
	margin-bottom: 20px;
}*/

.conA .container{
	height: 160px;
	background-image: url("../img/main02_sm.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.conA h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.1em;
}


@media print, screen and (min-width: 768px){
	
.conA{
	margin-bottom: 50px;
}
	
	.conA h1{
		font-size: 30px;
	}
	
	.conA .container{
		background-image: url("../img/main02.jpg");
		height: 300px;
	}
}


@media print, screen and (min-width: 768px){
	
	.main{
		padding:0 50px 30px;
	}
}




/*Ｑ＆Ａ　アコーディオン*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto 50px;
	color: #333333;
	max-width: 800px;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 16px;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 10px 0 38px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 16px;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 10px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 30px;
	line-height: 50%;
	position: absolute;
	z-index: 5;
	margin: 6px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
color:#8B70B7
}

.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.main{
padding:20px;
}

.cp_qa a{
	text-decoration: underline;
	color: #0645ad;
}

@media print, screen and (min-width: 768px){
	.cp_qa{
		margin-bottom: 80px;
	}	
 	
	
.cp_qa .cp_actab-content {
margin:0 40px;
}

.article .city{
font-size:20px;
}
.midashi{
font-size:20px;
}
}


/*ご質問カテゴリナビとページ内リンク*/


.wp-block-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 80px;
}

.wp-block-list li{
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 2px;
	
}

.wp-block-list li a{
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #785a9e;
	padding:0.5em 1em;
	box-sizing: border-box;
	/*font-weight: bold;*/
}


#q01, #q02, #q03, #q04, #q05, #q06{
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}

@media print, screen and (min-width: 768px){
	
.wp-block-list li{
	width: 33%;
	margin-bottom: 10px;
	
}
	
	.wp-block-list li a{
		font-size: 18px;
	}
}




/*見出し*/

.main h2{
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1em;
	font-size: 20px;
	/*line-height: 0;*/
}

.main h3{
	font-family: 'Noto Serif JP', serif;
	padding-left: 0.6em;
	box-sizing: border-box;
	border-left: 3px solid #785a9e;
	margin-bottom: 1em;
	font-size: 18px;
}



@media print, screen and (min-width: 768px){
	
	.main h2{
		font-size: 26px;
	}
	
	.main h3{
		font-size: 22px;
		padding-left: 1em;
	}

}

/**/

.setsumei{
	width: 96%;
	max-width: 800px;
	margin: 0 auto 2em;
}