@charset "utf-8";
/* CSS Document */
@import url("form.css");

.introBox{
	margin-bottom:10px;
	font-size: 1.3rem;
}

.formBox{
	font-size: 1.3rem;
}


.innerIntro{
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	margin-bottom: 32px;
	text-align: center;
	background: #ffffff;
	border: 8px solid #f4f4ea;
}

.introBoxOutline{
	padding:0 20px 20px;
	line-height: 1.5;
}

.outlineLong{
	padding-bottom:25px;
}

.introBoxOutlineLast{
	padding:0 20px;
}

.subTtl{
	font-size: 16px;
    margin-bottom: 12px;
    padding: 10px 20px 10px;
    background-image: radial-gradient(#FE5E8E 20%, transparent 20%);
    background-size: 3px 3px;
    text-indent: 9px;
	position: relative;
}

.subTtl::before {
	content: "";
    position: absolute;
    width: 7px;
    height: 26px;
    background: #FE5E8E;
    left: 10px;
    top: 8px;
}

.bnr_area{
	margin-bottom: 40px;
	text-align: center;
}

.bnr_area a {
	display: block;
}

.bnr_area img {
	width: 100%;
}

.meritInner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto 30px;
}

.meritBox {
	width: 170px;
}

.meritInnerBox {
	background: #fff;
    border: 1px solid #f2f2f2;
    padding: 14px;
}

.BoxTtl {
	color: #69dcde;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.BoxImg {
	text-align: center;
	margin-bottom: 10px;
}

.BoxImg img {
	width: 60%;
}

.bnr_offer {
	margin-bottom: 50px;
}

.formTable{
	background-color: #ffffff;
	border-collapse:separate;
	border-spacing:20px;
	border:1px solid #f2f2f2;
	padding:15px 30px;
	margin:0 auto 40px;
	width:720px;
}

.formTable th{
	width:165px;
	vertical-align:middle;
	color:#666666;
	font-weight:bold;
}

.formTable td{
	line-height:1.5em;
}

.formTable td img{
/*	max-width: 80%;*/
	max-width: 100%;
}

.formTable label{
	margin-right: 10px;
}

.red {
	color:#ff0000;
}

.nessary{
	font-size: 1.2rem;
	color:#ff0000;
}

.textStyle{
	background-color:#fcfcfc;
	border:1px solid #e7e7e1;
	padding:2px;
	line-height:30px;
	margin-right: 10px;
}


.midWidth{
	width:305px;
}

.longWidth{
	width:470px;
}

#submitBox{
	text-align:center;
	margin:0 auto 40px;
	display: block;
}

.btnStyle{
	text-indent:-9999px;
	width:191px;
	height:42px;
	border:none;
	cursor:pointer;
}

#btnFix{
	background:url(../img/contact/btnFix.jpg) no-repeat left top;
}

#btnSend,
#btnSendFromConfirm{
	background:url(../img/contact/btnSend.jpg) no-repeat left top;
}

#btnConfirm{
	background:url(../img/contact/btnConfirm.jpg) no-repeat left top;
}

.inline{
	display: inline;;
}

.innerLink a{
	color: #ff0000;
    padding-top: 1em;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
	text-decoration: underline;
}

.intro{
	padding: 0 20px 20px;
	line-height: 1.5;
}

.caution{
	text-align:center;
	margin:0 auto 40px;
}

/*
.posRealtive{
	position: relative;
	left: 22px;
}
*/

.registTextAdd {
    font-size: 14px;
    margin-top: 1em;
    color: #ff0000;
    font-weight: bold;
}

.innerItem{
	display: none;
	background-color: #FFD6E2;
	padding: 2px 3px;
	border-radius: 5px;
	padding: 10px;
}

.innerItem .innerTtl{
	color: #ff3399;
	display: block;
	border-bottom: 1px dotted #ff3399;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.innerItem select{
	border: 1px solid #FF659B;
	background-color: #ffffff;
}


.alred {
	color: #ff0000;
	font-size: 16px;
}

.registBtn{
	text-align:center;
	padding:0 0 33px;
	position: relative;
}

.registText {
	margin-bottom: 47px;
	text-align: center;
	position: relative;
}

.registText input[type="checkbox"]{
	left:-500px;
}


.registText a {
	text-decoration: underline;
}

.unclick {
	background: #FE5E8E;
    color: #fff;
    padding: 14px 50px;
    font-size: 20px;
    font-weight: bold;
}

.JoinInfoWrapper{
	text-align: left;
	padding: 20px;
}

.JoinInfo__title{
	font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 30px;
}

.JoinInfoWrapper span{
	color: #ff0000;
}

.JoinInfoWrapper ul{
	padding-top: 1em;
    border-top: 1px solid #ccc;
    margin-top: 2em;
}

.JoinInfo__caution{
	margin-bottom: 0.5em;
	color: #ff0000;
}

/* faqLInk */
.faqLink {
	text-decoration: underline;
}



/*--- shop_modal ---*/
.modal_open{
  cursor: pointer;  
}

.modal {
    visibility: hidden;
	z-index: -1;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    
}

.modal.open {
    visibility: inherit;
    height: 100vh;
    z-index: 1050;
}

.modal strong {
	font-weight: bold;
}

.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal_content {
    background: #fff;
    left: 50%;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    max-width: 500px;
    box-sizing: border-box;
}

.modal_content { display: none; }
.modal_content.show { display: block; }



.modal_content_head {
  display: flex;
  border-bottom: 1px solid #E8E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.modal_content_head strong{
	color: #F0619A;
	font-weight: bold;
	font-size: 16px;
}

.modal_content p{
	padding-bottom: 10px;
}

.attention{
	display: block;
	color: #ff0000;
	font-weight: bold;
}

.modal_content ul{
	margin-bottom: 20px; 
}

.modal_content li {
  list-style: disc;
  margin-left: 16px;
}

.modal_content li #login_id_input_realtime,
.modal_content li #login_id_input_realtime_2 {
	color: #ff0000;
	font-weight: bold;
}

.modal_content_head .btn_close{
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.modal_content_head .btn_close span{
	position: absolute;
    width: 16px;
    height: 2px;
    background: #aaa;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;	
}

.modal_content_head .btn_close span:nth-of-type(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modal_content_head .btn_close span:nth-of-type(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.btnLink{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 20px;
	color: #fff;
	text-align: center;
	background-color: #fc5696;
	border-radius: 10px;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	h1#contentsTtl {
		height: 42px;
		line-height: 42px;
		border: 1px solid #eae8da;
		border-left: none;
		border-right: none;
		display: block;
		background: linear-gradient(180deg, rgba(247,249,242,1) 0%, rgba(243,242,234,1) 50%, rgba(236,236,226,1) 100%);
		margin-bottom: 30px;
		font-size: 18px;
		padding-left: 22px;
		position: relative;
		font-weight: normal;
	}

	h1#contentsTtl::before {
		content: "";
		position: absolute;
		width: 5px;
		height: 22px;
		background: #FE5E8E;
		left: 10px;
		top: 9px;
	}

	.innerIntro {
		text-align: start;
		font-size: 13px;
	}

	.bnr_offer {
		width: 93%;
		margin: 0 auto 50px;
	}

	.formTable {
	  border:none ;
	  padding: 15px;
	  margin: 0 auto 20px;
	  width: 100%;
	  border-spacing: 0;
	}

	.formTable tr,
	.formTable th,
	.formTable td {
	  width: 98%;
	  display: block;
	}

	.formTable tr{
		margin-bottom: 20px;
	}

	.formTable th{
		margin-bottom: 10px;
	}

	.midWidth {
	  width: 100%;
	}

	.registTextAdd {
        text-align: left;
    }

	.formTable label {
	  padding-left: 24px !important;
	}

	input[type="radio"] + label::before, 
	input[type="checkbox"] + label::before {
		left: 0!important;
	}

	.formTable textarea {
	  width: 100%;
	}

	.formTable br.only_sp{
		margin-bottom: 5px;
	}

	.posRealtive {
	  left: 0;
	}

	.shopBody .innerIntro {
		padding: 0 0 32px!important;
	}

	.imgCell {
		display: block!important;
		margin-bottom: 15px;
	}

	.cropContainer1 {
		margin: 0 auto;
	}

	.iconBoxSide {
		margin: 0 auto 15px!important;
		display: block!important;
	}

	.registText {
		padding: 0 20px;
	}

	.registText label {
		line-height: 20px!important;
		text-align: start;
		padding-left: 25px!important;
	}

	.meritInner{
		justify-content: space-evenly;
	}

	.meritInnerBox{
		margin-bottom: 10px;
	}

	.meritBox{
		width: 45%;
	}


	.modal_content {
		top: 50%;
	    width: 94%;
		padding: 30px 20px;
		height: 70%;
        overflow: scroll;
	}

}

