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


.formWrapper{
	background-color: rgba(251,239,76,1);
	width: 100%;
	margin: 0 auto;
	padding: 75px;
}
.formWrapper h1{
	font-family: 'M PLUS Rounded 1c', sans-serif; 
	width: 300px;
	font-size: 3.8rem;
	font-weight: 400;
    margin: 0 auto;
	margin-bottom: 30px;
	display: block;
	text-align:center}

::placeholder {
  color: #bbbbbb;
}

.pcDspNone{
	display: none;
}
/*
/*テーブル設定
/*
*/
table{
	margin: 0 auto;
}
#formTable{
	background-color: rgba(251,239,76,1);
	display: table;
	width: 100%;
	border: 0;
	/*height:1000px;*/
}
select.prefArea{
	width: 150px;
	height: 45px;
	border-radius: 1em;
}
select.yearArea{
	width: 120px;
	height: 45px;
	border-radius: 0.2em;
	padding-left: 20px;
}
select.monthArea{
	width: 120px;
	height: 45px;
	margin-right: 20px;
	border-radius: 0.2em;
	padding-left: 40px;
}
input{
	font-size: 1.8rem;
	padding-left: 10px;
}
textarea{
	font-size: 1.8rem;
	padding-left: 10px;
	border-radius: 1em;
}

/*
/*行設定
/*
*/

.row{
	height: 30px;
	display: table-cell;	
}
.box1{
	width: 65px;
}
.box2{
	width: 250px;
}
.box3{
	width: 500px;
}
.box4{
	width: 150px;
}
.box5{
	width: 300px;
	margin-left: 10px;
}
.box6{
	width: 300px;
	margin-left: 10px;
	padding-left: 25px;
}
.box7-colsp4{
	height: 30px;
	vertical-align: bottom;
}
.box8-colsp3{
	height: 30px;
	vertical-align: bottom;
}


/*
/*フォーム設定
/*
*/
.formbox{
	width: 500px;
	height: 45px;
	margin: 10px 0;
	border-radius: 0.2em;
}
.formbox_pref{
	width: 120px;
	height: 45px;
	margin: 10px 0;
	border-radius: 1em;
}
.formbox_town{
	width: 300px;
	height: 45px;
	margin: 10px 0 10px 20px;
	border-radius: 1em;
}
.formbox_year{
	width: 100px;
	height: 45px;
	margin: 10px 10px 10px 0;
	border-radius: 0.2em;
}
.formbox_month{
	width: 100px;
	height: 45px;
	margin: 10px 10px 10px 20px;
	border-radius: 0.2em;
}
.formbox_quest{
	width: 500px;
	height: 250px;
	margin-top: 20px;
	border-radius: 0.2em;
}
.cc{text-align:center; }
.ll{text-align:left; }
.bb{font-weight:bold; }
.red{color:red;}

.labelbox{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.0rem;
}
.labelbox1{
	font-size: 1.2rem;
}
.labelbox2{
	margin-left: 20px;
	font-size: 1.2rem;
}
.label_large{
	margin: 0px;
	font-size: 2.5rem !important;
}
.redbox{
	color: #fff;
	font-size: 0.8rem;
	margin: 5px 10px;
	background-color: #de5930;
	text-align: center;
}
.hspace_l{
	height: 150px;
}
.tblAdd{
	font-size: 1.5rem;
}

/*
ラジオボタン・チェックボタン
*/
.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}

.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;  
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}



/*.selector-hide {
    display: none;
}*/

.check{
	font-size: 2.5rem;
	font-weight: 400;
	width: 320px;
	height: 80px;
	margin: 100px auto 0 auto;
}
/*.chekbtn{
	-webkit-appearance: none;
}*/




/*
送信ボタン
*/
.sbmitBox{
	width: 400px;
	height: 100px;
	margin: 10px auto;
}

.sbmitBtn{
	background: url("../../images/content/pc/img_input_button_01.png");
	margin: 0 auto;	
}
.sbmitBtn a {
	width: 385px;
	height: 100px;
	background: url("../../images/content/pc/img_input_button_01.png") no-repeat;
	display: block;
}
.sbmitBtn a:hover{
	background: url("../../images/content/pc/img_input_button_02.png")no-repeat;
}


/*
/*アラート設定
/*
*/

/*:valid {
    color: green;
} 
:invalid {
    color: red;
} */



/*************************************
/*　　Thannkyou 画面
/*************************************/


.thanksWrapper{
	background-color: rgba(251,239,76,1);
	width: 100%;
	margin: 0 auto;
	padding: 75px;
}
.thanksBox{
width: 100%;
height: 210px;
margin: 0 auto;
padding-top: 330px;
padding-bottom: 310px;
display: flex;
flex-direction: column;
justify-content: center;
}
.thankyouTxt{
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 4.5rem;
	text-align: center;
	margin-bottom: 50px;
}
.backTop{
	margin: 0 auto;
}
.backTop a {
	width: 386px;
	height: 96px;
	background:url("../../images/content/pc/img_return_button_01.png") no-repeat;
	display: block;
}
.backTop a:hover {
	background: url("../../images/content/pc/img_return_button_02.png");
}




/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	.spDspNone { display: none !important; }



.formWrapper{
	background-color: rgba(251,239,76,1);
	width: 750px;
	margin: 0 auto;
	/*padding: 75px;*/
}

.formWrapper h1{
	font-family: 'M PLUS Rounded 1c', sans-serif; 
	width: 300px;
	font-size: 4.0rem;
	font-weight: 400;
    margin: 0 auto;
	margin-bottom: 30px;
	display: block;
	text-align:center}


/*
/*テーブル設定
/*
*/
table{
	margin: 0 auto;
}
#formTable{
	background-color: rgba(251,239,76,1);
	display: table;
	width: 100%;
	border: 0;
	/*height:1000px;*/
}
select.prefArea{
	width: 150px;
	height: 45px;
	border-radius: 1em;
}
select.yearArea{
	width: 120px;
	height: 45px;
	border-radius: 0.2em;
	padding-left: 20px;
}
select.monthArea{
	width: 120px;
	height: 45px;
	margin-right: 20px;
	border-radius: 0.2em;
	padding-left: 40px;
}
input{
	font-size: 1.8rem;
	padding-left: 10px;
}
textarea{
	font-size: 1.8rem;
	padding-left: 10px;
	border-radius: 1em;
}

/*
/*行設定
/*
*/

.row{
	height: 30px;
	display: table-cell;	
}
.box1{
	width: 100%;
	display: block;
}
.box2{
	width: 100%;
	display: block;
}
.box3{
	width: 100%;
	display: block;
}
.box4{
	width: 100%;
	display: block;
}
.box5{
	width: 100%;
	display: block;
}
.box6{
	width: 100%;
	display: block;
}
.box7-colsp4{
	height: 100px;
	height: 100%;
	display: block;
}
	.box8-colsp3{
	height: 30px;
	vertical-align: bottom;
}


/*
/*フォーム設定
/*
*/
.formbox{
	width: 500px;
	height: 45px;
	margin: 0;
	margin-bottom: 30px;
	border-radius: 0.2em;
}
.ormbox_pref{
	width: 120px;
	height: 45px;
	margin: 10px 0;
	border-radius: 1em;
}
.formbox_town{
	width: 300px;
	height: 45px;
	margin: 10px 0 10px 20px;
	border-radius: 1em;
}
.formbox_year{
	width: 100px;
	height: 45px;
	margin: 10px 10px 10px 0;
	border-radius: 0.2em;
}
.formbox_month{
	width: 100px;
	height: 45px;
	margin: 10px 10px 10px 20px;
	border-radius: 0.2em;
}
.formbox_quest{
	width: 500px;
	height: 250px;
	margin-top: 20px;
	border-radius: 0.2em;
}
.cc{text-align:center; }
.ll{text-align:left; }
.bb{font-weight:bold; }
.red{color:red;}

.spredbox{
	color: #fff;
	font-size: 1.5rem;
	margin-left: 10px;
	padding: 5px 10px;
	float: right;
	background-color: #de5930;
	display: inline-block;
	border-radius: 0.2em;
}
	
.labelbox{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.8rem !important;
	font-weight: 400;
}
.labelbox1{
	font-size: 1.2rem;
}
.labelbox2{
	margin-left: 20px;
	font-size: 1.2rem;
}
.label_large{
	height: 100px;
	font-size: 3.0rem !important;
	vertical-align: middle;
}
	.hspace_l{
		padding-top: 100px;
	}
	.tblAdd{
		font-size: 2.8rem;
	}
				
/*
送信ボタン
*/
.sbmitBox{
	width: 400px;
	height: 100px;
	margin: 50px auto;
}

.sbmitBtn{
	background: url("../../images/content/pc/img_input_button_01.png");
	margin: 0 auto;	
}
.sbmitBtn a {
	width: 385px;
	height: 100px;
	background: url("../../images/content/pc/img_input_button_01.png") no-repeat;
	display: block;
}
.sbmitBtn a:hover{
	background: url("../../images/content/pc/img_input_button_02.png")no-repeat;
}







/*************************************
/*　　Thannkyou 画面
/*************************************/

	
.thanksWrapper{
	background-color: rgba(251,239,76,1);
	width: 100%;
	margin: 0 auto;
	padding: 75px;
}
.thanksBox{
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 460px;
/*padding-bottom: 310px;*/
display: flex;
flex-direction: column;
justify-content: center;
}
.spthankyouTxt{
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 4.5rem;
	text-align: center;
	margin-bottom: 20px;
}
.backTop{
	margin: 0 auto;
}
.backTop a {
	width: 386px;
	height: 96px;
	background:url("../../images/content/pc/img_return_button_01.png") no-repeat;
	display: block;
}
.backTop a:hover {
	background: url("../../images/content/pc/img_return_button_02.png");
}




}
