@charset "utf-8";
img{
	max-width: 100%;
}
body {
/* 	font-family:"Verdana","Yu Gothic Medium", YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
	font-weight: 500;
	font-size:16px;
	text-align:center;
	color:#333;
	line-height:1.5;
}
_:lang(x)::-ms-backdrop, body {
/*     font-family: Meiryo, sans-serif; */
} 
a {
	-webkit-transition : all 0.4s;
	transition : all 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

.width100{width:100%!important;}
.mb20{margin-bottom:20px;}
.center{text-align:center;}/*sp時はレフト*/
.indent{text-indent: -1em;	padding-left: 1em;}
#wrapper{
	min-width:1200px;
}

tbody, td, tfoot, th, thead, tr {
    border-width: 0;
}

h4{font-size:18px; font-weight:bold;text-align:left; letter-spacing: 1.5px;margin-bottom:20px;}
h5{font-weight:normal;}

/* header */
header {
	position: sticky;
	z-index: 999;
	top: 0;
	width: 100%;
	background: #fff;
}
header > div{
	width:1100px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > div ul{
	padding:20px 0 0;
}
header > div ul li{
	display:inline-block;
	margin-left:20px;
}
header nav{
	margin:10px 0;
}
header nav > ul{
	letter-spacing:-0.4em;
}
header nav > ul > li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
header nav > ul > li > a{
	line-height:36px;
	padding:0 26px;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#333;
}
header nav > ul > li:hover > a{
	background-color:#0095e0;
	color:#fff;
}
header nav > ul > li > a:hover{
	opacity:1;
}
header nav > ul > li > ul{
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	background-color:#fff;
	display:none;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	z-index:100;
}
header nav > ul > li > ul li{
	border-bottom:1px dotted #333;
}
header nav > ul > li > ul li a{
	line-height:36px;
	display:block;
	padding:0 5px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-align:left;
	white-space:nowrap;
}

header #sub-nav {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0.5rem 0;
    width: 100%;
}
header #sub-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}
header #sub-nav .go_home {
	flex: 1 1 auto;
	text-align: left;
}
header #header-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
header #header-info li:nth-of-type(n+3) {
    margin-left: 10px;
}
header #gnav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}
header #gnav .multi ul {
    display: flex;
    flex-direction: column;
}	
header .ap-logo a {
/*     margin-bottom: 1rem; */
}

/* footer */
footer{
	clear:both;
	margin-top: 100px;
}
footer section{
	padding:40px 0 80px;
	border-top:12px solid #003d80;
	background-color:#fff;
}
footer section h2{
	margin-bottom:45px;
	font-size:26px;
}
footer dl{
	display:none;
}
footer section ul li{
	display:inline-block;
	margin:0 30px;
}
footer .contact{
	background:#454545;
	color: #fff;
	padding-top: 40px;
/* 	padding-bottom: 40px; */
}
footer .contact.bg_white{
	background:#fff;
	padding-top: 40px;
	border-bottom:1px solid #F7F7F7;
	color: #333;
}
footer .contact p{
	width:40%;
	margin:0 auto;
	border-top:1px solid #fff;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}
footer .contact.bg_white p{
	border-top:1px solid #333;
}
footer .contact ul{
	padding:40px 0 40px;
	display:flex;
	justify-content:center;
	margin:0 auto;
}
footer .contact ul li{
	margin-right:20px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	list-style-type: none;
}
footer .contact ul li:last-child{
	margin-right:0px;
}
footer .contact ul li:first-child a{
	background:#ff9b00;
	color:#fff;
}
footer .contact ul li:nth-child(2) a{
/* 	background:#00b900; */
	background: #dc143c;
	color:#fff;
}
footer .contact ul li:last-child a{
	background:#1877f2;
	color:#fff;
}
footer .contact ul li span{
/* 	font-family: "Hind Guntur",sans-serif; */
}
footer .contact ul li a{
	display:block;
	width:300px;
	line-height:70px;
	background-color:#fff;
	color:#2c2c2c;
	font-size:18px;
	font-weight:bold;
}
.contact .line_link {
	max-width: 620px;
	width: 90%;
	margin: auto;
	display: block;
	padding: 0 0 60px;
}





footer ul li a img{
	margin-right:10px;
	margin-bottom:3px;
}

footer .foot{
	display:flex;
	justify-content:space-between;
	width:85%;
	margin:0 auto;
	padding:20px 0;
	font-size: 14px;
}
footer .foot p {
	font-size: 14px;
}
footer .foot .left{
	text-align:left;
}
footer .foot .left a{
	margin-bottom:20px;
}
footer .foot .left p{
	margin-bottom:10px;
}
footer .foot .left .access{
	display:flex;
	justify-content:flex-start;
}
footer .foot .left .access p:first-child{
	width:110px;
	margin-right:20px;
}
footer .foot .right{
	display:flex;
	text-align:left;
	font-size:inherit;
	margin-top:25px;
}
footer .foot .right ul{
	margin-right:40px;
}
footer .foot .right ul li{
	margin-bottom:10px;
}
footer div.b_fff{
	padding:10px 0;
	background-color:#000;
	color:#fff;
}
footer div.b_fff figure{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
}
footer div.b_fff figure img{
	width:215px;
}
footer div figure figcaption{
	display: inline-block;
	flex: 1;
	font-size: 12px;
	text-align: center;
}
.ithojokin .b_fff {
    padding-top: 16px;
}
.map_link {
    color: #003d80;
    text-decoration: underline;
    margin-top: 10px;
}

/* top_top */
#topbtn{
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}

.columnimg{
	height: 200px;
	object-fit: cover;
}

.sub-nav {
	display: inline-block;
	float: right;
	font-size:13px;
	max-width: 100%;
	padding-top: 10px;
	text-align: right;
}

 .sub-nav a{
	display: inline-block;

}
.sub-nav li{
float:left;
}
 .sub-nav a:link{
	 color:#000;}
 .sub-nav a:visited{
	 color:#000;}
 .sub-nav a:hover{
	 color:#000;
text-decoration:underline;}

 .sub-nav a:after {
	content: "\7c";
	color: #111;
	margin-right: 12px;
	padding-left: 12px;
}

 .sub-nav a:last-child:after {
	content: none;
}
.side_ban{
	position:fixed;
	right:0px;
	z-index:100;
	top:200px;
}
.side_ban li{
	margin-bottom:10px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	height: 145px;
	letter-spacing: 0.1em;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	width:55px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.side_ban li span{
	writing-mode: horizontal-tb;
}
.side_ban li:first-child{
	background:#003D80;
}
.side_ban li:last-child{
	background:#ff9b00;
}
.side_ban li a{
	color:#fff;
}
.action-buttons{
	margin-top:20px;
}

/* #cont2/#cont3 */
#cont2,
#cont3{
}
#cont2 table,
#cont3 table,
#cont4 table,
#cont9 table
{
	width:890px;
	margin:auto;
}
#cont2 table th,
#cont2 table td,
#cont3 table th,
#cont3 table td{
	height:40px;
	border:1px solid #d2d2d2;

}
#cont2 table th,
#cont3 table th{
	width:250px;
	background-color:#edf4f8;
	font-weight:normal;
}
#cont2 table td,
#cont3 table td{
	padding:20px 0 20px 20px;
	text-align:left;
}
#cont2 table td ul li{
	padding:3px 0;
}

.mw_wp_form  {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px!important;
}
div[id^="mw_wp_form_mw-wp-form-"] .action-buttons input {
	position: relative;
	text-align: center;
	margin: 20px;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #024FB8;
	background: #024FB8;
	color: #fff;
}
/* 7/26安藤修正 */

div[id^="mw_wp_form_mw-wp-form-"] .action-buttons input[name="submitBack"]{
	display:none;
}
/*  */
div[id^="mw_wp_form_mw-wp-form-"] .action-buttons input:hover {
	background: #fff;
	border: 2px solid #024FB8;
	box-shadow: none;
	color: #000;
	text-shadow: none;
}
div[id^="mw_wp_form_mw-wp-form-"] .action-buttons input:active,
div[id^="mw_wp_form_mw-wp-form-"] .action-buttons input:focus {
	top: 2px;
}
.mw_wp_form_g-standard input[type="submit"], .mw_wp_form_g-standard input[type="button"], .mw_wp_form_g-standard button{
	text-shadow:none!important;
	box-shadow:none!important;
}

/* 全階層共通 */
section {
	padding: 20px 0 60px;
}
section:last-child {
	padding-bottom: 0;
}
#single-work .contact_us {
    padding-bottom: 70px;
}
p {
    text-align: left;
}
.btn {
	background: #fff;
	border:1px solid #000;
	max-width: 330px;
	width: 90%;
	padding: 12px;
	margin: auto;
	display: block;
	position: relative;
	text-align:center;
}
.btn::after {
    content: '▶';
    font-size: 12px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}
#single-work .btn:visited {
    color: #333!important;
}
#single-work .btn:hover {
    text-decoration: none;
}
h1 {
	font-size: 1.75rem; /* 28px */
	font-weight: bold;
	padding: 20px 0;
}
.h1{
	font-size: 1.75rem; /* 28px */
	font-weight: bold;
	color:#333;
	background: #f2f2f2;
	padding:20px 0;
	margin-bottom:40px;
}
.h1 span{
	display:block;
	margin:auto;
	width:1040px;
	max-width:100%;
	text-align:left;
}
h2 {
	font-size: 1.75rem; /* 28px */
	font-weight: 700;
	width: 100%;
	border-bottom: solid 1px #000;
	padding: 10px 0;
	margin: 50px auto 20px;
	text-align: center;
}
h3 {
	font-size: 1.5rem; /* 24px */
	font-weight: 700;
	padding-left: 10px;
	margin: 20px 0;
	text-align:left;
}
#single-work h2{
	max-width:1040px;
	margin:50px auto 20px;
	padding:10px 0;
	font-size: 1.75rem; /* 28px */
	font-weight: 700;
   border-bottom: solid 1px #000;
	text-align: center;
}		
#single-work h3{
	margin: 20px 0px;
    padding: 10px 0 0;
    font-size: 1.5rem; /* 24px */
}
#single-work > section .column_h1{
	padding-top:20px;
	margin-bottom:20px;
	font-size: 1.75rem; /* 28px */
	position: relative;
	font-weight:bold;
	color: #333;
}
footer h2 {
	font-size: 2.25rem; /* 36px */
	border-bottom: inherit;
	margin-top: 0px;
} 


/* 全階層共通：固定ページ */
#single-work .catch_txt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#single-work .btm_txt {
	font-size: 18px;
	margin: 30px 0 40px;
	font-weight: bold;
	text-align: center;
}

#single-work .wrap.center {
    text-align: center;
}

ul.feature_list {line-height: normal;}
#single-work > section > .feature_listTitle {
    color: #003d80;
    margin-bottom: 5px;
}

#single-work > section > ul.feature_list li {
    display: block;
    font-size: 18px;
    color: #333;
}
#single-work .onayami{width:85%;margin: 0 auto;}

.service_box::after {
	content: "";
	display: block;
	width: 295px;
}

.step_box.-side {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
    width: 100%;
}
.step_box.-side li {
	width: 21%;
	flex-direction: column;
}
.step_box.-side p:first-child {
	justify-content: center;
}
.step_box.-side p:last-child {
	display: flex;
	justify-content: center;
	padding: 20px 10px!important;
	margin: auto 0;
}
.step_box.-side li::after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #949593;
    width: 0;
    height: 0;
    position: absolute;
    left: 236px;
    bottom: 50%;
    transform: translateY(50%);
}

h2,h3,p {letter-spacing: 1.5px;}


.section_inner {
	max-width:1040px;
	margin: 0 auto;
}
.btn_white {
	background: #fff;
	border: 1px solid #003d80;
	display: block;
	width: 270px;
	color: #003d80;
	padding: 12px;
	margin: 0 auto;
/* 	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Kaku Gothic Pro', "Verdana", Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
	position: relative;
	text-align: center;
}
.btn_white.-space {
    margin: 40px auto;
}
.btn_white::after {
    content: '▶';
    font-size: 12px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.bg_white,
#single-work #cta .contact,
#single-work .bg_white h2 {
    background: #fff;
}
.bg_gray,
single-work .bg_gray{
    /*background: #f8f8f6;*/
}
.bg_gray {
	background: #f8f8f6;
}
single-work .bg_gray {
	background: #fff;
}
/* .service.bg_gray {
    background: #f8f8f6;
}
.service_step.bg_gray {
    background: #f8f8f6;
} */
#single-work .top.common {
    text-align: center;
}
#single-work .top.common h1 {
    font-size: 1.75rem;
}
.service .bg_white {
    background: #fff;
    border-radius: 10px;
    padding: 34px 20px 40px;
    margin-bottom: 16px;
}
.service_step_box h4,
#single-work .service_step_box h4 {
	font-size: 20px;
	color: #003d80;
	margin: 0 0 28px;
	text-align: left;
}	
.service_step_box li {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	background: #fff;
	position: relative;
}
.service_step_box li:not(:last-child)::after {
    content: '▼';
    font-size: 18px;
    color: #003d80;
    position: absolute;
    left: 50%;
    bottom: -37px;
    transform: translateX(-50%);
}
.step_num {
/* 	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
/* 	display: flex; */
/* 	flex-direction: column; */
/* 	align-items: center; */
/* 	justify-content: center; */
	padding: 30px 30px;
	font-size: 26px;
	color: #003d80;
	font-weight: 700;
/* 	text-align: center; */
	border-right: 1px solid #003d80;
/* 	margin: 20px 0; */
}
.service_step_content {
	padding: 30px;
/* 	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Kaku Gothic Pro', "Verdana", Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
}
.contact_us_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact_us_box img {
    max-width: 45%;
}
.contact_us_box .btm_txt {
    max-width: 52%;
	text-align:left!important;
	font-weight:normal!important;
}


.contact_us.bg_gray {
    background: #f8f8f6;
}
#cta.bg_white .cta.contact {
    background: #fff;
}
#cta.bg_white h2 {
    background: #fff;
}

@media screen and (max-width: 760px) {#contact_us .contact_us_box {
	flex-direction:column;
}}





/* 全階層共通：投稿ページ */
#single-work > section{
	padding:30px 0 0;
	text-align:left;
}
#single-work > section > .category{
	line-height: 1.2;
}
#single-work > section > ul:first-of-type li{
	display:inline-block;
	color:#000;
	font-size:16px;
}
#single-work > section > ul:first-of-type li img{
	margin-right:3px;
	vertical-align:middle;
}

#single-work > section > ul li ul{
	display:inline-block;
}
#single-work > section > ul li ul li{
	display:inline-block;
	margin-right:3px;
}
#single-work > section > ul li ul li a{
	display:block;
	padding:2px 7px;
	background-color:#003d80;
	color:#fff;
	font-size:14px;
	text-align:left;
}
#single-work > section > figure{
	margin:20px 0 20px;
	border-top: 1px #777 solid;
}
#single-work #ez-toc-container{
	margin: 0 auto!important;
}
#single-work .column_wrap {
	margin: 0 auto;
}
#single-work > section > p,
#single-work > section > .column_wrap p{
	margin-bottom: 16px;
    font-size: 18px;
}
}
#single-work > section > dl{
	padding:15px 30px;
	background-color:#f4f9ff;
	border:1px solid #003d80;
	border-radius:5px;
	font-weight:bold;
	line-height:1.9;
}
#single-work > section > dl dd a{
	color:#333;
	display:inline-block;
	padding-left:2em;
	text-indent:-2em;
}

#single-work > section .bold{
	font-weight:bold;
}
#single-work > section .blue{
	color:#003064;
}
#single-work > section .list li{
	padding-left:1em;
	text-indent:-1em;
}
#single-work > section .pink-line-box {
	background: #FFEFF6;
	border: dotted 3px #FF80BB;
	margin: 20px;
	padding: 10px;
	word-break: break-all;
}
#single-work > section .green-line-box {
	background: #DFF2E5;
	border: dotted 3px #009933;
	margin: 20px;
	padding: 10px;
	word-break: break-all;
}
#single-work > section .blue-line-box {
	background: #E2ECFF;
	border: dotted 3px #1a66ff;
	margin: 20px;
	padding: 10px;
	word-break: break-all;
}

#single-work > section table tbody tr td p{
	padding:0px;
}
#single-work .full_width {
	max-width: 100%;
	width: 100%;
}
.full_width #breadcrumbs {
    max-width: 1040px;
    margin: 0 auto;
}
#single-work.toukou .entry_links ul p {
	font-size: 14px;
	border-bottom: none;
}
#single-work.toukou #entry_links {
    max-width: 1080px;
}
#single-work.toukou #entry_links ul a:visited {
    color: #333!important;
}

@media screen and (min-width:769px){
#single-work section{
	max-width:1040px;
	margin:auto;
	/*padding-bottom:80px;*/
	text-align:left;
}

#single-work section h3.no_border{
	padding-bottom:0;
	border-bottom:none;
}
#single-work section h4{
	margin: 40px 0px 10px;
/*	padding-left:15px;*/
/* 	background:url(../images/loan/h4_bg.png)no-repeat left center; */
	font-size: 18px;
}
}

/*プレースホルダー色*/
::placeholder{color:#d9d9d9;}

/*コラムのパンくず,ユーザー*/
.p-txt{font-size:12px!important;}
.saboxplugin-wrap{display:none;}

/*コラム装飾*/
#single-work.toukou section{
	max-width:768px;	
}
#single-work.toukou section img:first-child{
	height:auto;
}
#single-work.toukou section h2{
	max-width:767px;	
	text-align:left;
}
#single-work.toukou section p{
	margin-bottom:10px;
	line-height:1.5;
	letter-spacing: 2px;
}
#single-work.toukou section table{
	margin:10px auto;
	width:100%!important;
}
#single-work.toukou section table td{
	border:solid 1px #000;
}
	
#toukou > section table{
	margin-left:20px;
	margin-right:20px;
	
}
#single-work.toukou .sv{background:#F2F2F2;padding-bottom: 20px;margin-top:20px;}
#single-work.toukou .sv .bg_gray{background:#4D4D4D;color:#fff;text-align:center;width:175px;font-size:16px;}
#single-work.toukou .sv .ninomiya_box{display:flex;justify-content:flex-start;align-items:center;margin:5px 25px 0;}
#single-work.toukou .sv .ninomiya_box img {width:20%; margin-right:50px; border-radius: 50%;}
#single-work.toukou .sv .ninomiya_box .txt_box p{font-size:14px;}
#single-work.toukou .sv .ninomiya_box .txt_box p span{font-weight:bold;font-size:20px;display: block;}


#form section {
	max-width:1000px;
	margin:0 auto;
}
#form p{
	text-align:left;
	margin-bottom:10px;
}


/* 全階層共通 */
.kv .cta {
    text-align: center;
}
.kv .cta a {
    background: #00b900;
    color: #fff;
    display: block;
    width: 30%;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    position: relative;
}
.kv .cta a:after {
    position: absolute;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.section_description {
	text-align: center;
	margin: 30px 0;
}
.catch_txt {
	font-size: 1.75rem; /* 28px */
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 30px 0;
}
.checkbox {
	text-align: center;
}
.checkbox_list {
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	max-width: 70%;
	padding-left: 2em;
}
.checkbox_list li {
	text-align: left;
	display: block!important;
	position: relative;
	font-size: 18px;
}
.checkbox_list li:not(:last-of-type) {
	margin-bottom: 1rem;
}
.checkbox_list li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(https://www.listing-partners.com/wp/wp-content/uploads/2023/10/checkbox.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.btn_black {
    display: inline-block;
    width: 320px;
    padding: 1rem;
    background: #333;
    color: #fff;
    font-weight: 700;
    border: solid 2px transparent;
}
.btn_black.chevron_right {
	position: relative;
}
.btn_black.chevron_right::after {
    position: absolute;
    content: "\f054";
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.card_list .chevron_cRight {
	position: relative;
}
.card_list .chevron_cRight::before {
	content: "";
	position: absolute;
	top: 44px;
	right: 32px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: solid 2px #333;
	border-radius: 50%;
}
.card_list .chevron_cRight::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 44px;
	right: 50px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: translateY(-50%) rotate(45deg);
}
.feature_box {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.feature_box .feature_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.feature_box .feature_left p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.card_list {
	display: grid;
	gap: 40px;
}
.card_list.-col2 {
	grid-template-columns: 1fr 1fr;
}
.card_list.-col2 a{
	max-width: 500px;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #fff;
	position: relative;
}
.card_list.-col2.-shadow a{
	padding: 2rem;
	box-shadow: 0 0 12px rgba(0, 61, 128, .08);
}
.bg_gray.-left {
    background-image: linear-gradient(90deg, #f7f7f7 calc(50% + 450px), #fff calc(50% + 450px));
}
.bg_gray.-left .card_list {
    padding: 40px 0;
}
.bg_gray.-right {
    background-image: linear-gradient(-90deg, #f7f7f7 calc(50% + 450px), #fff calc(50% + 450px));
}
.bg_gray.-right .card_list {
    padding: 40px 0;
}
.columun.entry_links a {
	padding: 1rem;
	border: solid 1px #eee;
	font-size: 14px;
	font-weight: normal;
}
.columun.entry_links p {
	margin-top: 5px;
}
.columun.entry_links .btn {
	border: 1px solid #333;
}



.address {
    display: flex;
}
.address .map {
    margin-left: 20px;
}
.address p:not(:last-of-type) {
	margin-bottom: 30px;
}
.office .address .company_name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
}

.service_box {
	display:flex;
	flex-wrap: wrap;
	margin:0 20px;
	justify-content:space-between;
}
.service_box li {
	border:1px solid #949593;
	padding: 15px 5px;
	font-size: 18px;
	width: 295px;
	text-align: center;
	margin-bottom: 20px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_box a {
	position: relative;
	width: 100%;
}
.service_box.-arrow_right a:after {
	content: '▶︎';
	font-size: 18px;
	color: #949593;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
.mv2 {
	width: 100% !important;
	padding: 90px 0 !important;
	text-align: center;
	background-color: #f7f7f5;
}
.mv2 h1 {
	line-height: 1.2;
	padding: 0 !important;
	font-size: 48px;
	color: #2d2d2d;
}
.mv2 p {
	margin: 60px 0;
	line-height: 2;
	font-size: 21px !important;
	text-align: center;
}
.mv2 a {
	display: block;
	width: 554px;
	line-height: 68px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #40bc3a;
	box-shadow: 4px 4px 1px rgba(0,0,0,0.4);
	position: relative;
}
.mv2 a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25em 0 0.25em 0.4em;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
#mv2 a.bg_orange {
	background-color: #ffaa07;
}
.simekiri2 {
	padding: 40px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #468b68;
	letter-spacing: 1.5px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.simekiri2 div{
/* 	margin-bottom:1em; */
	line-height:1.5;
}
.simekiri2 div:last-child{
	margin-bottom:0;
}
.simekiri2 dt {
	border: 5px solid #468b68;
	font-size: 18px;
	padding: 10px;
}
.simekiri2 dd{
	border: 5px solid #468b68;
	border-top: none;
	padding: 20px 10px;
}
.simekiri2 > div {
/* 	border: 1px solid #fff; */
	background: #fff;
	color: #333;
	width: 40%;
	max-width: 430px;
	padding: 1rem;
/* 	margin: 0 auto 20px; */
}
.simekiri2 span {
	font-size: 16px;
}


.saitakuritu p,
.reason .catch_txt{
	margin-top:20px;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: none;
	text-align:center;
}
.saitakuritu p .bold {
	font-weight: bold;
	margin-top:15px;
}
.saitakuritu p .large {
	margin-top: 1.5em;
	font-size: 38px;
	margin-bottom:30px;
}
.saitakuritu p > span {
	display: block;
}
.table {
	width: 85%;
	margin: 10px 10px 30px!important;
	font-size: 18px;
}
.table tr:first-child {
	background: #949593;
	color: #fff;
	font-weight: bold;
}
.table th {
	padding: 15px 1%;
	border-right: solid 1px #fff;
	border-left: solid 1px #949593;
	text-align:center;
}
.table th:last-of-type {
	border-right: solid 1px #949594;
}
.txt_c {
	text-align: center;
}
.onayami2 {
	display: inline-block;
	max-width: 60%;
	margin: 0 auto;
	line-height: 1.3;
	text-align: left;
	padding-left: 2em;
}
.onayami2 li {
	display: block!important;
	font-size: 18px!important;
	margin: 1em 0;
	position: relative;
	padding-left: 50px;
	counter-increment: number;
}
.onayami2 li:before {
	content: counter(number);
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #949593;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.problem p {
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	font-size: 18px;
	line-height: 1.5;
}
.caution li {
	font-size: 24px;
	text-align: left;
}
.list {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.list li {
	width: 32.5%;
	padding: 1% 1.5%;
	border: 1px solid #999;
	text-align: left;
}
.links {
    margin-top: 60px;
}
.links li {
    margin: 1em 0;
}
.btn.bg_green {
	background: #40bc3a;
	color: #fff;
	font-weight: bold;
	border: 1px solid #40bc3a;
}
.reason dl {
	text-align: left;
}
.reason dt {
	font-weight: bold;
	margin-top: 20px;
}
.countup span::after {
	content: "__";
	margin: 0 .5em;
}

.about .red {
	color: #ff0000;
}
.bnr_link {
	margin-top: 40px;
	margin-bottom:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bnr_link li {
	width: 24%;
	position: relative;
}
.bnr_link li::after {
	content: "▶";
	font-size: 10px;
	color: #949593;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}
.bnr_link a {
	border: solid 1px #999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 3.8em;
}

.flow_list li {
	margin-top: 50px;
	padding: 2.5% 0;
	display: flex;
	background: #fff;
	position: relative;
	border: 1px solid #949593;
}
.flow_list li:not(:last-of-type)::after {
	content: '▼';
	font-size: 18px;
	color: #000;
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
}
.flow_list li .step {
	width: 6em;
	font-size: 20px;
	font-weight: bold;
	border-right: solid 1px #949593;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_list li .step span span {
	display: block;
	font-size: 26px;
	text-align: center;
}
.flow_list li .flow_list_contents {
	width: calc(100% - 6em);
	padding: .5em 1em;
}
.flow_list li .flow_list_contents h3 {
	margin-top: 0!important;
	padding: 0!important;
}
.bg_gray .faq_box div {
    border: 1px solid #eeeeee;
}
.faq_box {
	text-align: left;
}
.faq_box div {
	margin-top: 2%;
	padding: 2.5%;
	background-color: #fff;
	font-size: 24px;
	border: 1px solid #333;
}
.faq_box div dt {
	padding-left: 1.8em;
	font-weight: bold;
	position: relative;
}
.faq_box div dt::before {
	content: 'Q.';
	position: absolute;
	left: 0;
}
.faq_box div dd {
	line-height: 1.9;
	margin-top: 1em;
	padding-left: 2.6em;
	font-size: 18px;
	position: relative;
}
.faq_box div dd::before {
	content: 'A.';
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: -0.3em;
}
.contact_us2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_us2 img {
	width: 40%;
}
.contact_us2 div {
	text-align: center;
}
.contact_us2 p {
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	display: inline-block;
}
.contact_us2 .btn.bg_green {
	margin-top: 30px;
}
.contact_us2.reverse {
	flex-direction: row-reverse;
}
.problem div.bg_gray {
	padding: 20px 0 50px;
}
.problem .catch_txt {
	margin: 60px auto 0;
}
#problem2 .catch_txt {
	margin-bottom:0px!important;
	padding: 1.5em 0;
	font-size: 28px;
}
#about .catch_txt{font-size: 28px; margin-top: 0px;}
.example ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px 0;
}
.example li {
	width: 24%;
	height: 3.6em;
	font-weight: bold;
	border: solid 1px #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cont_nav {
	padding: 60px 0;
}
.cont_nav_lead {
    width: 100%;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.cont_nav_list_shadow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cont_nav_list_shadow li {
	width: 24%;
}
.cont_nav_list_shadow a {
	display: block;
	line-height: 4.5;
	font-size: 24px;
	font-weight: bold;
	background: #fff;
	box-shadow: 5px 5px 16px rgba(150,150,150,0.4);
	position: relative;
}
.cont_nav_list_shadow a::after {
	content: '▼';
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.pr_txt {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.cont_nav_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cont_nav_list li {
	width: 24%;
}
.cont_nav_list a {
	display: block;
	height: 4em;
	margin: 3% 0 0;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cont_nav_list a:after {
	content: '▼';
	font-size: 12px;
	color: #000;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.table_plan {
	margin-top: 30px;
	border: 1px solid #999;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.table_plan dl {
	width: 35%;
	font-size: 20px;
	font-weight: bold;
	border-right: 1px solid #999;
}
.table_plan dt {
	line-height: 3;
	color: #fff;
	text-align: center;
	background: #949593;
}
.table_plan dd {
	border-top: 1px solid #999;
	height: calc(100% - 3em);
	display: flex;
	justify-content: center;
	align-items: center;
}
.table_plan dd {
	border-top: 1px solid #999;
	height: calc(100% - 3em);
	display: flex;
	justify-content: center;
	align-items: center;
}
.table_plan div {
	text-align: center;
}
.table_plan ul {
	width: 65%;
	padding: 1em;
}
.table_plan li {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.jirei td:last-child {
    width: 18%;
}
#contact{margin-top:50px;}
#message{padding-bottom:20px;}
#message .catch_txt{font-size:2rem;}

#single-work .mw_wp_form td {
    border-top: none;
    border-left: none;
}





/* .当社の特長2024.6〜
================================================== */
#single-work .our_feature h2 {
    font-size: 2.625rem;
    text-align: left;
    border-bottom: unset;
}
#single-work .our_feature p {
    line-height: 2;
}
#single-work .our_feature h3 {
    padding: 1em;
    background: #f3f3f3;
}

/* 当社の特長ここまで
================================================== */