@charset "UTF-8";

body {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight:600;
font-style: normal;
background: url("../img/whole_bg02.png");
background-repeat: repeat;            
background-position:center center;   
}
a:hover{
text-decoration: none;	
}
.main_cont{
width: 85%;
margin: 0px auto 100px;
background: #ffffff;
border-radius: 10px;
border: 5px solid #28288c;
padding: 20px;
position: relative;
top: -70px;
animation: puyon 0.8s linear 0s 1;
}
@keyframes puyon {
0% {
transform: scale(1, 1) translate(0%, 8%);
}
100% {
transform: scale(1, 1) translate(0%, 0%);
}
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
header{
background: #ffde29; 
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
width: 99%;
padding: 30px 10px 90px;
margin: 0 auto;
}
header img{
width: 100%;
}
.logo_img{
width: 50%;
margin: 0 auto;
}
h1{
font-weight: bold;
font-size: 200%;
text-align: center;
color: #28288c;
font-family: "Noto Sans JP", sans-serif;
}
h1::before {
content: url("../img/senior_mark.png");  
position:relative;
top:5px;      
left:0;    
} 
h1::after {
content: url("../img/senior_mark.png");  
position:relative;
top:5px;      
right:0;    
} 
h2{
margin: 10px auto;
line-height: 1.3;
font-size: 180%;
font-weight: bold;
color: #000000; 
}

h3{
margin: 10px auto;
line-height: 1.3;
font-size: 130%;
font-weight: bold;
text-indent: -2.5rem;
padding-left: 3rem;
color: #000000; 
text-align: center;
}
.msg_box_aka{
margin: 0px auto 20px;
font-weight: bold;
color: #ffffff;
font-size: 180%;
background: #CB052A;
padding: 15px 5px;
text-align: center;
}
.msg_aka150{
margin: 10px auto;
line-height: 1.3;
font-size: 150%;
font-weight: bold;
color: #E40003;
text-align: center;
} 
.cyui_img{
width: 30px;
height:30px;  
margin: auto;
}
.msg_aka150 img{
width: 100%;
padding-bottom: 10px;
}

.msg_cyuui{
margin: 10px auto 0;
line-height: 1.1;
font-size: 150%;
font-weight: bold;
padding-left: 30px;
} 
.msg_cyuui p{
margin: 8px auto;
line-height: 1.3;
font-size: 85%;
padding-left: 30px;
} 
.msg_cyuui:before {
content: url("../img/cyuui_mark.png");  
position:relative;
top:5px;     
left:0;
} 
.msg_box02{
margin: 30px auto 0px;
line-height: 1.5;
text-align: center;
font-weight: bold;
font-size: 150%;
color: #574B72;
}
.msg_box03{
margin: 5px auto;
line-height: 1.5;
font-weight: bold;
font-size: 150%;
}
.number_midashi{
margin-right: 5px;
color: #28288c;
}
select{
border: none; 
}
select.co_aka{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
/* ie対応 */
select::-ms-expand {
display: none;
}
.kakunin_box{
width: 33%;
box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
background-color: #EEE;
display: flex;
flex-direction: column;
margin: 10px;
}
.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;
}
.button_general {
font-size: 180%;
font-weight: bold;
padding: 10px 0;
text-align: center;
margin: 20px auto;
width: 90%;
border: 2px solid #FFD61B;
background: #F8CC00;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-radius: 10px;
cursor: pointer;
color: #495799;
letter-spacing: 0.2em;
}
.button_general:hover {
background: #28288c;
color: #ffffff;
}
.kakunin_btn{
width: 80%;
margin: 10px auto;
}
button.kakunin{
width: 100%;
margin: 0 auto 20px;
cursor:pointer;
border:none;
color: #fff;
font-weight:bold;
border-radius: 5px;
padding: 15px 0;
background:#ca012d;
font-size: 150%;
}
button.kakunin:disabled{
background:#8C8A81;
}
button.kakunin:hover{
background:#FFD61B;
}
.modorugamen{
font-size: 180%;
font-weight: bold;
padding: 60px 10px;
text-align: center;
}
.col-sm-3{
width: 75%;
margin: 10px auto;
}
.input-group-addon{
background: #FFFFFF;
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;
}
input.license, input.license2{
width:50%;
font-size: 40px;
font-weight: bold;
margin: 5px auto;
padding: 5px 10;
}
input.license2 {
background-color: #fff1fe;
}
.radio_box{
width: 95%;
margin: 20px auto;
}
.cyui{
margin: 10px 0;
color: #FF0000;
font-size: 130%;
}
.division {
font-size: 30px;
padding-left:8px;
font-weight: bold;
}
.ll_radio {
width: 1.4em;
height: 1.4em;
}
.sel_class{
font-size: 25px;
padding-left:8px;
font-weight: bold;  
}
.gu_re{
position: relative;
}
.license_guide{
font-weight: 700;
font-size: 25px;
width: 10%;
margin: 0 auto;
padding: 0 5px;
}
.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%);
}

/*selectボックス*/
.selsct_flex{
flex-direction: row;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 30px;
}
.selsct_flex02 {
display: flex;
align-items: flex-end;
}
.selsct_flex02 p{
margin: 0 5px;
font-weight: bold;
vertical-align: bottom;
font-size: 20px;
}
.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_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;
}
.select_css02::-ms-expand {
display: none;
}
.select_css02:focus {
outline: none;
}
.select_css02 option {
font-weight: normal;
}
.select_css02 option {
display: none;
}
.msg_aka{
font-size: 120%;
color: #EF0003;
font-weight: bold;
margin: 10px auto;
text-align: center;
}
footer{
background: #FFFFFF;
border-top: dotted 2px #22AAA3;
padding-bottom: 50px;
}
.footer_logo{
width: 30%;
margin: 20px auto 10px;
}
.footer_logo img{
width: 100%;
margin: 0 auto;
}
.footer_logo a:hover{
opacity: 0.6;
}
.TokyoNo{
width:350px !important;
}
.TokyoNoMsg{
font-size: 150%;
color: #ff0000;
}
.TokyoYesMsg{
font-size: 150%;
color: #0000ff;
}

.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}
#division_box {
    display: none;
}
@media screen and (max-width: 1100px) { 
.select_css {
font-size: 22px;
padding: .6em 2em .5em .5em;
height: 70px;
}
}
@media screen and (max-width: 890px) { 
.main_cont{
width: 90%;
}
.radio_box{
width: 98%;
}
.division {
font-size: 20px;
}
.question_msg {
font-size: 28px;
}
}
@media screen and (max-width:850px) {
header{
padding: 20px 0 65px;
flex-direction: column;
width: 100%;
margin: 10px auto;
}
.main_cont{
margin: 0px auto 70px;
border: 5px solid #3E2175;
padding: 10px;
top: -90px;
}
.select_css {
padding: .6em 1.6em .5em .5em;
}
.popup_flex{
flex-direction: row;
}
.col-sm-3{
width: 80%;
margin: 10px auto;
}
.flex_30{
width: 65%;
margin: 0 auto;
}
.kakunin_box{
width: 70%;
}
.OpeningWin{
width:90%;
padding: 20px;
margin: 20px auto 70px;
}
.flex_70{
width: 90%;
}
.selsct_flex{
padding-right: 0px;
}
.selsct_flex02 {
margin: 15px 0;
}
.OpeningMsg{
font-size: 22px;
}
.OpeningMsg02{
font-size: 18px;
width: 95%;
}
.button_opening{
font-size: 20px;
padding: 15px 0;
width: 80%;
}

input.license, input.license2{
width:25%;
font-size: 30px;
}
.license_guide{
font-size: 15px;
}
footer{
background: #FFFFFF;
border-top: dotted 2px #22AAA3;
}
.footer_logo{
width: 60%;
margin: 20px auto 10px;
}
.footer_logo img{
width: 100%;
margin: 0 auto;
}

.msg_box02{
margin: 30px auto 5px;
line-height: 1.5;
font-size: 130%;
}
.cyui{
margin: 10px 0;
font-size: 110%;
}
.button_general {
font-size: 140%;
width: 98%;
}

}
@media screen and (max-width:600px) {
.logo_img{
width: 70%;
margin: 0 auto;
}
.main_cont{
width: 97%;
margin: 0px auto 60px;
padding: 10px 7px;
border: 2px solid #3E2175;
top:-60px;
}
.popup_flex{
flex-direction: column;
}
.img_box{
width: 90%;
}
.kakunin_box{
width: 90%;
}
header{
padding: 10px 0 40px;
}
h1{
font-size: 150%;
padding: 0 0 5px 0;
margin: 0 auto;
}
h2{
margin: 5px auto;
font-size: 125%;
}
.question_msg {
font-size: 21px;
padding: 10px 0;
}
.msg_cyuui{
margin: 8px auto 0px;
font-size: 125%;
padding-left: 5px;
} 
.msg_cyuui p{
font-size: 88%;
padding-left: 15px;
} 
.msg_cyuui:before {
content: url("../img/cyuui_mark_sp.png");  
top:3px;      
left:0;    
}
.msg_aka150{
margin: 10px auto;
line-height: 1.3;
font-size: 130%;
} 
.btn_box{
margin: 10px auto;
flex-direction: column;
width: 85%;
}
.btn_box02{
width: 95%;
}
.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: 0 0 0 10px;
font-size: 28px;
line-height: 1;
}
.input-group-addon{
font-size: 90%;
padding: 6px 3px;
}
.col-sm-3{
width: 95%;
margin: 8px auto;
}
.radio_box{
width: 98%;
}
.division {
font-size: 18px;
}
.sel_class{
font-size: 18px;
}
.OpeningWin{
width:90%;
padding: 20px 0;
}
.msg_box_aka{
margin: 10px auto;
font-size: 120%;
padding: 10px 0;
} 
.msg_box02{
font-size: 120%;
}    
input.license, input.license2{
width:26%;
font-size: 20px;
}
.cyui{
font-size: 100%;
}
.img_60{
width: 80%;
margin: 10px auto;
}
.msg_box03{
line-height: 1.4;
font-size: 120%;
}
.flex_select{
flex-direction: column;
}
.button_general {
font-size: 120%;
}
.button_general02 {
letter-spacing: -0.1em;
}
.popup_btn {
margin: 10px auto ;
} 
}
@media screen and (max-width:350px) {
.button_general {
font-size: 110%;
width: 100%;
}
    
}
#DispAge {
font-size: 50px;
color: #0000ff;
}

#dnumber {
width: 200px;
font-size: 50px;
text-align: right;
}





