/*
Theme Name: Wine
*/
@charset "utf-8";

:root {
    --main-column: 1200px;
    --sub-column: 1023px;
    --base-black: #2A2A2A;
    --accent-color: #705E43;
}

* {
    box-sizing: border-box;
    color: var(--base-black);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    background: #fffdf4;
    background-image: url(assets/images/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: contain;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
.ft-oswald {
    font-family: 'Oswald', sans-serif;
}
.ft-shippori {
    font-family: 'Shippori Mincho', serif;
}
/* header */
.header {
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.logo {
    display: block;
    width: 229px;
}
.nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.nav-list li a {
    display: block;
    padding: 25px 35px 20px;
}
.nav-list li.contact a {
    background: var(--base-black);
}
@media (max-width: 976px) {
    .logo {
        width: 180px;
    }
    .nav-list li {
        display: none;
    }
    .nav-list li.contact {
        display: block;
    }
    .nav-list li a {
        padding: 15px 15px 11px;
    }
}
/* mv */
.mv {
    position: relative;
}
.mv-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    padding: 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: var(--main-column);
}
.mv-text h1 {
    color: #fff;
    font-size: 32px;
    line-height: 2em;
}
.mv-text p {
    color: #fff;
    font-size: 24px;
    margin: 15px 0 25px;
}
.mv-link {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: 8px;
}
@media (max-width: 976px) {
    .mv {
        background: url(assets/images/mv.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    .mv-inner {
        padding: 50px 25px 120px;
        position: static;
    }
    .mv .bg {
        display: none;
    }
    .mv-text h1 {
        font-size: 26px;
    }
    .mv-text p {
        font-size: 16px;
    }
    .mv-link {
        bottom: 0;
    }
}
/* thoughts */
.thoughts {
    overflow: hidden;
    padding: 80px 0;
}
.thoughts-inner {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    width: 100%;
}
.thoughts-inner::before {
    background: url(assets/images/toughts-bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 278px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 20%;
    width: 106px;
}
.thoughts-contents {
    margin: 0 auto 45px;
    padding: 0 50px;
    position: relative;
    width: 100%;
    max-width: var(--main-column);
}
.thoughts-header {
    margin: 0 0 35px;
}
.thoughts-header p {
    font-size: 24px;
    margin: 25px 0 0;
}
.thoughts-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.thougths-text {
    padding: 35px 0 0;
    width: 50%;
}
.thougths-text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3em;
    margin: 0 0 20px;
}
.thoughts-images {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 50px;
}
@media (max-width: 976px) {
    .thoughts-inner {
        padding: 0 20px;
    }
    .thoughts-body {
        flex-direction: column-reverse;
    }
    .thoughts-contents {
        padding: 0 20px;
    }
    .thougths-text {
        padding: 25px 0 0;
        width: 100%;
    }
    .thoughts-images {
        flex: inherit;
        margin-right: 0;
        margin-left: 0;
    }
}
/* whats */
.whats-country {
    background: url(assets/images/whats-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid var(--base-black);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1290px;
}
.whats-country__left {
    padding: 35px 50px;
    width: 55%;
}
.whats-country__left h3 {
    font-size: 24px;
    margin: 0 0 20px;
}
.whats-country__left h3 span {
    background: var(--base-black);
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.ballon-text {
    background: #fff;
    border: 1px solid var(--base-black);
    padding: 30px;
    position: relative;
}
.ballon-text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3em;
}
.ballon-text::after {
    background: url(assets/images/arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 45px;
    position: absolute;
    bottom: -35px;
    left: 60px;
    width: 30px;
}
.ballon-user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
}
.ballon-mt{
	margin-top:40px;
}
.ballon-user img {
    height: 155px;
    width: 155px;
}
.ballon-prof {
    margin-left: 20px;
    padding: 25px 0 0;
    width: 55%;
}
.ballon-prof__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    margin: 0 0 10px;
}
.ballon-prof__text {
    font-size: 14px;
    line-height: 1.5em;
}
.whats-country__right {
    width: 45%;
}
@media (max-width: 976px) {
    .whats-country__left h3 {
        font-size: 18px;
    }
    .whats-country__left {
        padding: 25px 15px;
        width: 100%;
    }
    .ballon-text {
        padding: 15px;
    }
    .ballon-text p {
        font-size: 14px;
    }
    .ballon-text::after {
        height: 30px;
        bottom: -25px;
        left: 12px;
    }
    .ballon-user {
        margin-top: 0;
    }
    .ballon-user img {
        height: 100px;
        width: 100px;
    }
    .ballon-prof {
        margin-left: 15px;
        padding: 15px 0 0;
        width: 55%;
    }
    .ballon-prof__name {
        font-size: 14px;
    }
    .ballon-prof__text {
        font-size: 13px;
    }
    .whats-country__right {
        width: 100%;
    }
}
/* story */
.story-panel {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 50vw;
    max-height: 767px;
    width: 100%;
}
.story-panel:first-child {
    background-image: url(assets/images/story-bg1.jpg);
}
.story-panel:nth-child(2) {
    background-image: url(assets/images/story-bg2.jpg);
}
.story-panel:last-child {
    background-image: url(assets/images/story-bg3.jpg);
}
.story-panel__inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: var(--main-column);
}
.floating-image {
    position: absolute;
    bottom: 10%;
}
.story-panel.right .floating-image {
    left: 0;
}
.story-panel.left .floating-image {
    right: 0;
}
.story-panel__text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 15px 0 100px;
    width: 55%;
}
.story-panel.right .story-panel__text {
    margin: 0 0 0 auto;
}
.story-panel.left .story-panel__text {
    margin: 0 auto 0 0;
}
.story-panel__ttl {
    margin: 0 0 45px;
}
.story-panel__ttl p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0 0;
}
.story-panel__ttl_center {
    margin: 0 0 45px;
	text-align: center;
}
.story-panel__ttl_center p {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align:center;
}
.story-panel__content p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3em;
}
@media (max-width: 976px) {
    .story-panel {
        height: 100%;
        max-height: none;
        padding: 50px 0;
    }
    .story-panel__ttl h2 {
        width: 50%;
    }
	/*.story-panel__ttl_center h2 {
        width: 50%;
    }*/
    .floating-image {
        position: static;
        width: 50%;
    }
    .story-panel__text {
        padding: 0 25px;
        width: 100%;
        max-width: 500px;
    }
    .story-panel.left .story-panel__text,
    .story-panel.right .story-panel__text {
        margin: 0 auto 25px;
    }
}
/* know */
.know {
    background: url(assets/images/know-bg.png) no-repeat;
    background-position: 0 30%;
    background-size: cover;
    background-color: #fffef8;
    overflow: hidden;
    padding: 80px 0 0;
}
.know-inner {
    position: relative;
}
.know-header {
    margin: 0 auto;
    padding: 20px 0 100px;
    position: relative;
    text-align: center;
    width: 85%;
    max-width: var(--main-column);
}
.know-header::before {
    background: url(assets/images/georgia.svg) no-repeat;
    background-position: bottom;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 185px;
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
}
.know-header p {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
}
.know-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 75px;
    position: relative;
    width: 92%;
    max-width: var(--main-column);
}
.know-panel.direction {
    flex-direction: row-reverse;
}
.know-panel__text {
    width: 50%;
}
.know-panel__text h3 {
    margin: 0 0 20px;
}
.know-panel__text h3 span {
    background: var(--base-black);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px 15px;
}
.know-panel__text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3em;
    margin: 0 0 20px;
}
.know-panel__images {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 50px;
}
.know-panel.direction .know-panel__images {
    margin-right: calc(50% - 50vw);
    margin-left: 50px;
}
@media (max-width: 976px) {
    .know-header::before {
        left: -20px;
    }
    .know-header p {
        font-size: 18px;
    }
    .know-panel {
        margin: 0 auto 25px;
    }
    .know-panel.direction {
        flex-direction: row;
    }
    .know-panel__text {
        margin: 25px 0 0;
        width: 100%;
    }
    .know-panel__images {
        flex: inherit;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .know-panel.direction .know-panel__images {
        margin-right: 0;
        margin-left: 0;
    }
    .know-panel__text h3 span {
        font-size: 18px;
    }
    .know-panel__text p {
        font-size: 14px;
    }
}

/* appealing */
.appealing {
    background: url(assets/images/appealing-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid var(--base-black);
    margin: 0 auto 65px;
    position: relative;
    width: 92%;
    max-width: var(--main-column);
}
.appealing::before {
    background: url(assets/images/know-bg2.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 278px;
    margin: auto;
    position: absolute;
    right: -100px;
    top: 20%;
    width: 80%;
    z-index: -1;
}
.appealing-inner {
    padding: 25px 50px 25px;
    position: relative;
}
.appealing-frame {
    position: absolute;
}
.position-lt {
    left: 10px;
    top: 10px;
}
.position-rt {
    top: 10px;
    right: 10px;
}
.position-lb {
    bottom: 10px;
    left: 10px;
}
.position-rb {
    bottom: 10px;
    right: 10px;
}
.appealing-header {
    margin: 0 auto;
    padding: 25px 0 50px;
    text-align: center;
    width: 80%;
}
.appealing-header p {
    color: var(--accent-color);
    font-size: 26px;
    font-weight: 500;
}
.appealing-body {
    padding: 0 0 50px;
}
.appealing-list {
    margin: 0 auto;
    padding: 0 25px;
    width: 92%;
    max-width: var(--sub-column);
}
.appealing-list li {
    color: var(--base-black);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.appealing-list li:not(:last-child) {
    margin: 0 0 30px;
}
.appealing-list li::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;    
    margin: 0 15px 0 0;
        height: 50px;
    width: 65px;
}
.appealing1::before {
    background-image: url(assets/images/appealing1.svg);
}
.appealing2::before {
    background-image: url(assets/images/appealing2.svg);
}
.appealing3::before {
    background-image: url(assets/images/appealing3.svg);
}
.appealing4::before {
    background-image: url(assets/images/appealing4.svg);
}
.appealing5::before {
    background-image: url(assets/images/appealing5.svg);
}
.appealing6::before {
    background-image: url(assets/images/appealing6.svg);
}
.appealing-list li p {
    width: calc(100% - 90px);
}
@media (max-width: 976px) {
    .appealing {
        padding: 10px;
    }
    .appealing-inner {
        padding: 15px;
    }
    .appealing-header {
        padding-top: 45px;
    }
    .appealing-header p {
        font-size: 18px;
    }
    .appealing-body {
        padding: 0 0 30px;
    }
    .appealing-list {
        padding: 0 15px;
        width: 100%;
    }
    .appealing-list li {
        font-size: 14px;
    }
    .appealing-list li:not(:last-child) {
        margin: 0 0 20px;
    }
    .appealing-list li::before {
        height: 23px;
        width: 39px;
    }
    .appealing-list li p {
        width: calc(100% - 70px);
    }
}

/* crossroads */
.crossroads {
    border-top: 1px solid var(--base-black);
    padding: 100px 0 80px;
}
.crossroads-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.crossroads-head {
    margin: 0 auto 45px;
    text-align: center;
}
.crossroads-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.crossroads-text {
    width: 48%;
}
.crossroads-movie {
    width: 48%;
}
.crossroads-text h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 30px;
}
.crossroads-text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}
@media (max-width: 976px) {
    .crossroads-text {
        margin: 0 0 25px;
        width: 100%;
    }
    .crossroads-movie {
        width: 100%;
    }
    .crossroads-text h2 {
        font-size: 18px;
    }
    .crossroads-text p {
        font-size: 14px;
    }
}
/* process */
.process {
    border-top: 1px solid var(--base-black);
}
.process-panel {
    background: url(assets/images/process-bg.png) no-repeat;
    background-position: right;
    background-size: contain;
    border-top: 1px solid var(--base-color);
    padding: 80px 0;
}
.process-panel__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.process-ttl {
    margin: 0 0 45px;
}
.process-ttl p {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 0;
}
.process-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}
.process-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.process-item {
    padding: 35px;
    width: 25%;
}
.process-item .num {
    border-radius: 50%;
    background: var(--base-black);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    height: 16px;
    margin: 0 5px 0 0;
    width: 16px;
}
.process-item p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-item p .text {
    display: block;
    width: calc(100% - 21px);
    max-width: max-content;
}
@media (min-width: 776px) {
    .process-item {
        border: 1px solid var(--base-black);
    }
    .process-item:nth-child(odd) {
        border-left: 0;
        border-bottom: 0;
    }
    .process-item:nth-child(even) {
        border-left: 0;
        border-bottom: 0;
    }
    .process-item:nth-last-child(-n+4) {
        border-bottom: 1px solid var(--base-black);
    }
    .process-item:nth-child(4n) {
        border-right: 0;
    }
}
@media (max-width: 776px) {
    .process-panel {
        background-size: cover;
    }
    .process-item {
        border-bottom: 1px solid var(--base-black);
        padding: 15px;
        width: 50%;
    }
    .process-item:nth-child(odd) {
        border-right: 1px solid var(--base-black);
    }
    .process-item:nth-child(-n+2) {
        border-top: 1px solid var(--base-black);
    }
}
/* club */
.club {
    background: var(--base-black);
    padding: 80px 0 100px;
}
.club-header {
    margin: 0 auto 45px;
    text-align: center;
    width: 92%;
}
.club-header p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 0;
}
.club-body {
    background: #fff;
    margin: 0 auto;
    padding: 60px;
    width: 92%;
    max-width: var(--main-column);
}
.club-body__head {
    margin: 0 0 45px;
    text-align: center;
}
.club-body__head h3 {
    background: var(--base-black);
    color: #fff;
    display: inline-block;
    font-size: 28px;
    padding: 8px 20px;
    text-align: center;
}
.club-body__head p {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 0;
}
.club-body__head p span {
    font-size: 14px;
}
.club-panel {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.club-panel:not(:last-child) {
    margin: 0 0 25px;
}
.club-panel__text {
    width: 55%;
}
.club-panel__text.bg-gray {
    background: #EBEBEB;
    padding: 25px;
}
.club-panel__images {
    width: 40%;
}

.club-panel__item {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.club-panel__item:not(:first-child),
.club-panel__item:not(:last-child) {
    margin: 0 0 20px;
}
.club-panel__item dt {
    border: 1px solid var(--base-black);
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    padding: 2px 0;
    text-align: center;
    width: 100px;
}
.club-panel__item dd {
    width: calc(100% - 115px);
}
.club-panel__item dd .price {
    color: var(--base-black);
    font-size: 64px;
    font-weight: 500;
    margin-right: 5px;
}
.club-panel__item dd .price.small {
    font-size: 24px;
    margin-right: 5px;
}
.club-panel__item dd .tax {
    font-size: 12px;
    font-weight: 400;
    margin-right: 5px;
}
.club-panel__item dd .yen {
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
}
.club-panel__item dd .yen.small {
    font-size: 16px;
    margin-right: 5px;
}
.club-panel__item dd .midium-text {
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.club-panel__item dd .small-text {
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.club-panel__item dd .micro-text {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.eyecatch {
    background: var(--base-black);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 2px 10px;
    width: auto;
}
.club-panel__benefits li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.club-panel__benefits li:not(:last-child) {
    margin: 0 0 10px;
}
.club-panel__benefits li .option {
    font-size: 12px;
    font-weight: 500;
}
.club-panel__benefits li::before {
    background: url(assets/images/check.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 10px 0 0;
    width: 15px;
	position:absolute;
}
.club-panel__benefits li p{
	margin-left:20px;
}
.club-contact {
    margin: 45px 0 0;
    text-align: center;
}
.club-contact a {
    border: 1px solid var(--base-black);
    border-radius: 50px;
    color: var(--base-black);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    max-width: 575px;
}
.club-contact a::before {
    background: url(assets/images/btn-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 30px;
    margin: 0 15px 0 0;
    width: 15px;
}
@media (max-width: 976px) {
    .club-header p {
        font-size: 18px;
    }
    .club-body {
        padding: 25px;
    }
    .club-body__head h3 {
        font-size: 23px;
    }
    .club-body__head p {
        font-size: 16px;
    }
    .club-panel__text {
        margin: 0 0 25px;
        width: 100%;
    }
    .club-panel__text.bg-gray {
        padding: 15px;
    }
    .club-panel__images {
        width: 100%;
    }
    .club-panel__item dd .price {
        font-size: 40px;
    }
    .club-panel__item dd .price.small {
        font-size: 18px;
    }
    .club-panel__item dd .tax {
        font-size: 11px;
    }
    .club-panel__item dd .yen {
        font-size: 18px;
    }
    .club-panel__item dd .yen.small {
        font-size: 14px;
    }
    .club-panel__item dd .midium-text {
        font-size: 14px;
    }
    .club-panel__item dd .small-text {
        font-size: 12px;
    }
    .club-panel__item dd .micro-text {
        font-size: 11px;
    }
    .club-contact a {
        font-size: 18px;
        padding: 20px 0;
    }
    .club-contact a::before {
        height: 25px;
        margin: 0 10px 0 0;
        width: 10px;
    }
}
@media (max-width: 576px) {
    .club-header p {
        font-size: 16px;
    }
    .club-body {
        padding: 15px 15px 35px;
    }
    .club-body__head h3 {
        font-size: 18px;
    }
    .club-body__head p {
        font-size: 14px;
    }
    .club-contact a {
        font-size: 16px;
        padding: 15px 0;
    }
}
/* footer */
.footer {
    background: url(assets/images/footer-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.footer-inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.footer-left {
    width: 30%;
}
.footer-right {
    width: 60%;
}
.footer-left p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 20px;
}
.footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.footer-links li a {
    display: block;
    padding: 20px 30px 15px;
}
.footer-links li.contact a {
    background: var(--base-black);
}
.copyright {
    font-size: 12px;
    font-weight: 400px;
}
@media (max-width: 976px) {
    .footer-left {
        margin: 0 0 25px;
        width: 100%;
    }
    .footer-right {
        width: 100%;
    }
    .footer-links li {
        width: 100%;
    }
    .footer-links li a {
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }
}
.small-p {
    padding-left: 25px;
    display: block;
    padding-bottom: 15px;
    font-size: 0.7em;
    color: #444444;
}



/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);

}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: center;
    width: 80%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    max-height: 80vh;
    overflow-x: auto;
}

.modal_content table{
    width: 100%;
    border-collapse: collapse;
}
.modal_content td{
    border: 1px solid #ccc;
    padding: 10px;

}
.modal_content th{
    text-align: left;
    width: 100px;
    border: 1px solid #ccc;
    padding: 10px;
}

.modal_content p {
    padding-top: 0;
}

.close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
    transform: translateY(20px);
}

.open_button {
    color: #676767;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 40px;
    margin-bottom: 1px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.open-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
    color: #FFFFFF;
    background-color: #4f96f6;
    transition: .6s;
}

.modal_title2 {
    font-size: 1.5em;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top:0;
    margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
    content: "";
    position: absolute;
    bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
    border-bottom: 4px solid #6bb6ff;
    width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
    border-bottom: 4px solid #c8e4ff;
    width: 100%;
}

.bg-gray {
    background: gainsboro;
    padding: 20px;
}