@charset "utf-8"; 


/* ------------------------------
    reset
------------------------------ */

a{
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
} 
html{
	font-size:62.5%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	color:#000;
}

textarea { font-size: 100%; }
img { vertical-align: bottom; }

.serif{ font-family: 'Noto Serif JP', serif; }

/* ------------------------------
    base
------------------------------ */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body{
	position: relative;
	font-size: 1.0rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
p,table,dl,ol,ul li  {
	font-size: 1.9rem;
	line-height: 1.6;
}

/* ------------------------------
    contents
------------------------------ */

main{
	display: block;
	padding: 5rem 0 0;
}
.wrapOut{
	width: 1000px;
	margin: 0 auto;
}
.wrapInn{
	width: 800px;
	margin: 0 auto;
}
.header{
	position: fixed;
	display: flex;
	align-items: center;
	height: 5rem;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.header .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}
.header h1 a{
	display: block;
	transition: 0.3s;
}
.header h1 a:hover{
	opacity: 0.7;
}
.header .genre{
	font-style: italic;
	margin-left: 1em;
	font-weight: 700;
}
.header .btn_wrap{
	display: block;
	width: 215px;
	text-align: center;
	font-size: 1.7rem;
    margin: 0;
}
.header a.btn{
	display: block;
	background: #fff;
	line-height: 1.0;
	color: #000;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
}
.header a.btn::before {
    display: none;
}
.header a.btn span{
	position: relative;
	padding: 0 1.5em 0 0;
    background: none;
}
.header a.btn span::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
	margin-top: -4px;
}
.header a.btn:hover{
	text-decoration: none;
	opacity: 0.7;
}
.header .logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 50px;
}
.header .tel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .time{
	font-size: 1.3rem;
	line-height: 1.2;
	margin-left: 15px;
	min-width: 160px;
}
.header .contact{
	display: none;
}

.opt{
	text-align: center;
	padding: 60px 0;
}
.opt.gr{
	background: #f5f5f5;
}
.opt-copy {
    display: flex;
    justify-content: center;
}
.opt p{
	text-align: center;
	font-size: 2.3rem;
    margin: 0 20px;
    line-height: 1;
}
.opt p span {
    font-size: 4rem;
    font-weight: bold;
}
.btn_wrap{
	width: 570px;
	font-size: 2.3rem;
	text-indent: 0.08em;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 25px auto 0;
}
a.btn, button.btn{
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.0;
	background: #cb2d31;
	padding: 30px 0;
	transition: 0.3s;
    width: 100%;
    border: none;
}
button.btn{
    font-size: inherit;
    cursor: pointer;
}
.tel-btn p{
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
}
.tel-btn{
	padding: 2rem 0 !important;
	line-height: 1;
}
a.btn::before, button.btn::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 50px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-top: -10px;
}
a.btn:hover, button.btn:hover{
	opacity: 0.7;
	text-decoration: none;
}
.opt .time{
	text-align: center;
	font-size: 1.3rem;
	margin: 10px 0 0;
}
.headline{
	background: #153680;
	color: #fff;
	font-size: 3.0rem;
	text-align: center;
	line-height: 1.0;
	padding: 1em 0;
}
.offer{
	color: #153680;
	font-size: 3.0rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
.ul{
	background: url("../img/border_nami.png") 10px bottom repeat-x;
	background-size: 18px auto;
	padding: 5px 0;
}
.red{ color: #cb2d31; }
.bold{ font-weight: bold; }

.fv{
	background: url("../img/bg_fv.jpg") center center no-repeat;
	background-size: cover;
	padding: 115px 0;
}
.fv h2{
	text-align: center;
}
.trouble{
	text-align: center;
	padding: 0 0 80px;
}
.trouble ul{
	display: inline-block;
	margin: 65px 0 60px;
}
.trouble ul li{
	background: url("../img/icon_check.png") 0 7px no-repeat;
	background-size: 25px auto;
	line-height: 1.6;
	font-size: 2.2rem;
	padding: 0 0 0 2em;
}
.trouble ul li+li{
	margin-top: 12px;
}
.about {
	padding: 50px 0;
	background-color: #f5f5f5;
	background-image: url(../img/about_back.png);
	background-repeat:no-repeat;
	background-position: center;
}
.about_list{
	display: flex;
	justify-content: center;
}
.about_list img{
	padding: 2rem;
	width: 200px;
}
.about_line{
	text-align: center;
	padding: 6rem 1rem;
}

@media all and (max-width: 480px) {
	.about_line img{
		max-width: 320px;
	}
}

.about_line p{
	text-align: center;
	color: #153680;
	line-height: 2.5;
	font-size: 24px;
	padding-top: 3rem;
}

.reason{
	text-align: center;
	padding: 0 0 70px;
    background: #ebf1ff;
}
.reason .read{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: #153680;
	line-height: 1.6;
	padding: 40px 0;
}

.reason .point-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.reason .point {
    width: 320px;
    padding: 25px 15px;
    background: #FFF;
    margin-top: 30px;
    margin-left: 20px;
}
.reason h4{
	text-align: center;
    font-size: 2.8rem;
    color: #153680;
    padding: 18px 0;
    margin: 28px 0 0px;
    line-height: 1.3;
    min-height: 4em;
    font-weight: bold;
}

.reason .txt{
	margin: 20px 0 0;
    font-size: 1.5rem;
}

.reason .notes{
	font-size: 1.4rem;
	margin: 5px 0 0;
}

.flow .flow-txt {
    margin-top: 65px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #153680;
}
.flow .chartWrap{
	display: flex;
	justify-content: space-between;
	padding: 65px 0 85px;
}
.flow .chartWrap > div{
	width: 470px;
}
.flow .ttl{
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	padding: 7% 7%;
}
.flow .ttl p{
    font-size: 2.4rem;
    text-align: center;
	color: #fff;
}

.flow .ttl .step-num {
    font-size: 2.2rem;
}

.flow .ttl .step-num span {
    font-size: 1.6em;
    margin-right: 0.8%;
}

.flow .my .ttl{
	background: #153680;
}
.flow .your .ttl{
	background: #78767c;
}

.flow .btn_wrap {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    margin: 3% 0 0;
}

.flow .btn {
    position: relative;
    width: 100%;
    padding: 12px 0;
    background: #FFF;
    cursor: pointer;
}

.flow .btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;;
    width: 11px;
    height: 11px;
    border-top: 2px solid #153680;
    border-right: 2px solid #153680;
    transform: rotate(135deg);
}

.flow .your .btn::before {
    border-top: 2px solid #78767c;
    border-right: 2px solid #78767c;
}

.flow .btn.on::before {
    transform: rotate(-45deg);
}

.flow .my .btn {
    color: #153680;
}

.flow .your .btn {
    color: #78767c;
}

.flow .chart {
    display: none;
    margin-top: 26px;
}
.flow .chart li{
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.flow .chart li::before{
	content: '';
	position: absolute;
	bottom: -32px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 25px 0 25px;
	border-color: #ff8a00 transparent transparent transparent;
	margin-left: -25px;
}
.flow .chart li:last-child::before{
	content: none;
}
.flow .chart li+li{
	margin-top: 40px;
}
.flow .chart li .serif{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0.2em 13px;
}
.flow .my .chart li{
	border: 1px solid #153680;
}
/*.flow .my .chart .bg{
	background: #ebf1ff;
}
.flow .my .chart .bg::before{
	border-color: #ebf1ff transparent transparent transparent;
}*/
.flow .my .chart li .serif{
	background: #153680;
}
.flow .your .chart li{
	border: 1px solid #78767c;
}
/*.flow .your .chart .bg{
	background: #f5f5f5;
}
.flow .your .chart .bg::before{
	border-color: #e4e3ea transparent transparent transparent;
}*/
.flow .your .chart .bg.or::before{
	border-color: #ff8a00 transparent transparent transparent;
}
.flow .your .chart li .serif{
	background: #78767c;
}
.flow .chart .inner{
	display: block;
	text-align: center;
	padding: 47px 50px 45px;
}
.flow .chart .inner > img{
	width: 66px;
	height: auto;
}
.flow .chart .inner ul{
	text-align: center;
}
.flow .chart .inner ul li{
	display: block;
	text-align: center;
	background: #f5f5f5;
	border-radius: 10px;
	color: #153680;
	line-height: 1.0;
	border: 0;
	font-size: 2.2rem;
	padding: 15px 0;
}
.flow .chart .inner ul li+li{
	margin-top: 16px;
}
.flow .chart .inner ul li::before{
	content: none;
}
.flow .chart .inner p{
	font-size: 2.2rem;
	text-align: center;
	color: #153680;
	margin: 30px 0 25px;
}
.flow .chart .inner p span{
	position: relative;
	padding: 0 1.8em;
}
.flow .chart .inner p span::before,
.flow .chart .inner p span::after{
	content: '';
	position: absolute;
	top: 50%;
	background: #153680;
	width: 30px;
	height: 1px;
}
.flow .chart .inner p span::before{
	left: 0;
	transform: rotate(55deg);
}
.flow .chart .inner p span::after{
	right: 0;
	transform: rotate(-55deg);
}
.flow .chart li .serif span{
	font-size: 2.8rem;
	margin-left: 0.2em;
}
.flow .chart li .txt{
	font-size: 2.2rem;
	color: #153680;
	padding: 0.35em 1em;
}
.strong{
	padding: 0 0 60px;
}
.strong h4{
	text-align: center;
	font-weight: bold;
	color: #153680;
	font-size: 2.5rem;
	border: 1px solid #153680;
	padding: 0.8em 0;
	margin: 50px 0 40px;
}
.strong table{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
.strong thead th:first-child{
	width: 270px;
	background-color: transparent;
}
.strong thead th{
	width: 365px;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	background-color: #153680;
	padding: 20px 0;
}
.strong thead th:last-child{
	background-color: #78767c;
	border-left: 1px solid #153680;
}
.strong table th,
.strong table td{
	line-height: 1.4;
}
.strong table tbody th{
	font-size: 2.2rem;
	color: #153680;
	border-top: 1px solid #153680;
	border-left: 1px solid #153680;
    text-align: center;
}
.strong table tbody td{
	border-top: 1px solid #153680;
	border-left: 1px solid #153680;
	padding: 1em 30px;
}

.strong table tbody td .td-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.strong table tbody td p{
	font-size: 1.8rem;
	line-height: 1.4;
    text-align: center;
}
.strong table tbody tr:last-child th,
.strong table tbody tr:last-child td{
	border-bottom: 1px solid #153680;
}
.strong table tbody td:last-child{
	border-right: 1px solid #153680;
}
.strong table tbody td span{
	font-size: 1.7rem;
}
.strong table tbody td.my{
	background: #ebf1ff url("../img/bg_circle.png") no-repeat center center;
}
.strong table tbody td.your{
	background: #f5f5f5 url("../img/bg_triangle.png") no-repeat center center;;
}
.strong table tbody td .notes{
	display: block;
	font-size: 1.4rem;
	margin: 3px 0 0;
}
.strong .point{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px 0 20px;
	margin: 50px 0 0;
}
.strong .point p{
	padding: 0 0 0 50px;
}
.strong .point+h4{
	margin-top: 80px;
}
.strong .point img{
	flex-shrink: 0;
}
.obi{
	background: url("../img/bg_obi.png") center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	line-height: 1.8;
	font-size: 2.2rem;
	padding: 70px 0;
}
.obi2{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 366px;
	font-size: 3.0rem;
	background: url("../img/bg_obi02.jpg") center center no-repeat #0e2a6a;
	background-size: auto 100%;
	text-align: center;
	color: #fff;
}
.obi2 + .offer{
	padding: 60px 0;
}
.voice .block{
	padding: 60px 0 50px;
}
.voice .gr{
	background: #f5f5f5;
}
.voice .img{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voice .img .inner{
	position: relative;
}
.voice .img .inner div{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 45px;
}
.voice .img .inner p{
	font-size: 2.2rem;
	color: #fff;
	text-indent: 0;
	margin: 0 0 15px;
}
.voice .img .inner dl dt{
	clear: left;
	float: left;
	width: 115px;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 5px 0;
}
.voice .img .inner dl dt span{
	margin-left: 2em;
}
.voice .img .inner dl dd{
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 0 0 11px 130px;
}
.voice h4{
	font-size: 3.0rem;
	text-align: center;
	color: #153680;
	margin: 50px 0 35px;
    font-weight: bold;
}
.voice p{
	font-size: 1.5rem;
	text-indent: 1em;
}
.faq{
	background: #f5f5f5;
	padding: 0 0 75px;
}
.faq .block{
	background: #fff;
	padding: 35px 50px 35px 40px;
	margin-top: 75px;
}
.faq .block+.block{
	margin-top: 20px;
}
.faq .que{
	position: relative;
	line-height: 1.9;
	font-weight: 700;
	padding: 0 0 0 50px;
}
.faq .que::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url("../img/icon_q.png") center center no-repeat;
	background-size: 13px auto;
	box-sizing: border-box;
	border: 1px solid #153680;
	border-radius: 100%;
}
.faq .ans{
	position: relative;
	min-height: 36px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 5px 0 0 50px;
	margin: 20px 0 0;
}
.faq .ans::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url("../img/icon_a.png") center center no-repeat;
	background-size: 13px auto;
	box-sizing: border-box;
	border: 1px solid #cb2d31;
	border-radius: 100%;
}
.step{
	padding: 0 0 0;
}
.step .headline {
    margin-bottom: 105px;
}
.step .read{
	text-align: center;
	color: #153680;
	font-size: 2.5rem;
	font-weight: 700;
	margin: 60px 0 105px;
}
.step ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.step ul li{
	position: relative;
	width: 225px;
	border: 1px solid #153680;
	padding: 40px 30px 30px;
	box-sizing: border-box;
}
.step ul li .img{
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
.step ul li+li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #ff8800;
	transform: translateY(-50%);
}
.step ul li p{
	font-size: 1.5rem;
	text-align: justify;
}
.step ul li .notes{
	font-size: 1.2rem;
}
.step ul li .ttl{
	font-size: 2.0rem;
	color: #153680;
	text-align: center;
	font-weight: 700;
	margin: 20px 0 12px;
}
.company{
	padding: 0 0 60px;
}
.company dl{
	margin-top: 10px;
}
.company dl dt{
    clear: left;
    float: left;
    width: 150px;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: 15px 0;
}
.company dl dd::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 150px;
	height: 2px;
}
.company dl dd{
	position: relative;
	line-height: 1.6;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.3rem;
    padding: 15px 0 15px 150px;
}

.shop-list dl dd:last-child {
    border: none;
}

.shop-list dl dt{
    float: none;
    width: auto;
    padding: 15px 0 0;
}

.shop-list dl dd{
    padding: 5px 0 10px 0;
}

.shop-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
    margin-top: 50px;
}

.shop-list li {
    width: 232px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: 23px;
    margin-bottom: 23px;
}

.shop-list h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 10px;
}

.shop-list .shop-adr {
    min-height: 4em;
}

.form{
	background: #f5f5f5;
	padding: 0 0 60px;
}
.form p{
	text-align: center;
}
.footer{
	background: #041334;
	padding: 55px 0;
    margin-top: auto;
}
.footer .copy{
	text-align: center;
	color: #fcfcfc;
	font-size: 1.5rem;
}
.footer .wrapOut{
	position: relative;
}
.footer .btn{
	position: absolute;
	top: 50%;
	right: 0;
	width: 240px;
	border: 1px solid #464646;
	text-align: center;
	font-size: 1.5rem;
	transform: translateY(-50%);
}
.footer .btn a{
	display: block;
	color: #fcfcfc;
	line-height: 1.0;
	padding: 1em 0;
	transition: 0.3s;
}
.footer .btn a span{
	position: relative;
	padding: 0 2em 0 0;
}
.footer .btn a:hover{
	color: #fcfcfc;
	background: #464646;
	text-decoration: none;
}
.footer .btn a span::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
	margin-top: -4px;
}
.pagetop{
	display: none;
	position: fixed;
	width: 95px;
	bottom: 30px;
	right: 30px;
	z-index: 99;
}
.pagetop img{
	width: 100%;
	height: auto;
}
#fixed_btn_wrap {
	display: none;
}

.step_list {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.step_list li {
    display: flex;
    align-items: center;
    position: relative;
    width: 48%;
    font-weight: bold;
    background: #ccc;
    color: #333;
}
.step_list li:first-child:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -28px;
    border: 28px solid transparent;
    border-left-color: #ccc;
}
.step_list li.active:first-child:before{ border-left-color: #153680; }
.step_list .step_num{
    width: 25%;
    color: #cccccc;
    background: #808080;
    text-align: center;
}
.step_list .step_num span {
    font-size: 2.8rem;
}
.step_list .step_num, .step_list .step_text{
    padding: 6px 0;
}
.step_list .step_text{
    width: 75%;
    text-align: center;
}
.step_list .active{
	background: #153680;
    color: #fff;
}
.step_list .active .step_num{
    background: #092156;
    color: #fff;
}

table.line {
	width:100%;
	margin: 0 auto;
	border:1px solid #ccc;
    border-collapse: collapse;
}
table.line tr th,
table.line tr td {
	border: 1px #CCCCCC solid;
}
table.line tr th {
    width: 26%;
    padding: 3%;
    font-weight: normal;
    padding-left: 8%;
    text-align: left;
    vertical-align: middle;
}

table.line tr th.ninni, table.line tr th.require{
    position: relative;
}
table.line tr th.ninni span:before,table.line tr th.require span:before{
    padding: 0 2%;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
    line-height: 2em;
    min-width: 36px;
    text-align: center;
}
table.line tr th.ninni span:before{
    content: '任意';
    background-color: #999;
}
table.line tr th.require span:before{
    content: '必須';
    background-color: red;
}
table.line tr th.require.ok span:before{
    content: 'OK';
    background-color: green;
}
table.line tr td {
    padding: 3% 2%;
    background-color: #FFFFFF;
    vertical-align: middle;
}
table.line input[type="text"], table.line input[type="tel"], table.line input[type="email"]{
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	margin:0;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    font-family: inherit;
    max-width: 500px;
}
table.line select {
    height: 30px;
    line-height: 30px;
}
table.line textarea {
    width: 100%;
    height: 200px;
    resize: vertical;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    font-family: inherit;
}
::-webkit-input-placeholder { color: #AAA; }
:-moz-placeholder { /* Firefox 18- */ color: #AAA; }
::-moz-placeholder {  /* Firefox 19+ */ color: #AAA; }
:-ms-input-placeholder { color: #AAA; }

/*-- privacypolicy --*/
.privacy {
    padding: 0 0 60px;
}

.privacy p, .privacy ul, .privacy ol {
    font-size: 1.5rem;
}

.privacy h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3% 0 1%;
}

.privacy .read {
    font-size: 2.5rem;
    font-weight: 700;
    color: #153680;
    line-height: 1.6;
    padding: 40px 0;
}

.privacy ol {
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 3.5%;
}

.privacy ol li {
    list-style: decimal outside;
    line-height: 1.6;
    margin-top: 1%;
}

.privacy_contact{
    margin: 1% 0;
    background:#f6f9ff;
    padding:1.5% 3%;
    line-height: 1.6;
    font-size: 1.5rem;
}

.thanks {
    padding-bottom: 60px;
}
.thanks .data-list dt {
    margin: 3% 0 2%;
    font-size: 1.8rem;
    font-weight: bold;
}
.thanks .data-list dd {
    padding: 2%;
    background: #f6f9ff;
    font-size: 1.5rem;
    line-height: 1.6;
}


@media screen and (min-width : 768px){

	.sp{
		display:none!important;
	}
	/*
	.btn a,
	a img{
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-decoration: none;
	}
	.btn a:hover,
	a img:hover{
		opacity: 0.7;
	}
	*/

}

.opt .tel-link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.opt .tel-link .num{
	font-size: 3.4rem;
	font-weight: bold;
}


@media screen and (max-width : 767px){

	html{ overflow:auto; }
	body{ min-width: inherit;}
	.pc{
		display:none;
	}
	.sp{
		display: block!important;
	}
	img{ width: 100%; height: auto;}
	
	p, table, dl, ol, ul li{font-size:3.5vw;}
	
	.wrapOut,.wrapInn{
		width: 90%;
	}
    
    .read-more {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        margin: 5% 0 0;
        line-height: 1;
        cursor: pointer;
    }
    
    .read-more span {
        margin-right: 2%;
        font-size: 3rem;
        font-weight: bold;
    }
    
	main{
		padding-top: 0;
	}
	.header{
        position: relative;
		width: 100%;
		padding: 5px 5%;
		box-sizing: border-box;
	}
	.header .logo{
        display: block;
		width: 140px;
        margin: 0 auto;
	}
	.header .genre{
		font-size: 1.2rem;
		text-align: center;
		margin: 0;
	}
	.header .wrap{
		width: auto;
	}
	.header .tel{
		display: none;
	}
	.header .btn{
		display: none;
	}
	.header .contact{
		display: flex;
        display: none;
	}
	.header .contact li{
		width: 53px;
	}
	.header .contact li+li{
		margin-left: 5px;
	}

	.headline{
		line-height: 1.3;
		font-size: 5.6vw;
	}
	.offer{
		font-size: 5vw;
	}
	.fv{
		background: none;
		padding: 0;
	}
	.opt{
		padding: 5% 5%;
	}
    .opt-copy {
        flex-direction: column;
    }
	.opt p{
		font-size: 4.2vw;
        margin: 0;
        line-height: 0.8;
	}
	.btn_wrap{
		width: auto;
		font-size: 4.6vw;
		margin: 5% 0 6%;
	}
	a.btn, button.btn {
		padding: 1.2em 0;
	}
	a.btn span, button.btn span{
		background-size: auto 100%;
	}
	a.btn::before, button.btn::before{
		right: 1em;
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
	.opt .tel-link{
	}
	.opt .tel-link img{
		width: 43px;
	}
	.opt .tel-link .num{
		font-size: 2.4rem;
	}
    .opt .con-time {
        display: block;
        margin-top: 1.2em;
        white-space: nowrap;
    }
	.opt .time{
		font-size: 4.2vw;
		margin: 0.8em 0 0;
	}
	.trouble{
		padding: 0 0 10%;
	}
	.trouble ul{
		margin: 5%;
	}
	.trouble ul li{
		font-size: 4.2vw;
		background-size: 1em auto;
	}
	.trouble ul li+li{
		margin-top: 0.5em;
	}
	.about {
		padding: 20px 0;
		background-size: 150%;
		background-position: top;
    }
	.about_list{
		display: flex;
		justify-content:flex-start;
		flex-wrap: wrap;
	}
	.about_list li{
		width: 50%;
	}
	.about_list img{
		width: 100%;
	}
	.about_line p{
		font-size: 14px;
	}
	.reason .read{
		font-size: 4.2vw;
		padding: 1.5em 0;
	}
	.reason .point img{
		width: 14%;
	}
	.reason h4{
		font-size: 4.6vw;
		margin: 2%;
        padding: 0.8em 0;
        min-height: auto;
	}
	.reason .point h4+img{
		width: 100%;
	}
	.reason .txt{
		margin: 1em 0 0;
	}
	.reason .notes{
		font-size: 3.2vw;
	}
    .reason .point{
        width: 100%;
        margin-top: 12%;
	}
	.reason .point+.point{
		margin-top: 10%;
	}
	.reason{
		padding: 0 0 12%;
	}
    .reason .txt-wrap {
        display: none;
    }
	/*
	.flow .chartWrap .your{
		display: none;
	}
	*/
    .flow .flow-txt {
        margin-top: 12%;
        font-size: 1.8rem;
    }
	.flow .chartWrap{
		display: block;
		padding: 12% 0;
	}
	.flow .chartWrap > div{
		width: auto;
	}
	.flow .chartWrap .your{
		margin-top: 10%;
	}
	.flow .ttl{
		font-size: 4.6vw;
	}
    .flow .ttl p {
        font-size: 1.8rem;
    }
    .flow .ttl .step-num {
        font-size: 1.8rem;
    }
    .flow .chart {
        margin-top: 5%;
    }
	.flow .chart li .serif span{
		font-size: 5.4vw;
	}
	.flow .chart li .txt{
		font-size: 4.6vw;
	}
	.flow .chart .inner{
		padding: 5%;
	}
	.flow .chart .inner p{
		font-size: 4.2vw;
		margin: 1em 0;
	}
	.flow .chart .inner p span::before,
	.flow .chart .inner p span::after{
		width: 20px;
	}
	.flow .chart .inner ul li{
		font-size: 4.2vw;
		padding: 0.8em 0;
	}
	.flow .chart .inner ul li+li{
		margin-top: 0.5em;
	}
	.strong{
		padding: 0 0 12%;
	}
	.strong h4{
		font-size: 4.6vw;
		margin: 12% 0 5%;
	}
	.strong table {
		width: 100%;
		border-bottom: 1px solid #153680;
	}
	.strong table thead{
		display: none;
	}
	.strong table tr {
		width: 100%;
	}
	.strong table td {
		display: flex;
		width: 100%;
	}
	.strong table tbody td{
		padding: 0;
		box-sizing: border-box;
		border-right: 1px solid #153680;
	}
    
    .strong table tbody td.my {
        background: #ebf1ff url(../img/bg_circle.png) no-repeat 75% center;
        background-size: 65px;
        background-size: 20vw;
    }
    
    .strong table tbody td.your {
        background: #f5f5f5 url(../img/bg_triangle.png) no-repeat 75% center;
        background-size: 65px;
        background-size: 20vw;
    }
    
    .strong table tbody td .td-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 26vw;
        width: 62%;
    }
	.strong table tbody th{
		display: block;
		font-size: 4.2vw;
		font-weight: 700;
		text-align: center;
		border-right: 1px solid #153680;
		padding: 0.5em 0;
	}
	.strong tbody td:before {
        display: flex;
        align-items: center;
        font-size: 3.8vw;
        color: #fff;
        font-weight: 700;
        border-right: 1px solid #153680;
        padding: 1em;
        width: 38%;
  	}
	.strong table tbody td span{
		font-size: 4.0vw;
	}
	.strong tbody td.my:before {
		background: #153680;
		content: ' 　当サイト';
		white-space: pre;
	}
	.strong tbody td.your:before {
		background: #78767c;
		content: '不動産仲介業者';
		white-space: pre;
	}
	.strong table tbody td p{
		font-size: 3.8vw;
		padding: 1em;
	}
	.strong table tbody tr:last-child th,
	.strong table tbody tr:last-child td{
		border-bottom: 0;
	}
	.strong .point{
		margin: 5% 0 0;
		padding: 0;
	}
	.strong .point img{
		width: 20%;
		height: auto;
	}
	.strong .point p{
		padding: 0;
		margin: 0 0 0 1em;
	}
	.strong .point+h4{
		margin-top: 10%;
	}
	.obi{
		font-size: 4.2vw;
		padding: 2em 5%;
        background-image: url(../img/bg_obi_sp.png);
	}
	.voice .img{
		display: block;
	}
	.voice .block{
		padding: 12% 0;
	}
	.voice .img .inner p{
		font-size: 4.8vw;
		margin: 0 0 0.5em;
	}
	.voice .img .inner dl dt{
		width: 6em;
		font-size: 4.0vw;
		padding: 0.5em 0;
	}
	.voice .img .inner dl dd{
		font-size: 4.4vw;
		line-height: 1.9;
		padding: 0 0 0.5em 6.5em;
	}
	.voice .img .inner div{
		display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
		padding: 0;
	}
	.voice h4{
		font-size: 5vw;
		line-height: 1.4;
		margin: 1em 0;
	}
	.voice p{
		font-size: 3.6vw;
	}
    
    .voice .hide-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    
    
    
	.obi2{
		height: auto;
		font-size: 5.6vw;
		padding: 10% 0;
        background-image: url(../img/bg_obi02.jpg);
	}
	.obi2 + .offer{
		padding: 10% 0;
	}
	.faq{
		padding: 0 0 12%;
	}
	.faq .block{
		margin: 12% 0 0;
		padding: 7%;
		border: 1px solid #000;
	}
	.faq .ans{
		font-size: 4.2vw;
		margin: 0;
		padding: 0 0 0 2.5em;
		padding-top: 1em;
		margin-top: 1em;
		border-top: 1px solid #acacac;
	}
	.faq .que{
		position: relative;
		font-size: 4.2vw;
		padding: 0 1em 0 2.5em;
	}
	/* .faq .que::before{
		content: '';
		position: absolute;
		bottom: 5px;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 25px 0 25px;
		border-color: #ff8a00 transparent transparent transparent;
		margin-left: -25px;
	}
	.faq .que.active::before{
		bottom: 6px;
		border-width: 0 25px 18px 25px;
		border-color: transparent transparent #ff8a00 transparent;
	} */
	.faq .que::before{
		content: '';
		position: absolute;
		top: .6em;
		right: 0;
		width: 10px;
		height: 10px;
		transform: rotate(135deg);
		border-top: 1px solid #1b3b83;
		border-right: 1px solid #1b3b83;
		margin-top: -3px;
	}
	.faq .que.active::before{
		transform: rotate(-45deg);
		margin-top: 5px;
	}
	.faq .que::after,
	.faq .ans::after{
		width: 8vw;
		height: 8vw;
		background-size: 3vw auto;
	}
	.faq .ans::after{
		top: 1em;
	}
	.step{
		padding: 0 0 12%;
	}
    .step .headline {
        margin-bottom: 0;
    }
	.step .read{
		margin: 5% 0 calc(5% + 30px);
	}
	.step ul{
		display: block;
		margin: 19% auto 0;
	}
	.step ul li{
		width: auto;
		text-align: center;
		padding: 40px 5% 6%;
	}
	.step ul li+li{
		margin-top: calc(5% + 30px + 25px);
	}
	.step ul li .img{
		top: -30px;
		width: 60px;
	}
	.step ul li img{
		width: 50%;
	}
	.step .read{
		font-size: 4.2vw;
	}
	.step ul li .ttl{
		font-size: 5vw;
		margin: 5% 0 3%;
	}
	.step ul li+li::after{
		top: -60px;
		left: 50%;
		border-width: 15px 25px 0 25px;
		border-color: #ff8800 transparent transparent transparent;
		transform: translate(-50%,0);
	}
    .form {
        padding: 0 0 10%;
    }
	.company{
		padding: 0 0 10%;
	}

	.company dl dt{
        float: left;
		width: 8.5em;
		font-size: 3.5vw;
	}
	.company dl dd{
		font-size: 3.5vw;
		padding: 1em 0 1em 8em;
	}
    
    .shop-list .company dl dd::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 8em;
        height: 2px;
        background: url(../img/border_company.gif) 0 bottom no-repeat;
    }
    
    .shop-list .company dl dd:last-child {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .shop-list ul {
        margin-top: 0;;
    }
    
    .shop-list li {
        width: 100%;
    }
    
    .shop-list .shop-adr {
        min-height: auto;
    }
    
	.footer{
		padding: 5% 0;
        position: relative;
        top: 1px;
        z-index: 1000;
	}
	.footer .btn{
		position: relative;
		top: auto;
		right: auto;
		width: 70vw;
		font-size: 4vw;
		transform: none;
		margin: 0 0 3%;
	}
	.footer .copy{
		font-size: 3.2vw;
		text-align: left;
	}

    .pagetop {
        position: relative;
        width: 100%;
        background: #0B397D;
        top: 1px;
        bottom: auto;
        right: auto;
    }
    
    .pagetop img {
        display: none;
    }

    .pagetop a {
        height: 40px;
         background: #0B397D;
    }
    
    .pagetop a::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 11px;
        height: 11px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(-45deg);
    }
    
    #fixed_btn_wrap {
        display: block;
        position: fixed;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 50px;
        transition: all 0.3s ease;
    }
    
    #fixed_btn_wrap.on {
        bottom: 0;
    }
    
    #fixed_btn_wrap .btn {
        height: inherit;
        text-align: center;
        font-size: 1.5rem;
    }

    
    .step_list{ margin: 12% 0; }
    .step_list li{
        width: 47%;
        height: 40px;
        position: relative;
        font-weight: 600;
        font-size: 3.4vw;
    }
    .step_list li:first-child:before{
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -20px;
        border: 20px solid transparent;
        border-left-color: #ccc;
    }

    .step_list .step_num, .step_list .step_text{
        height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step_list .step_num{
        width: 36%;
        text-align: center;
    }
    .step_list .step_num span {
        font-size: 1em;
    }
    .step_list .step_text{
        width: 60%;
    }

    table.line {
        width:100%;
        margin: 0 auto;
        border:1px solid #ccc;
        border-bottom: none;
        border-collapse: collapse;
    }
    table.line tr th,
    table.line tr td {
        border: none;
        display: block;
        padding: 3%;
    }
    table.line tr th {
        width: auto;
        padding: 5% 3%;
        font-weight: normal;
        padding-left: 20%;
        background-color: #f5f5f5;
        text-align: left;
        vertical-align: middle;
    }

    table.line tr th.ninni, table.line tr th.require{
        position: relative;
    }
    table.line tr th.ninni span:before,table.line tr th.require span:before{
        padding: 0 2%;
        font-size: 1.2rem;
        color: #fff;
        margin-right: 10px;
        position: absolute;
        left: 3%;
        top: 0;
        bottom: 0;
        margin: auto;
        min-width: 36px;
        height: 1.6em;
        line-height: 1.6em;
        text-align: center;
    }
    table.line tr th.ninni span:before{
        content: '任意';
        background-color: #999;
    }
    table.line tr th.require span:before{
        content: '必須';
        background-color: red;
    }
    table.line tr th.require.ok span:before{
        content: 'OK';
        background-color: green;
    }
    table.line tr td {
        width: auto;
        padding: 5% 2%;
        background-color: #FFFFFF;
        vertical-align: middle;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }
    

    table.line input[type="text"], table.line input[type="tel"], table.line input[type="email"]{
        height: 40px;
        line-height: 40px;
        padding: 0 3%;
        margin:0;
        width: 100%;
        font-size: 1.4rem;
        box-sizing: border-box;
    }
    
    table.line select {
        height: 40px;
        line-height: 40px;
        font-size: 1.4rem;
    }
    
    table.line textarea {
        padding: 2% 3%;
    }
    
    ::-webkit-input-placeholder { color: #AAA; }
    :-moz-placeholder { /* Firefox 18- */ color: #AAA; }
    ::-moz-placeholder {  /* Firefox 19+ */ color: #AAA; }
    :-ms-input-placeholder { color: #AAA; }
    

    .privacy {
		padding: 0 0 10%;
	}

    .privacy .read {
        font-size: 4.2vw;
        padding: 1.5em 0;
    }

    .privacy h3 {
        margin: 8% 0 4%;
    }

    .privacy ol {
        margin-left: 6%;
    }
    
    .thanks {
        padding: 0 0 10%;
    }
    .thanks .data-list dt {
        margin: 6% 0 4%;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .thanks .data-list dd {
        padding: 3%;
        background: #f6f9ff;
        font-size: 1.5rem;
        line-height: 1.6;
    }

}

.clear{
	clear:both;
}

.lazy {
    background: url("../img/loader.svg") no-repeat center center;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 