@charset "UTF-8";

/* CSS Document */
/* --- txt --- */
.df-txt {
    color: #645B52;
}

.tx-red {
    color: #E85F5F;
}

.tx-b {
    font-weight: bold;
}

/* --- margin / padding --- */
.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

/* --- header --- */
header {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #645A52;
    position: relative;
    clear: both;
}

header .hd-box {
    display: table;
    width: 100%;
    height: 55px;
    padding-top: 6px;
}

header .hd-box nav,
header .hd-box div {
    display: table-cell;
    height: 40px;
    position: relative;
}

header .hd-box .hd-menu {
    width: 20%;
    padding-left: 15px;
    text-align: left;
}

header .hd-box .hd_Logo {
    text-align: center;
}

header .hd-box .hd-login {
    width: 20%;
    padding-right: 15px;
    text-align: right;
}

header .hd-box div a,
header div a {
    display: inline-block;
}

/* -- Menu -- */
header .hd-box nav.hd-menu {
    width: 50%;
    padding-left: 15px;
    text-align: left;
}

label img.hd-menu {
    height: 35px;
}

/* -- Login -- */
header .hd-box .hd-login {
    padding-right: 15px;
    text-align: right;
}

/* -- Logo -- */
header .hd_Logo a img {
    width: 62px;
    height: 43px;
    position: relative;
    top: 3px;
}

img.hd-pic_menu,
img.hd-pic_login {
    width: 30px;
    height: 35px;
}

img.hd-pic_Logo {
    width: 62px;
    height: 43px;
    position: relative;
    top: 3px;
}

nav.hd-menu input.nav-unshown {
    display: none;
}

/* --- contents--- */
.contentsWrap {
    margin: 0 auto;
}

.contents h2 {
    margin: 30px 15px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: #645B52 dashed 2px;
}

.in-content {
    margin: 0 15px 35px;
}

/* --- h3（吹き出しタイトル） --- */
.description h3 {
    margin: 20px 0;
    padding: 10px 20px;
    color: #645B52;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #E3DED8;
    position: relative;
}

.description h3::after {
    content: "";
    width: 30px;
    height: 10px;
    text-align: center;
    background: url(../image/huki1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 48%;
}

.in-content img.ttl_image {
    display: block;
    width: 100%;
}

.in-content p {
    /* padding: 0 15px; */
    line-height: 1.5;
}

.in-content p.list {
    display: none;
}

.in-content .list_sp {
    padding-left: 15px;
}

.in-content .list_sp p {
    margin: 0 auto 10px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.in-content .list_sp p::before {
    content: "・";
}

.in-content p.in-txt {
    padding: 0 15px;
}

.in-content img.pic_image {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 35px auto;
}

/* --- バナー --- */
a.bnr {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

a.bnr img {
    width: 100%;
}

/* --- ページ内アンカー --- */
.in-content .bnr_box {
    padding: 0 15px;
}

.in-content .bnr_box div,
.in-content .bnr_box div a img {
    width: 100%;
}

.L-box {
    margin-bottom: 10px;
}

.in-content img.pic_txt {
    display: block;
    width: 90%;
    margin: 20px auto 0;
}

/* --- ボタン（オレンジ） --- */
.but_pc {
    max-width: 380px;
    margin: 0 auto;
}

/* --- drawer_close.js --- */
.swith-OFF {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-100%);
}

.swith-ON {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(0);
}

.bg_swith-OFF {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.bg_swith-ON {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

/* --- side menu --- */
.sd-menu_box {
    width: 90%;
    max-width: 330px;
    height: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

.sd-menu_box .sd-content_box {
    width: 100%;
    height: 100%;
    padding: 20px;
    /* transform: translateX(0%); */
    /* transition: all 0.3s ease-in-out 0s; */
    background: #645B52;
    box-shadow: rgba(0, 0, 0, 0.15) 6px 0 25px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.sd-content_box .close-icon,
.sd-content_box .close-icon img {
    width: 25px;
    height: 25px;
}

.sd-content_box .logo {
    margin-bottom: 20px;
}

/* --- sd menu list --- */
ul.sd-menu li a {
    border-bottom: #FFFFFF 2px dashed;
}

ul.sd-menu li:first-child {
    border-top: #FFFFFF 2px dashed;
}

ul.sd-menu li a {
    display: block;
    /* padding: 15px 10px; */
    padding: 17px 10px 13px;
    color: #FFFFFF;
    font-size: 110%;
    /* font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'YuGothicM', YuGothic, Meiryo, sans-serif !important; */
    line-height: 150%;
    text-align: left;
    text-decoration: none;
}

/* ul.sd-menu li a:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 3px;
  background: url("../image/sd-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 5px;
} */
ul.sd-menu li {
    position: relative;
}

/* --- close(bg) --- */
label.nav-close {
    width: 100%;
    height: 100%;
    z-index: -5;
    /* transition: all 0.3s ease-in-out 0s; */
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.bg-close {
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}