@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

/*==================================================
    ■ contact
==================================================*/
h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 2.6em;
	color: #5F4B3E;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	margin: auto auto 45px;
	width: 350px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}

#contact .cnt1 {
	width:900px;
	padding-bottom: 70px;
}
#contact .cnt1 .p1 {
	padding-bottom: 40px;
	text-align: center;
	font-size: 1.6em;
}
#contact .cnt1 .box1 {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contact .cnt1 .box1 h4 {
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 30px;
}
#contact .cnt1 .box1 ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#contact .cnt1 .box1 ul li {
	float: left;
}
#contact .cnt1 .box1 ul li .span1 {
	float: left;
	color: #FF6C6C;
	font-size: 2.0em;
	padding-top: 10px;
}
#contact .cnt1 .box1 ul li .span2 {
	float: left;
	font-size: 3.0em;
}
#contact .cnt1 .box1 ul li:nth-child(2) {
	float: right;
}



/******* contents4 start ********/


#entry_form {
	width: auto;
	margin: auto auto 50px;
	clear: both;
}
#entry_form_cnt1{
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width:900px;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 50px;
}
#entry_form_cnt1 .cnt_in {

}
#entry_form .spec_name  {
}
#entry_form .spec_name .mk1  {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
	width: 20px;
}
#entry_form .spec_name .p1  {
	float: left;
	padding-right: 10px;
	font-size: 14px;
}
#entry_form .spec_name .p2 {
	background-color: #D80000;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	width: 35px;
	border-radius: 10px;
	margin-top: 3px;
}
#entry_form .inputbox .p3 {
	float: left;
	font-size: 1.4em;
}
#entry_form .inputbox .p4 {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.4em;
}
#entry_form .txt1 {
	font-size: 1.4em;
}
#entry_form .txtarea {
	height: 128px;
	width: 500px;
}
#entry_form .tb1 {
	display:table;
	width:840px;
	border-collapse:collapse;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#entry_form .tb1 .row{
	display:table-row;
}

#entry_form .tb1 .cell{
	display:table-cell;
	border-collapse:collapse;
	padding-top: 20px;
	padding-bottom: 20px;
}
#entry_form .tb1 .cell span{
	color: #CC0000;
}
#entry_form .tb1 .cell1{
	text-align: center;
	vertical-align: middle;
	width: 180px;
}
#entry_form .tb1 .cell2{
	text-align: left;
	width: 600px;
}
#entry_form .tb1 .row_top{
	padding-top: 0px;
}
#entry_form .tb1 .row_btm{
	padding-bottom: 40px;
}
#entry_form .tb1 .cell input{
	line-height: 28px;
}
#entry_form .tb1 .cell .input1{
	width: 320px;
}
#entry_form .tb1 .cell .input2{
	width: 80px;
}
#entry_form .tb1 .cell .input3{
	width: 80px;
}
#entry_form .tb1 .cell .input4{
	width: 600px;
}
#entry_form .tb1 .cell .input5{
	width: 120px;
}
#entry_form .tb1 .cell .input6{
	width: 320px;
	height: 130px;
}
/*css radio*/
.radio-input{
	display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #009a9a;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.checkbox{
	padding-bottom: 50px;
}
.checkbox p{
	padding-bottom: 20px;
}
.checkbox p a{
	color: #333333;
}
.checkbox-input{
	display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #009a9a;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.entry_box_input {
	width: auto;
	margin: auto;
	clear: both;
	padding-bottom: 100px;
}
.entry_box_input_cnt1{
	margin: 0 auto;
	position: relative;
	width: 410px;
}
.entry_box_input_cnt1 h3{
	padding-bottom: 50px;
}
.entry_box_input .bt_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 410px;
	padding-top: 50px;
}
.entry_box_input .bt_box li {
	width: 180px;
	float: left;
}
.entry_box_input .bt_box li:nth-child(2) {
	float: right;
}
.entry_box_input .bt_box .bt {
}
.entry_box_input .bt_box .bt a {
	border-radius: 10px;
	display:block;
	width: 100%;
	background-color: #1B95D2;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}

.bar1 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 15px;
}
.reset {
	color: #FFFFFF;
	background-color: #1B95D2;
	border-radius: 10px;
	height: 40px;
	width: 180px;
	border-style: none;
cursor: pointer;
cursor: hand;
}

.entry_box_input p {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC0000;
}
.entry_box_input p22{
	border: 1px solid #0180FF;
	margin: 20px auto 0;
	padding: 10px;
	borderRadius: 5px;
	font-size: '23px',
	font-weight: 'bold',
	display: 'inline-block', 
}
.application-error {
	font-size: 14px;
}
.s_ti1{
	border: 3px solid #006CB7;
	display: table;
	width: 140px;
	height: 140px;
	margin: auto auto 65px;
}
.s_ti1_inner{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #006CB7;
	text-align: center;
}




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

	h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 2.2em;
	color: #5F4B3E;
	border-top: 1px solid #C9B18F;
	border-bottom: 1px solid #C9B18F;
	margin: auto auto 45px;
	width: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}

	#contact .cnt1 {
	width: 90%;
	padding-bottom: 70px;
}
	#contact .cnt1 .p1 {
	padding-bottom: 40px;
	text-align: left;
	font-size: 1.6em;
}
	#contact .cnt1 .box1 {
	background-color: #FFFFFF;
	padding:15px;
}
#contact .cnt1 .box1 h4 {
	font-size: 1.8em;
	text-align: center;
	padding-bottom: 30px;
}
#contact .cnt1 .box1 ul {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#contact .cnt1 .box1 ul li {
	float: inherit;
}
#contact .cnt1 .box1 ul li .span1 {
	float: left;
	color: #FF6C6C;
	font-size: 2.0em;
	padding-top: 10px;
}
#contact .cnt1 .box1 ul li .span2 {
	float: inherit;
	font-size: 3.0em;
}
#contact .cnt1 .box1 ul li:nth-child(2) {
	float: inherit;
}



/******* contents4 start ********/


#entry_form {
	width: 90%;
	margin: auto auto 50px;
	clear: both;
}
#entry_form_cnt1{
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: auto;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 50px;
}
#entry_form_cnt1 .cnt_in {

}
#entry_form .spec_name  {
}
#entry_form .spec_name .mk1  {
	display:none;
	float: inherit;
	padding-right: 10px;
	padding-top: 3px;
	width: 20px;
}
#entry_form .spec_name .p1  {
	float: inherit;
	padding-right: 10px;
	font-size: 14px;
}
#entry_form .spec_name .p2 {
	background-color: #D80000;
	float: inherit;
	font-size: 10px;
	color: #FFFFFF;
	width: 35px;
	border-radius: 10px;
	margin-top: 3px;
}
#entry_form .inputbox .p3 {
	float: inherit;
	font-size: 1.4em;
}
#entry_form .inputbox .p4 {
	float: inherit;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.4em;
}
#entry_form .txt1 {
	font-size: 1.4em;
}
#entry_form .txtarea {
	height: 128px;
	width: 100%;
}
#entry_form .tb1 {
	display: block;
	width: 90%;
	border-collapse:collapse;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#entry_form .tb1 .row{
	display: inherit;
}

#entry_form .tb1 .cell{
	display: inherit;
	border-collapse:collapse;
	padding-top: 20px;
	padding-bottom: 20px;
}
#entry_form .tb1 .cell span{
	color: #CC0000;
}
#entry_form .tb1 .cell1{
	text-align: center;
	vertical-align: middle;
	width: auto;
}
#entry_form .tb1 .cell2{
	text-align: left;
	width: auto;
}
#entry_form .tb1 .row_top{
	padding-top: 0px;
}
#entry_form .tb1 .row_btm{
	padding-bottom: 40px;
}
#entry_form .tb1 .cell input{
	line-height: 28px;
}
#entry_form .tb1 .cell .input1{
	width:100%;
}
#entry_form .tb1 .cell .input2{
	width:100%;;
}
#entry_form .tb1 .cell .input3{
	width:100%;
}
#entry_form .tb1 .cell .input4{
	width:100%;
}
#entry_form .tb1 .cell .input5{
	width:100%;
}
#entry_form .tb1 .cell .input6{
	width:100%;
}
/*css radio*/
.radio-input{
	display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #009a9a;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #009a9a;
  border-radius: 50%;
}

.checkbox{
	padding-bottom: 50px;
}
.checkbox p{
	padding-bottom: 20px;
}
.checkbox p a{
	color: #333333;
}
.checkbox-input{
	display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #009a9a;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.entry_box_input {
	width: auto;
	margin: auto;
	clear: both;
	padding-bottom: 100px;
}
.entry_box_input_cnt1{
	margin: 0 auto;
	position: relative;
	width:100%;
	text-align: center;
	background-position: right top;
	background-repeat: no-repeat;
}
.entry_box_input_cnt1 h3{
	padding-bottom: 50px;
}
.entry_box_input .bt_box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:90%;
	padding-top: 50px;
}
.entry_box_input .bt_box li {
	width: 100%;
	float: inherit;
	margin-bottom: 10px;
}
.entry_box_input .bt_box li:nth-child(2) {
	float: inherit;
}
.entry_box_input .bt_box .bt {
	text-align: center;
}
.entry_box_input .bt_box .bt a {
	border-radius: 10px;
	display:block;
	width: 100%;
	background-color: #1B95D2;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
}

.bar1 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 15px;
}
.reset {
	color: #FFFFFF;
	background-color: #1B95D2;
	border-radius: 10px;
	height: 40px;
	width: 100%;
	border-style: none;
	cursor: pointer;
	cursor: hand;
}

.entry_box_input p {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #CC0000;
}
.entry_box_input p22{
	border: 1px solid #0180FF;
	margin: 20px auto 0;
	padding: 10px;
	borderRadius: 5px;
	font-size: '23px',
	font-weight: 'bold',
	display: 'inline-block', 
}
.s_ti1{
	border: 3px solid #006CB7;
	display: table;
	width: 140px;
	height: 140px;
	margin: auto auto 65px;
}
.s_ti1_inner{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #006CB7;
	text-align: center;
}
}

