/* CSS Document */


/* トップページ側 　その他共通
/////////////////////////////////////////////////////////////////////////////////// */

*, *: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;
}

*{
	margin:0;
	padding:0;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.8px;
}

body{
	color:#333;
	margin:0;
	padding:0;
	text-align: center;
}

img {
	vertical-align: middle;
	line-height: 1.0;
	border: none !important;
}

/* リンク設定 */

a:link,a:visited{
	border: none !important;
	color:#259;
	text-decoration:none;
}

a:hover{
	opacity: 0.7;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.rollover { /* ロールオーバー */
	/* opacity: 1.0; */
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
}

.rollover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity: 0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	transition-property: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

/* ボーダー */

.border-no{
	border: none!important;
}

/* margin */
.mt0{
	margin-top: 0!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mb0{
	margin-bottom: 0px!important;
}
.mb10{
	margin-bottom: 10px!important;
}
.mb20{
	margin-bottom: 20px!important;
}
.ml0{
	margin-left: 0!important;
}
.ml30{
	margin-left: 30px!important;
}
.ml10{
	margin-left: 10px!important;
}
.mr0{
	margin-right: 0!important;
}


/**/
.w80 label{
	width: 80px;
}
.w300 label{
	width: 300px;
}


/*注意*/
.redtx{
	color:#ff0000;
	font-weight:normal;
	font-size:12px;
	margin-top:2px;
	padding: 6px 0;
	display: inline-block;
}

.must{
		background-color: #F33;
		color: #FFF;
		font-size: 12px;
		margin-right: 10px;
		padding: 2px 3px;
		float: right;
}

.error{
	border:#F00 1px solid;
	background:#FFF0F0;
	padding: 15px 0;
	text-align:center;
	color:#F00;
	font-size: 16px;
	border-radius: 5px;
}

.limit{
	font-size: 12px;
	color: #808083;
	font-weight: normal !important;
	font-style: normal;
	padding: 1px 7px 0;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2px;
	border: 1px solid #AEAEAE;
	margin-left: 9px;
	background: #eee;
}

@media only screen and (max-width: 768px) {
	.must{
		background-color: #F33;
		color: #FFF;
		font-size: 12px;
		padding: 1px 2px;
		float: left;
}
	.error{
		text-align:left;
		padding: 15px;
		font-size: 14px;
	}
	.limit{
		margin-left: 0;
	}
}



/*フォーム基本設定*/
input,textarea,select{
	border: 1px solid #ccc;
	padding: 5px;
}

textarea{
	margin-top: 10px;
	width: 100%;
}

li input[type=radio],
li input[type=checkbox] {/* for IE8 */
	position: relative;
	left: 25px;
}

li input[type="radio"]:checked + label {
	color: #fff;
	background: url("/enqform/img/radio_on.png") left center no-repeat #14A0DD;
}

li input[type="checkbox"]:checked + label {
	color: #fff;
	background: url("/enqform/img/check_on.png") left center no-repeat #14A0DD;
}

li label{
	display: inline-block;
	line-height: 120%;
	padding: 10px 20px 10px 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

li input:checked + label {
	border: 1px solid #14A0DD;
}

li input[type="checkbox"]:hover{
	color: #fff;
	background: url("/enqform/img/check_on.png") left center no-repeat #14A0DD;
}

li input[type="checkbox"]:checked  + label .q1_headline,
li input[type="checkbox"]:checked  + label .tit__items {
	color: #FFF;
}

@media (min-width: 1px) {/* for modern */

	li input[type=radio],
	li input[type=checkbox] {
	display: none;
		left: 0;
	}
	li label{
	cursor: pointer;
	background: url("/enqform/img/check_off.png") left center no-repeat #fff;
	line-height: 1.5rem;
	}
	li input[type="radio"] + label{
	padding-left: 30px;
	background: url("/enqform/img/radio_off.png") left center no-repeat #fff;
	}
}

.set:hover{
	background-color:#14a0dd;
	color: #000 ;
}

td span.redtx, td span.limit {
 display:block;
 padding:5px 0 0 0;
}



/* 全体
/////////////////////////////////////////////////////////////////////////////////// */

.sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: inherit;
	}

}

#header{
	background: url("/enqform/img/header_bg.png") top left repeat-x;
	border: 1px solid #ddd;
}

.logo{
	text-align: left;
	max-width: 980px;
	padding: 0 0 20px;
	margin: 0 auto;
	overflow: hidden;
}

.logo--pc {
	background: url("/enqform/img/logo_bg-pc.png") top left no-repeat;
}

.logo--sp {
	display: none;
}

.lead {
	float: right;
	font-size: 25px;
	margin-top: 25px;
	margin-right: 20px;
	line-height: 1.4;
	color:#FFF;
	font-weight: bold;
	filter: drop-shadow(0px 0px 10px rgba(0,96,159,0.5));
}

div#contents{
	max-width: 980px;
	padding:25px 10px 0;
	margin: 0 auto 30px;
}


@media only screen and (max-width: 900px) {
	.lead {
		font-size: 19px;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 768px) {
	#header{
		height: 149px;
	}

	.logo{
		text-align: center;
	}

	.logo--pc {
		display: none;
	}

	.logo--sp {
		display: inherit;
		background: url("/enqform/img/logo_bg-sp.png") top center no-repeat;
	}

	.lead {
		float: inherit;
		font-size: 15px;
		margin-top: 20px;
		margin-right: 0;
	}

	div#contents {
		max-width: 768px;
	}
}


/*プレゼント*/
#limit_box{
	font-size: 22px;
	color: #139FD9;
	border-bottom:#E3E3E3 solid 1px;
	margin-bottom:40px;
}

#limit_box p{
	font-size: 15px;
	color: #333;
	margin:10px 0 20px;
}

@media only screen and (max-width: 768px) {
	#limit_box{
		font-size: 20px;
	}

	#limit_box p{
		font-size: 14px;
	}

}

/*注意書き*/
#caution{
	text-align:left;
}

#caution p{
	margin-bottom:35px;
}

#caution div{
	text-align:center;
	margin: 50px 0 25px;
	font-size: 18px;
}

#caution div span{
	color:#FF0000;
}

#caution .confirm{
	background:#FFF;
	border:#999999 solid 1px;
	padding:10px;
	margin: 0 0 30px;
}

@media only screen and (max-width: 768px) {
	#caution div{
		font-size: 16px;
	}
}

/*注意書き*/
div.info_box h2{
	background: #14A0DD;
	color:#FFF;
	padding: 15px 0;
	text-align:center;
	font-size: 18px;
	letter-spacing: 1px;
	background: linear-gradient(#14A0DD, #3493CC);
}

div.info_box .main{
	margin: 0;
}

div.info_box .main li{
	max-width: 980px;
	clear: both;
	list-style: none;
	text-align: left;
	display: flex;
	border-bottom: #CCC 1px dotted;
	margin: 0;
	padding: 10px;
}

div.info_box .main .title{
	width: 30%;
	margin: 0 auto;
	text-align:left;
	padding: 11px 0 11px 21px;
	font-weight: normal;
}

div.info_box .main .input {
	width: 65%;
	padding: 10px 0 0 0;
	text-align: left;
	margin: 0;
}
div.info_box .main .input--name {
	display: flex;
	justify-content: flex-start;

}

@media only screen and (max-width: 768px) {
	div.info_box .main li{
		width: 100%;
		display: inherit;

	}
	div.info_box .main .title{
		width: 100%;
		margin: 0;
		padding: 5px 0;
		font-size: 18px;
	}

	div.info_box .main .input{
		width: 100%;
		padding: 5px 0;
	}
}


/*お名前*/
.dbl{
	display: inline-block;
	width: 230px;
}

.dbl input{
	width: 65%!important;
}
.dbl2{
	margin: 0 0 0 10px;
}
.wids{
	width: auto;
	display: block;
}

/*アンケート回答*/
.queWrapper{
	margin: 20px auto 15px;
	line-height:1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	clear: both;
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
}

.queWrapper:last-child{
	border: none;
}

.queWrapper div{
	padding: 0;
	font-weight:bold !important;
	font-size: 17px;
}

.queWrapper .sub{
	font-size: 18px;
	color: #333;
	font-weight: normal!important;
	margin-top: 25px;
}

.queWrapper .qtitle{
	width: 95%;
	display: flex;
	margin: 15px auto;
}

.queWrapper .qtitle span{
	font-size: 18px;
	vertical-align: middle;
}

/*ナンバー*/
.queWrapper .qtitle .qnum{
	width: 41px;
	background: #14A0DD;
	color: #fff;
	border-radius: 4px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	height: 40px;
	display: block;
}

.queWrapper .qtitle .qnum i{
	font-size: 18px;
	font-style: normal;
	margin: 9px 0 0;
	display: inline-block;
}

.queWrapper .qtitle .qtxt{
	text-align: left;
	width: 100%;
	display: block;
	margin: 0 0 0 17px;
	line-height: 150%;
	color: #222;
}

.queWrapper .queBox{
	font-weight:normal !important;
	border:none;
	padding: 0 0 10px 0;
	max-width: 95%;
	text-align: left;
	margin: 0 auto;
}

.queWrapper .queBox ul li{
	color:#333333;
	list-style:none;
	padding: 4px 0;
	font-size: 14px;
}
.queWrapper .queBox ul li ul li{
	margin-left: 20px;
}

@media only screen and (max-width: 768px) {
	.queWrapper .qtitle span{
		font-size: 15px;
}
}

/*  */
.on{
	background: #14A0DD;
	color: #fff;
	border: 1px solid #14A0DD;
}

/* タイトル */
.q1_headline{
	font-weight:bold;
	color:#054d6d;
	margin-left: -0.7em;
	font-size: 14px;
}

.tit__items{
	font-weight: bold;
	color: #054d6d;
	font-size: 15px;
}


/* フォーム設定
/////////////////////////////////////////////////////////////////////////////////// */
#form-transitions{
	margin-bottom: 30px;
}

#form-transitions ul{
	display: flex;
	justify-content: space-between;
}

#form-transitions li.current{
	background-color:#14A0DC;
	color:#FFF;
}

#form-transitions li{
	width:33.3%;
	margin-right:25px;
	background-color:#DFF5FD;
	padding:25px 40px;
	color:#333;
	font-size:19px;
	text-align:center;
	list-style: none;
}

#form-transitions li:last-child {
	margin-right:0;
}

#form-transitions li.arrow{
	position: relative;
}

#form-transitions li.current:before{
	border-left: 20px solid #14A0DC !important;
}

#form-transitions li.arrow:before {
	content: '';
	position: absolute;
	border-top: 39px solid transparent;
	border-bottom: 39px solid transparent;
	border-left: 20px solid #DFF5FD;
	top:0;
	right:-20px;
}

.size1{
	width:360px!important;

}

.f-size-s {
	margin-left: 5px;
	font-size: 14px;
}

.f-size-s span {
	display: inline-block;
	background-color: #CCC;
	padding: 2px 7px;
	margin-right: 10px;
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	#form-transitions li{
		padding:25px 5px;
		font-size:14px;
	}

	#form-transitions li.arrow:before {
		border-top: 36px solid transparent;
		border-bottom: 36px solid transparent;
		border-left: 20px solid #DFF5FD;
	}

	.size1{
		width:100%!important;

	}

	.f-size-s {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
}



/* サンクスページ
/////////////////////////////////////////////////////////////////////////////////// */

#thanks{
	background: #fff;
	padding: 25px 0;
	border: 3px solid #CCC;}

#thanks div{
	font-size: 18px;
	line-height: 2em;
}


/* footer
/////////////////////////////////////////////////////////////////////////////////// */
#footer01-wrapper{
	background-color:#F6F6F6;
	padding:20px 10px;
	box-sizing: border-box;
}

#footer02-wrapper{
	border-top:#DFF5FD solid 10px;
	background-color:#14A0DC;
	color:#FFF;
}

div#footer{
	max-width:900px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}

/*Pマーク、SPIRAL情報*/

div#privacy {
	max-width: 900px;
	margin: 30px auto 50px;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
	clear: both;
}

div#privacy textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
	padding: 15px 20px;
	line-height: 1.5em;
	letter-spacing: 1.2px;
}

.spiral_info{
	max-width: 840px;
	margin:0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

div#privacy-mark {
	max-width:960px;
	padding:20px;
	background:#FFF;
	text-align:center;
	display: inline-flex;
	box-sizing: border-box;
}

div#certificates--box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin: 0 auto!important;
	width: auto!important;
}

div.certificates--box_item {
	width: auto!important;
}

div#privacy-mark a {
	font-size: 10px;
}

div#privacy-mark table {
	margin:0 auto;
}

div#privacy-mark table td {
	padding:10px;
	border: none;
}

.privacy-mark-txt{
	max-width:530px;
	padding:20px;
	text-align:left;
	background:#FFF;
	font-size: 11px;
}

.privacy-mark-txt a{
	font-size: 11px;
}

.privacy-mark-txt b a{
	color:#333;
	display:block;
	font-size: 15px;
}

@media only screen and (max-width: 768px) {
	.spiral_info{
		width: 100%;
		display: inherit;
		text-align: center;
		padding: 0 10px;
	}

	div#privacy-mark{
		margin: 0 auto 20px;
	}
	.privacy-mark-txt {
		margin: 0 auto 20px;
	}
}

/*送信ボタン*/
#sendbox{
	margin:20px auto 35px auto;
	text-align:center;
}

button {
	cursor:pointer;
}

input[type="submit"]{
	-webkit-appearance:none;
	border-radius: 5px;
}

.send_btn{
	background: #36B6ED;
	background-image: -webkit-linear-gradient(top, #36B6ED, #14A0DC);
	background-image: -moz-linear-gradient(top, #36B6ED, #14A0DC);
	background-image: -ms-linear-gradient(top, #36B6ED, #14A0DC);
	background-image: -o-linear-gradient(top, #36B6ED, #14A0DC);
	background-image: linear-gradient(to bottom, #36B6ED, #14A0DC);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border: 0 !important;
	border-radius: 3px;
	color: #FFF;
	/*text-shadow:1px 1px 1px rgba(0,0,0,0.5);*/
	padding: 15px 80px !important;
	margin: 20px 0 50px !important;
	font-size: 20px;
	cursor:pointer;
}

.back_btn{
	background: #aaa;
	border: 1px solid #666;
}

.p-btn-submit--disable {
	background: #d3d3d3;
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.6;
}

/*広告 予定*/
table.table_ad_wrap{
	width: 100%;
}

table.table_ad_wrap, td, th {
	border: 1px solid #E3E3E3;
	border-collapse: collapse;
	padding: 9px;
	text-align: left;
}

table.table_ad_wrap td, th {
	height: 25px;
}

table.table_ad_wrap th{
	width: 37%;
	background:#ffffe6;
}

table.table_ad_wrap th p{
	color:#139FDA;
}

table.table_ad_wrap td{
	width: 63%;
}

table.table_ad_wrap ul li{
	display: inline;
}

.viewbox{
	padding: .5em 0;
}


@media only screen and (max-width: 768px) {
	table.table_ad_wrap ul li{
		display: block;
	}
}

#certificates--box {
	width: auto!important;
}