@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;
	box-sizing: border-box;
}
input[type=text],input[type=email],input[type=tel],textarea{
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
}
*{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.sp{ display: none}
.pc{ display: block}
body{
	background: #7B93AD;
	font-size: 19px;
}
main{
	width: 1000px;
	margin: 0 auto
}
header{

	background: #FFF;

}
#hdr_inner{
	display: flex;
	justify-content: space-between;
	height: 70px;
}
#logo{
	width: 240px;
	display: block;
	padding: 10px 0 0 14px;
}
#hdr_tel{
	margin-left: auto;
	width: 220px;
	padding-top: 11px;
}
#hdr_tel a{
	text-decoration: none;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	display: block;
} 
#hdr_tel p{
	font-size: 14px;
	line-height: 1;
	padding-top: 3px;
}
#hdr_contact{
	background: #FF8000;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	width: 140px;
	font-size:18px;
	text-align: center;
	padding-top: 19px;
}
footer{
	text-align: center;
	font-size: 15px;
	padding: 30px 0;
}
#ftr_logo{
	width: 200px;
	margin: 0 auto 15px auto;
}
#mv{
	width: 1000px;
	margin: 0 auto
}
section{
	background: #FFF;
	border: 4px solid #060057;
	padding: 30px 40px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.h2{
	text-align: center;
	background: #060057;
	color: #FFF;
	font-size: 47px;
	padding: 30px;
	line-height: 1;
	position: relative;
	margin-bottom: 45px;
}
.h2 figure{
	width: 199px;
	height: 149px;
	position: absolute;
	bottom:0px;
	left: -20px;
	z-index: 1;
}
.h2 figure img{
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
}
.h2 hr{
	width: 100%;
	display: block;
	height: 1px;
	border-top: 2px solid #FFF;
	position: absolute;
	left: 0;
	bottom: 4px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.ta1{
	width: 100%;
	margin-bottom: 35px;
}
.ta1 td,.ta1 th{
	border-bottom: 2px dashed #ccc;
	padding: 15px;
}
.ta1 tr:last-child td,.ta1 tr:last-child th{
	border-bottom: none;
}
.text1{
	text-align: center;
	margin-bottom: 30px;
}
.hissu{
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
	font-size: 15px;
	color: red;
}
.btn1{
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background: #060057;
	line-height: 1;
	padding: 20px;
	font-size: 20px;
	color: #FFF;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	border: none;
}
.flow_list{
	
}
.flow_list li{
	margin-bottom:40px;
	list-style: none;
}
.flow_list h3{
	color: #060057;
	text-align: center;
	margin-bottom: 15px;
	font-size: 28px;
	border: 2px solid #060057;
	border-radius: 100px;
	padding: 11px;
	background: #F0F3F7;
}
.flow_list p{
	padding: 0 15px;
	line-height: 180%;

}

.faq_list{
	
}
.faq_list li{
	margin-bottom:20px;
	list-style: none;
	border-bottom: 2px dashed #ccc;
	padding-bottom:20px;
}
.faq_list h3{
	color: #060057;
	margin-bottom: 5px;
	font-size: 28px;
	padding: 11px;
	display: flex
}
.faq_list h3 span{
	font-size: 50px;
	display: block;
	color: #060057;
	padding-right: 15px;
	margin-top: -20px;
}
.faq_list p{
	padding: 0 15px;
	line-height: 180%;
	display: flex
}
.faq_list p span{
	font-size: 50px;
	font-weight: bold;
	display: block;
	color: #B20000;
	padding-right: 15px;
}
.faq_list li:last-child{
	border: none
}
.ta2{
	width: 100%;
	margin-bottom: 35px;
}
.ta2 th{
	background: #01BCB6;
	color: #FFF;
	line-height: 120%;
	padding: 8px;
	font-size: 17px;
}
.ta2 strong{
	color:#E93426;
}
.ta2 td{
	font-size: 17px;
}
.ta2 td,.ta1 th{
	border-bottom: 2px dashed #ccc;
	padding: 15px 10px;
}
.ta2 tr:last-child td,.ta1 tr:last-child th{
	border-bottom: none;
}
.biko{
	background: #FFFBD0;
	padding: 17px 25px;
	margin-bottom: 15px;
}
.red{ color:#E93426; }
.gp{
	text-align: center;
	color: #000;
	padding-top: 10px;
	display: block
}
.cv{
	
}
.cv_inner{
	display: flex;
}
.maru{
	color:#FFF;
	font-weight: bold;
	background: #060057;
	width: 155px;
	height: 155px;
	border-radius: 200px;
	font-size: 20px;
	line-height: 115%;
	padding-top: 30px;
	text-align: center;
	margin-left: -60px;
}
.maru p{
	font-weight: bold;
	font-size: 40px;
	padding-top: 10px;
}
.cv_tel{
	color: #060057;
	padding-left: 10px;
	padding-top: 20px;
}
.cv_tel p{
	color: #060057;
	font-weight: bold;
	font-size: 22px;
	padding-left: 8px;
}
.cv_no{
	color: #060057;
	font-size: 62px;
	line-height: 1;
	font-weight: bold;
	padding-left: 5px;
}
.cv_time{
	color: #060057;
	font-weight: bold;
}
.cv_img{
	margin-left: -20px;
	width: 200px;
}
.cv_img img{
	width: 100%;
	height: auto
}
.cv_line{
	text-align: right;
	margin-left: auto;
	padding-bottom: 20px;
}
.cv_btn{
	display: flex;
	justify-content: space-between;
	margin-top: -10px
}
.btn_mail,.btn_line{
	display: block;
	color: #FFF;
	width: 49.4%;
	text-decoration: none;
	border-radius: 6px;
	background: #FF8000;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 24px 0 24px 20px;
	background-image: url("../img/icn_mail.png");
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 50px auto;
}
.btn_line{
	background-image: url("../img/icn_line.png");
	background-color: #29BC55
}
#message .h2{
	font-size: 42px;
	padding-left: 55px;
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 125%
}
.message_box{
	display: flex;
}
.message_box .item2 img{
	margin-top: -40px;
}
#message h3{
	font-size: 44px;
	margin-bottom: 25px;
	line-height: 125%;
	font-weight:900;
	border-bottom:  2px dashed #060057;
	padding-bottom: 25px;
}
#message p{
	line-height: 200%;
	padding-right: 40px;
}
.rbox{
	border-bottom: 3px dashed #060057;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#reason .rbox:last-child{
	border: none;
	margin-bottom:0
}
.rbox .item1{
	display: flex;
	text-align: center;
	padding-bottom: 20px;

}
.rbox .item1 figure{
	padding: 8px;
	border: 1px solid #060057;
	width: 49%;
}
.rbox .item1 figure img{
	vertical-align: bottom;
	width: 100%;
	height: auto
}
.rbox .item1 div{
	text-align: center;
	width: 49%;
}
.rbox .item1 p{
	width: 178px;
	height: 83px;
	padding-top: 2px;
	background-image: url("../img/fukidashi.png");
	background-size: 100% auto;
	margin: 30px auto 0 auto;
	text-align: center;
	color: #060057;
	font-size: 23px;
	font-weight: bold;
}
.rbox .item1 p span{
	font-size: 29px;
	font-weight: bold;
}
.rbox .item1 h2{
	color: #060057;
	font-size: 39px;
	line-height: 120%;
	font-weight: 900
}
.rbox .item2{
	
}
.rbox h3{
	color: #060057;
	font-size: 26px;
	margin-bottom: 10px;
}
.rbox p{
	line-height: 180%;
}
.rbox .item2 strong{
	color: #FF7F00;
	font-size: 20px;
}
.rbox h4{
	background: #000;
	color: #FFF;
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
	padding: 9px;
	margin-top: 40px;
}
.nbox{
	display: flex;
	justify-content: center;
	padding-top: 40px;
	column-gap: 10px;
}
.nbox li{
	text-align: center;
	list-style: none;
	width: 400px;
}
.nbox li img{
	text-align: center;
	list-style: none;
	width: 100%;
	height: auto
}
.nbox li p{
	font-size: 15px;
	padding: 0 10px;
	line-height: 130%;
}
.jbox{
	display: flex;
	padding:20px 40px 0 40px 
}
.jbox li{
	list-style: none
}
.jbox li:first-child{
	list-style: none
}
.jbox li:last-child{
	list-style: none;
	padding-left: 30px;
}
.oimg{
	margin-bottom: 30px;	
}
#works h3{
	color: #060057;
	font-size: 24px;
	margin-bottom: 10px;	
}
.obox{
	display: flex;
	margin-bottom: 30px;
}
.obox .item1{
	display: flex;
	padding-right: 20px;
}
.obox .item1 p{
	line-height: 200%;
}
.obox .item2{
	background: #eee;
	border: 1px solid #666;
	border-radius: 8px;
	padding:8px 11px;
	text-align: center;
}
.obox .item2 p{
	font-size: 12px;
}
.comment{
	display: flex;
	padding: 20px 25px;
	border-radius: 10px;
	background: #FFFBD0
}
.comment .item1{
	padding-right: 15px;
}
.comment .item2{
	padding-top: 20px;
}
.comment .item2 p{
	line-height: 200%;
	font-size: 16px;
}
.error{
	color: red;
	padding-top: 6px;
}
#confirm main{
	padding-top: 30px;	
}
h5{
	font-size: 17px;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
    main{
        width: 96%;
    }
    section{
        padding:20px;
		margin-bottom: 10px;
    }
#mv{
	width: 100%;
	margin: 0 auto
}
.sp{ display: block}
.pc{ display: none}
	#logo{
		padding-left: 8px;	
	}
	#hdr_tel{
		display: none
	}
    .h2{
        font-size: 24px;
        padding: 20px 20px 20px 50px;
        margin-bottom: 25px;
		text-align: center
    }
    .h2 figure{
        width: 80px;
        height: 80px;
        top:-20px;
        left: -10px;
    }
    .ta1{
        margin-bottom: 25px;
    }
    .ta1 td,.ta1 th{
        display: block;
		width: 100%;
    }
    .ta1 th{
		text-align: left;
		border: none;
		padding-bottom: 0px;
		padding-left: 5px;
    }
    .ta1 td{
		padding-left: 30px;
    }
	.text1{
		text-align: left;
		margin-bottom: 30px;
	}
	.text1 br{
		display: none;
	}

    .cv_inner{
        display: flex;
    }
    .maru{
        display: none
    }
    .maru p{
        font-size: 22px;
        padding-top: 5px;
    }
    .cv_tel{
        padding-left: 5px;
        padding-top: 0px;

    }
    .cv_tel p{
        font-size: 14px;
        padding-left: 8px;
    }
    .cv_no{
        font-size: 32px;
        padding-left: 5px;
		letter-spacing: -1px;
    }
    .cv_time{
        font-size: 12px;

    }
    .cv_img{
        margin-left: -15px;
        width: 110px;
    }
    .cv_line{
        display: none
    }
    .cv_btn{
        display: block;
        margin-top: 0px
    }
    .btn_mail,.btn_line{
        width: 100%;
        font-size: 21px;
        font-weight: bold;
        line-height: 1;
        padding: 14px 0 14px 20px;
        background-position: left 15px center;
        background-size: 32px auto;
		margin-bottom: 4px;
    }

    .flow_list li{
        margin-bottom:30px;
    }
    .flow_list h3{
        margin-bottom: 10px;
        font-size: 21px;
        padding: 7px 0;
    }
    .flow_list p{
        padding: 0 10px;
        line-height: 180%;

    }
    .faq_list li{
        margin-bottom:20px;
        list-style: none;
        border-bottom: 2px dashed #ccc;
        padding-bottom:20px;
    }
    .faq_list h3{
        margin-bottom: 5px;
        font-size: 22px;
        padding: 11px;
		line-height: 130%;
    }
    .faq_list h3 span{
        font-size: 32px;

        padding-right: 10px;
        margin-top: 0px;
    }
    .faq_list p{
        padding: 0 0px 0 15px;
        line-height: 180%;
        display: flex
    }
    .faq_list p span{
        font-size: 32px;
        padding-right: 10px;
    }
    #message .h2{
        font-size: 18px;
        padding-left: 75px;
        padding-right: 0;
        text-align: left;
        line-height: 130%
    }
    #message .h2{
        font-size: 22px;
        padding-left: 0px;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 20px;
        text-align: center;
        line-height: 125%
    }
	#message .h2 figure{
		display: none
	}
    .message_box{
        display: block;
    }
    #message h3{
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 125%;
        padding-bottom: 15px;
		text-align: center
    }
    #message p{
        line-height: 200%;
        padding-right: 0px;
		padding-top: 5px;
    }
	#message .item2{
		text-align: center
	}
	#message .item2 img{
		width: 90%;
		height: auto;
		margin: 0;
	}
    .rbox .item1{
        display: block;
        padding-bottom: 20px;
    }
    .rbox .item1 figure{
        padding: 8px;
        border: 1px solid #060057;
        width: 100%;
    }

    .rbox .item1 div{
        text-align: center;
        width: 100%;
    }
    .rbox .item1 p{
        width: 128px;
        height: 63px;
		background-repeat: no-repeat;
        padding-top: 3px;
        margin: 20px auto 0 auto;
        font-size: 21px;
        font-weight: bold;
		line-height: 1
    }
    .rbox .item1 p span{
        font-size: 27px;
        font-weight: bold;
    }
    .rbox .item1 h2{
        color: #060057;
        font-size: 26px;
        line-height: 120%;
        font-weight: 900
    }
    .rbox .item2{

    }
    .rbox h3{
        color: #060057;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .rbox p{
        line-height: 180%;
        font-size: 18px;
    }
    .rbox .item2 strong{
        color: #FF7F00;
        font-size: 20px;
    }
    .nbox{
        display: block;
        padding: 40px 15px 0 15px;
		width: 100%;
		margin: 0 auto;
    }
    .nbox li{
        list-style: none;
		margin-bottom: 15px;
		width: 100%
    }
	.nbox li img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
    .nbox li p{
        font-size: 15px;
        padding: 5px 10px 0 10px;
    }
    .jbox{
        display: block;
        padding:20px 0px 0 0px 
    }
    .jbox li{
        list-style: none
    }
    .jbox li:first-child{

    }
    .jbox li:last-child{

        padding-left: 0px;
    }
.oimg{
	margin-bottom: 30px;	
}
#works h3{
	color: #060057;
	font-size: 26px;
	margin-bottom: 16px;	
}
.obox{
	display: block;
	margin-bottom: 30px;
}
.obox .item1{
	width: 100%;
	padding-right: 10px;
}
.obox .item1 p{
	line-height: 200%;
	margin-bottom: 20px;
}
.obox .item2{
	background: #fff;
	border:none;
	border-radius: 8px;
	padding:4px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.obox .item2 img{
		width: 100%;
		height: auto
	}
.obox .item2 p{
	font-size: 12px;
}
.comment{
	display: block;
	padding: 20px 25px;
	border-radius: 10px;
	background: #FFFBD0
}
.comment .item1{
	padding-right: 0px;
	width: 100%;
	text-align: center
}
.comment .item1 img{
	width: 60%;
	height: auto
}
.comment .item2{
	width: 100%;
	padding-top: 10px;
}
.comment .item2 p{
	line-height: 170%;
	font-size: 15px;
}
.ta2 td,.ta2 th{
	font-size: 14px;
	padding: 10px 5px;
}
}