@charset "utf-8";
/*css document*/

/*基本設定--------------------*/

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

body {
    color: #000;
    background: #fff;
    font-family: 'Noto Sans Japanese', ‘ヒラギノ角ゴシック’, ‘メイリオ’, sans-serif;
    line-height: 1.8;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    *font-size: small;
    *font: x-small;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: top;
}

strong {
    font-weight: bold;
}

a:link,
a:visited {
    text-decoration: none;
    color: #000 !important;
}

a:hover,
a:active {
    text-decoration: none;
    color: #000;
}


/*float--------------------*/

.clear {
    clear: both;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.img_float_l {
    float: left;
    margin-right: 10px;
}

.img_float_r {
    float: right;
    margin-left: 10px;
}

.center {
    width: 100%;
    text-align: center;
}

.right {
    width: 100%;
    text-align: right;
}


/*font--------------------*/

.font10 {
    font-size: 77%;
}

.font11 {
    font-size: 85%;
}

.font14 {
    font-size: 108%;
}

.font15 {
    font-size: 116%;
}

.font16 {
    font-size: 123.1%;
}

.font17 {
    font-size: 131%;
}

.font18 {
    font-size: 138.5%;
}

.font19 {
    font-size: 146.5%;
}

.font20 {
    font-size: 153.9%;
}

.fontb {
    font-weight: bold;
}


/*clearfix--------------------*/

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

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/*¥*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* */

/*-----------------マージン系------------------*/

/*マージントップ*/

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

/*マージンボトム*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

/*マージンレフト*/

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

/*マージンライト*/

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.pt100 {
    padding-top: 100px;
}

/*印刷非表示*/

@media print {
    .no_print {
        display: none;
    }
}

.item_title {
    font-weight: 600;
    font-size: 27px;
    border-bottom: #86C9CD 5px solid;
    margin-bottom: 40px;
    position: relative;

}

.item_title::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px #222B4C;
    width: 20%;
}




@media screen and (max-width:768px) {
    .pc_only {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .br-pc {
        display: none;
    }
}

@media print,
screen and (min-width: 769px) {
    .sp_only {
        display: none;
    }
}



@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {}
