@charset "UTF-8";
/* CSS Document */
body {
	font-family: "メイリオ",Meiryo,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	margin:0;
	padding: 0;
	width: 100%;
	font-size: 13px;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
	box-sizing: border-box;
}

* {
	box-sizing: border-box;
}
.main {
	width: 100%;
	max-width: 800px;
	margin: 45px auto;
	padding: 10px;
	box-sizing: border-box;
}



.sp {
	display: none;
}

h1 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 40px;
}

h2 {
	font-size: 1.1rem;
	margin-top: 15px;
	margin-bottom: 3px;
	width: 24em;
	border-bottom: 2px solid #000;
}

h3 {
	font-size: 1rem;
	margin-top: 20px;
	margin-bottom: 3px;
}

header {
	position: fixed;
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	width: 100%;
	min-height: 50px;
	top: 0;
	left: 0;
	z-index: 120;
	text-align: center;
}

header img {
	height: 33px;
	width: auto;
	margin-top: 5px;
}



.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}


section {
	margin-top: 5px;
	margin-bottom: 25px;
	display: flex;
}

section li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}

section p {
	margin-top: 0;
	font-weight: bold;
}
.left_area {
	width: 50%;
	max-width: 350px;
}

.left_area img {
	width: 100%;
	border: solid 1px silver;
}
.right_area {
	width: 50%;
	max-width: 350px;
	padding: 5px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
}

.btn {
	max-width: 420px;
	width: 95%;
	box-shadow: 2px 2px 4px #ccc;
	height: 5.2rem;
	text-align: center;
	background: #ffd024;
	color: #000;
	border: none;
	border-radius: 12px;
	margin: 7px auto;
	font-size: 2rem;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
}



.btn a {
	color: #000;
	font-weight: bold;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height; 100%;
}

.btn a:before{
	content:"";
	display: inline-block;
	background-image:url(../img/btn_logo.png);
	background-repeat: no-repeat;
	width: 95px;
	height: 60px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 20px;
}

.btn:hover {
	opacity: 0.6;
}

.dl_btn {
	max-width: 400px;
	width: 90%;
	box-shadow: 2px 2px 4px #ccc;
	height: 3.5rem;
	text-align: center;
	background: #ffd024;
	color: #000;
	border: none;
	border-radius: 10px;
	margin: 7px auto 30px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dl_btn:hover {
	opacity: 0.6;
}

.annotation {
	font-size: 0.8rem;
	margin: 3px 0;
	color: red;
}

.pc_padding {
	padding-left: 60px;
}

.mt_0 {
	margin-top: 0;
}

.mt_5 {
	margin-top: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_40 {
	margin-top: 40px;
}

.mt_50 {
	margin-top: 50px;
}

.small {
	font-size: 0.8rem;
}

.copyright {
	font-size:0.7rem;
}

.footer {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
}


.guide {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 25px;
}

.guide .left {
	width: 55%;
	float: left;
	box-sizing: border-box;
}

.guide .right {
	width:45%;
	padding-left: 6px;
	float: left;
	box-sizing: border-box;
}

.guide .right img{
	width: 100%;
	box-shadow: 2px 2px 4px #ccc;
}

.guide:after {
	content: "";
	clear: both;
	display: block;
}

.guide:before {
	content: "";
	clear: both;
	display: block;
}

.attention {
 font-size: 0.9rem;
 font-weight: bold;
}

.contact {
	max-width: 420px;
	width: 95%;
	height: 4.2rem;
	text-align: center;
	border: 2px solid #000;
	border-radius: 12px;
	margin: 7px auto;
	font-size: 1.2rem;
	line-height: 1.1;
}

.contact a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.contact:hover {
	opacity: 0.6;
}

.border {
	border: solid 1px #ccc;
	border-radius: 8px;
}

.banner_s {
	width: 33%;
	box-sizing: borderbox;
	max-width: 55px;
	box-shadow: 2px 2px 4px #ccc;
	margin: 0 10px;
	vertical-align: middle;
}

.banner {
	width: 33%;
	box-sizing: borderbox;
	max-width: 210px;
	box-shadow: 2px 2px 4px #ccc;
	margin: 0 6px;
	vertical-align: middle;
}

.banner:hover {
	opacity: 0.6;
}


.policy{
    margin: 20px auto;
  text-align:center;
}
.submit_btnarea {
    width: 360px;
    margin: 0 auto;
}
.form_btn{
    background: #005183;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}
 
.form_btn:hover{
    border: 1px solid #005183;
    background: #fff;
    color: #005183;
}
button[type="submit"][disabled] {
            background-color: #fff;
            color: #ccc;
            border-color: #ccc;
            cursor: default;
        }
     
    button[type="submit"][disabled]:hover{
        opacity:1;
    }

@media screen and (max-width:750px) {
.sp {
	display: block;
}


.contact {
	font-size: 0.9rem;
}

.banner_s {
	display: block;
	margin: 10px auto;
	width: 40%;
	max-width: 80px;
}
.banner {
	display: block;
	margin: 10px auto;
	width: 70%;
	max-width: 250px;
}
}
@media screen and (max-width:620px) {
.pc_padding {
	padding: 0;
}
}


@media screen and (max-width:420px) {
#effect {
	top: 50px;
   	left: 22%;
	font-size: 2.8rem;
}

}
