@charset "UTF-8";
body {
margin: 0;
padding: 0;
font-family:Yu Gothic、游ゴシック, "Yu Gothic", メイリオ, sans-serif;
line-height: 1.5;
}
#submitButton {
display: none;
}
.main_cont{
width: 85%;
margin: 30px auto 100px;
max-width: 1600px;
}
h1{
font-weight: bold;
font-size: 30px;
background: #22AAA3;
text-align: center;
padding: 20px 0;
margin: 0;
color: #ffffff;
}
.msg_box{
margin: 20px auto;
line-height: 1.3;
font-size: 200%;
font-weight: bold;
padding: 10px 0;
}
.msg_box02{
margin: 30px auto 10px;
line-height: 1.7;
text-align: center;
font-weight: bold;
font-size: 150%;
color: #22AAA3;
}
span.aks {
display: inline-block;
}
.fo_120{
font-size: 120%;
}
.select_css{
display: block;
font-size: 30px;
font-family: sans-serif;
font-weight: bold;
line-height: 1.3;
padding: .6em 2em .5em .5em;
width: 100%;
max-width: 100%; 
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right .4em top 50%, 0 0;
background-size: .65em auto, 100%;
height: 80px;
}
.select_css::-ms-expand {
display: none;
}
.select_css:hover {
border-color: #888;
}
.select_css:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(255,19,85,0.70);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #E71C20; 
outline: none;
}
.select_css option {
color: #222; 
font-weight: 900;
}
select {
border: none;
}
select.co_aka {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
.co_aka{
color: #ff0000;
}
.flex_box{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.flex_yesno{
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 30px;
width: 60%;
}
.flex_box02{
display: flex;
justify-content: center;
flex-direction: column;
margin: 10px auto;
width: 90%;
}
.selsct_flex00{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
}
.selsct_flex {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.selsct_flex02 {
display: flex;
align-items: flex-end;
}
.selsct_flex02 p{
margin: 0 5px;
font-weight: bold;
vertical-align: bottom;
font-size: 20px;
}
.flex_20{
width: 22%;
margin: 0 auto;
}
.flex_30{
width: 28%;
margin: 0 auto;
}
.flex_35{
width: 32%;
margin: 0 auto;
}
.flex_40{
width: 38%;
margin: 0 auto;
}
.flex_50{
width: 48%;
margin: 0 auto;
}
.flex_60{
width: 58%;
margin: 0 auto;
}
.flex_65{
width: 63%;
margin: 0 auto;
}
.flex_70{
width: 68%;
margin: 0 auto;
}
.flex_90{
width: 90%;
margin: 0 auto;
}
.rimit_box {
padding: 15px 20px;
animation: wakuten 1s linear infinite alternate;
}
.rimit_cent {
padding: 0 10px;
}
@keyframes wakuten {
0% {
border: 5px solid #fc4a1a;
}
100% {
border: 5px solid #fff;
}
}
.select_css02{
box-sizing: border-box;
display: block;
padding: 0 0 0 10px;
margin: 0;
font-family: sans-serif;
font-size: 35px;
font-weight: bold;
line-height: 1.3;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: #FFEF84;
}
.select_css02::-ms-expand {
display: none;
}
.select_css02:focus {
outline: none;
}
.select_css02 option {
font-weight: normal;
}
.select_css02 option {
display: none;
}
.btn_box{
margin: 10px auto;
display: flex;
justify-content: center;
flex-direction: row;
width: 90%;
}
.btn_box02{
display: flex;
flex-direction: column;
justify-content: center;
width: 90%;
margin: 10px auto;
}
.fumatto {
display: none;
opacity: 0;
transform: translateY(20px);
transition: opacity 1s ease, transform 1s ease;
}
.fumatto.show {
display: block;
opacity: 1;
transform: translateY(0);
}
.button_general {
font-size: 200%;
font-weight: bold;
width: 100%;
border: 2px solid #144F19;
background: #5FEDE3;
padding: 10px 0;
letter-spacing: 0.2em;
text-align: center;
margin: 20px auto;
}
.button_general:hover {
background: #FF6560;
color: #ffffff;
}
.img_box{
width: 90%;
margin: 10px auto;
}
img {
width:100%;
}
.col-sm-3{
width: 75%;
margin: 10px auto;
}
.input-group-addon{
background: #f9f9f9;
border: none;
font-weight: bold;
vertical-align: bottom;
}
/* Chrome、Safari  */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none; 
 margin: 0;  
}  
/* Firefox、IE  */
input[type="number"] {  
-moz-appearance:textfield;
}
::placeholder {
 color: #ddd;
}
.license_limit {
font-size: 25px;
padding-left: 8px;
font-weight: bold;
width: 95%;
}
.license_limit {
font-size: 18px;
}
.radio_box{
width: 95%;
margin: 20px auto;
}
.cyui{
margin: 10px 0;
color: #04720D;
font-weight:bold;
font-size: 160%;
}
.pdb10{
padding-bottom: 10px;
}
.pdb15{
padding-bottom: 15px;
}
.gu_re{
position: relative;
}
.OpeningWin{
width:80%;
padding: 20px;
margin: 20px auto 70px;
}
.OpeningMsg{
font-size: 24px;
color: #EF002C;
font-weight: bold;
padding-bottom: 20px;
}
.OpeningMsg02{
font-size: 20px;
width: 90%;
margin: 10px auto;
font-weight: 600;
}
.button_opening{
font-size: 20px;
padding: 20px;
font-weight: bold;
width: 60%;
text-align: center;
background: #43A714;
border-radius: 10px;
margin: 50px auto;
color: #ffffff;
}
.button_opening:hover{
background: #FFF96C;
color: #138606;
}
.un_yello{
background: linear-gradient(transparent 60%,#F1F000 0%);
}
.msg_aka {
margin: 10px auto;
font-size: 120%;
font-weight: bold;
color: #ef0003;
text-align: center;
}
input[type="radio"] , input[type="checkbox"]{
-webkit-transform: scale(1.3);
transform: scale(1.3);
 margin-right: 0.3em;
}
footer{
background: #FFFFFF;
border-top: dotted 2px #22AAA3;
}
.footer_logo{
width: 30%;
margin: 20px auto 10px;
}
.footer_logo img{
width: 100%;
margin: 0 auto;
}
.RegionYesMsg{
font-size: 30px;
color: #0000ff;
}
#DispAge {
font-size: 100%;
font-weight: bold;
color: #ff0000;
display: inline-block;
padding: 0 5px;
}
#dnumber {
width: 200px;
font-size: 50px;
text-align: right;
}
.sweet-alert{

}

@media screen and (max-width: 1000px) { 
.main_cont{
width: 90%;
}
.flex_box{
flex-direction: column;
margin: 10px auto;
width: 100%;
}
.flex_20{
width: 80%;
margin: 8px auto;
}
.flex_50{
width:90%;
}
.flex_40{
width: 85%;
}
.flex_60{
width: 90%;
}
.flex_70{
width: 90%;
}
.flex_90{
width: 80%;
}
.select_css {
font-size: 25px;
padding: .6em 2em .5em .5em;
height: 70px;
}
.license_limit {
font-size: 22px;
}
.radio_box{
width: 98%;
}
.question_msg {
font-size: 28px;
}
.msg_box{
text-align: center;
}
}
@media screen and (max-width:789px) {
.col-sm-3{
width: 80%;
margin: 10px auto;
}
.OpeningWin{
width:90%;
padding: 20px;
margin: 20px auto 70px;
}
.OpeningMsg{
font-size: 22px;
}
.OpeningMsg02{
font-size: 18px;
width: 95%;
}
.button_opening{
font-size: 20px;
padding: 15px 0;
width: 80%;
}
.license_limit {
font-size: 18px;
}
input[type="radio"] , input[type="checkbox"]{
-webkit-transform: scale(1.1);
transform: scale(1.1);
 margin-right: 0.1em;
}
.flex_yesno{
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 30px;
width: 98%;
}
.flex_70 {
width: 95%;
}
.flex_30,.flex_35,.flex_65{
width: 50%;
}
footer{
background: #FFFFFF;
border-top: dotted 2px #22AAA3;
}
.footer_logo{
width: 60%;
margin: 20px auto 10px;
}
.footer_logo img{
width: 100%;
margin: 0 auto;
}
.select_css {
padding: .6em 1.6em .5em .5em;
}
}
@media screen and (max-width:520px) {
.main_cont{
width: 98%;
margin: 10px auto 60px;
}
h1{
font-size: 20px;
padding: 15px 0;
}
.question_msg {
font-size: 21px;
padding: 10px 0;
}
.cyui{
margin: 10px 0;
color: #04720D;
font-weight:bold;
font-size: 140%;
}
span.aks {
display: inline-block;
}
.btn_box{
margin: 10px auto;
flex-direction: column;
width: 85%;
}
.btn_box02{
margin: 10px auto;
display: flex;
justify-content: center;
}
.button_general {
font-size: 170%;
width: 95%;
margin: 10px auto;
}
.img_box{
width: 90%;
margin: 10px auto;
}
.flex_box02{
flex-direction: column;
margin: 10px auto;
width: 98%;
}
.selsct_flex00{
flex-direction: column;
width: 100%;
margin: 10px auto;
}
.selsct_flex{
flex-direction: row;
}
.selsct_flex02 {
margin: 10px 0;
}
.flex_20{
width: 90%;
margin: 8px auto;
}
.input-group-addon{
background: #f9f9f9;
border: none;
font-weight: bold;
vertical-align: bottom;
}
.flex_30,.flex_35,.flex_40,.flex_50,.flex_60,.flex_65,.flex_70,.flex_90{
width: 98%;
}
.col-sm-3{
width: 95%;
margin: 8px auto;
}
.select_css {
line-height: 1;
background-position:right 0.2em top 50%,0 0;
background-size:0.4em auto,100%;
font-size: 30px;
padding: .6em 2em .5em .5em;
height: 70px;
}
.select_css02{
padding: 10px 0 10px 10px;
font-size: 28px;
line-height: 1;
}	
.rimit_box {
padding: 5px 2px;
}
.radio_box{
width: 99%;
}
.division {
font-size: 18px;
}
.division02 {
font-size: 15px;
}
.OpeningWin{
width:90%;
padding: 20px 0;
}
.msg_box{
font-size: 155%;
}
.msg_box02{
font-size: 120%;
}


}






