@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

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,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

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;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


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


/* Main menu
------------------------------------------------------------*/

.is-hidden .c-header__green {
    display: none;
}

@media only screen and (max-width: 767px) {
    .c-header {
        width: 100%;
        height: 72.84px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 1000;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .c-header {
        height: 69.84px;
    }
}

.c-header__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 22px auto;
    max-width: 1117.9px;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}

.c-header__logo {
    width: 202px;
}

@media only screen and (max-width: 516px) {
    .c-header__logo {
        width: 180px;
    }
}

.c-header__logo a {
    display: -webkit-box;
    display: flex;
}

.c-header__green {
    margin: 0 14px;
    width: 417px;
    line-height: 1.3;
    font-size: 1.5rem;
    padding: 9px 12px;
    color: white;
    background-color: #3C7035;
}

@media only screen and (max-width: 767px) {
    .c-header__green {
        display: none;
    }
}

.c-header__green.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .c-header__green.sp {
        display: block;
        margin: 50px 0 -20px;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__green.sp {
        width: 100%;
    }
}

.c-header__text.sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .c-header__text.sp {
        display: block;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .c-header__text {
        display: none;
    }
}

.c-header__black {
    background-color: black;
    color: white;
    font-size: 1.61rem;
}

@media only screen and (max-width: 1024px) {
    .c-header__black {
        display: none;
    }
}

.c-header__bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 90px;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1240px) {
    .c-header__bottom {
        padding: 0 20px;
    }
}

.c-header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 86.4px;
}

.c-header__icon {
    position: fixed;
    width: 74.3px;
    right: 27px;
    top: 53%;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
    .c-header__icon {
        width: 58.3px;
        right: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .c-header__icon {
        width: 45.3px;
        right: 10px;
    }
}

.c-header__icon a {
    display: block;
    margin-bottom: 15px;
}

.p-burger.sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .p-burger.sp {
        display: -webkit-box;
        display: flex;
    }
    .p-burger.sp .c-line {
        background-color: black;
    }
}

@media only screen and (max-width: 767px) {
    .p-burger.sp .c-line {
        width: 32.3px;
    }
}

.c-menu__container {
    display: flex;
    max-width: 1300px;
    padding: 25px;
    margin: 30px auto;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .c-menu__container {
        margin: 0 auto;
        padding: 25px 20px;
    }
}

.c-header__meta {
    z-index: 1002;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 12px;
    right: 2.6%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.p-burger {
    width: 49.74px;
    margin-left: 34px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
}

.p-burger.active {
    margin-left: 0;
}

@media only screen and (max-width: 1024px) {
    .p-burger {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-burger {
        width: 32.3px;
    }
}

.p-burger .p-burger__container {
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 26px;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
    width: 49.74px;
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .p-burger .p-burger__container {
        width: 32.3px;
    }
}

.p-burger .c-line {
    width: 49.74px;
    height: 2px;
    background-color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
    .p-burger .c-line {
        width: 32.3px;
    }
}

.p-burger__text {
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.p-burger.is-active .c-line {
    background-color: black;
    position: absolute;
}

.p-burger.is-active .c-header__text {
    display: none;
}

.p-burger.is-active .c-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.p-burger.is-active .c-line:nth-child(2) {
    display: none;
}

.p-burger.is-active .c-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.p-burger__text.is-active {
    color: black;
}

.c-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s -webkit-transform ease-in-out;
    transition: 0.4s transform ease-in-out;
    transition: 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}

.c-menu.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-header .l-container {
    height: 578px;
    padding-top: 32px;
}

.c-menu__logo {
    z-index: 5;
    position: absolute;
    top: 32px;
    left: 20px;
}

.c-menu ul {
    position: absolute;
    width: 100%;
    top: 233%;
    left: 7%;
}

@media only screen and (max-width: 516px) {
    .c-menu ul {
        position: unset;
        width: 100%;
        margin-top: 90px;
    }
}

.c-menu li {
    margin-bottom: 35px;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .c-menu li {
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
}

body.is-hidden {
    touch-action: none;
    -ms-touch-action: none;
    overflow-y: hidden;
}

.c-header__meta {
    display: none;
}

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

.c-menu__list {
    padding: 20px;
}

.c-menu__language {
    position: absolute;
    width: 70%;
    top: 8%;
    left: 43%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.subpage_menu {
    background-color: #F1F1F1;
    z-index: 5;
    padding-top: 22px;
    left: -3px;
    top: 45px;
    width: 234px;
    position: absolute;
    padding: 9px 0;
    display: none;
}

.subpage__link {
    display: -webkit-box;
    display: flex;
    padding: 8.5px 27px;
}

.c-header__menu li:hover .subpage_menu {
    display: block;
}

.c-header__menu li {
    position: relative;
}

.c-header__menu li:hover .subpage_menu:before {
    height: 28px;
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer {
    background-color: black;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 136px 20px 15px;
}

@media only screen and (max-width: 516px) {
    .c-footer {
        padding: 110px 20px 15px;
        font-size: 1.6rem;
    }
}

.c-footer a {
    margin: 98px 0 67px;
}

.c-footer__logo {
    width: 301.74px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .c-footer__logo {
        width: 270.74px;
    }
}

@media only screen and (max-width: 516px) {
    .c-footer__logo {
        width: 210.74px;
    }
}

.c-footer__address {
    font-size: 1.954rem;
    margin: 52px 0 -6px;
}

@media only screen and (max-width: 516px) {
    .c-footer__address {
        font-size: 1.64rem;
        margin: 45px 0 10px;
    }
}

.c-footer__phone {
    font-weight: 700;
    font-family: 'Yantramanav', sans-serif;
    font-size: 3.788rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 516px) {
    .c-footer__phone {
        font-size: 3.4rem;
    }
}

.c-footer__phone img {
    width: 32.61px;
    margin-right: 15px;
}

@media only screen and (max-width: 516px) {
    .c-footer__phone img {
        margin-right: 11px;
        margin-top: -3px;
    }
}


/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/


/* Breadcrumb
------------------------------------------------------------*/


/* layout
------------------------------------------------------------*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    main {
        padding-top: 72.84px;
    }
}

@media only screen and (max-width: 516px) {
    main {
        padding-top: 69.84px;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
btn
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
title
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
icon
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
form
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
text
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
navi
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
img
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
list
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
table
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
line
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
video
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*------------------------------------------------------------
other
------------------------------------------------------------*/


/*
------------------------------------------------------------*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/

.p-slide {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .p-slide {
        padding-top: 0;
    }
}

.p-slide .slick-slide {
    width: calc(100vw / 2);
    overflow: hidden;
    margin: 0 5px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .5;
}

.p-slide .slick-slide img {
    width: 100%;
}

.p-slide .slick-current {
    opacity: 1;
}

.p-slide .slick-dots {
    bottom: -35px;
}

.p-slide .slick-dots li button:before {
    font-size: 12px;
}

.p-slide .slick-dots li.slick-active button:before {
    color: #4680e2;
}

.slick-initialized .slick-slide {
    position: relative;
}

@media only screen and (max-width: 516px) {
    .p-slide .slick-slide {
        width: 100vw;
        opacity: 1;
        margin: 0;
    }
}

.p-top1 {
    padding: 0 20px;
}

.p-top1__logo {
    max-width: 1016.56px;
    margin: 44px auto 67px;
}

@media only screen and (max-width: 516px) {
    .p-top1__logo.pc {
        display: none;
    }
}

.p-top1__logo.sp {
    display: none;
}

@media only screen and (max-width: 516px) {
    .p-top1__logo.sp {
        display: block;
    }
}

.p-top1__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 987.42px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .p-top1__list {
        flex-wrap: wrap;
    }
}

.p-top1__item {
    width: 30%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media only screen and (max-width: 1124px) {
    .p-top1__item {
        width: 31%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__item {
        width: 100%;
        margin: 0 auto 30px;
        max-width: 400px;
    }
}

.p-top1__black {
    padding: 18px 28px 3px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: black;
    color: white;
}

@media only screen and (max-width: 1024px) {
    .p-top1__black {
        padding: 18px 19px 3px;
    }
}

.p-top1__title {
    letter-spacing: 1px;
    font-size: 2.3rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .p-top1__title {
        letter-spacing: 0px;
        font-size: 1.8rem;
    }
}

.p-top1__title img {
    margin-top: 5px;
    width: 7.73px;
    margin-left: 17px;
}

.p-top1__content {
    font-size: 1.6rem;
    margin: 14px auto;
    line-height: 1.3;
    letter-spacing: 3px;
}

.p-top1__bottom {
    max-width: 987.42px;
    margin: 80px auto 88px;
    background-color: black;
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    .p-top1__bottom {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__bottom {
        margin: 55px auto 88px;
    }
}

.p-top1__contact {
    width: 45.7%;
}

@media only screen and (max-width: 1024px) {
    .p-top1__contact {
        width: 100%;
    }
}

.p-top1__right {
    width: 51%;
    display: -webkit-box;
    display: flex;
    margin-left: 28px;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .p-top1__right {
        width: 100%;
        margin: 30px 20px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top1__right {
        margin: 30px 10px;
    }
}

.p-top1__right h3 {
    letter-spacing: 7.5px;
    font-size: 4.04rem;
    color: #76C5EE;
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .p-top1__right h3 {
        font-size: 3.04rem;
    }
}

@media only screen and (max-width: 516px) {
    .p-top1__right h3 {
        letter-spacing: 0px;
        font-size: 2.2rem;
    }
}

.p-top1__right p {
    font-size: 1.8rem;
    color: #F5D92B;
    letter-spacing: 3.5px;
    line-height: 1.25;
}

@media only screen and (max-width: 516px) {
    .p-top1__right p {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
        line-height: 1.5;
    }
}

.p-top1__detail {
    width: 97.5%;
}

.p-top1__arrow {
    margin-top: 23px;
    width: 8.73px;
}

@media only screen and (max-width: 767px) {
    .p-top1__arrow {
        margin-left: 10px;
    }
}

.p-top2__gray {
    background-color: #D3D3D4;
    padding: 48px 20px 89px;
}

.p-top2__content {
    max-width: 1015px;
    margin: 0 auto;
}

.p-top2__title {
    padding-bottom: 3px;
    font-size: 2.9rem;
    border-bottom: 3px solid;
    position: relative;
}

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

.p-top2__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: black;
}

.p-top2__list {
    margin-top: 31px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-top2__list {
        flex-wrap: wrap;
    }
}

.p-top2__info {
    line-height: 1.4;
    font-size: 1.882rem;
}

.p-top2__content {
    font-size: 1.6rem;
}

.p-top2__detail {
    line-height: 1.75;
    margin-top: 8px;
    max-width: 399px;
}

.p-top2__left {
    width: 41%;
    margin-right: 43px;
}

@media only screen and (max-width: 1124px) {
    .p-top2__left {
        width: 42%;
    }
}

@media only screen and (max-width: 767px) {
    .p-top2__left {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.p-top2__right {
    width: 49.5%;
}

@media only screen and (max-width: 767px) {
    .p-top2__right {
        width: 100%;
    }
}

.p-top2__white {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1166px;
    margin: 60px auto;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .p-top2__white {
        flex-wrap: wrap;
    }
}

.p-top2__image {
    width: 54.5%;
}

@media only screen and (max-width: 767px) {
    .p-top2__image {
        width: 100%;
    }
}

.p-top2__text {
    width: 41.5%;
    margin-top: 8px;
}

@media only screen and (max-width: 767px) {
    .p-top2__text {
        width: 100%;
        margin-top: 30px;
    }
}

.p-top2__text h3 {
    letter-spacing: 2px;
    font-size: 2.9rem;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .p-top2__text h3 {
        font-size: 2.2rem;
    }
}

.p-top2__text h3::after {
    content: "";
    position: absolute;
    left: -64px;
    bottom: -5px;
    width: 381.81px;
    height: 5px;
    background-color: black;
}

@media only screen and (max-width: 767px) {
    .p-top2__text h3::after {
        left: 0;
        width: 100%;
    }
}

.p-top2__text p {
    max-width: 423px;
    margin-top: 13px;
    font-size: 1.6rem;
    line-height: 1.75;
}

.p-top3 {
    padding: 0 20px;
}

.p-top3__title {
    margin-bottom: 50px;
    margin-top: 150px;
    font-size: 2.9rem;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .p-top3__title {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__title {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__title {
        font-size: 2.2rem;
        margin-top: 70px;
        margin-bottom: 30px;
    }
}

.p-top3__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .p-top3__list {
        flex-wrap: wrap;
    }
}

.p-top3__item {
    width: 48.7%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-top3__item {
        width: 100%;
    }
    .p-top3__item:first-child {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-top3__item:first-child {
        margin-bottom: 55px;
    }
}

.p-top3__black {
    width: 100%;
    letter-spacing: 4px;
    border-radius: 7px;
    background-color: black;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 47.75px;
    font-size: 2rem;
}

@media only screen and (max-width: 516px) {
    .p-top3__black {
        font-size: 1.8rem;
    }
}

.p-top3__schedule {
    max-width: 442.57px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    margin-top: 60px;
}

@media only screen and (max-width: 516px) {
    .p-top3__schedule {
        margin-top: 40px;
    }
}

.p-top3__schedule span {
    letter-spacing: 1.2px;
    display: block;
    margin-top: 11px;
    margin-right: -2px;
    font-size: 1.2rem;
}

.p-top3__pay {
    width: 284.4px;
    margin: 40px auto 10px;
}

@media only screen and (max-width: 516px) {
    .p-top3__pay {
        margin: 30px auto 10px;
    }
}

.p-top3__note {
    margin-left: 8px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
}

.p-top3__part {
    max-width: 1013.7px;
    margin: 0 auto 154px;
}

@media only screen and (max-width: 1024px) {
    .p-top3__part {
        margin: 0 auto 124px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__part {
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top3__part {
        margin: 0 auto 65px;
    }
}

.p-top3__meta {
    max-width: 971.46px;
    margin: 46px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .p-top3__meta {
        -webkit-box-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__meta {
        flex-wrap: wrap;
    }
}

.p-top3__map {
    width: 72%;
}

@media only screen and (max-width: 767px) {
    .p-top3__map {
        width: 100%;
    }
}

.p-top3__access {
    border: 1px solid;
    margin-top: 44px;
    width: 218.18px;
    height: 240.54px;
}

@media only screen and (max-width: 1024px) {
    .p-top3__access {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top3__access {
        margin: 50px auto 0;
    }
}

.p-top3__access h4 {
    font-size: 1.92rem;
    background-color: #4C4A49;
    height: 58.14px;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.p-top3__gray {
    line-height: 1.85;
    background-color: #EFEFEF;
    padding: 29px 8px 65px;
    letter-spacing: 1px;
}

.p-top3__gray p:first-child {
    margin-bottom: 9px;
}

.p-top3__gray p:last-child {
    margin-left: 4px;
}

.p-top4 {
    padding: 0 20px;
}

.p-top4__border {
    border: 5px solid #003C4F;
    background-image: url(../img/bg_dot.jpg);
    position: relative;
    max-width: 1077.23px;
    margin: 109px auto 145px;
    background-size: cover;
    padding: 0 20px;
}

@media only screen and (max-width: 516px) {
    .p-top4__border {
        margin: 100px auto;
    }
}

.p-top4__border.big {
    border: none;
    border-top: 1px solid #003C4F;
    border-bottom: 1px solid #003C4F;
    max-width: 100%;
    margin: 315px 0 0;
    padding-bottom: 41px;
    padding-top: 76px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__border.big {
        margin: 215px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-top4__border.big {
        margin: 160px 0 0;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__border.big {
        margin: 130px 0 0;
        padding-top: 0;
        padding-bottom: 20px;
    }
}

.p-top4__content {
    max-width: 798px;
    margin: 75px auto 69px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__content {
        margin: 30px auto;
    }
}

.p-top4__content.contact {
    position: relative;
}

.p-top4__contact {
    width: 116.15px;
}

.p-top4__title {
    display: inline-block;
    letter-spacing: 0px;
    font-size: 3.603rem;
    color: #003C4F;
    margin-top: 14px;
    line-height: 1.4;
    position: relative;
}

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

@media only screen and (max-width: 516px) {
    .p-top4__title {
        letter-spacing: 0px;
        margin-left: 0;
        width: 100%;
        font-size: 1.8rem;
    }
    .p-top4__title::after {
        display: none;
    }
    .p-top4__title::before {
        display: none;
    }
}

.p-top4__title::after {
    height: 101.25px;
    content: "";
    background-color: #103760;
    width: 5px;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    position: absolute;
    left: -37px;
    top: 5px;
}

.p-top4__title::before {
    content: "";
    background-color: #103760;
    position: absolute;
    right: -37px;
    top: 5px;
    height: 101.25px;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    width: 5px;
}

.p-top4__text {
    color: #4C4A49;
    font-size: 1.6rem;
    margin-top: 35px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .p-top4__text {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__text {
        margin-left: 0;
        margin-top: 20px;
    }
}

.p-top4__meet {
    position: absolute;
    right: 15px;
    top: 43px;
    max-width: 279.24px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__meet {
        position: unset;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top4__meet {
        margin-top: 10px;
    }
}

.p-top4__meet.last {
    right: -102px;
    width: 261.76px;
    top: 6px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__meet.last {
        margin-top: 30px;
    }
}

.p-top4__list {
    max-width: 914.54px;
    margin: 63px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .p-top4__list {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.p-top4__item {
    border-radius: 8px;
    max-width: 298.18px;
    width: 100%;
    height: 133px;
    background-color: #F0ECE4;
    padding: 20px 30px;
}

@media only screen and (max-width: 1024px) {
    .p-top4__item {
        margin: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .p-top4__item {
        margin: 15px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top4__item {
        margin: 0 0 20px;
        padding: 20px 0;
    }
}

.p-top4__detail {
    color: #003C4F;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 516px) {
    .p-top4__detail {
        max-width: 230px;
        margin: 0 auto;
    }
}

.p-top4__detail::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: #003C4F;
    width: 36px;
    height: 2px;
}

@media only screen and (max-width: 516px) {
    .p-top4__detail::after {
        left: 10px;
        width: 22px;
    }
}

.p-top4__detail::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background-color: #003C4F;
    width: 36px;
    height: 2px;
}

@media only screen and (max-width: 516px) {
    .p-top4__detail::before {
        right: 10px;
        width: 22px;
    }
}

.p-top4__phone {
    font-weight: 900;
    font-family: 'Yantramanav', sans-serif;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 7px;
}

.p-top4__time {
    text-align: center;
    font-size: 1.391rem;
    margin-top: -7px;
}

.p-top4__tele {
    background-color: #EE7300;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 207.22px;
    height: 50.9px;
    margin: 23px auto;
    border-radius: 34px;
}

.p-top4__tele img {
    margin-left: 33px;
    width: 20.83px;
    margin-right: 17px;
}

.p-top4__line {
    background-color: #4AB134;
    color: white;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 207.22px;
    height: 50.9px;
    margin: 23px auto;
    border-radius: 34px;
}

.p-top4__line img {
    width: 33.3px;
    margin-left: 25px;
    margin-right: 10px;
}

.p-top6__meta {
    max-width: 1100.94px;
    margin: 0 auto 135px;
}

@media only screen and (max-width: 767px) {
    .p-top6__meta {
        margin: 0 auto 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top6__meta {
        margin: 0 auto 80px;
    }
}

.p-top6__post {
    padding: 23px 0;
    display: -webkit-box;
    display: flex;
    border-bottom: 2px solid;
}

@media only screen and (max-width: 767px) {
    .p-top6__post {
        flex-wrap: wrap;
    }
}

.p-top6__post:first-child {
    border-top: 2px solid;
}

.p-top6__image {
    width: 153.6px;
    margin-right: 29px;
    min-width: 153.6px;
}

@media only screen and (max-width: 767px) {
    .p-top6__info {
        margin-top: 20px;
    }
}

.p-top6__date {
    letter-spacing: 1px;
    margin-top: 3px;
    font-size: 1.464rem;
}

.p-top6__title {
    margin-top: 7px;
    font-size: 2rem;
    letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
    .p-top6__title {
        font-size: 1.8rem;
    }
}

.p-top6__content {
    margin-top: 13px;
    font-size: 1.6rem;
    color: black;
    letter-spacing: 2.5px;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .p-top6__content {
        margin-top: 5px;
    }
}

.p-top6__link {
    margin-top: 31px;
    width: 207.22px;
    height: 50.9px;
    font-size: 1.442rem;
    color: #003C4F;
    border: 1px solid;
    border-radius: 34px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 47px;
}

@media only screen and (max-width: 1024px) {
    .p-top6__link {
        margin: 31px auto 0;
    }
}

.p-top6__link:hover {
    background-color: #003C4F;
    color: white;
}

.p-top6__link:hover img:nth-child(2) {
    display: none;
}

.p-top6__link:hover img:nth-child(3) {
    display: block;
}

.p-top6__link img {
    position: absolute;
    width: 7.7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.p-top6__link img:nth-child(3) {
    display: none;
}

.p-top7 {
    padding: 0 20px;
    max-width: 1039.75px;
    margin: 135px auto;
}

@media only screen and (max-width: 516px) {
    .p-top7 {
        margin: 115px auto;
    }
}

.p-top7__question {
    max-width: 124.51px;
    margin: 22px auto;
}

.p-top7__list {
    max-width: 1002.8px;
    margin: 86px auto 0;
}

@media only screen and (max-width: 767px) {
    .p-top7__list {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 516px) {
    .p-top7__list {
        margin-top: 50px;
    }
}

.p-top7__item {
    padding-top: 39px;
    border-top: 4px solid #3C7035;
    padding-bottom: 31px;
}

.p-top7__item:last-child {
    border-bottom: 4px solid #3C7035;
}

@media only screen and (max-width: 767px) {
    .p-top7__item {
        padding: 30px 0;
    }
}

.p-top7__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 971.46px;
    margin: 0 auto;
    letter-spacing: 2.5px;
    cursor: pointer;
}

.p-top7__title h3 {
    width: 89%;
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .p-top7__title h3 {
        font-size: 1.8rem;
    }
}

.p-top7__arrow {
    width: 38.15px;
    height: 38.15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #3C7035;
    border-radius: 50%;
}

@media only screen and (max-width: 516px) {
    .p-top7__arrow {
        width: 33.15px;
        height: 33.15px;
    }
}

.p-top7__arrow img {
    width: 14.15px;
}

@media only screen and (max-width: 516px) {
    .p-top7__arrow img {
        width: 12px;
    }
}

.p-top7__content {
    letter-spacing: 1.5px;
    margin-top: 24px;
    margin-left: 75px;
    font-size: 1.6rem;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .p-top7__content {
        margin-top: 15px;
        margin-left: 0;
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

.panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
}

.accordion1.is-active img {
    transform: rotate(180deg) translateY(0);
}

.accordion1 img {
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}


/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/

.p-about__main {
    font-size: 2rem;
}

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

@media only screen and (max-width: 516px) {
    .p-about__main {
        font-size: 1.6rem;
    }
}

.p-about__bg {
    margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .p-about__bg {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__bg {
        margin-bottom: 80px;
    }
}

.p-about__padding {
    padding: 0 20px;
}

.p-about__title {
    display: -webkit-box;
    display: flex;
    line-height: 1.12;
    font-size: 5.2rem;
    letter-spacing: 11px;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .p-about__title {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-about__title {
        letter-spacing: 1px;
        font-size: 3rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__title {
        letter-spacing: 1px;
        font-size: 2.2rem;
    }
}

.p-about__text {
    letter-spacing: 4px;
    max-width: 850.9px;
    margin: 91px auto 0;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .p-about__text {
        letter-spacing: 2px;
        margin: 60px auto 30px;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__text {
        margin: 35px auto 30px;
        letter-spacing: 1px;
    }
}

.p-about__develop {
    max-width: 862px;
    margin: 0 auto 89px;
}

@media only screen and (max-width: 516px) {
    .p-about__develop {
        margin: 0 auto 80px;
    }
}

.p-about__gray {
    padding-bottom: 9px;
    padding-top: 146px;
    background-color: #F7F8F8;
    margin-bottom: 152px;
}

@media only screen and (max-width: 767px) {
    .p-about__gray {
        padding-top: 90px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__gray {
        padding-top: 70px;
        margin-bottom: 70px;
        padding-bottom: 30px;
    }
}

.p-about__list {
    max-width: 1300px;
    margin: 71px auto;
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .p-about__list {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__list {
        margin: 45px auto;
    }
}

.p-about__image {
    width: 50.8%;
    margin-right: 79px;
}

@media only screen and (max-width: 1024px) {
    .p-about__image {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
}

.p-about__detail {
    margin-top: 21px;
    width: 32%;
    letter-spacing: 5px;
    line-height: 1.75;
}

@media only screen and (max-width: 1024px) {
    .p-about__detail {
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .p-about__detail {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__detail {
        letter-spacing: 1px;
        margin-top: 30px;
    }
}

.p-about__bottom {
    padding: 0 20px;
}

.p-about__bottom h2 {
    margin-bottom: 87px;
    letter-spacing: 10px;
    font-size: 4.755rem;
    text-align: center;
}

@media only screen and (max-width: 1124px) {
    .p-about__bottom h2 {
        letter-spacing: 9px;
    }
}

@media only screen and (max-width: 1024px) {
    .p-about__bottom h2 {
        font-size: 3.355rem;
        letter-spacing: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .p-about__bottom h2 {
        font-size: 2.355rem;
        letter-spacing: 5px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-about__bottom h2 {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) and (max-width: 516px) {
    .p-about__bottom h2 {
        letter-spacing: 3px;
        margin-bottom: 40px;
    }
}

.p-about__bottom h2 span {
    font-size: 6.493rem;
}

@media only screen and (max-width: 1024px) {
    .p-about__bottom h2 span {
        font-size: 4.493rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-about__bottom h2 span {
        font-size: 3.493rem;
    }
}

.p-about__bottom p {
    max-width: 1010px;
    margin: -29px auto 0;
    letter-spacing: 4px;
    line-height: 1.75;
}

@media only screen and (max-width: 767px) {
    .p-about__bottom p {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 516px) {
    .p-about__bottom p {
        letter-spacing: 1px;
    }
}

.p-product__main {
    padding: 0 20px;
}

.p-product__title {
    font-size: 3rem;
    text-align: center;
    position: relative;
    margin-top: 46px;
    letter-spacing: 6px;
    margin-bottom: 163px;
}

@media only screen and (max-width: 1024px) {
    .p-product__title {
        margin-top: 80px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .p-product__title {
        letter-spacing: 3px;
        font-size: 2.8rem;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 516px) {
    .p-product__title {
        font-size: 2.6rem;
        margin-top: 60px;
        margin-bottom: 80px;
    }
}

.p-product__title::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
    width: 78.54px;
    height: 5.23px;
    background-color: #3C7035;
}

.p-product__part {
    max-width: 1013.7px;
    margin: 0 auto 54px;
}

.p-product__part .p-top3__black {
    margin-bottom: 58px;
}

@media only screen and (max-width: 516px) {
    .p-product__part .p-top3__black {
        margin-bottom: 45px;
    }
}

.p-product__line {
    margin-bottom: 11px;
}

.p-product__info {
    font-size: 1.8rem;
    border-bottom: 1px solid;
    max-width: 1009.74px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 58px;
}

@media only screen and (max-width: 516px) {
    .p-product__info {
        margin-bottom: 45px;
    }
}

.p-product__container {
    max-width: 980px;
    margin: 0 auto;
}

.p-product__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: calc( var(--px1) * -1);
}

.p-product__item {
    width: calc(100% / 4 - var(--px1));
    margin-left: var(--px1);
    margin-bottom: 33px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .p-product__item {
        width: calc(100% / 3 - var(--px1));
    }
}

@media only screen and (max-width: 516px) {
    .p-product__item {
        width: calc(100% / 2 - var(--px1));
    }
}

.p-product__detail {
    margin-top: 7px;
}

:root {
    --px1: 5.5%;
}

@media only screen and (max-width: 1024px) {
     :root {
        --px1: 3.5%;
    }
}

@media only screen and (max-width: 516px) {
     :root {
        --px1: 5.5%;
    }
}

.p-store {
    padding-left: 20px;
    padding-right: 20px;
}

.p-company__table {
    letter-spacing: 4px;
    font-size: 1.8rem;
    max-width: 1008.87px;
    margin: -31px auto 195px;
}

@media only screen and (max-width: 767px) {
    .p-company__table {
        font-size: 1.6rem;
        letter-spacing: 2px;
        margin: -15px auto 90px;
    }
}

.p-company__item {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #C9CACA;
}

.p-company__item:first-child {
    border-top: 1px solid #C9CACA;
}

.p-company__info {
    display: -webkit-box;
    display: flex;
    width: 22.5%;
    position: relative;
    margin: 6px 0px;
    border-right: 1px solid #C9CACA;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 516px) {
    .p-company__info {
        width: 27.5%;
    }
}

.p-company__text {
    width: 84%;
    padding: 22px 71px;
    line-height: 1.8;
}

@media only screen and (max-width: 516px) {
    .p-company__text {
        width: 74%;
        padding: 22px;
    }
}

.p-company__map {
    height: 480px;
    max-width: 972.21px;
    margin: 60px auto;
    background-color: #D3D3D4;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 3rem;
}

.p-support__bg {
    margin-bottom: 67px;
}

.p-support__esport {
    max-width: 1013px;
    margin: 79px auto 45px;
}

@media only screen and (max-width: 767px) {
    .p-support__esport {
        margin: 50px auto 45px;
    }
}

.p-support__gray {
    background-color: #F7F8F8;
    padding: 108px 20px 67px;
}

@media only screen and (max-width: 767px) {
    .p-support__gray {
        padding: 70px 20px 40px;
    }
}

.p-support__list {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    max-width: 776px;
    margin: 47px auto;
    font-size: 2.473rem;
}

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

@media only screen and (max-width: 516px) {
    .p-support__list {
        flex-wrap: wrap;
        font-size: 1.6rem;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.p-support__left {
    letter-spacing: 5px;
    width: 57.5%;
    margin-left: 13%;
}

@media only screen and (max-width: 1024px) {
    .p-support__left {
        width: 61.5%;
        margin-left: 11%;
    }
}

@media only screen and (max-width: 767px) {
    .p-support__left {
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__left {
        width: 100%;
        margin-left: 14%;
        max-width: 240px;
    }
}

.p-support__left p {
    margin-bottom: 21px;
    position: relative;
}

.p-support__left p::after {
    content: "";
    position: absolute;
    left: -64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/support/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 39.65px;
    height: 39.65px;
}

@media only screen and (max-width: 767px) {
    .p-support__left p::after {
        width: 30.65px;
        height: 30.65px;
        left: -48px;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__left p::after {
        width: 25.65px;
        height: 25.65px;
        left: -39px;
    }
}

.p-support__right {
    width: 25%;
    margin-top: -24px;
}

@media only screen and (max-width: 516px) {
    .p-support__right {
        width: 100%;
        max-width: 150px;
        margin: 30px auto 0;
    }
}

.p-support__white {
    padding-top: 102px;
}

@media only screen and (max-width: 516px) {
    .p-support__white {
        padding-top: 80px;
    }
}

.p-support__flow {
    max-width: 570px;
    margin: 88px auto;
}

@media only screen and (max-width: 767px) {
    .p-support__flow {
        max-width: 416px;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__flow {
        max-width: 280px;
    }
}

.p-support__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.p-support__item:first-child {
    padding-top: 120px;
}

.p-support__number {
    margin-right: 20px;
    font-size: 5.2rem;
    color: white;
    background-color: black;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .p-support__number {
        font-size: 3.2rem;
        width: 56px;
        height: 56px;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__number {
        font-size: 2rem;
        width: 45px;
        height: 45px;
    }
}

.p-support__text {
    font-size: 3.388rem;
    letter-spacing: 7px;
}

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

@media only screen and (max-width: 516px) {
    .p-support__text {
        letter-spacing: 1px;
        font-size: 1.8rem;
    }
}

.p-support__boy {
    position: absolute;
    right: -33px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 180px;
    width: 179px;
}

@media only screen and (max-width: 1024px) {
    .p-support__boy {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .p-support__boy {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        top: -50px;
    }
}

@media only screen and (max-width: 516px) {
    .p-support__boy {
        width: 165px;
        top: -35px;
    }
}

.p-support__arrow {
    width: 63.37px;
    margin: 41px auto 26px;
}

@media only screen and (max-width: 516px) {
    .p-support__arrow {
        width: 53.37px;
        margin: 35px auto 30px;
    }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*# sourceMappingURL=style.css.map */

.form-meta {
    max-width: 985.3px;
    margin: 36px auto 0;
    padding: 35px 20px 101px;
}

.form-item2 {
    width: 406px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 4px;
}

::placeholder {
    color: #9FA0A0;
    font-size: 1.5rem;
    font-family: Noto Sans JP, sans-serif;
}

.form-white {
    visibility: hidden;
}

.form-check {
    margin: 0;
    width: 19.1px;
    height: 19.1px;
}

.form-list {
    display: flex;
    max-width: 825px;
    margin: 0 auto 40px;
}

.form-item:first-child {
    width: 167.36px;
}

.form-item {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.form-red {
    height: 16px;
    font-size: 1rem;
    color: white;
    background-color: #d70010;
    padding: 0px 14px;
    border-radius: 3px;
    margin-right: 21px;
}

.form-info {
    letter-spacing: 2px;
    font-size: 1.5rem;
}

.form-list .form-item:nth-child(2) {
    display: block;
    width: 70.5%;
}

#form-mess .form-input {
    padding: 10px 20px;
    height: 266.35px;
}

#form-mess {
    align-items: flex-start;
}

#form-mess .form-item:first-child {
    margin-top: 13px;
}

.form-blue {
    background-color: #005AAB !important;
}

.form-input {
    box-sizing: border-box;
    font-family: Noto Sans JP, sans-serif;
    padding: 0 20px;
    height: 51px;
    color: #9FA0A0;
    width: 100%;
    border: 1px solid;
    font-size: 1.5rem;
    line-height: 2;
}

.form-list .form-item.number:nth-child(2) {
    display: flex;
}

.form-input.number {
    width: 73px !important;
    margin-right: 51px;
    padding: 0 19px;
}

.form-item.number {
    position: relative;
}

.form-item.number:after {
    position: absolute;
    left: 93px;
    top: 50%;
    transform: translateY(-50%);
    width: 12.66px;
    height: 1px;
    background-color: #9FA0A0;
    content: "";
}

.contact-main2__text {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    line-height: 1.8;
}

.contact-main2__text a {
    color: #2062A6;
}

.contact-main2__text.sp {
    display: none;
}

.contact-main2__text .error {
    text-align: left;
    bottom: -30px;
    position: absolute;
    left: 0;
}

.contact-main2__meta {
    justify-content: center;
    display: flex;
}

.p-contact .p-contact__btn__back {
    display: none;
}

.p-contact__btn__back {
    position: relative;
}

.p-contact__btn__back span {
    top: 11px;
}

.p-contact__btn__back span {
    cursor: pointer;
    transform: rotate(180deg);
    top: 87px;
    font-size: 2rem;
    position: absolute;
    left: 26px;
    color: white;
}

.contact-main2__link {
    position: relative;
}

.contact-main2__link input {
    letter-spacing: 3px;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    position: relative;
    width: 337.86px;
    font-size: 2rem;
    background-color: white;
    height: 49px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid;
    padding-right: 38px;
}

.contact-main2__link span {
    top: 9px;
    right: 35px;
    font-size: 2rem;
    position: absolute;
    color: white;
}

.contact-main2__link:hover span {
    cursor: pointer;
    right: 25px;
    transition: linear 0.5s;
}

.p-contact__btn__back {
    position: relative;
}

.p-contact__btn__back input {
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    background-color: #595857;
    border: 0;
    height: 49px;
    width: 150px;
    font-size: 2rem;
}

.p-contact__btn__back span {
    top: 9px;
}

.contact-main2__button {
    margin-top: 52px;
}

@media only screen and (max-width: 767px) {
    .form-item2 {
        width: 100%;
    }
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
    .form-list {
        flex-wrap: wrap;
    }
    .form-item:first-child {
        margin-bottom: 10px;
        width: 100%;
    }
    .contact-main2__link input {
        width: 295px;
    }
    .contact-main2__meta {
        max-width: 465px;
        margin: 0 auto;
    }
    .form-meta {
        padding: 0 0 50px;
    }
}

@media only screen and (max-width: 516px) {
    .contact-main2__text {
        margin-top: 30px;
    }
    .contact-main2__text {
        font-size: 1.39rem;
    }
    .p-contact__blue {
        margin: 110px auto 80px;
    }
    .contact-main2__link img {
        right: 20px;
    }
    .contact-main2__meta {
        max-width: 288px;
    }
    .contact-main2__link span {
        display: none;
    }
    .p-contact__btn__back span {
        display: none;
    }
    .p-contact__btn__back input {
        width: 57px;
        font-size: 1.6rem;
    }
    .contact-main2__button {
        width: 100%;
    }
    .contact-main2__text.sp {
        display: flex;
    }
    .form-meta {
        width: 100%;
        margin: 0 auto 80px;
        padding: 0 0 60px;
    }
    .form-input {
        padding: 0 14px;
        width: 100% !important;
    }
    .contact-main2__link input {
        margin: 0 auto;
        width: 190px;
    }
}

.form-item4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 4px;
}

.form-item3 {
    margin-left: 7px;
    width: 129px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .form-item4 {
        width: 100%;
    }
}

@media only screen and (max-width: 516px) {
    .form-list .form-item:nth-child(2) {
        width: 100%;
    }
}

.contact-main2__link img {
    position: absolute;
    width: 27px;
    right: 102px;
    top: 50%;
    transform: translateY(-50%);
}

.form-select {
    max-width: 255.43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position-x: 93%;
    background-position-y: 19px;
    background-size: 15px;
}

@media only screen and (max-width: 516px) {
    .contact-main2__button {
        margin-top: 40px;
    }
    .contact-main2__text {
        margin-bottom: 45px;
    }
}

.form-month input,
.form-day input,
.form-year input {
    padding: 0 20px;
    height: 50px;
    font-size: 1.6rem;
    font-family: Noto Sans JP, sans-serif;
    border: 1px solid;
    box-sizing: border-box;
}

.form-month input {
    width: 57px;
    margin-right: 42px;
    margin-left: 10px;
}

.form-day input {
    width: 57px;
    margin-right: 10px;
    margin-left: 10px;
}

.form-year input {
    width: 135px;
    margin-right: 33px;
}

.form-year,
.form-day,
.form-month {
    display: flex;
    align-items: center;
    position: relative;
}

#form-box {
    margin: 60px auto;
}

#form-box1 {
    margin-bottom: 60px;
}

.form-birthday {
    display: flex;
}

.form-year::before {
    font-size: 1.6rem;
    content: "年";
    position: absolute;
    right: 4px;
    top: 49.5%;
    transform: translateY(-50%);
}

.form-month::before {
    content: "月";
    font-size: 1.6rem;
    position: absolute;
    right: 8px;
    top: 49.5%;
    transform: translateY(-50%);
}

.form-day::before {
    content: "日";
    position: absolute;
    right: -23px;
    top: 49.5%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .form-item4,
    .form-item2,
    .form-birthday,
    .form-big {
        width: 71%;
    }
    #form-mess .form-input {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .form-item4,
    .form-item2,
    .form-birthday,
    .form-big {
        width: 100%;
    }
}

@media only screen and (max-width: 516px) {
    .form-input {
        font-size: 1.4rem;
    }
    .form-month input,
    .form-day input,
    .form-year input {
        font-size: 1.4rem;
        padding: 0 8px;
    }
    #form-box,
    #form-box1 {
        margin: 0 auto 32px;
    }
    .p-contact__white.flow {
        margin: 80px auto 60px;
        padding: 58px 20px 1px;
    }
    .fb-page.tab {
        display: block;
    }
    .fb-page.pc {
        display: none;
    }
    .p-slide__white.sell h3 {
        font-size: 2.5rem;
    }
    .form-year::before {
        font-size: 1.3rem;
        right: 0px;
    }
    .form-month::before {
        font-size: 1.3rem;
        right: -1px;
    }
    .form-day::before {
        font-size: 1.3rem;
        right: -10px;
    }
    .form-year.move {
        margin-right: 20px;
        width: 75px;
    }
    .form-month input {
        margin-right: 20px;
    }
    .form-month.move,
    .form-day.move {
        width: 50px;
    }
}

@media only screen and (max-width: 365px) {
    .form-year.move {
        width: 50px;
    }
    .form-month.move,
    .form-day.move {
        width: 35px;
    }
}

.wpcf7-checkbox input {
    width: 20.1px;
    height: 23.1px;
    margin-right: 7px;
    margin-top: 7px;
}

.p-contact__text .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.p-contact__blue .wpcf7-list-item-label {
    display: none;
}

.p-contact__submit input {
    width: 100%;
    max-width: 335.12px;
    height: 48.8px;
    position: absolute;
    color: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
    left: 0;
    top: 0;
}

.wpcf7-spinner {
    display: none !important;
}

.form-meta .p-contact__submit {
    margin-top: 19px;
    margin-left: 0;
}

.form-meta .p-contact__submit span {
    margin-right: 10px;
    letter-spacing: 2px;
}

.p-contact__submit a {
    width: 100%;
    max-width: 335.12px;
    height: 48.8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-contact__submit {
    width: 335.12px;
    height: 48.8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid;
    margin-left: 125px;
    margin-top: 44px;
    box-sizing: border-box;
    font-size: 2rem;
    position: relative;
}

.p-contact__submit img {
    width: 25.98px;
}

.form-meta .contact-main2__text .wpcf7-not-valid-tip {
    bottom: -23px;
    position: absolute;
    left: 79px;
    width: 193px;
}

.p-contact__main {
    padding: 0 20px;
    max-width: 1140px;
    margin: 0 auto;
}

@media only screen and (max-width: 516px) {
    .p-contact__main {
        margin: 0 auto -30px;
    }
}

.p-contact__text .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
}

.p-contact__text .wpcf7-form-control-wrap {
    position: unset;
}

.p-contact__blue {
    line-height: 2.8;
    padding: 64px 20px 28px;
    margin: -37px auto 102px;
    max-width: 1041.58px;
    background-color: #F1F5FB;
}

.p-contact__content {
    letter-spacing: 2px;
    font-size: 1.5rem;
    color: #2062A6;
    max-width: 729px;
    margin: 0 auto;
}

.p-contact__content a {
    border-bottom: 1px solid;
}

.p-contact__text {}

.p-contact__list {
    display: flex;
    justify-content: space-between;
    max-width: 857px;
    margin: 0 auto;
}

.p-contact__item {
    font-size: 1.5rem;
    background-color: #9FA0A0;
    color: white;
    position: relative;
    width: 27%;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-contact__item:first-child {
    background-color: #2062A6;
}

.p-contact__item:last-child {
    width: 29%;
}

.p-contact__item:first-child::after {
    position: absolute;
    content: "";
    background-image: url(../img/blue-contact.svg);
    height: 100%;
    width: var(--triangle);
    top: 0;
    right: calc(var(--triangle)*-1);
    background-repeat: no-repeat;
}

.p-contact__item:nth-child(2)::after {
    position: absolute;
    content: "";
    background-image: url(../img/gray-contact.svg);
    height: 100%;
    width: var(--triangle);
    top: 0;
    right: calc(var(--triangle)*-1);
    background-repeat: no-repeat;
}

:root {
    --triangle: 14%;
}

.form-item4 .wpcf7-list-item label {
    letter-spacing: 1px;
    margin-right: 23px;
    display: flex;
    align-items: center;
}

.form-item4 .wpcf7-checkbox input {
    width: 32.29px;
    height: 32.29px;
    margin-right: 15px;
}

@media only screen and (max-width: 516px) {
    .form-item4 .wpcf7-list-item {
        width: 100%;
    }
}

.p-policy__meta {
    max-width: 1000px;
    margin: 158px auto 218px;
    padding: 0 20px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 516px) {
    .p-policy__meta {
        margin: 80px auto 150px;
    }
}

.p-policy__content h3 {
    font-size: 1.8rem;
    margin-bottom: 1px;
}

.p-policy__content p {
    font-size: 1.5rem;
    line-height: 1.75;
    margin-bottom: 27px;
}

.p-policy__content a {
    border: 1px solid;
    width: 277.53px;
    height: 66.95px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 54px;
    color: white;
    background-color: #064462;
    box-sizing: border-box;
    font-size: 1.8rem;
    box-sizing: border-box;
    position: relative;
}

.c-header__menu .active a span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.c-header__menu li a>span::after {
    z-index: 999;
    content: "";
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    height: 5.23px;
    background: #3C7035;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__menu li a>span {
    position: relative;
}

.c-header__menu li:hover a>span:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.p-top6__image {
    position: relative;
}

.p-top6__image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-top6__image img:nth-child(1) {
    visibility: hidden;
}

.p-product__image {
    position: relative;
}

.p-product__image img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-product__image img:nth-child(1) {
    visibility: hidden;
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
    color: #362D1E;
    text-decoration: none;
    border: 1px solid #362D1E;
    padding: 6px 14px;
    margin: 4px;
    font-size: 1.6rem;
}

.pages {
    display: none;
}

.p-delivery__pagination {
    margin: 76px 0 210px;
    display: flex;
    justify-content: center;
}

.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
    border-color: #362D1E;
    background-color: #362D1E;
    color: white;
}

.nextpostslink {
    display: none;
}

.previouspostslink {
    display: none;
}

@media only screen and (max-width: 767px) {
    .p-delivery__pagination {
        margin: 64px 0 160px;
    }
}

@media only screen and (max-width: 516px) {
    .p-delivery__pagination {
        margin: 64px 0 100px;
    }
}

.p-news__detail {
    max-width: 1062.56px;
    margin: 102px auto;
    padding: 0 20px;
}

@media only screen and (max-width: 516px) {
    .p-news__detail {
        margin: 80px auto 100px;
    }
}

.p-news__title {
    padding-bottom: 21px;
    border-bottom: 1px solid #003C4F;
}

.p-news__title .p-top6__date {
    font-size: 1.464rem;
}

.p-news__title .p-top6__title {
    margin-top: 12px;
    font-size: 3rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {
    .p-news__title .p-top6__title {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-news__title .p-top6__title {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 516px) {
    .p-news__title .p-top6__title {
        font-size: 2rem;
    }
}

.p-news__content {
    letter-spacing: 2px;
    margin-top: 33px;
    font-size: 1.6rem;
    margin-left: 7px;
    line-height: 1.75;
}

.p-news__content img {
    height: auto;
    margin: 38px 0;
}

.p-news__single__list__btn {
    display: flex;
    justify-content: center;
    margin: 100px auto 150px;
    position: relative;
}

.c-span__prev {
    position: absolute;
    left: 0;
}

.c-span__next {
    position: absolute;
    right: 0;
}

.p-news__main {
    padding: 0 20px;
}

.p-news__main .p-top6__meta {
    margin: 0 auto 100px;
}

.p-top3__insta {
    margin-top: 86px;
}

.p-top3__insta #sb_instagram .sbi_photo img {
    height: 100%;
}

.p-top3__insta #sbi_images {
    padding: 10px !important;
}

@media only screen and (max-width: 767px) {
    .p-news__single__list__btn {
        margin: 70px auto 120px;
    }
    .p-news__main .p-top6__meta {
        margin: 0 auto 80px;
    }
    .p-top3__insta #sbi_images {
        padding: 5px !important;
    }
}

@media only screen and (max-width: 516px) {
    .p-news__single__list__btn {
        margin: 50px auto 100px;
    }
    .p-news__main .p-top6__meta {
        margin: 0 auto 20px;
    }
    .p-top3__insta {
        margin-top: 40px;
    }
}