/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* web fonts */
@import url('https://fonts.googleapis.com/css2?family=Kosugi&amp;family=Noto+Sans+JP:wght@400;700&amp;family=Noto+Serif&amp;family=Noto+Sans&amp;display=swap');

/* ------------------------------------------------
共通
------------------------------------------------ */
html {
    font-size: 62.5%; /* 1.0rem = 10px*/
}
body {
    font-family: 'Noto Sans JP','小塚ゴシック Pro','Kozuka Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    color: #333;
}
.t_mincho {
    font-family : 'Noto Sans','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', YuMincho, 'Yu Mincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}
.t_en {
    font-family : '小塚ゴシック Pro','Kozuka Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
.italic {
    font-style: italic;
}
.t_corp {
    font-family: 'Kosugi';
    transform: rotate(0.001deg);
}
.mt0 {
    margin-top: 0!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.pt0 {
    padding-top: 0!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.pl20 {
    padding-left: 50px;
}
.pr20 {
    padding-right: 50px;
}
.left {
    text-align: left!important;
}
.center {
    text-align: center!important;
}
.right {
    text-align: right!important;
}
.bold {
    font-weight: bold;
}
.wrap {
    width: 100%;
    /*padding-top: 82px;*/
}
.container {
    max-width: none;
    padding: 0;
}
.row {
    margin: 0;
}
.row > div {
    padding: 0;
    margin-bottom: 10px;
}
main > .container {
    max-width: none;
    padding: 60px 15px 0;
}
p {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    font-size: 1.5rem;
}
a:hover img {
    opacity: .7;
    transition: .8s;
}
figure {
    margin: 0 auto;
    text-align: center;
}
ul {
    padding-left: 0;
}
.content {
    padding-top: 70px;
    padding-bottom: 80px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.bg_white {
    background: #fff;
}
.bg_gray {
    background: #f8f8f8;
}
.bg_gray_light {
    background: #fdfdfd;
}
.bg_gray-dark {
    background: #ededee;
}
.bg_green {
    background: #c3fa64;
}
.txt_darkgreen {
    color: #43620e;
}
.bg_darkgreen {
    background: #456a39;
}
.bg_lightgreen {
    background: #dbf3b5;
}
.bg_green-right {
    background: #edf5d2;
}
.bg_green-grade {
    background: -moz-linear-gradient(top left, #b8d08f, #89be81); 
    background: -webkit-linear-gradient(top left, #b8d08f, #89be81); 
    background: linear-gradient(to bottom right, #b8d08f, #89be81);
}
.bg_yellow {
    background: #FFF682;
}
.font-green {
    color: #73af17;
}
h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
    padding-bottom: 40px;
}
h2 + p {
    width: 83%;
    margin: 0 auto 50px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}
h3 {
    font-size: 2.1rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #CDE08A;
    left: 0;
    bottom: -15px;
}
h4 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
h4.line {
    margin-bottom: 45px;
}
h4.line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #5aa61f;
    left: 0;
    bottom: -15px;
}
h5 {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 20px;
}
h5.line {
    position: relative;
    padding-left: 25px;
}
h5.line:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    background: #456a39;
    left: 0;
    top: 0;
}
.btn_black {
    background: #333;
    color: #c3fa64;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 10px 0;
    padding: 17px 10px;
    display: inline-block;
    width: 270px;
    border: 2px solid #333;
}
.btn_green {
    background: #c3fa64;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 10px 0;
    padding: 17px 10px;
    display: inline-block;
    width: 270px;
    border: 2px solid #c3fa64;
}
.btn_black:hover,
.btn_green:hover {
    background: #fff;
    color: #333;
    transition: .8s;
}
.shadow {
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1)!important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom: solid 4px;
    border-bottom-color: #c3fa64;
}
tr {
    font-size: 200%;
    border-bottom-color: #c3fa64;
}

/* company table style */
.table th {
    border-bottom: #3c6d0b solid 6px;
}
.table td {
    border-bottom: #c3fa64 solid 6px;
}

.logo_img {
    width: 200px;
}

/* IE表示用の調整スタイル　*/
@media all and (-ms-high-contrast: none) {
    /* ここに書く */
    body {
        font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
    }
    .navbar-brand > img {
        margin-top: 20px;
    }
    .ie_adjustment {
        margin-left: 6%;
    }
    .logo_img {
        width: 120px;
    }
    span.t_mincho {
        border: none !important;
    }
    .check a.btn_green, .check a.btn_green::before {
        border-radius: 0 !important;
    }
}
/* edge表示用の調整スタイル　*/
_:lang(x)::backdrop, span.t_mincho {
    border: none !important;
}

/* ページトップへ戻るスタイル */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #5aa61f;
    opacity: 0.6;
    z-index: 100000000;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/* ------------------------------------------------
header
------------------------------------------------ */
header nav.navbar {
    background: #fff;
    padding: 15px 20px 18px;
    min-height: 82px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.06);
    padding: 0;
}
header p.logo_area {
    width: 170px;
    font-size: 2rem;
    margin: 0 auto;
}
header .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}
header .navbar-nav .nav-item {
    margin-top: 4px;
}
header .navbar-nav .nav-link {
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 10px;
}
header .navbar-nav .nav-link {
    position: relative;
    font-weight: bold;
    padding: 30px 15px;
}
header .navbar-nav .nav-link:after {
    position: absolute;
    bottom: 4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #c3fa64;
    opacity: 0;
    visibility: hidden;
    transition: .15s;
    transform: none;
}
header .navbar-nav .nav-item:hover .nav-link {
    cursor: pointer;
}
header .navbar-nav .nav-item:hover .nav-link:after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: rotate(0.001deg);
    z-index: 100;
}
header .menu_drop {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    opacity: .95;
    width: 100%;
    padding: 50px 0 85px;
    box-shadow: 0 64px 30px -13px rgba(0,0,0,0.05);
}
header .menu_drop .title {
    text-align: center;
    font-size: 3rem;
    position: relative;
    font-weight: bold;
}
header .menu_drop .title:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #5aa61f;
    border-radius: 50%;
    bottom: -10px;
    left: 49.25%;
    z-index: 100;
}
header .menu_drop .title:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c3fa64;
    border-radius: 50%;
    bottom: -10px;
    right: 49.25%;
    z-index: 100;
}
header .menu_drop .menu_drop_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
header .menu_drop .menu_drop_content > a {
    width: 30%;
    text-decoration: none;
    margin: 0 1%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 4px solid #eee;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
}
header .menu_drop .menu_drop_content dl {
    width: 30%;
    margin: 0 1%;
}
header .menu_drop .menu_drop_content dt {
    width: 100%;
    text-decoration: none;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 4px solid #eee;
    color: #333;
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
header .menu_drop .menu_drop_content dd {
    margin: 0 10px;
}
header .menu_drop .menu_drop_content dd a {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-decoration: none;
    color: #333;
}
header .menu_drop .menu_drop_content a {
    position: relative;
}
header .menu_drop .menu_drop_content a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../svg/arrow_green.svg) no-repeat 0 0 / 15px;
    top: 50%;
    right: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .menu_drop .menu_drop_content dd a:after {
    width: 10px;
    height: 10px;
    background-size: 10px;
}
header .menu_drop .menu_drop_content a:hover {
    opacity: .5;
    transition: .8s;
}



/* ------------------------------------------------
top
------------------------------------------------ */
#main_top .mv {
    /*background: url(../img/hero/top_hero.jpg) no-repeat 0 0;*/
    background: #abcd03;
    background-image: url(../svg/img_top_mv.svg);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    min-height: 575px;
    margin-bottom: 15px;
}
#main_top .mv h1 {
    background: none;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    border-bottom: 3px solid #222;
}
#main_top .mv h1 img {
    width: 66%;
    max-width: 792px;
}
#main_top h2 {
    padding-bottom: 0;
}
#main_top h3 {
    letter-spacing: 4px;
    line-height: 1.5;
}
.topics {
    position: relative;
    margin-bottom: 40px;
    margin-top: 20px;
}
.topics .next-arrow {
    position: absolute;
    width: 30px;
    z-index: 1;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.topics .prev-arrow {
    position: absolute;
    width: 30px;
    z-index: 1;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.topics a {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 20px;
    position: relative;
}
.topics a:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.topics a.new:before {
    background: url("../svg/icn_new.svg") no-repeat 0 0 / 55px;
}
.topics a.interview:before {
    background: url("../svg/icn_interview.svg") no-repeat 0 0 / 55px;
}
#main_top .sec_title {
    width: 100px;
}
#main_top .mechanism_immunity .panel figure {
    max-width: 250px;
    margin: 0;
}
.tab-area {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 0;
    z-index: 1;
}
.tab {
    width: 32%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #333;
    font-size: 2.6rem;
}
.three-point .content > .tab {
    display: block;
    z-index: 1;
}
#main_top .food {
    background: #DCE358;
}
#main_top .food span,
#main_top .sleeping span,
#main_top .sport span {
    position: relative;
    padding-left: 20px;
}
#main_top .tab span:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -8px;
    left: -40px;
}
#main_top .tab.food span:before {
    background: url("../svg/icn_food.svg") no-repeat 0 0 / 50px;
}
#main_top .tab.sleeping span:before {
    background: url("../svg/icn_sleep.svg") no-repeat 0 0 / 50px;
}
#main_top .tab.sport span:before {
    background: url("../svg/icn_sport.svg") no-repeat 0 0 / 50px;
}
#main_top .sleeping {
    background: #AFD25E;
}
#main_top .sport {
    background: #84C687;
}
.tab.active {
}
.content-area {
    font-size: 30px;
    text-align: center;
    z-index: 100;
}
.tab_content {
    display: none;
}
.tab_content.show {
    display: block;
    z-index: 2;
}
#main_top .link_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main_top .link_flex a {
    display: block;
    width: 48%;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    padding: 30px 60px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 2rem;
    position: relative;
}
#main_top .link_flex a:hover {
    opacity: .8;
    transition: .8s;
}
#main_top .link_flex a span {
    display: block;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
}
#main_top .link_flex a span > .t_mincho {
    display: inline;
    border-bottom: none;
}
#main_top .link_flex a span:first-child {
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}
#main_top .link_flex a span > .italic {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#main_top .link_flex a:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("../svg/arrow_green_grade.svg") no-repeat 0 0 / 25px;
    right: 20px;
    bottom: 20px;
}

.panel {
    margin: 0 10px 10px;
    padding: 45px 10px 40px;
    text-align: center;
    position: relative;
}
.panel.round {
    border-radius: 20px;
}
.panel.link {
    display: flex;
    text-align: left;
    padding: 45px 10px 35px;
    justify-content: center;
}
.lifestyle .panel.link {
    display: block;
    text-align: center;
    padding: 0;
}
#main_top .lifestyle h3 {
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
#main_top .lifestyle h3:after {
    content: none;
}
#main_top .lifestyle .panel.link figure {
    width: 250px;
}
.panel.link > div {
    margin-right: 20px;
}
.panel.link a.area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent:-999px;
    z-index: 2;
}
.panel.link:hover {
    opacity: .8;
    transition: .8s;
}
.panel span.num {
    position: absolute;
    font-size: 4.5rem;
    font-weight: bold;
    top: -34px;
    left: 0;
}
.panel.panel_img {
    padding: 0;
    margin: 0;
}
.panel.panel_img a {
    display: inline-block;
    position: relative;
}
.panel.panel_img a.pickup:before {
    content: 'PICK UP';
    position: absolute;
    background: #c3fa64;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    padding: 4px 4px 2px;
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
.panel.panel_img a span.title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: .8;
    color: #333;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 10px;
    width: 100%;
    text-align: left;
}
.en_italic {
    font-family : 'Noto Serif JP','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
    font-style: italic;
    font-size: 1.3rem;
    padding-left: 18px;
}
.three-point .content > div {
    display: flex;
    flex-wrap: wrap;
}
.three-point .panel.panel_img {
    margin-right: 16px;
}
.three-point .panel.panel_img:nth-child(4n) {
    margin-right: 0;
}
.wrap_meal,
.wrap_sleep,
.wrap_motion {
    display: flex;
    flex-wrap: wrap;
}
.wrap_meal .panel,
.wrap_sleep .panel,
.wrap_motion .panel {
    width: 288px!important;
    margin-right: 12px;
}
.meal, .sleep, .motion {
    margin-top: 70px!important;
}
.first:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 30px;
    background: #c3fa64;
    top: -40px;
    left: 0;
}
.first:after {
    position: absolute;
    font-size: 1.8rem;
    font-weight: bold;
    top: -40px;
    left: 14px;
    transform: rotate(0.001deg);
}
.first.meal:after {
    content: '食事';
}
.first.sleep:after {
    content: '睡眠';
}
.first.motion:after {
    content: '運動';
}
.risk-report .content {
    max-width: 940px;
}
.panel.panel_img a span.category {
    position: absolute;
    left: 0;
    top: 0;
    background: #111;
    opacity: .8;
    color: #c3fa64;
    font-size: 1.5rem;
    padding: 10px;
    text-align: left;
    width: auto;
}
.arrow_point {
    display: none;
}
.arrow_point:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../svg/arrow_right.svg) no-repeat 0 0 / 30px;
    top: 55%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lifestyle h2 {
    padding-bottom: 15px;
}
.check {
    text-align: center;
}
.check h4 {
    color: #2C893A;
}
.check figure {
    max-width: 425px;
}
.check a.btn_green {
    display: block;
    border: none;
    padding: 25px 10px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    max-width: 450px;
    font-size: 2rem;
    position:relative;
    z-index:1;
    border-radius:2em;
    background:linear-gradient(to right, #2C893A, #8FC31F, #2C893A);
}
.check a.btn_green:before {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    box-sizing:border-box;
    border-radius:2em;
    padding:3px;
    width:100%;
    height:100%;
    background:#fff;
    background-clip:content-box;
    content:"";
}
.check a.btn_green span {
    position: relative;
    padding-left: 30px;
}
.check a.btn_green span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../svg/icn_check.svg") no-repeat 0 0 / 30px;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.check a.btn_green:hover {
    opacity: .6;
    transition: .8s;
}
.check .panel.link {
    width: 30%;
    max-width: 360px;
    min-width: 300px;
    margin: 50px auto;
    padding: 0;
}
.check .panel.link figure {
    width: 100px;
    margin: 0;
}
.check .panel.link p {
    margin-left: 20px;
    margin-bottom: 0;
}
.check .panel.link p span {
    display: inline-block;
    font-size: 2rem;
    position: relative;
    line-height: 2;
}
.check .panel.link p span:after {
    content: '';
    position: absolute;
    background: #FFF100;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 2px;
    z-index: -1;
}
.health_risk .panel.link {
    align-items: center;
    padding: 0;
}
.health_risk .panel.link figure {
    width: 100px;
    margin: 0;
}
.health_risk .panel.link p {
    margin-left: 20px;
    margin-bottom: 0;
}
#main_top .report {
    background: #E2E878;
}
#main_top .report h2 {
    margin-bottom: 40px;
}
#main_top .report .panel {
    padding: 0 10px 20px;
}
a.report {
    display: flex;
    color: #333;
    font-weight: bold;
}
a.report:hover {
    color: #333;
}
a.report figure {
    flex: none;
    width: 150px;
    margin: 0;
}
a.report p {
    margin-left: 15px;
}
a.report p span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 10px;
    width: 100%;
    color: #777;
}
a.more {
    font-size: 2rem;
    color: #333;
    text-decoration: none;
    letter-spacing: 10px;
    position: relative;
}
a.more:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:linear-gradient(to right, #8FC31F, #2C893A);
    top: 58%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main_top .laboratory {
    background: url(../jpg/bg_laboratory.jpg) no-repeat 0 0 / cover;
    position: relative;
}
#main_top .laboratory:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
    position: absolute;
}
#main_top .laboratory .content {
    max-width: 950px;
    position: relative;
}
#main_top .laboratory .panel {
    align-items: center;
    padding: 0;
    margin-top: 40px;
}
#main_top .laboratory .panel figure {
    width: 200px;
    margin: 0;
}
#main_top .laboratory .panel p {
    margin-bottom: 0;
    margin-left: 20px;
    text-decoration: underline;
    color: #555;
}

/* ------------------------------------------------
下層ページ
------------------------------------------------ */

/* MV ------------------------------------------ */
.mv {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    min-height: 575px;
    margin-bottom: 15px;
    position: relative;
}
#main_top .mv {
    margin-top: 0;
}
#immunity_mucosal-immunity  .mv {
    background-image: url(../jpg/img_mv_mucosal-immunity.jpg);
}
#immunity_systemic-immunity .mv {
    background-image: url(../jpg/img_mv_systemic-immunity.jpg);
}
#history .mv {
    background-image: url(../jpg/img_mv_history.jpg);
}
#history_symbiosis .mv {
    background-image: url(../jpg/img_mv_history_symbiosis.jpg);
}
#balance_food .mv {
    background-image: url(../jpg/img_mv_balance_food.jpg);
}
#labo_otsu-laboratory .mv {
    background-image: url(../jpg/img_mv_labo-otsu-laboratory.jpg);
}
#labo_saga-laboratory .mv {
    background-image: url(../jpg/img_mv_labo-saga-laboratory.jpg);
}
#risk_cold .mv {
    background-image: url(../jpg/img_mv_risk-cold.jpg);
    background-position: 50% 25%;
}
#risk_flu .mv {
    background-image: url(../jpg/img_mv_risk-flu.jpg);
    background-position: 0 25%;
}
#risk_hay-fever .mv {
    background-image: url(../jpg/img_mv_risk-hay-fever.jpg);
    background-position: 50% 25%;
}
#risk_food-poisoning .mv {
    background-image: url(../jpg/img_mv_risk-food-poisoning.jpg);
}
#raise-immunity_lifestyle-habit .mv {
    background-image: url(../jpg/img_mv_raise-immunity-lifestyle-habit.jpg);
    background-position: 25% 0;
}
#lower-immunity_living .mv {
    background-image: url(../jpg/img_mv_lower-immunity_living.jpg);
}
#lower-immunity_stress .mv {
    background-image: url(../jpg/img_mv_lower-immunity_stress.jpg);
}
#lower-immunity_life-stage .mv {
    background-image: url(../jpg/img_mv_lower-immunity_life-stage.jpg);
}
#sleeping .mv {
    background-image: url(../jpg/img_mv_sleeping.jpg);
}
#sleeping_sleep-quality .mv {
    background-image: url(../jpg/img_mv_sleeping-sleep-quality.jpg);
}
#exercise .mv {
    background-image: url(../jpg/img_mv_exercise.jpg);
}
#food_five-major-nutrients .mv {
    background-image: url(../jpg/five_hero.jpg);
}
#food_hydration .mv {
    background-image: url(../jpg/hydration_hero.jpg);
}
#food_lactic-acid-bacteria .mv {
    background-image: url(../jpg/lactic-acid-bacteria.jpg);
}
#food_b240 .mv {
    background-image: url(../png/b240.png);
}
#report .mv {
    background-image: url(../jpg/img_mv_report.jpg);
}

/* コラムのヒーローイメージ */
#column01 .mv {
    background-image: url(../hero_columun01.html);
}

#column02 .mv {
    background-image: url(../hero_columun02.html);
}


.mv h1 {
    background: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    letter-spacing: .8rem;
    line-height: 1.5;
    padding: 20px 35px;
    width: auto;
    white-space: nowrap;
}
.mv h1 span:not(.t_corp) {
    display: block;
    font-size: 1.6rem;
}
.mv h1 span.t_mincho,
.mv h1 span.italic {
    font-size: 3.5rem;
    letter-spacing: 0;
    display: inline-block;
}
/* 導入テキスト ------------------------------------------ */
.introduction .content {
    padding-bottom: 10px;
}
.introduction p {
    font-size: 2rem;
    padding-right: 50px;
    line-height: 2;
}
/* 下層コンテンツ共通 ------------------------------------------ */
.underlayer a {
    color: #45b035;
    font-size: 1.7rem;
    display: inline-block;
    margin-top: 5px;
}
.underlayer h2 {
    font-size: 2.5rem;
    color: #72bb2b;
    line-height: 2;
    letter-spacing: .4rem;
    position: relative;
    margin-bottom: 0;
}
.underlayer h2 + p {
    font-weight: normal;
}
.underlayer h2:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 5px;
    background: #72bb2b;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.underlayer h2.number {
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-start;
}
.underlayer h2.number:after {
    content: none;
}
.underlayer h2.number span.h2_num {
    background: #b7d456;
    color: #3c6d0b;
    padding: 0px 15px 2px 20px;
    margin-right: 15px;
    flex: none;
}
.underlayer p {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    line-height: 2;
    margin-bottom: 30px;
}
.underlayer .sv {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
}
.underlayer h3 {
    font-size: 2.3rem;
    color: #72bb2b;
    text-align: center;
    display: block;
    letter-spacing: .4rem;
    margin-bottom: 50px;
}
.underlayer h3:after {
    content: none;
}
.underlayer h4 {
    color: #72bb2b;
}
.underlayer h5 span.annotation {
    display: inline-block;
    margin: 0;
}
.underlayer .bg_gray-dark .content {
    max-width: 1040px;
    padding-bottom: 60px;
}
.underlayer .bg_gray-dark h3 {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
}
.underlayer .annotation {
    font-size: 1.5rem;
    color: #727171;
    word-break: break-all;
    display: block;
    margin-top: 15px;
    line-height: 1.8;
}
.underlayer .annotation > a {
    font-size: 1.5rem;
    color: #727171;
    word-break: break-all;
    display: block;
    line-height: 1.3;
    text-decoration: none;
    margin: 5px 0;
}

.underlayer .annotation > a:hover {
    color: #8a8ae9;
}
.underlayer .btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 100px auto;
}
.underlayer .btn_area a {
    font-size: 2.2rem;
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 10px 30px;
    border: 2px solid #555;
    border-radius: 50px;
    margin: 0 10px 10px;
}
.underlayer .btn_area a:hover {
    color: #999;
    border: 2px solid #ccc;
    transition: .5s;
}
#report .content {
    padding-top: 90px;
}
#report h1 span {
    margin-top: 5px;
}
#report h1 span.report-category {
    padding: 5px 10px 7px 16px;
    border: 2px solid #333;
    margin-bottom: 5px;
    display: inline-block;
}
#report h1 span.author {
    font-size: 2.2rem;
    margin: 10px auto;
}
#report .report-list a {
    text-decoration: none;
    padding: 0 30px;
    box-sizing: border-box;
}
#report .report-list a figure {
    margin-bottom: 15px;
}
#report .report-list a h3 {
    letter-spacing: 0;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
}
#report .report-list a p {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #999;
    margin-bottom: 0;
}
#report .report-list a p.detail {
    color: #45b035;
    text-decoration: underline;
}
#report .report-list a:hover h3,
#report .report-list a:hover p {
    opacity: .8;
}
#report.underlayer .bg_gray-dark .content {
    max-width: 1200px;
    padding-bottom: 60px;
}
#report.underlayer h3 {
    margin-bottom: 20px;
}
/* 年表 ------------------------------------------ */
.chronology {
    background: #f5f9e9;
    padding: 70px 10px 90px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.chronology.orange {
    background: #fff2ca;
}
.underlayer .orange h3 {
    color: #f6ae5f;
}
.chronology.blue {
    background: #e8f5fd;
}
.underlayer .blue h3 {
    color: #2c84c7;
}
.chronology dl {
    width: 68%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.chronology dt {
    width: 15%;
    font-size: 2.2rem;
    font-weight: normal;
    padding-top: 4px;
    position: relative;
    margin-right: 1%;
}
.chronology dt:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #8fc31f;
    top: 20px;
    left: -20px;
    z-index: 1;
}
.chronology.orange dt:before {
    background: #f39800;
}
.chronology.blue dt:before {
    background: #66a2d8;
}
.chronology dt:last-of-type:before {
    content: none;
}
.chronology dt:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #85b769;
    border-radius: 16px;
    left: -27px;
    top: 13px;
}
.chronology.orange dt:after {
    background: #f6ae5f;
}
.chronology.blue dt:after {
    background: #88bae5;
}
.chronology dd {
    width: 84%;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 30px;
}

/* リスト ------------------------------------------ */
.list.bg_green {
    background: #e8f0c5;
    padding: 30px 20px 20px;
}
p.list_title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.list_green {
    list-style: none;
    margin-left: 60px;
    margin-right: 60px;
}
.list_green li {
    font-size: 2rem;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list_green li:last-of-type {
    margin-bottom: 0;
}
.list_green li:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #72bb2b;
    border-radius: 15px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* リスト ------------------------------------------ */
.supplement {
    background: #eee;
    padding: 30px;
    margin: 50px auto;
}

/* 表(グラフ) ------------------------------------------ */
.ribbon {
    position:relative;
    background: #e8f0c5;
    padding: 20px 40px;
    width: 100%;
    margin: 40px auto 20px;
    display: inline-block;
    text-align: center;
}
.ribbon.orange {
    background: #fff2ca;
}
.ribbon.blue {
    background: #e8f5fd;
}
.ribbon:after {
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #fff #c6d800 transparent;
    border-width: 0 20px 20px 0;
}
.ribbon.orange:after {
    border-color: transparent #fff #f6ae5f transparent;
}
.ribbon.blue:after {
    border-color: transparent #fff #88bae5 transparent;
}
.ribbon p {
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.graph_2col > div {
    padding: 15px;
}
.graph figure {
    margin-bottom: 20px;
}
.graph + p {
    margin-top: 30px;
}
.ribbon_wrap {
    text-align: center;
}
.ribbon_wrap .ribbon {
    width: auto;
}

/* プログラム ------------------------------------------ */
.program dt {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 5px;
}
.program dd {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 25px;
}

/* カテゴリー ------------------------------------------ */
.category {
    width: 90%;
    margin: 0 auto;
}
.category dl {
    display: flex;
    flex-wrap: wrap;
}
.category dt,
.category dd{
    font-weight: normal;
    font-size: 2rem;
    padding: 7px 18px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.category .bg_green {
    background: #e8f0c5;
    color: #8fc31f;
}
.category .bg_orange {
    background: #fff2ca;
    color: #f39800;
}

/* toggleメニュー ------------------------------------------ */
.toggle dt {
    cursor: pointer;
    background: #d3e2a4;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    position: relative;
}
.toggle dt:nth-last-of-type(2n) {
    background: #e3efd3;
}
.toggle dt:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggle dt:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #333;
    top: 50%;
    right: 29px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggle dt.active:after {
    content: none;
}
.toggle dd {
    display: none;
    background: #fffce2;
    font-size: 1.8rem;
    padding: 30px;
    margin-bottom: 0;
    line-height: 2;
}
.toggle dd:nth-of-type(2n) {
    background: #f4f9f0;
}
.details {
    width: 80%;
    margin: 20px auto;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.details span {
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
}
.details span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #e4e984;
    left: 0;
    bottom: -5px;
}
.details p {
    font-size: 1.8rem;
    margin: 10px;
}
.details ul {
    display: flex;
    justify-content: center;
}
.details li {
    list-style: none;
    margin: 0 10px;
}
.toggle ul.elelment {
    list-style: none;
    margin-bottom: 0;
}
.toggle ul.elelment li {
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px dashed #333;
    align-items: center;
}
.toggle ul.elelment li:last-of-type {
    border-bottom: none;
}
.toggle ul.elelment li p {
    margin-bottom: 0;
}
.toggle ul.elelment li span {
    background: #fff78c;
    padding: 10px;
    margin-right: 20px;
    width: 8%;
    text-align: center;
    display: inline-block;
}
.toggle dd:nth-of-type(2n) ul.elelment li span {
    background: #e8ec91;
}
#risk_food-poisoning .toggle dd {
    padding: 0 30px;
}

/* グラデ背景 ------------------------------------------ */
.bg_green-grade {
    padding: 70px 0;
}
.bg_green-grade .content {
    background: #fff;
    padding: 70px 100px 50px;
}
.underlayer .bg_green-grade h2 {
    font-size: 2.4rem;
}
.underlayer .bg_green-grade h2:after {
    content: none;
}
.underlayer .bg_green-grade ul {
    list-style: none;
}
.underlayer .bg_green-grade li {
    font-size: 2rem;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}
.underlayer .bg_green-grade li:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #00913a;
    border-radius: 17px;
    left: 0;
    top: 7px;
}

/* 紫背景 ------------------------------------------ */
.bg_purple {
    background: #bec9dc;
    padding: 60px 60px 50px;
}
.bg_purple h3 {
    color: #333;
    letter-spacing: normal;
}

/* まとめ ------------------------------------------ */
.summary .content {
    padding-top: 100px;
}

/* 免疫力チェック ----------------------------------- */
#raise-immunity_check {
    margin-top: 60px;
}
#raise-immunity_check h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 25px;
}
#raise-immunity_check h1 span {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}
#raise-immunity_check p {
    font-size: 1.9rem;
    margin-bottom: 0;
    /*margin-top: 60px;*/
}
#raise-immunity_check input[type="checkbox"] { display: none; }
#raise-immunity_check input[type="checkbox"] + label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 2rem;
    background: #fff;
    padding: 16px 10px 16px 70px;
    margin-bottom: 0;
}
#raise-immunity_check input[type="checkbox"] + label:nth-last-of-type(2n) {
    background: #faf5bb;
}
#raise-immunity_check input[type="checkbox"] + label:last-child { margin-bottom: 0; }
#raise-immunity_check input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #b1cb4c;
    position: absolute;
    top: 50%;
    left: 21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    background: #fff;
}
#raise-immunity_check input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 47%;
    left: 31px;
    border-radius: 0;
    border-color: #00913a;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background: none;
}
#raise-immunity_check .btn_black {
    color: #c3fa64;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    font-size: 3rem;
    font-weight: normal;
    width: auto;
    max-width: 400px;
    min-width: 300px;
}
#raise-immunity_check .btn_black:hover {
    color: #333;
}
#raise-immunity_check-result h1 {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .9rem;
    color: #4f8c36;
    margin-bottom: 50px;
}
.check-result {
    width: 70%;
    margin: 0 auto;
    max-width: 600px;
    border: 1px solid #4f8c36;
    padding: 30px;
}
.check-result p {
    font-size: 2rem;
    line-height: 2;
}
.detail_check-result {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.detail_check-result figure {
    max-width: 150px;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #219769;
    background: #fff;
    position: relative;
    width: 25%;
}
.detail_check-result figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c3fa64;
    left: 15px;
    top: 10px;
    z-index: -1;
}
.detail_check-result p {
    width: 67%;
    margin-left: 8%;
    color: #4f8c36;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: .8rem;
    line-height: 1.8;
}
.detail_check-result p span {
    display: block;
    border-bottom: 1px solid #4f8c36;
}
.btn_area {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}
#raise-immunity_check-result .check-result {
    display: none;
}
/* ------------------------------------------------
for 1200px以下
------------------------------------------------ */
@media screen and (max-width: 1199px) {
    #main_top .mv {
        min-height: 50vw;
    }
    #main_top h2 {
        margin-bottom: 15px;
    }
    #main_top h2 + p {
        line-height: 1.5;
    }
    .content {
        width: 95%;
    }
    .three-point .content {
        width: 100%;
    }
    .three-point .content > div {
        display: block;
    }
    .scroll_wrap {
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .wrap_meal .panel.panel_img,
    .wrap_sleep .panel.panel_img,
    .wrap_motion .panel.panel_img {
        margin: 0 6px;
    }
    .first:before {
        content: none;
    }
    .first.meal:after {
        content: none;
    }
    .first.sleep:after {
        content: none;
    }
    .first.motion:after {
        content: none;
    }
    .content_meal,
    .content_sleep,
    .content_motion {
        position: relative;
        margin-left: 15px;
    }
    .content_meal:before,
    .content_sleep:before,
    .content_motion:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 25px;
        background: #c3fa64;
        top: 7px;
        left: 6px;
    }
    .content_meal:after {
        content: '食事';
        position: absolute;
        font-size: 1.8rem;
        font-weight: bold;
        top: 7px;
        left: 20px;
    }
    .content_sleep:after {
        content: '睡眠';
        position: absolute;
        font-size: 1.8rem;
        font-weight: bold;
        top: 7px;
        left: 20px;
    }
    .content_motion:after {
        content: '運動';
        position: absolute;
        font-size: 1.8rem;
        font-weight: bold;
        top: 7px;
        left: 20px;
    }
    .meal, .sleep, .motion {
        margin-top: 40px!important;
    }
    /* 下層ページ -------------------------------- */
    .underlayer .mv {
        min-height: 400px;
        margin-top: 0;
    }
    .mv h1 {
        font-size: 3rem;
        padding: 10px 15px;
        width: 80%;
        max-width: 550px;
        white-space: break-spaces;
    }
    #report .mv h1 {
        white-space: inherit;
        letter-spacing: 0;
    }
    .chronology dt {
        font-size: 1.6rem;
        padding-top: 11px;
    }
    .chronology dd {
        font-size: 1.6rem;
        padding-top: 5px;
    }
    .category dl {
        display: block;
    }
    .category dt {
        margin-bottom: 0;
    }
	
    /*************************************
     SNSボタンコンテンツデザイン
    *************************************/
    .sns.pt-3 {
        position: absolute;
        top: 5px;
        right: 80px;
        width: 160px;
    }

    .red {
        color: #F44336;
    }

    .pink {
        color: #E91E63;
    }

    .purple {
        color: #9C27B0;
    }

    .deep-purple {
        color: #673AB7;
    }

    .indigo {
        color: #3F51B5;
    }

    .blue {
        color: #2196F3;
    }

    .light-blue {
        color: #03A9F4;
    }

    .cyan {
        color: #00BCD4;
    }

    .teal {
        color: #009688;
    }

    .green {
        color: #4CAF50;
    }

    .light-green {
        color: #8BC34A;
    }

    .lime {
        color: #CDDC39;
    }

    .yellow {
        color: #FFEB3B;
    }

    .amber {
        color: #FFC107;
    }

    .orange {
        color: #FF9800;
    }

    .deep-orange {
        color: #FF5722;
    }

    .brown {
        color: #795548;
    }

    .grey {
        color: #9E9E9E;
    }

    .blue-grey {
        color: #607D8B;
    }

}
/* ------------------------------------------------
for tablet
------------------------------------------------ */
@media screen and (max-width: 991px) {
        /* ハンバーガーメニュー */
    header .navbar > .container-fluid {
        padding: 0;
    }
    header .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 0px;
        width: 30px;
        height: 30px;
        box-sizing: border-box;
        position: relative;
    }
    header .navbar-toggler-icon {
        background-image:none;
        background: #333;
        width: 30px;
        height: 2px;
        display: block;
        position: absolute;
        transition: ease .5s;
        left: 15px;
    }
    header .navbar-toggler-icon:nth-of-type(1) {top:21px;}
    header .navbar-toggler-icon:nth-of-type(2) {top:28px;}
    header .navbar-toggler-icon:nth-of-type(3) {top:35px;}
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
        top:30px;
        transform: rotate(45deg);
    }
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
        opacity: 0;
    }
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
        top:30px;
        transform: rotate(-45deg);
    }
    header .navbar-toggler:focus {
        box-shadow: none;
    }
    header .navbar-collapse {
        margin-top: 60px;
        background: rgba(17,17,17,1);
    }
    header nav.navbar {
        background: rgba(255,255,255,0.4);
        padding: 0;
        min-height: 60px;
    }
    header p.logo_area {
        width: 120px;
        position: absolute;
        top: 13px;
        left: 14px;
    }
    header .navbar-toggler {
        background: #c3fa64;
        border-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
    }
    header .navbar-nav {
        padding: 20px;
    }
    header .navbar-nav .nav-link {
        color: #fff;
        font-weight: normal;
        padding: 15px 0;
    }
    header .navbar-nav .nav-item {
        position: relative;
        border-bottom: 1px solid #333;
        margin-top: 0;
    }
    header .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    header .navbar-nav .nav-item:after {
        content: '';
        position: absolute;
        width: 11px;
        height: 11px;
        background: url(../svg/arrow_green.svg) no-repeat 0 0 / 11px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .navbar-nav .nav-link:after {
        content: none;
    }
    .wrap {
        padding-top: 0;
    }
    .content {
        width: 95%;
    }
    .topics .prev-arrow {
        left: 10px;
    }
    .topics .next-arrow {
        right: 10px;
    }
    h2 {
        font-size: 2.8rem;
    }
    .mechanism_immunity h2 {
        line-height: .8;
    }
    span.t_small {
        font-size: 2.2rem;
        display: block;
    }
    h3 span.t_small {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    h5 {
        font-size: 1.5rem;
    }
    span.t_number {
        font-size: 5rem;
    }
    .lifestyle .btn_black,
    .check .btn_black {
        margin-top: 5px;
    }
    .mechanism_immunity .row > div {
        margin-bottom: 40px;
    }
    .risk-report h4.line {
        margin-top: 50px;
    }
    .risk-report .panel {
        margin-bottom: 0;
    }
    .risk-report .row > div {
        padding: 5px;
        margin-bottom: 0;
    }
    .risk-report .row.risk {
        justify-content: center;
    }
    .risk-report .row.risk > div {
        max-width: 235px;
    }
    a.report figure {
        width: 25%;
    }
    a.report p {
        width: 75%;
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    a.report p span {
        font-size: 1.2rem;
    }
    /* 下層ページ -------------------------------- */
    .introduction p {
        padding-right: 0;
    }
    .pl20,
    .pr20 {
        padding-left: 0;
        padding-right: 0;
    }
    .details ul {
        display: block;
        text-align: left;
    }
    .details li {
        margin: 0 10px;
        border-bottom: 1px dashed #333;
    }
    .details li:last-of-type {
        border-bottom: none;
    }
    .toggle ul.elelment li {
        align-items: flex-start;
    }
    .toggle ul.elelment li span {
        width: 23%;
        min-width: 55px;
    }
    #risk_food-poisoning .toggle dd {
        padding: 0 15px;
    }
    #raise-immunity_check-result h1 {
        font-size: 3.2rem;
    }
    .check-result {
        width: 95%;
    }
    .check-result p {
        font-size: 1.6rem;
    }
    .detail_check-result p {
        font-size: 3rem;
    }
    .graph_2col > div {
        padding: 0;
    }
    .list_green {
        margin-left: 0;
    }
}

/* ------------------------------------------------
for tablet
------------------------------------------------ */
@media screen and (max-width: 631px) {
    #main_top .food span, #main_top .sleeping span, #main_top .sport span {
        font-size: 1.8rem;
    }
    #main_top .tab span:before {
        width: 35px;
        height: 35px;
        background-size: 35px!important;
        left: -20px;
    }
    #main_top .tab {
        padding: 10px;
    }
    #main_top .content.tab-area {
        padding-bottom: 0;
    }
    #main_top .link_flex a {
        width: 90%;
        margin: 0 auto 15px;
        padding: 10px 20px;
    }
    #main_top .link_flex a span {
        font-size: 1.4rem;
    }
    #main_top .link_flex a:after {
        right: 10px;
        bottom: 10px;
    }
    #main_top .lifestyle .panel.link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 300px;
        margin: 0 auto;
    }
    #main_top .lifestyle .panel.link figure {
        width: 70px;
        margin: 0;
    }
    #main_top .lifestyle h3 {
        font-size: 1.5rem;
        margin-top: 3px;
        margin: 0 0 0 15px;
    }
    #main_top .health_risk .panel.link {
        display: flex;
        justify-content: flex-start;
        max-width: 300px;
        margin: 0 auto;
    }
    #main_top .health_risk .panel.link figure {
        width: 70px;
    }
    #main_top .health_risk .panel.link p {
        font-size: 1.4rem;
    }
    #main_top .report .panel {
        padding: 10px 10px 0;
        margin: 0;
    }
    #main_top a.more {
        font-size: 1.4rem;
        margin-left: 25px;
    }
    #main_top .report h2,
    #main_top .laboratory h2{
        margin-bottom: 30px;
    }
    #main_top .laboratory .panel.link {
        display: flex;
        text-align: left;
        margin: 0;
    }
    #main_top .laboratory .panel figure {
        width: 150px;
    }
    /* 下層ページ -------------------------------- */
    .underlayer .content {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .underlayer a {
        font-size: 1.5rem;
    }
    .mv {
        min-height: 250px;
    }
    .mv h1 {
        font-size: 1.8rem;
        letter-spacing: .5rem;
        max-width: 315px;
        padding: 10px;
        font-weight: bold;
    }
    .mv h1 span:not(.t_corp) {
        font-size: 1.3rem;
    }
    .mv h1 span.t_mincho,
    .mv h1 span.italic {
        font-size: 1.8rem;
    }
    #report .mv h1 span:not(.t_corp) {
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    #report .mv h1 span.report-category {
        padding: 5px 10px 7px;
    }
    #report .mv h1 span.author {
        font-size: 1.2rem;
        color: #999;
        letter-spacing: 0;
    }
    #report .report-list a p {
        font-size: 1.4rem;
    }
    .underlayer p {
        font-size: 1.5rem;
    }
    .underlayer h2 {
        font-size: 1.8rem;
        letter-spacing: 0;
    }
    .underlayer h2.number {
        padding-bottom: 10px;
    }
    .underlayer h2.number span.h2_num {
        width: 38px;
        height: 38px;
        padding: 0;
        flex: none;
        text-align: center;
    }
    .underlayer h2.number > span:not(.h2_num) {
        line-height: 1.5;
        margin-top: 6px;
    }
    .underlayer h3 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .underlayer h4 {
        font-size: 1.6rem;
    }
    .chronology {
        padding: 30px 10px;
    }
    .chronology dl {
        width: 80%;
    }
    .chronology dt {
        width: 25%;
        font-size: 1.5rem;
        padding-top: 11px;
    }
    .chronology dd {
        width: 74%;
        font-size: 1.5rem;
        padding-top: 7px;
    }
    .underlayer .annotation {
        font-size: 1.3rem;
    }
    .ribbon {
        width: 100%;
        margin: 10px auto;
    }
    .underlayer .bg_gray-dark .content {
        padding-bottom: 40px;
    }
    .underlayer .bg_gray-dark h3 {
        font-size: 2rem;
    }
    .underlayer .btn_area a {
        font-size: 1.8rem;
        width: 100%;
        text-align: center;
    }
    .underlayer .btn_area {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .toggle dt {
        font-size: 1.5rem;
    }
    .toggle dd {
        font-size: 1.5rem;
        padding: 15px;
    }
    .toggle dt:before {
        right: 15px;
    }
    .toggle dt:after {
        right: 24px;
    }
    .bg_green-grade .content {
        padding: 20px;
    }
    .underlayer .bg_green-grade h2 {
        font-size: 1.8rem;
    }
    .underlayer .bg_green-grade li {
        font-size: 1.5rem;
        padding-left: 18px;
    }
    .underlayer .bg_green-grade li:before {
        width: 10px;
        height: 10px;
        top: 5px;
    }
    #raise-immunity_check input[type="checkbox"] + label {
        font-size: 1.5rem;
    }
    .detail_check-result figure {
        max-width: none;
        min-width: 75px;
        padding: 15px;
    }
    .detail_check-result p {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
    p.list_title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    .list_green li {
        font-size: 1.6rem;
    }
    .program dt {
        font-size: 1.7rem;
    }
    .program dd {
        font-size: 1.5rem;
    }
    .category {
        width: 100%;
    }
    .category dt,
    .category dd {
        font-size: 1.6rem;
    }
    #raise-immunity_check .btn_black {
        font-size: 2.5rem;
    }
}

/*  パンくず  */
.breadcrumb > li.breadcrumb-item {
    font-size: small !important;
    margin-top: 0;
}

.breadcrumb > li.breadcrumb-item a {
    font-size: small !important;
    margin-top: -2px;
    padding: 0px !important;
}


/* ------------------------------------------------
for SP
------------------------------------------------ */
@media screen and (max-width: 499px) {
    #main_top .mv {
        margin-bottom: 0;
    }
    #main_top .content {
    padding-top: 30px;
    padding-bottom: 40px;
    }
    #main_top .mv h1 {
        width: 90%;
    }
    #main_top .sec_title {
        width: 60px;
    }
    #main_top h2 {
        font-size: 2.2rem;
    }
    #main_top h2 + p {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    #main_top .panel.link {
        display: block;
        text-align: center;
    }
    #main_top .panel.link.round {
        padding: 30px 10px 40px;
    }
    #main_top .mechanism_immunity .row > div {
        margin-bottom: 10px;
    }
    #main_top .panel.link > div {
        margin-right: 0;
    }
    #main_top .mechanism_immunity .panel figure {
        margin: 0 auto;
    }
    #main_top h3 {
        font-size: 1.8rem;
    }
    #main_top h3 + p {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    #main_top .check h4 {
        font-size: 1.7rem;
    }
    #main_top .check a.btn_green span {
        font-size: 1.5rem;
    }
    #main_top .check a.btn_green {
        padding: 25px 10px 30px;
    }
    #main_top .check .panel.link {
        display: flex;
        margin-top: 20px;
    }
    #main_top .check .panel.link p {
        padding-top: 15px;
    }
    #main_top .check .panel.link p span {
        font-size: 1.5rem;
    }
    .topics {
        margin-bottom: 20px;
    }
    .topics a {
        width: 200px;
    }
    .topics a:before {
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        background-size: 40px!important;
    }
    .panel.panel_img a span.category {
        font-size: 1.2rem;
        padding: 3px 13px;
    }
    .details {
        width: 95%;
    }
    .underlayer .btn_area a {
        font-size: 1.6rem;
        width: auto !important;
    }
    .check-result {
        padding: 30px 15px;
    }
    .detail_check-result p {
        font-size: 2rem;
    }
    .detail_check-result figure {
        min-width: 50px;
        padding: 8px;
    }
    .detail_check-result figure:after {
        left: 10px;
        top: 5px;
    }
    .bg_purple {
        padding: 60px 20px 50px;
    }
    tr {
        font-size: 80%;
    }
    #raise-immunity_check {
        margin-top: 0;
    }

    .sns.pt-3 {
		left: 44%;
        right: auto;
        width: 38%;
    }

}



