@charset "UTF-8";
/*------------------------------------------------------------
    clearfix（float解除）
    ------------------------------------------------------------*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

/*------------------------------------------------------------
    Default
    ------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
}

iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #2a2c2c;
    display: inline-block;
    text-decoration: none;
}

a:hover,
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

@media (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto !important;
    }
}

/* .fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
        transform: translateY(100px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
  }
  
  .fadeInUp.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }

/*------------------------------------------------------------
	Layout
  ------------------------------------------------------------*/

body {
    color: #3e3e3e;
    min-width: 768px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    font-family: "メイリオ", "meiryo", sans-serif;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    body {
        min-width: auto;
        font-size: 1.3rem;
    }
}

.l-container {
    margin: 0 auto;
    width: 1200px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .l-container {
        width: 92%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .l-container {
        width: 94%;
        margin: 0 auto;
    }
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .df {
        display: block;
    }
}

.df .boxleft,
.df .boxright {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .df .boxleft,
    .df .boxright {
        width: 100%;
    }
}

.pd70 {
    padding: 70px 0;
}
.pt70 {
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .pd70 {
        padding: 50px 0;
    }
    .pt70 {
        padding-top: 50px;
    }
}

.bgcolor {
    background: #f8f5f2;
}
.bgcolor01 {
    background: #ba1e2c !important;
}

.pb100 {
    padding-bottom: 100px;
}

.bb_ccc {
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
    .pb100 {
        padding-bottom: 70px;
    }
}

.fwb {
    font-weight: 500;
}

.color01 {
    color: #bc1b27;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/

.c-header {
    position: relative;
    width: 100%;
    text-align: center;
}

.c-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 9999;
    background: #fff;
    /*padding: 10px 0 10px 0;*/
    height: 80px;
    border-bottom: 1px solid #d5d5d5;
    position: fixed;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-header__nav {
        height: 65px;
        padding: 0;
    }
}

.c-header__nav .nav-logo {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-logo {
        zoom: 80%;
    }
}

.c-header__nav .nav-menu {
    width: 76%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1430px) and (min-width: 768px) {
    .c-header__nav .nav-menu {
        width: 75%;
    }
}

.c-header__nav .nav-menu > li {
    /* width: 15%; */
    width: 100%;
    display: flex;
    align-items: center;
}
.c-header__nav .nav-menu li.nav-icon {
    max-width: 40px;
}
.c-header__nav .nav-menu li.nav-icon.yt {
}
.c-header__nav .nav-menu li.nav-icon.ins {
    margin: 0 40px 0 20px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-header__nav .nav-menu li.nav-icon.ins {
        margin: 0 3vw 0 1.5vw;
    }
}
@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        position: fixed;
        width: 100%;
        height: calc(100vh - 65px);
        left: 0;
        padding-right: 0;
        text-align: left;
        z-index: 999;
        top: 65px;
        overflow-x: hidden;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .c-header__nav .nav-menu > li {
        width: 100%;
        display: block;
        background: #fff;
        border-bottom: 1px solid #e9e7e5;
    }
    .c-header__nav .nav-menu li.nav-icon {
        max-width: 100%;
        padding: 15px 0;
        text-align: center;
        background: #f8f5f2;
    }
    .c-header__nav .nav-menu li.nav-icon.ins {
        margin: 0;
    }
}

.c-header__nav .nav-menu .first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #221f1d;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    height: 65%;
    width: 100%;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    border-left: 1px solid #c4c4c4;
    font-size: 15px;
    white-space: nowrap;
}

.c-header__nav .nav-menu .first span {
    font-size: 11px;
    padding-top: 5px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-header__nav .nav-menu {
        width: 85%;
    }
    .c-header__nav .nav-menu .first {
        font-size: 1.35vw;
        padding: 0 1.5vw;
    }
    .c-header__nav .nav-menu .first span {
        font-size: 0.8vw;
    }
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .first {
        padding: 20px 0;
        background: #f8f5f2;
    }
}

.c-header__nav .nav-menu > li .first:before,
.c-header__nav .nav-menu > li .first:after {
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
}

.c-header__nav .nav-menu > li:hover .first:before,
.c-header__nav .nav-menu > li:hover .first:after {
    opacity: 1;
}

.c-header__nav .nav-menu > li.active .first:before,
.c-header__nav .nav-menu > li.active .first:after {
    opacity: 1;
}

.c-header__nav .nav-menu .first:before {
    width: 7px;
    height: 7px;
    bottom: 0px;
    border-right: 1px solid #bc1b27;
    border-bottom: 1px solid #bc1b27;
    transform: rotate(45deg);
}
.c-header__nav .nav-menu .first:after {
    height: 3px;
    width: 90%;
    bottom: -10px;
    border-radius: 16px;
    background: #bc1b27;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu > li .first:before,
    .c-header__nav .nav-menu > li .first:after {
        content: none;
    }
    .c-header__nav .nav-menu > li:hover a.first,
    .c-header__nav .nav-menu > li.active a.first {
        background: #f8e3b6;
    }
}

/*drop-sp*/
.c-header__nav .nav-menu .nav-hover .drop-sp {
    padding: 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    background: #bc1b27;
    z-index: 1050;
}

@media screen and (max-width: 767px) {
    .c-header__nav .nav-menu .nav-hover {
        position: relative;
    }
}

.c-header__nav .nav-menu .nav-hover .drop-sp .button {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-height: 999999px;
}

.c-header__nav .nav-menu .nav-hover .drop-sp .button:after {
    content: "";
    margin: auto;
    position: absolute;
    top: -3px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.c-header__nav .nav-menu .nav-hover .drop-sp.active .button {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.c-header .nav-btn {
    display: none;
    position: relative;
    right: 15px;
    width: 30px;
    height: 22px;
}

.c-header .nav-btn span {
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    display: block;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-header .nav-btn span:nth-child(1) {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    top: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.c-header .nav-btn span:nth-child(2) {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    top: 10px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.c-header .nav-btn span:nth-child(3) {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #322f2d;
    top: 20px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
    .c-header .nav-btn {
        display: block;
    }
}

.c-header .is-open.nav-btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-header .is-open.nav-btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.c-header .is-open.nav-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.c-header .is-open.nav-btn span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.c-header .is-open.nav-btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*------------------------------------------------------------
c-gnavdrop
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .c-gnavdrop {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        z-index: 999;
        overflow: hidden;
        transition: 0.3s;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeIn;
        max-height: 0;
        visibility: hidden;
        background-color: #f8f5f2;
    }
    .c-gnavdrop.is_hover {
        visibility: visible;
        max-height: 500px;
        transition-duration: 0.9s;
    }
}

@media screen and (max-width: 767px) {
    .c-gnavdrop {
        position: unset;
        display: none;
    }
}

.c-gnavdrop .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 30px 0 35px;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .details {
        display: block;
    }
}

.c-gnavdrop .nav-parrent {
    width: calc((100% - 6%) / 5);
}

.c-gnavdrop .col3 .nav-parrent {
    width: calc((100% - 6%) / 4);
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .nav-parrent {
        width: 100% !important;
    }
}

.c-gnavdrop .col4 ul.nav-parrent {
    width: 100%;
}
.c-gnavdrop .col4 ul.nav-parrent > li {
    display: table;
    margin: 0 auto;
} 
.c-gnavdrop .col4 ul.nav-sub {
    column-count: 3;
    column-gap: 40px;
}
@media screen and (max-width: 767px) {
    .c-gnavdrop .col4 ul.nav-parrent > li {
        width: 100%;
    }
    .c-gnavdrop .col4 ul.nav-sub {
        column-count: 1;
    }
}

.c-gnavdrop .nav-parrent + .nav-parrent {
    margin-left: 1.5%;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .nav-parrent + .nav-parrent {
        margin-left: 0;
        /* margin-top: 30px; */
    }
}

.c-gnavdrop .nav-parrent a {
    display: block;
}

.c-gnavdrop .nav-parrent .link-parrent {
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
    text-align: center;
    border-radius: 3px;
    background-color: #aa3433;
	margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .nav-parrent .link-parrent {
        font-size: 1.4rem;
    }
}

.c-gnavdrop .nav-parrent.clinical {
    width: 48%;
}
.c-gnavdrop .col1 ul {
    column-count: 2;
}

.c-gnavdrop .col2 {
    display: flex;
    justify-content: space-between;
}
.c-gnavdrop .col2 ul {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .nav-parrent.clinical {
        width: 100%;
    }
    .c-gnavdrop .col ul {
        width: 100%;
    }
}

.c-gnavdrop .nav-sub a {
    color: #424242;
    text-align: left;
    position: relative;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #cecece;
}
.c-gnavdrop .nav-sub a.no-border{
    /* border: hidden; */
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .c-gnavdrop .nav-sub a {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 767px) {
    .c-gnavdrop .nav-sub a {
        font-size: 1.5rem;
    }
}

.c-gnavdrop .nav-sub a:after {
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    background: #ebbdc0;
}

.c-gnavdrop .nav-sub a span {
    font-size: 11px;
    display: block;
}
/*------------------------------------------------------------
end-Header
------------------------------------------------------------*/

/*------------------------------------------------------------
    footer
    ------------------------------------------------------------*/
.c-footer {
    z-index: 2;
    position: relative;
}

.c-footer .to_top_btn {
    top: -30px;
    right: 20px;
    z-index: 2;
    position: absolute;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-footer .to_top_btn {
        top: -58px;
    }
}

@media screen and (max-width: 767px) {
    .c-footer .to_top_btn {
        top: -58px;
        zoom: 90%;
        right: 12px;
    }
}

.c-footer__top {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #951922;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-footer__top {
        display: block;
        padding-top: 1px;
    }
    .c-footer__top .box-access,
    .c-footer__top .box-chanel,
    .c-footer__top .box-link {
        width: 92% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .c-footer__top {
        display: block;
        padding-top: 1px;
    }
    .c-footer__top .box-access,
    .c-footer__top .box-chanel,
    .c-footer__top .box-link {
        width: 94% !important;
        margin: 0 auto;
    }
}

.c-footer__top .box-access {
    padding: 35px;
    width: 32%;
    background-color: #a81823;
    margin-top: -30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-footer__top .box-access {
        padding: 30px 15px;
    }
}

.c-footer__top .box-access .map {
    width: 100%;
    height: 210px;
    position: relative;
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

.c-footer__top .box-access table {
    width: 100%;
    margin-top: 12px;
    border-collapse: collapse;
}

.c-footer__top .box-access table th {
    width: 27%;
    vertical-align: top;
}

.c-footer__top .box-access table td {
    line-height: 1.8;
    padding-left: 15px;
}

.c-footer__top .box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .c-footer__top .box-link {
        padding: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: none;
    }
}

.c-footer__top .box-link ul:not(:last-child) {
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .c-footer__top .box-link ul:not(:last-child) {
        padding-right: 2%;
    }
}

.c-footer__top .box-link ul li {
    padding-bottom: 7px;
}

.c-footer__top .box-link ul a {
    color: #fff;
    display: block;
}

@media screen and (max-width: 500px) {
    .c-footer__top .box-link ul a {
        font-size: 2.3vw;
    }
}

.c-footer__top .box-link ul li.mt15 {
    margin-top: 15px;
}

.c-footer__top .box-chanel {
    width: 18%;
}

.c-footer__top .box-chanel .gr-logo {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0 30px;
}
.c-footer__top .box-chanel .gr-logo li + li {
    padding-left: 12px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-footer__top .box-chanel .gr-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-footer__top .box-chanel .gr-banner .c-boximg {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-footer__top .box-chanel .gr-banner li {
        width: 48%;
    }
}

.c-footer__top .box-chanel .gr-banner li + li {
    margin-top: 18px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-footer__top .box-chanel .gr-banner li + li {
        margin-top: 0;
    }
}

.c-footer__top .box-chanel .gr-banner .c-boximg .text {
    padding: 13px;
}

.c-footer__top .box-chanel .gr-banner .c-boximg .text:after {
    -webkit-transform: translateX(-120px) skewX(-13deg);
    -ms-transform: translateX(-120px) skewX(-13deg);
    transform: translateX(-120px) skewX(-13deg);
}

.c-footer__top .box-chanel .gr-logo img {
    max-width: 90px;
}
@media screen and (max-width: 767px) {
    .c-footer__top .box-chanel .gr-banner .c-boximg .text:after {
        -webkit-transform: translateX(-32px) skewX(-13deg);
        -ms-transform: translateX(-32px) skewX(-13deg);
        transform: translateX(-32px) skewX(-13deg);
    }
    .c-footer__top .box-chanel .gr-logo {
        justify-content: center;
    }
}

.c-footer__top .box-chanel .gr-banner .c-boximg h3 {
    font-size: 12px;
}

.c-footer__top .box-chanel .gr-banner .c-boximg span {
    font-size: 6px;
    padding-bottom: 3px;
}

.c-footer__top .box-chanel .gr-banner .c-boximg p {
    font-size: 8px;
    padding-top: 45px;
}

.c-footer__top .box-link,
.c-footer__top .box-chanel {
    margin-top: 40px;
}

.c-footer__bottom {
    padding: 8px 0;
    background-color: #790d15;
}

.c-footer__bottom p {
    color: #ff939b;
    font-size: 10px;
    text-align: center;
}

/*------------------------------------------------------------
c-title
------------------------------------------------------------*/
.c-title01 {
    padding-bottom: 28px;
    text-align: center;
}

.c-title01 h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .c-title01 h2 {
        font-size: 2.8rem;
    }
}

.c-title01 h4 {
    color: #3e3e3e;
    font-size: 16px;
    padding-bottom: 32px;
}

.c-title01 h4 span {
    color: #bc1b27;
}

.c-title01 p {
    line-height: 2;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .c-boxtext {
        padding: 25px 15px !important;
    }
}

.c-boxtext h3 {
    font-size: 22px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-boxtext h3 {
        font-size: 2.0rem;
    }
}

.c-boxtext h3:after {
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    bottom: -15px;
    position: absolute;
    background: #bc1b27;
}

.c-boxtext p {
    padding-top: 42px;
    line-height: 2;
}

.c-boxtext .c-btn02 {
    margin-left: auto;
    margin-right: auto;
}

.c-boximg {
    overflow: hidden;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.c-boximg.img01 {
    background: url(../image/top/distribution_img01.png);
}

.c-boximg.img01 .text:after {
    background: #bc1b27;
}

.c-boximg.img02 {
    background: url(../image/top/distribution_img02.png);
}

.c-boximg.img02 .text:after {
    background-color: #a27e4d;
}

.c-boximg .text {
    max-width: 312px;
    color: #fff;
    z-index: 1;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-boximg .text {
        max-width: 220px;
    }
}

.c-boximg .text:after {
    top: 0;
    right: 0;
    content: "";
    width: 120%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
}

.c-boximg h3 {
    line-height: 1.2;
}

.c-boximg span {
    display: block;
}

.c-boximg .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 37px 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.c-boximg .logo img + img {
    padding-left: 13px;
}

@media screen and (max-width: 767px) {
    .c-boximg .logo img {
        zoom: 70%;
    }
}

.c-boximg p {
    line-height: 1.3;
}

.c-title02 {
    text-align: center;
    margin-bottom: 30px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-title02 {
        margin-bottom: 30px;
    }
}

.c-title02 span {
    color: #bc1b27;
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .c-title02 span {
        font-size: 1.4rem;
    }
}

.c-title02 p {
    font-size: 38px;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .c-title02 p {
        font-size: 2.4rem;
        padding-top: 10px;
    }
}

.s-common .s-common__item {
    margin-top: 50px;
}
.s-common .c-title03 {
    font-size: 22px;
    padding: 5px 20px;
    margin-bottom: 50px;
    background-color: #f8f5f2;
}
.s-common .s-common__item ul {
    display: flex;
    flex-wrap: wrap;
}
.s-common .s-common__item ul li {
    position: relative;
	width: calc((100% - 40px) / 3);
	box-shadow: 0px 0px 12px 2px rgb(233 233 233);
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 13px;
	overflow: hidden;
}
.s-common .s-common__item ul li a {
	display: block;
	height: 100%;
	background-color: #fff;
}
.s-common .s-common__item ul li:hover {
	background-color: #AC1425;
}
@media screen and (min-width: 768px) {
    .s-common .s-common__item ul li {
        margin-top: 20px;
    }
    .s-common .s-common__item ul li:nth-child(-n + 3) {
        margin-top: 0;
    }
    .s-common .s-common__item ul li:not(:nth-child(3n)) {
        margin-right: 20px;
    }
}

.s-common .s-common__item.li2layout ul li {
    position: relative;
    width: calc((100% - 20px) / 2);
    box-shadow: 0px 0px 12px 2px rgb(233 233 233);
	border: 1px solid #eee;
	background-color: #AC1425;
	border-radius: 13px;
}
.s-common .s-common__item.li2layout ul li a {
	width: 100%;
}
@media screen and (min-width: 768px) {
    .s-common .s-common__item.li2layout ul li {
        margin-top: 20px;
    }
    .s-common .s-common__item.li2layout ul li:nth-child(-n + 2) {
        margin-top: 0;
		margin-right: 0;
    }
    .s-common .s-common__item.li2layout ul li:not(:nth-child(2n)) {
        margin-right: 20px;
    }
    .s-common .s-common__item.li2layout ul li:nth-child(2n) {
        margin-right: 0 !important;
    }
}

.s-common .s-common__item ul .thumb {
    text-align: center;
    margin: -60px auto 0;
}
.s-common__item ul .img{
    position: relative;
    z-index: 2;
}
.s-common .s-common__item ul .thumb{
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 50%, #FFF 50%);;
}
.s-common .s-common__item ul .thumb img{
    position: relative;
    z-index: 3;
	width: 120px;
	height: auto;
}
.s-common .s-common__item ul .txt {
    padding: 12px 20px 20px;
    background-color: #FFF;
	border-radius: 0 0 10px 10px;
}
.s-common .s-common__item ul .txt h3 {
    font-size: 22px;
}
.s-common .s-common__item ul .txt p {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #bc1b27;
}
.s-common .s-common__item ul .txt p:after {
    content: "";
    background: url(../image/common/ic_link.png) no-repeat;
    width: 18px;
    height: 14px;
    right: 20px;
    bottom: 20px;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .s-common .s-common__item {
        margin-top: 30px;
    }
    .s-common .c-title03 {
        font-size: 1.7rem;
        padding: 5px 20px;
        margin-bottom: 30px;
    }
    .s-common .s-common__item ul li {
        width: calc((100% - 10px) / 2);
        position: relative;
        box-shadow: -1px 4px 12px 4px rgb(233 233 233);
    }
    .s-common .s-common__item ul li {
        margin-top: 10px;
    }
    .s-common .s-common__item ul li:nth-child(-n + 2) {
        margin-top: 0;
    }
    .s-common .s-common__item ul li:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .s-common .s-common__item ul .thumb {
        margin: -40px auto 0;
    }
    .s-common .s-common__item ul .thumb img {
        max-width: 50%;
        max-width: 83px;
    }
    .s-common .s-common__item ul .txt {
        padding: 10px 12px 15px;
    }
    .s-common .s-common__item ul .txt h3 {
        font-size: 1.8rem;
    }
    .s-common .s-common__item ul .txt p {
        margin-top: 5px;
        padding-top: 10px;
        border-top: 1px solid #bc1b27;
    }
    .s-common .s-common__item ul .txt p:after {
        right: 12px;
        bottom: 15px;
        background-size: 15px 10px !important;
    }
}

.s-common .s-common__item ul .img {
    height: 112px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border-radius: 10px 10px 0 0;
    background-color: #ac1425;
}
@media screen and (max-width: 767px) {
    .s-common .s-common__item ul .img {
        height: 80px;
    }
}

.c-business .c-business__top {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
.c-business .c-business__top--thumb {
    width: 160px;
    float: left;
    margin: 0 60px 20px 0;
}
.c-business .c-business__top--txt {
    /* width: 82%; */
}
.c-business .c-business__bottom {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #c9c9c9;
}

.c-business {
    /* padding: 40px; */
    padding: 20px 0;
}
.c-business .c-business__top:after {
    content: "";
    clear: both;
    display: block;
}

@media screen and (max-width: 767px) {
    .c-business {
        padding: 0px 0 !important;
        margin: 0 auto;
        position: relative;
    }
    .c-business .c-business__top {
        display: block;
    }
    .c-business .c-business__top--thumb {
        width: 40%;
        max-width: 160px;
		margin: 0 30px 20px 0;
    }
    .c-business .c-business__top--txt {
        width: 100%;
    }
	.c-business h2 {
		font-size: 16px !important;
	}
}

.c-business h3 {
    font-size: 22px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.c-business h2 {
		/* margin-top: 160px; */
	}
    .c-business h3 {
        font-size: 1.6rem;
        /* text-align: center; */
        /*margin-top: 160px;*/
        /* new css 1/10/2024 */
        padding: 10px 20px 0;
    }
}

.c-business h3 + .c-business__top {
    margin-top: 50px;
}

.c-business h3 span {
    color: #fff;
    font-size: 32px;
    padding: 8px 0;
    line-height: 1.7;
    background: linear-gradient(to bottom, #A51722 100%, transparent 100%); /*#bc1b27*/
    box-shadow: 20px 0 0 #A51722, -20px 0 0 #A51722;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #A51722 !important;
	border-radius: 5px;
}
.c-business h3 span:after {
    content: "";
    background-color: #A51722;
}

@media screen and (max-width: 767px) {
    .c-business h3 span {
        padding: 4px 0;
        font-size: 2.0rem;
        line-height: 1.9;
    }
}

.c-business h3 span + span {
    margin-top: 6px;
}

.c-business h3 + h3 {
    padding-top: 22px;
}

@media screen and (max-width: 767px) {
    .c-business h3 + h3 {
        padding-top: 18px;
    }
}

.c-business p {
    line-height: 2;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
	.c-business p {
		overflow: hidden;
		line-height: 1.9;
	}
}

.c-business h3 + p {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .c-business p {
        font-size: 1.5rem;
    }
    .c-business h3 + p,
    .c-business p + p {
        padding-top: 20px;
    }
}

.c-business .c-btn02 {
    margin-left: auto;
}

.c-business + .c-business {
    position: relative;
}

.c-business + .c-business:before {
    top: 0;
    left: 40px;
    right: 40px;
    content: "";
    position: absolute;
    border-top: 1px solid #c9c9c9;
}

@media screen and (max-width: 767px) {
    .c-business + .c-business:before {
        left: 15px;
        right: 15px;
    }
}

.boximg {
    position: relative;
}
.boximg_label {
    left: 3%;
    bottom: 7%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #fff;
    padding: 20px 30px 16px;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .boximg_label {
        padding: 10px 16px 7px;
    }
}

.boximg_label p {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .boximg_label p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .boximg_label h3 {
        font-size: 1.2rem;
    }
}

.boximg_label h3 span {
    font-size: 38px;
}

@media screen and (max-width: 767px) {
    .boximg_label h3 span {
        font-size: 2.3rem;
    }
}

/*------------------------------------------------------------
    c-list
    ------------------------------------------------------------*/
.c-list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .c-list01 {
        display: block;
    }
}

.c-list01 li {
    padding-bottom: 10px;
    width: calc((100% - 8%) / 3);
    border-radius: 15px;
    padding: 27px 2.8%;
    border: 6px solid #bc1b27;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .c-list01 li {
        width: 100%;
        padding: 27px 15px;
        border: 3px solid #bc1b27;
    }
}

.c-list01 li:not(:last-child) {
    margin-right: 4%;
}

@media screen and (max-width: 767px) {
    .c-list01 li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.c-list01 li:nth-child(3n) {
    margin-right: 0;
}

.c-list01 h3 {
    color: #bc1b27;
    font-size: 38px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-list01 h3 {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    .c-list01 h3 {
        font-size: 2.4rem;
    }
}

.c-list01 p {
    font-size: 18px;
    padding-top: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-list01 p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .c-list01 p {
        font-size: 1.6rem;
    }
}

.c-list02 a {
    color: #484848;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 0;
    font-size: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-list02 a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .c-list02 a {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-top .section-news .boxleft ul li .date {
    margin-right: 18px;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft ul li .date {
        margin-right: 15px;
    }
}
.p-top .section-news .boxleft ul li .text {
    padding: 10px 0;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
    .p-top .section-news .boxleft ul li .text {
        padding: 5px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft ul li .text {
        padding: 5px 0 0;
    }
}
.cat {
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 90px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cat.news {
    color: #707070;
    border: 1px solid #707070;
}

.cat.event {
    color: #e38c00;
    border: 1px solid #e38c00;
}

.cat.video {
    color: #ee1d1b;
    border: 1px solid #ee1d1b;
}

.cat.column {
    color: #244ac7;
    border: 1px solid #244ac7;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-list02 a .text {
        padding-top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .c-list02 a .text {
        padding-top: 4px;
    }
	.cat {
		margin-bottom: 6px;
		margin-top: 4px;
	}
}

.c-list03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
}

@media screen and (max-width: 767px) {
    .c-list03 dl {
        display: block;
    }
}

.c-list03 dl dt,
.c-list03 dl dd {
    padding: 13px 25px;
    border: 1px solid #707070;
}
.section-news .date {
    display: flex;
    /* 30/0/2024 */
    justify-content: space-between;
    align-items: flex-start;
    min-width: 290px;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 13px 30px;
}
.p-top .section-news .date {
    min-width: unset;
    flex-grow: 0;
    padding: 0;
}
.section-news .date span{
    margin-right: 0;
    width: 50%;
}
.section-news .date>span.cat{
    margin-right: 0;
}
.p-news .c-list03 dl dd span a {
    color: #a62627;
    /* font-weight: 700; */
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .c-list03 dl dt,
    .c-list03 dl dd {
        padding: 7px 10px;
    }
    .section-news .date{
        width: 100%;
        justify-content: flex-start;
        padding: 7px 10px;
    }
    .section-news .date>span{
        margin-right: 10px;
        width: auto;
    }

}

.c-list03 dl:nth-child(odd) dt {
    background: #f8f5f2;
}

.c-list03 dl:nth-child(even) dt {
    background: #ede5dc;
}

.c-list03 dl dt {
    width: 22%;
    min-width: 238px;
}

@media screen and (min-width: 768px) {
    .c-list03 dl dt {
        border-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .c-list03 dl dt {
        width: 100%;
        min-width: auto;
        border-bottom: 0 !important;
    }
}

.c-list03 dl dd {
    width: 80%;
    background-color: #fff;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

@media screen and (max-width: 767px) {
    .c-list03 dl dd {
        width: 100%;
    }
}

.c-list03 dl dd p {
    height: 100%;
    width: 100%;
}
.c-list03--w100 dl dd {
    width: 100%;
}

.c-list04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 6%;
}

@media screen and (max-width: 767px) {
    .c-list04 {
        padding: 0;
        display: block;
    }
}

.c-list04 li {
    width: calc((100% - 8%) / 2);
    margin-right: 8%;
}

@media screen and (max-width: 767px) {
    .c-list04 li {
        width: 100%;
        margin-right: 0;
    }
}

.c-list04 li:nth-child(2n) {
    margin-right: 0;
}

.c-list04 a {
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
    padding-left: 15%;
}

@media screen and (max-width: 767px) {
    .c-list04 a {
        margin-top: 10px;
    }
}

.c-list04 a:before {
    left: 6%;
}

.c-list05 {
    border-bottom: 1px solid #ddd; /*#707070*/
}

.c-list05 + .c-list05 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .c-list05 + .c-list05 {
        margin-top: 30px;
    }
}

.c-list05 li {
    line-height: 1.7;
    padding: 2.5% 3.5%;
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .c-list05 li {
        padding: 20px 15px;
    }
}

.c-list05 li:nth-child(even) {
}

.c-business h2 {
	font-size: 24px;
	color: #bc1b27;
	text-align: center;
	margin-bottom: 30px;
}

.c-list05 h3 {
    font-size: 24px;
	font-weight: 500;
	color: #A51722;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-list05 h3 {
        font-size: 2.1rem;
    }
}

.c-list05 p {
    line-height: 1.7;
    padding-top: 18px;
	font-size: 15.5px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .c-list05 p {
        padding-top: 12px;
    }
}

.c-list05 .text {
    margin-top: 20px;
}
.c-list05 .text + .text {
    border-top: 1px solid #c9c9c9;
    padding-top: 20px;
}

.c-list05 .text.intext {
	padding: 40px;
	margin-top: 40px;
	border-radius: 20px;
	background-color: #f8f5f2;
	border-top: none;
}

@media screen and (max-width: 767px) {
    .c-list05 .text.intext {
        padding: 20px;
    }
}

.c-list05 .text.intext h2 {
	font-size: 18px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

.c-list05 .text.intext h3 {
	margin-top: 20px;
	padding-top: 20px;
}

.c-list05 .text h4 {
    font-size: 15.5px;
    margin-bottom: 6px;
}

.c-list05 .inner .boxright {
    text-align: center;
}

.c-list06 {
    display: flex;
    flex-wrap: wrap;
}
.c-list06 li {
    margin-top: 20px;
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
}
.c-list06 li img {
    width: 100%;
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .c-list06 li:nth-child(3n) {
        margin-right: 0;
    }
    .c-list06 li:nth-child(-n + 3) {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-list06 li {
        margin-top: 10px;
        margin-right: 10px;
        width: calc((100% - 20px) / 2);
    }
    .c-list06 li:nth-child(-n + 2) {
        margin-top: 0;
    }
}

.c-list08 {
    margin-top: 30px;
}
.c-list08 li {
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    padding-left: 10px;
}
.c-list08 li:before {
    content: "- ";
    top: 0;
    left: 0;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .c-list08 {
        margin-top: 20px;
    }
    .c-list08 li {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------------------
    c-table
    ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .c-table01 {
        overflow: scroll;
    }
}

.c-table01 table {
    width: 100%;
    border-collapse: collapse;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-family: yu-gothic-pr6n, sans-serif;
}

.c-table01 caption {
    text-align: left;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .c-table01 caption {
        padding-bottom: 9px;
    }
}

.c-table01 th,
.c-table01 td {
    padding: 14px 30px;
    border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
    .c-table01 th,
    .c-table01 td {
        width: auto;
        white-space: nowrap;
        padding: 9px 12px;
    }
}

.c-table01 th {
    background: #ede5dc;
}

.c-table01 td {
    background: #fff;
}

.c-table01 tbody th {
    text-align: left;
}

.c-table01 tbody ul li {
    padding: 10px 0;
}

.c-table01 + .c-table01 {
    margin-top: 55px;
}

@media screen and (max-width: 767px) {
    .c-table01 + .c-table01 {
        margin-top: 40px;
    }
}

.c-table01.color1 th {
    background: #f8f5f2;
}

.c-table02 {
}
.c-table02 td:first-child {
    padding-right: 20px;
}

.c-map {
    height: 520px;
}
@media screen and (max-width: 767px) {
    .c-table02 td:first-child {
        padding-right: 10px;
    }

    .c-map {
        height: 82vw;
    }
}

/*------------------------------------------------------------
    c-btn
    ------------------------------------------------------------*/
.c-btn01 {
    display: block;
    font-size: 12px;
    max-width: 193px;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-btn01 {
        max-width: 100%;
    }
}

.c-btn02 {
    display: block;
    color: #bc1b27;
    font-size: 15px;
    max-width: 286px;
    text-align: center;
    padding: 10px 7px 7px 7px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 50px;
}

@media screen and (max-width: 767px) {
    .c-btn02 {
        max-width: 100%;
    }
}

.c-btn02:before {
    content: url(../image/common/ic_link.png);
    width: 18px;
    height: 14px;
    left: 5%;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-btn02:before {
        left: 15px;
    }
}

.c-btn03 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    max-width: 580px;
    padding: 40px 0;
    text-align: center;
    border-radius: 15px;
    border: 6px solid #bc1b27;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c-btn03.nonrec {
	border: 6px solid #ccc;
	pointer-events: none;
	color: #ccc;
}

.c-btn03 img {
    margin-right: 12px;
}

.c-btn03.prv_btn {
	font-size: 16px;
	padding: 14px;
	margin-top: 20px !important;
	border: 2px solid #ccc;
	background-color: #eee;
}

@media screen and (max-width: 767px) {
    .c-btn03 {
        flex-wrap: wrap;
        font-size: 2.4rem;
        padding: 20px 0;
        border-radius: 7px;
        border: 3px solid #bc1b27;
    }
    .c-btn03 img {
        zoom: 70%;
        margin-right: 10px;
    }
}

/* --------------------------------------------------
      7. Slick
      -------------------------------------------------- */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    /* display: block; */
    /* width: 100%; */
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 33%;
    padding: 0;
    line-height: 0;
    border: none;
    outline: none;
    background-color: #000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .slick-prev,
    .slick-next {
        zoom: 70%;
        top: 22%;
    }
}

@media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
        zoom: 70%;
        top: 31%;
    }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
    position: absolute;
    top: 22px;
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    opacity: 0.75;
    margin: 0 auto;
}

.slick-prev {
    left: 0;
}

.slick-prev::before {
    left: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-next {
    right: 0;
}

.slick-next::before {
    left: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    /* bottom: 158px; */
    bottom: 50px;
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 112px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 11px;
    width: 11px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    width: 11px;
    height: 11px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
    background-color: #fff;
}

.slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #848484;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
    .slick-dots li button::before {
        width: 8px;
        height: 8px;
    }
}
.slick-dots li.slick-active button::before {
    background-color: #fff;
}

/* c-mainvisual
------------------------------------------------------------*/
.c-mainvisual {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    padding: 110px 0 93px;
    position: relative;
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual {
        /* padding: 92px 0 32px; */
        padding: 80px 0 65px;
        margin-top: 65px;
    }
}

.c-mainvisual__logo {
    top: 0;
    left: 0;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__logo img {
        zoom: 70%;
    }
}

.c-mainvisual__text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4%;
    text-align: center;
}

.c-mainvisual__text h1 {
    font-size: 48px;
    line-height: 1.3;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__text h1 {
        font-size: 22px;
    }
}

.c-mainvisual__text p {
    padding-top: 18px;
}

@media screen and (max-width: 767px) {
    .c-mainvisual__text p {
        padding-top: 5px;
        font-size: 1.2rem;
    }
}

/* c-breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
    padding: 10px 4%;
    border-bottom: 1px solid #302d2c;
}

@media screen and (max-width: 767px) {
    .c-breadcrumb {
        padding: 10px 15px;
    }
}

.c-breadcrumb ul li {
    display: inline-block;
}

.c-breadcrumb ul li img {
    vertical-align: -2px;
}

.c-breadcrumb ul li a {
    font-size: 11px;
}

.c-breadcrumb ul li:after {
    content: "〉";
    color: #302d2c;
    margin-left: 10px;
    font-size: 11px;
}

.c-breadcrumb ul li:last-of-type:after {
    content: none;
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
.c-header__visual, .c-header__visual .item {
    height: 82vh;
    position: relative;
	min-height: 560px;
}
@media screen and (min-width: 768px) {
    .c-header__visual, .c-header__visual .item {
		max-height: 850px;
		min-height: 770px;
    }
}
.c-header__visual {
    /* background: url(../image/top/mainvisual.png); */
    /* -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1; */
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .c-header__visual {
        margin-top: 65px;
    }
}

.c-header__visual .item {
    background-size: cover !important;
}
.c-header__visual .inner {
    width: 78%;
    max-width: 1137px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    border: 5px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
    .c-header__visual .inner {
        /* width: 78vw; */
    }
}

@media screen and (max-width: 767px) {
    .c-header__visual .inner {
        width: 94%;
        border: 2.5px solid rgba(255, 255, 255, 0.6);
    }
}

.c-header__visual .inner .logo {
    left: -98px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .c-header__visual .inner .logo img {
        max-width: 78%;
    }
}

@media screen and (max-width: 767px) {
    .c-header__visual .inner .logo {
        top: -57px;
        left: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .c-header__visual .inner .logo img {
        max-width: 100px;
    }
}

.c-header__visual .inner .text {
    width: 760px;
    max-width: 54vw;
    margin: 0 auto;
    /* padding: 82px 0 68px; */
    padding: 70px 0 78px;
}

@media screen and (max-width: 767px) {
    .c-header__visual .inner .text {
        width: auto;
        max-width: 94%;
        text-align: center;
        padding: 80px 0 45px;
    }
}

.c-header__visual .inner .text span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: transparent no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    -webkit-transition: 0s;
    transition: 0s;
}
.c-header__visual .slide.slick-active span {
    opacity: 1;
}

.c-header__visual .inner .text h1 {
    font-size: 51px;
    line-height: 1.4;
	font-weight: bold;
}

/* @media screen and (max-width: 1200px) and (min-width: 767px) {
  .c-header__visual .inner .text h1 {
    font-size: 5vw;
  }
} */

@media screen and (max-width: 767px) {
    .c-header__visual .inner .text h1 {
        font-size: 6vw;
    }
}

.c-header__visual .inner .text p {
    font-size: 20px;
    margin-top: 28px;
    padding: 7px;
    text-align: center;
    background-color: #bc1b27;
	border-radius: 50px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* @media screen and (max-width: 1200px) and (min-width: 767px) {
  .c-header__visual .inner .text p {
    font-size: 1.6vw;
  }
} */

@media screen and (max-width: 1400px) and (min-width: 767px) {
    .c-header__visual .inner .text h1 {
        font-size: 3.75vw;
    }
    .c-header__visual .inner .text p {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 767px) {
    .c-header__visual .inner .text p {
        font-size: 3.8vw;
    }
}

.c-header__visual .contract {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: 70px;
    color: #fff;
	border-radius: 50px;
    font-size: 14px;
    padding: 6px 31px;
    position: absolute;
    /*border: 1px solid #bc1b27;*/
    background-color: rgba(0, 0, 0, 0.45);
    font-family: Heisei Kaku Gothic Std;
}

.c-header__visual .contract span {
	font-size: 180%;
	margin-right: 3px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-header__visual .contract {
        /* zoom: 80%; */
    }
}

@media screen and (max-width: 767px) {
    .c-header__visual .contract {
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
        bottom: 12px;
        font-size: 13px;
        padding: 7px 25px;
    }
}

.c-header__visual .scroll {
    right: 40px;
    z-index: 1;
    color: #fff;
    bottom: 100px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .c-header__visual .scroll {
    }
}

@media screen and (max-width: 767px) {
    .c-header__visual .scroll {
        right: 12px;
        bottom: 50px;
    }
}

.c-header__visual .scroll .txt {
    top: -47px;
    left: 2px;
    font-size: 9px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-header__visual .scroll .txt {
        top: -43px;
    }
}

.c-header__visual .scroll img {
    cursor: pointer;
}

.c-header__visual .scroll .arrow {
    display: block;
    position: relative;
}

.c-header__visual .scroll .arrow:after,
.c-header__visual .scroll .arrow:before {
    content: "";
    left: 0;
    right: 0;
    width: 1px;
    margin: 0 auto;
    position: absolute;
    background-color: #fff;
}

.c-header__visual .scroll .arrow:before {
    height: 30px;
    top: 6px;
}

.c-header__visual .scroll .arrow:after {
    top: 27px;
    left: 4px;
    height: 10px;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

.p-top {
    /* section-news
  ------------------------------------------------------------*/
    /* section-strength
  ------------------------------------------------------------*/
    /* section-business
  ------------------------------------------------------------*/
    /* section-distribution
  ------------------------------------------------------------*/
    /* section-customer
  ------------------------------------------------------------*/
}

.p-top .section-news {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-top .section-news {
        overflow: hidden;
    }
}

.p-top .section-news .details {
    position: relative;
}

.p-top .section-news .c-title01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .c-title01 {
        display: block;
    }
}

.p-top .section-news .c-title01 h2 {
    font-size: 31px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .p-top .section-news .c-title01 h2 {
        margin-right: 0;
    }
}

.p-top .section-news .boxleft,
.p-top .section-news .boxright {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-top .section-news .boxleft {
    padding-right: 4%;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft {
        padding-right: 0;
    }
}

.p-top .section-news .boxleft .c-title01 ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .p-top .section-news .boxleft .c-title01 ul.tabs {
        /* margin-left: 0; */
    }
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft .c-title01 ul.tabs {
        margin-left: 0;
    }
}

.p-top .section-news .boxleft .c-title01 ul.tabs li {
    margin-right: 7px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .p-top .section-news .boxleft .c-title01 ul.tabs li {
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft .c-title01 ul.tabs li {
        padding-top: 6px;
    }
}

.p-top .section-news .boxleft .c-title01 ul.tabs li.current a {
    color: #fff;
    background: #171717;
}

.p-top .section-news .boxleft .c-title01 ul.tabs a {
    width: 72px;
    display: block;
    color: #2c2c2c;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #707070;
}

.p-top .section-news .boxleft .c-title01 ul.tabs a:active {
    background: #171717;
}

.p-top .section-news .boxleft ul.c-list02.tab-content {
    display: none;
}

.p-top .section-news .boxleft ul.c-list02.tab-content.current {
    display: inherit;
}
.p-top .section-news .boxleft ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
    .p-top .section-news .boxleft .tab-content li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft ul {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .p-top .section-news .boxleft ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		margin-bottom: 20px;
    }
}
.p-top .section-news .boxleft ul li .text a {
    display: inline;
}

.p-top .section-news .boxleft .c-btn01 {
    margin: 20px 0 0 auto;
	border-radius: 50px;
}

.p-top .section-news .boxright {
    padding-left: 5.5%;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright {
        padding-left: 0;
        border-left: 0;
        position: relative;
    }
}

.p-top .section-news .boxright:before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    background-color: #c9c9c9;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright:before {
        width: 108%;
        height: 1px;
        top: 0;
        left: -4%;
    }
}

.p-top .section-news .boxright .c-title01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-top .section-news .boxright .c-title01 ul img {
    vertical-align: bottom;
}

.p-top .section-news .boxright .c-title01 ul li + li {
    padding-left: 23px;
}

.p-top .section-news .boxright .c-title01 p {
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.6;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .c-title01 p {
        font-size: 1.4rem;
        text-align: center;
    }
}
.p-top .section-news .boxright .c-boximg {
    margin-top: 32px;
    display: block;
}

.p-top .section-news .boxright .c-boximg .text {
    padding: 28px 28px 24px 28px;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .c-boximg .text {
        padding: 20px 15px;
    }
}

.p-top .section-news .boxright .c-boximg .text:after {
    -webkit-transform: translateX(-50px) skewX(-13deg);
    -ms-transform: translateX(-50px) skewX(-13deg);
    transform: translateX(-50px) skewX(-13deg);
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .c-boximg .text:after {
        -webkit-transform: translateX(0) skewX(-13deg);
        -ms-transform: translateX(0) skewX(-13deg);
        transform: translateX(0) skewX(-13deg);
    }
}

.p-top .section-news .boxright .c-boximg h3,
.p-top .section-news .boxright .c-boximg p {
    font-size: 23px;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .c-boximg h3,
    .p-top .section-news .boxright .c-boximg p {
        font-size: 1.8rem;
    }
}

.p-top .section-news .boxright .c-boximg span {
    font-size: 13px;
}

.p-top .section-news .boxright .c-boximg p {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .c-boximg p {
        font-size: 1.7rem;
    }
}

.p-top .section-news .boxright .video {
    position: relative;
    padding-top: 56%;
}
.p-top .section-news .boxright .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-top .section-news .boxright .insta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}
.p-top .section-news .boxright .insta a {
    padding: 2.5px;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 155px;
    margin-left: 2%;
    border-radius: 23px;
    border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
    .p-top .section-news .boxright .insta {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .p-top .section-news .boxright .insta a {
        max-width: 145px;
        margin: 16px auto 0;
    }
}


.p-top .section-strength {
    background: url(../image/top/bg_strength.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.p-top .section-business .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #840707;
}

@media screen and (max-width: 767px) {
    .p-top .section-business .inner {
        display: block;
        background-color: #fff;
    }
}

.p-top .section-business .boxleft {
    background: url(../image/top/business_bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 68%;
}

@media screen and (max-width: 767px) {
    .p-top .section-business .boxleft {
        width: 100%;
        height: 50vw;
        position: unset;
    }
}

.p-top .section-business .boxright {
    width: 65%;
    z-index: 1;
    padding: 40px;
    margin: 55px 0 55px auto;
    background-color: #f8f5f2;
}

@media screen and (max-width: 767px) {
    .p-top .section-business .boxright {
        width: 100%;
        margin: 0 auto;
    }
}

.p-top .section-business .boxright .c-btn02 {
    margin-left: auto;
}

.p-top .section-distribution {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.p-top .section-distribution .details {
    z-index: 1;
    position: relative;
}

.p-top .section-distribution:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 73vh 73vh 0 0;
    border-color: #edd3d5 transparent transparent transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution:before {
        border-width: 42vh 42vh 0 0;
        border-color: #edd3d5 transparent transparent transparent;
    }
}

.p-top .section-distribution:after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -112px;
    width: 80vh;
    height: 80vh;
    background-color: #edd3d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution:after {
        border-color: #edd3d5 transparent transparent transparent;
    }
}

.p-top .section-distribution .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list {
        display: block;
    }
}

.p-top .section-distribution .list li {
    background: #fff;
    width: calc((100% - 5%) / 2);
    -webkit-box-shadow: 0px 0px 16px 7px #d2d2d2;
    box-shadow: 0px 0px 16px 7px #d2d2d2;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list li {
        width: 100%;
    }
}

.p-top .section-distribution .list li:not(:last-child) {
    margin-right: 5%;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 35px;
    }
}

.p-top .section-distribution .list .c-boximg .text {
    padding: 28px 28px 24px 28px;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list .c-boximg .text {
        padding: 20px 15px;
    }
}

.p-top .section-distribution .list .c-boximg .text:after {
    -webkit-transform: translateX(-32px) skewX(-13deg);
    -ms-transform: translateX(-32px) skewX(-13deg);
    transform: translateX(-32px) skewX(-13deg);
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list .c-boximg .text:after {
        -webkit-transform: translateX(0) skewX(-13deg);
        -ms-transform: translateX(0) skewX(-13deg);
        transform: translateX(0) skewX(-13deg);
    }
}

.p-top .section-distribution .list .c-boximg h3 {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list .c-boximg h3 {
        font-size: 2.2rem;
    }
}

.p-top .section-distribution .list .c-boximg span {
    padding-bottom: 5px;
}

.p-top .section-distribution .list .c-boximg p {
    font-size: 22px;
    padding-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-top .section-distribution .list .c-boximg p {
        font-size: 1.5rem;
    }
}

.p-top .section-distribution .list .boxtext {
    padding: 7%;
}

.p-top .section-customer {
    background: url(../image/top/customer_bg.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 60px;
}

.p-top .section-customer .details {
    z-index: 1;
    position: relative;
}

.p-top .section-customer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 103px;
}

@media screen and (max-width: 767px) {
    .p-top .section-customer .inner {
        display: block;
        margin-top: 0px;
    }
}

.p-top .section-customer .inner .boximg {
    width: 55%;
    left: 0;
    top: -83px;
    height: 100%;
    position: absolute;
    background: url(../image/top/customer_img01.png);
    -webkit-background-size: cover;
    background-size: cover;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .p-top .section-customer .inner .boximg {
        width: 100%;
        position: unset;
        height: 50vw;
		border-radius: 10px 10px 0 0;
    }
}

.p-top .section-customer .inner .boxtext {
    width: 52%;
    padding: 5%;
    z-index: 1;
    margin: 0 0 0 auto;
    background-color: #f8f5f2;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .p-top .section-customer .inner .boxtext {
        width: 100%;
        padding: 30px 15px;
		border-radius: 0 0 10px 10px;
    }
}

/*------------------------------------------------------------
p-contact
------------------------------------------------------------*/
.visual-contact {
    background: url(../image/contact/mainvisual.jpg) center no-repeat;
}

.p-contact {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    /* section-form
  ------------------------------------------------------------*/
    /* section-form
  ------------------------------------------------------------*/
}

.p-contact .section-tel a {
    display: block;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .p-contact .section-tel a {
        margin-top: 20px;
    }
}

.wpcf7cp-btns button,
.section-form .c-btn {
    width: 286px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    .wpcf7cp-btns button,
    .section-form .c-btn {
        width: 45%;
        max-width: 160px;
        padding: 8px 0;
        font-size: 1.1rem;
    }
}

.section-form .alert {
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .section-form .alert {
        padding: 8px 0 12px;
    }
}

.section-form .alert .required {
    margin-right: 5px;
}

.section-form .required {
    color: #302d2c;
    font-size: 12px;
    background: #fff;
    padding: 5px 11px;
    display: inline-block;
    border: 1px solid #302d2c;
    font-family: "メイリオ", "meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
    .section-form .required {
        font-size: 1rem;
        padding: 3px 8px;
    }
}

.section-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .section-form dl {
        display: block;
        padding-bottom: 25px;
    }
}

.section-form dt {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 27%;
    min-width: 330px;
    padding: 10px 25px;
    background: #bc1b27;
}

@media screen and (max-width: 767px) {
    .section-form dt {
        width: 100%;
        min-width: 137px;
        padding: 7px;
        height: auto;
    }
}

.section-form dt .required {
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .section-form dt .required {
        margin-left: 7px;
    }
}

.section-form dd {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .section-form dd {
        width: 100%;
        padding-top: 7px;
    }
}

.section-form dd p {
    height: 100%;
    width: 100%;
}

.section-form .selection .wpcf7-list-item {
    display: block;
}

.section-form .selection .wpcf7-list-item + .wpcf7-list-item {
    /* margin-top: 5px; */
}

@media screen and (max-width: 767px) {
    .section-form .selection .wpcf7-list-item + .wpcf7-list-item {
        /* margin-top: 0; */
    }
}

.section-form .selection dd input {
    width: 17px;
    height: 17px;
    vertical-align: -3px;
    /* margin-right: 10px; */
}

.section-form .district dd {
    margin-left: 18px;
}

@media screen and (max-width: 767px) {
    .section-form .district dd {
        margin-left: 0;
    }
    .section-form .selection dd input {
        margin-right: 3px;
    }
    span.wpcf7-list-item {
        margin: 0 !important;
    }
}

.section-form .content dt {
    height: auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.section-form .content dd textarea {
    padding-top: 12px;
}

@media screen and (max-width: 767px) {
    .section-form .content dd textarea {
        height: 230px;
        padding-top: 7px;
    }
}

.section-form .radio dt {
    border-right: 1px solid #707070;
}

.section-form .checkbox dd {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-form .rules {
    margin-top: 40px;
    padding: 20px 40px;
    line-height: 1.7;
    height: 138px;
    overflow-x: hidden;
    border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
    .section-form .rules {
        padding: 10px 12px;
        margin-top: 20px;
    }
}

.section-form input[type="text"],
.section-form input[type="email"],
.section-form textarea {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #707070;
    background-color: #f7f7f7;
    vertical-align: middle;
    font-family: "メイリオ", "meiryo", sans-serif;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

@media screen and (max-width: 767px) {
    .section-form input[type="text"],
    .section-form input[type="email"],
    .section-form textarea {
        height: 40px;
        padding-left: 5px;
        font-size: 1.1rem;
    }
}

.section-form textarea:focus,
.section-form input[type="text"]:focus,
.section-form select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.section-form select {
    width: 150px;
    padding: 3px;
    height: 34px;
    font-size: 16px;
    -webkit-appearance: menulist-button;
}
.wpcf7-date {
    font-size: 16px;
    color: #000;
}
.alg-center {
    align-items: center;
}
@media screen and (max-width: 767px) {
    .section-form select {
        width: 105px;
        height: 30px;
        font-size: 1.3rem;
    }
}

.section-form table {
    width: 100%;
    border-collapse: collapse;
}
.section-form table th {
    text-align: left;
    width: 27%;
    color: #fff;
    min-width: 332px;
    padding: 10px 25px;
    background: #bc1b27;
}
.section-form table td {
    padding: 0 15px;
    background-color: #fff;
}
.section-form table th,
.section-form table td {
    border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
    .section-form table th,
    .section-form table td {
        display: block;
    }
    .section-form table th {
        width: 100%;
        padding: 7px;
    }
    .section-form table td {
        padding: 15px;
        margin-bottom: 25px;
        border-top: 0;
    }
}
.section-form .c-btn01 {
    margin: 50px auto 0;
}

.wpcf7cp-btns,
.section-form .formsubmit,
.section-form .formconfirm {
    text-align: center;
}

.wpcf7cp-btns button,
.section-form .formsubmit .c-btn,
.section-form .formconfirm .c-btn {
    color: #fff;
    margin: 70px 10px 0;
    background: #141414;
}

@media screen and (max-width: 767px) {
    .wpcf7cp-btns button,
    .section-form .formsubmit .c-btn,
    .section-form .formconfirm .c-btn {
        margin: 50px 4px 0;
    }
}

.section-form .formsubmit .wpcf7-not-valid-tip,
.section-form .wpcf7-not-valid-tip {
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .section-form .formsubmit .wpcf7-not-valid-tip,
    .section-form .wpcf7-not-valid-tip {
        font-size: 1.1rem;
        padding-left: 5px;
    }
}

.wpcf7-spinner,
.section-form .formsubmit .ajax-loader,
.section-form .ajax-loader {
    position: absolute !important;
}

/*------------------------------------------------------------
p-company
------------------------------------------------------------*/
.visual-company {
    background: url(../image/company/mainvisual.jpg) center no-repeat;
}

.p-company {
    /* section-overview
  ------------------------------------------------------------*/
    /* section-office
  ------------------------------------------------------------*/
    /* section-state
  ------------------------------------------------------------*/
    /* section-organization
  ------------------------------------------------------------*/
    /* section-history
  ------------------------------------------------------------*/
    /* section-voice
  ------------------------------------------------------------*/
    /* section-link
  ------------------------------------------------------------*/
}

.p-company .section-overview .boxtext {
    padding-bottom: 120px;
}

.p-company .section-overview .c-list01,
.p-qa .section-list .c-list01 {
    margin-top: -93px;
}
.p-qa .s-common__item ul .img01 {
    background-image: url(../image/qa/qa_bg01.png);
}
.p-qa .s-common__item ul .img02, .p-column .s-common__item ul .img02, .p-magazine .s-common__item ul .img02 {
    background-image: url(../image/qa/qa_bg02.png);
}
.p-qa .s-common__item ul .img03, .p-blog .s-common__item ul .img03, .p-column .s-common__item ul .img03 {
    background-image: url(../image/qa/qa_bg03.png);
}
.p-qa .s-common__item ul .img04, .p-blog .s-common__item ul .img04, .p-column .s-common__item ul .img04, .p-magazine .s-common__item ul .img04 {
    background-image: url(../image/qa/qa_bg04.png);
}
.p-qa .s-common__item ul .img05, .p-blog .s-common__item ul .img05, .p-magazine .s-common__item ul .img05, .p-about .s-common__item ul .img15 {
    background-image: url(../image/qa/qa_bg05.png);
    /* background-blend-mode: overlay; */
}
.p-qa .s-common__item ul .thumb05 img, .p-blog .s-common__item ul .thumb05 img, .p-magazine .s-common__item ul .thumb05 img, .p-about .s-common__item ul .thumb05 img {
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-qa .s-common__item ul .thumb05 img, .p-blog .s-common__item ul .thumb05 img, .p-magazine .s-common__item ul .thumb05 img, .p-about .s-common__item ul .thumb05 img {
        height: 83px !important;
    }
}

@media screen and (max-width: 767px) {
    .p-company .section-overview .c-list01 {
        padding: 0 15px;
    }
}

.p-company .section-office .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-company .section-office .inner {
        display: block;
    }
}

.p-company .section-office .boxleft {
    width: 65%;
    height: 520px;
}

@media screen and (max-width: 767px) {
    .p-company .section-office .boxleft {
        width: 100%;
        height: 50vw;
        position: unset;
    }
}

.p-company .section-office .boxright {
    width: 48%;
    padding: 5%;
    z-index: 1;
    margin: 0 0 0 auto;
    background-color: #fff;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 767px) {
    .p-company .section-office .boxright {
        width: 100%;
        margin: 0 auto;
        position: unset;
    }
}

.p-company .section-office .boxright table {
    width: 100%;
    margin-top: 30px;
}

.p-company .section-office .boxright table td {
    padding: 4px 0;
}

@media screen and (max-width: 767px) {
    .p-company .section-office .boxright table td {
        padding: 2px 0;
    }
    .p-company .section-office .boxright table td:first-child {
        min-width: 105px;
    }
}

.p-company .section-organization .image {
    text-align: center;
}

.p-company .section-history {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.p-company .section-history .label {
    padding-bottom: 10px;
}

.p-company .section-list .boxlist {
    margin-top: 35px;
}

@media screen and (max-width: 767px) {
    .p-company .section-list .boxlist {
        margin-top: 25px;
    }
}

.p-company .section-list .c-list05 {
    margin-top: 50px;
}

.p-company .section-list .boxleft {
    width: 70%;
    margin-right: 2%;
}
.p-company .section-list .boxright {
    width: 30%;
    text-align: center;
}
.p-company .section-list .c-list05 a {
    max-width: 475px;
    text-align: left;
    padding-left: 15%;
}
.p-company .section-list .c-list05 a + a {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .p-company .section-list .c-list05 {
        margin-top: 40px;
    }

    .p-company .section-list .boxleft {
        width: 100%;
        margin-right: 0;
    }
    .p-company .section-list .boxright {
        width: 100%;
        margin-top: 40px;
    }
    .p-company .section-list .c-list05 a {
        max-width: 100%;
    }
    .p-company .section-list .c-list05 a + a {
        margin-top: 10px;
    }
}

.p-company .section-list .c-btn01 {
    margin: 40px auto 0;
}

.p-company .section-link .c-list01 li {
    margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
    .p-company .section-link .c-list01 li {
        margin-bottom: 30px;
    }
}

.p-company .section-link .c-list01 li:nth-child(3n) {
    margin-right: 4%;
}

.p-company .section-link .c-list01 p .p-qa .section-list .c-list01 p {
    color: #000;
    padding-top: 5px;
}

.p-company .section-link .c-list01 small,
.p-qa .section-list .c-list01 small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
}

.dl100 dd {
    width: 100% !important;
}
.dl100 dl:nth-child(odd) dd {
    background: #ede5dc;
}

.p-company .section-staff .frame {
    margin-top: 50px;
    border: 1px solid #707070;
}
.p-company .section-staff .frame h3 {
    font-size: 22px;
    padding: 30px;
    border-bottom: 1px solid #707070;
}
.p-company .section-staff .frame .inner {
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-company .section-staff .frame {
        margin-top: 30px;
    }
    .p-company .section-staff .frame h3 {
        font-size: 1.7rem;
        padding: 12px 15px;
    }
    .p-company .section-staff .frame .inner {
        padding: 15px;
    }
}

.p-company .c-list04.w100 {
    padding: 0;
}
.p-company .c-list04.w100 li {
    width: 100%;
    margin-right: 0;
}
.p-company .c-list04.w100 a {
    padding-left: 70px;
}
.p-company .c-list04.w100 a:before {
    left: 30px;
}
@media screen and (max-width: 767px) {
    .p-company .c-list04.w100 a {
        padding-left: 15%;
    }
    .p-company .c-list04.w100 a:before {
        left: 6%;
    }
}

/*------------------------------------------------------------
p-business
------------------------------------------------------------*/
.visual-business {
    background: url(../image/business/mainvisual.jpg) center no-repeat;
}

.business_list .img01 {
    background-image: url(../image/business/business_bg01.png);
}
.business_list .img02 {
    background-image: url(../image/business/business_bg02.png);
}
.business_list .img03 {
    background-image: url(../image/business/business_bg03.png);
}
.business_list .img04 {
    background-image: url(../image/business/business_bg04.png);
}
.business_list .img05 {
    background-image: url(../image/business/business_bg05.png);
}
.business_list .img06 {
    background-image: url(../image/business/business_bg06.png);
}
.business_list .img07 {
    background-image: url(../image/business/business_bg07.png);
}
.business_list .img08 {
    background-image: url(../image/business/business_bg08.png);
}
.business_list .img09 {
    background-image: url(../image/business/business_bg09.png);
}
.business_list .img10 {
    background-image: url(../image/business/business_bg10.png);
}
.business_list .img11 {
    background-image: url(../image/business/business_bg11.png);
}
.business_list .img12 {
    background-image: url(../image/business/business_bg12.png);
}
.business_list .img13 {
    background-image: url(../image/business/business_bg13.png);
}
.business_list .img14 {
    background-image: url(../image/business/business_bg14.png);
}
.business_list .img15 {
    background-image: url(../image/business/business_bg15.png);
}
.business_list .img16 {
    background-image: url(../image/business/business_bg16.png);
}

.p-business {
    /* section-solve
  ------------------------------------------------------------*/
    /* section-price
  ------------------------------------------------------------*/
}

.p-business .section-solve .list {
    border-bottom: 1px solid #ccc;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-family: yu-gothic-pr6n, sans-serif;
	font-size: 15.5px;
}

.p-business .section-solve .list li {
    line-height: 1.7;
    padding: 13px 26px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .p-business .section-solve .list li {
        padding: 9px 12px;
    }
}

.p-business .section-solve .list .color1 {
    color: #a2151f;
}

.p-single section:nth-child(even) {
    background-color: #f8f5f2;
}
.p-single section:last-child {
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .p-single section:last-child {
        padding-bottom: 50px;
    }
}

/*------------------------------------------------------------
p-price
------------------------------------------------------------*/
.visual-price {
    background: url(../image/price/mainvisual.jpg) center no-repeat;
}

.p-price .section-price .inner {
    /* margin-top: 60px; */
    /* padding: 0 3%; */
}

.p-price .section-price .inner h3 {
}
.p-price .section-price .inner .boxright {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .p-price .section-price .inner {
        margin-top: 40px;
    }
    .p-price .section-price .inner h3 {
    }
    .p-price .section-price .inner .boxright {
        margin-top: 50px;
    }
}

.p-price .section-price .c-list04 .c-btn02 {
    font-size: 16px;
}

.p-price .section-price h3 {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .p-price .section-price h3 {
        font-size: 1.7rem;
    }
}

.p-price .section-price .inner .c-list04 {
    /* display: block; */
    padding: 0;
}

@media screen and (max-width: 767px) {
    .p-price .section-price .inner .c-list04 {
        margin-top: 20px;
    }
}

.p-price .section-price .inner .c-list04 li {
    /* width: 100%; */
    width: calc((100% - 6%) / 3);
}
.p-price .section-price .inner .c-list04 li {
    margin-right: 3%;
}
.p-price .section-price .inner .c-list04 li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .p-price .section-price .inner .c-list04 li {
        width: 100%;
    }
    .p-price .section-price .inner .c-list04 li {
        margin-right: 0;
    }
}

/*------------------------------------------------------------
p-about
------------------------------------------------------------*/
.visual-about {
    background: url(../image/about/mainvisual.jpg) center no-repeat;
}

.p-about .s-common .s-common__item ul .img01 {
    background-image: url(../image/about/about_bg01.png);
}
.p-about .s-common .s-common__item ul .img02 {
    background-image: url(../image/about/about_bg02.png);
}
.p-about .s-common .s-common__item ul .img03 {
    background-image: url(../image/about/about_bg03.png);
}
.p-about .s-common .s-common__item ul .img04 {
    background-image: url(../image/about/about_bg04.png);
}
.p-about .s-common .s-common__item ul .img05 {
    background-image: url(../image/about/about_bg05.png);
}
.p-about .s-common .s-common__item ul .img06 {
    background-image: url(../image/about/about_bg06.png);
}
.p-qa .s-common .s-common__item ul .img07, .p-about .s-common .s-common__item ul .img07 {
    background-image: url(../image/about/about_bg07.png);
}
.p-qa .s-common .s-common__item ul .img08,.p-about .s-common .s-common__item ul .img08 {
    background-image: url(../image/about/about_bg08.png);
}
.p-qa .s-common .s-common__item ul .img09, .p-about .s-common .s-common__item ul .img09 {
    background-image: url(../image/about/about_bg09.png);
}
.p-about .s-common .s-common__item ul .img10 {
    background-image: url(../image/about/about_bg10.png);
}
.p-about .s-common .s-common__item ul .img11 {
    background-image: url(../image/about/about_bg11.png);
}
.p-about .s-common .s-common__item ul .img12 {
    background-image: url(../image/about/about_bg12.png);
}
.p-about .s-common .s-common__item ul .img13 {
    background-image: url(../image/about/about_bg13.png);
}
.p-about .s-common .s-common__item ul .img14 {
    background-image: url(../image/about/about_bg14.png);
}

.p-about p + h3 {
    padding-top: 20px;
}
.p-about .image {
    /*padding: 18px 0;*/
	border-radius: 10px;
	margin: 20px 0;
	text-align: center;
	background-color: #dcd5cb;
}

.p-about .section-appearance .c-list03 dl {
    border: 1px solid #707070;
    background-color: #fff;
}
.p-about .section-appearance .c-list03 dl dt {
    background-color: #fff !important;
    height: 100px;
    width: 140px;
    min-width: auto;
    background-size: cover !important;
    border: 5px solid #fff;
}
.p-about .section-appearance .c-list03 dl dd {
    border: hidden;
    border-left: 0;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-about p + h3 {
        padding-top: 0;
    }
    .p-about .section-appearance .c-list03 dl dt {
        width: 100%;
    }
}
.p-about .section-appearance .c-list03 dl:nth-child(1) dt {
    background: url(../image/about/about_tv01.jpg) center no-repeat;
}
.p-about .section-appearance .c-list03 dl:nth-child(2) dt {
    background: url(../image/about/about_tv02.jpg) center no-repeat;
}
.p-about .section-appearance .c-list03 dl:nth-child(3) dt {
    background: url(../image/about/about_tv03.jpg) center no-repeat;
}
.p-about .section-appearance .c-list03 dl:nth-child(4) dt {
    background: url(../image/about/about_tv04.jpg) center no-repeat;
}
.p-about .section-appearance .c-list03 dl:nth-child(5) dt {
    background: url(../image/about/about_tv05.jpg) center no-repeat;
}

/*------------------------------------------------------------
    p-qa
    ------------------------------------------------------------*/
.visual-qa {
    background: url(../image/qa/mainvisual.jpg) center no-repeat;
}

.p-qa .s-common__item {
    margin-top: 0;
}

.c-inner01 {
    justify-content: space-between;
}
.c-inner01 .boxleft {
    width: 62%;
}
.c-inner01 .boxright {
    width: 35%;
}

@media screen and (max-width: 767px) {
    .c-inner01 .boxleft,
    .c-inner01 .boxright {
        width: 100%;
    }
    .c-inner01 .boxright {
        text-align: center;
        margin-top: 20px;
    }
}

/*------------------------------------------------------------
    p-video
    ------------------------------------------------------------*/
.p-video .section-video {
    overflow: hidden;
}
.p-video .s-requests .details,
.p-video .section-form .details {
    position: relative;
}
.p-video .s-requests .details:after,
.p-video .section-form .details:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #f8f5f2;
    left: calc((100% - 72%) / -2);
    right: calc((100% - 72%) / -2);
}
.p-video .c-list07 {
    display: flex;
    flex-wrap: wrap;
}
.p-video .c-list07 li {
    width: calc((100% - 40px) / 3);
}
@media screen and (min-width: 768px) {
    .p-video .c-list07 li {
        margin-top: 50px;
    }
    .p-video .c-list07 li:nth-child(-n + 3) {
        margin-top: 0;
    }
    .p-video .c-list07 li:not(:nth-child(3n)) {
        margin-right: 20px;
    }
}

.p-video .c-list07 li img {
    width: 100%;
}
.p-video .c-list07 h3 {
    font-size: 17px;
    padding: 12px 0 5px;
}

@media screen and (max-width: 767px) {
    .p-video .c-list07 {
        margin-top: 30px;
    }
    .s-common .c-title03 {
        font-size: 1.7rem;
        padding: 5px 20px;
        margin-bottom: 10px;
    }
    .p-video .c-list07 li {
        width: calc((100% - 10px) / 2);
    }
    .p-video .c-list07 li {
        margin-top: 30px;
    }
    .p-video .c-list07 li:nth-child(-n + 2) {
        margin-top: 0;
    }
    .p-video .c-list07 li:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .p-video .c-list07 h3 {
        font-size: 1.7rem;
    }
    .p-video .c-list07 p {
        margin-top: 5px;
        padding-top: 10px;
    }
}

.p-video .s-list .c-btn01 {
    max-width: 286px;
    margin: 55px auto 0;
    background-color: #fff;
}

.p-video .section-form .label {
    padding-bottom: 50px;
}
.p-video .section-form .label h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.p-video .section-form dl {
    display: block;
}
.p-video .section-form dl:last-child {
    padding-bottom: 0;
}
.p-video .section-form dt,
.p-video .section-form dd {
    background-color: #f8f5f2;
    width: 100%;
    color: #191919;
}
.p-video .section-form dt {
    height: auto;
    padding: 0 0 10px;
}
.p-video .section-form dd {
    height: 50px;
    justify-content: flex-start;
}
.p-video .section-form dl dt span {
    color: #08aab7;
}
.p-video .section-form input[type="text"],
.p-video .section-form input[type="email"],
.p-video .section-form textarea {
    background-color: #fff;
}

/*------------------------------------------------------------
    p-recruit
    ------------------------------------------------------------*/
.visual-recruit {
    background: url(../image/recruit/mainvisual.jpg) center no-repeat;
}
.p-recruit .c-btn03 {
    margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
    .p-recruit .c-btn03 {
        margin: 40px auto 0;
    }
}

.p-recruit .c-table01 tbody th {
    min-width: 160px;
}
@media screen and (max-width: 767px) {
    .p-recruit .c-table01 tbody th {
        min-width: 116px;
    }
    .p-recruit .c-table01 th,
    .p-recruit .c-table01 td {
        white-space: normal;
    }
}

/*------------------------------------------------------------
    p-entry
    ------------------------------------------------------------*/
.p-entry .gr-btn {
    justify-content: space-between;
    margin-top: 20px;
}
.p-entry .gr-btn a span {
    color: #000;
    font-size: 14px;
    margin-left: 12px;
}
.p-entry .gr-btn .boxright a {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
    .p-entry .gr-btn {
        display: block;
    }
    .p-entry .gr-btn .boxleft,
    .p-entry .gr-btn .boxright {
        width: auto;
    }
    .p-entry .gr-btn a {
        margin: 0 auto !important;
    }
    .p-entry .gr-btn .boxright {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-entry .gr-btn a span {
        font-size: 1.3rem;
        width: 100%;
    }
    .p-entry .gr-btn .boxright {
        margin-top: 12px;
    }
}

/*------------------------------------------------------------
    p-policy
    ------------------------------------------------------------*/
.visual-policy {
    background: url(../image/policy/mainvisual.jpg) center no-repeat;
}

.p-policy .section-policy .boxtext ol {
    list-style: decimal;
    line-height: 2;
    margin-left: 1em;
}

.p-policy .section-policy h3 + .c-table01 {
    margin-top: 20px;
}
.p-policy .section-policy .c-table01 thead {
    text-align: center;
}
.p-policy .section-policy .label {
    margin-bottom: 30px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-policy .section-policy .label {
        margin-bottom: 20px;
    }
}

.p-policy .section-policy .c-list05 .text p {
    padding-top: 0;
}
.p-policy .section-policy .date {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .p-policy .section-policy .date {
        margin-top: 20px;
    }
}

/*------------------------------------------------------------
    p-personal
    ------------------------------------------------------------*/
.visual-personal {
    background: url(../image/personal/mainvisual.jpg) center no-repeat;
}
    

/*------------------------------------------------------------
    p-sitemap
    ------------------------------------------------------------*/
.visual-sitemap {
    background: url(../image/sitemap/mainvisual.jpg) center no-repeat;
}

.p-sitemap .c-list05 li {
    padding: 0;
}
.p-sitemap .c-list05 a {
    display: block;
}
.p-sitemap .c-list05 h3,
.p-sitemap .c-list05 p {
    display: block;
    padding: 2.5% 3.5%;
}
@media screen and (max-width: 767px) {
    .p-sitemap .c-list05 h3,
    .p-sitemap .c-list05 p {
        padding: 20px 15px;
    }
}

/*------------------------------------------------------------
    p-news
    ------------------------------------------------------------*/
.visual-news {
    background: url(../image/news/mainvisual.png) center no-repeat;
}
.p-news .section-news .single-detail h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.p-news .section-news .single-detail p ~ p {
    /*padding-top: 20px;*/
}

.p-news .section-news .single-detail p {
	margin-bottom: 1.2em;
}

.p-news .section-news .viewmore {
}

@media screen and (max-width: 767px) {
    .p-news .section-news .viewmore {
    }
}

.p-news .c-list03 dl dd a {
    display: flex;
}

.p-news .section-news .single-detail a {
	color: #951922;
	text-decoration: underline;
}

.p-news .section-news a.c-btn01 {
	color: inherit;
	text-decoration: none;
}

.single-detail a {
	color: #bc1b27;
	text-decoration: underline;
}

/*------------------------------------------------------------
    p-magazine
    ------------------------------------------------------------*/
.visual-magazine {
    background: url(../image/magazine/mainvisual.jpg) center no-repeat;
}

.p-magazine .section-form .label {
    padding-bottom: 50px;
}
.p-magazine .section-form .label h3 {
    font-size: 20px;
    padding-bottom: 10px;
}

.p-magazine .section-form dl {
}
.p-magazine .section-form dl:last-child {
    padding-bottom: 0;
}
.p-magazine .section-form dt,
.p-magazine .section-form dd {
    background-color: #fff;
    color: #191919;
}
.p-magazine .section-form dt {
    min-width: auto;
    padding: 0;
}
.p-magazine .section-form .selection {
    /* min-width: 200px; */
    align-items: center;
}
.p-magazine .section-form dd {
    width: 100%;
}
.p-magazine .section-form .email input {
    height: 50px;
}
.section-form .email dt {
    width: 20%;
    justify-content: flex-end;
}
.p-magazine .section-form dl dt span {
    color: #08aab7;
}
.p-magazine .section-form input[type="text"],
.p-magazine .section-form input[type="email"],
.p-magazine .section-form textarea {
    background-color: #fff;
}

.p-magazine .section-form dl .wpcf7-radio {
    display: flex;
}

.section-form .email input[type="submit"] {
    width: 100px;
    color: #fff;
    background-color: #a2151f;
}

.p-magazine .section-magazine {
    overflow: hidden;
}
.p-magazine .section-list .details {
    position: relative;
}
.p-magazine .section-list .details:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    background-color: #f8f5f2;
    left: calc((100% - 72%) / -2);
    right: calc((100% - 72%) / -2);
}

@media screen and (max-width: 767px) {
    .section-form .email dt {
        margin: 30px auto 0;
    }
}

.p-magazine .section-list .c-inner01 .boxright {
    float: right;
    margin-left: 20px;
}
.p-magazine .section-list .c-inner01 .boxleft {
    width: auto;
}
@media screen and (max-width: 767px) {
    .p-magazine .section-list .c-inner01 .boxright {
        margin: 0 0 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .p-magazine .s-common {
        margin-top: -70px;
    }
}

/*  */
.l-sticky {
    position: relative;
    -webkit-transition: background 0.6s ease-out;
    transition: background 0.6s ease-out;
}

.c-sidebar {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
    left: 0;
    top: 0;
    width: 20%;
    max-width: 356px;
    height: 100%;
    background-color: #f8f5f2;
}

@media screen and (max-width: 767px) {
    .c-sidebar {
        position: static !important;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}

.c-sidebar__wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 60px 11%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .c-sidebar__wrap {
        padding: 40px 15px;
        margin-top: -60px;
    }
}

.c-sidebar h3 {
    font-size: 22px;
    margin-bottom: 13px;
}

.c-sidebar.is_sticky {
    position: fixed;
}

.c-sidebar.is_bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.c-sidebar.is_bottom .aside_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.c-sidebar__wrap--list {
	
	font-size: 1.6rem;

	line-height: 1.8;
}

.c-sidebar__wrap--list span {
	
	font-size: 1.3rem;

}

.c-content {
    position: relative;
    width: calc(100% - 20%);
    margin-left: 20%;
    text-align: left;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .c-content {
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
        /*padding-top: 50px;*/
    }
}

.c-content__wrap {
    position: relative;
    padding: 0 4%;
    margin: 0 auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.single-detail .c-title01 h2 {
    /*margin-bottom: 50px;*/
    text-align: left;
}
@media screen and (max-width: 767px) {
    .single-detail .c-title01 h2 {
        margin-bottom: 30px;
    }
}
.single-detail h3 {
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
    color: #a62627;
    background: #e9e1d7;
    border-top: solid 1px #c6c2b9;
    border-bottom: solid 1px #c6c2b9;
}
@media screen and (max-width: 767px) {
    .single-detail h3 {
        font-size: 16px;
    }
}
.single-detail h4 {
    margin-bottom: 10px;
}
.single-detail p {
	margin-bottom: 40px;
    /*margin-top: -40px;*/
    line-height: 2.2;
    font-size: 1.6rem;
}
.single-detail .c-title01 span {
    display: block;
}
.single-detail .color02 {
    color: #7aa626;
}
.single-detail .color03 {
    color: #a62627;
}
.single-detail .wp-block-image {
    /*text-align: center;*/
}
.single-detail .attention_rb {
    padding: 10px;
    background: #e9e1d7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}
.single-detail .wp-block-table table th,
.single-detail .wp-block-table table th td {
    line-height: 1.5;
    padding: 12px 20px;
    border: 1px solid #000;
}
@media screen and (max-width: 767px) {
    .single-detail .wp-block-table table th,
    .single-detail .wp-block-table table th td {
        padding: 8px;
    }
    .single-detail .wp-block-table table td:last-child {
        min-width: 47px;
    }
}
.single-detail .wp-block-group {
    border: 1px solid #a2a2a2;
    padding: 5px 10px;
}

/*------------------------------------------------------------
    pagination
    ------------------------------------------------------------*/

.c-pagination {
    text-align: center;
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .c-pagination {
        padding: 50px 0;
    }
}

.c-pagination a,
.c-pagination span {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
    padding: 5px 13px;
    color: #fff;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .c-pagination a,
    .c-pagination span {
        font-size: 1.4rem;
        padding: 5px 8px;
        margin-left: 7px;
    }
}

.c-pagination a:not(:first-child),
.c-pagination span:not(:first-child) {
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    .c-pagination a:not(:first-child),
    .c-pagination span:not(:first-child) {
        margin-left: 7px;
    }
}

.c-pagination .all_next,
.c-pagination .prev,
.c-pagination .next {
    color: #000;
    padding: 0;
    background: transparent;
}

.c-pagination a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.c-pagination a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.c-pagination span.current {
    color: #fff;
    background-color: #a81823;
}

.c-pagination span.dots {
    border: none;
    padding: 0;
}

.page-numbers {
    color: #fff;
    background: #1a1a1a;
}

.page-numbers .next.page-numbers,
.page-numbers .prev.page-numbers {
    color: #000;
    background: none;
}
.page-numbers.dots {
	background: none;
	color: #111;
}


/*// end*/
/* new css 7-11-2023 below */
.p-top .s-common .s-common__item ul.slick-dots {
    justify-content: center;
    bottom: -35px;
}
.p-top .s-common .s-common__item ul.slick-dots li {
    width: auto;
    margin: 0 5px;
}
.p-top .s-common .s-common__item ul .slick-list li {
    margin: 10px;
}
@media screen and (max-width: 767px) {
    .p-top .s-common .s-common__item ul#business_slider {
        max-width: 400px;
        margin: 0 auto;
        width: 90%;
    }
}

#business_slider .slick-prev,
#business_slider .slick-next {
    background-color: transparent;
    top: 50%;
}
#business_slider .slick-prev::before,
#business_slider .slick-next::before {
    border-color: #707070;
    width: 25px;
    height: 25px;
    border-width: 6px;
    position: static;
}
#business_slider .slick-prev {
    left: -60px;
}
@media screen and (max-width: 767px) {
    #business_slider .slick-prev {
        left: -40px;
    }
}
#business_slider a {
    width: 100%;
}
#business_slider .slick-next {
    right: -60px;
}
@media screen and (max-width: 767px) {
    #business_slider .slick-next {
        right: -40px;
    }
}
.p-top .business_btn {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.business_btn.bg_fff span {
	background-color: #fff;
}
/* page about_11 */
@media screen and (max-width: 767px) {
    .p-about_11 .inner.df {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* page about_9 */
@media screen and (max-width: 767px) {
    .p-about_09 .c-list03 dl {
        display: flex;
    }
    .p-about.p-about_09 .section-appearance .c-list03 dl dt {
        width: 140px;
        flex-shrink: 0;
    }
    .p-about.p-about_09 .section-appearance .c-list03 dl dt {
        border-right: hidden;
        border-bottom: 1px solid #707070 !important;
    }
}
/* page about_6 access  */
@media screen and (max-width: 767px) {
    .p-about06 .c-business .c-business__top--thumb {
        float: unset;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* page about  */
.page-about .s-common .s-common__item ul li a {
    width: 100%;
}
/* page new  */

@media screen and (max-width: 767px) {
    .p-news .c-sidebar__wrap {
        margin-top: -50px;
    }
}
/* page price - table  */
@media screen and (max-width: 767px) {
    .section-illustrative table colgroup col {
        width: auto;
    }
    .c-table01 td {
        white-space: wrap;
    }
}



.mt40 {
	margin-top: 40px;
}

/* ------------------------- */
.p-top .c-list01 a {
	pointer-events: none;
}
.p-top .c-list01 span {
	display: none;
}


/* Edited 20241015 */
.p-column .c-pagination {
    padding-bottom: 30px;
}
.p-column .section-distribution .list {
    margin-top: 40px;
}
.p-column .section-distribution .list li {
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px 7px #d2d2d2;
    box-shadow: 0px 0px 16px 7px #d2d2d2;
}

@media screen and (max-width: 767px) {
    .p-column .section-distribution .list li {
        display: block;
    }
}

.p-column .section-distribution .list .c-boximg {
    width: 48%;
}

.p-column .section-distribution .list .c-boximg .text {
    color: #000;
    padding: 28px 28px 24px 28px;
}

@media screen and (max-width: 767px) and (min-width: 550px) {
    .p-column .section-distribution .list .c-boximg .text {
        max-width: 295px;
    }
}

@media screen and (max-width: 767px) {
    .p-column .section-distribution .list .c-boximg .text {
        padding: 20px 15px;
    }
}

.p-column .section-distribution .list .c-boximg .text:after {
    -webkit-transform: translateX(-32px) skewX(-13deg);
    -ms-transform: translateX(-32px) skewX(-13deg);
    transform: translateX(-32px) skewX(-13deg);
}

@media screen and (max-width: 767px) {
    .p-column .section-distribution .list .c-boximg .text:after {
        -webkit-transform: translateX(0) skewX(-13deg);
        -ms-transform: translateX(0) skewX(-13deg);
        transform: translateX(0) skewX(-13deg);
    }
}

.p-column .section-distribution .list .c-boximg h3 {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .p-column .section-distribution .list .c-boximg h3 {
        font-size: 2.2rem;
    }
}

.p-column .section-distribution .list .c-boximg span {
    padding-bottom: 5px;
}

.p-column .section-distribution .list .c-boximg p {
    font-size: 22px;
    padding-top: 16px;
}

@media screen and (max-width: 767px) {
    .p-column .section-distribution .list .c-boximg p {
        font-size: 1.5rem;
    }
}

.p-column .section-distribution .list .boxtext {
    padding: 7%;
    width: 52%;
}

.p-column .label {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .p-column .section-distribution .list .c-boximg, .p-column .section-distribution .list .boxtext {
        width: 100%;
    }
    .p-column .label {
        font-size: 1.4rem;
        padding: 10px;
    }
}

.direct {
    padding: 4%;
    border-radius: 10px;
    margin-top: 40px;
    background-color: #F8F5F2;
}
.direct h4 {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
.direct-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.direct-img {
    width: 40%;
    text-align: center;
}
.direct-txt {
    width: 56%;
}
.direct-txt h5 {
    font-size: 25px;
}
.direct-txt p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .direct {
        padding: 20px;
        margin-top: 50px;
    }
    .direct h4 {
        font-size: 1.6rem;
        padding: 7px 0;
    }
    .direct-box {
        display: block;
        margin-top: 16px;
    }
    .direct-img {
        width: 100%;
    }
    .direct-txt {
        width: 100%;
    }
    .direct-txt h5 {
        font-size: 1.8rem;
        margin-top: 20px;
        text-align: center;
    }
}

.p-blog .s-common .s-common__item {
    margin-top: 0;
    padding-top: 70px;
    border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 767px) {
    .p-blog .s-common .s-common__item {
        padding-top: 50px;
    } 
}