@charset "utf-8";
/* CSS Document */

/*--sp入力拡大防止--*/
input[type=text] {
  font-size: 16px;
  /*transform: scale(0.8);*/
  transform: scale(1);
}


#wrap .sec00 .inner{
	background: url("../img/mv.jpg") no-repeat top left #fff;
}

/*---------------------------------------------------------------------
						sec 共通
----------------------------------------------------------------------*/

body #wrap img.inf {
	width: 100%;
	display: block;
	margin: 0 auto  30px;
}

.in_wrap .sec01 {
	display: table;
	margin: -40px auto 60px;
	height: 70px;
	line-height: 70px;
	padding: 0 100px;
	background: #fff;
}

.in_wrap .sec01 li {
	float: left;
	color: #888888;
}

.in_wrap .sec01 li strong {
	font-weight: bold;
	color: #000;
}

@media screen and (min-width: 751px) {

	.in_wrap .sec01 li:nth-child(2)::before,
	.in_wrap .sec01 li:nth-child(2)::after{	content: ">";}
	.in_wrap .sec01 li:nth-child(2)::before { margin-right: 30px; }
	.in_wrap .sec01 li:nth-child(2)::after { margin-left: 30px;	}
	.in_wrap .sec01 li:nth-child(2) { margin: 0 30px; }

}

@media screen and (max-width: 750px) {

	.mv > span {
		height: auto;
		text-align: left;
	}

	body #wrap img.inf {
    margin: 15px auto 0px;
	}

	.in_wrap .sec01 {
		width: 90%;
		margin: -70px auto 60px;
		height: auto;
		line-height: 20px;
		padding: 30px 0;
	}

	.in_wrap .sec01 li {
		float: none;
		display: block;
	    text-align: center;
	    padding: 10px 0;
	}

	.in_wrap .sec01 li:nth-child(2)::before,
	.in_wrap .sec01 li:nth-child(2)::after{
		content: "";
		background-image: url("../img/icon_ku.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
		width: 8px;
		display: block;
	    height: 4px;
	    margin: 0 auto;
	}

	.in_wrap .sec01 li:nth-child(2)::before { margin-bottom: 10px; }
	.in_wrap .sec01 li:nth-child(2)::after { margin-top: 10px;	}

}

/*===========================================================================================
					.cntn
=========================================================================================*/

.cntn{
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.cntn table{ width: 100%; }
.cntn table tr:not(:last-child) {	border-bottom: solid 1px #dcdcdc;}

.cntn table th {
	width: 35%;
	font-weight: bold;
	padding: 35px 2.5%;
	vertical-align: top;
	box-sizing: border-box;
}

.cntn table th span{
	margin-left: 7px;
	color: #fff;
	font-weight: normal;
	background: #c10d1b;
	font-size: 11px;
	padding: 2px 7px;
}

.cntn table td{
	width: 65%;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
}

section#content01 table #sp01{ letter-spacing:-0.06em;}

.cntn table tr .gra select {
	padding:10px 8px;
	border:solid 1px #bbbbbb;
	color: #bbbbbb;
	background: url("../img/icon_arrow.jpg") #fff 95% center no-repeat;
	-webkit-appearance: none;
    -moz-appearance: none;
	width:200px;
}

.cntn table input,
.cntn table tr .gra select{
	height: 55px;
	max-width: 400px;
	width: 100%;
	font-size: 15px;
	padding: 0 15px;
	color: #000;
	box-sizing: border-box;
	background: #f3f3f3;
}

input#ad {
	max-width: 180px;
	display: block;
	margin-bottom: 10px;
}

select::-ms-expand { display: none; }

.cntn table tr td.memo textarea {
	width: 100%;
	height: 180px;
	padding: 10px;
	box-sizing: border-box;
	background: #f3f3f3;
	border: none;
	line-height: 120%;
}

input::-webkit-input-placeholder{ color: #bbbbbb;}
/* Firefox */
input::-moz-placeholder{ color: #bbbbbb;}
/* Firefox 18以前 */
input:-moz-placeholder{color: #bbbbbb;}
/* IE */
input:-ms-input-placeholder{ color: #bbbbbb;}

input.btn:hover{opacity:0.7;}

.cntn table td.memo { height:auto; }

@media screen and (max-width: 750px) {

	.cntn table th,
	.cntn table td{
		width: 100%;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.cntn table th { padding: 25px 0 10px;}
	.cntn table td { padding-top: 0;}

	.cntn table th span{
		/* font-size: 12px; */
		padding-left: 5px;
	}

	.cntn table input,
	.cntn table tr .gra select{
		height: 45px;
		font-size: 14px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.cntn table tr td.memo textarea {
		width: 100%;
		height: 150px;
		padding: 10px;
	}

}

/*=====================================================================================================

		container 確認画面

=====================================================================================================*/

.alert {
	line-height: 140%;
	font-size: 14px;
	color: #ea0000;
	display: block;
}


/*=======================================================*/

div.cntn .confirm ul{
		display: flex;
    min-width: 300px;
    max-width: 620px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
}

div.cntn ul li.li1,
div.cntn ul li.li3{
	max-width: 300px;
    width: 100%;
	height: 66px;
    cursor: pointer;
    display: block;
    overflow: hidden;
	position: relative;
}
div.cntn ul li.li1{	margin: 0 auto; }
div.cntn ul li.li3{
	float: left;
	margin-left: 20px;
}

div.cntn ul li.li1 input,
div.cntn ul li.li3 input{
    cursor: pointer;
    display: block;
    font-size: 18px;
    width: 100%;
    height: 66px;
    color: #fff;
    overflow: hidden;
    border-radius: 33px;
    padding: 0 10%;
    border: none;
    background-color: #0c2c61;
}

div.cntn ul li.li1 input:hover,
div.cntn ul li.li3 input:hover{ opacity:0.7 ;}


div.cntn .confirm {
	overflow:hidden;
	margin:30px auto 140px;
	background: #fff;
}

div.cntn em { color:#DC1D20;}

div.cntn ul li.li2{
	margin:0 30px 0 0;
}

div.cntn ul li.li2{
	overflow:hidden;
	max-width: 300px;
	width:100%;
	padding-top: 66px;
	position: relative;
	float: left;
	margin: 0 auto 15px;
}

div.cntn ul li.li2 a{
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;
    height: 66px;
	line-height: 66px;
	color: #0c2c61;
    border: solid 1px;
    border-radius: 33px;
    background-color: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {

	div.cntn .confirm ul{
		display: block;
		min-width: 250px;
		max-width: 500px;
	}

	div.cntn ul li.li1,
	div.cntn ul li.li3{
		max-width: 250px;
		height: 46px;
	}
	div.cntn ul li.li3{
		float: none;
		margin-left: auto;
		margin: 0 auto;
	}

	div.cntn ul li.li1 input,
	div.cntn ul li.li3 input{
			font-size: 16px;
			height: 46px;
			border-radius: 23px;
	}

	div.cntn .confirm {
		margin:30px auto 140px;
	}

	div.cntn ul li.li2{
		margin:0 30px 0 0;
	}

	div.cntn ul li.li2{
		max-width: 250px;
		padding-top: 46px;
		float: none;
		margin: 0 auto 15px;
	}

	div.cntn ul li.li2 a{
		font-size: 16px;
		height: 46px;
		line-height: 46px;
		border-radius: 23px;
	}

}
/*=====================================================================================================

	送信完了画面

=====================================================================================================*/

div.cntn div.send{
		text-align: center;
    line-height: 28px;
    margin-bottom: 120px;
}

div.cntn div.send h3 {
		font-size: 30px;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    padding: 90px 0 40px;
    letter-spacing: -0.03em;
}

div.cntn div.send a{
	display:inline;
	text-decoration:underline;
}

@media screen and (max-width: 750px) {

	div.cntn div.send { margin-bottom: 60px;}

	div.cntn div.send h3 {
			font-size: 26px;
			padding: 50px 0 20px;
	}

}
