#wrap {
    display: none;
  }
  html.jse #wrap{
    display: flex;
    flex-direction: column;
  }

*{
    box-sizing: border-box;
}
html,body{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
    line-height: 1;
    font-family: "游ゴシック", "Yu Gothic" ,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
}
body{
    background: white;
}


#main ,#kikangai {
    padding: 1.5rem;
    width: 100%;
    max-width: 82.0rem;
    margin: 0 auto;
    min-height: 100vh;
}
#main p{
    margin: 0 0 3rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.8em;
}
#kikangai p {
    margin: 3rem auto;
    padding: 0;
    font-size: 3rem;
    line-height: 1.8em;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
#main h3{
    font-size: 2.4rem;
    font-weight: normal;
    width: 100%;
    margin: 0;
    padding: 1.5rem 0 0;
    text-align: center;
    position: relative;
  display: inline-block;
  margin-bottom: 6rem;
}
#main h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 120px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    border-radius: 2px;
  }
#tsuchi-yes-form{
    width: 100%;
    max-width: 54.0rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 2.0rem;
    border: 1px solid #CCC;
}
#tsuchi-yes-form h4{
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0.5rem 0;
}
#tsuchi-yes-form h4 span{
    font-size: 0.8em;
    background-color: #ef5350;
    color: white;
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.4rem 0.5rem;
    border-radius: 3px;
}
#tsuchi-yes-form input{
    margin-bottom: 3.0rem;
}
#tsuchi-yes-form input:last-child{
    margin-bottom: 0;
}
#tsuchi-yes-form input::placeholder {
    color: #9E9E9E;
    font-weight: normal;
    font-size: 1.6rem;
  }
#tsuchi-yes-form input:-ms-input-placeholder {
    color: #9E9E9E;
    font-weight: normal;
    font-size: 1.6rem;
  }
#tsuchi-yes-form input::-ms-input-placeholder {
    color: #9E9E9E;
    font-weight: normal;
    font-size: 1.6rem;
  }
input#iccid,input#tsuchi-yes-mail-adress{
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    width: 100%;
    max-width: 50.0rem;
    padding: 1.0rem;
    font-size: 2.4rem;
    line-height: 1;
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
}
input#tsuchi-yes-name,input#tsuchi-yes-name-kana,input#tsuchi-yes-phone{
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
    width: 100%;
    max-width: 30.0rem;
    padding: 1.0rem;
    font-size: 2.4rem;
    line-height: 1;
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
}

input#iccid{
    letter-spacing: 0.2em;
}

#tsuchi-radio{
    width: 100%;
    max-width: 50.0rem;
    margin: 1.5rem auto 3rem;
    padding: 0 1.0rem;
    display: flex;
    flex-direction: row;
}
#tsuchi-radio input[type=radio]{
    display: none;
}
#tsuchi-radio label{
    width: 50%;
    min-height: 8.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    border: 2px solid #CCC;
    background: #EAEAEA;
    cursor: pointer;
    transition: 0.75s;
}
.left-btn{
    border-right-width: 1px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.right-btn{
    border-left-width: 1px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#tsuchi-radio input:checked + label{
    background: white;
    cursor: default;
}

.forms{
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #CCC;
}
.notice-mini{
    font-size: 0.85em;
    line-height: 1.1em;
}
.sender-btn{
    width: 100%;
    text-align: center;
    padding: 0 0 5.0rem 0;
}

.sender-btn button{
    font-size: 2.8rem;
    padding: 1.8rem 2.8rem;
    margin: 0 auto;
    border: 2px solid rgba(3,169,244 ,1);
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
}
.sender-btn button:hover{
    background-color: rgba(255,253,231 ,1);
}


header,footer{
    width: 100%;
    min-height: 3.0rem;
    color: white;
}
header{
    margin-bottom: 3.0rem;
    background-color: #848484;
}
header h2{
    padding: 1.5rem;
    font-size: 2.0rem;
    line-height: 1.1em;
    font-weight: normal;
    max-width: 80.0rem;
    width: 100%;
    margin: 0 auto;
}

footer{
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: rgba(13,71,161 ,1);
}
.disp-no{
    display: none;
}
.kakunin input{
    margin-top: 1.0rem;
    padding: 1.0rem 1.5rem;
}
.doui_txt{
    text-align: center;
    margin: 3rem 0 0 !important;
}
.form_note {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
}
.form_note li{
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.8em;
}
#qr-code_note {
    margin: 0 auto;
    text-align: center;
}
noscript {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2%;
	margin: 0 !important;
}
body:has(noscript){
    overflow: hidden;
}
noscript p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6em;
}
.dis-on{
    display: block;
}

.monotice{
    font-size: 1.1em;
    line-height: 1.3em;
    background-color: rgba(255,249,196 ,1);
    padding: 1.0rem !important;
    text-align: center;
    font-weight: bold;
}



@media screen and (max-width:600px){
    input#iccid,input#tsuchi-yes-mail-adress{
    max-width: initial;
    padding: 0.5rem;
    font-size: 2.1rem;
}
input#iccid{
    letter-spacing:initial;
}
#tsuchi-radio{
    padding: 0;
}
#tsuchi-radio label{
    font-size: 2.0rem;
}
#main h3{
    font-size: 1.8rem;
    padding-top: 0;
		margin-top:0.8em !important;
		margin-bottom: 4rem !important;
}
.forms{
	padding-bottom: 2rem !important;
}
.formTable th,
.formTable td {
    display: block;
    width: 100% !important;
    margin-top: -1px;
}
}