@charset "utf-8";
/*  */
header {
    padding: 1.5% 5%;
    background: #f8f7f6;
}
header h1 {
    max-width: 186px;
}
.line_b {
    border-bottom: 1px solid #000;
}
.ttl__style__a {
    font-weight: 900;
    padding: 0 35px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    display: inline-block;
    line-height: 1;
}
.line__b__gray {
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.tab__blk, .tab__yel, .tab__grn {
    padding: 2px 15px;
    font-size: 95%;
    margin-left: 15px;
}
.tab__blk {
    background: #000;
    color: #fff;
}
.tab__yel {
    background: #ebc25f;
}
.tab__grn {
    background: #10c910;
}
.list_arrow a::after {
    content: '＞';
    margin-left: 10px;
}
.box__gray {
    width: 100%;
    box-sizing: border-box;
    background: #f8f7f6;
    padding: 5%;
}
.box__wht {
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    border: 2px solid #000;
}
.txt_brown {
    color: #4a2400;
}
.txt_grn {
    color: #2eb6aa;
}
.line__l {
    padding-left: 45px;
    border-left: 2px solid #000;
}
.txt_blue {
    color: #008db6;
}
ul.line__l li {
    padding: 15px 0;
    text-align: left;
}
ul.line__l li a:hover {
    color: #008db6;
}
.txt_yel {
    color: #ae9642;
}
.btn__blue a {
    border-radius: 50px;
    background: #008db6;
    font-weight: 900;
    color: #fff;
    padding: 5px 40px;
    display: inline-block;
}
.txt_pink {
    color: #df1662;
}
.archive > div {
    margin-right: 1%;
    margin-left: 1%;
}
.box__wht2 {
    width: 50%;
    box-sizing: border-box;
    margin-left: 50%;
    padding: 5%;
    background: #fff;
}
.box__gray2 {
    background: #eeeeee;
}
footer li {
    padding: 10px 0;
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/


header {
    position: relative;
}
header h1 {
    max-width: 73%;
    margin: auto;
}
.nav_toggle {
    display: block;
    width: 2.75rem;
    height: 2.3rem;
    position: absolute;
    right: 5%;
    top: 40px;
    z-index: 9999;
}
.nav_toggle.show {
    position: fixed;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    background: #fff;
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
    background: #fff;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    z-index: 99;
}
.nav.show {
    opacity: 1;
    visibility: visible;
}
.nav_menu_li {
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
.pl85_sp {
    padding-left: 85px;
}
.line__l {
    padding-left: 27px;
}
.box__gray {
    padding: 9%;
}
ul.line__l li {
    padding: 5px 0;
}
.bus {
    max-width: 30%;
}
.btn__blue a {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.img_hoken {
    background: url("../../images/lifes/img_metabolic.png") no-repeat bottom right;
    background-size: 25% auto;
}
.box__wht2 {
    width: 100%;
    margin-left: 0;
}
footer img {
    max-width: 85px;
}
header {
    padding: 5%;
    background: #f8f7f6;
}
header h1 {
    max-width: 30%;
    margin: auto;
}
}
/* 下層ページ */
.list_num li {
    list-style: decimal;
    line-height: 2;
    margin: 15px 0 15px 30px;
}
.tbl_b {
    border-top: 1px solid #aaaaaa;
}
.tbl_b th, .tbl_b td {
    padding: 30px 20px;
    border-bottom: 1px solid #aaaaaa;
}
.tbl_b th {
    font-weight: bold;
    background: #fbfbf7;
}

@media screen and (max-width: 768px) {
.tbl_b th {
    width: 35%;
}
.tbl_b td {
    width: 65%;
}
.tbl_b td img {
    width: 50%;
}
.tbl_b th, .tbl_b td {
    padding: 18px 14px;
}
}
/* slick */
.slick-dots li button:before {
    font-size: 24px !important;
}
.slick-dots {
    bottom: -34px !important;
}
.slick-next {
    right: 12% !important;
}
.slick-prev {
    left: 12% !important;
	    z-index: 9 !important;
}
.slick-next:before {
	content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 2.6rem !important;
}
.slick-prev:before {
	content: "\f053" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 2.6rem !important;
}
.slick-dots li {
    width: 15px !important;
}