@charset "utf-8";
@import url("form.css");
/* CSS Document */
/* #contentsTtl,
.contentsTtl{
	height:3px;
	color:#2a2a2a;
	font-size:22px;
	font-weight:300;
	letter-spacing:0.5px;
	border-left:7px solid rgba(255,92,149,0.4);
	margin-bottom:30px;
	padding-left:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 -1px 1px #FAFBF6, -1px 0 1px #FAFBF6, 1px 0 1px #FAFBF6;  
	} */

/* .contentsTtl{
	font-size: 14px;
	margin-bottom:20px;
	height: 22px;
}

#contentsTtl span{
	font-size: 12px;
	padding-left:30px;
} */

#contact_sub{
	color:#8B8E7D;
	padding-left:30px;
	font-size:10px;
	letter-spacing:1.2px;
	text-shadow:0px -1px 1px #dadbd6;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

#formBox{
	background-color: #ffffff;
	border:1px solid #f2f2f2;
	padding:30px;
	margin:0 auto 23px;
	width:658px;
	font-size: 1.4rem;
}


#formTable{
	border-collapse:separate;
	border-spacing:20px;
}

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

.nessary{
	color:#ff0000;
}

.formTxt a {
	color: #00e;
	text-decoration: underline;
}

.textStyle{
	background-color:#fcfcfc;
	padding:2px;
	line-height:30px;
/*	box-shadow: 0px 1px 1px rgba(100,100,100,0.5)inset;*/
    border: 1px solid #ffd6e2;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(225, 214, 226, 0.5) inset;
    max-width: 305px;
}


.midWidth{
	width:305px;
}

.longWidth{
	width:470px;
}

#submitBox{
	text-align:center;
}

.btnStyle{
	/* text-indent:-9999px; */
	color: #fff;
	width:191px;
	height:42px;
	border:none;
	cursor:pointer;
}

.go_publish{
	display: block;
	padding: 20px 0;
}

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

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

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


/* faq */
.faq_box {
    padding: 2% 0;
	margin-bottom: 30px;
}

.faq_txt {
	margin-bottom: 6px;
}

.faq_txt h3 {
	font-size: 16px;
    color: #FF629B;
    font-weight: bold;
	margin-bottom: 4px;
}

.faq_btn {
	width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
    background: #FF629B;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.faq_btn span {
	padding-right: 30px;
    position: relative;
    font-weight: 700;
}

.faq_btn span::before {
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.faq_btn span::after {
	content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FF629B;
    border-right: 2px solid #FF629B;
    margin: auto;
    transform: rotate(45deg);
    right: 5px;
    top: 0px;
    bottom: 0;
}

/* 確認ボタン */

.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;
}

.registTextAdd {
    font-size: 14px;
    margin-top: 1em;
    color: #ff0000;
    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;
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
}

.unclick,
.click_none {
	pointer-events: none;
	opacity: 0.5;
  }

.unclick.clear,
.click_none.clear {
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.2s;
    opacity: 1 !important;
}


select {
  width: 88%;
}  


@media (min-width: 1px) {
    /*
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin-right: 10px;
    }
    */


    /*jQuery-Validation-Engine対応*/
    input[type=radio],
    input[type=checkbox] {
        display: block;
        position: absolute;
        top: 7px;
        z-index: -1;
    }


    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
        margin-right: 10px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #ffffff;
    }

    input[type=checkbox] + label::before {
        left: -0;
    }


    /*
    .posRealtive input[type=radio] + label::before,
    .posRealtive input[type=checkbox] + label::before {
        z-index: 99!important;
    }
    */

    input[type=radio] + label::before {
        border: 2px solid #ff659b;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ff659b;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #ffa5c5;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 0;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #ffa5c5;
        border-bottom: 3px solid #ffa5c5;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}

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

	#main, #newmoForm{
		width: 100%;
	}

	#contact_Box{
		display: none;
	}

	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;
    }

	#formBox{
		width: 88%;
		padding: 30px 10px;
	}

	#formTable tr, #formTable th, #formTable td{
	 	display: block;
	}

    
    #formTable{
        border-collapse:collapse;
    }
 
	#formTable th{
		margin-bottom: .5em;
	}

	#formTable td{
		margin-bottom: 2em;
	}

	.go_publish img{
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	#submitBox {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    width: 100%;
    align-items: flex-end;
    gap:20px;
    }

    .intro{
    	width: 92%;
    	margin: 0 auto;
    }

	.btnStyle{
		width: 160px;
	}

		/* faq */
		.faq_box {
			width: 88%;
			margin: 0 auto 30px;
			display: block;
		}
	
		.faq_cont {
			width: 100%;
			margin-bottom: 10px;
		}
	
		.faq_btn {
			width: 60%;
            margin: 0 auto;
		}

		/* 確認ボタン */
		.registText {
			text-align: start;
		}

        form.inline{
            width: 190px;
        }


}

@media screen and (max-width: 414px) {
  #submitBox {
    gap: 0;
  }
}