@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
PC向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
p{
	line-height: 1.8;
}
main>section{
	margin-bottom: 40px;
}
main>section:last-of-type{
	margin-bottom: 0;
}
.sec p{
	margin-bottom: 20px;
}
#sec01{
	padding: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}
#sec01 h2{
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
	font-size: 18px;
	color: #1a584b;
	border-bottom: 2px solid #ccc;
}
#sec01 ul{
	padding: 20px;
	line-height: 2;
	font-size: 18px;
}
#sec01 li{
	padding: 0 0 0 1.5em;
	background: url(../images/shiryo-bg01.svg) no-repeat;
	background-position: left center;
	background-size: auto 1em;
}
#sec01 li:not(:last-of-type){
	margin-bottom: .5em;
}
.tab-list{
	display: flex;
	border-bottom: 4px solid #06308E;
}
.current{
	background: #06308E;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.tab-list li{
	display: flex;
	width: 50%;
	height: 60px;
}
.tab-list a{
	justify-content: center;
	align-items: center;
	font-weight: 600;
	width: 100%;
	height 100%;
	display: flex;
	background: #eee;
	color: #000;
}
.tab-list li span{
	padding-bottom: .3em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tab-list .current span{
	border-bottom: 1px solid #fff;
}
.tab-list a span{
	border-bottom: 1px solid #000;
}
.tab-list li span:before{
	content: "\f0a9";
	display: inline;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: .4em;
	font-size: 90%;
	vertical-align: middle;
}
.flow li{
	margin-top: 50px;
	position: relative;
}
.flow li:nth-of-type(1){
	margin-top: 35px;
}
.flow h2{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	padding: 0 15px 0 120px;
	border-radius: 4px;
	border: 1px solid #06308E;
	font-size: 17px;
	color: #06308E;
	height: 50px;
}
.flow .pic{
	padding: 35px 15px 0 15px;
}
.step{
	display: flex;
	flex-direction: column;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #06308E;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	top: -15px;
	left: 20px;
	position: absolute;
}
.step span{
	font-size: 150%;
}
.secTitle02{
	margin-bottom: 20px;
}
#sec02{
	margin-top: 55px;
}
#sec02 table{
	margin: 20px auto;
}
.message{
	background: #e0dfd2;
	padding: 15px;
	margin-bottom: 20px;
}
.zipcode-link{
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.zipcode-link:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/zip-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-right: .5em;

}
.zipcode-link span{
    border-bottom: 1px solid #0265cb;
}
input,
textarea{
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
#company,
#name,
#zip,
#tel,
#email,
#pref,
#city,
#banchi,
#room{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 62px;
	line-height: 60px;
	padding: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}
#zip{
	width: calc(100% - 180px);
}
.zip-btn{
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s all ease;
	margin-right: .5em;
}
.zip-btn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.zip-outer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#pref{
	width: 50%;
}
#city{
	margin-top: 10px;
}
#comment{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	display: block;
	width: 100%;
	height: 300px;
	line-height: 1.5;
	padding: 0 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}
input[type='number']{
	margin: 0;
	-moz-appearance: textfield;
}
#sec02 th{
	line-height: 24px;
}
#sec02 th span{
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	background: #e60012;
	padding: 0 0.3em;
	font-weight: 600;
	border-radius:3px;
}
.btn-area{
	text-align: center;
	margin-top: 20px;
	display: flex;
	display: webkit-flex;
	justify-content: center;
}
.btn-area .contactBtn{
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.contactBtn{
	border: none;
	background: #0a4ea1;
	color:#fff;
	width: 215px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	justify-cotent: center;
	cursor: pointer;
	border-radius: 27px;
	font-weight: 600;
	font-size: 16px;
	transition: .3s all ease;
}
.blue.contactBtn{
	background: #67a9cb !important;
}
.contactBtn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
.confirm .pageTitle{
	margin-bottom: 40px;
}
.confirm .btn-area{
	margin-top: 20px;
}
.send .alignRight{
	display: block;
	padding-top: 1em;
	text-align: right;
}
::-webkit-input-placeholder{
	color: #ddd;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	padding-top: 0.2em;
}
::-ms-input-placeholder{
	color: #ddd;
	padding-top: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
::placeholder{
	color: #ddd;
	padding-top: 0.2em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
}
span.alignRight{
	text-align: right;
	display: block;
}

.caution-area{
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	padding: 10px;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.caution-txt{
	background: #ce0404;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	width: 100%;
}
.caution-area .pic{
	width: 180px;
	height: 180px;
	margin-left: 40px;
	overflow: hidden;
	border-radius: 100%;
}
.local{
	padding-right: 20px;
}
.caution-area dl{
	display: flex;
	padding: 10px 0;
	align-items: center;
	font-weight: 600;
	line-height: 1;
}
.caution-area dt{
	background: #06308E;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 3px;
}
.caution-area dd{
	padding: 0 15px;
}
.delivery{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 20px;
}
.delivery p{
	border-bottom: 4px solid #ce0404;
	padding: 0 10px 10px;
	font-size: 12px;
}
.delivery span{
	font-size: 20px;
	display: block;
	padding-left: 50px;
	background: url(../images/shiryo-bg02.svg) no-repeat;
	background-position: left center;
	background-size: 40px auto;
	margin-bottom: 5px;
	
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けのスタイル　～768px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media screen and (max-width:768px){
	.zipcode-link{
		font-size: 14px;
	}
	.tab-list li{
		height: 50px;
	}
	#sec01 h2 {
	    	font-size: 1.5rem;
		padding-bottom: 10px;
		letter-spacing: -0.025em;
	}
	#sec01 ul{
		padding: 15px 10px;
		line-height: 1.5;
		font-size: 16px;
	}
	.flow h2{
		display: flex;
		align-items: center;
		font-size: 1.4rem;
		padding: 0 10px 0 70px;
		height: 70px;
	}
	.flow li:nth-of-type(1) {
		margin-top: 20px;
	}
	.flow li {
		margin-top: 20px;
	}
	.step{
		width: 50px;
		height: 50px;
		font-size: 12px;
		top: 10px;
		left: 10px;
		line-height: 1.2;
	}
	.step span{
		font-size: 135%;
	}

	main>section{
		margin-bottom: 30px;
	}
	main>section:last-of-type{
		margin-bottom: 0;
	}
	.sec p{
		margin-bottom: 15px;
	}
	.sec .pic{
		margin: 15px 0 0;
	}
	.sec td p:last-of-type{
		margin-bottom: 0;
	}
	#sec01,
	#sec02{
    	border-radius: 2px;
    	margin: 0 auto 30px;
	}
	#sec01 dl{
		padding:0;
		overflow:hidden;
	}
	#sec01 dl:nth-of-type(1) dt,#sec01 dl:nth-of-type(2) dt {
	    width: 56px;
		padding: 0;
		line-height: 28px;
		height: 28px;
	}
	#sec01 dl:nth-of-type(1){
		padding-bottom: 15px;
	}
	#sec01 dl:nth-of-type(1) dd{
		line-height: 28px;
		font-size: 22px;
	}
	#sec01 dl:nth-of-type(1) dd a{
		font-size:22px;
	}
	#sec01 dd{
		float: left;
		font-size: 90%;
		line-height: 20px;
	}
	#sec01 dl:nth-of-type(1) dd,#sec01 dl:nth-of-type(1) dd a{
		letter-spacing:0;
	}
	footer .logo{
		padding: 0;
	}
	#sec01 dl:nth-of-type(2){
		font-size: 12px;
		padding-bottom: 20px;
	}
	#sec01 dl:nth-of-type(2) dt{
		padding: 0;
		line-height: 26px;
		height: 28px;
	}
	#sec01 dl:nth-of-type(2) dd span{
		font-size: 14px;
		display:inline;
		vertical-align: middle;
	}
	#company,
	#name,
	#zip,
	#tel,
	#email,
	#pref,
	#city,
	#banchi,
	#room{
		padding: 0 0.4em;
		line-height: 1;
		height: 66px;
		border-radius:3px;
		font-size: 1.9rem;
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	#comment{
		height: 150px;
		border-radius:3px;
		font-size: 1.9rem;
		line-height: 1.5;
		padding: 0.4em;
	}
	.contactBtn{
		width: 280px;
		height: 65px;
		line-height: 65px;
		border-radius: 33px;
		font-size: 1.6rem;
	}
	.confirm .contactBtn{
		font-size: 1.6rem;
		border-radius: 0;
	}

	.btn-area .contactBtn{
		margin-left: 5px;
		margin-right: 5px;
	}

	.caution-area dd{
		padding: 0 10px;
	}
	.local {
	    padding-right: 0;
	}
	.caution-area{
		flex-direction: column;	
		align-items: center;
	}
	.delivery span{
		font-size: 15px;
		padding-left: 32px;
		background-size: 25px auto;
		margin-bottom: 0;
	}
	.delivery p{
		background-position: center left;
		padding: 0 0 10px;
		font-size: 11px;
	}
	.zip-btn{
		font-size: 12px;
		width: 140px;
	}
	#zip{
		width: calc(100% - 160px);
	}
	#sec02{
		margin-bottom: 0;
	}
}