@charset "utf-8";


/*==========================================
 body
===========================================*/
html{
	height:100%;
	font-size:110%;
}

body {
	width:100%;
	color: #595251;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
*{
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
form,
table{
width:100%;
}
a {
  transition: .2s;
  color:#666666;
  text-decoration:none;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited{
	color: #cc6600;
	text-decoration: none;
}
a:hover {
  color:#cc6600;
  text-decoration:underline;
}

ul li,
ol li{
	list-style:none;
	
}
ul.note li{
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
	color:#CC0000;
	font-size:87.5%;
}
ul.noteBlk li{
	padding-left:1em;
	text-indent:-1em;
	list-style:none;
	color:#000000;
	font-size:87.5%;
}
span.note{
	color:#CC0000;
	/*font-size:87.5%;*/
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
.main{
	position:relative;
	min-height: 100%;
	
}

#container{
	/*max-width: 1280px;*/
	max-width: 1000px;
	margin:0 auto;
 	background: #fff;
  padding-bottom: 50px;
	}

#contents {
	width:98%;/**/
	margin:0 auto;
	padding:30px 0;
}

h1{
	padding: 17px 15px 13px;
  margin-bottom: 35px;	
	background: #f0efed;
	border-left: 10px solid #e66535;
	font-weight: bold;
	font-size:2rem;
	line-height: 1.2;
	text-align:left;
}

#m-step{
	display:none;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
}
.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
  content: none;
}

.stepBar .step.current {
  color: #FFF;
  background-color: #ff6600;
}
.stepBar .step.current:before, 
.stepBar .step.current:after {
  background-color: #ff6600;
}


form{
	width:100%;
	font-size:110%;
	margin:10px auto;
}

.desc{
	font-size:70%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f0ffff inset;
}

input,
textarea,
select,
button{
	border:1px solid #d9d9d9;
	color:#595251;
	margin:0;
	padding:5px;
	font-size:1rem;
	resize: vertical;
	
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus
textarea:focus {
   border: 1px solid #007CFF;
}
	
input[type="radio"] ,
input[type="checkbox"]{
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   margin-right: 0.1em;
	 
}


table {
	width:100%;
	border-collapse:separate;
	border-spacing: 0;
	border:1px solid #d9d9d9;
}
tbody{
	width:100%;
	height:auto;
	background-color: #fff;
	margin:0 auto;
	vertical-align:top;
}
tbody th{
	position:relative;
	padding:15px;
	padding-right:50px;
	width:32%;
	background-color:#ffe0d7;
	/*border:1px solid #d9d9d9;*/
	border-bottom:1px solid #fff;
	border-right:1px solid #d9d9d9;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
tbody td{
	padding:15px;
	width:68%;
	/*border: 1px #d9d9d9 solid;*/
	border-bottom: 1px #d9d9d9 solid;
	font-weight:normal;
	text-align:left;
}

tbody th:after{
	position:absolute;
	color:#FFF;
	border-radius:2px;
	background:#FF0004;
	content:"必須";
	padding:0 2px;
	right:10px;
	top:15px;
	}

tbody tr:last-child th,
tbody tr:last-child td{	
	border-bottom: none;
}

tbody th.free:after{
	position:absolute;
	color:#FFF;
	border-radius:2px;
	background:#007CFF;
	content:"任意";
	padding:0 2px;
	/*top:15px;*/
	right:10px;
}

tbody td ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
tbody td li{
	float:left;
	margin:0;
	margin-right: 1em;
}

table#confirm th{
	background:#d7e7ff;
	
}

label{
	cursor: pointer;
}
label.labelName{
	display:inline-block;
	width:2em;
	white-space:nowrap;

}

span.radio label input,
span.chkb label input{
	margin:.5em .5em;
	
}
span.chkb label{
	display:block;
	margin-top:10px;
}
span.radio label {
	margin-right: 1em;
	display: block;
	float: left;
	width: 48%;
}
span.radio label:last-child{
	margin-bottom:0;
	
}
span.radio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
span.radio label:hover {
}

input.wL,
select.wL,
textarea.wL {
  width:80%;
}

input.wM,
select.wM,
textarea.wM{
   width:60%;
}

input.wS,
select.wS,
textarea.wS{
  width:150px;
}

.lead{
	margin: 10px 0!important;
}


/*a:hover,*/
input[type="submit"]:hover {
	opacity:.7;
}
/* Button
--------------------*/
.formAction{
	clear: both;
	margin: 0!important;
	padding: 20px 20px;
	text-align: center;
	display:block;

}

p.Button{
	margin:0 auto;
}
p.Button button {
		 -webkit-appearance: none;
	border-radius:2px;
	position:relative;
  transition: .2s;
	display:inline-block;
	width:40%;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	padding:10px 20px;/**/
	margin-top:20px;
	background-color: #FF6600;
	color:#fff;
	cursor: pointer;
	border-style:none;
}



p.Button button.goNext:after{
	position:absolute;
	content:"＞";
	color:#fff;
	right:10px;
	
}

p.Button button.goBack{	
	position:relative;
	width:30%;
	margin-right:40px;
	background-color: #b4b4b4;
}
p.Button button.goBack:before{	
	position:absolute;
	content:"＜";
	color:#fff;
	left:10px;
}


p.Button button:hover {
 opacity:.7;
 filter: alpha(opacity=70); 
-ms-filter: alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
}


/*スクロールトップ*/
.pageTop{
	position:fixed;
	right: 15px;
	bottom: 15px;
	opacity:0.7;
	z-index:9999;
}

.jsTop{
	display: none;
}

/**************************************** max-width: 769px*/
@media screen and (max-width:768px) {
	
#HeaderInner {
    width:initial;
    padding: 0;
}
Header #HeaderInner #HeaderLogo img{
	width: 35px;
	height: 30px;
	padding:5px 0 0 5px;
	
}
#container{
	width:100%;
 	background: #fff;
	padding-bottom:0;
	}

#contents {
	width:98%;/**/
	margin:0 auto;
	padding:10px 0;
}


h1{
	width:100%;
  margin-bottom: 10px;
font-size:1.6em;	
}


table {
	width:100%;
	border-collapse:separate;
	border-spacing: 0;
	border:1px solid #d9d9d9;
}
tbody{
	width:100%;
	height:auto;
	background-color: #fff;
	margin:0 auto;
	vertical-align:top;
}
tbody th:after{
	top:10px;
	}
.form{
width:100%;
}

span.radio label {
	width: 100%;
}

#Footer{
		width: 100%;
		display:block;
		text-align:left;
    overflow:hidden;
}
#FooterInner {
	width:100%;
}
#FooterLink li{
		/*width:50%;*/
		width:100%;
	}
#FooterLink li a{
		padding:12px;
	}
#FooterCopyright{
		padding:0;
		text-align:center;
	
	}
	.formError .formErrorContent{
		width:200px;
	}
}

/**************************************** max-width: 480px
@media only screen and (max-width:480px) {*/
 @media only screen and (max-width:736px) {
 

table {
	border:none;
}

tbody{
	border:none;
	margin:0;
}
tbody th{
	position:relative;
	padding:10px 0 10px 5px;
	width:100%;
	display:block;
	border:none;
}
tbody td{
	padding:10px 0;
	width:100%;
	display:block;
	border:none;
}

tbody td li{
	float:none;
}
table#confirm th{
	background:#d7e7ff;
	
}



 /* テキストエリアの設定 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,select{
	width:100%;
	margin:10px 0;
  box-sizing: border-box;
}

select{
	position:relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding:10px 40px 10px 10px;
	border: 1px solid #999;
	background: #eee;
	background: url(../image/arrow01.png) right 50% no-repeat;
	background-size: 40px, 100%;

}

input.wL,
select.wL {
  width:100%;	
}

textarea.wL {
  width:100%;	
}
input.wM,
select.wM,
textarea.wM{
  width:100%;	
}
input.wS,
select.wS,
textarea.wS{
  width:100%;	
}

label.labelName{
	display:inline-block;
	font-size:85%;
	white-space:nowrap;
	width:12%;

}

label.labelName + input{
	width:85%;
	
}

span.radio{
	margin:10px 0;
	display: block;
}
span.radio label {
	display: block;
	float: none;
}

span.radio input.sonota{
	margin:0;
}
	

input[type="radio"] ,
input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.2em;
	 
}

#step{
	display:none;

}
#m-step{
	display:block;

}
#m-step p{
	width:100%;
}
#m-step p img{
	width:100%;
	/*max-width:480px;*/
	max-width:736px;
}

/* Button
--------------------*/
.formAction{
	clear: both;
	margin: 0!important;
	padding: 0;
	text-align: center;
	display:block;

}

p.Button{
	position:relative;
	margin:0 auto;
	height:120px;
}
p.Button button  {
	display:block;
	padding:10px 0;
	margin-top:20px;
width:100%;
margin:2% auto;
float:none;
height:50px;
}
p.Button button.goNext {
	position:absolute;/**/
	margin-left:0;
	margin-right:0;
	width:100%;
	top:0;
}


p.Button button.goBack{
	position:absolute;/**/
	margin-left:0;
	margin-right:0;
	width:100%;
	/*bottom:0;*/
	top:70px;
}



}
/*------------------------------------------*/
/* Footer         							            */
/*------------------------------------------*/

#Pagetop{
	display:none;
}
#Footer {
	width:100%;
	position:absolute;
	/*bottom:0;*/
	background-color: #f0efed;
}
#FooterLink{
	bottom:0;
}
#FooterLink li a {
	font-size:81.2%;
	}
	
/*------------------------------------*/

.textC{
	text-align:center;
}

.textL{
	text-align:left;
}

.textR{
	text-align:right;
}	

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*---------------------*/

.submit_msg {
	display: none;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
/*--　2025/3/20 -------------------------*/
th#material2{
	padding: 0px;
}
th#material2:after{
display: none;
}
th#material2 div{
padding:15px 0 15px 15px;
}
	@media only screen and (max-width:736px) {
	th#material2 div{
	padding:10px 5px 10px 5px;
	}
	}


th#material2 .row1 p.title{
position: relative;
padding-right:50px;
}
th#material2 .row1 p.title:after {
    position: absolute;
	font-weight: normal;
    color: #FFF;
    border-radius: 2px;
    background: #FF0004;
    content: "必須";
    padding: 0 2px;
    right: 10px;
    top: 0px;
}
th#material2 .row1 p.note{
	font-size:14px;
	padding-left:1rem;
	text-indent:-1rem; 
	margin-top:15px;
}
th#material2 .row2 p.note{
	font-size:14px;
}

.lead .material_note{
	font-size:17px;
	margin-top: 1rem;
}
.lead .material_note span{
	font-size:19px;
	font-weight: bold;
}