@charset "utf-8";

html, body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	text-align:left;
	font-weight:normal;
}
div,a,section{
	box-sizing:border-box;
}

/*********layout **********/
body{
	font-size:16px;
	color:#545454;
	line-height:1.7;
	font-family: 'Arial,Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"游ゴシック","Yu Gothic","メイリオ", Meiryo,sans-serif;
	font-weight: 500;
	background-color:#fff;
}
#header .innr{
	width:calc(100% - 10px);
	max-width:none;
	position:relative;
	margin:0 auto 0 0;
	padding:10px 20px 0;
	font-size:13px;
	font-weight:bold;
	height:110px;
	line-height:1.4;
}
#header p.header_txt{
	font-weight:normal;
	font-size:9px;
	color:#C6C4C2;
}
#header .txt{
	font-size:22px;
	color:#030304;
}
#header #logo{
	margin-top:12px;
}
#gnavi{
	position:absolute;
	right:200px;
	top:35px;
}
#gnavi li{
	float:left;
	margin:0 2px;
	position: relative;
}
#gnavi a {
	color: #636061;
	text-align:center;
	display:block;
	height:75px;
	/* width:85px; */
	margin: 0 10px;
	padding-top:25px;
}
#gnavi li:nth-child(1) a {background:url(../images/common/gnavi_01.gif) no-repeat center top;}
#gnavi li:nth-child(2) a {background:url(../images/common/gnavi_02.gif) no-repeat center top;}
#gnavi li:nth-child(3) a {background:url(../images/common/gnavi_08.gif) no-repeat center top;}
#gnavi li:nth-child(4) a {background:url(../images/common/gnavi_03.gif) no-repeat center top;}
#gnavi li:nth-child(5) a {background:url(../images/common/gnavi_04.gif) no-repeat center top;}
#gnavi li:nth-child(6) a {background:url(../images/common/gnavi_06.gif) no-repeat center top;}
#gnavi li:nth-child(7) a {background:url(../images/common/gnavi_08.gif) no-repeat center top;}
#gnavi li:nth-child(8) a {background:url(../images/common/gnavi_07.gif) no-repeat center top;}

#gnavi a:hover,#gnavi .actv a {
	border-bottom:5px solid #93C133;
}
#gnavi a span{
	color:#B5B6B7;
	font-size:8px;
	display:block;
	margin-top:3px;
}
#gnavi li.sp{display:none;}
#h_contact_wrap{
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	width:175px;
}
#h_contact_wrap a{
	display:block;
	float:right;
	width:166px;
	height:37px;
	line-height:37px;
	padding-left:55px;
	color:#fff;
	text-align:left;
	font-weight:bold;
	margin-bottom:15px;
	background:url(../images/common/h_contact.gif) no-repeat 0 0;
}
#h_contact_wrap .txt{
	font-size:11px;
	color:#636363;
}
#main_img{
	margin:auto;
	width:100%;
	/*max-width:1424px;*/
}
#main_img img{
	width:100%;
	height:auto;
}
img{
	max-width:100%;
}
h2,h3{
	font-weight:bold;
	color:#333;
	text-align:center;
	letter-spacing:2px;
	line-height:1.2;
}
h2{
	font-size:33px;
	margin:40px auto 20px;
}
h2 img {
    display: block;
    margin: 0 auto 30px;
}
section > h1,
section h2.page_title{
	margin:40px auto 20px;
	font-size:33px;
	font-weight: bold;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.2;
}
section > h1 img{
	display:block;
	margin:0 auto 30px;
}
h3{
	font-size:22px;
}
h3 span{
	display:inline-block;
	position:relative;
	color:#666;
	font-size:14px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3 span:before,h3 span:after{
	content:"";
	width:75px;
	position:absolute;
	top:50%;
	border-top:1px solid #D7D7D7;
}
h3 span:before,h3 span:after{
	width:90px;
}
h3 span:before{
	left:-105px;
}
h3 span:after{
	right:-105px;
}
#intro{
	font-size:17px;
	font-weight:bold;
	text-align:center;
	margin-bottom:70px;
	color:#333;
}
#intro span{
	color:#92C033;
}
/*------------------
       sns
--------------------*/
#sns{
	padding:10px 15px 0;
	text-align:center;
}
#sns .ttl{
	margin-bottom:20px;
}
#sns ul{
	letter-spacing:-.4em;
	margin:0;
}
#sns li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	margin:0 12px 15px;
	width:80px;
}
#sns li a{
	display:block;
	color:#4B4B4B;
}
#sns li a img,#sns li a svg{
	width:50px;
	height:50px;
	display:block;
	margin:0 auto 5px;
}
#sns li .name{
	display:block;
	font-size:11px;
	line-height:1.4;
}
a#page_top{
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	background:#F7F7F7;
	color:#676465;
	text-align:center;
	margin-top:60px;
	font-weight:bold;
}
a#page_top span{
	position:relative;
}
a#page_top span::after{
	position: absolute;
	top: 3px;
	content: "";
	right: -15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-bottom: 4px solid #93C133;
}
#footer{
	width:100%;
	text-align:center;
	font-size:11px;
	background:#eee;
}
#footer .innr{
	width:100%;
	max-width:1060px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer li{
	float:left;
	margin-right:45px;
}
#footer li a{
	display:block;
	color:#adadad;
	position:relative;
	font-weight:bold;
}
#footer li a::after{
	position: absolute;
	content: "";
	top: 5px;
	height: 100%;
	right: -15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #93C133;
	line-height: 11px;
}
#footer .txt{
	position:relative;
	right:0;
	top:0;
	text-align:left;
}
#copy{
	text-align:center;
	color: #ADADAD;
	padding: 20px 10px;
	line-height: 1;
	background-color: #fff;
}


/*------------------
       common
--------------------*/
a{ 
	color:#4B4B4B;
	text-decoration:none;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

.fl { float:left; }
.fr { float:right; }

.innr_wrap{
	display:table;
}
.left,.right{
	display:table-cell;
	vertical-align:top;
}
.txt_c{
	width:100%;
	max-width:1077px;
	margin-left:auto;
	margin-right:auto;
	border:12px solid #EFEFEF;
	text-align:center;
}
.txt_c h5{
	background-color:#8ec31f;
	width:100%;
	padding:2.5em 0 1.5em;
}
.txt_c div{
	display:flex;
	justify-content: center;
	margin:2em;
}
.txt_c div a:first-of-type{
	margin-right:3em;
}

/*------------------
       contact
--------------------*/
#phone{
	width:100%;
	max-width:1033px;
	margin:115px auto 0;
}
#phone .box{
	border:12px solid #EFEFEF;
	width:100%;
	max-width:100%;
	padding:30px 0 35px;
	text-align:center;
	margin-top:20px;
}
#phone .box .txt{
	letter-spacing:2px;
	color:#595959;
	font-weight:bold;	
	padding-left:25px;
}
#phone .txt span{
	transform: scale( 1 , 1.5 );
	font-size:18px;
}
#phone .tel{
	display:inline-block;
	background:url(../images/contact/icon_01.gif) no-repeat 0 0;
	padding-left:25px;
	font-size: 23px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin: 5px auto 13px;
	transform: scale( 1 , 1.5 );
}
#phone .tel span{
	display:inline-block;
	margin:0 3px;
}
.smll{
	font-size:11px;
	color:#999;
	font-family: "メイリオ", Meiryo;
	line-height:1.6;
}
#mail{
	width:100%;
	max-width:1060px;
	margin:45px auto 0;
}
#mail .box{
	border:22px solid #EFEFEF;
	width:100%;
	max-width:100%;
	padding:30px 33px 50px;
	font-family: "メイリオ", Meiryo;
}
#mail .smll{
	padding:0 230px 35px;
	border-bottom:2px solid #EFEFEF;
	margin-bottom:35px;
	text-align:left;
	line-height:1.7;
}
#mail table{
	margin:0 auto 45px;
	color:#000;
	font-size:12px;
}
#mail table th{
	text-align:right;
	font-weight:normal;
	padding-right:20px;
	vertical-align:middle;
}
#mail table tr:last-child th{
	vertical-align:top;
	padding-top:14px;
}
#mail table.confirm th,#mail table.confirm td{
	padding-top:10px!important;
	padding-bottom:10px!important;
	vertical-align:top;
}
#mail table td input,#mail table td textarea{
	margin:14px 0;
	background:#EFEFEF;
	height:42px;
	line-height:42px;
	padding:0 20px;
	width:100%;
	max-width:535px;
	box-sizing:border-box;
	border:none;
}
#mail table td input.w210{
	width:210px;
}
#mail table td input.w255{
	width:255px;
	margin-right:25px;
}
#mail table td input.w270{
	width:270px;
}
#mail table td textarea{
	line-height:1.3;
	height:auto;
	padding:10px 20px;
	font-size:12px;
}
#mail table th .txt{
	font-size:11px;
	color:#707070;
}
#mail .hissu{
	color:#92C033;
	font-size:10px;
	vertical-align: super;
	padding-right:5px;
}
#mail .ERR{
	color:#F00;
}
input[type="text"]{
    -webkit-appearance: textfield;/*safari*/
}
::-webkit-input-placeholder { color:#D1D1D1;}
:-ms-input-placeholder { color:#D1D1D1;}
::-moz-placeholder { color: #D1D1D1; opacity: 1;}

#mail input[type="submit"]{
	display:block;
	width:260px;
	height:56px;
	line-height:56px;
	background:#92C032;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin:auto;
	border:none;
	cursor:pointer;
}
#mail td input[type="button"]{
	display:inline-block;
	width:190px;
	height:42px;
	line-height:42px;
	background:#92C032;
	color:#fff;
	text-align:center;
	font-size:13px;
	border:none;
	cursor:pointer;
	margin-left:-4px;
}
#mail table tr.ziptr.success input[type="button"]{
	background-color:#104c2a;
}
#mail input[type="button"]#back{
	display:block;
	width:260px;
	height:56px;
	line-height:56px;
	background:#999;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin:auto;
	border:none;
	cursor:pointer;
}
#mail #btn_wrap{
	text-align:center;
}
#mail #btn_wrap input{
	display:inline-block !important;
	margin:20px 5px 0;
}
.mw_wp_form.mw_wp_form_confirm #mail .confirm_noshow{
	display:none;
}
#mail input[type="submit"].gray{
	margin-top:40px;
	background-color:#ccc;
}
.mw_wp_form.mw_wp_form_confirm #mail table td{
	margin-top:0;
	margin-bottom:15px;
}
.mw_wp_form.mw_wp_form_confirm #mail table{
	margin-bottom:40px;
}

/*------------------
       office
--------------------*/
#greeting{
	width:100%;
	max-width:970px;
	margin:auto;
}
#greeting h3{
	margin:110px auto 40px;
}
#greeting .fl{
	width:34%;
}
#greeting .fr{
	width:64%;
	font-family: "メイリオ", Meiryo;
	line-height:2;
	font-size:15px;
}
#branch_staff{
	width:100%;
	max-width:970px;
	margin:auto;
}
#branch_staff h3{
	margin:80px auto 40px;
}
#branch_staff .staff{
	margin-bottom:60px;
}
#branch_staff .staff .fl{
	width:34%;
}
#branch_staff .staff .fr{
	width:64%;
	font-family: "メイリオ", Meiryo;
	line-height:2;
	font-size:15px;
}
#branch_staff .staff img{
	width:100%;
	height:auto;
}
#branch_staff .staff-name{
	font-size:24px;
	font-weight:bold;
}
#branch_staff .staff-profile{
	font-weight:bold;
}
#info{
	margin:85px auto 0;
}
#info .box{
	width:100%;
	max-width:1035px;
	border:12px solid #EFEFEF;
}
#info table{
	width:100%;
	max-width:640px;
	margin:40px auto;
	border-top:1px solid #F4F4F4;
	font-size:12px;
}
#info table th,#info table td{
	border-bottom:1px solid #F4F4F4;
	padding:5px 0;
}
#info table th{
	text-align:left;
	font-weight:normal;
	width:255px;
}
#info table th span:before{
	content:"";
	height:11px;
	width:15px;
	display:inline-block;
	border-left:4px solid #989898;
}
/*------------------
   branch（支店ページ）
--------------------*/
.branch-open{
	display:table;
	margin:25px auto 0;
	padding:8px 30px;
	background:#92C032;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	line-height:1.4;
	text-align:center;
}
#branch_photo{
	width:100%;
	max-width:1035px;
	margin:60px auto 0;
}
#branch_photo img{
	width:100%;
	height:400px;
	object-fit:cover;
	object-position:center 30%;
	vertical-align:bottom;
}
#branch_comment{
	width:100%;
	max-width:1035px;
	margin:85px auto 0;
}
#branch_comment .box{
	width:100%;
	max-width:100%;
	margin:0;
	border:12px solid #EFEFEF;
	padding:45px 40px;
	box-sizing:border-box;
}
#branch_comment .catch{
	font-size:20px;
	font-weight:bold;
	line-height:1.7;
	margin-bottom:25px;
}
#branch_comment p{
	font-family: "メイリオ", Meiryo;
	line-height:2;
	font-size:15px;
	margin-bottom:30px;
}
#branch_comment .feature{
	letter-spacing:-.4em;
	margin:0;
}
#branch_comment .feature li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:32%;
	margin-right:2%;
	box-sizing:border-box;
	font-family: "メイリオ", Meiryo;
	font-size:15px;
	line-height:1.8;
}
#branch_comment .feature li:last-child{
	margin-right:0;
}
#branch_comment .feature li .ttl{
	display:block;
	font-weight:bold;
	color:#92C032;
	margin-bottom:5px;
}
/*------------------
   business/reason
--------------------*/
#list_tab{
	width:100%;
	border-bottom:3px solid #EFEFEF;
	margin:-30px 0 70px;
}
#list_tab ul{
	letter-spacing:-.4em;
	margin:auto;
	width:100%;
	max-width:1160px;
}
#list_tab li{
	display:inline-block;
	letter-spacing:normal;
	font-weight:bold;
	width: auto;
	padding:0 8px 0 15px;
	box-sizing:border-box;
	vertical-align:top;
}
/*
#list_tab li:nth-child(3) {width:20%;}
*/
#list_tab li a{
	display:block;
	width:100%;
	padding:0 0 5px 30px;
	box-sizing:border-box;
	color:#C5C5C5;
	margin-bottom:3px;
}
#list_tab li a:hover,#list_tab li.actv a{
	border-bottom:3px solid #92C032;
	color:#4B4B4B;
	margin-bottom:0;
}
#list_tab li:nth-child(1) a{
	background:url(../images/business/icon_01.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(1) a:hover,#list_tab li:nth-child(1).actv a{
	background:url(../images/business/icon_01_on.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(2) a{
	background:url(../images/business/icon_02.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(2) a:hover,#list_tab li:nth-child(2).actv a{
	background-image:url(../images/business/icon_02_on.gif);
}
#list_tab li:nth-child(3) a{
	background:url(../images/business/icon_03.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(3) a:hover,#list_tab li:nth-child(3).actv a{
	background-image:url(../images/business/icon_03_on.gif);
}
#list_tab li:nth-child(4) a{
	background:url(../images/business/icon_04.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(4) a:hover,#list_tab li:nth-child(4).actv a{
	background-image:url(../images/business/icon_04_on.gif);
}
#list_tab li:nth-child(5) a{
	background:url(../images/business/icon_02.gif) no-repeat 3px 0;
}
#list_tab li:nth-child(5) a:hover,#list_tab li:nth-child(2).actv a{
	background-image:url(../images/business/icon_02_on.gif);
}

#list_wrap{
	width:100%;
	max-width:1184px;
	margin:auto;
}
.innr_wrap{
	margin-bottom:50px;
}
.innr_wrap .photo img{
	vertical-align:bottom;
}
.innr_wrap .photo{ width:54%;}
.innr_wrap .txt{
	border:12px solid #EFEFEF;
	padding:55px 45px;
}
.innr_wrap h3{
	font-size:20px;
	text-align:left;
	margin:0 0 30px 5px;
	line-height:1.7;
}
.innr_wrap h3 span{
	color:#92C033;
	font-size:20px;
	font-family: 'Arial,Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"游ゴシック","Yu Gothic","メイリオ", Meiryo,sans-serif;
}
.innr_wrap h3 span:before,.innr_wrap h3 span:after{
	display:none;
}
.innr_wrap p{
	font-size:13px;
	font-family: "メイリオ", Meiryo;
	line-height:2;
}
.box{
	width:100%;
	max-width:440px;
	margin:5px auto 30px;
	font-family: "メイリオ", Meiryo;
	font-size:13px;
	line-height:2;
}

/*------------------
       index
--------------------*/
/*#index #slider_wrap{
	margin:auto;
	width:100%;
	max-width:1424px;
}
*/
#index section{
	text-align:center;
}
#index h2,#index h3{
	line-height:1.2;
	font-size:22px;
}
#index h2 img,#index h3 img{
	display:block;	
	margin:0 auto 7px;
}
#index h2 span,#index h3 span{
	display:inline-block;
	color:#666;
	font-size:14px;
	position:relative;
	font-weight:normal;
	letter-spacing:-0.1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index h2 span:before,#index h2 span:after{
	content:"";
	width:100px;
	position:absolute;
	top:50%;
	border-top:1px solid #D7D7D7;
}
#index h2 span:before{
	left:-110px;
}
#index h2 span:after{
	right:-110px;
}
#index h3{
	font-size:17px;
	color:#4B4B4B;
	letter-spacing:1px;
	margin-bottom:15px;
}
#index h3 span{
	font-size:11px;
}
#index h3 span:before,#index h3 span:after{
	width:25px;
}
#index h3 span:before{
	left:-40px;
}
#index h3 span:after{
	right:-40px;
}
#index h3 img{
	margin:0 auto 10px;
}
#index #business{
	width:100%;
	max-width:785px;
	margin:0 auto;
}
#index #business h2{
	margin:40px auto 25px;
}
#index #business span:before,#index #business span:after{
	content:"";
	width:70px;
	position:absolute;
	top:50%;
	border-top:1px solid #D7D7D7;
}
#index #business h2 span:before{
	left:-80px;
}
#index #business h2 span:after{
	right:-80px;
}
#index #business .clearfix{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
}
#index #business .fl,#index #business .fr{
	width:42%;
	margin-bottom:63px;
	display:flex;
	flex-direction:column;
}
#index #business p{
	margin-bottom:20px;
}
#index #business h3 img{
	display:block;
	width:24px;
	height:24px;
	object-fit:contain;
	margin:0 auto 8px;
}
#index #business .fl > img,#index #business .fr > img{
	display:block;
	width:100%;
	height:180px;
	object-fit:cover;
	border-radius:8px;
	margin-top:auto;
}
#index #concerns{
	width:100%;
	max-width:785px;
	margin:0 auto;
	background:#F7F9F0;
	border-radius:20px;
	padding:40px 5%;
}
#index #concerns h2{
	margin:40px auto 25px;
}
#index #concerns .concerns-list{
	list-style:none;
	margin:0 auto 30px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#index #concerns .concerns-list li{
	width:42%;
	margin-bottom:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
}
#index #concerns .concerns-card{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	background:#FFFFFF;
	border-radius:16px;
	padding:32px 20px 24px;
	text-decoration:none;
	box-shadow:0 6px 18px rgba(0,0,0,0.08);
	overflow:hidden;
	transition:box-shadow 0.25s, transform 0.25s;
}
#index #concerns .concerns-card:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6px;
	background:linear-gradient(90deg, #88AC30, #B6D45E);
}
#index #concerns .concerns-card:hover{
	box-shadow:0 12px 28px rgba(136,172,48,0.25);
	transform:translateY(-6px);
}
#index #concerns .concerns-icon-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	width:72px;
	height:72px;
	border-radius:50%;
	background:linear-gradient(135deg, #EEF5DC, #DCEAB4);
	margin:0 auto 16px;
}
#index #concerns .concerns-q{
	display:block;
	line-height:1.7;
	color:#333333;
	font-weight:bold;
	text-align:center;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px dashed #D7D7D7;
}
#index #concerns .concerns-link{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:4px;
	color:#FFFFFF;
	background:#88AC30;
	font-size:13px;
	height:36px;
	padding:0 18px;
	border-radius:999px;
	white-space:nowrap;
	margin-top:auto;
	transition:background 0.2s;
}
#index #concerns .concerns-card:hover .concerns-link{
	background:#6F8F22;
}
#index #concerns .concerns-link:before{
	content:"→";
}
#index #concerns .concerns-lead{
	margin-bottom:63px;
}
#index #reason{
	width:100%;
	background:#FFFFFF;
	padding-bottom:45px;
}
#index #reason .reason-photo{
	display:block;
	width:100%;
	max-width:785px;
	height:auto;
	margin:0 auto 25px;
}
#index #reason .reason-photo:first-of-type{
	max-width:1600px;
}
#index #reason h2{
	margin:0 auto 25px;
}
#index #reason p{
	width:100%;
	max-width:785px;
	margin:0 auto 20px;
	padding:0 20px;
	font-size:15px;
}
#index #reason .reason-btn{
	display:inline-block;
	color:#FFFFFF;
	background:#88AC30;
	font-size:14px;
	padding:12px 32px;
	border-radius:999px;
	text-decoration:none;
	transition:background 0.2s;
}
#index #reason .reason-btn:hover{
	background:#6F8F22;
}
#index #about{
	width:100%;
	max-width:1050px;
	margin:0 auto;
}
#index #about h2{
	margin:50px auto 50px;
}
#index #about .fl,#index #about .fr{
	width:48%;
}
#index #about .fl img,#index #about .fr img{
	display:block;
	width:100%;
	aspect-ratio:3 / 2;
	object-fit:contain;
	background:#F4F4F4;
}
#index #about p{
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
}
#index #blog{
	width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
#index #blog .recent_post{
	display:flex;
	justify-content: space-between;
	margin-top:50px;
}
#index #blog .recent_post .item{
	width:24%;
}
#index #blog .recent_post .item .blog-item__thumbnail img{
	width:100%;
	height:210px;
	object-fit:cover;
}
#index #blog .innr > a{
	display:block;
	width:250px;
	height:53px;
	line-height:53px;
	color:#88AC30;
	margin:30px auto;
	border:#88AC30 1px solid;
	font-size:15px;
}
#index #blog .innr > a:hover{
	opacity:0.7;
}
#lp_banners{
	margin:100px auto 85px;
	padding-top:80px;
	border-top:#eee 1px solid;
	max-width:728px;
}
#lp_banners{
	margin:100px auto 85px;
	padding-top:80px;
	border-top:#eee 1px solid;
	width:calc(100% - 15px);
	max-width:728px;
}
#lp_banners ul li a:hover{
	opacity:0.8;
}
#lp_banners ul li{
	margin-bottom:15px;
}

@media(max-width:480px){
	#index #blog .recent_post{
		flex-wrap:wrap;
	}
	#index #blog .recent_post .item{
		width:48%;
		margin-bottom:30px;
	}
}

/*------------------
     contents
--------------------*/
.innr_wrap .txt2{
	display:block;
	border:12px solid #EFEFEF;
	padding:20px 5%;
	width:100%;
}

@media screen and (min-width: 641px)  and (max-width: 1050px) {
header,#footer .innr{
	padding: 20px 1%;
}
}
@media screen and (max-width: 1050px) {
#content,#index #business,#index #about,#index #blog,#business #intro,#business #list_wrap{
	padding:0 5%;
}
#index #content,#business #content{
	padding:0;
}
}
@media screen and (min-width: 641px) and (max-width: 940px) {
#mail .smll {
    padding: 0 80px 35px;
}
#mail .smll .pc{display:none;}
#mail table td input, #mail table td textarea {
	width:100%;
}
#mail table th{width:140px;}
#mail table td input.w210{
	width:45%;
}
#mail table td input.w255{
	width:35%;
}
#mail table td input.w270{
	width:60%;
}
#mail table td textarea{
	line-height:1.3;
	height:auto;
	padding:10px 20px;
	font-size:12px;
}
}
@media screen and (min-width: 641px) and (max-width: 890px) {
#gnavi {
    left: 245px;
}
#gnavi li {
    margin: 0 2px;
}
#gnavi a {
	width:79px;
}
}
@media screen and (max-width: 768px) {
#mail .smll .pc{display:none;}
.innr_wrap{
	display:block;
	margin-bottom:30px;
	position:relative;
}
.innr_wrap .photo{
	width:100%;
	display:block;
}
.innr_wrap .photo img{
	width:100%;
}
.innr_wrap .txt{
	display:block;
	border:12px solid #EFEFEF;
	padding:20px 5%;
}
.right.photo{
	position:absolute;
	top:0;
	left:0;
	border-bottom: 12px solid #EFEFEF;
}
.left.txt{
	padding-top:calc(75% + 20px);
}
}

@media screen and (max-width: 1100px) {
#header p.header_txt{
	display:none;
}
#header #logo{
	margin-top:3px;
}
#header #logo img{
	width:200px;
	}
#header .innr {
	width:100%;
	padding:5px 10px 0;
    height: 60px;
}
#header h1 {
    font-size: 16px;
    margin-top: 5px;
}
#h_contact_wrap,#gnavi a span,.pc{
	display:none;
}
#gnavi{
	display:none;
	left:0;
	top:60px;
	width:100%;
	z-index:99;
	background:#fff;
	border-top:1px solid #93C133;
}
#gnavi li{
	float:none;
	margin:0;
	width:100%;
}
#gnavi li.sp{display:block;}
#gnavi a {
	width:100%;
	border-bottom:1px solid #93C133 !important;
	text-align:center;
	padding:10px 4%;
	height:auto;
	background:none !important;
}
#gnavi a:hover,#gnavi .actv a {
	border:none;
}
#gnavi_btn {
	position:absolute;
	right:10px;
	top:26px;
}
#gnavi_btn span{
    display: block;
    width:15px;
    height: 13px;
    position: relative;
    z-index: 1;
	margin-left:4%;
	border-top:2px solid #93C133;
}
#gnavi_btn span:before,#gnavi_btn span:after{
	position:absolute;
	content:"";
    display: block;
	height:2px;
	width:100%;
	background:#93C133;
    z-index: 1;
}
#gnavi_btn span:before{
	margin-top:4px;
}
#gnavi_btn span:after{
	margin-top:10px;
}
.navOpen #gnavi_btn span{
	border:none;
}
.navOpen #gnavi_btn span:before,.navOpen #gnavi_btn span:after{
    display: block;
    content: '';
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #93C133;
}
.navOpen #gnavi_btn span:after{
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	top: -6px;
}
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
.overlay {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    z-index: 10;
}
}

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

.txt_c div{
	display:block;
	text-align:left;
}
.txt_c h5{
	text-align:center;
}
.txt_c h5 img{
	max-height:26px;
}
.txt_c div a:first-of-type img{
margin-bottom:10px;
}
.txt_c div a img{
	max-height:30px;
}
#footer .innr{
	padding: 20px 5%;
	display: block;
}

h2,h3{
	font-size:18px;
}
h2 img {
    margin: 0 auto 10px;
	max-width:15%;
}
#intro {
    font-size: 15px;
	margin-bottom:50px;
}
#footer {
    height: auto;
}
#footer ul{
	padding:10px 0;
}
#footer li{
	margin-right: 25px;
}
#footer li:last-child{
	margin:0;
}
#footer li a::after {
    top: 3px;
}
#footer .txt {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

/*------------------
       contact
--------------------*/
#phone {
    margin: 50px auto 0;
}
#phone .box{
	padding:30px 5% 20px;
}
#mail .box{
	margin-top:30px;
	padding:30px 5% 50px;
}
#mail .smll{
	padding:0 5% 35px;
}
#mail table {
    margin: 0 auto 10px;
}
#mail table th,#mail table td,#mail table td input{
	text-align:left;
	display:block;
	width:100% !important;
}
#mail table td{ margin-top:-15px;}
#mail td input[type="button"] {
    width: 100%;
    margin:-20px 0 20px;
}
#mail input[type="submit"],#mail input[type="button"]#back {
    width: 100%;
}
#mail #btn_wrap input {
    margin: 0 0 10px;
}
/*------------------
       office
--------------------*/
#greeting h3{
	margin:50px auto 30px;
}
#greeting .fl,#greeting .fr{
	width:100%;
	float:none;
}
#branch_staff h3{
	margin:50px auto 30px;
}
#branch_staff .staff .fl,#branch_staff .staff .fr{
	width:100%;
	float:none;
}
#branch_staff .staff{
	margin-bottom:40px;
}
#info{
	margin:40px auto 0;
}
#info .box{
	margin-top:20px;
}
#info table th{
	width:auto;
}
.branch-open{
	margin:15px auto 0;
	font-size:18px;
	padding:6px 20px;
}
#branch_photo{
	margin:30px auto 0;
}
#branch_photo img{
	height:auto;
	object-fit:fill;
}
#branch_comment{
	margin:40px auto 0;
}
#branch_comment .box{
	padding:25px 20px;
}
#branch_comment .catch{
	font-size:18px;
}
#branch_comment .feature li{
	width:100%;
	margin:0 0 10px;
}

/*------------------
   business/reason
--------------------*/
#list_tab{
	width:100%;
	border-bottom:3px solid #EFEFEF;
	margin:-30px 0 70px;
}
#list_tab ul{
	letter-spacing:-.4em;
	margin:auto;
	width:100%;
	max-width:1160px;
}
#list_tab li{
	width:100% !important;
}
#list_tab li a{
	display:block;
	width:100%;
	padding:0 0 5px 30px;
	box-sizing:border-box;
	color:#C5C5C5;
	margin-bottom:3px;
}
.innr_wrap h3{
	font-size:18px;
	margin:0 0 20px 5px;
	line-height:1.7;
}
.innr_wrap h3 span{
	font-size:18px;
}
#list_tab li{
	margin-bottom:8px;
}
.box{
	padding:0 5%;
	box-sizing: border-box;
}
/*------------------
       index
--------------------*/
#index h2,#index h3{
	font-size:18px;
}
#index h3{
	font-size:16px;
}
#index #business h2{
	margin:20px auto 30px;
}
#index #business .fl,#index #business .fr{
	width:48%;
	margin-bottom:30px;
}
#index #business p{
	margin-bottom:10px;
}
#index #concerns{
	padding:24px 5%;
	border-radius:12px;
}
#index #concerns h2{
	margin:20px auto 30px;
}
#index #concerns .concerns-list li{
	width:100%;
	margin-bottom:16px;
}
#index #concerns .concerns-card{
	padding:16px;
}
#index #concerns .concerns-lead{
	margin-bottom:30px;
}
#index #reason h2{
	margin:0 auto 20px;
}
#index #reason{
	padding-bottom:35px;
}
#index #about{
	width:100%;
	max-width:1050px;
	margin:0 auto;
}
#index #about h2{
	margin:50px auto 50px;
}
#index #about .fl,#index #about .fr{
	width:48%;
}
#index #about p{
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
}
}
@media screen and (max-width: 320px) {
#footer li{
	margin-right: 25px;
}
}
/*------------------
     hiddenmenu
--------------------*/
.global-nav,.global-nav2{
	display:none;
}
.global-nav{
	background-color:#FFF;
	width:100%;
	max-width:1040px;
}
.global-nav li{
	background-color:#E5E5E5;
	width:calc(100% / 6);
}
.global-nav2{
	clear: both;
}
.global-nav2 a{
	width:100%;
	font-weight:bold;
	display:block;
	padding-top:15px;
	padding-bottom:5px;	
	border-bottom:3px solid #FFF;
	color:#4B4B4B;
}
.global-nav2 a:hover,.global-nav2 .actv a {
	width:100%;
	color:#C5C5C5;
	border-bottom:3px solid #93C133;
}
.global-nav2 li:nth-child(1) a{
	background:url(../images/business/icon_01_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(1) a:hover,.global-nav2 li:nth-child(1).actv a{
	background:url(../images/business/icon_01.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(2) a{
	background:url(../images/business/icon_05_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(2) a:hover,.global-nav2 li:nth-child(2).actv a{
	background:url(../images/business/icon_05.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(3) a{
	background:url(../images/business/icon_02_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(3) a:hover,.global-nav2 li:nth-child(3).actv a{
	background:url(../images/business/icon_02.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(4) a{
	background:url(../images/business/icon_03_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(4) a:hover,.global-nav2 li:nth-child(4).actv a{
	background:url(../images/business/icon_03.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(5) a{
	background:url(../images/business/icon_06_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(5) a:hover,.global-nav2 li:nth-child(5).actv a{
	background:url(../images/business/icon_06.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(6) a{
	background:url(../images/business/icon_04_on.gif) no-repeat 3px 15px;
}
.global-nav2 li:nth-child(6) a:hover,.global-nav2 li:nth-child(6).actv a{
	background:url(../images/business/icon_04.gif) no-repeat 3px 15px;
}

.global-nav2 li{
	float:left;
	background-color:#FFF;
	width: calc(100%/6);
	text-align: left;
	text-indent:2.1em;
}
.global-nav2:before,.global-nav2:after{
	clear: both;
}

@media screen and (max-width: 641px){
#gnavi{
	display:block;
	}
}
@media screen and (max-width: 640px){
#gnavi{
	display:none;
}
.global-nav,.global-nav2{
	display:none;
}
}


/* mirai */
.office-km{
	width:100%;
	background-color:#e3efca;
	padding:4px 0 4px 20px;
	color:#104c2a;
	font-size:12px;
	letter-spacing:0.06em;
}

.business #list_wrap h5{
	width:calc(100% - 20px);
	background-color:#eee;
	font-weight:bold;
	margin:20px 0 7px;
	padding:2px 10px 1px;
}
.business .kome{
	font-size:10px;
	line-height:1.2;
}
.business p.kome{
	margin-top:20px;
}
table.fee{
	margin-bottom:20px;
}
table.fee th{
	font-weight:bold;
	width:10em;
}
table.fee tr th.exp{
	font-size:11px;
	line-height:1.0;
	padding-bottom:5px;
}
table.fee td{
	padding:2px 0;
}	
table.fee tr td:nth-of-type(1){
	width:5em;
}	
table.fee tr td:nth-of-type(2){
	font-size:10px;
	line-height:1.2;
}
table.fee.kouken tr th{
	width:8em;
}
table.fee.kouken tr td:nth-of-type(1){
	width:5em;
}
table.fee.company tr th{
	width:12em;
}
table.fee.company tr td:nth-of-type(1){
	width:5em;
}
div.map{
	width:100%;
	max-width:1037px;
}


/* library */
#library {
    width: 100%;
    max-width: 970px;
    margin: 85px auto;
}
#library h3{
	margin:110px 0 40px;
}
#library .item_wrap ul{
	display:flex;
	justify-content: center;
}
#library .item_wrap ul li{
	width:167px;
	margin-right:15px;
}
#library .item_wrap ul li:last-of-type{
	margin-right:0;
}
.item_wrap ul li a:hover{
	opacity:0.7;;
}
.item_wrap p{
	text-align:center;
}

/* blog base */
#blog_cont {
    width: 100%;
    max-width: 970px;
    margin: 85px auto;
	display:flex;
	justify-content: space-between;
}
#blog_cont a:hover{
	opacity:0.7;
}
#blog_cont #main{
	width:calc(100% - 240px);
	border: 12px solid #EFEFEF;
    padding: 55px 45px;
}
#blog_cont #main h1{
	margin:0 0 20px;
	font-size:30px;
	line-height:1.2;
}
#blog_cont #main p.date{
	margin:20px 0 40px;
	font-size:20px;
	line-height:1.2;
}
#blog_cont h3{
	margin:40px 0 15px;
	text-align:left;
	font-size:22px;
}
#blog_cont main p img{
	width:100%;
	max-width:100%;
	margin:15px 0;
}

/* blog side */
#blog_cont #side{
	width:200px;
}
#blog_cont #side h5{
	margin:40px 0 15px;
	font-size:18px;
	font-weight:600;
}
#blog_cont #side h5:first-child{
	margin-top:0;
}
#blog_cont #side ul li{
	margin-bottom:10px;
	font-size:16px;
	line-height:1.2;
}

/* blog archive */

#blog_cont .blog-list__list-item a{
	width:100%;
	margin:40px 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#blog_cont .blog-list__list-item a h3{
	margin-top:0;
}
#blog_cont .blog-item__thumbnail{
	width:120px;
}
#blog_cont .blog-item__thumbnail img{
	width:120px;
	height:120px;
	object-fit:cover;
}
#blog_cont .blog-item__content{
	width:calc(100% - 140px);
}

/* pagenation */
.m-pagenation{
	width:100%;
	display:block;
	margin-top:40px;
	font-size:80%;
}
.m-pagenation ol{
	width:100%;
	display:flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.m-pagenation ol li {
	margin-bottom:0!important;
	margin-right:10px;
	width:30px;
}
.m-pagenation ol li a{
	display:block;
	width:30px;
	text-align:center;
	line-height:30px;
	border:#666 1px solid;
	margin:0 10px 0 0;
	color:#666;
}
.m-pagenation ol li:last-of-type{
	margin-right:0;
}
.m-pagenation ol li.-current{
	width:30px;
	text-align:center;
	line-height:30px;
	margin-right:10px;
	background-color:#666;
	color:#fff;
}
.m-pagenation ol li a:hover{
	opacity:0.5;
}

@media (max-width:768px){
	#blog_cont{
		display:block;
	}
	#blog_cont #main{
		width:100%;
		margin-bottom:100px;
	}
	#blog_cont #side{
		width:100%;
	}
}

/* 2022/05追記 */
#h_contact_wrap-202205{
	position:absolute;
	right: 20px;
	top: 10px;
	width:175px;
	height: 90px;
}

#h_contact_wrap-202205 a{
	display:flex;
	align-items: center;
	justify-content: center;
	width:175px;
	height:90px;
	color:#343022;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: relative;
	background: rgb(233,219,43);
	background: -moz-linear-gradient(125deg, rgba(233,219,43,1) 0%, rgba(225,151,20,1) 100%);
	background: -webkit-linear-gradient(125deg, rgba(233,219,43,1) 0%, rgba(225,151,20,1) 100%);
	background: linear-gradient(125deg, rgba(233,219,43,1) 0%, rgba(225,151,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9db2b",endColorstr="#e19714",GradientType=1);
	transition: 0.2s;
}

#h_contact_wrap-202205 a:hover {
	opacity: 0.6;
}

#h_contact_wrap-202205 a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #5C3B0E;
	border-right: 10px solid #5C3B0E;
	z-index: 1;
	right: 0;
	bottom: 0;
  }


@media screen and (max-width: 1100px) {
	#h_contact_wrap-202205 {
		display: none;
	}
}

#opening {
	background-color: #f4f4f4;

}

#opening .innr {
	width:100%;
	max-width:1060px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}

#opening .the-banners {
	display: flex;
	justify-content: center;
	gap: 20px;
	max-width: 1170px;
	margin: 0 auto;
}

#opening .the-banners a {
	display: block;
	max-width: 370px;
	width: 100%; 
	transition: 0.2s;
}

#opening .the-banners a:hover {
	opacity: 0.6;
}

.blank {
	height: 30px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
  }

.show-in-sp {
	display: none;
}

@media screen and (max-width: 1100px) {

	#opening .the-banners {
		display: block;
	}


	#opening .the-banners a {
		margin: 0 auto 20px;
	}

	#opening .innr {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (max-width: 575px) {

	.show-in-sp {
		display: inherit;
	}
	
}


.my-news {
	text-align: left !important;
	margin: 0 auto;
	border-radius: 5px;
	padding: 15px;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
	max-width: 780px;
  }
  
  .my-news-item > div {
	display: flex;
	text-decoration: none;
  }
  
  .my-news-item:not(:first-child) {
	margin-top: 20px;
  }
  
  .my-news-item .my-news-img {
	flex-basis: 60px;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background-color: #eee;
	margin-right: 20px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #aaa;
  }
  
  .my-news-item > div > div:last-child {
	flex-basis: 100%;
	flex-shrink: 1;
  }
  
  .my-news-title {
	font-size: 16px;
	transition: 0.2s;
  }

  .my-news-title.has-body {
	cursor: pointer;
	text-decoration: underline;
  }
  
  .my-news-title.has-body:hover {
	opacity: 0.6;
  }
  
  
  .my-news-item > div > div:last-child > div:first-child {
	font-size: 12px;
  }
  
  /* n+4の場合、4個目から隠す */
  .my-news-item:nth-child(n+4) {
	display: none;
  }
  
  .my-news-more {
	margin-top: 20px;
	padding-top: 10px;
	border-top: dotted 1px #ccc;
	font-size: 12px;
	text-align: left;
  }
  
  .my-news-more > span {
	cursor: pointer;
  }
  
  .my-news-item > .my-news-data {
	display: none;
  }
  
  .my-news-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	padding: 120px 15px;
	display: none;
  }
  
  .my-news-dialog-contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
  }
  
  
  @media (max-width:575px) {
  
	.my-news-dialog-contents {
	  padding: 15px;
	}
	
  }
  
  .my-news-dialog-title {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: var(--bold-font-weight);
  }
  
  .my-news-dialog-close {
	cursor: pointer;
	background-color: #eee;
	border-radius: 4px;
	padding: 15px;
	text-align: center;
	margin-top: 60px;
	transition: 0.2s;
  }
  
  .my-news-dialog-close:hover {
	opacity: 0.6;
  }
  
  
  .my-news-dialog-eyecatch {
	margin-bottom: 30px;
  }
  
  .my-news-dialog iframe {
	width: 100%;
  }

.common-contact-box {
	width:100%;
	max-width:1060px;
	border: 12px solid #EFEFEF;
	margin: 50px auto;
	box-sizing: border-box;
}

.common-contact-box .the-title {
	background-color: #8EC321;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

.common-contact-box .the-body {
	padding: 20px;
	text-align: center;
}

.common-contact-box .the-subtitle {
	color: #104C2A;
	font-size: 24px;
	font-weight: bold;
}

.common-contact-box .the-tel-list {
	display: flex;
	margin: 30px auto;
	justify-content: space-around;
}

.common-contact-box .the-name {
	font-size: 24px;
	font-weight: bold;
}

.common-contact-box .the-telnum {
	display: inline-flex;
	align-items: center;
}

.common-contact-box .the-telnum img {
	height: 50px;
}

.common-contact-box .the-telnum p {
	text-decoration: underline;
	font-size: 32px;
	font-weight: bold;
}

.common-contact-box .the-time {
	font-weight: bold;
}

.common-contact-box .the-note {
	font-size: 14px;
	margin-top: 5px;
}

.common-contact-box .the-online {
	font-weight: bold;
	margin-bottom: 15px;
}

.common-contact-box .the-mail {
	margin-top: 10px;
	font-weight: bold;
}

.common-contact-box .the-mail a {
	text-decoration: underline;
}

.common-contact-box .the-contact-button {
	align-items: center;
	justify-content: center;
	display: inline-block;
	position: relative;
	padding: 10px 25px;
	color:#fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background: #8EC321;
	transition: 0.2s;
}

.common-contact-box .the-contact-button:hover {
	opacity: 0.6;
}

.common-contact-box .the-contact-button:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #104C2A;
	border-right: 10px solid #104C2A;
	z-index: 1;
	right: 0;
	bottom: 0;
  }

.common-contact-box .the-line-button {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	background: #06C755;
	transition: 0.2s;
}
.common-contact-box .the-line-button:hover {
	opacity: 0.6;
}
.common-contact-box .the-line-button svg {
	width: 34px;
	height: 34px;
	vertical-align: -8px;
	margin-right: 12px;
}
.common-contact-box .the-line-id {
	margin-top: 15px;
	font-size: 14px;
}

  .common-contact-box hr {
	  border: none;
	  width: 100%;
	  height: 1px;
	  border-bottom: solid 1px #CCCCCC;
	  margin: 50px 0 20px;
  }

  @media screen and (max-width: 1100px) {

	.common-contact-box {
		margin: 50px 20px;
		width: auto;
	}
	
  }

  @media screen and (max-width: 800px) {


	.common-contact-box .the-tel-list {
		display: block;
	}
	.common-contact-box .the-tel-list > div:last-child {
		margin-top: 50px;
	}
	
	.common-contact-box .the-title {
		font-size: 20px;
	}

	.common-contact-box .the-subtitle {
		font-size: 18px;
	}
	
	.common-contact-box .the-name {
		font-size: 18px;
	}

	.common-contact-box .the-telnum img {
		height: 36px;
	}
	
	.common-contact-box .the-telnum p {
		text-decoration: underline;
		font-size: 24px;
		font-weight: bold;
	}
	
	.common-contact-box .the-contact-button {
		padding: 10px 15px;
		font-size: 16px;
	}
	
	.common-contact-box .the-line-button {
		padding: 10px 15px;
		font-size: 16px;
	}
	.common-contact-box .the-line-button svg {
		width: 24px;
		height: 24px;
		vertical-align: -6px;
		margin-right: 8px;
	}

  }

  .greeting-name {
	  font-size: 24px;
	  font-weight: bold;
  }

  .greeting-profile {
	font-weight: bold;
}

#info table > caption {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

#intro a {
	text-decoration: underline;
}

#mail table td input[type="radio"] {
	height: auto;
    width: auto !important;
    display: inherit;
}

.privacy {
	max-width: 800px;
	margin: 0 auto;
}

.privacy h2 {
	font-size: 20px;
	text-align: left;
}

.privacy a {
	text-decoration: underline;
}

#inheritance-section1 {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#inheritance-section2 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.inheritance-list {
	list-style-type: circle;
	padding: 15px;
	padding-left: 40px;
	border: 12px solid #EFEFEF;
	border-radius: 5px;
}

.inheritance-case {
	display: flex;
	flex-wrap: wrap;
}

.inheritance-case .the-item {
	flex-basis: 45%;
	flex-shrink: 0;
	margin: 30px 2.5% 0;
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	padding: 15px;
}

.inheritance-case .the-image {
	flex-basis: 60px;
	flex-shrink: 0;
}

.inheritance-case .the-text {
	flex-basis: 100%;
	flex-shrink: 1;
	margin-left: 15px;
}

.inheritance-case h4 {
	font-weight: bold;
	font-size: 20px;
}

.inheritance-case h4 span {
	color:#92C033;
}

@media screen and (max-width: 800px) {

	.inheritance-case {
		display: block;
	}

	.inheritance-case .the-item {
		flex-direction: column;
		align-items: center;
	}
	
	.inheritance-case .the-image {
		width: 60px;
	}

	.inheritance-case .the-text {
		margin-left: 0;
	}
	
}

.inheritance-service-item {
	margin-top: 50px;
}

.inheritance-service-item h4 {
	background-color: #92C033;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.inheritance-service-item table {
	border: solid 1px #ccc;
}

.inheritance-service-item table th {
	border: solid 1px #ccc;
	padding: 10px;
	font-weight: bold;
}

.inheritance-service-item table td {
	border: solid 1px #ccc;
	padding: 10px;
}

.inheritance-service-item p {
	margin: 10px 0;
}

/*------------------
   店舗一覧（事務所案内）
--------------------*/
.office-list{
	width:100%;
	max-width:970px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	gap:24px;
}
.office-card{
	flex:1 1 0;
	min-width:280px;
	display:block;
}
.office-card img{
	width:100%;
	height:auto;
	display:block;
}
.office-list br{
	display:none;
}

@media screen and (max-width: 640px){
.office-list{
	flex-direction:column;
	gap:15px;
}
/* ↓縦並びのとき高さがつぶれるのを防ぐ */
.office-card{
	flex:0 0 auto;
	min-width:0;
	width:100%;
}
}

/*------------------
   改行の出し分け
--------------------*/
br.sp_br{
	display:none;
}

@media screen and (max-width: 640px){
br.sp_br{
	display:inline;
}
br.pc_br{
	display:none;
}
}

/*------------------
   お悩みリストのアイコン
--------------------*/
#index #concerns .concerns-icon{
	display:block;
	width:38px;
	height:38px;
	object-fit:contain;
}

@media screen and (max-width: 640px){
#index #concerns .concerns-icon-wrap{
	width:56px;
	height:56px;
	margin-bottom:12px;
}
#index #concerns .concerns-icon{
	width:28px;
	height:28px;
}
}


/*------------------
   スライダーの余白
--------------------*/
#index #main_img,
#index #main_img .bx-viewport{
	background-color:#f4f4f4;
}
