@charset "utf-8";

/* =================================
フォント

font-family: 'Noto Sans JP', sans-serif;
font-family: "Zen Maru Gothic", sans-serif;


================================= */

/* =================================
		リセット
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea {
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: ""; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    zoom: 1;
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    display: inline;  
    zoom: 1;  
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* =================================
		基本設定
================================= */
body {
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 100%;
	font-family: "Zen Maru Gothic","Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.8;
    background: #FF9159;
}

.wrapper {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

header {
    padding: 20px;
    text-align: center;
    background: url(img/header-bg.png) no-repeat;
    background-size: 280px;
    background-position: 130px 0;
}

header img {
    width: 100%;
    max-width: 380px;
}

.plan_area {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.plan01 {
    width: 100%;
    background: #FFD69E;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.plan_area h2 {
    text-align: center;
    background: #761912;
    border-radius: 12px 12px 0 0;
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    padding: 10px;
}

.law_area h2 {
    text-align: center;
    font-size: 150%;
}

span.tokumk {
    display: block;
    width: 60px;
    height: 60px;
    background: #FEC546;
    text-align: center;
    border-radius: 40px;
    font-size: 132%;
    font-weight: 900;
    padding-top: 10px;
    margin: 30px auto 10px;
}

span.tbd {
    font-size: 150%;
    font-weight: bold;
}

span.fee {
    color: #761912;
    font-size: 250%;
    margin-left: 10px;
}

span.enm {
    color: #761912;
    margin-left: 3px;
}

ul.tokuten {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    list-style: decimal-leading-zero;
    margin: 5px 15px 80px;
    position: relative;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

ul.tokuten li {
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

a.appbtn {
    display: block;
    background: #EE5975;
    color: white;
    text-decoration: none;
    width: 220px;
    margin: 10px auto 0;
    padding: 10px 0;
    font-size: 120%;
    font-weight: bold;
    border-radius: 50px;
}

a.appbtn span {
    display: block;
}

dl.law_list {
    width: 100%;
    max-width: 500px;
    margin: 60px auto 0;
}

dl.law_list dt {
    margin: 40px 0 5px;
}

.law_page header, 
.law_page footer {
    background: none;
}

footer {
    text-align: center;
    color: #761912;
    padding: 30px 0 20px;
    background: url(img/footer-bg.png) no-repeat center;
    background-size: 340px;
}

footer a {
    color: white;
}

footer span {
    vertical-align: -7px;
}

p.copy {
    margin-top: 20px;
}

/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {

header {
    background: url(img/header-bg.png) no-repeat;
    background-size: 62%;
    background-position: 0 0;
    position: relative;
    z-index: 9999;
    padding-bottom: 0;
}

.plan_area {
    display: block;
    margin-top: -20px;
}

.plan01, .plan02 {
    width: 90%;
    margin: 0 auto 40px;
}

span.tokumk {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding-top: 12px;
    font-size: 120%;
    top: 160px;
    left: -14px;
}

ul.tokuten {

}


ul.tokuten li {
    font-size: 92%;
}

dl.law_list {
    width: 90%;
    max-width: none;
    margin: 60px auto 40px;
}


}/*===	スマートフォン 600px  === */