@charset "UTF-8";

/* :::::: LPページ :::::: */
#PC .lp_page p:not(.no_adapt){
	line-height: 1.8em;
}
.lp_page .section p:not(.no_adapt){
	text-indent: 1em;
}
.lp_page .no_indent p{
	text-indent: 0;
}
.lp_page .section>div~div{
	margin-top: 1em;
}
.kkr_allstaff{
	margin-bottom: .8em;
}
.lp_page .section>h2,
.kkr_h2{
	margin-bottom: .5em;
	padding: .5em;
	background: #f70;
	border-radius: .25em;
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
}
.lp_page .section>h2:has(sup){
	display: flex;
}
.lp_page .section>h2 sup{
	margin: -.25em 0 0 .25em;
	font-size: .75em;
}
.lp_page .section>h2 sup a{color: #320;}
.lp_page .section>h2 sup a:hover{color: #fff;}


/*PC目次*/
#PC .kkr_mokuji{
	margin: -.2em 0 .5em;
}
#PC .kkr_mokuji{
	background-color: #dfc;
}
#PC .kkr_mokuji li{
	padding-left: 2.5em !important;
	text-indent: -2.5em !important;
}
#PC .kkr_mokuji a{
	color: #000;
	text-decoration: none;
}
#PC .kkr_mokuji svg{
	margin-right: .3em;
	border-radius: .2em;
	background: #fff;
	width: 1.2em;
	height: 1.2em;
	vertical-align: sub;
}
#PC .kkr_mokuji .li_arrow{
	fill: #f70;
}
#PC .kkr_mokuji{
	padding: .75em .5em;
	border-radius: .4rem;
}
#PC .kkr_mokuji li{
	line-height: 1.5em;
}
#PC .kkr_mokuji li~li{
	margin-top: .75em;
}
#PC .kkr_mokuji a:hover{
	color: #f70;
}

/*SP目次*/
#SP .kkr_mokuji{
	display: none;
	margin: -.5em 0 .5em;
}
#SP .kkr_mokuji li{
	margin-top: .1em;
	border-radius: .5em;
	line-height: 1.4em;
}
#SP .kkr_mokuji li:not(.mkj_close){
	border: 1px solid #666;
}
#SP .kkr_mokuji li:not(.mkj_close) a{
	display: block;
	padding: .2em .5em .2em 2em;
	color: #310;
	text-decoration: none;
	text-indent: -1.5em;
}
#SP .kkr_mokuji svg{
	margin-right: .3em;
	border-radius: .2em;
	background: #fff;
	width: 1.2em;
	height: 1.2em;
	vertical-align: sub;
}
#SP .kkr_mokuji .li_arrow{
	fill: #f70;
}
#SP .kkr_mokuji li.mkj_close{
	padding: .2em .5em;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5em;
	position: relative;
}
#SP .kkr_mokuji li.mkj_close:after{
	content: '\f057';
	display: inline-block;
	float: right;
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 0;
	speak: none;
}
/* SP目次開閉 */
#SP span.h_mkj_btn{
	width: 16vw;
	height: 16vw;
	border-radius: 8vw;
	font-size: .8em;
	background: radial-gradient(circle, #fe0 63%, #520 65%, #520 66%, #fe0 68%, #fe0 100%);
	color: #520;
	line-height: 1.1em;
	display: flex;
	flex-flow: column;
	text-align: center;
	justify-content: center;
	box-shadow: .25vw .25vw .75vw .25vw rgba(0,0,0,.25);
}
#SP span.h_mkj_btn i{
	height: .6em;
}
#SP span.h_mkj_btn i.fa-caret-down{
	transform: scaleX(1.8);
}
#SP span.h_mkj_btn i.fa-times-circle{
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	color: #fe0;
}
#SP span.h_mkj_btn i.fa-times-circle:before{
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	background: #222;
}


.lp_page h3{
	margin-bottom: .4em;
	padding-bottom: .1em;
	border-bottom: 1px solid #f70;
	color: #520;
	font-weight: bold;
}
.lp_page h3:not(.no_adapt){
	padding-left: 1em;
	text-indent: -1em;
}

.lp_page .stand_img{
	margin: .5em 0 0 .5em;
	float:right;
}
#SP .lp_page .stand_img{
	width: 30.5%;
	margin-left: .8em;
}

/*PCお問合せバナー*/
.contact_bnr{
	margin-top: -10px;
	margin-bottom: 50px;
	padding-top: 278px;
	width: 720px;
	height: 112px;
	background: url(img/pic_contact.png) no-repeat left top scroll;
	font-size: 0;/*隙間対策*/
	text-align: center;
}
.contact_btn{
	line-height:0;/*IE対策*/
}
.contact_btn a{
	display:inline-block;
	margin: 0 10px;
}
.contact_btn a:first-child{
	background: url(img/btn_contact_mail-on.png) no-repeat;
}
.contact_btn a:last-child{
	background: url(img/btn_contact_access-on.png) no-repeat;
}
.contact_btn a:hover img{
	-ms-filter: alpha(opacity=0); /* IE8 */
	opacity: 0;
}
.contact_comment{
	margin-top:8px;
}
/*SP受付時間＆電話ボタン*/
.time{
	width: 100%;
	margin: 1.9vw auto 15vw;
	box-sizing: border-box;
}
.time p,.time a{
	line-height: 0;
}
.time a,.time span{
	display: block;
}
.home_tel{
	position: relative;
}
.home_tel .num a{
	position: absolute;
	top: 38%;
	width: 100%;
	height: 36%
}
.home_tel .tap a{
	position: absolute;
	top: 73%;
	width: 33%;
	height: 27%;
	left:2%;
}
.home_tel .notice_btn{
	position: absolute;
	bottom: 5%;
	right: 2%;
}
.home_tel .notice_btn img{
	width: 6vw;
}
.time .notice{
	display: none;
}

#SP .hiyou_bnr{
	margin-top: -1.75em;
}

.kkr_jisseki_list li~li{
	margin-top: .5em;
}
.kkr_jisseki_list li img{
	display: block;
	margin: 0 auto;
}

/*所在地*/
.kkr_address{
	margin-bottom: 1em;
	line-height: 0;
}
.kkr_address li~li{
	margin-top: .5em;
}
.kkr_address li p{
	line-height: 1.5 !important;
	text-align: left;
	text-indent: 0 !important;
}
.kkr_address li p.point{color: red;}

.kkr_address li:nth-child(2){
	display: flex;
	justify-content: center;
}
#PC .kkr_address li:nth-child(2){
	height: 256px;
	gap: 2em;
}
#SP .kkr_address li:nth-child(2){
	flex-wrap: wrap;
	gap: 2vw;
}
#SP .kkr_address li:nth-child(2) img:first-child{
	width: 75vw;
}


#SP .kkr_address li:last-child a img{
	width: 75%;
}

/*お役立ち情報*/
.kkr_oyakudachi{
	overflow: hidden;
	padding-bottom: .5rem;
	border: 1px solid #f70;
	border-radius: .5em;
}
.kkr_oyakudachi h2{
	margin-bottom: .5rem;
	padding: .4em .5em;
	background: #fd6;
	color: #410;
}
#PC .kkr_oyakudachi>div{
	padding: 0 .9rem ;
}
#SP .kkr_oyakudachi>div{
	padding: 0 .45rem ;
}
.kkr_oyakudachi>div:not(.meta_section)~div{
	margin-top: 1.2rem;
}
.kkr_oyakudachi .meta_section{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.kkr_oyakudachi>div div{
	padding-left: 1rem;
}

/*事務所アクセス*/
.access_office{
	border:solid 1px #f28;
	border-radius: .5rem;
	padding-bottom: .6rem;
	overflow: hidden;
}
.access_office>div{
	padding: 0 .9rem !important;
}
.access_office h2{
	border: none !important;
	text-indent: 0 !important;
	font-size: 1.2em !important;
	color: #310 !important;
	background-color: #ffd6e1;
}
.access_office h3,.access_office h4{
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.access_office p:not(.no_adapt){
	text-indent: 1em;
}
.access_office .fw{
	font-weight: bold;
}
.access_office>div{
	margin-top: 2em;
}
.access_office>div div:not(.access_photo){
	margin-left: 1em;
	padding-left: 0 !important;/*追加*/
}
.access_office>div div.access_photo{
	overflow: hidden;
}
.access_office>div div~div:not(.access_photo){
	margin-top: 1em;
}
.access_office figure img{
	display: inline-block;
}
.access_photo figure figcaption{
	text-align: center;
}

#SP .access_office{
	text-align: justify;
}
#SP .access_office h2{
	padding: .5em .6em !important;
}
#SP .access_office figure+figure{
	margin-top: .5em;
}
#SP .access_photo figure figcaption{
	margin: 0 -.6rem;
	font-size: 4.5vw;
}
#SP .access_office + .poji_link{
	padding-top: 0.5em;
}

#PC .access_office h2{
	padding: 10px 13px !important;
}
#PC .access_office figure{
	display: inline-block;
	float: left;
	width: 48%;
}
#PC .access_office figure+div{
	clear: left;
}
#PC .access_office figure img{
	width: 100%;
}
#PC .access_office figure:nth-child(even){
	margin-left: 4%;
}
#PC .access_office figure:nth-child(n+3){
	margin-top: 0.5em;
}

/*費用*/
#main_if{
	width:100%;
	padding-bottom: 1.5em;
}
#koutsujiko h2{display: none;}

/*所属会*/
#PC .association{margin: 30px;}
#SP .association{margin: 1.5em;}

@media screen and (max-width: 640px){/*:::::::::: SP ::::::::::*/

}/*::::::::::SP(max-width: 640px)::::::::::*/
@media screen and (min-width: 641px){/*:::::::::: PC ::::::::::*/

}/*::::::::::PC(min-width: 641px::::::::::)*/