@charset "UTF-8";
/*-------------------- common --------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

*, *: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; }

/*---------- break point ----------*/
@media all and (max-width: 480px) { html { font-size: 62.5%; } }

body { font-family: メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-size: 15px; line-height: 1.8; color: #000; background-color: #fff; }
@media all and (max-width: 480px) { body { font-size: 1.4rem; line-height: 1.6; } }


/*---------- color ----------*/
a { text-decoration: underline; }

a:link { color: #002b62; }

a:visited { color: #800080; }

a:hover { color: #09f; }

a:active { color: #c00; }

ul { list-style: none; margin: 0; padding: 0; }

img { max-width: 100%; height: auto; vertical-align: bottom; }

h1, h2, h3, h4, h5 { line-height: 1.2; }

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*-------------------- layout --------------------*/
.wrap {
    width: 610px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.section {
    margin-bottom: 50px;
}
.pcNone{
    display: none;
}
.section p {
    margin-bottom: 1em;
}
.mgt_S {
    margin-top: 10px;
}
.tit_h2_01 {
    font-size: 26px;
    color: #0099ff;
    text-align: center;
    font-weight: normal;
}
.tit_h2_02 {
    border-top:solid 3px #24294F;
    text-align: center;
    padding: 10px 0;    
    background-color: #e8eef1;
}
.link_right {
    font-size: 15px;
    text-align: right;
    font-weight: bold;
    line-height: 1;
}
.link_right img {
    vertical-align: middle;
    margin-left: 5px;
}
.rightImg {
    float: right;
    width: 300px;
    margin-left: 10px;
}
.txt_ovh {
    overflow: hidden;
}
#section01 {
    margin-top: 30px;
}
.btn_more {
    text-align: center;
}
.btn_more a {
    background-color: #ff6600;
    position: relative;
    display: inline-block;
    padding: 12px 15px 10px 28px;
    color: #fff !important;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
}
.btn_more a:hover {
    background-color: #ff9900;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 2px;
}
.btn_more a::before,
.btn_more a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_more a::before {
    left: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer{
    width: 610px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #002C61;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
}

/*-------------------- smartphone --------------------*/
@media only screen and (max-width: 480px) {
    .spNone{
        display: none;
    }
    .pcNone{
        display: block;
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #contents{
        padding: 0 10px 30px;
    }
    .section {
        margin-bottom: 40px;
    }
    .size_L {
        font-size: 16px;
    }
    .tit_h2_01 {
    font-size: 20px;
    }
    .rightImg {
        display: block;
        text-align: center;
        width: 60%;
        margin: 0 auto;
        float: none;
        
    }
    .txt_ovh {
        margin-top: 10px;
        text-align: left;
    }
    .footer{
        width: 100%;
        font-size: 10px;
        padding: 10px 0;
    }
}