@charset "utf-8";
/* CSS Document */
/* レスポンシブ切り替え　641px（max-width:980px） */

html{
	font-size:16px; /* デフォルトを16pxに設定 */
}
*{margin:0;padding:0;text-decoration:none;list-style:none;}
body{
	margin:0;
	padding:0;
	font-family:"Helvetica","Arial","メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Verdana","sans-serif","Myriad Set Pro","Lucida Grande","Verdana","sans-serif";
	color:#243441;
	text-align:center;
	line-height:1.5em;
     font-size: 16px;
}
h1,h2,h3,h4,h5,p,table,tr,td,th,ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
}

a{
	border:0;
	text-decoration:none;
	color:#38B51A;
}
a:hover{
	text-decoration:underline;
}
img{
	vertical-align:baseline;
	max-width:100%;
}
a img{
	border:none;
}

.p12{
	font-size:12px;
}
.p14{
	font-size:14px;
}
.p16{
	font-size:16px;
}
.borderBtn{
    border-bottom: 1px solid #333;
}


/* ▼header */
.header{
	padding:15px 0;
	display:block;
	width:100%;
	height:30px;
    border-bottom:1px solid #ccc;
}

.header-logo{
	display:block;
	float:left;
	padding-left:15px;
}
.header-logo img{
    height: 30px;
}

/* ▼本体 */
.contents1{
	text-align:center;
	margin:0;
	padding:0;
    width:100%;
}
.contents1-child{
	text-align:left;
	padding:30px 20px;
    margin: 0 auto;
    width:calc(100% - 40px);
    max-width: 600px;
    display: block;
}
.contents1-child p{
    font-size: 14px;
    line-height: 2em;
    margin-bottom:1em;
}

.contents2{
	text-align:center;
	margin:0;
	padding:0;
    width:100%;
    background-color: #FFDE67;
    margin-bottom:2px;    
}
.contents2.close{
	background-color: #939086;
}
.contents2-child{
	padding:30px 30px;
    margin: 0 auto;
    width:calc(100% - 60px);
    max-width: 600px;
    color: #401B04;
    display:block;
}
.contents2-catch{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}
.contents2-catch span{
    font-size: 42px;
    padding-right: 2px;
}
.contents2-red{
    font-size: 14px;
    font-weight: bold;
	color: #F4426B;
}
.contents2-child h2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
    font-size: 24px;
}
.contents2-child h2 img{
    height: 80px;
    padding-right: 5px;
}
.contents2-child .contents2-disc{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
}
.contents2-child .contents2-disc li{
    list-style: disc;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
}
.contents2-child .contents2-disc li:last-child{
    margin-bottom: 0;
}
.contents2-child .contents2-disc li span{
    border-bottom: 1px solid #401B04;
}
.contents2-box{
    display: block;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin: 20px auto 0 auto;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.35em;
}
.contents2-box div{
    display: inline-block;
    background-color: #80C936;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px auto;
    font-size: 18px;
}

.contents3{
	text-align:center;
	margin:0;
	padding:0;
    width:100%;
    background-color: #FAF8EF;
}
.contents3-child{
	text-align:left;
	padding:30px 20px;
    margin: 0 auto;
    width:calc(100% - 40px);
    max-width: 600px;
    display: block;
    color: #401B04;
}
.contents3-child h2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin:10px auto 20px auto;
    font-size: 24px;
}
.contents3-child dl{
    margin-bottom:40px;
}
.contents3-child dt::before{
    content: "Q.";
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-right: 5px;
}
.contents3-child dt{
    margin-bottom:0.5em;
}
.contents3-child dd::before{
    content: "A.";
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-right: 5px;
}
.contents3-child dd{
    margin-bottom:1.5em;
}
.contents3-child dd table{
    width:100%;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.35em;
    margin-top: 10px;
}
.contents3-child dd table th{
    text-align: center;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size: 13px;
    padding: 7px 5px;
    background-color: #fafafa;
}
.contents3-child dd table td{
    background-color: #fff;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 7px 5px;
    }
.contents3-child dd table td.tdLeft{
    width:4.5em;
    font-weight: bold;
    ont-size: 13px;
}
.btnWrap{
    text-align: center;
    width:100%;
}
.btn-yellow,.btn-green{
    display: inline-block;
    background-color: #FAC41B;
    color: #fff;
    border-radius: 3px;
    padding: 10px 25px 10px 10px;
    text-align: center;
    box-shadow: 0px -2px 0px rgba(0,0,0,0.4) inset;
    max-width: 550px;
    margin: 0 auto;
    font-weight: bold;
    background-image: url("../img/ic_arrowNextW.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}
.btn-green{
    background-color: #69BA49
}
.btn-yellow:hover,.btn-green:hover{
    text-decoration: none;
    box-shadow:none;
    opacity: 0.8;
}
.closeAlart{
	background-color: #401B04;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 10px 15px;
}


/* ▼footer */
.footer{
	border-top:1px solid #ccc;
	padding:20px 0;
    widows: 100%;
	clear:both;
    background-color: #fafafa;
}
.footer-credit{
	font-size:12px;
}
/*戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

