@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1
}

html {
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #57504C;
    background: #ffffff;
    letter-spacing: 0;
    position: relative;
    min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 100%
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #57504C
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    _font-family: "courier new", monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 75%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

sub {
    bottom: -.25em
}

ul,
ol {
    margin: 0;
    padding: 0
}

dd {
    margin: 0
}

nav ul,
nav ol {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

button {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

img,
abbr,
acronym,
fieldset {
    border: 0
}

li {
    list-style: none
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

* {
    letter-spacing: .1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #57504C;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none
}

a:hover {
    opacity: .7;
}

img {
    max-width: 100%;
    height: auto
}

img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto
}

.inner {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

section {
    position: relative;
}

.sp {
    display: none !important;
}

.serif {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

/* common */
header {
    position: relative;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    min-width: 1200px;
}

.header-inner {
    max-width: 100%;
    margin: 0 80px 0 auto;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 180px;
    transition: all .5s;
}

.header-menu {
    max-width: 1000px;
    width: calc(100% - 220px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav {
    width: calc(100% - 360px);
}

.header-navList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navList li a {
    font-size: 16px;
    font-weight: 700;
    transition: all .5s;
    position: relative;
}

.header-navList li a:hover {
    opacity: 1;
    color: #009495;
}

.header-navList li a::before {
    transition: all .5s;
}

.header-navList li a:hover::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #009495;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.header-btns {
    width: 320px;
    display: flex;
    justify-content: space-between;
}

.header-btn {
    width: 50%;
}

.header-btn a {
    text-align: center;
    padding: 15px 10px;
    border: 2px solid #009495;
    display: block;
    transition: all .5s;
    background: #fff;
}

.header-btn a svg {
    display: block;
    height: 18px;
    width: auto;
    margin: 0 auto 5px;
    transition: all .5s;
}

.header-btn a svg path {
    transition: all .5s;
}

.header-btn a p {
    color: #009495;
    font-size: 15px;
    font-weight: 700;
    transition: all .5s;
}

.header-btn:nth-child(2) a {
    background: #009495;
}

.header-btn:nth-child(2) p {
    color: #fff;
}

.header-btn a:hover {
    background: #009495;
    opacity: 1;
}

.header-btn:nth-child(2) a:hover {
    background: #fff;
}

.header-btn a:hover svg path {
    fill: #fff;
}

.header-btn a:hover p {
    color: #fff;
}

.header-btn:nth-child(2) a:hover svg path {
    fill: #009495;
}

.header-btn:nth-child(2) a:hover p {
    color: #009495;
}

header .drawer-hamburger {
    width: 40px;
    padding: 27.5px 20px;
}

header .drawer-hamburger-icon,
header .drawer-hamburger-icon:after,
header .drawer-hamburger-icon:before {
    background: #57504C;
}

header .drawer-nav {
    top: 0px;
    max-width: 640px;
    width: 100%;
    background: #FCFBF2;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.drawer--right header .drawer-nav {
    right: -100%;
}

.drawer--right.drawer-open header .drawer-hamburger {
    right: 0;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    height: 3px;
}

.drawer-nav-inner {
    padding: 40px 20px;
    max-width: 540px;
    margin: 0 auto;
    overflow-y: scroll;
}

.drawer-menu-top-link {
    margin-bottom: 50px;
}

.drawer-menu-top-link a {
    font-size: 16px;
    font-weight: 700;
    transition: all .5s;
}

.drawer-menu-top-link a:hover {
    color: #009495;
    opacity: 1;
}

header .drawer-menu-item {
    font-size: 18px;
    color: #57504C;
    padding: 0;
    font-weight: 700;
    margin-bottom: 30px;
}

header .drawer-menu-item a {
    transition: all .5s;
    position: relative;
}

header .drawer-menu-item:hover {
    text-decoration: none;
}

header .drawer-menu-item a:hover {
    color: #009495;
    transform: translateX(15px);
    opacity: 1;
    display: block;
    text-decoration: none;
}

header .drawer-menu-item a:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 7px solid transparent;
    border-left: 9px solid #009495;
    border-radius: 2.5px;
}

.drawer-under-menu {
    margin-top: 60px;
    padding-top: 15px;
    border-top: 1px solid #000;
}

.drawer-under-menu ul {
    display: flex;
}

.drawer-under-menu ul li a {
    font-size: 14px;
    margin-right: 40px;
}

.drawer-under-menu p {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
}

.header-btns.drawer-btns {
    width: 100%;
    margin: 0 auto;
}

.header-btns.drawer-btns .header-btn {
    width: 49%;
}

.cmn-btn {
    max-width: 320px;
    width: 100%;
}

.cmn-btn.big-btn {
    max-width: 400px;
    margin: 0 auto 60px;
}

.cmn-btn a {
    display: block;
    width: 100%;
    border-radius: 30px;
    background: #57504C;
    padding: 10px 30px;
    transition: all .5s;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    border: 1px solid #57504C;
}

.cmn-btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 15px solid #fff;
    border-radius: 1.5px;
    transition: all .5s;
}

.cmn-btn a:hover {
    background: #fff;
    color: #57504C;
    opacity: 1;
}

.cmn-btn a:hover::before {
    border-left-color: #57504C;
}

.top {
    background: #FCFBF2;
}

.mv {
    position: relative;
}

.mv-txt {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mv-txt h1 {
    display: block;
    margin-bottom: 40px;
}

.mv-txt h1 p {
    display: inline-block;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.mv-txt h1 p::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    height: 2px;
    background: #fff;
}

.mv-btn.cmn-btn a {
    border: none;
    background: #fff;
    color: #57504C;
}

.mv-btn.cmn-btn a::before {
    border-left-color: #57504C;
}

.mv-btn.cmn-btn a:hover {
    background: #57504C;
    color: #fff;
    opacity: 1;
}

.mv-btn.cmn-btn a:hover::before {
    border-left-color: #fff;
}

.intro-txt {
    padding: 80px 0 10px;
    text-align: center;
}

.intro-txt h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8;
}

.img-flex-cont {
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-flex-cont-left {
    width: 47.5%;
}

.img-flex-cont-right {
    width: 47.5%;
    padding-right: 80px;
}

.cmn-title {
    margin-bottom: 40px;
    position: relative;
}

.cmn-title h2 {
    font-size: 28px;
    color: #009495;
    font-weight: 700;
}

.cmn-title svg {
    width: 40px;
    position: absolute;
    top: -15px;
    left: -17.5px;
}

.h3-under-title {
    margin-bottom: 30px;
}

.h3-under-title h3 span {
    display: inline-block;
    font-size: 36px;
    line-height: 1.8;
    color: #57504C;
    letter-spacing: .05rem;
    position: relative;
    font-weight: 700;
}

.h3-under-title h3 span::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #57504C;
}

.check-list {
    margin-bottom: 30px;
}

.check-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.5px;
}

.check-list ul li svg {
    width: 17px;
}

.check-list ul li p {
    width: calc(100% - 27px);
    font-size: 18px;
    font-weight: 700;
}

.catalog {
    padding: 140px 0 120px;
    background: #fff;
    position: relative;
}

.catalog::before {
    content: "";
    width: 735px;
    height: 595px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #FCFBF2;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.catalog-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.catalog-flex-left {
    width: 45%;
}

.catalog-flex-right {
    width: 45%;
}

.catalog-flex-right img {
    width: 80%;
    margin: 0 auto;
    max-width: 375px;
    display: block;
}

.catalog-title {
    margin-bottom: 40px;
}

.catalog-title h3 {
    font-size: 36px;
    padding-bottom: 5px;
    font-weight: 700;
}

.catalog-title p {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
}

.catalog-title img {
    max-width: 475px;
}

.blank-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #57504C;
    padding: 12.5px 10px;
    max-width: 360px;
    width: 100%;
    transition: all .5s;
}

.blank-btn a svg {
    height: 30px;
    width: auto;
    display: block;
    margin-right: 10px;
    transition: all .5s;
}

.blank-btn a p {
    font-size: 20px;
    font-weight: 700;
    transition: all .5s;
}

.blank-btn a:hover {
    background: #57504C;
    opacity: 1;
}

.blank-btn a:hover svg path {
    fill: #fff;
}

.blank-btn a:hover p {
    color: #fff;
}

.blank-btns .blank-btn:nth-child(1) {
    margin-bottom: 15px;
}

.product {
    padding: 80px 0;
}

.product-title {
    text-align: center;
    margin-bottom: 70px;
}

.product-title img {
    max-width: 535px;
    text-align: center;
}

.product-top-flex {
    max-width: 1110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.product-top-flex-cont {
    width: 47.5%;
}

.product-top-flex-cont-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-top-flex-cont-title img {
    width: 120px;
}

.product-top-flex-cont-title h3 {
    width: calc(100% - 135px);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #6F4F7C;
}

.product-top-flex-cont:nth-child(2) .product-top-flex-cont-title h3 {
    color: #14864B;
}

.product-top-flex-cont-txt p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

.product-box-wrap .product-box:nth-child(1) {
    margin-bottom: 40px;
}

.product-box {
    background: #fff;
    border-radius: 25px;
}

.product-box-inner {
    padding: 45px 10px 45px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-box-left {
    width: 42.5%;
}

.product-box-right {
    width: 55%;
}

.product-box-title {
    margin-bottom: 20px;
}

.product-box-title h3 {
    font-size: 22px;
    font-weight: 700;
}

.product-box-title h3 span {
    font-size: 36px;
    font-weight: 700;
}

.product-box-img {
    margin-bottom: 20px;
}

.recommendation {
    background: #009495;
    padding: 80px 0;
}

.recommendation .cmn-title {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 20px;
}

.recommendation .cmn-title h2 {
    position: relative;
    display: inline-block;
    color: #fff;
}

.cmn-txt {
    text-align: center;
    margin-bottom: 40px;
}

.cmn-txt p {
    font-size: 20px;
    font-weight: 700;
}

.recommendation .cmn-txt p {
    color: #fff;
}

.product-archive-box {
    padding: 55px 80px;
    background: #fff;
    border-radius: 40px;
}

.product-archive-box-cont ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 0;
}

.product-archive-box-cont ul li {
    width: 32%;
    margin-right: 2%;
}

.product-archive-box-cont ul li:nth-child(3),
.product-archive-box-cont ul li:nth-child(5) {
    margin-right: 0;
}

.product-archive-box-cont-img {
    position: relative;
}

.product-archive-box-cont-txt {
    border-radius: 25px;
    background: #fff;
    padding: 20px 25px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.product-archive-box-cont-txt h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.product-archive-box-cont-txt h3 span {
    font-size: 16px;
}

.product-archive-box-cont-txt p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.movie {
    padding: 100px 0;
    background: #fff;
}

.movie-cont {
    max-width: 900px;
    margin: 40px auto 25px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.cmn-btn.yb-btn {
    margin: 0 auto;
}

.cmn-btn.yb-btn a {
    background: #fff;
    color: #57504c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmn-btn.yb-btn a::before {
    display: none;
}

.cmn-btn.yb-btn a svg {
    width: 20px;
}

.cmn-btn.yb-btn a:hover {
    background: #57504C;
    color: #fff;
}

.cmn-btn.yb-btn a:hover p {
    color: #fff;
}

.cmn-btn.yb-btn a:hover svg path {
    fill: #fff;
}

.banner-conts {
    padding: 10px 0 40px;
    background: #fff;
}

.banner-cont {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 40px;
}

.banner-cont-txt {
    background: #009495;
    padding: 40px 80px;
    width: 50%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.banner-cont-img {
    width: 50%;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.banner-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.banner-cont .cmn-title {
    margin-bottom: 15px;
}

.banner-cont .cmn-title h2 {
    color: #fff;
}

.banner-cont-txt-txt {
    margin-bottom: 20px;
}

.banner-cont-txt-txt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.cmn-btn.contact-btn {
    max-width: 350px;
}

.cmn-btn.contact-btn a {
    background: #fff;
    color: #009495;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #009495;
}

.cmn-btn.contact-btn a::before {
    display: none;
}

.cmn-btn.contact-btn a svg {
    width: 20px;
}

.cmn-btn.contact-btn a:hover {
    background: #009495;
    color: #fff;
    border: 1px solid #fff;
}

.cmn-btn.contact-btn a:hover p {
    color: #fff;
}

.cmn-btn.contact-btn a:hover svg path {
    fill: #fff;
}

.instructions {
    padding: 80px 0;
    background: #fff;
}

.instructions .cmn-title {
    text-align: center;
    max-width: 390px;
    margin: 0 auto 50px;
}

.instructions .cmn-title h2 {
    position: relative;
    display: inline-block;
}

.instructions-conts {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.instructions-cont {
    width: 47.5%;
    background: #ECF9F9;
    border-radius: 25px;
    padding: 30px 10px;
}

.instructions-cont-txt {
    text-align: center;
    margin-bottom: 25px;
}

.instructions-cont-txt h3 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px;
}

.instructions-cont-txt p {
    font-size: 16px;
    font-weight: 500;
}

.instructions-cont .cmn-btn {
    margin: 0 auto;
}

.instructions-cont .cmn-btn a {
    font-size: 16px;
}

.news {
    background: #fff;
    padding: 20px 0;
}

.news .inner {
    max-width: 1100px;
}

.news-cont-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 340px;
    overflow-y: scroll;
}

.news-cont-list::-webkit-scrollbar {
    width: 4px;
}

.news-cont-list::-webkit-scrollbar-thumb {
    background: #6B6B6B;
}

.news-cont-list::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.news-cont-list li {
    cursor: pointer;
    border-bottom: 1px solid #E6E8EC;
    padding: 20px 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-cont-list li:hover {
    opacity: 1;
}

.news-cont-list li .news-open,
.news-cont-list li .news-no-link,
.news-cont-list li .news-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news-no-link {
    pointer-events: none;
}

.news-cont-day p {
    margin: 0;
}

.news-cont-txt {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}

.news-cont-txt span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 4.5px 10px;
    border-radius: 4px;
    border: 1px solid #009495;
    margin-right: 15px;
    color: #009495;
    font-weight: 500;
}

.news-cont-txt h3 {
    font-size: 16px;
    font-weight: 700;
    transition: all .5s;
}

.news-cont-txt:hover h3 {
    color: #009495;
}

.news-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.news-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.news-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.news-modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(1120px, calc(100% - 40px));
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    padding: 50px 80px;
    box-sizing: border-box;
    border-radius: 40px;
}

.news-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.news-modal-close::before,
.news-modal-close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 2px;
    background: #57504C;
    transform-origin: center;
}

.news-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.news-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.news-modal-body h3 {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
}

.news-modal-content p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}

.news-modal-content ol {
    margin-top: 30px;
    margin-left: .75em;
    padding-left: .75em;
}

.news-modal-content ol li {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    list-style: decimal;
}

.news-modal-content p:first-child {
    margin-top: 0;
}

body.news-modal-open {
    overflow: hidden;
}

.footer-box {
    background-image: url(../img/common/contact_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 30px;
    border-radius: 15px;
    margin-block: 40px 80px;
}

.footer-box-title h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.footer-box .cmn-btn.contact-btn {
    margin: 0 auto;
    max-width: 425px;
}

.footer-box .cmn-btn.contact-btn a {
    justify-content: center;
    padding: 20px;
    border-radius: 50px;
}

.footer-box .cmn-btn.contact-btn a svg {
    width: 37.5px;
    margin-right: 10px;
}

.footer-box .cmn-btn.contact-btn a p {
    font-size: 24px;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 2px solid #000;
}

footer .header-inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.footer-bottom-copy {
    padding: 25px 0 60px;
    text-align: center;
}

.footer-bottom-copy p {
    font-size: 12px;
}

.under-container {
    margin-top: 115px;
}

.breadcrumbs {
    margin-bottom: 40px;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
}

.breadcrumbs ol li.slash {
    margin-inline: 5px;
}

.breadcrumbs ol li,
.breadcrumbs ol li a {
    font-size: 14px;
    color: #808080;
    line-height: 1;
}

.breadcrumbs ol li a img {
    width: 18px;
    height: 14px;
}

.under-fv {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.under-fv-left {
    width: 32.5%;
    padding-left: 120px;
}

.under-fv-left svg {
    width: 60px;
    position: absolute;
    top: -12.5px;
    left: -35px;
}

.under-fv-left h1 {
    font-size: 50px;
    color: #009495;
    position: relative;
    white-space: nowrap;
}

.under-fv-right {
    width: 65%;
}

.motto {
    padding: 120px 0;
}

.under-h2-title {
    margin-bottom: 20px;
}

.under-h2-title h2 {
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #009495;
}

.under-h2-title h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 24px;
    height: 2px;
    background: #009495;
}

.under-container .h3-under-title {
    margin-bottom: 40px;
}

.under-container .motto .h3-under-title {
    margin-bottom: 80px;
}

.thoughts-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.thoughts-flex:last-child {
    margin-bottom: 0;
}

.thoughts-flex.reverse {
    flex-direction: row-reverse;
}

.thoughts-flex-left {
    width: 30%;
}

.thoughts-flex-right {
    width: 65%;
}

.thoughts-flex p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 2;
}

.thoughts-flex p:last-child {
    padding-bottom: 0;
}

.under-container .product {
    background: #FCFBF2;
}

.under-container .product .thoughts-flex {
    margin-bottom: 100px;
}

.under-container .product .thoughts-flex .thoughts-flex-left {
    width: 47.5%;
}

.under-container .product .thoughts-flex .thoughts-flex-right {
    width: 47.5%;
}

.under-container .stick {
    padding: 80px 0;
}

.under-container .stick .thoughts-flex .thoughts-flex-left {
    width: 47.5%;
}

.under-container .stick .thoughts-flex .thoughts-flex-right {
    width: 47.5%;
}

.under-container .stick .thoughts-flex.reverse .thoughts-flex-right {
    width: 52.5%;
}

.under-container .stick .thoughts-flex.reverse .thoughts-flex-left {
    width: 45%;
    margin-right: -20px;
}

.recommendation.choose {
    background: #FCFBF2;
}

.choose .product-archive-box {
    padding: 0;
    background: initial;
}

.choose .product-archive-box-cont ul li {
    width: 23.5%;
    margin-right: 2%;
}

.choose .product-archive-box-cont ul li:nth-child(3) {
    margin-right: 2%;
}

.choose .product-archive-box-cont ul li:nth-child(4) {
    margin-right: 0%;
}

.product-archive-box-cont-txt span.box {
    border-radius: 15px;
    line-height: 1;
    padding: 7.5px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #009495;
    display: inline-block;
    margin-bottom: 7.5px;
    border: 1px solid #009495;
}

.prevention {
    padding: 100px 0;
}

.prevention .h3-under-title h3 {
    text-align: center;
}

.prevention .under-h2-title {
    margin: 0 auto 20px;
    width: 305px;
}

.prevention-img {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

.prevention-img img {
    margin-bottom: 10px;
}

.prevention-img p {
    font-size: 12px;
    color: #57504C;
}

.gymnastics {
    background: #FCFBF2;
    padding: 80px 0;
}

.gymnastics .thoughts-flex-left {
    width: 47.5%;
}

.gymnastics .thoughts-flex-right {
    width: 47.5%;
}

.under-container .gymnastics .h3-under-title {
    margin-bottom: 30px;
}

.icon-cont-wrap .h3-under-title h3 {
    text-align: center;
}

.bg-yellow {
    background: #FCFBF2;
    padding: 80px 0;
}

.bg-yellow .inner {
    max-width: 1120px;
}

.icon-cont {
    margin-bottom: 80px;
}

.icon-cont ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 15px;
}

.icon-cont ol li {
    position: relative;
    background: #fff;
    border: 1px solid #808080;
    border-radius: 8px;
    padding: 45px 15px 20px;
}

.icon-cont ol li span.roboto {
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #009495;
    color: #fff;
    font-size: 36px;
    line-height: 58px;
}

.icon-cont-img {
    margin-bottom: 10px;
    text-emphasis: circle;
}

.icon-cont-img img {
    height: 155px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.icon-cont-txt {
    text-align: center;
}

.icon-cont-txt h3 {
    font-size: 16px;
    font-weight: 500;
}

.icon-num-cont-top {
    margin-bottom: 35px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.icon-num-cont-top-left {
    width: 24.5%;
    background: #009495;
    padding: 20px 0;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.icon-num-cont-top-left p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.icon-num-cont-top-left p span {
    font-size: 40px;
}

.icon-num-cont-top-right {
    width: 75.5%;
    background: #fff;
    padding: 20px 25px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.icon-num-cont-top-right p {
    font-size: 20px;
    font-weight: 700;
}

.icon-cont-wrap .product-archive-box {
    padding: 0;
    background: initial;
}

.icon-cont-wrap .product-archive-box-cont ul {
    display: grid;
    gap: 0px 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
}

.icon-cont-wrap .product-archive-box-cont ul li,
.icon-cont-wrap .product-archive-box-cont ul li:nth-child(3) {
    width: 100%;
    margin-right: 0%;
    background: #fff;
    border-radius: 25px;
}

.icon-num-cont-bottom-cont-num {
    text-align: center;
    padding: 10px 0;
    background: #5E84D5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.icon-cont-wrap .product-archive-box-cont ul li:nth-child(2) .icon-num-cont-bottom-cont-num {
    background: #E19741;
}

.icon-cont-wrap .product-archive-box-cont ul li:nth-child(3) .icon-num-cont-bottom-cont-num {
    background: #E54545;
}

.icon-num-cont-bottom-cont-num p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.icon-num-cont-bottom-cont-num p span {
    font-size: 40px;
}

.icon-num-cont-bottom-cont-txt {
    padding: 30px 20px;
    text-align: center;
}

.icon-num-cont-bottom-cont-txt span {
    text-align: center;
    border-radius: 15px;
    line-height: 1;
    padding: 7.5px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #009495;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #009495;
}

.icon-num-cont-bottom-cont-txt p {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.icon-num-cont-bottom-txt {
    text-align: right;
}

.icon-num-cont-bottom-txt p {
    font-size: 12px;
    font-weight: 500;
}

.point-container .banner-conts {
    padding: 50px 0;
}

.point-container .banner-cont {
    max-width: 100%;
}

.point-container .banner-cont .cmn-title {
    margin-bottom: 0;
}

.point-container .banner-cont .cmn-title h2 {
    line-height: 1.8;
}

.point-container .banner-cont .banner-cont-txt {
    width: 60%;
}

.point-container .banner-cont .banner-cont-img {
    width: 40%;
}

.under-product-conts {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.under-product-conts-wrap {
    margin: 20px auto 30px;
    max-width: 1120px;
    width: 100%;
}

.under-product-conts-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #57504c;
}

.under-product-conts-title-bottom {
    align-items: flex-end;
}

.under-product-conts-title h3 {
    font-size: 48px;
    margin-right: 25px;
    white-space: nowrap;
}

.under-product-conts-title p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.under-product-conts-wrap {
    max-width: 1000px;
    margin: 0 auto 80px;
}

.under-product-conts-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 80px;
}

.under-product-cont-txt {
    padding: 20px;
    background: #FCFBF2;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    text-align: center;
}

.under-product-cont-txt h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.under-product-cont-txt h3 span {
    font-size: 16px;
}

.under-product-cont-txt h3.flex {
    display: flex;
    justify-content: space-between;
}

.under-product-cont-txt h3.flex p {
    width: 50%;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.under-product-cont-txt p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.under-product-cont-txt .blank-btn a {
    background: #fff;
    margin: 0 auto;
}

.under-product-cont-txt .blank-btn a:hover {
    background: #57504C;
}

.under-product-cont-txt .blank-btn a p {
    margin-bottom: 0;
}

.recommendation-container .cmn-txt {
    margin-bottom: 80px;
}

.recommendation-container .cmn-txt p {
    font-size: 32px;
    line-height: 2;
}

.recommendation-box-title {
    padding: 15px 30px;
    background: #032F60;
}

.recommendation-box-title-inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recommendation-box-title-inner h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-right: 30px;
}

.recommendation-box-title-inner h3 span {
    display: block;
    font-size: 20px;
    color: #fff;
}

.recommendation-box-title-inner img {
    max-width: 500px;
}

.recommendation-box-txt {
    background: #FCFBF2;
    padding: 80px 80px 10px;
    margin-bottom: 80px;
}

.under-product-conts-wrap.under-product-conts-wrap-three {
    max-width: 1120px;
}

.under-product-conts-wrap.under-product-conts-wrap-three ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 20px;
}

.white .under-product-cont-txt {
    background: #fff;
}

.under-product-conts-wrap.under-product-conts-wrap-one {
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.under-product-conts-wrap.under-product-conts-wrap-one ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    width: 60%;
}

.under-product-conts-wrap.under-product-conts-wrap-one .under-product-conts-wrap-one-link {
    width: 30%;
}

.under-product-conts-wrap-one-link-title {
    margin-bottom: 15px;
}

.under-product-conts-wrap-one-link-title h3 {
    font-size: 16px;
    font-weight: 700;
}

.under-product-conts-wrap-one-link ul {
    width: 100% !important;
}

.under-product-conts-wrap-one-link ul li a {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #57504C;
}

.under-product-conts-wrap-one-link ul li a p {
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
}

.under-product-conts-wrap-one-link ul li a svg {
    width: 40px;
}

.under-product-conts-wrap.under-product-conts-wrap-one .under-product-cont-txt {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.walking-box {
    max-width: 1120px;
    width: calc(100% - 40px);
    margin: 80px auto 0;
    background: #009495;
    padding: 45px;
    border-radius: 25px;
}

.walking-box-title {
    max-width: 480px;
    margin: 0 auto 20px;
}

.walking-box-txt {
    text-align: center;
}

.walking-box-txt p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.walking-box-txt p:nth-child(1) {
    padding-bottom: 30px;
}

.sdgs-cont {
    max-width: 1120px;
    width: calc(100% - 40px);
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sdgs-cont-left {
    width: 60%;
}

.sdgs-cont-right {
    width: 37.5%;
}

.sdgs-cont-right p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 1.8;
}

.company-txt-cont {
    padding: 80px 0;
}

.company-txt-cont-title {
    text-align: center;
    margin-bottom: 40px;
}

.company-txt-cont-title h2 {
    font-size: 62px;
    font-weight: 700;
}

.company-txt-cont-txt {
    text-align: center;
}

.company-txt-cont-txt p {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

.company-profile {
    max-width: 1120px;
    margin: 0 auto;
    background: #ECF9F9;
    border-radius: 24px;
    padding: 50px 80px;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.company-table th,
.company-table td {
    border-top: 1px solid #D9D9D9;
    padding: 25px 0;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1.8;
    text-align: left;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
    border-bottom: 1px solid #D9D9D9;
}

.company-table th {
    width: 185px;
    font-weight: 700;
    padding-right: 20px;
    color: #313131;
}

.company-table td iframe {
    border-radius: 15px;
    height: 300px;
    max-width: 560px;
    width: 100%;
    margin-top: 30px;
}

.company-subtitle {
    margin: 80px 0 0;
    padding: 0px 0 25px;
    font-size: 20px;
    font-weight: 700;
    color: #313131;
}

.recruit-cont {
    padding: 80px 0 60px;
}

.recruit-cont-title {
    text-align: center;
    margin-bottom: 40px;
}

.recruit-cont-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #009495;
}

.recruit-cont-txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.instructions-cont-wrap {
    margin: 120px 0 80px;
}

.instructions-cont-wrap .inner {
    max-width: 1120px;
}

.manual-download {
    margin-bottom: 80px;
}

.manual-download-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.manual-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 24px;
}

.manual-table thead th {
    background: #0c9a9d;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding: 25px 32px;
}

.manual-table thead th:first-child {
    width: 80px;
    text-align: center;
}

.manual-table thead th:last-child {
    width: 220px;
    text-align: center;
}

.manual-table tbody tr:nth-child(odd) {
    background: #fff;
}

.manual-table tbody tr:nth-child(even) {
    background: #ECF9F9;
}

.manual-table tbody td {
    padding: 25px 32px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #E5E7EB;
}

.manual-table tbody td:first-child {
    width: 80px;
    text-align: center;
}

.manual-table tbody td:last-child {
    text-align: center;
}

.manual-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    background: #0c9a9d;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.3s;
}

.manual-btn:hover {
    opacity: 0.8;
}

.manual-caution {
    max-width: 1120px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.manual-caution p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
}

.manual-caution ol {
    margin-left: 1em;
    padding-left: 1em;
}

.manual-caution ol li {
    list-style: decimal;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.terms .inner {
    max-width: 1120px;
    margin: 80px auto;
}

.terms-block+.terms-block {
    margin-top: 64px;
}

.terms-block h2 {
    margin: 0 0 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #A1A1A1;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.terms-content p,
.terms-content li {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.terms-content p+p {
    margin-top: 25px;
}

.terms-content ol {
    margin: 0;
    padding-left: 1.5em;
}

.terms-content p+ol {
    margin-top: 25px;
}

.terms-content ol li {
    list-style: decimal;
}

.terms-content li+li {
    margin-top: 12px;
}

.terms-intro {
    margin-bottom: 60px;
}

.terms-intro p {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 2;
}

.terms-intro h2 {
    font-size: 20px;
    font-weight: 700;
}

.terms-bottom {
    margin-top: 80px;
}

.terms-bottom h2,
.terms-bottom p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

.terms-bottom ul {
    margin-left: 1rem;
    padding-left: 1rem;
}

.terms-bottom ul li {
    list-style: disc;
    font-size: 20px;
    font-weight: 500;
}

.icon-cont-wrap .product-archive-box-cont-point ul {
    margin-bottom: 30px;
}

.product-archive-box-cont-point .product-archive-box-cont-txt p {
    margin-bottom: 0;
}

.product-archive-box-cont-point .cmn-btn {
    margin: 0 auto 50px;
}

@media screen and (max-width: 1400px) {
    .under-fv-left {
        padding-left: 40px;
    }

    .product-archive-box-cont-txt span.box {
        padding: 7.5px 12.5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1300px) {
    .header-navList li a {
        font-size: 14px;
    }

    .header-inner {
        max-width: 100%;
        margin: 0 90px 0 auto;
    }

    header .drawer-hamburger {
        padding: 27.5px 17.5px;
    }

    .h3-under-title h3 span {
        font-size: 32px;
    }

    .img-flex-cont-right {
        padding-right: 20px;
    }

    .product-archive-box {
        padding: 40px 30px;
    }

    .product-box-inner {
        padding: 40px 10px 40px 20px;
    }

    .catalog::before {
        width: 535px;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 834px) {

    body,
    header {
        min-width: initial;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header-logo {
        width: 120px;
    }

    .header-inner {
        max-width: 100%;
        margin: 0 auto;
        width: calc(100% - 30px);
        padding: 7.5px 0;
    }

    header .drawer-hamburger {
        padding: 13.5px 13.5px;
    }

    .drawer-nav-inner {
        padding: 20px 15px 30px;
        max-width: 100%;
    }

    header .drawer-nav {
        max-width: 500px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .drawer-open .drawer-hamburger-icon:after,
    .drawer-open .drawer-hamburger-icon:before {
        width: 30px;
        height: 2px;
    }

    .drawer--right.drawer-open header .drawer-hamburger {
        right: -10px;
    }

    .drawer-menu-top-link a {
        font-size: 14px;
    }

    .drawer-menu-top-link {
        margin-bottom: 25px;
    }

    header .drawer-menu-item {
        margin-bottom: 25px;
    }

    .drawer-menu,
    .header-btns.drawer-btns,
    .drawer-under-menu {
        width: calc(100% - 40px);
        margin: 0 auto !important;
    }

    .drawer-under-menu {
        margin-top: 25px !important;
        padding-top: 10px;
    }

    .drawer-under-menu ul li a {
        font-size: 13px;
        margin-right: 30px;
    }

    .drawer-under-menu p {
        font-size: 10px;
        margin-top: 30px;
    }

    .header-btns {
        margin: 0 auto;
        display: block;
    }

    .header-btns.drawer-btns .header-btn {
        width: 100%;
    }

    .header-btns.drawer-btns .header-btn:nth-child(1) {
        margin-bottom: 15px;
    }

    .header-btns.drawer-btns .header-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-block: 10px;
    }

    .header-btn a svg {
        margin: 0 15px 0 0;
    }

    .mv-txt {
        left: 3vw;
        top: 32.5vw;
    }

    .mv-txt h1 p {
        font-size: 9svw;
    }

    .cmn-btn {
        max-width: 280px;
    }

    .cmn-btn a {
        font-size: 18px;
        padding: 10px 25px;
    }

    .intro-txt {
        padding: 60px 0 10px;
    }

    .intro-txt h2 {
        font-size: 24px;
    }

    .img-flex-cont {
        padding: 60px 0;
        display: block;
    }

    .img-flex-cont-left {
        width: calc(100% - 30px);
        margin-right: 30px;
        margin-bottom: 50px;
        max-width: 400px;
    }

    .img-flex-cont-right {
        padding-right: 0px;
        width: calc(100% - 40px);
        margin: 0 auto;
        max-width: 500px;
    }

    .cmn-title {
        margin-bottom: 30px;
    }

    .cmn-title svg {
        width: 25px;
        top: -10px;
        left: -12.5px;
    }

    .cmn-title h2 {
        font-size: 24px;
    }

    .h3-under-title h3 span {
        font-size: 20px;
    }

    .check-list ul li p {
        width: calc(100% - 25px);
        font-size: 16px;
        line-height: 1.6;
    }

    .catalog {
        padding: 60px 0;
    }

    .catalog::before {
        width: 0;
    }

    .catalog-flex {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }

    .catalog-flex-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .catalog-flex-right {
        width: 100%;
    }

    .catalog-flex-right img {
        width: 100%;
        max-width: 275px;
    }

    .catalog-title {
        margin-bottom: 30px;
    }

    .catalog-title h3 {
        font-size: 24px;
    }

    .catalog-title p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .catalog-title img {
        max-width: 275px;
    }

    .blank-btn a svg {
        height: 25px;
    }

    .blank-btn a p {
        font-size: 16px;
    }

    .blank-btn a {
        padding: 10px;
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
    }

    .product {
        padding: 60px 0;
    }

    .product-title {
        margin-bottom: 40px;
    }

    .product-title img {
        max-width: 300px;
    }

    .product-top-flex {
        max-width: 500px;
        width: 100%;
        display: block;
        margin: 0 auto 40px;
    }

    .product-top-flex-cont {
        width: 100%;
    }

    .product-top-flex-cont:nth-child(1) {
        margin-bottom: 30px;
    }

    .product-top-flex-cont-title img {
        width: 70px;
    }

    .product-top-flex-cont-title h3 {
        width: calc(100% - 85px);
        font-size: 18px;
        line-height: 1.4;
    }

    .product-top-flex-cont-title h3 {
        width: calc(100% - 85px);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }

    .product-box-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    .product-box-wrap .product-box:nth-child(1) {
        margin-bottom: 30px;
    }

    .product-box-inner {
        padding: 30px 15px;
        display: block;
    }

    .product-box-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-box-right {
        width: 100%;
    }

    .product-box-title h3 {
        font-size: 20px;
    }

    .product-box-title h3 span {
        font-size: 24px;
    }

    .recommendation {
        background: #009495;
        padding: 60px 0;
    }

    .recommendation .cmn-title {
        text-align: center;
        max-width: 165px;
    }

    .cmn-txt p {
        font-size: 16px;
    }

    .product-archive-box {
        padding: 30px 15px;
        max-width: 500px;
        margin: 0 auto;
    }

    .product-archive-box-cont ul {
        gap: 40px 0;
    }

    .product-archive-box-cont ul li {
        width: 100%;
        margin-right: 0;
    }

    .product-archive-box-cont-txt {
        padding: 20px;
        margin-top: -30px;
    }

    .movie {
        padding: 60px 0;
    }

    .movie-cont {
        max-width: 500px;
        margin: 30px auto;
    }

    .banner-cont {
        max-width: 500px;
        width: 100%;
        display: block;
        border-radius: 30px;
    }

    .banner-cont-txt {
        width: 100%;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0px;
        padding: 40px 20px;
    }

    .cmn-btn.contact-btn {
        max-width: 300px;
        margin: 0 auto;
    }

    .cmn-btn.contact-btn a {
        justify-content: center;
    }

    .cmn-btn.contact-btn a svg {
        width: 25px;
        margin-right: 10px;
    }

    .cmn-btn.contact-btn a p {
        font-size: 16px;
    }

    .banner-cont-img {
        width: 100%;
        height: auto;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .banner-cont-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .instructions {
        padding: 60px 0;
    }

    .instructions .cmn-title {
        max-width: 320px;
        margin: 0 auto 40px;
    }

    .instructions-conts {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

    .instructions-cont {
        width: 100%;
        padding: 25px 10px;
    }

    .instructions-cont:nth-child(1) {
        margin-bottom: 20px;
    }

    .instructions-cont-txt {
        margin-bottom: 20px;
    }

    .instructions-cont-txt h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .instructions-cont-txt p {
        font-size: 14px;
    }

    .news-cont-list {
        max-height: 300px;
    }

    .news-cont-list li {
        padding: 15px 0;
        display: block;
    }

    .news-cont-list li .news-open,
    .news-cont-list li .news-no-link,
    .news-cont-list li .news-link {
        display: block;
    }

    .news-cont-day {
        display: flex;
        align-items: center;
        margin-bottom: 7.5px;
    }

    .news-cont-day p {
        font-size: 14px;
        margin-right: 15px;
    }

    .news-cont-day span {
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        padding: 4.5px 10px;
        border-radius: 4px;
        border: 1px solid #009495;
        color: #009495;
        font-weight: 500;
    }

    .footer-box {
        padding: 40px 20px;
        border-radius: 15px;
        margin: 30px auto 60px;
        max-width: 500px;
    }

    .footer-box-title h3 {
        padding-bottom: 15px;
        font-size: 20px;
    }

    .footer-box .cmn-btn.contact-btn {
        max-width: 300px;
    }

    footer-box .cmn-btn.contact-btn a {
        padding: 15px;
    }

    .footer-box .cmn-btn.contact-btn a svg {
        width: 27.5px;
    }

    .footer-box .cmn-btn.contact-btn a p {
        font-size: 18px;
    }

    .footer-bottom {
        padding-top: 30px;
    }

    footer .header-inner {
        max-width: 100%;
        display: block;
    }

    footer .header-logo {
        width: 160px;
        margin: 0 auto 20px;
    }

    footer .header-menu {
        width: 100%;
        display: block;
    }

    footer .header-nav {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .header-btns {
        display: flex;
    }

    footer .header-navList {
        display: block;
        text-align: center;
    }

    footer .header-navList li {
        margin-bottom: 10px;
    }

    footer .header-btn a svg {
        margin: 0 auto 5px;
    }

    .footer-bottom-copy {
        padding: 20px 0 30px;
    }

    .footer-bottom-copy p {
        font-size: 10px;
    }

    footer .header-navList li a:hover::before {
        width: 30px;
        bottom: -7.5px;
    }

    footer .header-btn a p {
        font-size: 13px;
    }

    .h3-under-title h3 span.sp {
        display: inline-block !important;
    }

    .news-cont-txt {
        width: 100%;
    }

    .under-container {
        margin-top: 60px;
    }

    .inner {
        max-width: 100%;
    }

    .breadcrumbs ol li,
    .breadcrumbs ol li a {
        font-size: 13px;
    }

    .breadcrumbs ol li a img {
        width: 15px;
        height: 12px;
    }

    .under-fv {
        margin-bottom: 40px;
        flex-direction: column-reverse;
    }

    .under-fv-right {
        width: 100%;
        max-width: 500px;
        margin: 0 0 30px auto;
    }

    .under-fv-left {
        padding-left: 30px;
        width: 100%;
    }

    .under-fv-left svg {
        width: 30px;
        top: -10px;
        left: -15px;
    }

    .under-fv-left h1 {
        font-size: 32px;
    }

    .motto {
        padding: 40px 0 60px;
    }

    .under-h2-title {
        margin-bottom: 15px;
    }

    .under-container .motto .h3-under-title {
        margin-bottom: 40px;
    }

    .thoughts-flex {
        display: block;
        max-width: 500px;
        margin: 0 auto 50px;
    }

    .thoughts-flex-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .thoughts-flex-right {
        width: 100%;
    }

    .thoughts-flex p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .under-container .product .thoughts-flex {
        margin-bottom: 60px;
    }

    .under-container .product .thoughts-flex .thoughts-flex-left,
    .under-container .stick .thoughts-flex .thoughts-flex-left,
    .under-container .product .thoughts-flex .thoughts-flex-right,
    .under-container .stick .thoughts-flex .thoughts-flex-right,
    .under-container .stick .thoughts-flex.reverse .thoughts-flex-right,
    .gymnastics .thoughts-flex-left,
    .gymnastics .thoughts-flex-right {
        width: 100%;
    }

    .under-container .stick .thoughts-flex.reverse .thoughts-flex-left {
        width: 100%;
        margin-right: 0;
    }

    .under-container .stick .thoughts-flex.reverse .thoughts-flex-left img {
        border-radius: 20px;
    }

    .under-container .stick {
        padding: 60px 0 40px;
    }

    .recommendation.choose .product-archive-box-cont-txt {
        margin-top: -60px;
    }

    .prevention {
        padding: 60px 0;
    }

    .under-container .h3-under-title {
        margin-bottom: 30px;
    }

    .icon-cont ol {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12.5px;
    }

    .icon-cont-img img {
        height: 100px;
    }

    .icon-cont ol li span.roboto {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 35px;
    }

    .icon-cont ol li {
        padding: 40px 10px 15px;
    }

    .icon-cont-txt h3 {
        font-size: 12px;
    }

    .icon-cont {
        margin: 0px auto 60px;
        max-width: 500px;
    }

    .icon-num-cont-top {
        margin: 0 auto 25px;
        display: block;
        max-width: 500px;
    }

    .icon-num-cont-top-left {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 8px;
    }

    .icon-num-cont-top-left p {
        font-size: 24px;
    }

    .icon-num-cont-top-left p span {
        font-size: 32px;
    }

    .icon-num-cont-top-right {
        width: 100%;
        background: #fff;
        padding: 20px 15px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }

    .icon-num-cont-top-right p {
        font-size: 16px;
    }

    .icon-cont-wrap .product-archive-box-cont ul {
        display: grid;
        gap: 25px 0px;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
    }

    .icon-cont-wrap .product-archive-box-cont-point ul {
        margin-bottom: 30px;
    }

    .product-archive-box-cont-point .cmn-btn {
        margin: 0 auto 40px;
    }

    .icon-num-cont-bottom-cont-num p {
        font-size: 24px;
    }

    .icon-num-cont-bottom-cont-num p span {
        font-size: 32px;
    }

    .icon-num-cont-bottom-cont-txt {
        padding: 20px 15px;
    }

    .icon-num-cont-bottom-cont-txt span {
        font-size: 12px;
    }

    .icon-num-cont-bottom-cont-txt p {
        font-size: 16px;
    }

    .icon-num-cont-bottom-txt p {
        font-size: 10px;
    }

    .bg-yellow {
        padding: 60px 0;
    }

    .point-container .banner-cont {
        max-width: 500px;
        margin: 0 auto;
    }

    .point-container .banner-cont .banner-cont-txt {
        width: 100%;
    }

    .point-container .banner-cont .banner-cont-img {
        width: 100%;
    }

    .under-product-conts {
        max-width: 500px;
        margin: 0 auto;
    }

    .under-product-conts-wrap {
        margin: 0 auto 40px;
    }

    .under-product-conts-title {
        margin-bottom: 30px;
        padding-bottom: 15px;
        display: block;
    }

    .under-product-conts-title h3 {
        font-size: 32px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .under-product-conts-title p {
        font-size: 14px;
    }

    .under-product-conts-wrap ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0px;
    }

    .under-product-cont-txt {
        padding: 20px 15px;
    }

    .under-product-cont-txt h3,
    .under-product-cont-txt h3.flex p {
        font-size: 20px;
    }

    .under-product-cont-txt h3 span {
        font-size: 14px;
    }

    .under-product-cont-txt p {
        font-size: 14px;
    }

    .recommendation-container .cmn-txt p {
        font-size: 20px;
    }

    .recommendation-container .cmn-txt {
        margin-bottom: 40px;
    }

    .recommendation-box-title {
        padding: 10px 20px;
    }

    .recommendation-box-title-inner {
        max-width: 100%;
        display: block;
    }

    .recommendation-box-title-inner h3 {
        font-size: 24px;
        margin-right: 0;
    }

    .recommendation-box-title-inner h3 span {
        font-size: 16px;
    }

    .recommendation-box-title-inner img {
        max-width: 300px;
        margin-top: 5px;
    }

    .recommendation-box-txt {
        padding: 30px 15px 5px;
        margin-bottom: 60px;
    }

    .under-product-conts-wrap.under-product-conts-wrap-three ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0px;
    }

    .under-product-conts-wrap.under-product-conts-wrap-one {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    .under-product-conts-wrap.under-product-conts-wrap-one ul {
        width: 100%;
    }

    .under-product-conts-wrap.under-product-conts-wrap-one .under-product-conts-wrap-one-link {
        width: 100%;
        margin-block: 30px 40px;
    }

    .under-product-conts-wrap-one-link ul li a p {
        font-size: 20px;
    }

    .under-product-conts-wrap-one-link ul li a svg {
        width: 30px;
    }

    .cmn-btn.big-btn {
        max-width: 320px;
        margin: 0 auto 50px;
    }

    .cmn-btn.big-btn a {
        font-size: 16px;
    }

    .under-product-conts-wrap-one-link ul li a {
        margin-bottom: 10px;
    }

    .walking-box {
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 60px auto 0;
        padding: 30px 15px;
    }

    .walking-box-title {
        max-width: 300px;
    }

    .walking-box-txt p {
        font-size: 16px;
    }

    .walking-box-txt p:nth-child(1) {
        padding-bottom: 20px;
    }

    .company-txt-cont {
        padding: 60px 0;
    }

    .company-txt-cont-title {
        margin-bottom: 30px;
    }

    .company-txt-cont-title h2 {
        font-size: 32px;
    }

    .company-txt-cont-txt p {
        font-size: 16px;
    }

    .sdgs-cont {
        max-width: 500px;
        margin: 0 auto 60px;
        display: block;
    }

    .sdgs-cont-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .sdgs-cont-right {
        width: 100%;
    }

    .sdgs-cont-right p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .company-profile {
        max-width: 500px;
        padding: 30px 15px;
    }

    .company-table th,
    .company-table td {
        display: block;
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .company-table th {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 2.5px;
    }

    .company-table td {
        border-top: none;
        border-bottom: 1px solid #D9D9D9;
        padding-top: 2.5px;
    }

    .company-table td iframe {
        height: 240px;
        max-width: 100%;
        margin-top: 20px;
    }

    .company-table tr:last-child th {
        border-bottom: none;
    }

    .company-subtitle {
        margin: 40px 0 0;
        padding: 0px 0 15px;
        font-size: 18px;
    }

    .recruit-cont {
        padding: 60px 0 30px;
    }

    .recruit-cont-title h2 {
        font-size: 24px;
    }

    .recruit-cont-title {
        margin-bottom: 20px;
    }

    .recruit-cont-txt p {
        font-size: 16px;
        line-height: 1.8;
    }

    .instructions-cont-wrap {
        margin: 60px 0 40px;
    }

    .manual-download-title {
        font-size: 20px;
    }

    .manual-table {
        border-radius: 15px;
    }

    .manual-table thead th {
        font-size: 14px;
        padding: 15px;
    }

    .manual-table tbody td {
        padding: 15px;
        font-size: 14px;
    }

    .manual-table thead th:first-child {
        width: 30px;
        padding-inline: 0;
    }

    .manual-table thead th:last-child {
        width: 120px;
    }

    .manual-table tbody td:first-child {
        width: 30px;
        padding-inline: 0;
    }

    .manual-btn {
        min-width: 120px;
        height: 30px;
        padding: 0 10px;
        text-decoration: none;
        font-size: 12px;
    }

    .manual-download {
        margin-bottom: 40px;
    }

    .manual-caution p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .manual-caution ol li {
        font-size: 14px;
    }

    .manual-caution ol {
        margin-left: .5em;
        padding-left: .75em;
    }

    .terms .inner {
        max-width: 100%;
        margin: 40px auto 50px;
    }

    .terms-block h2 {
        padding-bottom: 15px;
        font-size: 16px;
    }

    .terms-content p,
    .terms-content li {
        font-size: 14px;
    }

    .terms-content p+p {
        margin-top: 15px;
    }

    .terms-content li+li {
        margin-top: 10px;
    }

    .terms-content p+ol {
        margin-top: 15px;
    }

    .terms-intro p {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .terms-intro h2 {
        font-size: 16px;
    }

    .terms-intro {
        margin-bottom: 30px;
    }

    .terms-bottom {
        margin-top: 30px;
    }

    .terms-bottom h2 {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .terms-bottom p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .terms-bottom ul {
        margin-left: .75rem;
        padding-left: .75rem;
    }

    .terms-bottom ul li {
        font-size: 14px;
    }

    .product-archive-box-cont ul {
        display: block;
    }

    .choose .product-archive-box-cont ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .choose .product-archive-box-cont ul li:last-child {
        margin-bottom: 0;
    }

    .news-modal-box {
        padding: 40px 15px;
    }

    .news-modal-content ol li,
    .news-modal-content p {
        font-size: 14px;
    }

    .news-modal-body h3 {
        margin: 0 0 20px;
        font-size: 18px;
    }

    .news-modal-close::before,
    .news-modal-close::after {
        top: 0px;
        left: initial;
        width: 20px;
    }

    .news-modal-close {
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 500px) {
    .mv-txt {
        top: 47.5vw;
    }

    .check-list ul li p {
        font-size: 14px;
    }

    .footer-box-title h3 {
        font-size: 18px;
    }

    .check-list ul li p {
        font-size: 14px;
        line-height: 1.6;
    }

    .under-fv-right {
        margin: 0 0 30px 15px;
    }

    .motto {
        padding: 20px 0 60px;
    }

    .product-archive-box-cont-txt {
        margin-top: -40px;
    }

    .under-product-conts-title h3 {
        font-size: 24px;
    }

    .under-product-conts-title h3.sml {
        font-size: 22px;
    }
}

.post-cont-date p {
    font-size: 16px;
    font-weight: 500;
}

/* ========================= */
/* ベーステキストスタイル */
/* ========================= */
.post-cont-wrap {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
    letter-spacing: 0.02em;
}

/* h2 見出し */
.post-cont-wrap h2 {
    font-size: 2em;
    font-weight: 700;
    border-left: 6px solid #F3A31D;
    padding-left: 1em;
    margin: 1.5em 0 .75em;
    position: relative;
}

.post-cont-wrap h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #F3A31D, transparent);
}

/* h3 見出し */
.post-cont-wrap h3 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 1em 0 0.em;
    border-bottom: 2px solid #F3A31D;
    display: inline-block;
    padding-bottom: 0.2em;
}

/* h4 見出し */
.post-cont-wrap h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #F3A31D;
    margin: 1.5em 0 0.5em;
}

/* 段落 */
.post-cont-wrap p {
    font-size: 1.05em;
    line-height: 1.9;
    margin-bottom: 1.8em;
}

/* 強調 */
.post-cont-wrap strong {
    color: #F3A31D;
    background: linear-gradient(transparent 70%, rgba(243, 163, 29, 0.2) 30%);
    font-weight: 700;
}

/* リンク */
.post-cont-wrap a {
    color: #F3A31D;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.post-cont-wrap a:hover {
    color: #005177;
    text-decoration: none;
}

/* リスト */
.post-cont-wrap ul,
.post-cont-wrap ol {
    margin-left: 2em;
    margin-bottom: 1.8em;
}

.post-cont-wrap ul li {
    margin-bottom: 0.5em;
}

.post-cont-wrap ul li::marker,
.post-cont-wrap ol li::marker {
    color: #F3A31D;
}

/* 引用（blockquote） */
.post-cont-wrap blockquote {
    background: #fdf8ef;
    border-left: 4px solid #F3A31D;
    padding: 1.2em 1.5em;
    margin: 2em 0;
    border-radius: 6px;
    font-style: italic;
    color: #444;
    position: relative;
}

.post-cont-wrap blockquote::before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 3em;
    color: rgba(243, 163, 29, 0.3);
    font-family: serif;
}

/* 画像とキャプション */
.post-cont-wrap figure {
    margin: 2em auto;
    text-align: center;
}

.post-cont-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.post-cont-wrap figcaption {
    font-size: 0.9em;
    color: #777;
    margin-top: 0.6em;
}

/* 区切り線 */
.post-cont-wrap hr {
    border: none;
    border-top: 1px dashed #ccc;
    margin: 2.5em 0;
}

/* テーブル */
.post-cont-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 0.95em;
}

.post-cont-wrap table th,
.post-cont-wrap table td {
    border: 1px solid #ddd;
    padding: 0.9em 1em;
}

.post-cont-wrap table th {
    background: #f9f9f9;
    font-weight: 600;
    color: #333;
}

/* ボタンリンク */
.post-cont-wrap .btn {
    display: inline-block;
    padding: 0.9em 1.4em;
    background: #F3A31D;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    font-weight: 600;
}

.post-cont-wrap .btn:hover {
    background: #005177;
}

/* コード */
.post-cont-wrap pre,
.post-cont-wrap code {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0.6em;
    border: 1px solid #e0e0e0;
}

/* ========================= */
/* レスポンシブ対応 */
/* ========================= */
@media (max-width: 834px) {
    .post-cont-wrap h2 {
        font-size: 1.6em;
        padding-left: 0.8em;
    }

    .post-cont-wrap h3 {
        font-size: 1.4em;
    }

    .post-cont-wrap p {
        font-size: 1em;
        line-height: 1.7;
    }

    .post-cont-wrap blockquote {
        font-size: 0.95em;
    }

    .post-cont-wrap .btn {
        font-size: 0.95em;
        padding: 0.7em 1em;
    }
}
