@charset "utf-8";
/* --------------------------------------
	Reset
----------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
}



/* --------------------------------------
   body
---------------------------------- */
html {
	color: #1d1d1d;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: normal;
	line-height: 1.7;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

section h1 img{
	width: 100%;
    padding: 0;
    margin: 0;
}

section img{
	margin: 30px auto;
}

main{
	width: 100%;
	max-width: 640px;
    margin: auto;
	display: block;
}

.head_area{
	padding: 0;
    margin: 0;
    line-height: 0;
}

.head_area img{
	margin: 0;
}

.head_note{
	margin-top: -28px;
    display: block;
}

.main_note{
	margin-top: -5px;
    display: block;
}

h1 {
    padding: 40px 30px 0;
    margin: 0;
    font-size: 41px;
    line-height: 150%;
    border-bottom: 3px solid #aeaeae;
	margin: 0 0 40px;
}

section p{
	font-size: 25px;
	margin: 45px 0;
	padding: 0 30px;
	line-height: 200%;
}

h2{
	font-size: 36px;
	color: #118209;
	border-top: 5px solid #118209;
	border-bottom: 5px solid #118209;
	padding: 35px 30px;
	line-height: 140%;
}

.check_img{
	margin-bottom: 60px;
}

a.btn{
	display: block;
	margin-bottom: 100px;
}

span.gr{
	color: #118209;
	font-weight: bold;
}

span.rd{
	color: #bf0d0d;
	font-weight: bold;
}

span.bd{
	font-weight: bold;
}

span.rd_line{
	color: #bf0d0d;
	font-weight: bold;
	border-bottom: 1px solid #bf0d0d;
}

span.bd_line{
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

span.small{
	font-size: 14px;
}

span.size_s{
	font-size: 18px;
}

span.size_mm{
	font-size: 32px;
}

span.size_m{
	font-size: 33px;
}

span.size_l{
	font-size: 38px;
}

span.mk{
	/*background: #f9ff61;*/
	background:-moz-linear-gradient(transparent 20%, #ffff86 20%, #ffff86 80%, transparent 80%);
    background:-webkit-linear-gradient(transparent 20%, #ffff86 20%, #ffff86 80%, transparent 80%);
    background: linear-gradient(transparent 20%, #ffff86 20%, #ffff86 80%, transparent 80%);
	font-weight: bold;
}


/* --------------------------------------
   footer
---------------------------------- */
footer{
	margin: 40px auto 0;
	text-align: center;
	max-width: 640px;
	width: 100%;
}

footer ul.ft_bottom{
	list-style: none;
    
}

footer ul.ft_bottom li{
	padding-bottom: 12px;
}

footer ul.ft_bottom li a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}

footer ul.ft_bottom li a img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.copy{
	color: #fff;
    background: #000;
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 0;
}


@media screen and (max-width: 640px){
h1 {
    padding: 5vw 4vw 0;
    font-size: 6vw;
    border-bottom: 1vw solid #aeaeae;
    margin: 0 0 8vw;
}
h2{
	font-size: 5.5vw;
    padding: 3.5vw 2.5vw;
	border-top: 1.2vw solid #118209;
    border-bottom: 1.2vw solid #118209;
}
section p{
	font-size: 3.8vw;
    margin: 6vw 0;
    padding: 0 4vw;
}
section p.pr{
	font-size: 3vw;
    text-align: right;
    margin-top: -3vw;
}
section p.note{
	font-size: 3vw;
	padding: 0 5vw;
}
section a.link_txt {
    font-size: 4.3vw;
    padding: 0 3vw;
}
section img {
    padding: 0;
	margin: 7vw auto;
}
span.size_s{
	font-size: 3.5vw;
}
span.size_mm{
	font-size: 4.7vw;
}
span.size_m{
	font-size: 5vw;
}
span.size_l{
	font-size: 6.5vw;
}
span.small {
    font-size: 10px;
    margin-top: 0;
}
span.head_note{
    margin-top: -3vw;
}
section .mv {
    padding: 0 3%;
    max-width: calc(100% - 6%);
}
a.btn {
    margin-bottom: 10vw;
}
.check_img{
	margin-bottom: 10vw;
}	
footer {
    margin: 7vw auto 0;
}
footer ul.ft_bottom li {
    padding: 0;
}
footer ul.ft_bottom li a {
    font-size: 3.5vw;
}
footer ul.ft_bottom li a img {
    padding-right: 2vw;
    width: 5vw;
}
.copy {
    font-size: 3vw;
    margin-top: 8vw;
    padding: 3vw 0;
}
	
}