@charset "UTF-8";
/*default style reset---------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, address {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"MS P Gothic", Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*------------------------------------------------------------------------------------------- */
body {
	margin:0;
	padding:0;
	width:100%;
}
.col_wht {
	color:#ffffff;/*白*/
}
.col_blk {
	color:#000000;/*黒*/
}
.col_red {
	color:#ff0000;/*赤*/
}
.col_blu {
	color:#0000ff;/*青*/
}
.col_grn {
	color:#008000;/*緑*/
}
.col_yel {
	color:#ffff00;/*黄*/
}
.col_org {
	color:#ffa500;/*橙*/
}
/*------------------------------------------------------------------------------------------- */
.main {
	width:100%;
}
.header {
	margin-bottom: 20px;
}
.form_head_inner {
	width:80%;
	margin:0 auto;
}
.form_headlogo {
	width: 30%;
	padding:10px 0 4px 5px;
}
.form_headlogo img {
	max-width: 100%;
	height:auto;
}
/*-ステップ------------------------------------------------------------------------------------------ */
.stepBar {
	position: relative;
	list-style: none;
	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;
}
.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 {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
	content: none;
}
.stepBar .step:last-child {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
*/
.stepBar .step.current {
	color: #FFF;
	background-color: #26bfa1;
}
.stepBar .step.current:before, .stepBar .step.current:after {
	background-color: #26bfa1;
}
.stepBar.step4 .step {
	width: 25%;
}
.form_headttl {
	width:100%;
	height:60px;
	line-height: 60px;
	font-size:16px;
	font-weight:bold;
	background-color: #f3fdeb;
	text-align: center;
}
.content {
	width:80%;
	padding:0;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.s3form {
	padding-bottom: 80px;
}
.footer {
	width:100%;
	height:30px;
	background-color: #ccc;
}
.footer p {
	font-size: 9px;
	text-align: center;
	line-height: 30px;
}

.SelectedEvent{
	padding:2px;
	background-color: #eeeeee;
}
.red{
	color:#ff0000;
}
p.errmsg,
ul.errmsg{
	color: #f00;
	font-weight: bold;
}
.errbox input[type=text],
.errbox select{
	border: 2px solid #f00 !important;
	background-color: #fce3e2;
}
.eventBOX .form_BOX:not(:first-of-type) .eventBOX_sc{
	border-top:1px dashed #666;
	margin-top:8px;
	padding-top:8px;
}

.PSticky{
	position: sticky;
	position: -webkit-sticky;
	top:0;
	z-index:1000;
}
.eventBOX .form_BOX:not(:first-of-type) .eventBOX_sc{
	border-top:1px dashed #666;
	margin-top:8px;
	padding-top:8px;
}
.hopearea_check{
	padding-right: 8px;
	float:none !important;
	width: 45% !important;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.sc_title{
	color: #fff;
	background-color: #26bfa1;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eeeeee;
	padding-left: 2%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:15px;
}
.eve_title{
	margin-bottom: 25px;
}
.rc_input {
	margin-bottom:16px;

}
.rc_input input{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.stepBar.step3 .step {
    width: 33.3%;
}

.COVID-19_text {
	border: 2px solid #ff0000;
    padding: 2%;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #0000ff;
}

/*■■　STEP1　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.caution_text {
	width:100%;
	padding:0;
	box-sizing: border-box;
	font-size:16px;
	line-height: 22px;
	color:#ff0000;
	margin-bottom: 10px;
}
.panflistbox {
	padding:2% 2% 1% 2%;
	background-color: #F3FDEB;
}
/*-アコーディオン---------------------------------------------*/
.accordionBOX {
	margin-bottom: 20px;
}
.accordion {
	color: #fff;
	background-color: #26bfa1;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eeeeee;
	padding-left: 2%;
}
.accordion span {
	display:block;
	background-image: url(../img/icon/select_down.png);
	background-repeat: no-repeat;
	background-position: right 3% bottom 50%;
	font-size: 16px;
	font-weight: bold;
}
.accordion.bg02 span {
	background-image: url(../img/icon/select_up.png);
	background-repeat: no-repeat;
	background-position: right 3% bottom 50%;
}
.accordion_inner {
	padding: 2%;
	display: none;
	background-color: #eeeeee;
	overflow: hidden;
}
.accordion_inner li {
	list-style-type: none;
	line-height: 35px;
	padding-left: 2%;
}
.accordion_bottom {
	display: flex;
	flex-direction: row;
	margin: 8px 0 20px;
}
.accordion_panf {
	background-color:#eeeeee;
	font-size:14px;
	color:#ff0000;
	padding: 0 1%;
	height:35px;
	line-height:35px;
	margin-right: 10px;
	box-sizing: border-box;
}
.accordion input {
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}
.inner_list input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
/*-ボタン---------------------------------------------*/
.form_BTN {
	padding: 20px 0 30px;
	text-align: center;
}
.form_BTN_step3 {
	padding: 0 0 20px;
	text-align: center;
}
.btn-square-pop {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	width: 70%;
	text-align: center;
	font-size: 22px;
}
.btn-square-pop:hover {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-disabled,
.btn-disabled .fm{
	pointer-events: none;
	background-color: #ccc;
	border-bottom: none;
	color: #999;
	cursor: not-allowed;
	box-shadow: none;
}
.btn-disabled:hover,
.btn-disabled .fm:hover{
	box-shadow: none;
}

/*-キャンペーンボックス---------------------------------------------*/
.campaign_BOX {
	border: 2px solid #26bfa1;
	padding:2%;
	margin-bottom: 20px;
}
.campaign_text {
	color:#26bfa1;
	font-size: 14px;
}
.RED {
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
}
.sch_add {
	width:30%;
	height: 40px;
	line-height: 40px;
	background-color: #fbcd89;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	text-align: center;
	float:right;
	margin-bottom: 20px;
}
.sch_add a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color:#000;
}
.sch_add:hover {
	opacity: 0.7;
}
.form_basicttl {
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:16px;
	font-weight: bold;
	background-color:#f3fdeb;
	padding-left: 2%;
	box-sizing: border-box;
	margin-bottom: 15px;
	clear: right;
}
.form_BOX_wrap {
	display: flex;
	margin-left:-5px;
	margin-right:-5px;
}
.form_BOX_wrap > .form_BOX {
	margin: 0 5px;
}
.form_BOX_wrap > .form_BOX .form_txt,
.form_BOX_wrap > .form_BOX .form_select {
	padding: 0 1%;
}
.form_BOX {
	width:100%;
	margin:0 auto;
}
.form_sc_RecoBOX {
	display: flex;
	justify-content: space-evenly;
}
.form_sc_Reco {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding:2%;
	width: 32%;
	box-sizing: border-box;
}
.schead_img {
	width: 100%;
	margin-bottom: 1px;
}
.schead_img img {
	max-width: 100%;
	height:auto;
}
.schead_area {
	font-size: 12px;
}
.schead_name {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.schead_text {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}
.schead_entry {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	background-color: #26bfa1;
	color:#fff;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	text-align: center;
}
.schead_entry input {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
.schead_entry a{
	color: #fff;
	text-decoration: none;
	display: block;
}
/*■■　STEP2　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.form_login {
	width:100%;
	font-size: 12px;
}
.form_txt_login_l {
	width:100%;
	height:40px;
	border: 1px solid #6aae1a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
	padding:2%;
	margin:1% 0 2%;
}
.form_txt_login {
	width: 40%;
	height: 40px;
	line-height: 35px;
	text-align: center;
	margin: 5px 0;
	float: right;
	color: #fff;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-size: 14px;
}
.form_subttl {
	width:100%;
	font-size: 12px;
	margin-bottom: 2px;
}
.Required_RED {
	color: #ff0000;
	font-size: 14px;
	float: right;
	margin-right: 2%;
}
.sub_Required_RED {
	color: #ff0000;
	font-size: 12px;
	margin-left: 5px;
}
.form_txt,
.form_select {
	height:50px;
	border: 1px solid #6aae1a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
	padding: 0 0.5%;
	margin-bottom:25px;
	font-size: 14px;
}
.long {
	width:100%;
}
.half {
	width:calc(50% - 4px);
}
.short {
	width:10%;
}
.inline-radio {
	display: flex;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #6aae1a;
	margin-bottom: 25px;
}
.inline-radio-sex {
	position: relative;
	flex: 1;
}
input {
	width: 100%;
	height: 40px;
}
label.radiobtn {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	border-right: 1px solid #b6b6b6;
}
div:last-child label.radiobtn {
	border-right: 0;
}
input:checked + label.radiobtn {
	background: #26bfa1;
	font-weight: bold;
	color: #fff;
}
.year {
	width:10%;
}
.month {
	width:10%;
}
.day {
	width:10%;
}
.simple_address_BOX {
	width:100%;
	background-color: #fbcd89;
	padding:2%;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.simple_address_ttl {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}
.simple_address_txt {
	font-size:14px;
	margin-bottom: 5px;
	color:#ff0000;
}
.form_simple {
	height:40px;
	border: 1px solid #6aae1a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-sizing: border-box;
	padding:0 2%;
}
.postalcode {
	width:100%;
}

/*-簡単入力---------------------------------------------*/
.EasySearchBox{
	display:table;
	box-sizing: border-box;
	width:100%;
	/*padding:2px;*/
}
.ESBtext{
	display:table-cell;
	vertical-align:top;
	width:80%;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
}
.ESBbtn{
	margin:0;
	display:table-cell;
	vertical-align:top;
	box-sizing: border-box;
	width:20%;
	height: 40px;
	padding: 0 2%;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border: 1px solid #6aae1a;
	background-color: #6aae1a;
	color:#fff;
	font-weight: bold;
}
.ESBbtn_n{
	margin:0;
	display:table-cell;
	vertical-align:top;
	box-sizing: border-box;
	width:20%;
	height: 50px;
	padding: 0 2%;
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border: 1px solid #6aae1a;
	background-color: #6aae1a;
	color:#fff;
	font-weight: bold;
}
/*-候補一覧---------------------------------------------*/
.EEntryList{
	margin:0;
	padding:0;
	list-style-type: none;
}
.EEntryList li{
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #6aae1a;
	border-right: 1px solid #6aae1a;
	border-left: 1px solid #6aae1a;
    box-sizing: border-box;
    background-color: #fefefe;
    padding: 2%;
}
.EEntryList li:last-child{
    border-radius: 0 0  3px 3px;
    -webkit-border-radius: 0 0  3px 3px;
    -moz-border-radius: 0 0  3px 3px;
    -o-border-radius: 0 0  3px 3px;
    -ms-border-radius: 0 0  3px 3px;
    box-sizing: border-box;
}


/*■■　STEP3　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.eventBOX {
	margin-bottom: 0px;
}
.event-ttlbox {
	background-color: #26BFA1;
	padding: 9px 0 0 1%;
	height: 60px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.event-ttl {
	color:#fff;
	font-size: 16px
}
.event-txt {
	color:#fff;
	font-size: 12px
}
.eventBOX_sc {
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
}
.eventBOX_check input {
	width: 25px;
	height: 40px;
	margin-right: 8px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.time {
	width:10%;
}
.form_Confirmationttl {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background-color: #eeeeee;
	padding-left: 1%;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.form_sub_Confirmationttl {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.form_Confirmationtxt {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
}
.reco_check_box {
	margin-bottom: 15px;
}
.reco_check input {
	width: 25px;
	height: 40px;
	margin-right: 5px;
	vertical-align: middle;
}
.hopearea_check_box {
	margin-bottom: 15px;
	overflow: hidden;
}
.hopearea_check {
	padding-right: 30px;
	float: left;
}
.hopearea_check input {
	width: 25px;
	height: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.fm {
	float: left;
	display: inline-block;
	padding: 15px 0;
	color: #FFF;
	background: #fd9535;
	border-bottom: solid 2px #d27d00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.footer-menu {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 1px;
	left: 0px;
	opacity: 1!important;
	background-color: #f3fdeb;
	padding: 20px 5%;
	box-sizing: border-box;
	z-index:1500;
}
.sysFuncText.footermenu {
	max-width: 100%!important;
	margin-left: 1%!important;
}



/*■■　STEP4　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fix_box {
	border: 1px solid #ccc;
	width:80%;
	margin:0 auto 20px;
	padding:2%;
	box-sizing: border-box;
}
.fix_text01 {
	font-size:18px;
	color:#ff0000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.fix_text02 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.fix_mail {
	color:#0000ff;
	text-align: center;
}
/*■■　SNS　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
input[type=radio].snsradio{
	display:none;
}
.sns_icon{
	display:inline-block;
	border:4px solid #fff;
	border-radius: 8px;
	padding:4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0 0 8px 0;
}
.sns_icon img{
	vertical-align: middle;

}
.snsradio:checked + .sns_icon{
	border:4px solid #26bfa1;
}
#SnsCampaignBox{
	width:100%;
}
#SnsCampaignFrame {
	margin:0 auto;
}
#SnsCampaignFrame img{
	max-width:90%;
	display: block;
	margin:0 auto;
}

.tbold{
	font-weight: bold;
}
.linettl{
	color:#ffffff !important;
	background-color: #00b900;
}
.linebtn{
	padding:8px 16px;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	text-decoration: none;
	margin:16px 8px;
	background-color: #00b900;
	border-radius: 8px;
	display:inline-block;
}
.linelbl{
	display:inline-block;
	margin:4px;
	padding:4px 16px;
	background-color: #00b900;
	color:#ffffff;
	border-radius: 4px;			
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width:640px) and (max-width:1023px) {
/*tablet用のcssを記述*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.main {
	width:100%;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width:414px) {
/*スマホ用のcssを記述*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.main {
	width:100%;
}
.form_head_inner {
	width:100%;
}
.content {
	width:100%;
	padding:0 2%;
	box-sizing: border-box;
}
.s3form {
	padding-bottom: 80px;
}
.COVID-19_text {
	border: 2px solid #ff0000;
    padding: 2%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #0000ff;
}

/*■■　STEP1　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.caution_text {
	font-size:12px;
	line-height: 14px;
}
.panflistbox {
	padding:0;
	background-color: #fff;
}
/*-アコーディオン---------------------------------------------*/
.accordionBOX {
	margin-bottom: 10px;
}
.accordion {
	height: 50px;
	line-height: 50px;
}
.accordion_inner li {
	line-height: 25px;
}
.accordion_bottom {
	margin: 8px 0 0px;
}
.accordion_panf {
	font-size:10px;
	width:43%;
	text-align: center;
	height:25px;
	line-height:25px;
}


.accordion span {
	display:block;
	background-image: url(../img/icon/select_down.png);
	background-repeat: no-repeat;
	background-position: right 3% bottom 50%;
	font-size: 12px;
	font-weight: bold;
}






/*-ボタン---------------------------------------------*/
.form_BTN {
	padding: 10px 0 30px;
}
.btn-square-pop {
	height: 50px;
	line-height: 50px;
	width: 80%;
	font-size: 16px;
}
.form_basicttl {
	font-size:15px;
}
.form_BOX {
	width:94%;
	font-size:12px;
}
.form_sc_RecoBOX {
	display: block;
}
.form_sc_Reco {
	width: 100%;
}
.schead_entry a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.btn-disabled,
.btn-disabled .fm{
	pointer-events: none;
	background-color: #ccc;
	border-bottom: none;
	color: #999;
	cursor: not-allowed;
	box-shadow: none;
}
.btn-disabled:hover,
.btn-disabled .fm:hover{
	box-shadow: none;
}
/*■■　STEP2　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.form_txt_login {
	width: 30%;
	line-height: 30px;
}
.form_txt,
.form_select {
	padding:0 2%;
	margin-bottom:15px;
}
.form_BOX_wrap > .form_BOX .form_txt,
.form_BOX_wrap > .form_BOX .form_select {
	padding: 0 4%;
}
.short {
	width:20%;
}
.year {
	width:20%;
}
.month {
	width:16%;
}
.day {
	width:16%;
}
.simple_address_BOX {
	padding:4%;
	margin-bottom: 15px;
}
.simple_address_ttl {
	font-size:14px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.simple_address_txt {
	font-size:12px;
	margin-bottom: 3px;
}
/*■■　STEP3　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.event-ttlbox {
	padding: 8px 0 0 2%;
}
.event-ttl {
	font-size: 16px
}
.eventBOX {
	margin-bottom: 10px;
}
.eventBOX_check {
	margin-bottom: 10px;
}
.eventBOX_check input {
	width: 10%;
	height: 30px;
	margin-right: 5px;
}
.time {
	width:22%;
}
.form_Confirmationttl {
	padding-left: 2%;
}
.form_Confirmationtxt {
	margin-bottom: 15px;
	padding-left: 5px;
}
.form_Confirmationtxt .scname {
	font-size:12px;
}
.reco_check input {
	width: 10%;
	height: 30px;
}
.hopearea_check {
	padding-right: 30px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.hopearea_check input {
	width: 20%;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.fm {
	box-sizing: border-box;
	padding: 3% 0;
	font-size: 16px;
}
.footer-menu {
	padding: 5%;
}
/*■■　STEP4　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fix_box {
	border: 1px solid #ccc;
	width:80%;
	margin:0 auto 20px;
	padding:2%;
	box-sizing: border-box;
}
.fix_text01 {
	font-size:18px;
	color:#ff0000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.fix_text02 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.fix_mail {
	color:#0000ff;
	text-align: center;
}
















/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/