@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",meirio;
	font-size:14px;
	line-height:1.6;
	background:#fff;
	width: 100%;
	text-align: justify;
}

.inner {
	position:relative;
	width:1000px;
	margin:0 auto;
}

header {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 4px solid #0075c2;
}

nav {
	width:100%;
	background:#fff;
	⁄zoom:1;
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	/* background:#fff; */
	background: #FFFEF2;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}

a img{
	vertical-align:bottom;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.2s ease-in-out;  
}

a img:hover {
	opacity: 0.5;  
	filter: alpha(opacity=60);  
}

/* 通常ボタン */
.btn-primary {
	border: none;
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto 1em auto;
	padding: 1em 2em;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: inherit;
	background: #0075c1;
	box-shadow: 0 6px 0 #025185, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.btn-primary:hover {
	background: #0075c1;
	box-shadow: 0 3px 0 #025185, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn-primary:link,
.btn-primary:visited,
.btn-primary:active { color: #fff; }

/* コンバージョンボタン */
.btn-conversion {
	border: none;
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto 1em auto;
	padding: .5em 1em;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: inherit;
	background: #b70000;
	box-shadow: 0 6px 0 #840000, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	line-height: 1.4;
}
.btn-conversion + p {
	font-size: .8em;
	margin-bottom: 0;
}
.btn-conversion .btn-conversion-txt {
	margin-bottom: 0;
	font-size: 16px;
}
.btn-conversion .btn-conversion-telno {
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.btn-conversion:hover {
	background: #ff7600;
	box-shadow: 0 3px 0 #cc5e00, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn-conversion:link,
.btn-conversion:visited,
.btn-conversion:active { color: #fff; }

p {
	margin:0 0 1em 0;
}

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

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0;
	padding: 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
.br-sp { display:none; }
.pc {margin: 0;padding: 0; }
.sp { display: none !important; }

/* カラム */
.row:after, .row:before {
    display: table;
    content: '';
}
.col-sp-1 {
	margin-bottom: 1em;
}
/* カラムPC版 */
@media screen and (min-width:1001px) {
	.row {
	    margin-left: -10px;
	    margin-right: -10px;
	    overflow: hidden;
	}
	.col-pc-2 {
		box-sizing: border-box;
		width: 50%;
		float: left;
		position: relative;
    	min-height: 1px;
    	margin-bottom: 0;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.col-pc-3 {
		box-sizing: border-box;
		width: 33%;
		float: left;
		position: relative;
    	min-height: 1px;
    	margin-bottom: 0;
    	padding-left: 10px;
    	padding-right: 10px;
	}
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	/* height: 117px; */
	padding:10px;
}
header .inner {
	overflow: hidden;
}
h1{
	float: left;
}
.summary {
	float: left;
	margin: 0 11px 0;
}
.summary img{
	margin: 0 0 0 5px;
}
.tel{
	position:absolute;
	top:5px;
	right:0;
	margin:0; 
}
.header_p {
	width: 300px;
	margin: 0 0 0 3px;
	padding: 0;
}
.buying_div{
    font-size: 2.5em;
    color: #063190;
    border: 3px solid #05328f;
    width: 30%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: .5em;
    margin-bottom: 1em;
    border-radius: 4px;
}

.buying_p {
	margin-bottom: .5em;
	padding-bottom: .5em;
    font-size: 1.5em;
    border-bottom: 2px solid #ccc;
    text-align: left;
	display: table;
	width: 100%;
}
span.buying_span {
	width: 70px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
span.buying_circle {
	display: inline-block;
	width: 80px;
	height: 80px;
    background: #fff100;
    border-radius: 50%;
    margin-right: 0;
    padding: 10px;
    font-size: 20px;
    float: none;
    text-align: center;
}
span.buying_circle small{
	display: inline-block;
	margin-top: .6em;
	border-bottom: 1px solid #333;
	font-size: 14px;
}
span.buying_span2 {
	width: 100%;
	font-size: 34px;
	line-height: 1.4;
	display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
}

/* .buying_p {
		font-size: 2.5em;
		border-bottom: 2px solid #ccc;
		text-align: left;
}
span.buying_span {
    background: #fff100;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 0.45em;
    padding: 3px 5px 0 5px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    text-align: center;
}

.buying_p span small {
	font-size: 0.5em;
    border-bottom: 1px solid #05328f;
} */

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:1000px) {
	.under_nav {display: none;}
	nav {
    width: 100%;
	background-color: #F1F1F1;
    z-index: 600;
	box-shadow: 0 0 8px #bfbfbf;
	text-align: center;
	}

	/* 共通 */
	nav ul {
		width: 1000px;
		margin:0 auto;
		padding:0;
	}

	nav ul li {
		margin:0;
		padding:10px 0;
		list-style:none;
		float:left;
		width: 175px;
	}
	nav ul li:nth-child(1) {
		width: 120px;
	}
	nav ul li a {
		display: block;
		margin: 5px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
		text-decoration: none;
		letter-spacing: normal;
	}
	nav ul li a:nth-child(-n+4) {
	border-left: solid 1px #b8b8b8;
	}
	nav ul li.last a{
	border-right: solid 1px #b8b8b8;
	}

	nav ul li:hover  {
    background-color: #E1E1E1;
	}

	nav ul li a span {
    line-height: 0.6;
	display: block;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}
	/*ページトップへの戻り*/
	.totop {
	position:fixed;
	bottom:90px;
	right:15px;
	}
	.totop a {
	display:block;
	text-decoration:none;
	}
	.totop img {
	background:#000;
	}
	.totop img:hover {
    background-color: #4B4B4B;
	}
}

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

.mainvis {
	position: relative;
	background: url(../images/bg-mainvis.jpg) no-repeat center center;
	background-size: cover;
}
.mainvis .mainvis-inner{
	width: 1000px;
	margin: 0 auto;
}
.mainvis-notes {
	width: 1000px;
	margin: 0 auto;
	padding: .5em 0;
	font-size: .8em;
}
.mainvis-notes p { margin-bottom:0;}

/* .container{
    width: 100%;
    height: 700px;
    background: url(../images/main_img.jpg)no-repeat center center;
	background-size: cover;
}
.container_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0;
}
.salespoint{
	width: 668px;
	height: 490px;
	background-color:rgba(255,255,255,0.7);
	border: 2px solid #fff;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.salespoint img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.notes{
	width: 660px;
	margin: 20px auto 0;
	padding: 6px;
	background-color: rgba(0,0,0,0.6);
	font-size: 14px;
	color: #fff;
} */
/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}


/*================================================
 *  contents
 ================================================*/
.chooseour{
	width: 100%;
	margin: 60px auto 0;
	text-align: center;
	display: inline-block;
}
.chooseour.bg-color-w{
	background: #fff;
}
.chooseour_h2{
	margin-top: 70px;
	font-size: 38px;
	line-height: 60px;
}
.chooseour_h2 span:nth-of-type(1){
	font-size: 49px;
	margin: 0 -18px 0 0;
	font-weight: bold;
	color: #ED6C00;
}
.chooseour_h2 span:nth-of-type(2){
	border-bottom: 2px solid #000;
	padding: 0 0 5px;
}
.chooseour_h2 p{
	font-size: 49px;
	margin: 0;
	font-weight: bold;
	line-height: 1em;
	color: #0b318f;
}


/* ▼▼▼20200128改修のため追記 */
.chooseour_div {
	background: #FFFEF2;
	border: solid 3px #ff7600;
}
.chooseour_div .cv_title {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 2px 2px 2px;
	background: #ff7600;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.chooseour_div .cv_title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #ff7600;
}
.chooseour_div .cv_body {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.chooseour_div .cv_title {
	margin-bottom: 25px;
	padding: 5px 2px;
}
.chooseour_div .cv_lead {
	text-align: center;
}
.chooseour_div .cv_body .cv_txt {
	display: inline-block;
	position: relative;
	color: #b70000;
	margin-bottom: .2em;
	font-size: 20px;
	font-weight: bold;
}
.chooseour_div .cv_body .cv_txt::before {
    content: "";
    position: absolute;
    bottom: 0.05em;
    left: -1em;
    width: 0;
    height: 1.3em;
    border-left: 1px solid #b70000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.chooseour_div .cv_body .cv_txt::after {
    content: "";
    position: absolute;
    bottom: 0.05em;
    right: -1em;
    width: 0;
    height: 1.3em;
    border-left: 1px solid #b70000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.chooseour_div .cv_body .cv_mail{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 10px 20px;
	border-right: dashed 1px #ff7600;
}
.chooseour_div .cv_mail .btn-conversion {
	background-image: url(../images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 60px center;
	background-size: 20px;
}
.chooseour_div .cv_mail .btn-conversion .btn-conversion-txt {
	padding: .5em 1em .5em 3em;
	font-size: 20px;
	font-weight: bold;
}
.chooseour_div .cv_body .cv_telno{
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 10px 20px;
}
.chooseour_div .cv_body .cv_telno .img-tel {
	margin: 0 auto;
}

/* ▲▲▲20200128改修のため追記 */

.header_btn {
    width: 28%!important;
    line-height: 1.4em;
    font-size: 3em!important;
    text-align: center;
    padding: 10px 5px 2px 5px !important;
    margin: 0 20px;
}
.header_btn img {
    width: 50px!important;
	margin: 0 0 5px 0!important;
}
.chooseour_btn {
    display: inline-block;
    background: linear-gradient(#70a931 50%, #629c2c 50%);
    border: 2px solid #ccc;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 4px;
    color: #fff;
    font-size: 3.5em;
    text-decoration: none;
    text-shadow: 2px 2px 2px #48730d;
    width: 50%;
    padding: 5px 0 2px 0;
}
.chooseour_btn small {
	font-size:0.5em;
}
.chooseour_btn img {
	margin: 0 0 8px 10px;
}

.chooseour_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.chooseour_btn a,
.chooseour_btn a:hover,
.chooseour_btn a:visited {
    color: #fff;
	text-decoration: none;
}
.nayami{
	width: 100%;
	/* height: 932px; */
	background: url(../images/nayami_bg.jpg);
	text-align: center;
	padding: 60px 0 0;
}
.nayami_h2{
	font-size: 29px;
	line-height: 36px;
	margin: 0 0 30px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.nayami_h2::before {
	content: url(../images/nayami_sl.png);
	position: absolute;
	margin: 0 0 0 -50px;
	top:5px
}
.nayami_h2::after {
	content: url(../images/nayami_sr.png);
	position: absolute;
	top: 5px;
	margin: 0 0 0 160px;
}
.nayami_h2 span:nth-of-type(1){
	font-size: 38px;
	color: #0075c2;
	margin: 0 5px 0 0;
	font-weight: bold;
}
.nayami_h2 span:nth-of-type(2){
	font-size: 27px;
	font-weight: bold;
}
.nayami_inner{
    width: 100%;
	/* height: 805px; */
    margin: 0 auto;
    background: url(../images/nayami_boad.png)center top no-repeat;
	text-align: center;
}
.nayami_inner ul{
    width: 1000px;
	text-align: left;
	margin: 123px 0 0 145px;
	display: inline-block;
}
.nayami_inner li{
	font-family :YuGothic,'Yu Gothic',sans-serif;
	font-size: 22px;
	line-height: 62px;
	background-image:url('../images/nayami_check.png');
	background-repeat:no-repeat;
	background-position: 20px 40%;
	text-indent:60px;
	letter-spacing: 0.8px;

}
.nayami_inner li span{
	font-weight: bold;
	background: linear-gradient(transparent 40%, #FFFABA 0%);
	color: #C7000B;
}
.nayami_inner .nayami_ans {
	margin-bottom: 0;
}
.nayami_inner .nayami_ans img{
	margin: 0 auto;
}

.tokucho{
	position: relative;
	/* height: 1420px; */
	width: 100%;
    background: url(../images/tokucho.jpg)no-repeat center center;
	background-size: cover;
	/* display: table; */
	padding: 80px 0;
	text-align: center;
}
.tokucho .box{
	box-sizing: border-box;
	width: 994px;
    background: #fff;
    border: solid 4px #0B318F;
    margin: 0 auto;
    padding: 3em 1.5em;
	text-align: center;
	/* height: 1263px; */
    /* background: url(../images/tokucho_bg.png)no-repeat center center; */
}
.tokucho .inner{
	width: 100%;
	padding-bottom: 240px;
	/* width: 920px; */
	/* height: 1150px; */
	/* margin: auto; */
	/* text-align: left;
	padding: 50px 0; */
}
.tokucho_h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 50px;
	text-align: center;
}
.tokucho_h2 span{
	color: #ed6c00;
	font-weight: bold;
}
.tokucho_p{
	/* width: 515px; */
	font-size: 17px;
	line-height: 32px;
	text-align: left;
	margin-bottom: 2em;
	/* margin: 0 0 145px; */
}
.tokucho_p em{
	font-weight: bold;
	color: #ed6c00;
}
.tokucho .faq {
	text-align: left;
}
.tokucho_ul{
	width: 790px;
	margin: 0 0 0 20px;
}
.tokucho_ul li{
	font-size: 16px;
	line-height: 29px;
	width: 228px;
	float: left;
}
.tokucho_ul li img{
	margin: 0 0 10px;
}
.tokucho_ul li:nth-child(-n+2){
	margin: 0 50px 0 0;
}
.tokucho_ans {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -600px;
}

#explanation{
	background: #FFFEF2;
	width: 100%;
	display: inline-block;
}
.reason {
	/* background: #FFFEF2; */
	padding-bottom: 70px;
}
.reason_midashi{
    background: url(../images/midashi01.png) center center;	
	width: 100%;
	height: 305px;
	text-align: center;
	position: relative;
	z-index: 200;
}
.reason_midashi_inner{
    width: 1010px;
	height: 305px;
    margin: auto;
    background: url(../images/midashi_icon01.png) left 25px no-repeat;
	color: #FFF100;
	font-size: 30px;
	line-height: 75px;
	display: inline-block;
}
.reason_h2{
	margin: 35px 0 0;
}
.reason_h2 span{
	font-size: 89px;
	font-weight: bold;
	font-style: italic;
}
.reason_midashi2{
    background: url(../images/midashi02.png) center center;	
	width: 100%;
	height: 305px;
	text-align: center;
	position: relative;
	z-index: 200;
	/* margin: 70px 0 0; */
}
.reason_midashi_inner2{
    width: 1010px;
	height: 305px;
    margin: auto;
	padding: 35px 0 0;
	font-size: 29px;
    background: url(../images/midashi_icon01.png) left 25px no-repeat;
	color: #FFF100;
	display: inline-block;
}
.reason_h2-2{
	line-height: 50px;
}
.reason_h2-2 span{
	font-size: 31px;
	margin: 20px 0 0;
	color: #fff;
}
.reason_h2-2 p{
	font-size: 73px;
	line-height: 73px;
	font-weight: bold;
	font-style: italic;
}

.reason_h2 span{
	font-size: 89px;
	font-weight: bold;
	font-style: italic;
}

.reason_midashi_inner3{
    width: 1010px;
	height: 305px;
    margin: auto;
	padding: 55px 0 0;
    background: url(../images/midashi_icon03.png) left 25px no-repeat;
	color: #FFF100;
	font-size: 30px;
	line-height: 35px;
	display: inline-block;
}
.reason_h2-3 span{
	font-size: 73px;
	line-height: 105px;
	font-weight: bold;
	font-style: italic;
}
.shukyaku_midashi{
	position: relative;
	background: #ceebfb;
	padding: 110px 0 50px;
	margin: -55px 0 100px;
}
.shukyaku_midashi:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ceebfb transparent transparent transparent;
	border-width: 50px 120px 0 120px;
}
.shukyaku_midashi2{
	position: relative;
	background: #ceebfb;
	padding: 50px 0;
	margin: 0 0 100px;
}
.shukyaku_midashi2:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ceebfb transparent transparent transparent;
	border-width: 50px 120px 0 120px;
}
.shukyaku_midashi_inner{
	text-align: center;
}
.reason_h3{
	font-size: 46px;
	line-height: 54px;
	margin: 25px 0 0;
}
.reason_h3 p{
	padding: 0 0 20px;
	border-bottom: 3px solid #0075c2;
	position: relative;
}
.reason_h3 p:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #0075c2 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
.reason_h3 span:nth-child(1){
	font-size: 42px;
	background: #E60012;
	color: #fff;
	margin: 0 3px;
	padding: 3px;
}
.reason_h3 span:nth-child(2){
	font-size: 85px;
	font-weight: bold;
	color: #0075c2;
}
.reason_h4{
	background: #0075c2;
	margin: 0 0 -10px;
	padding: 13px 20px;
	border-bottom: 5px solid #EBEBEC;
	display: inline-block;
}
.reason_h4 img{
	float: left;
	width: 96px;
	height: 96px;
}
.reason_h4 div{
	float: left;
	width: 850px;
	height: 40px;
	margin: 10px 0 0 14px;
	font-size: 23px;
	color: #fff100;
}
.reason_h4 p{
	font-size: 29px;
	line-height: 43px;
	font-weight: bold;	
	color: #fff;
}
.reason_h4 span:nth-child(1){
	color: #E60012;
}

.reason_h4 p span{
	font-weight: bold;
	border-bottom: 3px solid #E60012;
	color: #0B318F !important;
	padding: 0 0 2px;
}
.reason_box{
	background: #fff;
	width: 1000px;
	margin: 50px auto 0;
	box-shadow:  0 0 20px 2px #d3d3d3;
}
.reason_box_inner{
	padding: 40px;
	display: inline-block;
}
.reason_box_p{
	font-size: 17px;
	line-height: 32px;
	margin: 0 0 30px
}
.reason_box_ps{
	width: 440px;
	font-size: 17px;
	line-height: 32px;
	margin: 15px 0 0;
	float: left;
}

.reason_box_wrap {
	width: 1000px;
	margin: 50px auto 0 auto;
}

.reason-num {
	color: #0B318F;
	margin-bottom: .5em;
	text-align: center;
}
.reason-num span {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}
.reason-num span::before {
    content: "";
    position: absolute;
    bottom: -0.15em;
    left: -1em;
    width: 0;
    height: 1.3em;
    border-left: 1px solid #0B318F;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.reason-num span::after {
    content: "";
    position: absolute;
    bottom: -0.15em;
    right: -1em;
    width: 0;
    height: 1.3em;
    border-left: 1px solid #0B318F;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.reason_box_border{
	box-sizing: border-box;
	background: #fff;
	border: solid 4px #0B318F;
	padding: 1.5em;
}
.reason_box_border .reason_h3_title {
	margin-bottom: .5em;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.reason_box_border .reason_h3_title em{
	color: #ed6c00;
	font-style: normal;
}
.reason_box_border .reason_h3_title .txt-sub {
	display: block;
	font-size: .6em;
}
.reason_box_border .reason-img {
	padding: 0 0 1.5em 0;
}
.reason_box_border .reason-img img{
	margin: 0 auto;
}
.reason_box_border p {
	font-size: 18px;
}
.reason_box_border2 {
	font-size: 14px!important;
}
.reason_box_border .reason_box_border_foot {
	padding: 0 1em;
}

/* ▼▼▼20200128改修のため追記 */

/* 不動産買取制度 */
.kaitori {
	padding-bottom: 70px;
}
/* 売却の流れ */
.flow {}
.flow .flow-list {
	width: 1000px;
	margin: 50px auto 0 auto;
}
.flow .flow_box {
	background: #fff;
    margin-top: 50px;
    box-shadow: 0 0 20px 2px #d3d3d3;
}
.flow .flow_box .flow-title {
	padding: 30px;
	background: #0B318F;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
}
.flow .flow_box .flow-title .title-label{
	padding-right: 20px;
	margin-right: 20px;
	border-right: solid 1px #fff;
	font-size: .8em;
	vertical-align: middle;
	line-height: 1;
}
.flow .flow_box.last .flow-title {
	/* background: #ff7600; */
	color: #fff100;
}
.flow .flow_box .flow-body{
	padding: 30px;
	overflow: hidden;
	text-align: left;
}
.flow .flow_box.arrow-bottom {
	position: relative;
	margin-bottom: 65px;
}
.flow .flow_box.arrow-bottom::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 30px solid #0075c1;
  border-bottom-width: 0;
}
.flow .flow_box .flow-img {
	width: 250px;
	float: right;
	margin: 0 0 20px 20px;
}
.flow .flow_box .flow-txt {
	font-size: 18px;
}
.flow .wrap-3days, .flow .wrap-2weeks{
	position: relative;
	padding-right: 200px;
}
.flow .wrap-3days .arrow-bottom::before,
.flow .wrap-2weeks .arrow-bottom::before{
	margin-left: 100px;
}
.flow .flow-arrow {
    display: block;
    width: 50px;
    height: calc(100% - 50px);
    background: #ff7600;
    position: absolute;
    right: 0;
    margin-right: 75px;
}
.flow .flow-arrow::after {
    content: '';
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #ff7600;
    right: 0;
    bottom: 0;
    margin-right: -25px;
	margin-bottom: -100px;
}
.flow .flow-arrow span{
	padding-top: 2em;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ▲▲▲20200128改修のため追記 */


.reason_cation{
	font-size: 14px;
}
.yellow_box{
    background: url(../images/yellow_box02.jpg)repeat-y;
	width: 100%;
	display: inline-block;
}
.yellow_box:before{
	content: '';
	height: 25px;
	display: block;
    background: url(../images/yellow_box01.jpg)no-repeat;
}
.yellow_box:after{
	content: '';
	height: 25px;
	display: block;
    background: url(../images/yellow_box03.jpg) left bottom no-repeat;
}
.yellow_box_inner1{
	margin: 0 30px;
	display: inline-block;
}
.yellow_box_inner2{
	margin: 0 30px;
}
.reason_o{
	font-size: 29px;
	font-weight: bold;
	text-indent: 280px;
	margin: 0 0 15px;
}
.yellow_box_inner1 .reason_o{
    background: url(../images/reason_o01.jpg) left 7px no-repeat;
}
.yellow_box_inner2 .reason_o{
    background: url(../images/reason_o02.jpg) left 7px no-repeat;
}
.yellow_box_inner1 .yellow_p{
	font-size: 17px;
	line-height: 32px;
	float: left;
	margin: 0 40px 0 0;
}
.yellow_box li{
	font-size: 17px;
	line-height: 32px;
	font-weight: bold;
	width: 525px;
	float: left;
}
.yellow_box_inner1 .reason_o img{
	float: left;
	display: block;
}
.yellow_box_inner2 .yellow_p{
	font-size: 17px;
	line-height: 32px;
}

.orange_p{
	width: auto;
	color: #ED6C00;
	font-size: 42px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
.orange_p2{
	width: auto;
	color: #ED6C00;
	font-size: 45px;
	line-height: 58px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.black_p{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
.reason_h3img{
	text-align: center;
	margin: 50px 0 0;
}
.merit{
	margin: 30px 0 0;
}
.merit li{
	font-size: 17px;
	line-height: 32px;
	color: #0B318F;
	margin: 0 0 22px;
}
.merit img{
	margin: 0 0 13px;
}
.performance h3 {
	margin-top: .5em;
	color: #0B318F;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
}
.performance .txt-notes {
	font-size: .8em;
	text-align: center;
}
.performance .reason_box {
	padding: 3em 0;
}
.jisseki_table{
	width: 80%;
	margin: 0 auto;
	/* margin: 20px 0 10px; */
	border-collapse:collapse;
	border:1px solid #ddd;
	/* float: left; */
}
.jisseki_table tr:nth-child(odd){
  background-color: #eee
}
.jisseki_table td {
	padding:.5em 1em;
	border:1px solid #ddd;
	vertical-align: middle;
	font-size: 17px;
}
.td_ttl{
	font-size: 19px !important;
	text-align: center;
	font-weight: bold;
	background: #f8b53a;
	color: #fff;
}
.td_01{
	width: 20%;
	text-align: center;
}
.td_02{
	width: 60%;
}
.td_03, .td_04{
	width: 20%;
	font-weight: bold !important;
	color: #FF0004;
	text-align: center;
	font-size: 1.5em !important;
}


.baikyaku_area{
    width: 100%;
    background: url(../images/baikyaku_bg.jpg);
	text-align: center;
	padding: 80px 0;
}
.baikyaku_p{
	font-size: 22px;
	line-height: 1.7;
	margin: 30px 0 0;
}
.baikyaku_p span{
	color: #ED6C00;
}
.sub_ttl{
    background: url(../images/midashi03.png) center center;	
	width: 100%;
	height: 193px;
	text-align: center;
}

.subttl_h2{
    color: #FFF100;
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
	font-style: italic;
	margin: 30px 0 0;
}
.leader_ttl{
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #0B318F;
}
.leader_p{
	width: 515px;
	font-size: 17px;
	line-height: 32px;
	float: left;
	margin: 0 38px 0 0;
}
dl.faq{
	width: 100%;
	border: 2px solid #0B318F;
	margin: 0 0 22px;
}
dl.faq dt{
	height: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: #0B318F;
	border-bottom: 1px #0B318F solid;
}
dl.faq dt:before{
	content: 'Q';
	background: #0B318F;
	font-size: 32px;
	color: #fff;
	padding:  0 18px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 15px 0 0;
	float: left;
}
dl.faq dd{
	font-size: 17px;
	line-height: 32px;
	margin: 20px 20px 20px 0;
	display: table;
}
dl.faq dd:before{
	content: 'A';
	height: 100%;
	font-size: 32px;
	font-weight: bold;
	color: #ED6C00;
	padding:  0 18px;
	display: table-cell;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.under_logo{
	margin: 80px auto;
	height: auto;
	text-align: center;
}
.under_logo span{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
.under_logo p{
	width: 270px;
	margin: 28px auto;
	font-size: 14px;
	text-align: left;
}


/*================================================
 *  フォーム
 ================================================*/

#box-form {
	/* background: #f4f5f7; */
	padding: 0 0 60px 0;
}
#box-form .block-base {
	margin-bottom: 60px;
}
#box-form .heading {
	border-left: solid 4px #0b318f;
	margin-bottom: .5em;
	padding-left: .5em;
	color: #0b318f;
	font-size: 20px;
	font-weight: bold;
}
#box-form form{
	padding: 0 15%;
}
#box-form .box-submit{
	text-align: center;
}
.form-group {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: dashed 1px #ccc;
}
.form-group:first-of-type {
	padding-top: 2em;
	border-top: dashed 1px #ccc;
}
.form-group dt {
	float: left;
	/* margin-top: .5em; */
	font-weight: bold;
	font-size: 18px;
}
.form-group dt .txt-att {
	border-radius: .2em;
	background: #002773;
	color: #fff;
	margin-left:1em;
	padding: .1em .2em;
	font-size: .8em;
	vertical-align: top;
}
.form-group dd {
	padding-left: 250px;
}

input[type='text'],
input[type='tel'],
input[type='email'] {
  width: 100%;
  max-width: 400px;
  padding: .6em;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
}
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
}
.select-wrap:before {
	position: absolute;
	top: 1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .6em;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.select-wrap select::-ms-expand {
  display: none;
}
textarea{
  width: 100%;
  height: 200px;
  padding: .6em;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
}

label {
	margin-right: .5em;
	font-size: 18px;
}

.form-group .form-row { margin-bottom: .5em; }

.form-group .txt-label { margin: 0 .5em; }

.form-group .name01-01, .form-group .name01-02 { width: 10em; }
.form-group .name02-01, .form-group .name02-02 { width: 10em; }

.form-group .postal01 { width: 5em; }
.form-group .postal02 { width: 5em; }

.form-group .area01 { width: 100%; }
.form-group .area02 { width: 100%; }
.form-group .area03 { width: 100%; }

.form-group .num01 { width: 5em; }

span.wpcf7-not-valid-tip {
    display: block;
    color: #AD0003;
    padding: 3px 0 11px;
}
.wpcf7-response-output, .screen-reader-response {
	margin-top: 2em;
	text-align: center;
	font-weight: bold;
	color: #AD0003;
}
.screen-reader-response ul{
	display: none;
}
.dl-notes dt {
	font-weight: bold;
}
.btn-submit {
	border: none;
	display: block;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto 1em auto;
	padding: 1em 4em;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-decoration: inherit;
	background: #ff7600;
	box-shadow: 0 6px 0 #cc5e00, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
	line-height: 1.4;
}
.btn-submit:hover {
	background: #ff7600;
	box-shadow: 0 3px 0 #cc5e00, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.btn-submit:link,
.btn-submit:visited,
.btn-submit:active { color: #fff; }


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.copyright {
	clear:both;
	padding:15px 0;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#0075c2;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:1000px) {
	html {
		overflow: auto;
		height: auto;
	}
	body{
		width: 100%;
		height: 100%;
		overflow:hidden;
		margin:0;
		padding:0;
		border:none;
	}
	.inner {
		width:90%;
		margin:0 auto;
	}
	.lock {	overflow:hidden;}
	.br-pc { display:none; }
	.br-sp { display:inline-block; }
	.pc { display: none !important;}
	.sp { display: block !important;}
	header {
		z-index:500;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height: 60px;
		padding:5px 10px;
	}
	header h1 img{
		height: 23px;
		width: auto;
		margin: 2px;
	}
	.header_p {
		font-size: 9px !important;
		line-height: 17px !important;
		margin: 0;
	}
	.summary {
		display: none;
	}
	.summary img{
		display: none;
	}
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#0075c2;
		}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:600;
		overflow:auto;
		position:fixed;
		top:60px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 60px);
		height:calc(100% - 60px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
		background:#0075c2;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:15px 10px;
		color:#fff;
		text-decoration:none;
		background:#0075c2;
		font-size: 110%;
		font-weight: bold;
	}
	nav li a:hover {
		color:#0075c2;
		background:#fff;
	}
	nav li img {
		display: none;
	}
	.under_nav {
		margin: 1em 0;
	}
    .under_nav li {
		position:relative;
		width:50%;
		display: inline-block;
		box-sizing: border-box;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
		background:#0075c2;
	}
	.under_nav li:nth-child(2n) {
		float: right;
		border-left:1px solid #fff;
	}
    .under_nav li:first-child,
	nav li:first-child {
		border-top:0;
	}
    .under_nav li:last-child,
	nav li:last-child {
		border-bottom:0;
	}
    .under_nav li a {
		display:block;
		padding:0.7em 1em;
		color:#fff;
		text-decoration:none;
		background:#0075c2;
		font-size: .8em;
		font-weight: bold;
	}
    .under_nav li a:hover,
	nav li a:hover {
		color:#0B318F;
		background:#fff;
	}
	nav li img {
		display: none;
	}
    .under_nav li a:after,
	nav li a:after{
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -6px 0 0 0;
}
	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#0B318F;
	}
	.subnav a:hover:after {
	  background:#fff;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:501;
		position:fixed;
		top:4px;
		right:0;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:56px;
		height:56px;
		background:#0075c2;	
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}

	.mainvis {
		/* padding-top: 60px; */
	    background-size: cover;
	}
	.mainvis .mainvis-inner {
		overflow: hidden;
		position: relative;
	    width: 100%;
	    margin: 0;
	    padding: 0 1em;
	}
	.mainvis h2 {
		width: 73%;
		margin: 0;
	}
	.mainvis .mainvis-sub {
		position: absolute;
		right: -26px;
		bottom: 0;
		width: 47%;
	}
	.mainvis-notes {
		width: 100%;
		margin: 0;
		padding: .2em;
		font-size: .6em;
	}

	/* .container{
		width: 100%;
		padding: 0 0;
		vertical-align:middle;
		display:table-cell;
		height: auto;
	}
	.container_inner{
		width: 100%;
		height: auto;
		margin: 0 auto auto;
		padding: 0;
	}
	.salespoint{
	        width: 100%;
	        height: auto;
	        margin: auto;
	        padding: 0;
	        box-sizing: border-box;
	}
	.salespoint img {
		width: 95%;
		position: static;
	}
	.notes{
	width: 100%;
	    margin: 0;
	    box-sizing: border-box;
	font-size: 9px !important;
	line-height: 12px !important;
	} */
	.chooseour{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.chooseour2{
		width: 100%;
		height:auto;
		text-align: center;
		padding: 4vh 0 0;
		margin: 5vh 0 0;
	}
	.chooseour_point2{
		width: 100%;
		height:auto;
		background: url(../images/salespoint2.png) no-repeat;
		background-size:100% auto;
		position:relative;
		text-align: center;
		margin-bottom: 20px;
	}
	.chooseour_btn{
	width: 100%;
	margin: 2vh 0 3vh;
	}
	.chooseour_btn a{
	margin: 0 2%;
	}
	.chooseour_btn img{
		width: 43%;
	display: inline-block;
	}
	.chooseour_h2{
	font-size: 150%;
	line-height: 100%;
	}
	.chooseour_h2 span:nth-of-type(1){
		font-size: 100%;
		margin-right: -10px;
	}
	.chooseour_h2 p{
		font-size: 120%;
	}

	/* ▼▼▼20200128 改修のため追記 */
	.chooseour_div .cv_title {
		font-size: 20px;
	}
	.chooseour_div .cv_lead {
		padding: 0 1em;
		text-align: left;
	}
	.chooseour_div .cv_body .cv_txt {
		font-size: 16px;
	}
	.chooseour_div .cv_body .cv_txt::before {
	    content: none;
	}
	.chooseour_div .cv_body .cv_txt::after {
	    content: none;
	}
	.chooseour_div .cv_body .cv_mail{
		display: block;
		padding: 0 10px 10px 10px;
		border-right: none;
		border-bottom: dashed 1px #ff7600;
	}
	.chooseour_div .cv_mail .btn-conversion {
		width: 100%;
		background-position: 30px center;
		background-size: 20px;
	}
	.chooseour_div .cv_mail .btn-conversion .btn-conversion-txt {
		padding: .5em 0 .5em 1em;
		font-size: 20px;
		font-weight: bold;
	}
	.chooseour_div .cv_body .cv_telno{
		display: block;
		padding: 10px;
	}
	.btn-conversion .btn-conversion-telno {
		font-size: 1.4em;
	}
	.btn-conversion + p {
		font-size: .7em;
	}

	/* お電話での査定依頼 */
/* 	.chooseour_div {
    margin-bottom: 9vh;
}
.chooseour_div .cv_title {
	font-size: 18px;
}
.chooseour_div .cv_body {
	display: block;
}
.chooseour_div .cv_body .cv_txt{
	width: 100%;
	display: block;
	margin-bottom: 0;
	padding: 5px 3% 4px 3%;
	text-align: center;
}
.chooseour_div .cv_body .cv_telno{
	width: 100%;
	display: block;
	padding: 5px 3% 4px 3%;
	text-align: center;
} */

	/* ロイヤルハウジングを選ぶ３つの理由 */
	.reason{
		padding-bottom: 9vh;
	}
	.reason_box_wrap {
		width: 90%;
		margin: 0 auto;
	}
	.reason_box_border{}
	.reason_box_border .reason_h3_title {
		font-size: 24px;
	}
	.reason_box_border .reason_h3_title em{
		color: #ed6c00;
	}
	.reason_box_border .reason_h3_title .txt-sub {}
	.reason_box_border .reason-img {
		width: 200px;
		margin: 0 auto;
		padding: 0 0 1.5em 0;
	}
	.reason_box_border p {
		min-height: auto;
		font-size: 16px;
	}

	/* 不動産買取制度 */
	.kaitori {
		padding-bottom: 9vh;
	}

	/* 売却の流れ */
	.flow {}
	.flow .flow-list {
		width: 90%;
		margin: 0 auto;
	}
	.flow .flow_box {
		padding: 0 !important;
		/* background: #fff;
		    margin-top: 50px;
		    box-shadow: 0 0 20px 2px #d3d3d3; */
	}
	.flow .flow_box:first-child {
		margin-top: 0;
	}
	.flow .flow_box .flow-title {
		padding: .5em 1em;
		font-size: 22px;
		line-height: 1.4;
	}
	.flow .flow_box .flow-title .title-label{
		display: block;
		border-right: none;
	}
	.flow .flow_box.last .flow-title {
		/* background: #fff; */
	}
	.flow .flow_box .flow-body{
		padding: 1em;
	}
	.flow .flow_box.arrow-bottom {}

	.flow .flow_box .flow-img {
		display: block;
		float: none;
		margin: 0 auto 1em auto;
	}
	.flow .flow_box .flow-txt {
		font-size: 16px;
	}
	.flow .wrap-3days, .flow .wrap-2weeks{
		position: relative;
		padding-right: 50px;
	}
	.flow .wrap-3days .arrow-bottom::before,
	.flow .wrap-2weeks .arrow-bottom::before{
		margin-left: 25px;
	}
	.flow .flow-arrow {
	    width: 30px;
	    height: calc(100% - 10px);
	    margin-right: 0;
	}
	.flow .flow-arrow::after {
	    border: 30px solid transparent;
	    border-top: 30px solid #ff7600;
	    margin-right: -15px;
		margin-bottom: -60px;
	}
	.flow .flow-arrow span{
		font-size: 20px;
	}

	/* ▲▲▲20200128 改修のため追記 */

	.nayami{
		width: 100%;
		height: auto;
		position:relative;
		padding: 40px 0;
	}
	.nayami_h2 {
	    font-size: 16px;
	    line-height: 1.4;
	    margin: 0 0 30px;
	}
	.nayami_h2 span:nth-of-type(1) {
		font-size: 22px;
	}
	.nayami_h2 span:nth-of-type(2) {
	    font-size: 16px;
	}
	.nayami_h2::before, .nayami_h2::after {
		content: none;
	}
	.nayami_inner {
		background-size: 118%;
	}
	.nayami_inner ul {
		width: 100%;
		margin: 0 0 10px 0;
		padding: 12% 10% 0 10%;

	}
	.nayami_inner li {
		padding-left: 25px;
	    font-size: 18px;
	    line-height: 30px;
	    background-size: 20px;
	    background-position: left top;
	    text-indent: 0;
	}
	.nayami_inner2 img{
	width: 90%;
	margin: 0 auto;
	display: table;
	position:static;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
	}
	/* .nayami{
	width: 100%;
	height: auto;	
	position:relative; 
	}
	.nayami_inner2 img{
	width: 90%;
	margin: 0 auto;
	display: table;
	position:static;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
	} */
	#explanation{
	width: 100%;
	background: #fff;
	}
	.reason_box{
		width: 100%;
		background: #fff;
		box-shadow: none ;
		text-align: center;
		margin: 2vh 0 5vh;
	}
	.reason_box_inner{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	}
	.reason_box_inner img{
	width: 100%;
	margin: 0 auto;
	}
	.reason_box_p{
	font-size: 15px !important;
	line-height: 23px !important;
	margin: 2vh auto;
	text-align: left;
	}
	.reason_box_ps{
		font-size: 80%;
	}
	.reason_cation{
		font-size: 70% !important;
		line-height: 100%;
	}
	.reason_h4{
		width: 100%;
		padding: 1vh 2% 0;
	}
	.reason_h4 img{
	width: 100%;
		height: auto;
  margin: auto;
	}
	
	dl.faq{
	text-align: left;
	}
	dl.faq dt{
		height: auto;
		font-size: 15px;
		line-height: 30px;
		background: #0B318F;
		color: #fff;
		padding: 1vh 0;
	}
	dl.faq dt:before{
		font-size: 22px;
		padding:  0 5px;
		margin: 0 5px 0 0;
	}
	dl.faq dd{
	font-size: 16px;
	line-height: 25px;
	margin: 1em;
	}
	dl.faq dd:before{
	height: 100%;
	font-size: 22px;
	padding:  0 8px;
	}
	.voice_ttl{
	width: 100%;
	font-size: 25px;
	margin: 5vh 0 5px;
	}
	.voice_ttl img{
	height: 30px;
	width: auto;
	display: table;
	}
	.voice_p2{
	width: 95%;
	margin: 0 auto 1vh;
	text-align: left;
		display: table;
	}
	.voice_p2 span{
		font-size: 15px;
		line-height: 35px;
		padding: 0 0 3px;
		border-bottom: 2px dotted #959595;
	}
	.reason_midashi,.reason_midashi2{
		background-size:auto 100%;
		width: 100%;
		height: auto;
		display:table;
		margin: 0;
		}
	.reason_midashi_inner,.reason_midashi_inner2,.reason_midashi_inner3{
		width: 100%;
		height: auto;
		background: none;
		font-size: 130%;
		line-height: 150%;
		display:table-cell;
		vertical-align:middle;
		padding: 3vh 0 5vh;
	}
	.reason_h2,.reason_h2-2,.reason_h2-3{
		margin: 0;
		line-height: 110%;
	}
	.reason_h2 span,.reason_h2-2 p,.reason_h2-3 span{
		font-size: 160%;
		line-height: 100%;
		margin: 0 auto;
		display: table;
	}
	.reason_h2-2 span{
		font-size: 90%;
	}
	.yellow_box{
		background-size:100% auto;
		width: 100%;
		display: inline-block;
		margin: 5vh 0 0;
	}
	.yellow_box:before{
		content: '';
		height: 5vh;
		background-size:100% auto;
	}
	.yellow_box:after{
		content: '';
		height: 5vh;
		background-size:100% auto;
	}
	.yellow_box img{
		width: 90%;
		margin: 0 auto;
	}
	.reason_o{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: table;
	}
	.reason_o img{
		width: 90%;
	}
	.merit li{
		width: 100%;
		font-size: 16px;
		line-height: 25px;
		text-align: left;
		margin: 0 auto 3vh;
	}
	.merit li img{
		width: 100%;
	}
	.orange_p{
	font-size: 150%;
	line-height: 100% !important;
	}
	.black_p{
	font-size: 18px;
	}
	.sub_ttl{
		background-size:auto 100%;
		height: auto;
		display:table;
		margin: 5vh 0 0;
	}
	.subttl_h2{
		font-size: 200%;
		line-height: 100%;
		margin: 3vh 0 8vh;
	}
	.shukyaku_midashi{
	padding: 70px 0 3vh;
	margin: 0 0 5vh;
	/* padding: 5vh 0 3vh;
	margin: -4vh 0 5vh; */
	}
	.shukyaku_midashi_inner img{
		width: 50%;
	}
	.shukyaku_midashi:after{
	bottom: -20px;
	margin: auto;
	border-width: 20px 30px 0 30px;
	}
	.shukyaku_midashi2{
	padding: 70px 0 3vh;
	margin: 0 0 5vh;
	/* padding: 4vh 0 2vh;
	margin: 5vh 0; */
	}
	.shukyaku_midashi2:after{
	bottom: -20px;
	margin: auto;
	border-width: 20px 30px 0 30px;
	}
	.reason_h3{
		font-size: 22px;
		line-height: 1.4;
		margin: 2vh 0 0;
	}
	.reason_h3 span:nth-child(1){
		font-size: 100%;
	}
	.reason_h3 span:nth-child(2){
		margin: 0;
		font-size: 180%;
	}
	.reason_h3img img{
		width: 100%;
		margin: 0;
	}
	.baikyaku_area{
		margin: 1vh 0 0;
    	padding: 5vh 0;
}
	.baikyaku_area h3 img{
		width: 90%;
		margin: 0 auto 1em auto;
	}
	.buying_div {
	    font-size: 1em;
	    border: 3px solid #05328f;
	    width: auto;
	    margin-top: 1em;
	}
	.baikyaku_p {
		font-size: 1em;
		line-height: 1.7;
		margin: 0;
		text-align: left;
	}
	span.buying_circle {
		width: 60px;
		height: 60px;
	    font-size: 14px;
	}
	span.buying_circle small{
		margin-top: .4em;
		font-size: 10px;
	}
	span.buying_span2 {
		font-size: 20px;
	}
/* 	.buying_p {
	margin-bottom: .5em;
    font-size: 1em;
    border-bottom: 2px solid #ccc;
    text-align: left;
	display: table;
	width: 100%;
}
span.buying_span {
	width: 70px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
span.buying_circle {
	display: inline-block;
	width: 60px;
	height: 60px;
    background: #fff100;
    border-radius: 50%;
    margin-right: 0;
    padding: 10px;
    font-size: 14px;
    float: none;
    text-align: center;
}
span.buying_span2 {
	width: 100%;
	font-size: 24px;
	line-height: 1.4;
	display: table-cell;
    vertical-align: middle;
} */

	.baikyaku_area .reason_box{
		width: 90%;
		margin: 2vh auto 0;
		padding: 1vh 0;
	}
	.under_logo{
	margin: 3vh auto 5vh;
	}
	.under_logo span{
	font-size: 100%;
		margin: 0;
	}
	.under_logo img{
	width: 70%;
	}
	.jisseki_table{
		width: 100%;
		margin: 0;
	}
	.jisseki_table td{
		font-size: 70%;
	}
	.td_ttl{
		font-size: 70% !important;
	}
	.td_02{
		text-align: left;
	}
	.leader_p{
		width: 100%;
	font-size: 17px;
	line-height: 32px;
	margin: 0 auto 20px;
		text-align: left;
	}
	.copyright {
	font-size:70%;
	}
	/*問い合わせボタン*/
	.toiawase {
		width: 100%;
		height: 11vh;
		position:fixed;
		bottom: 0;
		background-color: rgba(0,0,0,0.6);
		text-align: center;
		padding: 2vh 0 0;
		display: table;
		z-index: 1000;
	}
	.toiawase a {
		margin: 1%;
	}
	.toiawase a img {
		max-width: 100%;
	}

	.tokucho {
	    background-size: cover;
	    padding: 1em;
	}
	.tokucho .box {
	    width: 100%;
	    margin: 0;
	    padding: 1.5em 1.5em 0 1.5em;
	}
	.tokucho .inner {
		padding-bottom: 0;
	}
	.tokucho_h2 {
	    font-size: 22px;
	    font-weight: bold;
	    line-height: 1.4;
	    margin: 0 0 1em;
	}
	.tokucho_p {
		margin-bottom: 1em;
	}
	.tokucho_ul {
	    width: 100%;
	    margin: 0;
	}
	.tokucho_ul li {
	    font-size: 14px;
	    line-height: 29px;
	    width: 100%;
	    float: none;
	    padding: .5em 0 1em 0;
	    text-align: left;
	    line-height: 1.7;
	}
	.tokucho_ul li:nth-child(-n+2) {
	    margin: 0;
	}
	.tokucho_ul li img{
		margin: 0 auto 5px auto;
	}
	dl.faq dd:before {
		content: none;
	}
	.tokucho_ans {
		width: auto;
		position: relative;
	    bottom: 0;
	    left: 0;
	    margin-bottom: 0;
	    margin-left: -2em;
		margin-right: -2em;
	}
	.tokucho_ans img{
		margin: 0 auto;
	}

	/* .tokucho{
	height: 120vh;
	width: 100%;
	background-size: auto 100%;
		text-align: center;
		padding: 9vh 0;
	}
	.tokucho img{
		width: 90%;
		margin: auto;
	} */

	.performance h3 {
		font-size: 22px;
	}
	.performance .reason_box {
	    padding: 0 1em;
	}
	.jisseki_table td {
	    padding: .5em;
	}
	.td_03, .td_04 {
	    font-size: 1em !important;
	}

	.kaitori {
		background: #fff;
	}
	.chooseour_h2 {
		margin-top: 0;
	}

	/* スマホ版フォーム */
	#box-form {
		padding: 0 15px 30px 15px;
	}
	#box-form .block-base {
		margin-bottom: 30px;
	}
	#box-form .heading {
		font-size: 20px;
	}
	#box-form form{
		padding: 0;
	}
	.form-group {
		margin-bottom: 1em;
		padding-bottom: 1em;
	}
	.form-group:first-of-type {
		padding-top: 1em;
	}
	.form-group dt {
		float: none;
		font-size: 18px;
	}
	.form-group dt .txt-att {
		margin-left: .5em;
	}
	.form-group dd {
		padding-left: 0;
	}

	input[type='text'],
	input[type='tel'],
	input[type='email'] {
	  font-size: 15px;
	}
	.select-wrap select{
	  font-size: 15px;
	}
	textarea{
	  height: 100px;
	  font-size: 15px;
	}
	label {
		font-size: 15px;
	}
	.form-group .txt-label { margin: 0 .2em; }
	.form-group .name01-01, .form-group .name01-02 { width: 7em; }
	.form-group .name02-01, .form-group .name02-02 { width: 7em; }

	.form-group .area01 { width: 100%; }
	.form-group .area02 { width: 100%; }
	.form-group .area03 { width: 100%; }

	.form-group .num01 { width: 5em; }

	.btn-submit {
		font-size: 18px;
	}

}

.toiawase {
    width: 100%;
    height: 4.5em;
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    padding: 0.5em 0 0;
    display: table;
    z-index: 1000;
}
.toiawase a{
    margin: 1%;
}
	.toiawase_form{
		display: inline-block;
		background: linear-gradient(#ff1818 50%, #de0404 50%);
		border: 2px solid #ccc;
		box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
		border-radius: 4px;
		color: #fff;
		font-size: 1.5em;
		text-decoration: none;
		text-shadow: 2px 2px 2px #8a0000;
		line-height: 1em;
		width: 45%;
		padding-bottom: 2px;
	}
	.toiawase_tel{
		display: inline-block;
		background: linear-gradient(#ff7600 50%, #eb6100 50%);
		border: 2px solid #ccc;
		box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
		border-radius: 4px;
		color: #fff;
		font-size: 1.5em;
		text-decoration: none;
		text-shadow: 2px 2px 2px #e45400;
		line-height: 1em;
		width: 45%;
		padding-bottom: 2px;
	}
	.toiawase_form span,.toiawase_tel span{
		font-size: 0.5em;
	}