f@charset "utf-8";



/* ----- Index -----

1. Reset & Common
2. text
3. float / img
4. Header
5. Section 01 -
6, Footer

----- */


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

    1. Reset & Common

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


body {
    font: normal 10px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: left;
    color: #534740;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    /*max-width: 1024px;*/
}

body .sp-item {
    display: none !important;
}

body .pc-item {
    display: block !important;
}

@media screen and (max-width: 736px) {
    body {
        min-width: inherit;
        height: 100%;
        font-size: 18px;
        max-width: 100%;
    }
    body .pc-item {
        display: none !important;
    }
    body .sp-item {
        display: block !important;
    }
}

h1,
h2,
h3,
h4,
p,
li,
th,
td,
dt,
dd {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img{
    width: 100%;
}

li {
    list-style: none;
}

a {
    color: #000;
}

p {
    color: #534740;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
    line-height: 1.8;
}



@media screen and (max-width: 736px) {

    img {
        width: 100%;
        height: auto;
    }
    p {
        font-size: 22px;
    }
}

.wrapper {
    width: 100%;
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 736px) {
    .wrapper {
        width: 100%;
        position: relative;
        height: auto !important;
        height: 100%;
        min-height: 100%;
        max-width: 736px;
        margin: 0 auto;
        overflow: hidden;
    }
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}




/* ----------------------------------------------------

    text

---------------------------------------------------- */

em {
    text-decoration: underline;
    font-style: normal;
}

span{
    display: inline;
    padding: 0.5em 0;
}

.fwb {
    font-weight: bold;
}

.white{
    color: #fff;
}

.red {
    color: #e71c24;
    font-weight: bold;
}

.red_negative {
    color: #bb272d;
    font-weight: bold;
}

.blue {
    color: #52d5da;
    font-size: 24px;
    font-weight: bold;
}

.white{
    color: #fff;
}

.pink {
    color: ;
    font-weight: bold;
}

.yellow {
    color: #ffff36;
}

.ul {
    border-bottom: 1px solid #000;
}

.ulr {
    border-bottom: 1px solid #ff0000;
    padding: 0;
}

.ulr_negative{
    border-bottom: 1px solid #86272d;
    padding: 0;
}

.bgy {
    background-color: #ffff82;
}

.bgb {
    background: #333333;
    font-size: 26px;
    font-weight: bold;
}

.first{
    font-size: 32px;
    display: inline-block;
}

.first_height{
    margin-top: -20px !important;
}

.first_height0{
    margin: -30px 0 -20px 0 !important;
}

.first_letter:first-letter{
    font-size: 32px;
}

.bgg {
    background: #ececec;
    font-size: 26px;
    font-weight: bold;
}

.fsplus {
    font-size: 26px;
}

.fslarge{
    font-size: 32px;
}

.fsminus {
    font-size: 16px;
}

@media screen and (max-width: 736px) {

    .blue{
        font-size: 22px;
    }

    .red {
        font-size: 22px;
    }

    .first{
        font-size: 28px;
    }

    .bgb {
        font-size: 22px;
        font-weight: bold;
    }

    .bgg {
        font-size: 22px;
        font-weight: bold;
    }

    .fsplus {
        font-size: 22px;
    }

    .fslarge{
        font-size: 28px;
    }

    .fsminus {
        font-size: 14px;
    }
}


.strike {
    text-decoration: line-through;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.al {
    text-align: left !important;
}

.fwb {
    font-weight: bold !important;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px !important;
    line-height: 150%;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font21 {
    font-size: 21px !important;
}

.font22 {
    font-size: 22px !important;
}

.font23 {
    font-size: 23px !important;
}

.font24 {
    font-size: 24px !important;
}

.font25 {
    font-size: 25px !important;
}

.font26 {
    font-size: 26px !important;
}

.font27 {
    font-size: 27px !important;
}

.font28 {
    font-size: 28px !important;
}

.font29 {
    font-size: 29px !important;
}

.font30 {
    font-size: 30px !important;
}

.font32 {
    font-size: 32px !important;
}



/* ----------------------------------------------------

    float

---------------------------------------------------- */

.fr {
    float: right !important;
}

.fl {
    float: left !important;
}

.clear {
    clear: both;
}

img {
    line-height: 0;
    padding: 0;
    margin: 0;
}

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

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}


/* マージン */

.mb0{
    margin-bottom: 0;
}
.mb05em{
    margin-bottom: 0.5em;
}

.mb1em{
    margin-bottom: 1em;
}

.mb2em{
    margin-bottom: 2em;
}


.mt0{
    margin-top: 0;
}
.mt05em{
    margin-top: 0.5em;
}

.mt1em{
    margin-top: 1em;
}

.mt2em{
    margin-top: 2em;
}

/* kome small設定 */

.kome{
    padding-left: 1em;
    text-indent: -1em;
}


/* アイコン example*/

.icon_before{
position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -2px;
    width: 14px;
    height: 14px;
    background: #a32020;
    border-radius: 50%;
}

.icon_after{
    color: #a32020;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 22px;
}



hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}



/* ----------------------------------------------------

    img

---------------------------------------------------- */

.w100 {
    width: 100%;
}

.w95 {
    width: 95%;
    .margin: 0 auto;
}

.w90 {
    width: 90%;
    margin: 0 auto;
}

.w85 {
    width: 85%;
    margin: 0 auto;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.w70 {
    width: 70%;
    margin: 0 auto;
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

.w50 {
    width: 50%;
    margin: 0 auto;
}

.w40 {
    width: 40%;
    margin: 0 auto;
}

.w30 {
    width: 30%;
    margin: 0 auto;
}



/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */


/*-------------------------------------------------------*
/*   section共通項目
/*-------------------------------------------------------*/

section {
    width: 100%;
}


/*-------------------------------------------------------*
/*   ヘルパークラス
*-------------------------------------------------------*/

.hp_bgBase {
  background-color: #fdfeeb;
}

.hp_mt15{
    margin-top: 15px!important;
}
.hp_mb15{
    margin-bottom: 15px!important;
}
.hp_mb30{
    margin-bottom: 30px!important;
}


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

/* --------- レイアウトグループ --------- */
.ly_header_inner {
  max-width: 1200px;
  height: 83px;
  margin: 0 auto;
}

/* --------- ブロックモジュール --------- */
.bl_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.bl_headerLogo_link,
.bl_headerLogo_link > img {
  display: block;
}

.bl_headerInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
 /* --------- レイアウトグループ --------- */
  .ly_header_inner {
    height: auto;
    padding: 10px;
  }

  /* --------- ブロックモジュール --------- */
  .bl_headerLogo_link > img {
    min-width: 100px;
  }

  .bl_headerInfo {
    justify-content: flex-end;
  }

  .bl_headerInfo > img {
    width: 45%;
    min-width: 100px;
  }
}


/*-------------------------------------------------------*/

/* contents */

/*-------------------------------------------------------*/

/* --------- レイアウトグループ --------- */

.ly_cont{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0;
}

@media screen and (max-width: 736px) {
    .ly_cont{
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 15px;
    box-sizing:border-box;
}
}

/* --------- ブロックモジュール --------- */

.bl_contDetail{
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.bl_contDetail h1{
    border-bottom: 2px solid #3eac4a;
    font-size: 32px;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

.bl_contDetail h2{
    font-size: 24px;
    padding-bottom: .7em;
}

.bl_contDetail p{ margin-bottom: 15px; }
.bl_contDetail ol{ margin-left: 45px; }
.bl_contDetail ol li{ list-style: decimal; font-size: 18px; line-height: 2; }

.bl_contDetail dl{ font-size: 18px; display: flex; flex-flow: row wrap; align-items: center;}
.bl_contDetail dl dt{ width: 20%; padding: 1.375rem 0; display: flex; flex-flow: row wrap; align-items: center; line-height: 1.4;}
.bl_contDetail dl dd{ width: 80%; margin-left: 0; padding: 1.375rem 0; }

@media screen and (max-width: 736px) {
    .bl_contDetail h1{
    font-size: 27px;
}
.bl_contDetail h2{
    font-size: 24px;
    padding-bottom: .7em;
}
.bl_contDetail p{ margin-bottom: 15px; font-size: 18px;
}
.bl_contDetail dl{ font-size: 16px; display: flex; flex-flow: row wrap;
}
}
/*--------------------------------------------------

footer

 ----------------------------------------------------*/

footer {
    width: 100%;
    height: auto;
    font-size: 14px;
    background-color: #333;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
}


@media screen and (max-width: 736px) {
    footer {
    width: 100%;
    height: auto;
    font-size: 14px;
    background-color: #333;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
}
}



footer .copyright {
    padding: 60px 0;
}
footer .copyright p{
    color: #fff; font-size: 1rem;
}

@media screen and (max-width: 736px) {
    footer .copyright {
    padding: 30px 0;
}
}

@media screen and (max-width: 736px) {
    .footer_in {
        width: 100%;
        height: auto;
    }
}

.notice {
    color: #fff;
    width: 400px;
    height: 16px;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    padding-bottom: 6px;
    padding-left: 0;
}



.li01 {
    width: auto;
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid #fff;
}
.li01 a{
    color: #fff !important;
}

.li02 {
    color: #fff;
    width: auto;
    padding-left: 30px;
    display: inline-block;
}
.li02 a{
    color: #fff !important;
}

@media screen and (max-width: 736px) {
    .notice {
        width: 100%;
        height: 16px;
        margin: 10px 0 auto;
        list-style-type: none;
        text-align: center;
        padding-bottom: 3px;
        padding-left: 0;
        border-bottom: none;
        margin-bottom: 10px;
    }

    .li01 {
        width: auto;
        display: inline-block;
        padding-right: 10px;
        margin-bottom: 10px;
         border-right: 1px solid #fff;
    }
    .li02 {
        width: auto;
        padding-left: 10px;
        display: inline-block;
    }
}

.notice a {
    color: #000;
    text-decoration: none;
}

.copy {
    padding-top: 5px;
    width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #7e6b5b
}

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

footer a:visited {
    color: #000;
    text-decoration: none;
}