@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
input[type=text],input[type=email],input[type=tel],textarea{
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
}
.inner{
	width: 1200px;
	margin: 0 auto
}
.h2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.h2 .bdr{
	display: block;
	width: 180px;
	height: 3px;
	background: #017ED3;
	margin: 10px auto;
}
.center{ text-align: center; }
header{
	height: 80px
}
#hdr_inner{
	position: relative
}
#logo{
	width: 280px;
	position: absolute;
	left: 15px;
	top:29px;
}
#logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	position: absolute;
	top:28px;
	left: 320px;
	font-size: 18px;
	font-weight: bold
}
#hdr_tel{
	position: absolute;
	right: 220px;
	top:15px;
}
#hdr_tel a{
	display: block;
	font-size: 34px;
	font-weight: bold;
	font-family:Arial, Helvetica, "sans-serif";
	color: #000;
	text-decoration: none;

}
#hdr_tel p{
	font-size: 12px;
}
#hdr_contact{
	display: block;
	background: #F5821A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 200px;
	position: absolute;
	top:0;
	right: 0;
	height: 80px;
	line-height: 1;
	font-size: 23px;
	font-weight: bold;
	padding-top: 30px;
}
#mv{
	background-image: url("../img/mv_bg.png");
	background-repeat: repeat-x;
	background-size:auto 100%;
	text-align: center;
	padding-top: 30px;
}
#mv img{
	vertical-align: bottom;
	width: 1200px;
	height: auto
}
#bnr{
	background:#002884;
	text-align: center;
	padding: 10px 0 0 0 ;
	margin-bottom: 60px;
}

#bnr img{
	width: 590px;
	height: auto;
	vertical-align: baseline
}
#manga{
	margin-bottom: 40px;	
}
#introduction{
	margin-bottom: 60px;
}
#introduction p{
	font-size: 17px;
	line-height: 230%;
	margin-right: 25px;
}
.box1{
	display: flex
}
.box1 .item1{
	width: 50%;
}
.box1 .item2{
	width: 50%;
}
#reason{
	background: #EAF7FF;
	padding: 70px 0 100px 0
}
.box2{
	
}
.box2 .row{
	display: flex;
}
.box2 .row .item{
	width: 33.3%;
	padding: 0 1%
}
.box2 .item figure{
	display: block;
	margin-bottom: 10px;
}
.box2 .item figure img{
	width: 100%;
	height: auto
}
.box2 .item h3{
	font-size: 22px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 140%;
	color: #017ED3
}
.box2 .item p{
	font-size: 17px;
	line-height: 170%;
}
#service{
	padding: 60px 0;

}
.txt1{
	font-size: 17px;
	line-height: 170%;
	text-align: center;
	margin-bottom: 30px;
}
.txt2{
	font-size: 17px;
	line-height: 170%;

	margin-bottom: 30px;
}
#service .box3 .item2{
	padding-left: 30px;
	padding-top: 10px;
}
.box3 .row{
	display: flex;
	border: 1px solid #017ED3;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 4px 4px 0 #017ED3;
	background: #FFF
}

.box3 .row .item1{
	width: 30%;
}
.box3 .row .item1 img{
	width: 100%;
	height: auto
}
.box3 .row .item2{
	width: 70%;
}
.box3 .item2 h3{
	font-size: 24px;
	border-left: 5px solid #017ED3;
	padding-left: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
.box3 .item2 p{
	font-size: 17px;
	line-height: 230%;
}
#price{
	margin-bottom: 50px;
	background: #EAF7FF;
	padding: 60px 0
}
#price h3{
	background: #017ED3;
	color: #FFF;	
	text-align: center;
	font-size: 28px;
	padding: 10px 0;
}
#price h3 p{
	font-size: 15px;
	font-weight: normal
}
#price .item1{
	padding-right: 15px;
}
#price .item2{
	padding-left: 15px;
}
.price_header{
	position: relative;
	height: 80px;
	background: #FFF
}
.sougaku{
	background: #A90020;
	color: #FFF;
	font-size: 18px;
	width: 110px;
	border-radius: 3px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	letter-spacing: 1px;
	left: 10px;
	top: 30px;
	position: absolute
}
.kingaku{
	color: #A90020;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
}
.kingaku span{
	font-size: 20px
}
#price table{
	margin-bottom: 15px;
	border-top: 3px solid #017ED3;
	background: #FFF
}
#price td{
	padding: 10px 15px 10px 10px;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #ccc
}
#price th{
	text-align: left;
	font-size: 18px;
	padding: 10px;
	border-bottom: 1px solid #ccc
}
.price_memo{
	font-size: 16px;
	line-height: 180%;
}
/*------------------------------------------------------------
	FAQ
-----------------------------------------------------------*/
#faq{
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.faq_list{
	margin-bottom: 50px;
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 17px;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 23px;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #E68F02;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: rgb(218,188,89);
	background: #9D0000;
}
.a{
	background:rgba(60,76,103,1.00)
}

#form{
	margin-bottom: 60px;
}
#form form{
	margin-bottom: 30px;
}
.ta1{
	width: 100%;
	margin-bottom: 30px;
}
.ta1 th{
	width: 20%;
	background: #eee
}
.ta1 td{
	width: 80%;
}
.ta1 th,.ta1 td{
	padding: 10px;
	border-bottom: 1px solid #ccc
}
#company{
	margin-bottom: 50px;
}
#privacy{
	font-size: 16px;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px ;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}
#contact{
	margin-bottom: 30px;
	background: #EAF7FF;
	padding: 50px 0;
}
#contact .box1{
	border: 2px solid #017ED3;
	border-radius: 15px;
	padding: 50px;
	text-align: center;
	box-shadow: 4px 4px 0 #ccc;
	background: #FFF
}
#contact .box1 .item1{
	border-right: 3px solid #eee;
}
#contact .box1 h2{
	font-size: 23px;
}
#contact .box1 h2 div{
	font-size: 16px;
}
.btn1{
	font-size:20px;
	font-weight: bold;
	color: #FFF;
	background: #F5821A;
	text-decoration: none;
	line-height: 1;
	border-radius: 6px;
	width: 280px;
	padding: 20px;
	display: block;
	margin: 0 auto;

	border:none;
	outline: none;
}
#contact .box1 p{
	margin-bottom: 10px;
}
#ftr_tel{
	font-size: 30px;
	font-weight: bold;
	text-align: center
}
footer{
	text-align: center;
	font-size: 16px;
	padding: 20px;
}
#ftr_logo{
	margin:0 auto;
	width: 160px;
	text-align: center;
	margin-bottom: 10px
}
#ftr_logo img{
	width: 100%;
	height: auto
}
.btnbox{
	text-align: center;
	padding: 30px 0
}
.pc{ display: block; }
.sp{ display: none; }
#confirm main,#thanks main{
	margin-top: 40px;	
}
@media screen and (max-width: 768px) {

    .inner{
        width: 96%;
        margin: 0 auto;
		padding: 0 15px;
    }
    header{
        height: 70px
    }
    #logo{
        width: 245px;
        left: 12px;
        top:17px;
    }
    #hdr_description{
        display: none
    }
    #hdr_tel{
      display: none
    }
    #hdr_contact{
        display: block;
        background-color: #F5821A;
		font-size: 18px;
        text-align: center;
        text-decoration: none;
        width: 100px;
        height: 70px;
		padding-top: 28px;
    }
    #mv{
        background-image: url("../img/mv_bg.png");
        background-repeat: repeat-x;
        background-size:auto 100%;
        text-align: center;
        padding-top: 10px;
    }
    #mv img{
        vertical-align: bottom;
        width: 100%;
        height: auto;
		margin: 0 auto 
    }
    #bnr{
        padding: 10px 0 15px 0;
        margin-bottom: 30px;
    }
    #bnr img{
        width: 96%;
        height: auto
    }
	.pc{ display: none; }
	.mv_pc{ display: none; }
	.sp{ display: block; }
	.h2{
		font-size: 26px;
		line-height: 130%;
		margin-bottom: 15px;
	}
    #introduction p{

        margin-right: 0;
    }
    #introduction .h2{
		font-size: 24px;
    }
	.box1{
		display: block
	}
	.box1 .item1{
		width: 100%;
	}
	.box1 .item2{
		width: 100%;
	}
	.box2 .row{
		display: block
	}
	.box2 .row .item{
		width: 100%;
		padding-bottom: 15px;
	}
	.box3 .row{
		display: block
	}
	.box3 .row .item1{
		width: 100% !important;
	}
	.box3 .item2{
		width: 100% !important;;
		padding: 0!important;;
	}
    #reason{
        background: #EAF7FF;
        padding: 40px 0 50px 0
    }
    #service{
        padding: 30px 0;

    }
    #service .box3 .item1{
        padding-bottom:20px;
    }
    #price{
        padding: 50px 0
    }
    #price .item1{
        padding-right: 0;
		margin-bottom: 30px;
    }
    #price .item2{
        padding-left: 0;
    }
	#contact{
		padding:0 0 20px 0	
	}
	#contact .box1{
		padding: 30px 0;
	}
	#contact .box1 .item1{
		border-right:none;
	}
    #ftr_logo{
        width: 30%;
		margin: 0 auto 10px auto
    }
    #ftr_logo img{
        width: 100%;
		height: auto
    }
}