@charset "UTF-8";
/**
/* Document */
/* ============================================ */

 /*　5press/css/info.css　← 補助＆追加CSS */

/* ============================================ */


/* Accent */
/* ============================================ */
.red {
    color: #e43344;
}
.green {
    color: #00996c;
}


/* Headings  余白調整 */
/* ============================================ */
h2.p-info__under__h2:nth-child(n + 3) {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
h2.p-info__under__h2:nth-child(n + 2) {
    margin-top: 45px;
  }
}


/* Images 原寸表示 */
/* ============================================ */
.p-info__under__img > img {
    max-width: 100%;
    width: auto;
}
@media screen and (max-width: 767px) {
.p-info__under__img--2col > img {
    width: 44vw;
	}
.p-info__under__img--3col > img {
    width: 44vw;
	}
}

/* List 余白狭 */
/* ============================================ */
.p-info__under__list.notes.mb1rem {
    margin-top: 0.5em;
    margin-bottom: 1rem;
    margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
.p-info__under__list.notes.mb1rem {
    margin-bottom: 1em;
    margin-left: 0.5em;
	}
}

/* ul,ol List Fontサイズ */
/* ============================================ */
.p-info__under__content ul, .p-info__under__content ol, .p-info__under__content dl {
    font-size: 14px;
    text-indent: 1em;
}
@media screen and (max-width: 767px) {
.p-info__under__content ul, .p-info__under__content ol, .p-info__under__content dl {
    font-size: 12px;
  }
}

/* ul,ol List 行間 */
/* ============================================ */
.p-info__under__content ul, .p-info__under__content ol {
    text-indent: 0;
    margin-left: 2em;
    line-height: 1.6;
    margin-bottom: 2em;
}
.p-info__under__content ul li, .p-info__under__content ol li {
    margin-top: 0.5em;
}

/* dt,dd List 行間 */
/* ============================================ */
.p-info__under__content dt, .p-info__under__content dd {
	margin-bottom: 0.5em;
}

/* List dot有り */
/* ============================================ */
ul.p-info__under__content.dotlist {
    font-size: 14px;
    list-style: disc;
    margin-left: 1em;
}
ul.p-info__under__content.dotlist li {
    margin-left: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
ul.p-info__under__content.dotlist {
    font-size: 12px;
	}
ul.p-info__under__content.dotlist li {
    margin-left: 0px;
    margin-bottom: 10px;
	}
}

/* ol List 数字有り */
/* ============================================ */
.p-info__under__content ol.decimal {
    font-size: 14px;
    list-style: decimal;
    margin-left: 3em;
}
.p-info__under__content ol.decimal li {
    margin-bottom: 10px;
}



/* table レイアウト追加 */
/* ============================================ */
@media screen and (min-width: 768px), print {
.p-info__table .col-2 th.null {
    width: 243px;
    background-color: #e0e0e0;
  }
.p-info__table .col-2 th.midashi{
    width: auto;
    background-color: #e0e0e0;
  }
}
@media screen and (max-width: 767px) {
.p-info__table.typeB .col-2 th.null {
    width: 33.33%;
    background-color: #e0e0e0;
  }
.p-info__table.typeB .col-2 th.midashi {
    width: 66.67%;
    background-color: #e0e0e0;
  }
}

@media screen and (max-width: 767px) {
.p-info__table.typeB .col-2 th, .p-info__table.typeB .col-2 td {
    text-align: center;
  }
}

/* table スクロール */
/* ============================================ */
@media screen and (max-width: 479px) {
.tableScroll {
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}
.tableScroll table {
    margin: 0;
    width: 600px;
    font-size: 12px;
}
}


/* Hheader__buttons SP表示調整 */
/* ============================================ */
@media screen and (min-width: 1281px) {
  .u-pc-header-hide {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .u-sp-header-hide {
    display: none;
  }
}


/* button  文言長くてOKボタン */
/* ============================================ */
.p-info__under__buttons a.btn_long {
    margin-bottom: 20px;
    padding:5px 50px 5px 22px;
    box-sizing: content-box;
    max-width: max-content;
}

@media screen and (max-width: 767px) {
  .p-info__under__buttons a.btn_long{
    max-width: 70%;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-info__under__buttons a.btn_long:nth-child(even) {
    margin-left: 20px;
  }
}

.p-info__under__buttons_long img {
  width: 18px;
  margin-right: 15px;
}

.btn_long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    border-radius: 2px;
    text-decoration: none;
}
