@charset "utf-8";

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;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
object, embed {
    vertical-align: middle;
}
legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
    width: 100%;
}
ul li {
    list-style-type: none;
}
/*----------------------------------------------------
        サイドバーピックアップのフォント
----------------------------------------------------*/


/*----------------------------------------------------
        共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
    overflow-y: scroll;
}

input,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
    color: #333;
    text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

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

.content,
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

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

body {
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
    font-size: 14px;
    background: #fff;
    line-height: 2.0;
    color: #333;
}

/*----------------------------------------------------
        各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

a {
    text-decoration: none;
}

/*----------------------------------------------------
        PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

    html, body {
        height: 100%;
    }

    html {
        overflow-y: hidden;
    }

    body {
        overflow-x: hidden;
        min-width: 1000px;
    }

    .sp_br{
        display: none;
    }

    .sp {
        display: none;
    }

    .inner {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
        text-align: center;
    }

    .flex {
        display: flex;
        display: -webkit-flex; 
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    a.trance:hover {
        opacity:0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index a:hover, #page a:hover {
        text-decoration: none;
    }

    #index p, #page p, #sub p {
        margin: 10px 0;
        text-align: left;
    }

    /*header
    ----------------------------------------*/

    header {
        background: #33a4d8;
        padding: 25px 0 0;
        width: 100%;
    }

    header .site_ttl {
        min-height: 75px;
        padding: 0 0 15px 0;
    }

    header h1{
        background: url(img/icon.png) center left no-repeat;
    }

    header .site_ttl h1,
    header .site_ttl a {
        color: #fff;
        display: inline-block;
        font-size: 29px;
        font-weight: bold;
        letter-spacing: 2.5px;
        line-height: 1.4;
        margin: 0 0 10px;
        padding: 26px 0px 10px 87px;
        text-align: center;
        background: url(img/icon.png) center left no-repeat;
    }

    /*nav
    ----------------------------------------*/

    header nav {
        margin: 0 auto;
        width: 100%;
    }

    header nav ul {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 1000px;
    }

    header nav ul li {
        box-sizing: border-box;
        width: calc(100%/5);
    }

    header nav ul li a {      
        color: #2b68b1;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        padding: 20px;
        justify-content: center;
        line-height: 1.7;
        width: 100%;
        height: 100%;
        text-align: justify;
    }

    header nav ul li a:hover {
        background: #fcf051;
        color: #2b68b1;
    }

    header nav .nav_wrap{
      background: #d1f1fe;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        background-color: #7cc8f3;
    }
    
    #mv .inner {
        display: flex;
        margin: 0;
        width: 100%;
        max-width: inherit;
    }

    #mv .mv_img {
        background:  url(img/mv.jpg) center center no-repeat;
        background-size: cover;
        width: 50%;
    }

    #mv .mv_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: url(img/mv_bg.png) right 40px bottom 40px no-repeat, url(img/mv_pt.png) repeat #FFF;
        background-size: 120px,2%;
        margin: 0 auto;
        padding: 40px 20% 40px 2%;
        width: 50%;
        text-align: left;
    }

    #mv .mv_wrap h2 {
        color: #33a4d8;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: 2px;
        padding: 0px 0 15px;
        position: relative;
        text-align: center;
        max-width: 100%;
    }

    #mv .mv_wrap h2::after {
        background: #33a4d8;
        content: "";
        width: 10%;
        height: 2px;
        margin-left: -30px;
        position: absolute;
        bottom: -10px;
        left: 50%;
    }

    #mv .mv_wrap .mv_txt {
        margin-top: 35px;
        max-width: 100%;
    }

    /*contents
    ----------------------------------------*/

    #contents,
    #contents_low {
        background: #FFF;
        background-size: 55px auto;
    }

    #contents {
        padding: 60px 0 150px;
    }

    #contents_low {
        padding: 30px 0 150px;
    }

    #index,
    #page {
        float: left;
        width: 720px;
    }

    #pankuzu {
        font-size: 13px;
        margin: 0 0 30px;
        width: 100%;
        word-break: break-all;
        text-align: left;
    }

    #pankuzu a {
        text-decoration: underline;    
    }
    #pankuzu a:hover {
        text-decoration: none;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5 {
        font-weight: bold;
        line-height: 1.4;
        margin: 30px 0 15px;
    }

    #index h2,
    #page h1 {
        background: #fff;
        border: 3px solid #33a4d8;
        border-bottom: 5px solid #33a4d8;
        color: #33a4d8;
        font-size: 30px;
        margin: 0 0 30px;
        padding: 25px 30px;
        position: relative;
        text-align: center;
    }

    #index h2:before,
    #page h1:before {
        background: url(img/h2.png) bottom center no-repeat;
        content: "";
        width: 29px;
        height: 20px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
    }

    #index h3,
    #page h2 {
        background: url(img/h3.png) repeat, #33a4d8;
        background-size: 38px 28px, 15px auto;
        color: #fff;
        font-size: 27px;
        padding: 20px 20px 20px 25px;
    }

    #page h2 a {
        color: #fff;
    }

    #index h4,
    #page h3 {
        border-bottom: 4px solid #dcdcdc;
        font-size: 25px;
        padding: 0 0 5px;
        position: relative;
    }

    #index h4::after,
    #page h3::after {
        border-bottom: 4px solid #33a4d8;
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 25%;
    }

    #index h5,
    #page h4 {
        background: url(img/h5.png) bottom center repeat-x;
        font-size: 21px;
        padding: 0 0 15px;
        text-align: left;
    }

    #index ul:not(.subList), #page ul:not(.subList),
    #index ol, #page ol {
        margin: 30px 0;
        text-align: left;
    }

    #index ul li, #page ul li {
        background: url(img/li.png) no-repeat 10px 4px;
        background-size: 15px;
        padding-left: 35px;
        margin-bottom: 5px;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        list-style: none;
        margin-bottom: 5px;
        padding: 0 0 0 35px;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        background: #33a4d8;
        border-radius: 50%;
        color: #FFF;
        content: counter(number);
        display: block;
        font-size: 14px;
        height: 20px;
        left: 6px;
        letter-spacing: -.5px;
        line-height: 22px;
        margin-top: -16px;
        position: absolute;
        text-align: center;
        top: 18px;
        width: 20px;
    }

    #index p span, #mv p span,
    #page p span {
        background: linear-gradient(transparent 60%, #fcf051 60%);
        color: #d44d33;
        font-size: 18px;
        font-weight: bold;
    }

    #index .rank, 
    #page .rank,
    #index .check,
    #page .check {
        background: url(img/topic.png) repeat;
        background-size: 10px auto;
        border: 1px solid #b9ebff;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        margin: 30px 0 15px;
        padding: 15px 30px 15px 110px;
        position: relative;
        z-index: 1;
        text-align: left;
    }


    #index .rank::before,
    #page .rank::before,
    #index .check::before,
    #page .check::before {
        content: '';
        display: block;
        height: 100px;
        left: 0;
        margin: -43px 0 0;
        position: absolute;
        top: 50%;
        width: 103px;
    }

    #index .rank1::before,
    #page .rank1::before {
        background: url(img/rank1.png) center center no-repeat;
    }

    #index .rank2::before,
    #page .rank2::before {
        background: url(img/rank2.png) center center no-repeat;
    }

    #index .rank3::before,
    #page .rank3::before {
        background: url(img/rank3.png) center center no-repeat;
    }

    #index .rank4::before,
    #page .rank4::before {
        background: url(img/rank4.png) center center no-repeat;
    }

    #index .rank5::before,
    #page .rank5::before {
        background: url(img/rank5.png) center center no-repeat;
    }

    #index .check::before,
    #page .check::before {
        background: url(img/check.png) top center no-repeat;

    }

    #index .table-layout,
    #page .table-layout {
        width: 100%;
        margin: 50px auto;
    }

    #index .table-layout table,
    #page .table-layout table {
        border: 1px solid #333;
        border-spacing: 0;
        width: 100%;
    }

    #index .table-layout table thead th,
    #index .table-layout table tbody th,
    #index .table-layout table tbody td,
    #page .table-layout table thead th,
    #page .table-layout table tbody th,
    #page .table-layout table tbody td {
        padding: 25px;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #cbdfe5;
        font-weight: bold;
        text-align: center;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-left: 1px solid #333;
        border-top: 1px solid #333;
        text-align: center;
    }

    #index .table-layout table tr th:first-child,
    #page .table-layout table tr th:first-child {
        border-bottom: 1px solid #333;
    }

    #index .table-layout table tr th+th,
    #page .table-layout table tr th+th {
        border-left: 1px solid #333;
    }

    #index .table-layout table tr th:first-child td,
    #page .table-layout table tr th:first-child td {
        border-top: none;
    }

    #index .table-layout table tr:first-child td,
    #page .table-layout table tr:first-child td {
        border-top: none;
    }

    #index .table-layout table td:first-child,
    #page .table-layout table td:first-child {
        border-top: none;
    }

    #index .table-layout table tr:last-child th,
    #page .table-layout table tr:last-child th {
        border-bottom: none;
    }

    #index .float-wrap,
    #page .float-wrap {
        margin: 20px auto 30px;
        position: relative;
    }

    #index .float-img,
    #page .float-img {
        width: 240px;
    }

    #index .float-img .flame,
    #page .float-img .flame {
        background: #d8d8d8;
        border: 2px solid #d8d8d8;
    }

    #index .fl,
    #page .fl {
        float: left;
        margin-right: 20px;
    }

    #index .fr,
    #page .fr {
        float: right;
        margin-left: 20px;
    }

    #index .float-img img,
    #page .float-img img {
        height: auto;
        max-width: 100%;
    }

    #index .float-wrap > p,
    #page .float-wrap > p {
        margin: 0 auto 10px !important;
        position: relative;
        top: -5px;
    }

    #index .float-img .caption,
    #page .float-img .caption {
        margin: 10px auto 10px;
    }

    #index .caption,
    #page .caption {
        text-align: center;
        font-size: 10px;
        color: #999;
        line-height: 1.8;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a {
        border: 2px solid #2b68b1;
        box-shadow: 0 0 0 3px #fff inset;
        border-radius: 40px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin: 30px auto;
        text-align: center;
        text-decoration: none;
        width: 70%;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #33a4d8 url(img/aw.png) right 20px center no-repeat;
        border: 2px solid #33a4d8;
        color: #fff;
        padding: 15px 50px;
		line-height: 25px;
    }

    #index .btn-internal a:hover,
    #page .btn-internal a:hover {
        background: #cfeb6e url(img/aw.png) right 20px center no-repeat;
        color: #1c3c7f;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #df0024  url(img/aw.png) right 20px center no-repeat;
        border: 2px solid #df0024 ;
        color: #FFF;
        padding: 15px 50px;
    }

    #index .btn-web a:hover,
    #page .btn-web a:hover {
        background: #ec6941 url(img/aw.png) right 20px center no-repeat;
        color: #fff;
    }

    #index .btn-link,
    #page .btn-link {
        text-align: right;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: url(img/aw3.png) right center no-repeat;
        background-size: 16px;
        color: #33a4d8;
        font-size: 14px;
        font-weight: bold;
        padding-right: 25px;
        text-align: right;
        text-decoration: underline;
    }

    #index .btn-link a:hover,
    #page .btn-link a:hover {
        text-decoration: none;
    }

    #index .box-wrap,
    #page .box-wrap {
        margin: 40px auto;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .box-wrap .left_box,
    #page .box-wrap .left_box {
        margin-right: 25px;
    }

    #index .box-wrap .box,
    #page .box-wrap .box {
        background: #fff;
        border: 1px dashed #33a4d8;
        width: 48%;
        padding: 20px;
        position: relative;
        display: flex;
        flex-flow: column;
    }

    #index .box-wrap .box .box-head,
    #page .box-wrap .box .box-head {
        background: #33a4d8;
        padding: 15px;
        text-align: left;
    }

    #index .box-wrap .box .box-head ,
    #page .box-wrap .box .box-head {
        /* background: url(img/aw3.png) right center no-repeat; */
        background-size: 16px;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding-right: 20px;
        text-decoration: none;
        line-height: 1.6;
    }

    #index .box-wrap .box .box-body,
    #page .box-wrap .box .box-body {
        margin: 10px 0 0;
    }

    #index .box-wrap .box .box-body p,
    #page .box-wrap .box .box-body p{
        margin: 0;
    }

    #index .permalink,
    #page .permalink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #index .box.left_box .box-head:hover,
    #index .box.right_box .box-head:hover,
    #page .box.left_box .box-head:hover,
    #page .box.right_box .box-head:hover,
    #index .frame-wrap .frame .frame-head:hover,
    #page .frame-wrap .frame .frame-head:hover{
        /* opacity:0.6; */
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
    }

    #index .frame-wrap,
    #page .frame-wrap {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 40px 0;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        border: 3px solid #33a4d8;
        border-radius: 6px;
        position: relative;
        width: 31%;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
       background: #33a4d8;
    border-radius: 3px 3px 0 0;
    padding: 15px 12px;
    text-align: left;
    }

    #index .frame-wrap .frame .frame-head a,
    #page .frame-wrap .frame .frame-head a {
        background: url(img/aw3.png) right 1px center no-repeat;
        background-size: 16px;
        color: #FFF;
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        text-decoration: none;
        padding-right: 25px;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        margin: 10px 4px;
    }

    #index .frame-wrap .frame .frame-body p,
    #page .frame-wrap .frame .frame-body p {
        margin: 0!important;
    }
    .rank_wrap{
      text-align: left;
    }
   #index .box-block{
      border: none;
      padding: 20px 20px;
      margin: 0 0 45px 0;
      text-align: center;
    }
    #index .box-block p{
      margin: 0;
    }
    #index .box-block.blue{
      background: url(img/bg_01.gif) no-repeat;
      background-size: cover;
    }
    #index .box-block.pink{
      background: url(img/bg_02.gif) no-repeat;
      background-size: cover;
    }
    #index .box-block .flame{
      margin: 0 0 10px 0;
    }
    #index .box-block .title{
      display: inline-block;
      text-align: center;
      padding: 15px 45px;
      margin: 0 0 17px 0;
      font-weight: bold;
      line-height: 255%;
    }
    #index .box-block .title p{
     margin: 0;
     font-size: 28px;
    }
    #index .box-block .article{
      width: 100%;
      background: #FFF;
      padding: 15px;
      margin: 0 7px 0 0;
      text-align: left;
    }
    #index .box-block .article:last-child{
      margin: 0;
    }
    #index .box-block .article .titleBlock{
      text-align: center;
      margin: 10px 0 13px 0;
    }
    #index .box-block .article .catch{
      color: #51bce0;
      font-size: 18px;
      font-weight: bold;
      line-height: 130%;
      margin: 0 0 0px 0; 
    }
    #index .box-block .article .bold{
      font-size: 16px;
      text-align: center;
      font-weight: bold;
    }
    #index .box-block .article .red_b{
      font-weight: bold;
      color: #e95463;
      font-size: 24px;
    }
    #index .box-block .article .red{
      font-size: 12px;
      color: #e95463;
    }
    #index .box-block .article span{

    }
    #index .box-block .article p{
      margin: 0;
    }
    #index .box-block .article .tag{
      margin: 0 0 10px 0;
    }
    #index .box-block .article .tagBtn{
      display: inline-block;
      border-radius: 50px;
      border: 1px solid #dae2f0;
      font-size: 10px;
      text-decoration: none;
      padding: 0 5px;
      transition: .3s;
    }
    #index .box-block .article .current{
        background: #ebf8fc;
    }
    #index .box-block .article .btn-web a{
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
    line-height: 19px;
    background: #df0024 url(img/aw.png) right 9px center no-repeat;
    }
    #index .box-block .article .innerBox{
      /* border: 1px solid #afb6c3; */
      margin: 0;
    }
    #index .box-block .article .right_box{
      background: #ebf8fc;
      font-weight: bold;
      border-right: 1px solid #afb6c3;
    }
    #index .box-block .article .right_box,
    #index .box-block .article .left_box{
      line-height: 130%;
      padding: 10px;
    }
    #index .box-block .article .right_box span,
    #index .box-block .article .left_box span{
        color: #e95463;
		font-weight: bold;
    }
	#index .box-block .article .textArea p {
    font-size: 11px;
    text-align: center;
	}
    #index .gray-box{
      display: flex;
      max-width: 590px;
      align-items: center;
      width: 100%;
      margin: 0 auto;
      border: 1px solid #dae2f0;
      padding: 10px;
    }
    #index .gray-box .right_box{
      padding: 0px 20px 0;
      text-align: left;
    }
    #index .gray-box p{
      margin: 0 0 15px 0;
    }
    #index .gray-box .btn-internal a{
      width: 85%;
      margin: 0 auto;
      padding: 11px 15px;
    }
    #index .gray-box .subtitle{
      color: #51bce0;
      font-size: 16px;
      margin: 0 0 10px 0;
    }
    #index .gray-box .title{
      font-size: 20px;
      color: #333333;
      line-height: 140%;
      margin: 0 0 7px 0;
    }
     #index .link_block{
      display: flex;
      justify-content: space-between;
    }
    #index .link_block p{
      width: 48%;
      margin: 0;
    }
    #index .link_block .btn-internal a,
    #index .link_block .btn-web a{
      width: 100%;
    }



   #page .box-block{
      border: none;
      padding: 20px 20px;
      margin: 0 0 45px 0;
      text-align: center;
    }
    #page .box-block p{
      margin: 0;
    }
    #page .box-block.blue{
      background: url(img/bg_01.gif) no-repeat;
      background-size: cover;
    }
    #page .box-block.pink{
      background: url(img/bg_02.gif) no-repeat;
      background-size: cover;
    }
    #page .box-block .flame{
      margin: 0 0 10px 0;
    }
    #page .box-block .title{
      display: inline-block;
      text-align: center;
      padding: 15px 45px;
      margin: 0 0 17px 0;
      font-weight: bold;
      line-height: 255%;
    }
    #page .box-block .title p{
     margin: 0;
     font-size: 28px;
    }
    #page .box-block .article{
      width: 100%;
      background: #FFF;
      padding: 15px;
      margin: 0 7px 0 0;
      text-align: left;
    }
    #page .box-block .article:last-child{
      margin: 0;
    }
    #page .box-block .article .titleBlock{
      text-align: center;
      margin: 10px 0 13px 0;
      /* margin: 10px 0 13px 0; */
    }
    #page .box-block .article .catch{
      color: #51bce0;
      font-size: 18px;
      font-weight: bold;
      line-height: 130%;
      margin: 0 0 0px 0; 
    }
    #page .box-block .article .bold{
      font-size: 16px;
      text-align: center;
      font-weight: bold;
    }
    #page .box-block .article .red_b{
      font-weight: bold;
      color: #e95463;
      font-size: 24px;
    }
    #page .box-block .article .red{
      font-size: 12px;
      color: #e95463;
    }
    #page .box-block .article span{

    }
    #page .box-block .article p{
      margin: 0;
    }
    #page .box-block .article .tag{
      margin: 0 0 10px 0;
    }
    #page .box-block .article .tagBtn{
      display: inline-block;
      border-radius: 50px;
      border: 1px solid #dae2f0;
      font-size: 10px;
      text-decoration: none;
      padding: 0 5px;
      transition: .3s;
    }
    #page .box-block .article .current{
        background: #ebf8fc;
    }
    #page .box-block .article .btn-web a{
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin: 15px 0;
    line-height: 19px;
    background: #df0024 url(img/aw.png) right 9px center no-repeat;
    }
    #page .box-block .article .innerBox{
      /* border: 1px solid #afb6c3; */
      margin: 0;
    }
    #page .box-block .article .right_box{
      background: #ebf8fc;
      font-weight: bold;
      border-right: 1px solid #afb6c3;
    }
    #page .box-block .article .right_box,
    #page .box-block .article .left_box{
      line-height: 130%;
      padding: 10px;
    }
    #page .box-block .article .right_box span,
    #page .box-block .article .left_box span{
        color: #e95463;
		font-weight:bold;
    }
	#page .box-block .article .textArea p {
    font-size: 11px;
    text-align: center;
	}
    #page .gray-box{
      display: flex;
      max-width: 590px;
      align-items: center;
      width: 100%;
      margin: 0 auto;
      border: 1px solid #dae2f0;
      padding: 10px;
    }
    #page .gray-box .right_box{
      padding: 0px 20px 0;
      text-align: left;
    }
    #page .gray-box p{
      margin: 0 0 15px 0;
    }
    #page .gray-box .btn-internal a{
      width: 85%;
      margin: 0 auto;
      padding: 11px 15px;
    }
    #page .gray-box .subtitle{
      color: #51bce0;
      font-size: 16px;
      margin: 0 0 10px 0;
    }
    #page .gray-box .title{
      font-size: 20px;
      color: #333333;
      line-height: 140%;
      margin: 0 0 7px 0;
    }

    /*sidebar
    ----------------------------------------*/

    #sub {
        float: right;
        width: 240px;
        margin: 31px 0 0 0;
    }

    #sub .title{
      display: block;
      background: #df0024;
      padding: 0px 15px;
      margin: -45px 0 0 0;
      text-align: center;
      position: relative;
      height: 55px;
    }

    #sub .title::after{
      display: block;
      content: url(img/free_bottom.png);
      width: 18px;
      height: 12px;
      position: absolute;
      bottom: -6px;
      left: 45%; 
    }

    #sub .title p{
      font-family: 'Poppins', sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 55px;
      color: #FFF;
      margin: 0;
      text-align: center;
    }

    #sub .free_space {
        background: url(img/free.gif) repeat;
        padding: 15px 20px;
        margin-bottom: 30px;
        width: 100%;
    }

    #sub .free_space .ttl {
        margin: 25px 0 15px;
    }

    #sub .free_space .ttl a {
        color: #FFF;
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: center;
    }

    #sub .free_space .ttl a:hover {
        color: #707070;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin: 0 0 10px;
    }

    #sub .free_space a.more {
        background: #33a4d8 url(img/aw4.png) right 15px center no-repeat;
        color: #fff;
        border: 2px solid #33a4d8;
        box-shadow: 0 0 0 3px #fff inset;
        border-radius: 40px;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        padding: 10px 35px 10px 20px;
        text-decoration: none;
        width: 100%;
    }

    #sub .free_space a.more:hover {
        background: #cfeb6e url(img/aw4.png) right 15px center no-repeat;
        color: #1c3c7f;
    }

    #sub .free_space p{
        color: #FFF;
    }

    #sub .cate_menu .cate_menu_box {
        background: #fff;
        border: 1px dashed #dcdcdc;
        margin: 20px 0;
        padding: 10px;
        text-align: justify;
        width: 100%;
    }

    #sub .cate_menu .cate_top a {
        background: url(img/cate_bg.png) repeat, #dcdcdc;
        background-size: 15px auto;
        border: 5px solid #dcdcdc;
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;        
    }

    #sub .cate_menu .cate_top a:hover {
        background: url(img/cate_bg2.png) repeat, #fd7b7b;
        background-size: 15px auto;
        border: 5px solid #fd7b7b;
    }

    #sub .cate_menu ul li a {
        background: #fff url(img/aw5.png) right 15px center no-repeat;
        border-bottom: 1px solid #dcdcdc;
        display: block;
        padding: 15px 40px 15px 20px;
        line-height: 1.3;
        position: relative;
    }

    #sub .cate_menu ul li.child a {
        padding: 15px 40px 15px 40px;
    }     

    #sub .cate_menu ul li.child a:before {
        content: "└";
        position: absolute;
        top: 16px;
        left: 20px;
    } 

    #sub .cate_menu ul li a:hover {
        color: #df0024;
        background: #fff url(img/aw6.png) right 15px center no-repeat;
    }

    #sub .cate_menu ul li:last-child a {
        border-bottom: none;
    }

    #sub .cate_menu ul.subList li:first-child a {
        border-bottom: 1px solid #dcdcdc;
    }

    /*footer
    ----------------------------------------*/

    footer {
        background: #33a4d8;
        padding: 40px 0 0;
        width: 100%;
        min-width: 1000px;
        position: relative;
    }

    footer #pagetop {
        position: absolute;
        top: -160px;
        right: 0;
        z-index: 5;
    }

    footer #pagetop a {
        display: inline-block;
    }

    footer #pagetop a:hover img {
        visibility: hidden;
    }

    footer #pagetop a:hover {
        background: url(img/pt.png) center center no-repeat;
        opacity: 0.6;
    }

    footer .frame-head{
      text-align: left;
    }

    footer .inner {
        position: relative;
        color: #FFF;
    }
    footer .copyright .inner {
        color: #2b68b1;
    }

    footer .all.flex {
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .inner .frame-wrap {
        width: 100%;
        margin: 0 auto;
    }

    footer .frame-wrap .frame {
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }

    footer .frame-head a {
        background: #d1f1fe;
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
    }

    footer .frame-head a:hover {
        background: #eee;
    }

    footer .frame-body {
        display: block;
        line-height: 100%;
        margin: 10px 0px 0;
    }

    footer .frame-body ul:not(.sub_list) {
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -weblit-justify-content: flex-start;
        justify-content: flex-start;
    }

    footer .frame-body ul li:not(.sub_cat) {
        vertical-align: top;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 15px 15px 0;
        width: 31%;
        text-align: left;
    }

    footer .frame-body ul li a {
        background: url(img/ft_aw.png) left top 5px no-repeat;
        color: #FFF;
        background-size: 15px;
        display: block;
        text-decoration: none;
        padding: 5px 10px 5px 20px;
        position: relative;
        width: 100%;
        line-height: 135%;
        margin: 0 0 10px;
    }

    footer .frame-body ul li.sub_cat a {
        background: none;
        padding-left: 45px;
        position: relative;
    }

    footer .frame-body ul li.sub_cat a:before {
        content: "└";
        position: absolute;
        top: 6px;
        left: 20px;
    }

    footer .frame-body ul li:not(.sub_cat) a:hover {
        color: #707070;
    }

    footer .frame-body ul li.sub_cat a:hover {
        background: none;
    }

    footer .notes {
        background: url(img/ft_line.png) top repeat-x,url(img/ft_line.png) bottom repeat-x;
        font-size: 12px;
        margin: 20px 0 20px;
        line-height: 1.8;
        padding: 15px 20px;
        text-align: center;
    }

    footer .notes p span {
        display: block;
    }
    footer .memo{
        font-size: 12px;
        margin: 0px 0 20px;
        line-height: 1.8;
        padding: 0 0 0 0;
        text-align: center;
    }
    footer .copyright {
        background: #d1f1fe;
        color: #fff;
        font-size: 11px;
        padding: 4px 0;
    }

    footer .copyright a {
        color: #2b68b1;
        line-height: 1.4;
    }

    footer .copyright .stmp {
        background: url(img/aw7.png) right center no-repeat;
        background-size: 16px;
        color: #2b68b1;
        display: block;
        font-size: 13px;
        padding: 5px 30px 0 0;
    }

    /****pc*******/
}

/*----------------------------------------------------
        SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

    .pc {
        display: none;
    }

    .pc_br{
        display: none;
    }

    .left, .Left {
        float: left;
    }

    .right, .Right {
        float: right;
    }

    html {
        font-size: 3.2vw;
    }

    body {
		font-size: 1.2rem;
        line-height: 2.0;
    }

    #index a, #page a {
        color: #333;
        text-decoration: underline;
    }

    #index p, #page p, #sub p {
        margin: 0.625rem 0;
    }

    /*header
    ----------------------------------------*/

    header {
        background: #33a4d8;
        background-size: 8rem auto;
        width: 100%;
        padding: 1rem 0 0.6rem;
        position: relative;
        z-index: 110;
    }

    header p {
        margin: 0;
    }

    header .site_ttl {
        border-bottom: 0.1rem solid rgba(255,255,255,0.4);
        position: relative;
    }

    header h1{
        background: url(img/icon.png) center left 1.5rem no-repeat;
        background-size: 3.5rem;
    }

    header h1, header .site_ttl a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    margin: 0 0 0;
    text-align: left;
    padding: 0.5rem 6.5rem 0.5rem 5.5rem;
    background: url(img/icon.png) center left 1.5rem no-repeat;
    background-size: 3.5rem;
    }

header .menu_btn {
    background: url(img/sp/close_sp.png) no-repeat;
    background-size: 90% 90%;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 14%;
    z-index: 120;
}
    header .menu_btn img {
        width: 100%;
    }

    header .menu_btn.open img {
        opacity: 0;
    }

    /*nav
    ----------------------------------------*/

    nav {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 110;
        top: 0;
        left: 0;
    }

    nav .nav_wrap {
        background: #efefef;
        padding: 7rem 1rem 1rem;
        overflow-y: scroll;
        height: auto;
    }

    nav a{
        text-decoration: none;
    }

    nav ul li a {
        background: url(img/sp/aw5_sp.png) right 1.5rem center no-repeat, url(img/cate_bg.png) repeat, #dcdcdc;
        background-size: 0.9rem auto, 1.5rem auto;
        border: 0.4rem solid #dcdcdc;
        display: block;
        font-size: 100%;
        font-weight: bold;
        padding: 1.2rem 3.5rem 1.2rem 1rem;
        text-align: justify;
        line-height: 1.2;
    }

    nav ul li + li {
        margin-top: 1rem;
    }

    nav .close_btn {       
        display: block;
        text-align: center;
        font-weight: bold;
        margin-top: 1rem;
        padding: 1rem 0.9rem;
        width: 100%;
    }

    .overflow {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(51,51,51,0.7);
        top: 0;
        z-index: 100;
    }

    /*mv
    ----------------------------------------*/

    #mv {
        width: 100%;
    }

    #mv .mv_img {
	background: url(img/mv.jpg) top -9rem center no-repeat;
    background-size: cover;
    width: 100%;
    height: 8rem;
}
    #mv .inner {
        flex-direction: column;
    }

    #mv .mv_wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: url(img/mv_bg.png) right 4rem bottom 4rem no-repeat, url(img/mv_pt.png) repeat #FFF;
      background-size: 12rem,2%;
      margin: 0 auto;
      padding: 0.5rem 1.8rem 0rem;
      width: 100%;
      text-align: left;
    }

    #mv .mv_wrap h2 {

	    color: #33a4d8;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    padding: 0px 0 1.0rem;
    position: relative;
    text-align: center;

    }

#mv .mv_txt {
    font-size: 1.2rem;
    margin-top: 0rem;
}

    /*contents
    ----------------------------------------*/

    #contents {
        padding: 2.5rem 1rem 8rem;
    }

    #contents_low {
        padding: 2rem 1rem 8rem;
    }

    #pankuzu {
        font-size: 1.3rem;
        width: 100%;
		margin: 0 0 2rem;
        padding: 0 0 0.4rem;
        overflow: auto;
        white-space: nowrap;
    }

    #pankuzu a {
        text-decoration: underline;
    }

    #pankuzu::-webkit-scrollbar{
        height: 0.6rem;
    }
    #pankuzu::-webkit-scrollbar-track{
        background: #d2d2d2;
        border-radius: 10px;
    }
    #pankuzu::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 10px;
    }

    #index h1,
    #index h2,
    #index h3,
    #index h4,
    #index h5,
    #page h1,
    #page h2,
    #page h3,
    #page h4,
    #page h5{
        font-weight: bold;
        line-height: 1.4;
        margin: 2.7rem 0 1.2rem;
    }

    #index h2,
    #page h1 {
        background: #fff;
        border: 0.3rem solid #33a4d8;
        border-bottom: 0.5rem solid #33a4d8;
        color: #33a4d8;
		font-size: 1.8rem;
        margin: 0 0 3rem;
        padding: 1.5rem 1rem;
        position: relative;
        text-align: center;
    }

    #index h2:after,
    #page h1:after {
        background: url(img/sp/h2_sp.png) bottom left repeat-x;
        background-size: 2.5rem auto;
        content: "";
        width: 2.5rem;
        height: 2rem;
        position: absolute;
        bottom: -2rem;
        left: 48%;
        margin-left: -1rem;
    }

    #index h3,
    #page h2 {
        background: url(img/h3.png) repeat #33a4d8;
        background-size: 3.8rem; 
        color: #fff;
		font-size: 1.8rem;
        padding: 0.8rem 1rem 0.8rem 2rem;
    }

    #page h2 a {
        color: #fff;
    }

    #index h4,
    #page h3 {
        border-bottom: 0.4rem solid #dcdcdc;
        color: #183149;
        font-size: 1.7rem;
        padding: 0 0 1rem;
        position: relative;
    }

    #index h4::after,
    #page h3::after {
        border-bottom: 0.4rem solid #33a4d8;
        content: "";
        display: block;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -0.4rem;
        width: 25%;
    }

    #index h5,
    #page h4 {
        background: url(img/sp/h4_sp.png) left bottom repeat-x;
        background-size: 32rem auto;
        font-size: 1.6rem;
        padding: 0 0 1.2rem;
    }

    #index ul, #page ul:not(.subList),
    #index ol, #page ol {
        margin: 2.1rem 0;
    }

    #index ul li, #page ul li {
        background: url(img/sp/li_sp.png) no-repeat left 0.4rem top 0.5rem;
        background-size: 1.2rem auto;
        margin: 0 0 5px;
        padding-left: 2.5rem;
    }

    #index ol li, #page ol li {
        counter-increment: number;
        display: block;
        margin: 0 0 5px;
        list-style: none;
        padding-left: 2.5rem;
        position: relative;
    }

    #index ol li:before,
    #page ol li:before {
        background: #33a4d8;
        border-radius: 50%;
        color: #FFF;
        content: counter(number);
        display: block;
        font-size: 1.2rem;
        margin-top: -1.3rem;
        left: 0;
        letter-spacing: -.5px;
        line-height: 2rem;
        width: 1.8rem;
        height: 1.8rem;
        position: absolute;
        text-align: center;
        top: 1.5rem;
    }

   #mv p span, #index p span,
    #page p span {
        background: linear-gradient(transparent 60%, #fcf051 60%);
        color: #d8614a;
        font-size: 1.4rem;
        font-weight: bold;
    }

    #index .rank,
    #page .rank,
    #index .check,
    #page .check {
        background: url(img/sp/topic_sp.png) repeat;
        background-size: 1rem, auto;
        border: 0.1rem solid #dcdcdc;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 2.7rem 0 2.7rem;
        padding: 1rem 0.5rem 1rem 7.0rem;
        position: relative;
        z-index: 3;
    }

    #index .rank:before,
    #page .rank:before,
    #index .check:before,
    #page .check:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -3.5rem 0 0;
        width: 7.5rem;
        height: 7.5rem;
        z-index: 5;
    }

    #index .rank1:before,
    #page .rank1:before {
        background: url(img/sp/rank1.png) left center no-repeat;
        background-size: 90% auto;
    }

    #index .rank2:before,
    #page .rank2:before {
        background: url(img/sp/rank2.png) left center no-repeat;
        background-size: 90% auto;
    }

    #index .rank3:before,
    #page .rank3:before {
        background: url(img/sp/rank3.png) left center no-repeat;
        background-size: 90% auto;
    }

    #index .rank4:before,
    #page .rank4:before {
        background: url(img/sp/rank4.png) top center no-repeat;
        background-size: 90% auto;
    }

    #index .rank5:before,
    #page .rank5:before {
        background: url(img/sp/rank5.png) top center no-repeat;
        background-size: 90% auto;
    }

    #index .check:before,
    #page .check:before {
        background: url(img/sp/check.png) top center no-repeat;
        background-size: 90% auto;
    }

    #index .table-layout,
    #page .table-layout {
        width: 100%;
        margin: 2.9rem auto;
        overflow: auto;
    }

    #index .table-layout table,#index .table-layout tbody,#index .table-layout tr,#index .table-layout th,#index .table-layout td,
    #page .table-layout table,#page .table-layout tbody,#page .table-layout tr,#page .table-layout th,#page .table-layout td{
      display: block;
      width: 100%;
    }

    #index .table-layout table,
    #page .table-layout table {
        border: 0.1rem solid #333;
        border-spacing: 0;
        margin: 1.7rem 0 1rem;
        overflow: hidden;
        width: 100%;
    }

    #index .table-layout::-webkit-scrollbar,
    #page .table-layout::-webkit-scrollbar {
        height: 0.8rem;
    }

    #index .table-layout::-webkit-scrollbar-track,
    #page .table-layout::-webkit-scrollbar-track {
        background: #d2d2d2;
        border-radius: 10px;
    }

    #index .table-layout::-webkit-scrollbar-thumb,
    #page .table-layout::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 10px;
    }

    #index .table-layout table thead th,
    #index .table-layout table tbody th,
    #index .table-layout table tbody td,
    #page .table-layout table thead th,
    #page .table-layout table tbody th,
    #page .table-layout table tbody td {
        padding: 1.7rem 1rem;
        vertical-align: middle;
        word-break: break-all;
    }

    #index .table-layout table th,
    #page .table-layout table th {
        background: #cbdfe5;
        border-left: 0.1rem solid #333;
        border-top:  0.1rem solid #333;
        border-bottom:  0.1rem solid #333;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }

    #index .table-layout table td,
    #page .table-layout table td {
        background: #fff;
        border-bottom: 0.1rem solid #333;
        text-align: center;
    }
    #index .table-layout table td:last-child,
    #page .table-layout table td:last-child {
        border-bottom:  none;
    }

    #index .table-layout table tr td:first-child,
    #index .table-layout table tr th:first-child,
    #page .table-layout table tr td:first-child,
    #page .table-layout table tr th:first-child {
        border-left: none;
    }

    #index .table-layout table tr:first-child td,
    #index .table-layout table tr:first-child th,
    #page .table-layout table tr:first-child td,
    #page .table-layout table tr:first-child th {
        border-top: none;
    }

    #index .float-wrap,
    #page .float-wrap {
        margin: 3rem auto;
        position: relative;
    }

    #index .float-wrap > p,
    #page .float-wrap > p {
        margin: 0 auto 1rem !important;
        position: relative;
        top: -0.5rem;
    }

    #index .float-img,
    #page .float-img {
        width: 100%;
        margin: 0 auto;
    }

    #index .float-img .flame,
    #page .float-img .flame {
        background: #d8d8d8;
        border: 0.2rem solid #d8d8d8;
    }

    #index .float-img img,
    #page .float-img img {
        max-width: 100%;
    }

    #index .caption,
    #page .caption {
        text-align: center;
        font-size: 0.6rem;
        color: #999;
        margin: 1rem 0;
        line-height: 1.4;
        word-wrap: break-word;
    }

    #index .btn-internal a,
    #index .btn-web a,
    #page .btn-internal a,
    #page .btn-web a,
    #index .btn-link a,
    #page .btn-link a,
    #index .btn-tel a ,
    #page .btn-tel a {
        border: 0.2rem solid #2b68b1;
        box-shadow: 0 0 0 0.3rem #fff inset;
        border-radius: 4rem;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 1.5rem auto;
        text-align: center;
        text-decoration: none;
        width: 90%;
		line-height:1.9rem;
    }

    #index .btn-internal a,
    #page .btn-internal a {
        background: #33a4d8 url(img/aw.png) right 2rem center no-repeat;
        border: 0.2rem solid #33a4d8;
        background-size: 1.7rem auto;
        color: #fff;
        padding: 1.8rem 4rem 1.5rem 2rem;
    }

    #index .btn-web a,
    #page .btn-web a {
        background: #df0024 url(img/aw.png) right 2rem center no-repeat;
        border: 0.2rem solid #df0024;
        background-size: 1.7rem auto;
        font-size: 1.3rem;
        color: #FFF;
        padding: 1.5rem 3.5rem 1.5rem 1rem;
        width: 100%;
    }

    #index .btn-link a,
    #page .btn-link a {
        background: #fff url(img/aw7.png)  right 2rem center no-repeat;
        background-size: 1.7rem auto;
        color: #28447e;
        padding: 1.5rem 4rem 1.5rem 2rem;
    }

    #index .btn-tel a,
    #page .btn-tel a {
        background: url(img/sp/tel_sp.png) left 2rem center no-repeat, url(img/aw.png)  right 2rem center no-repeat, #dcdcdc;
        background-size: 2.3rem auto, 1.7rem auto;
        font-size: 1.3rem;
        color: #28447e;
        padding: 1.5rem 3.5rem 1.5rem 4rem;
        width: 100%;
    }

    #index .box-wrap .box,
    #page .box-wrap .box {
        background: #fff;
        border: 0.1rem dashed #33a4d8;
        width: 100%;
        margin: 3rem auto;
        padding: 1.5rem 1.5rem 0;
    }

    #index .box-wrap .box .box-head,
    #page .box-wrap .box .box-head {
        background: #33a4d8;
    }

    #index .box-wrap .box .box-head, #page .box-wrap .box .box-head {
        /* background: url(img/aw3.png) right 2rem center no-repeat; */
        background-size: 1.7rem auto;
        color: #fff;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
        padding: 1.5rem 2rem 1.1rem 2rem;
    }


    #index .box-wrap .box .box-body,
    #page .box-wrap .box .box-body {
        margin: 2rem 0 0;
    }
    
    #index .box-wrap .box .box-body p,
    #page .box-wrap .box .box-body p {
        margin: 0;
    }
    
    #index .box-wrap .box .box-body a,
    #page .box-wrap .box .box-body a,
    #index .frame-wrap .frame .frame-body a,
    #page .frame-wrap .frame .frame-body a,
    #sub .more {
    background: #df0024 url(img/aw.png) right 2rem center no-repeat;
    background-size: 1.7rem auto;
    border: 0.2rem solid #df0024;
        box-shadow: 0 0 0 0.3rem #fff inset;
        border-radius: 4rem;
        color: #fff;
        display: block;
        font-size: 1.44rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 1.5rem auto;
        padding: 1.8rem 4rem 1.5rem 2rem;
        text-align: center;
        text-decoration: none;
        width: 90%;
    }

    #index .frame-wrap .frame,
    #page .frame-wrap .frame {
        background: #fff;
        border: 0.3rem solid #33a4d8;
        border-radius: 0.6rem;
        margin: 2rem 0;
    }

    #index .frame-wrap p,
    #page .frame-wrap p {
        margin: 0;
    }

    #index .frame-wrap .frame .frame-head,
    #page .frame-wrap .frame .frame-head {
        background: #33a4d8;
        border-radius: 0.3rem 0.3rem 0 0;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #index .frame-wrap .frame .frame-head a,
    #page .frame-wrap .frame .frame-head a {
        background: url(img/aw3.png) right 2.5rem center no-repeat;
        background-size: 1.7rem auto;
        color: #FFF;
        display: block;
        padding: 1.5rem 4.5rem 1.5rem 2rem;
        text-decoration: none;
    }

    #index .frame-wrap .frame .frame-body,
    #page .frame-wrap .frame .frame-body {
        padding: 0 2rem;
        margin: 2rem 0 0;
    }

    #index .link_block{
      flex-direction: column;
    }

    #index .box-block{
      padding: 1.5rem 1rem 1.5rem;
		margin: 0 0 4.5rem 0;
    }

    #index .box-block.blue {
        background: url(img/bg_01.gif) no-repeat;
        background-size: cover;
    }

    #index .box-block.pink {
        background: url(img/bg_02.gif) no-repeat;
        background-size: cover;
    }

    #index .box-block .title {
        text-align: center;
        padding: 1.5rem 1rem;
        margin: 0 0 1rem 0;
        font-weight: bold;
        line-height: 255%;
    }

    #index .gray-box {
        background: url(img/dummy_02.png) center no-repeat;
        background-size: cover;
        padding: 1.0rem;
        margin: 0 0 7.5rem 0;
    }

    #index .gray-box .right_box {
        background: rgba(255,255,255,0.8);
        padding: 2.0rem 2.0rem 2.0rem;
    }

    #index .gray-box .subtitle {
        color: #51bce0;
        font-size: 1.6rem;
        margin: 0 0 1.0rem 0;
    }

    #index .gray-box .title {
        font-size: 2.0rem;
        color: #333333;
        line-height: 140%;
        margin: 0 0 0.7rem 0;
    }

    #sub .title::after {
        display: block;
        content: url(img/free_bottom.png);
        width: 1.8rem;
        height: 1.2rem;
        position: absolute;
        bottom: 0;
        left: 45%;
    }

    .flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    #index .box-block .article {
        width: 100%;
        background: #FFF;
        padding: 2rem;
        margin: 0 0 1.5rem 0;
    }

    #index .box-block .title span {
        font-size: 1.2rem;
    }

    #index .box-block .title p {
        margin: 0;
        font-size: 2.0rem;
        line-height: 130%;
    }

    #index .box-block .article .innerBox {
        flex-direction: row;
        padding: 0;
        width: 80%;
        margin: auto;
    }

    #index .box-block .article .right_box {
        background: #ebf8fc;
        /* font-weight: bold; */
        /* border-right: 0.1rem solid #afb6c3; */
    }

    #index .box-block .article .right_box,
    #index .box-block .article .left_box {
        line-height: 130%;
        padding: 1.5rem 2rem;
        margin: auto 0;
    }

    #index .box-block .article .tag {
        margin: 0 0 1rem 0;
    }

    #index .box-block .article .current {
        background: #ebf8fc;
    }

    #index .box-block .article .tagBtn {
        display: inline-block;
        border-radius: 5rem;
        border: 0.1rem solid #dae2f0;
        font-size: 1.4rem;
        text-decoration: none;
        padding: 0 0.5rem;
    }

    #index .box-block .article .catch {
        color: #51bce0;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 130%;
        margin: 0 0 1rem 0;
    }

    #index .box-block .article .bold {
        font-size: 1.6rem;
        text-align: center;
        font-weight: bold;
    }

    #index .box-block .article .red_b {
        font-weight: bold;
        color: #e95463;
        font-size: 2.4rem;
    }

    #index .box-block .article .red {
        font-size: 1.2rem;
        color: #e95463;
    }

      #index .box-block .article .titleBlock {
        text-align: center;
    }

    #index .box-block p {
        margin: 0;
    }

    #index .btn-internal a, #page .btn-internal a {
background: #33a4d8 url(img/aw.png) right 1rem center no-repeat;
    border: 0.2rem solid #33a4d8;
    color: #fff;
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2.0rem;
    }

    #index .box-block.pink .article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem;
    }

    #index .box-block.pink .article .btnBlock {
        display: flex;
        flex-direction: column;
        width: 47%;
    }

    #index .box-block.pink .article .btn-web{
        flex: 1;
    }

    #index .box-block.pink .article .btn-web a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #df0024;
        border-radius: 3rem;
        padding: 0.8rem;
        margin: 0 0 0 0;
        min-height: 2.5rem;
    }

    #index .box-block.pink .article .btn-tel a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(img/sp/tel_sp.png) left 2rem center no-repeat #dcdcdc;
        background-size: 1.5rem auto;
        border-radius: 3rem;
        align-items: center;
        height: 3.5rem;
        margin: 0.7rem 0 0 0;
        padding: 0 0 0 0.9rem;
    }


    #page .box-block{
      padding: 0 1rem 1.5rem;
      margin: 0 0 4.5rem 0;
    }

    #page .box-block.blue {
        background: url(img/bg_01.gif) no-repeat;
        background-size: cover;
    }

    #page .box-block.pink {
        background: url(img/bg_02.gif) no-repeat;
        background-size: cover;
    }

    #page .box-block .title {
        text-align: center;
        padding: 1.5rem 1rem;
        margin: 0 0 1rem 0;
        font-weight: bold;
        line-height: 255%;
    }

    #page .gray-box {
        background: url(img/dummy_02.png) center no-repeat;
        background-size: cover;
        padding: 1.0rem;
        margin: 0 0 7.5rem 0;
    }

    #page .gray-box .right_box {
        background: rgba(255,255,255,0.8);
        padding: 2.0rem 2.0rem 2.0rem;
    }

    #page .gray-box .subtitle {
        color: #51bce0;
        font-size: 1.6rem;
        margin: 0 0 1.0rem 0;
    }

    #page .gray-box .title {
        font-size: 2.0rem;
        color: #333333;
        line-height: 140%;
        margin: 0 0 0.7rem 0;
    }

    #page .flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    #page .box-block .article {
        width: 100%;
        background: #FFF;
        padding: 2rem;
        margin: 0 0 1.5rem 0;
    }

    #page .box-block .title span {
        font-size: 1.2rem;
    }

    #page .box-block .title p {
        margin: 0;
        font-size: 2.0rem;
        line-height: 130%;
    }

    #page .box-block .article .innerBox {
        /* border: 0.1rem solid #afb6c3; */
        /* margin: 1.5rem 0; */
        flex-direction: row;
        padding: 0;
        width: 68%;
        margin: auto;
    }

    #page .box-block .article .right_box {
        background: #ebf8fc;
        /* font-weight: bold; */
        /* border-right: 0.1rem solid #afb6c3; */
    }

    #page .box-block .article .right_box,
    #page .box-block .article .left_box {
        line-height: 130%;
        padding: 1rem;
        margin: auto 0;
    }

    #page .box-block .article .tag {
        margin: 0 0 1rem 0;
    }
	#index .textArea p,#page .textArea p {
    text-align: center;
    font-size: 1.2rem;
}

#index .titleBlock,#page .titleBlock{
    margin: 0rem 0rem 1.2rem;
}

#index .left_box,#page .left_box{
    /* font-size: 2.0rem; */
    /* font-weight: bold; */
}


#index .right_box,#page .right_box{
    padding: 1rem;
    font-size: 1.2rem;
}


    #page .box-block .article .current {
        background: #ebf8fc;
    }

    #page .box-block .article .tagBtn {
        display: inline-block;
        border-radius: 5rem;
        border: 0.1rem solid #dae2f0;
        font-size: 1.4rem;
        text-decoration: none;
        padding: 0 0.5rem;
    }

    #page .box-block .article .catch {
        color: #51bce0;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 130%;
        margin: 0 0 1rem 0;
    }

    #page .box-block .article .bold {
        font-size: 1.6rem;
        text-align: center;
        font-weight: bold;
    }

   #page .box-block .article .red_b {
        font-weight: bold;
        color: #e95463;
        font-size: 2.4rem;
    }

    #page .box-block .article .red {
        font-size: 1.2rem;
        color: #e95463;
    }

      #page .box-block .article .titleBlock {
        text-align: center;
    }

    #page .box-block p {
        margin: 0;
    }

    #page .btn-internal a, #page .btn-internal a {
    background: #33a4d8 url(img/aw.png) right 2rem center no-repeat;
    border: 0.2rem solid #33a4d8;
    color: #fff;
    padding: 1.5rem 4rem 1.5rem 2rem;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.9rem;
    }

    #page .box-block.pink .article {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem;
    }

    #page .box-block.pink .article .btnBlock {
        display: flex;
        flex-direction: column;
        width: 47%;
    }

    #page .box-block.pink .article .btn-web{
        flex: 1;
    }

    #page .box-block.pink .article .btn-web a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #df0024;
        border-radius: 3rem;
        padding: 0.8rem;
        margin: 0 0 0 0;
    }

    #page .box-block.pink .article .btn-tel a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url(img/sp/tel_sp.png) left 2rem center no-repeat #dcdcdc;
        background-size: 1.5rem auto;
        border-radius: 3rem;
        align-items: center;
        height: 3.5rem;
        margin: 0.7rem 0 0 0;
        padding: 0 0 0 0.9rem;
    }



    #sub .free_space {
        background: url(img/free.gif) repeat;
        width: 100%;
        padding: 6.5rem 2rem 2rem;
        margin: 3rem 0 3rem;
    }

    #sub .title {
        display: block;
        background: #df0024;
        padding: 0 1.5rem;
        margin: -9.5rem 0 0 0;
        text-align: center;
        position: relative;
        height: 5.5rem;
    }

    #sub .title p {
        font-family: 'Poppins', sans-serif;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 5.5rem;
        color: #FFF;
        margin: 0;
        text-align: center;
    }

    #sub .free_space .ttl {   
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 2.5rem 0 1rem;
    }

    #sub .free_space .ttl a {
        color: #FFF;
        display: block;
        text-decoration: none;
    }

    #sub .free_space .fs_img {
        max-width: 100%;
        margin: 1rem 0 1rem;
    }

    #sub .caption {
        line-height: 1.4;
        text-align: center;
        word-break: break-all;
    }

    #sub .free_space a.more {
        margin: 1rem auto 0;
        padding: 1.4rem 4rem 1.4rem 2rem;
        text-align: left;
    }

    #sub .free_space p{
        color: #FFF;
    }

   #index .link_block{
      display: flex;
      justify-content: space-between;
      padding: 0 1.5rem;
    }

    /*footer
    ----------------------------------------*/

    footer {
        background: #33a4d8;
        padding: 2rem 0 0;
        width: 100%;
    }

    footer .inner{
        padding: 0 1rem;
        position: relative;
        color: #FFF;
    }

    footer .inner .left{
      color: #2b68b1;
    }

    footer #pagetop_sp {
        position: fixed;
        bottom: -500px;
        right: 1rem;
        width: 15%;
        height: auto;
        z-index: 5;
        transition: .3s;
    }

    footer #pagetop_sp img {
        width: 100%;
        height: 100%;
    }

    footer .con_ttl {
        font-weight: bold;
        margin: 0 0 2rem;
        text-align: center;
    }

    footer .frame-wrap {
        width: 100%;
    }

    footer .frame-wrap .frame-head a {
        background: #d1f1fe url(img/sp/aw4_sp.png) right 1rem center no-repeat;
        background-size: 0.9rem auto;
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        padding: 1.2rem 3rem 1.2rem 1rem;
    }

    footer .frame-wrap .frame {
        margin-bottom: 2rem;
    }

    footer .frame-wrap .frame-body a {
        background: url(img/ft_aw.png) left 1.5rem top 2rem no-repeat;
        background-size: 1.5rem auto, 0.9rem auto;
        border-bottom: 0.2rem dotted #2b68b1;
        display: block;
        padding: 1.2rem 3rem 1.2rem 3.5rem;
        color: #FFF;
    }

    footer .frame-wrap .frame-body li.sub_cat a {
        background: url(img/sp/aw4_sp.png) right 1rem center no-repeat;
        background-size: 0.9rem auto;
        padding-left: 4.5rem;
        position: relative;
    }

    footer .frame-wrap .frame-body li.sub_cat a:before {
        content: "└";
        position: absolute;
        left: 2.5rem;
        top: 1.4rem;
    }

    footer .sitemap a {
        background: url(img/sp/aw4_sp.png) right 1rem center no-repeat, #d1f1fe;
        background-size: 0.9rem auto;
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        padding: 1.2rem 3rem 1.2rem 1rem;
    }

    footer .notes {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 1.5rem 0;
        padding: 0 1rem;
        text-align: center;
    }

    footer .notes span {
        display: block;
    }
    footer .memo {
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 1.5rem 0;
        padding: 0 1rem;
        text-align: center;
    }
    footer .copyright {
        background: #d1f1fe;
        color: #2b68b1;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 1rem;
        text-align: center;   
    }

    footer .copyright a {
        color: #2b68b1;
        text-decoration: underline;
    }

}  /****sp*******/