@charset "UTF-8";
/* CSS Document */
body{
    background-image: url(../_img/bk.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
}
.headmenu{
	position: fixed;
    width: 100%;
    height: auto;
    top: 0px;
    z-index: 10000;
    background-color: #FFF;
    display: block;
}
.headmenu h1{
    color: #FFEF00;
    text-align: center;
    font-size: 100%;
    background-color: #041868;
    padding-top: 9px;
    padding-bottom: 14px;
}
.headmenu .menu1 a{
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    display: block;
	text-decoration: none;
    color: #000000;
	font-size: 95%;
}
.headmenu .menu2 a{
    width: 50%;
    float: right;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 9px;
    display: block;
    text-decoration: none;
    color: #000000;
	font-size: 95%;
}
.headmenu .menu1 a:hover , .headmenu .menu2 a:hover{
    background-color: #E9ACAD;
}
.footmenu{
    max-width: 480px;
    height: auto;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    z-index: 2000;
    width: 100%;
}
.main_container{
    margin: 0px auto 0px auto;
    max-width: 480px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}
.main_container2{
    margin: 0px auto 0px auto;
    max-width: 480px;
    height: 100%;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    background-image: url(../_img/bk-im.jpg);
    background-size: 627px auto;
}
.main_container3{
    margin: 0px auto 0px auto;
    max-width: 480px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
    position: relative;
    background-color: #;
}
#ex{
    width: 100%;
    height: auto;
    margin-top: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #161616;
    font-size: 0.9em;
    text-align: center;
}
.head{
    width: 100%;
    height: auto;
    background-color: #0B1964;
    padding-top: 4%;
	padding-bottom: 4%;
    margin-top: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.check-ms{
    color: #1D1D1D;
    font-size: 0.7em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.check-ms2{
    color: #333333;
    font-size: 0.85em;
    line-height: 140%;
    width: 85%;
    margin: 0px auto 15px auto;
    text-align: left;
    background-image: url(../_img/point.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 16px auto;
    padding-left: 20px;
}
.check-ms3{
    color: #333333;
    font-size: 0.85em;
    line-height: 140%;
    width: 85%;
    margin: 0px auto 8px auto;
    text-align: center;
    border-bottom: 1px solid #202020;
}
.check-ms4{
    color: #333333;
    font-size: 0.8em;
    line-height: 140%;
    width: 85%;
    margin: 0px auto 8px auto;
    text-align: center;
}
.check-mse{
    color: #4E4A4A;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Libre Franklin', sans-serif;
}
.entry-sw a{
    position: fixed;
    width: 90%;
    border-radius: 18px;
    top: 10px;
    left: 5%;
    z-index: 1000;
    -webkit-box-shadow: 1px 1px 5px #0B1332;
    box-shadow: 1px 1px 5px #0B1332;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 2px solid #FFF300;
	max-width: 470px;
	left: 50%;
	transform: translateX(-50%) ;
}
.head-area{
    width: auto;
    position: relative;
    display: block;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.swbox {
    display: flex;
    width: 100%;
    bottom: 0px;
    left: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: auto;
    background-color: #FFFFFF;
}
.swbox-sw a:hover{
    opacity: 0.77;    
}

/*.formbox{
    border-radius: 9px;
    border: 3px solid #FFFD01;
	-webkit-box-shadow: 0px 0px 5px #053347;
    box-shadow: 0px 0px 5px #053347;
    display: block;
}*/


.faq{
	position: fixed;
	bottom:0px;
	width: 100%;
	height: 30px;

}
#footer{
    font-size: 0.7em;
    color: #FFFFFF;
}
#footer2{
    font-size: 0.7em;
    color: #000000;
    text-align: center;
}
.copy{
	width: 70%;
	/*filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);*/
}

.manual{
    width: 96%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
    position: relative;

}
.manual-body{
    color: #000;
    font-size: 1.0em;
    line-height: 1.8em;
    width: 91%;
    margin: 0 auto 0 auto;
    height: auto;
	text-align:center;
}
.manual-body2{
    color: #000;
    font-size: 1.0em;
    line-height: 1.8em;
    width: 91%;
    margin: 0 auto 0 auto;
    height: auto;
	text-align:center;
	background-color: #0A1663;
}
.err-t{
	background-color: #D80000;
	color:#fff;
}
.ret a{
    background-color: #6C6C6C;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    padding: 4px 20px 4px 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
	text-align: center;
}
.ret2 a{
    background-color: #1965E0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    padding: 8px 20px 8px 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
.ret3 a{
    background-color: #1965E0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    padding: 8px 20px 8px 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.txt-c{
	padding-top: 30px;
	font-size:0.7em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.kinkyu{
    color: #FC0004;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border: 2px solid #FF0004;
}
