@charset "UTF-8";

/*CSSDocument*/

.shop {
	width: 1320px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.shop {
		width: 100%;
	}
}

#shop_main_vis {
	width: 1320px;
	margin: 50px auto 65px auto;
}
@media screen and (max-width: 640px) {
	#shop_main_vis {
		width: 100%;
		margin: 0px auto 30px auto;
	}
	#shop_main_vis h1 img {
		width: 100%;
	}
}

#shop_intro .shop_intro_title {
	text-align: center;
	margin-bottom: 20px;
}
#shop_intro .frame ul {
	margin-left: 80px;
}
#shop_intro .frame ul li {
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-bottom: 45px;
}
#shop_intro .frame ul li .img_box {
	position: relative;
	padding-bottom: 4px;
	background: #0978a7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;	
	margin-bottom: 30px;
	-webkit-transition: all 0.3s 0s ease-out ;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s 0s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s 0s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.3s 0s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
#shop_intro .frame ul li .img_box:after {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #0978a7;
	content: "";
	display: block;
	position: absolute;
	bottom:-21px;
	left: 50%;
	margin-left: -11px;
	z-index: 10;
}
#shop_intro .frame ul li .img_box a {
	position: relative;
	background: #1891c4;
	display: block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
#shop_intro .frame ul li .img_box a img {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
#shop_intro .frame ul li .img_box a:after {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #1891c4;
	content: "";
	display: block;
	position: absolute;
	bottom:-21px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}

#shop_intro .frame ul li .img_box:hover {
	padding-bottom: 0px;
	margin-top: 4px;
}

#shop_intro .frame ul li p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#shop_intro .shop_intro_title {
		margin-bottom: 0px;
		padding-bottom: 5%;
	}
	#shop_intro .frame {
		padding: 0px;
	}
	#shop_intro .frame ul {
		margin: 0px;
	}
	#shop_intro .frame ul li {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
}















.shop_sec_wrap {
	margin-bottom: 100px;
}
.shop_sec_wrap .frame {
	padding: 30px 50px 35px 50px;
}
#shop_sec01 {
	width: 640px;
	float: left;
}
#shop_sec02 {
	width: 640px;
	float: right;
}
#shop_sec01 .frame ,
#shop_sec02 .frame {
	height: 643px;
	background: url(../images/sec01_back.png) left top repeat;
}

.shop_sec_wrap .shop_sec_title {
	border-bottom: 2px solid #45b9d2;
}

.shop_sec_img01 {
	margin-bottom: 20px;
}
.shop_txt {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #383838;
}


@media screen and (max-width: 640px) {
	.shop_sec_wrap {
		margin-bottom: 50px;
	}
	.shop_sec_wrap .frame {
		padding: 20px 10px 35px 10px;
	}
	.shop_sec_img01 {
		margin-bottom: 10px;
	}
	#shop_sec01 {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}
	#shop_sec02 {
		width: 100%;
		float: none;
	}
	#shop_sec01 .frame ,
	#shop_sec02 .frame {
		height: auto;
		margin: 0 1.56%;
	}
	.shop_txt {
		font-size: 15px;
		line-height: 1.8;
	}

}













.shop .shop_sec_title {
	border-bottom: 2px solid #45b9d2;
}
@media screen and (max-width: 640px) {
	.shop .shop_sec_title {
		margin: 0 1.56%;
	}
}


#shop_sec03 {
	margin-bottom: 100px;
}

#shop_sec03 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png) left top repeat;
}
#shop_sec03 .inner .frame ul {
	margin-left: 80px;
}
#shop_sec03 .inner .frame ul li {
	float: left;
	width: 260px;
	margin-right: 40px;
	margin-bottom: 50px;
}
#shop_sec03 .inner .frame ul li:nth-child(4n+1) {
	clear: both;
}
#shop_sec03 .inner .frame ul li a {
	display: block;
}
#shop_sec03 .inner .frame ul li a .img_box {
	margin-bottom: 16px;
	overflow: hidden;
	height: 224px;
}
#shop_sec03 .inner .frame ul li a .img_box img {
	height: 224px;
	width: auto;
}
#shop_sec03 .inner .frame ul li a p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#shop_sec03 .inner .frame .temp_btn_box {
	width: 540px;
	margin: 0 auto;
}
#shop_sec03 .inner .frame .temp_btn_box a {
}
#shop_sec03 .inner .frame .temp_btn_box a span {
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
	background-size:16px;	
}
#shop_sec03 .inner .frame .temp_btn_box a span br {
	display: none;
}

@media screen and (max-width: 640px) {
	#shop_sec03 {
		margin-bottom: 50px;
	}
	#shop_sec03 .top_title {
	}
	#shop_sec03 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#shop_sec03 .inner .frame ul {
		margin-left: 0px;
	}
	#shop_sec03 .inner .frame ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#shop_sec03 .inner .frame ul li a {
		display: table;
		width: 100%;
	}
	#shop_sec03 .inner .frame ul li a .img_box {
		margin-bottom: 0px;
		overflow: hidden;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
		width: 80px;
	}
	#shop_sec03 .inner .frame ul li a .img_box img {
		width: 80px;
		height: auto;
	
	}
	#shop_sec03 .inner .frame ul li a p {
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}
	#shop_sec03 .inner .frame .temp_btn_box {
		width: 100%;
		margin: 0 auto;
	}
	#shop_sec03 .inner .frame .temp_btn_box a {
	}
	#shop_sec03 .inner .frame .temp_btn_box a span {
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
		background-size:16px;
		padding-right: 30px;
		line-height: 20px;
	}
	#shop_sec03 .inner .frame .temp_btn_box a span br {
		display: block;
	}
	
}






#shop_sec04 {
	margin-bottom: 100px;
}

#shop_sec04 .shop_sec_title {
	border-bottom: 2px solid #45b9d2;
}
#shop_sec04 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png) left top repeat;
}
#shop_sec04 .inner .frame ul {
	margin-left: 80px;
}
#shop_sec04 .inner .frame ul li {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 25px;
}
#shop_sec04 .inner .frame ul li:nth-child(5n+1) {
	clear: both;
}
#shop_sec04 .inner .frame ul li p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #383838;
}
#shop_sec04 .inner .frame .temp_btn_box {
	width: 540px;
	margin: 0 auto;
}
#shop_sec04 .inner .frame .temp_btn_box a {
}
#shop_sec04 .inner .frame .temp_btn_box a span {
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
	background-size:16px;	
}
#shop_sec04 .inner .frame .temp_btn_box a span br {
	display: none;
}

@media screen and (max-width: 640px) {
	#shop_sec04{
		margin-bottom: 50px;
	}
	#shop_sec04 .top_title {
	}
	#shop_sec04 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#shop_sec04 .inner .frame ul {
		margin-left: 0px;
	}
	#shop_sec04 .inner .frame ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
		display: table;
	}
	#shop_sec04 .inner .frame ul li .img_box {
		margin-bottom: 0px;
		overflow: hidden;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
		width: 80px;
	}
	#shop_sec04 .inner .frame ul li .img_box img {
		width: 80px;
		height: auto;
	
	}
	#shop_sec04 .inner .frame ul li p {
		font-size: 15px;
		line-height: 23px;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}
	#shop_sec04 .inner .frame .temp_btn_box {
		width: 100%;
		margin: 0 auto;
	}
	#shop_sec04 .inner .frame .temp_btn_box a {
	}
	#shop_sec04 .inner .frame .temp_btn_box a span {
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
		background-size:16px;
		line-height: 20px;
		padding: 13px 30px 13px 0;
	}
	#shop_sec04 .inner .frame .temp_btn_box a span br {
		display: block;
	}
}













#shop_sec05 {
	margin-bottom: 100px;
}

#shop_sec05 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png) left top repeat;
}

#shop_sec05 .inner .frame .shop_map_wrap {
	width: 1160px;
	margin: 0px auto 40px auto;
}
@media screen and (max-width: 640px) {
	#shop_sec05 {
		margin-bottom: 50px;
	}
	#shop_sec05 .inner .frame .shop_map_wrap {
		width: 100%;
	}
}


#shop_sec05 .inner .frame .shop_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
#shop_sec05 .inner .frame .shop_map iframe,
#shop_sec05 .inner .frame .shop_map object,
#shop_sec05 .inner .frame .shop_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}









#shop_sec05 .inner .frame .temp_btn_box {
	width: 540px;
	margin: 0 auto;
}
#shop_sec05 .inner .frame .temp_btn_box a {
}
#shop_sec05 .inner .frame .temp_btn_box a span {
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
	background-size:16px;	
}
#shop_sec05 .inner .frame .temp_btn_box a span br {
	display: none;
}
#shop_sec05 .inner .frame .s_sec05_table {
	display: table;
	width: 1160px;
	margin: 60px auto 0 auto;
}
#shop_sec05 .inner .frame .s_sec05_cell {
	width: 430px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #383838;
	display: table-cell;
}
#shop_sec05 .inner .frame .s_sec05_cell a {
	color: #1891c4;
	font-weight: bold;
	text-decoration: underline;
}
#shop_sec05 .inner .frame .s_sec05_cell a:hover {
	opacity: 0.8;
}
#shop_sec05 .inner .frame .s_sec05_cell:last-child {
	width: 300px;
}
#shop_sec05 .inner .frame .s_sec05_cell h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
#shop_sec05 .inner .frame .s_sec05_cell .tel_span {
	display: block;
	padding-left:40px;
	background: url(../images/shop/shop_sec05_icon01.gif) top 5px left no-repeat;
	background-size: 21.5px 13.5px;
}
#shop_sec05 .inner .frame .s_sec05_cell .mail_span {
	display: block;
	padding-left:40px;
	background: url(../images/shop/shop_sec05_icon02.gif) center left no-repeat;
	background-size: 21.5px 16.5px;
}
#shop_sec05 .inner .frame .s_sec05_cell .tel2_span {
	display: block;
	padding-left:40px;
	background: url(../images/shop/shop_sec05_icon03.gif) center left no-repeat;
	background-size: 21.5px 16.5px;
}
#shop_sec05 .inner .frame .s_sec05_cell .mail_span a {
	color: #1891c4;
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
}



@media screen and (max-width: 640px) {
	#shop_sec05{
	}
	#shop_sec05 .top_title {
	}
	#shop_sec05 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#shop_sec05 .inner .frame .temp_btn_box {
		width: 100%;
		margin: 0 auto;
	}
	#shop_sec05 .inner .frame .temp_btn_box a {
	}
	#shop_sec05 .inner .frame .temp_btn_box a span {
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
		background-size:16px;
		padding-right: 30px;
		line-height: 20px;
	}
	#shop_sec05 .inner .frame .temp_btn_box a span br {
		display: block;
	}
	#shop_sec05 .inner .frame .s_sec05_table {
		display: block;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	#shop_sec05 .inner .frame .s_sec05_cell {
		width: 100%;
		margin-left: 0px;
		font-size: 14px;
		line-height: 25px;
		display: block;
		margin-bottom: 20px;
	}
	#shop_sec05 .inner .frame .s_sec05_cell:last-child {
		width: 100%;
	}
	#shop_sec05 .inner .frame .s_sec05_cell h3 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}


#shop_sec06 {
	margin-bottom: 100px;
}

#shop_sec06 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png) left top repeat;
}
#shop_sec06 .shop_caution {
	font-size: 14px;
	line-height: 24px;
	color: #383838;
	text-align: left;
	margin: 0 80px 20px 80px;
}
#shop_sec06 .shop_caution a {
	color: #1891c4;
	text-decoration: none;
}
#shop_sec06 .shop_contact_wrap {
	width: 1160px;
	margin: 60px auto 60px auto;
}
#shop_sec06 .shop_contact_wrap .l_box {
	width: 580px;
	float: left;
}
#shop_sec06 .shop_contact_wrap .r_box {
	width: 580px;
	float: right;
}
#shop_sec06 .shop_contact_wrap .l_box p ,
#shop_sec06 .shop_contact_wrap .r_box p {
	color: #4a4a4a;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
	#shop_sec06 .inner .frame {
		padding: 20px 10px 30px 10px;
	}
	#shop_sec06 .shop_caution {
		font-size: 10px;
		line-height: 18px;
		margin: 0 0px 20px 0px;
	}
	#shop_sec06 .shop_contact_wrap {
		width: 100%;
		margin: 15% auto 15% auto;
	}
	#shop_sec06 .shop_contact_wrap .l_box {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10%;
	}
	#shop_sec06 .shop_contact_wrap .r_box {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 7%;
	}
	#shop_sec06 .shop_contact_wrap .l_box img {
		width: 200px;
	}
	#shop_sec06 .shop_contact_wrap .r_box img {
		width: 221px;
	}
	#shop_sec06 .shop_contact_wrap .l_box p ,
	#shop_sec06 .shop_contact_wrap .r_box p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}







#shop_sec06 form {
	background: #f9f8f8;
	margin: 0 80px 20px 80px;
	padding-bottom: 80px;
}
#shop_sec06 form table {
	border-collapse: separate;
	border-spacing: 40px 20px;
}
#shop_sec06 form table th {
	background: #43a7b3;
	color: #ffffff;
	text-align: center;
	width: 175px;
	height: 30px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}
#shop_sec06 form table td {
	text-align: left;
	vertical-align: middle;
	color: #595959;
	font-size: 14px;
	line-height: 24px;
}
#shop_sec06 form table td .blue {
	font-size: 12px;
	color: #167681;
	margin-left: 30px;
}
#shop_sec06 form table td .blue02 {
	font-size: 12px;
	color: #167681;
	margin-left: 45px;
}
#shop_sec06 form table .form_td01 input {
	width: 100%;
	padding: 2px 7px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color: #595959;
	font-size: 12px;
	line-height: 24px;
}
#shop_sec06 form table input[type="radio"] {
	display: none;
}
#shop_sec06 form table input[type="checkbox"] {
	display: none;
}

.radio , .checkbox {
	position: relative;
	padding-left: 30px;
	margin-right: 16px;
}
.radio:before , .checkbox:before {
	position: absolute;
	top: 4px;
	left: 0px;
	display: block;
	margin-top: -5px;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	content: '';
	border: 2px #e4e4e4 solid;
}
.radio:after , .checkbox:after {
	position: absolute;
	top: 9px;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 7px;
	height: 4px;
	content: '';
	border-left: 3px #43a7b3 solid;
	border-bottom: 3px #43a7b3 solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
input[type="radio"]:checked + .radio:after ,input[type="checkbox"]:checked + .checkbox:after {
  opacity: 1;
}


/*
.checkbox {
	position: relative;
	padding-left: 30px;
	margin-right: 16px;
}
.checkbox:before {
	position: absolute;
	top: 2px;
	left: 0px;
	display: block;
	margin-top: -5px;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	content: '';
	border: 2px #e4e4e4 solid;
}
.checkbox:after {
	position: absolute;
	top: 7px;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 7px;
	height: 4px;
	content: '';
	border-left: 3px #43a7b3 solid;
	border-bottom: 3px #43a7b3 solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}
input[type="checkbox"]:checked + .checkbox:after {
  opacity: 1;
}
*/


#shop_sec06 form .form_send_btn {
	width: 540px;
	margin: 0 auto;
	background: #0978a7;
	padding-bottom: 4px;
	-webkit-transition: all 0.3s 0s ease-out;
	-moz-transition: all 0.3s 0s ease-out;
	-o-transition: all 0.3s 0s ease-out;
	transition: all 0.3s 0s ease-out;
}

#shop_sec06 form .form_send_btn input[type="submit"] {
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	padding: 0 0 4px 0;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
	background-size: 16px;
	padding: 23px 0 23px 0;
	color: #ffffff;
	border: none;
}
#shop_sec06 form .form_send_btn:hover {
	padding-bottom: 0px;
	margin-top: 4px;
}



@media screen and (max-width: 640px) {
	#shop_sec06 form {
		background: #f9f8f8;
		margin: 0 0px 10px 0px;
		padding: 5px;
	}
	#shop_sec06 form table {
		display: block;
		border-spacing: 0px;
		padding-bottom: 5%;
	}
	#shop_sec06 form table th {
		display: block;
		width: 100%;
		height: auto;
		padding: 5px 0;
	}
	#shop_sec06 form table td {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.radio ,.checkbox {
		display: block;
		margin-top: 5px;
	}
	.radio:before , .checkbox:before {
		top: 6px;
		left: 0px;
	}
	.radio:after , .checkbox:after {
		top: 11px;
		left: 5px;
	}
	
	#shop_sec06 form table td .blue {
		display: block;
		margin-left: 0px;
	}
	#shop_sec06 form table td .blue02 {
		display: block;
		margin-left: 0px;
	}
	#shop_sec06 form .form_send_btn {
		width: 100%;
	}
	#shop_sec06 form .form_send_btn:hover {
	}
}













.shop .sp_only_img {
	display: none;
}
@media screen and (max-width: 640px) {
	.shop .pc_only_img {
		display: none;
	}
	.shop .sp_only_img {
		display: inline;
	}

}






/*  form�ǉ���  */



.l-mg30 { margin: 30px auto; }
.l-mb10 { margin-bottom: 10px; }
.l-mb20 { margin-bottom: 20px; }
.l-mb40 { margin-bottom: 40px; }
.l-mb50 { margin-bottom: 50px; }
.l-mb60 { margin-bottom: 60px; }
.l-mt40 { margin-top: 40px; }
.l-pb80 { padding-bottom: 80px; }
.c-l-box { float: left; }
.c-r-box { float: right; }
.p-txt-orange {
  color:#e33f13;
  font-weight: bold;
}

.formBase {
  margin-bottom: 140px;
}
.c-form-txt {
  font-size:16px;
	line-height:28px;
	color:#565656;
  text-align: left;
}
.formBase .inner {
  background: url(../images/sec01_back.png) left top repeat;
}
.formBase .frame {
  padding: 0 80px;
}

.sec01-txt-wrap {
  padding: 18px 0 0 0;
  margin: 0 auto;
}
.sec01-txt-wrap .c-l-box {
  width: 340px;
  margin-left: -30px;
}
.sec01-txt-wrap .c-r-box {
  width: 850px;
  margin-top: 35px;
}
.sec01_head {
  text-align: center;
  margin-bottom: 30px;
}
.form_sec_title {
	border-bottom: 2px solid #45b9d2;
  margin-bottom: 56px;
}
.c-pink-txt {
  font-size:24px;
	line-height:34px;
	color:#cc3c72;
	font-weight:bold;
  text-align: left;
}
.p-sec01-wrap .c-l-box , .p-sec01-wrap .c-r-box {
  width: 554px;
}
.c-txt-gray {
  color:#4f4f4f;
}

#form-sec02 .inner {
  background: url(../images/form/sec02_bg.jpg) top 100px left no-repeat;
}

#form-sec03 .inner {
  padding-bottom: 80px;
}
.c-sec3-subTitle {
  background: #62b4be;
  font-size:26px;
	line-height:26px;
	color:#ffffff;
	font-weight:bold;
  text-align: center;
  position: relative;
  padding: 14px 0;
}
@media all and (-ms-high-contrast:none){
.c-sec3-subTitle {
  padding: 19px 0 9px 0;
  }
}
.c-sec3-subTitle:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #62b4be;
}

.c-sec03-in {
  background: #f1f0ef;
  padding: 50px 117px 80px 117px;
}
.c-form-caution-txt {
  font-size:14px;
	line-height:28px;
	color:#cc3c72;
  text-align: left;
}

.c-form-table {
  display: table;
  margin: 0 auto 15px auto;
}
.c-form-table input {
  border:1px solid #dadada;
  background: #ffffff;
  padding: 4px 0px 4px 5px;
  box-sizing: border-box;
}
.c-form-cell01 {
  display: table-cell;
  width: 260px;
}
.c-cell01-in {
  font-size:16px;
	line-height:16px;
	color:#ffffff;
  text-align: center;
  padding: 7px 0;
  background: #62b4be;
}
@media all and (-ms-high-contrast:none){
.c-cell01-in {
  padding: 10px 0 4px 0;
  }
}

.c-form-cell02 {
  display: table-cell;
  padding-left: 20px;
  width: 672px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
}
.c-input01{
  width: 652px;
}
.p-input02{
  width: 440px;
}
.c-txt-r {
  text-align: right;
}



#form-sec03 input[type=radio],#form-sec03 input[type=checkbox] {
  display: none;
}

#form-sec03 .radio,#form-sec03 .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 29px;
  vertical-align: middle;
  cursor: pointer;
}

#form-sec03 .radio:after,#form-sec03 .checkbox:after {
  position: absolute;
  top: 50%;
  left:0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  opacity: 1;
  border: 2px solid #1891c4;
  background: #ffffff;
  content: '';
}
#form-sec03 .radio:after {
  border-radius: 50%;
}
#form-sec03 .radio:before {
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1891c4;
  content: '';
  opacity: 0;
  z-index: 1;
}
#form-sec03 input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#form-sec03 .checkbox:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-top:none;
  border-left: none;
  border-right: 3px solid #1891c4;
  border-bottom: 3px solid #1891c4;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

#form-sec03 input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


#form-sec03 .radio:after ,#form-sec03 .checkbox:after{
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#form-sec03 .radio:before {
  border: none;
}
@media all and (-ms-high-contrast:none){
#form-sec03 .radio:after,#form-sec03 .checkbox:after ,#form-sec03 .radio:before ,#form-sec03 .checkbox:before {
  top:38%;
  }
}

.p-sec03Table {
  display: table;
}

.p-sec03Cell01 {
  display: table-cell;
  vertical-align: top;
}
.p-sec03Cell02 {
  vertical-align: middle;
  display: table-cell;
  padding-left: 50px;
}

.p-sec03Cell02 li {
  padding-left: 40px;
  font-size:20px;
	line-height:29px;
	color:#818181;
  text-align: left;
  margin-bottom: 21px;
}
.p-sec03Cell02 li:nth-child(1) {
  background: url(../images/form/icon01.png) top left no-repeat;
}
.p-sec03Cell02 li:nth-child(2) {
  background: url(../images/form/icon02.png) top left no-repeat;
}
.p-sec03Cell02 li:nth-child(3) {
  background: url(../images/form/icon03.png) top left no-repeat;
  margin-bottom: 11px;
}
.p-sec03Cell02 li:nth-child(4) {
  margin-bottom: 0;
  background: url(../images/form/icon04.png) top left no-repeat;
}
@media screen and (min-width: 640px) {
.c-pc-none { display: none; }
}


@media screen and (max-width: 640px) {
.c-sp-none { display: none }
  
.l-mg30 { margin: 15px auto; }
.l-mb10 { margin-bottom: 10px; }
.l-mb20 { margin-bottom: 5%; }
.l-mb40 { margin-bottom: 20px; }
.l-mb50 { margin-bottom: 8%; }
.l-mb60 { margin-bottom: 10%; }
.l-mt40 { margin-top: 5%; }
.l-pb80 { padding-bottom: 15%; }
.c-l-box { float: left; }
.c-r-box { float: right; }
.l-l-box { float: left; }
.l-r-box { float: right; }
.c-txt-c {text-align: center !important; }

.formBase {
  margin-bottom: 20%;
}
.c-form-txt {
  font-size:15px;
	line-height:24px;
}
.formBase .frame {
  padding: 0 5%;
}
#form-sec03 .frame {
  padding: 0px;
}
  .sec01-txt-wrap {
  padding: 18px 0 10% 0;
  margin: 0 auto;
}
.sec01-txt-wrap .c-l-box {
  display: none;
}
.sec01-txt-wrap .c-r-box {
  display: block;
  width: 100%;
  margin-top:0;
}
.sec01_head {
  margin-bottom: 15px;
}
.form_sec_title {
  margin-bottom: 15px;
}
.c-pink-txt {
  font-size:17px;
	line-height:27px;
}
.p-sec01-wrap .c-l-box , .p-sec01-wrap .c-r-box {
  width: auto;
  display: block;
}

#form-sec02 .inner {
  background: url(../images/form/sec02_bg_sp.jpg) center center no-repeat;
  background-size: 100% auto;
}
.c-sp-txtShadow {
    text-shadow: 1px 1px 1px #ffffff,-1px -1px 1px #ffffff,-1px 1px 1px #ffffff,1px -1px 1px #ffffff,2px 2px 2px #ffffff,-2px -2px 2px #ffffff,-2px 2px 2px #ffffff,2px -2px 2px #ffffff,2px 1px 1px #ffffff,-2px -1px 1px #ffffff,-2px 1px 1px #ffffff,2px -1px 1px #ffffff,1px 2px 1px #ffffff,-1px -2px 1px #ffffff,-1px 2px 1px #ffffff,1px -2px 1px #ffffff;
}
#form-sec03 .inner {
  padding-bottom: 15%;
}
.c-sec3-subTitle {
  font-size:15px;
	line-height:20px;
  padding: 8px 0;
}

.c-sec03-in {
  background: #f1f0ef;
  padding: 8% 3% 10% 3%;
}
.c-form-caution-txt {
  font-size:12px;
	line-height:18px;
  margin-top: 3px;
}

.c-form-table {
  width: 100%;
}
.c-form-cell01 {
  display: block;
  width: 100%;
}
.c-cell01-in {
  font-size:15px;
	line-height:20px;
  padding: 5px 0;
}
.c-form-cell02 {
  display: block;
  width: 100%;
  padding-left: 0px;
  font-size: 15px;
  line-height: 20px;
}

#form-sec03 input {
  width: 100%;
}
#form-sec03 .radio,#form-sec03 .checkbox {
  margin: 8px 0 0 0;
}
  
  
  
  
.p-sec03Cell01 {
  display:none;
}
.p-sec03Cell02 {
  display: block;
  padding-left: 0;
}

.p-sec03Cell02 li {
  padding-left: 28px;
  font-size:15px;
	line-height:24px;
  margin-bottom: 12px;
}
.p-sec03Cell02 li a {
  color:#1891c4;
  text-decoration: underline;
}
.p-sec03Cell02 li a:hover {
  opacity: 0.8;
  }
.p-sec03Cell02 li:nth-child(1) {
  background: url(../images/form/icon01.png) top 2px left no-repeat;
  background-size: 20px 20px;
}
.p-sec03Cell02 li:nth-child(2) {
  background: url(../images/form/icon02.png) top 2px left no-repeat;
  background-size: 20px 20px;
}
.p-sec03Cell02 li:nth-child(3) {
  background: url(../images/form/icon03.png) top 2px left no-repeat;
  background-size: 20px 20px;
  margin-bottom: 0px;
}  
}




