@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..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;
}

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

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: #000
}

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: #142241;
}

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: 1120px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

section {
    position: relative;
}

.sp {
    display: none !important;
}

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

.monst {
    font-family: "Montserrat", sans-serif;
}

/* common */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #0044B4;
    z-index: 100;
}

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

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

.header-menu {
    width: calc(100% - 300px);
    max-width: 900px;
}

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

.contact-btn {
    width: 225px;
}

.contact-btn a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding-block: 12.5px;
}

.contact-btn a img {
    width: 20px;
    margin-right: 10px;
}

.contact-btn a p {
    font-size: 16px;
    font-weight: 700;
    color: #0044B4;
}

.header-navList {
    width: calc(100% - 275px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-navList li {
    margin-bottom: 0;
}

.header-navList li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: block;
}

.header-navList li a::before {
    transition: all .7s;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 35px;
    height: 2px;
    background: #fff;
    opacity: 0;
}

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

.header-navList li a:hover::before {
    opacity: 1;
}

.fv {
    margin-top: 90px;
    background-image: url(../img/top/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fv-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

.fv-left {
    width: 64%;
}

.fv-left-top {
    margin-bottom: 10px;
}

.fv-left-bottom {
    width: 90%;
    margin: 0 auto;
}

.fv-left-bottom ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17.5px;
}

.fv-left-bottom ul li {
    width: 49%;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #FF7F24;
}

.fv .caution-txt p {
    font-size: 12px;
    color: #fff;
}

.fv-left-bottom-box {
    padding: 20px 10px;
}

.fv-left-bottom-box-img img {
    height: 32.5px;
    width: auto;
    margin: 0 auto 10px;
    display: block;
}

.fv-left-bottom-box-title {
    margin-bottom: 5px;
    text-align: center;
}

.fv-left-bottom-box-title img {
    height: 7px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title img {
    height: 5.5px;
}

.fv-left-bottom-box-title p {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

.fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p {
    font-size: 16px;
}

.fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p span {
    color: #FF7F24;
    font-size: 20px;
}

.fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p span .roboto {
    font-size: 26px;
}

.fv-left-bottom-box-txt p {
    text-align: center;
    color: #FF7F24;
    font-size: 22px;
    font-weight: 600;
}

.fv-left-bottom-box-txt p span {
    font-size: 32px;
}

.fv-right {
    width: 35%;
}

.fv-right-box {
    margin-bottom: 10px;
    box-shadow: 0px 4px 14px 11px #142E5833;
    border-radius: 8px;
    border-top: 6px solid #0044B4;
    background: #fff;
    padding: 30px;
}

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

.form-cont-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-cont-title-top img {
    width: 15px;
}

.form-cont-title-top p {
    padding-inline: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #026DC6;
}

.form-cont-title-bottom {
    text-align: center;
}

.form-cont-title-bottom h2 {
    font-weight: 700;
    font-size: 40px;
    color: #026DC6;
    display: inline-block;
    position: relative;
}

.form-cont-title-bottom h2::before {
    content: "";
    bottom: -2.5px;
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #FEC82F;
    position: absolute;
}

.form-cont-form {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.form-cont-form label {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
}

select::-ms-expand {
    display: none;
}

.form-cont-form label.place::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
}

.form-cont-form label input {
    outline: none;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 2px solid #E5E7EB !important;
    border-radius: 8px !important;
    background-color: #F3F3F5 !important;
    padding: 15px 12px !important;
    font-size: 16px !important;
    display: block;
    margin-top: 5px;
    color: #142241 !important;
}

.form-cont-form label select {
    outline: none;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 2px solid #E5E7EB !important;
    border-radius: 8px !important;
    background-color: #F3F3F5 !important;
    padding: 15px 30px 15px 12px !important;
    font-size: 16px !important;
    display: block;
    margin-top: 5px;
    color: #142241 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

.form-cont-form button {
    display: block;
    background: #026DC6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px 0;
    border: none;
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
}

.form-cont-form button span {
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: #026DC6;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.form-cont-form button p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}

.tel-cont-title {
    text-align: center;
    margin-bottom: 10px;
}

.tel-cont-title p {
    font-size: 20px;
    font-weight: 700;
}

.tel-cont-link a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #026DC6;
    text-align: center;
    padding-top: 10px;
}

.tel-cont-link a img {
    width: 32px;
}

.tel-cont-link a p {
    color: #026DC6;
    font-size: 36px;
    font-weight: 700;
    margin-left: 15px;
}

.cmn-btn a {
    border: 1px solid #142241;
    border-radius: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 320px;
    margin: 0 auto;
}

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

.cmn-btn a img {
    width: 15px;
}

section {
    padding: 80px 0;
}

.intro {
    background: #FFFDF6;
}

.intro-swiper .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    background: no-repeat center / contain;
    border: none;
    font-size: 0;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    opacity: 1 !important;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1 !important;
    background-color: transparent !important;
}

.intro-swiper .slick-prev {
    left: -50px;
    background-image: url("../img/common/slide_prev.svg") !important;
}

.intro-swiper .slick-next {
    right: -50px;
    background-image: url("../img/common/slide_next.svg") !important;
}

.intro-title {
    text-align: center;
    margin-bottom: 30px;
}

.intro-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FF7F24;
    padding-bottom: 15px;
}

.intro-title p {
    font-size: 20px;
    font-weight: 700;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.intro-swiper-box {
    margin: 0 10px;
    background: #fff;
    box-shadow: 2px 1px 6px 0px #0000001A;
    border-radius: 10px;
    margin-bottom: 10px;
}

.intro-swiper-box-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.intro-swiper-box-txt {
    padding: 25px 25px 30px;
}

.intro-swiper-box-txt-title {
    text-align: center;
    margin-bottom: 15px;
}

.intro-swiper-box-txt-title h3 {
    font-size: 24px;
    font-weight: 700;
}

.intro-swiper-box-txt-list {
    margin-bottom: 15px;
}

.intro-swiper-box-txt-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-swiper-box-txt-list ul li {
    background: #F3F4F6;
    padding: 4.5px 12.5px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 10px;
    display: block;
    line-height: 1;
    border-radius: 50px;
}

.intro-swiper-box-txt-list ul li:last-child {
    margin-right: 0;
}

.intro-swiper-box-txt-txt p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8;
}

.slick-slide {
    height: auto !important;
}

.badge-cont {
    margin-bottom: 100px;
}

.badge-cont-num {
    max-width: 475px;
    width: 100%;
    margin: 0 auto 40px;
}

.badge-cont ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.badge-cont ul li {
    width: 30%;
}

.concept-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concept-cont-left {
    width: 50%;
    margin-right: -7.5%;
    z-index: 2;
    max-width: 580px;
    margin-left: auto;
}

.concept-cont-left h3 {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 1.8;
}

.concept-cont-left p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
    line-height: 2;
}

.concept-cont-left p:last-child {
    padding-bottom: 0;
}

.concept-cont-right {
    width: 55%;
}

.cmn-title {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn-title img {
    width: 80px;
}

.cmn-title h1,
.cmn-title h2 {
    font-size: 32px;
    font-weight: 700;
    padding-inline: 10px;
}

.worry {
    background: #F8F8F8;
}

.worry .cmn-title {
    margin-bottom: 140px;
}

.worry-cont {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 45px;
    margin-bottom: 180px;
}

.worry-cont:last-child {
    margin-bottom: 0;
}

.worry-cont-top {
    position: relative;
    margin-block: -30px 50px;
}

.worry-cont-top-txt {
    background: #8B9BA6;
    border-radius: 15px;
    padding: 20px 25px 20px 100px;
    position: relative;
    margin-top: -40px;
    display: inline-block;
}

.worry-cont-top-img {
    position: absolute;
    width: 110px;
    left: -20px;
    bottom: -10px;
    z-index: 2;
}

.worry-cont-top-txt p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.worry-cont-bottom {
    position: relative;
    max-width: 840px;
    width: 100%;
    margin-left: auto;
}

.worry-cont-bottom-txt {
    background: #FF7F24;
    border-radius: 15px;
    padding: 20px 140px 20px 25px;
    position: relative;
    display: inline-block;
}

.worry-cont-bottom-txt p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.worry-cont-bottom-img {
    position: absolute;
    width: 180px;
    right: -30px;
    bottom: -15px;
    z-index: 2;
}

.strong {
    position: relative;
}

.strong-bg {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.strong-parts {
    position: absolute;
}

.strong-parts01 {
    width: 220px;
    top: 15px;
    right: 10px;
}

.strong-parts02 {
    width: 160px;
    top: 20%;
    left: 10px;
}

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

.cmn-txt p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
}

.strong-txt-conts {
    max-width: 660px;
    margin: 0 auto 90px;
}

.strong-txt-cont {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strong-txt-cont-title {
    width: 140px;
    text-align: center;
    border: 1px solid #142241;
    border-radius: 8px;
    padding-block: 4.5px;
    background: #fff;
}

.strong-txt-cont-title p {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.strong-txt-cont-txt {
    width: calc(100% - 150px);
}

.strong-txt-cont-txt p {
    font-size: 18px;
    font-weight: 500;
    font-weight: 700;
}

.strong-txt-cont:nth-child(2) .strong-txt-cont-title {
    background: #FF7F24;
    border-color: #FF7F24;
}

.strong-txt-cont:nth-child(2) .strong-txt-cont-title p {
    color: #fff;
}

.strong-txt-cont:nth-child(2) .strong-txt-cont-txt p {
    font-size: 22px;
    background: linear-gradient(transparent 70%, #ff0 70%);
    display: inline-block;
}

.strong-txt-cont:nth-child(2) .strong-txt-cont-txt p span {
    font-size: 24px;
    color: #026DC6;
}

.strong-cont-top ol {
    display: flex;
    justify-content: space-between;
}

.strong-cont-top ol li {
    width: 14.5%;
    background: #fff;
    border: 1px solid #026DC6;
    border-radius: 4px;
    position: relative;
}

.strong-cont-top ol li::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #026DC6;
    border-right: solid 2px #026DC6;
    position: absolute;
    top: 50%;
    right: -12%;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
    -ms-transform: translateY(-50%)rotate(45deg);
    margin: auto;
}

.strong-cont-top ol li:last-child::before {
    display: none;
}

.strong-cont-top-box {
    padding: 30px 5px;
}

.strong-cont-top-box p.roboto {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #026DC6;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.strong-cont-top-box-img {
    margin-bottom: 10px;
}

.strong-cont-top-box-img img {
    height: 34.5px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.strong-cont-top ol li:nth-child(1) .strong-cont-top-box-img img {
    height: 27.5px;
    margin-top: 10px;
}

.strong-cont-top ol li:nth-child(5) .strong-cont-top-box-img img {
    margin-top: 10px;
}

.strong-cont-top-box-txt {
    text-align: center;
}

.strong-cont-top-box-txt p {
    font-size: 14px;
    font-weight: 700;
}

.strong-cont-top-box-txt p small {
    font-size: 12px;
}

.strong-cont-arrow {
    margin: 30px auto;
    max-width: 210px;
    width: 100%;
}

.strong-cont-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 770px;
    margin: 0 auto;
}

.strong-cont-bottom ul li {
    border: 2px solid #FF7F24;
    background: #fff;
    border-radius: 16px;
    width: 31%;
    margin-bottom: 25px;
}

.strong-cont-bottom ul:nth-child(1) {
    max-width: 500px;
}

.strong-cont-bottom ul:nth-child(1) li {
    width: 47%;
}

.strong-cont-bottom ul:nth-child(1) li:nth-child(2) .strong-cont-bottom-box-img {
    width: 45px;
}

.strong-cont-bottom-box {
    padding: 27.5px 10px;
}

.strong-cont-bottom-box-img {
    width: 60px;
    margin: 0 auto 10px;
}

.strong-cont-bottom-box-txt {
    text-align: center;
}

.strong-cont-bottom-box-txt h3 {
    font-size: 24px;
    font-weight: 700;
    border-radius: 15px;
}

.ex {
    padding-top: 30px;
}

.ex-swiper {
    margin-bottom: 40px;
}

.ex-swiper .slick-slide {
    margin: 0 10px;
}

.ex-swiper-box {
    background: #EAF7FF;
    border-radius: 16px;
    padding: 20px 15px;
}

.ex-swiper-box-img {
    margin-bottom: 25px;
}

.ex-swiper-box-img img {
    border-radius: 15px;
}

.ex-swiper-box-txt-tag {
    margin-bottom: 10px;
}

.ex-swiper-box-txt-tag p {
    font-weight: 700;
    font-size: 15px;
    background: #142241;
    color: #fff;
    border-radius: 30px;
    padding: 5.5px 15px;
    line-height: 1;
    display: inline-block;
}

.ex-swiper-box-txt-name {
    margin-bottom: 10px;
}

.ex-swiper-box-txt-name p {
    font-size: 15px;
    font-weight: 400;
}

.ex-swiper-box-txt-num p {
    font-size: 32px;
    font-weight: 700;
}

.ex-swiper-box-txt-num p span {
    font-size: 48px;
    letter-spacing: 0;
}

.ex-swiper-box-txt-num p small {
    font-size: 24px;
}

.need {
    padding: 100px 0;
    background: #FFFDF6;
}

.need-flex-cont {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.need-flex-cont:nth-child(2) {
    flex-direction: initial;
}

.need-flex-cont-img {
    width: 50%;
}

.need-flex-cont-txt {
    width: 45%;
}

.need-flex-cont-txt-tag {
    width: 70px;
    margin-bottom: 15px;
    position: relative;
}

.need-flex-cont-txt-tag p {
    position: absolute;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.need-flex-cont-txt-title h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

.need-flex-cont-txt-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.banner-cont {
    margin-top: 140px;
}

.column-cont {
    margin-bottom: 40px;
}

.column-cont-flex {
    display: flex;
    justify-content: space-between;
}

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

.column-cont-flex-left-cont-img {
    margin-bottom: 15px;
}

.column-cont-flex-left-cont-img img {
    width: 100%;
    border-radius: 10px;
}

.column-cont-flex-left-cont-txt-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.column-cont-flex-left-cont-txt-top p.monst {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.column-cont-flex-left-cont-txt-top p.cat {
    background: #FFEEE2;
    font-size: 14px;
    font-weight: 700;
    color: #FF7F24;
    padding: 2.5px 15px;
    line-height: 1;
    border-radius: 50px;
}

.column-cont-flex-left-cont-txt-title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.column-cont-flex-right {
    width: 47.5%;
}

.column-cont-flex-right ul li a {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column-cont-flex-right-cont-img {
    width: 25%;
}

.column-cont-flex-right-cont-img img {
    width: 100%;
    border-radius: 8px;
}

.column-cont-flex-right-cont-txt {
    width: 72.5%;
}

.column-cont-flex-right-cont-txt-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.column-cont-flex-right-cont-txt-top p.monst {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.column-cont-flex-right-cont-txt-top p.cat {
    background: #FFEEE2;
    font-size: 14px;
    font-weight: 700;
    color: #FF7F24;
    padding: 2.5px 15px;
    line-height: 1.2;
    border-radius: 50px;
}

.column-cont-flex-right-cont-txt-title h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.voice {
    background: #FFFDF6;
}

.voice-cont {
    margin-bottom: 30px;
}

.voice-cont ul {
    display: flex;
    justify-content: space-between;
}

.voice-cont ul li {
    width: 32%;
    background: #EAF7FF;
    border-radius: 16px;
    padding: 30px 17.5px 25px;
}

.voice-cont-box-top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-inline: 10px;
}

.voice-cont-box-top-img {
    width: 60px;
    margin-right: 10px;
}

.voice-cont-box-top-txt p {
    background: #FF7F24;
    padding: 3.5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.voice-cont-box-top-txt p span {
    font-size: 18px;
    padding-inline: 2.5px;
}

.voice-cont-box-top-txt p.age-gen {
    font-size: 18px;
    font-weight: 700;
    background: initial;
    padding: initial;
    color: #142241;
    padding-left: 10px;
    margin-top: 5px;
}

.voice-cont-box-center {
    margin-bottom: 15px;
    padding-inline: 10px;
}

.voice-cont-box-center h3 {
    font-size: 24px;
    font-weight: 700;
}

.voice-cont-box-center h3 small {
    font-size: 12px;
}

.voice-cont-box-bottom {
    background: #fff;
    border-radius: 15px;
    padding: 15px 10px;
}

.voice-cont-box-bottom p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

.qa-list {
    margin: 0 auto 40px;
}

.qa-item {
    margin-bottom: 25px;
}

.qa-question {
    cursor: pointer;
    font-weight: bold;
    justify-content: space-between;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.qa-question::before,
.qa-question::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    background-color: #142241;
    transition: transform 0.3s ease;
}

.qa-question::after {
    transform: translateY(-50%) rotate(90deg);
}

.qa-question.open::after {
    transform: translateY(-50%) rotate(0deg);
}

.qa-question span {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
}

.qa-question h3 {
    width: calc(100% - 60px);
    font-weight: bold;
    font-size: 16px;
}

.qa-answer {
    display: none;
    padding: 20px 60px;
    justify-content: space-between;
    transition: all .7s;
}

.qa-answer.open {
    display: flex;
    align-items: center;
}

.qa-answer span {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #FF7F24;
}

.qa-answer p {
    width: calc(100% - 60px);
    font-weight: 700;
    font-size: 16px;
    color: #FF7F24;
}

.foot-form-cont {
    padding: 120px 0;
    background: #FFFDF6;
}

.foot-form-box {
    box-shadow: 0px 4px 40px 1px #142E581A;
    border-radius: 8px;
    border-top: 6px solid #0044B4;
    background: #fff;
    padding: 30px;
}

.foot-form-box-top {
    max-width: 900px;
    margin: 0 auto;
}

.form-cont-title-bottom p {
    font-weight: 700;
    font-size: 40px;
    color: #026DC6;
    display: inline-block;
    position: relative;
}

.form-cont-title-bottom p::before {
    content: "";
    bottom: -2.5px;
    width: 100%;
    height: 3px;
    border-bottom: 3px dashed #FEC82F;
    position: absolute;
}

.form-cont-flex {
    display: flex;
    margin-block: 30px 5px;
    justify-content: space-between;
}

.form-cont-flex label {
    width: 49%;
}

.foot-form-box .form-cont-form {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.foot-form-box-bottom .tel-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-form-box-bottom .tel-cont .tel-cont-title {
    margin-right: 15px;
}

footer {
    background: #142241;
    padding: 60px 30px;
}

.footer-logo {
    width: 280px;
    margin: 0 0 35px 60px;
}

.footer-nav {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer-nav-menu {
    display: flex;
    justify-content: space-between;
}

.footer-nav-menu .footer-nav-menu-Item {
    width: 21.5%;
}

.footer-nav-menu .footer-nav-menu-Item p {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FF7F24;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.footer-nav-menu .footer-nav-menu-Item .footer-in-list li {
    width: 100%;
}

.footer-nav-menu .footer-nav-menu-Item .footer-in-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 7.5px 20px 7.5px 0;
    display: block;
    position: relative;
}

.footer-nav-menu .footer-nav-menu-Item .footer-in-list li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
    -ms-transform: translateY(-50%)rotate(45deg);
    margin: auto;
}

.copy p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.under-wrap,
#container,
.foot-form-cont,
footer {
    min-width: 1200px;
}

.under-wrap {
    padding-top: 160px;
    background: #FFFDF6;
}

.cmn-flex-cont {
    max-width: 1300px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.cmn-flex-side {
    width: 400px;
}

.cmn-flex-side {
    width: 400px;
    position: sticky;
    top: 120px;
    height: 605px;
}

.cmn-flex-main {
    width: calc(100% - 450px);
}

.side-btn a {
    background: #026DC6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px 0;
    border: none;
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
}

.side-btn a span {
    width: 45px;
    height: 45px;
    line-height: 46px;
    color: #026DC6;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.side-btn a p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}

.breadcrumbs {
    margin-bottom: 35px;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs a {
    text-decoration: underline;
}

.under-txt {
    margin-bottom: 60px;
}

.under-txt p {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.under-wrap .qa-item {
    background: #fff;
    border-radius: 8px;
}

.side-cont {
    margin-bottom: 30px;
}

.side-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.side-title img {
    width: 40px;
}

.side-title h3 {
    font-size: 20px;
    font-weight: 700;
}

.search-form {
    display: flex;
    justify-content: space-between;
}

.search-form input {
    border: 1px solid #E5E7EB;
    background: #F3F3F5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: calc(100% - 50px);
    font-size: 16px;
    padding: 12.5px 10px;
}

.search-form button {
    background: #FF7F24;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 12.5px;
    border: none;
}

.search-form button img {
    width: 25px;
}

.side-post ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.side-post ul li {
    width: 47%;
    margin-bottom: 10px;
}

.side-post ul li a {
    border: 1px solid #0044B4;
    font-weight: 700;
    font-size: 15px;
    color: #0044B4;
    text-align: center;
    padding: 17.5px 10px;
    border-radius: 8px;
    display: block;
    background: #fff;
}

.side-tag ul {
    display: flex;
    flex-wrap: wrap;
}

.side-tag ul li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.side-tag ul li a {
    border: 1px solid #0044B4;
    font-weight: 700;
    font-size: 16px;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
    background: #0044B4;
}

aside .form-cont-title-bottom p {
    font-size: 32px;
}

.foot-form-box-first {
    margin-bottom: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

aside .form-cont-flex {
    display: block;
    margin-block: 30px;
}

aside .form-cont-flex label {
    width: 100%;
}

aside .foot-form-box .form-cont-form {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.foot-form-box-second {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
    border-bottom: 6px solid #0044B4;
}

aside .foot-form-box-bottom .tel-cont {
    display: block;
}

.breadcrumbs span.arrow {
    padding-inline: 2.5px;
}

#voice .voice-cont ul {
    display: block;
}

#voice .voice-cont ul li {
    width: 100%;
    margin-bottom: 50px;
}

#voice .voice-cont ul li:last-child {
    margin-bottom: 0px;
}

#voice .voice-cont-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#voice ul li:nth-child(even) .voice-cont-box {
    flex-direction: row-reverse;
}

#voice .voice-cont-box-top {
    width: 150px;
    display: block;
    margin-bottom: 0;
    padding-inline: 0;
}

.voice-cont-right {
    width: calc(100% - 200px);
}

#voice .voice-cont-right .voice-cont-box-top-txt {
    text-align: left;
    margin-bottom: 10px;
}

.voice-cont-right .voice-cont-box-top-txt p {
    display: inline;
}

#voice .voice-cont-box-top-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

#voice .voice-cont-box-top-txt {
    text-align: center;
}

.manufacturer-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 45px;
}

.manufacturer-list ul li .ex-swiper-box-img img {
    width: 100%;
}

.hero-img {
    margin-bottom: 60px;
    position: relative;
}

.hero-img h1 {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-shadow: 0px 4px 4px #00000040;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

.menu-btn {
    margin-bottom: 80px;
}

.menu-btn ul {
    display: flex;
    justify-content: space-between;
}

.menu-btn ul li {
    width: 32%;
    position: relative;
}

.menu-btn ul li::before {
    content: "▼";
    position: absolute;
    font-size: 14px;
    color: #FF7F24;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

.menu-btn ul li a {
    border: 1px solid #FF7F24;
    font-weight: 700;
    font-size: 18px;
    color: #FF7F24;
    text-align: center;
    padding: 17.5px 0;
    border-radius: 8px;
    display: block;
    background: #fff;
    width: 100%;
}

.under-section {
    padding: 0;
}

section.under-in-section {
    padding: 0;
    margin-bottom: 60px;
}

.table-cont table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.table-cont tr th {
    background: #FF7F24;
    box-shadow: 0px 0px 1px 0px #00000040;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 17.5px 5px;
    width: 25%;
}

.table-cont tr td {
    background: #fff;
    box-shadow: 0px 0px 1px 0px #00000040;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 17.5px 25px;
    width: 75%;
}

.under-txt p {
    margin-bottom: 30px;
}

.under-txt p:last-child {
    margin-bottom: 0px;
}

.under-txt-cont {
    margin-bottom: 50px;
}

.under-txt-cont:last-child {
    margin-bottom: 0;
}

.under-txt-cont-title {
    margin-bottom: 50px;
    position: relative;
    background: #FFEEE2;
    padding: 15px 30px;
    border-radius: 8px;
}

.under-txt-cont-title h2,
.under-txt-cont-title h3 {
    font-size: 32px;
    font-weight: 700;
}

.under-txt-cont-title img {
    width: 25px;
    position: absolute;
    top: -20px;
    left: -12.5px;
}

.under-txt-cont-title img:last-child {
    top: initial;
    left: initial;
    bottom: -20px;
    right: -12.5px;
}

.under-in-list {
    display: flex;
    flex-wrap: wrap;
}

.under-nav-menu-Item a {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.under-nav-menu-Item a img {
    width: 8px;
    display: inline-block;
    margin-right: 10px;
}

.under-nav-menu-Item {
    margin-right: 20px;
    margin-bottom: 15px;
}

.under-nav-menu-Item:last-child {
    margin-right: 0;
}

.post-cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 45px;
    margin-bottom: 60px;
}

.post-cont .column-cont-flex-right-cont-img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.post-cont .column-cont-flex-right-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-cont .column-cont-flex-right-cont-txt {
    width: 100%;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-links span {
    width: 30px;
    height: 30px;
    background: #026DC6;
    border-radius: 50%;
    margin: 0 5px;
    line-height: 31px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.nav-links a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    position: relative;
    text-align: center;
}

.nav-links a.next::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #7A7A7A;
    border-right: solid 2px #7A7A7A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
    -webkit-transform: translate(-50%, -50%)rotate(45deg);
    -ms-transform: translate(-50%, -50%)rotate(45deg);
    position: absolute;
}

.nav-links a.prev::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #7A7A7A;
    border-right: solid 2px #7A7A7A;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(-135deg);
    -webkit-transform: translate(-50%, -50%)rotate(-135deg);
    -ms-transform: translate(-50%, -50%)rotate(-135deg);
    position: absolute;
}

.pick-up-list-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    background: #EAF7FF;
    border-radius: 8px;
}

.pick-up-list-title-img {
    background: #026DC6;
    width: 90px;
    height: 90px;
    border-radius: 8px;
    position: relative;
}

.pick-up-list-title-img img {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pick-up-list-title-txt {
    width: calc(100% - 90px);
    padding: 20px 30px;
}

.pick-up-list-title-txt h2 {
    font-size: 32px;
    font-weight: 700;
}

.cat-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #EAF7FF;
    position: relative;
}

.cat-title::before {
    content: "";
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #026DC6;
    position: absolute;
    z-index: 2;
}

.cat-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #026DC6;
}

.post-cont-wrap .post-cont {
    margin-bottom: 60px;
}

.select-wrap {
    position: relative;
    width: 200px;
    margin-bottom: 40px;
}

.select-wrap::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #026DC6;
}

#usefulCategorySelect {
    width: 200px;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #026DC6;
    background: initial;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    padding-inline: 5px;
    color: #142241;
    outline: none;
    cursor: pointer;
}

.num-cont-list ol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.num-cont-list ol li {
    width: 32%;
    border: 2px solid #0044B4;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
}

.num-cont-list-box-title {
    display: flex;
    align-items: center;
}

#contact {
    padding-bottom: 120px;
}

#contact .under-txt {
    text-align: center;
}

#contact .under-txt p {
    font-size: 24px;
}

#contact .foot-form-cont {
    display: none;
}

.form-cont-box {
    box-shadow: 0px 4px 40px 1px #142E581A;
    border: 2px solid #0044B4;
    background: #fff;
    border-radius: 8px;
    padding: 60px;
    max-width: 800px;
    margin: 0 auto;
}

.cf7-step {
    display: none;
    transition: all .6s;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
    transition: all .7s;
}

.cf7-step.is-active {
    display: block;
}

.wpcf7-list-item {
    border: 2px solid #E5E7EB;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 8px;
    background: #F3F3F5;
}

.wpcf7-list-item.last {
    margin-bottom: 0;
}

.wpcf7-list-item label {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    display: block;
    cursor: pointer;
}

.wpcf7-list-item-label {
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-left: 45px;
}

.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wpcf7-list-item label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0044B4;
    background: #fff;
    transition: all .2s ease;
}

.wpcf7-list-item label span::after {
    content: "";
    position: absolute;
    left: 35px;
    top: 27px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0044B4;
    transform: scale(0);
    transition: transform .2s ease;
}

.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label {
    color: #0044B4;
}

.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    transform: scale(1);
}

.step-nav p {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.step-nav button {
    border: 1px solid #026DC6;
    max-width: 250px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    color: #026DC6;
    font-weight: 700;
    font-size: 24px;
    padding: 12.5px 0;
    transition: all .7s;
    margin-right: 17.5px;
    background: #fff;
}

.step-nav button:hover {
    opacity: 0.8;
}

.step-nav button.js-step-next {
    background: #026DC6;
    color: #fff;
    margin-right: 0;
}

.step-nav input {
    border: 1px solid #026DC6;
    max-width: 250px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 12.5px 0;
    transition: all .7s;
    background: #026DC6;
    color: #fff;
    margin-right: 0;
}

.cf7-errors {
    display: none;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #cf0000;
}

p.checkbox-txt {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

.label-wrap {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.label-wrap:last-child {
    margin-bottom: 30px;
}

.label-wrap input,
.label-wrap textarea {
    outline: none;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 2px solid #E5E7EB !important;
    border-radius: 8px !important;
    background-color: #F3F3F5 !important;
    padding: 15px 12px !important;
    font-size: 16px !important;
    display: block;
    margin-top: 5px;
    color: #142241 !important;
}

.label-wrap select {
    outline: none;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    border: 2px solid #E5E7EB !important;
    border-radius: 8px !important;
    background-color: #F3F3F5 !important;
    padding: 15px 30px 15px 12px !important;
    font-size: 16px !important;
    display: block;
    margin-top: 5px;
    color: #142241 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    box-shadow: none !important;
}

.label-wrap.select-cont .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

.label-wrap.select-cont .wpcf7-form-control-wrap::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
}

.confirm .row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.confirm dt {
    width: 140px;
    opacity: .8;
}

.confirm dd {
    margin: 0;
    white-space: pre-wrap;
    flex: 1;
}

.confirm .js-step-jump {
    margin-left: auto;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #0044B4;
    color: #0044B4;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    color: #0044B4;
}

.wpcf7 br {
    display: none;
}

.thanks-txt {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-txt p {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.thanks-txt a {
    text-align: center;
    color: #0044B4;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 700;
    display: block;
}

.column-title {
    margin-bottom: 50px;
    background: #EAF7FF;
    border-radius: 8px;
    padding: 20px 25px;
    position: relative;
}

.column-title::before {
    content: "";
    position: absolute;
    bottom: -54.5px;
    left: 30px;
    border: 24px solid transparent;
    border-top: 32px solid #EAF7FF;
}

.column-title h1 {
    font-size: 36px;
    font-weight: 700;
}

.column-info {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.column-info .day time {
    margin-right: 20px;
    font-size: 18px;
}

.cat-tag {
    width: 100%;
    display: flex;
}

.cat-tag ul {
    display: flex;
}

.cat-tag ul li {
    margin-right: 10px;
    border: 1px solid #0044B4;
    font-weight: 700;
    font-size: 16px;
    color: #ffff;
    padding: 10px 20px;
    border-radius: 50px;
    display: block;
    background: #0044B4;
}

.hero-img {
    margin-bottom: 30px;
}

.read-time-wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-time-wrap img {
    width: 40px;
}

.read-time-wrap p {
    font-size: 20px;
    font-weight: 700;
}

.read-time-wrap p span {
    color: #FF7F24;
}

.single-cont-wrap p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    padding-bottom: 30px;
}

.single-cont-wrap #ez-toc-container {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 0;
    margin-bottom: 80px;
    box-shadow: 0px 0px 5px 2px #142E5833;
    width: 100%;
}

.single-cont-wrap .ez-toc-title-container {
    background: #FF7F24;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.single-cont-wrap div#ez-toc-container .ez-toc-title-container p {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    color: #fff;
    position: relative;
}

.single-cont-wrap div#ez-toc-container .ez-toc-title-container p::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 28.5px;
    background-image: url(../img/common/mokuji.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.single-cont-wrap div#ez-toc-container nav {
    padding: 25px 30px;
}

.single-cont-wrap div#ez-toc-container ul li {
    margin-bottom: 20px;
}

.single-cont-wrap div#ez-toc-container ul li li {
    margin-bottom: 0;
}

.single-cont-wrap div#ez-toc-container ul li,
.single-cont-wrap div#ez-toc-container ul li a {
    font-size: 14px;
    color: #142241;
}

.single-cont-wrap h2 {
    background: #EAF7FF;
    border-radius: 8px;
    padding: 20px 25px;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px;
}

.single-cont-wrap h2::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 51px;
    background-image: url(../img/common/blue_thunder.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    left: -10px;
}

.single-cont-wrap h2::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 51px;
    background-image: url(../img/common/blue_thunder.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -20px;
    right: -10px;
}

.single-cont-wrap h3 {
    position: relative;
    padding-bottom: 12.5px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #026DC6;
    border-bottom: 2px solid #EAF7FF;
}

.single-cont-wrap h3::before {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #0044B4;
}

.single-cont-wrap h4 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #026DC6;
}

.single-cont-wrap strong {
    font-weight: 700 !important;
}

.single-cont-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 40px;
}

.single-cont-wrap tr th {
    background: #FF7F24;
    box-shadow: 0px 0px 1px 0px #00000040;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 17.5px 5px;
}

.single-cont-wrap tr td {
    background: #fff;
    box-shadow: 0px 0px 1px 0px #00000040;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 17.5px 5px;
    border: none;
}

.single-cont-wrap tr th:nth-child(1) {
    width: 20%;
}

.single-cont-wrap .form-cont-title-bottom p {
    font-size: 40px;
    font-weight: 700;
}

.single-cont-wrap .foot-form-box p {
    padding-bottom: 0;
}

.single-cont-wrap .wp-block-image {
    margin-bottom: 30px;
}

.single-cont-wrap .wp-block-image img {
    border-radius: 8px;
    width: 100%;
}

.single-cont-wrap ol,
.single-cont-wrap ul {
    /*     margin-bottom: 30px; */
    margin-left: 20px;
}

.single-cont-wrap ol li {
    list-style: decimal;
}

.single-cont-wrap ul li {
    list-style: disc;
}

.single-cont-wrap li {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.column-txt-box {
    background: #fff;
    border: 1px solid #0044B4;
    padding: 40px 30px;
    border-radius: 8px;
    margin-top: 60px;
}

.column-txt-box p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 1.6;
}

.column-txt-box-cont h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0044B4;
    padding-bottom: 10px;
}

.column-txt-box-cont h3 span {
    font-size: 20px;
    margin-right: 10px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #0044b4;
    color: #fff;
    border-radius: 50%;
}

.column-txt-box-cont p {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}

.column-txt-box p.last-txt {
    padding-bottom: 0;
    padding-top: 10px;
}

.single-form {
    margin-bottom: 60px;
}

.pref-link-list-wrap {
    margin-top: 40px;
}

.pref-link-list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.pref-link-list {
    margin-bottom: 40px;
}

.pref-link-list-wrap ul li {
    border-radius: 30px;
    background: #fff;
    color: #0044B4;
    border: 1px solid #0044B4;
    list-style: none;
    padding: 0;
}

.pref-link-list-wrap ul li a {
    width: 100%;
    color: #0044B4;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 7.5px 15px;
    display: block;
}

.column-cat-list {
    display: flex;
}

.column-cat-list p.cat {
    margin-right: 10px;
}

@media screen and (max-width: 1300px) {
    .voice-cont-right {
        width: calc(100% - 170px);
    }
}

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

    .contact-btn {
        width: 150px;
    }

    .header-navList {
        width: calc(100% - 175px);
    }

    .header-logo {
        width: 175px;
    }

    .header-menu {
        width: calc(100% - 200px);
        max-width: 700px;
    }

    .fv {
        margin-top: 84px;
    }

    .fv-left-bottom-box-txt p {
        font-size: 18px;
    }
}

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

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

    .under-wrap,
    #container,
    .foot-form-cont,
    footer {
        min-width: initial;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .drawer-hamburger {
        padding-top: 20px;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        height: 3px !important;
        border-radius: 50px !important;
        background-color: #fff !important;
    }

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

    .header-logo {
        width: 180px;
    }

    .drawer-nav {
        padding: 60px 0 0 !important;
        background: #142241 !important;
        width: 100% !important;
    }

    .drawer--right .drawer-nav {
        right: -100% !important;
    }

    .drawer--right.drawer-open .drawer-nav {
        right: 0 !important;
    }

    .drawer--right.drawer-open .drawer-hamburger {
        right: 0 !important;
    }

    .drawer-open .drawer-hamburger-icon {
        background-color: transparent !important;
    }

    .drawer-menu-wrap {
        height: 100%;
        position: relative;
        padding-bottom: 40px;
    }

    .drawer-menu {
        width: calc(100% - 60px);
        margin: 0 auto !important;
        height: 100%;
        position: relative;
        overflow-y: scroll;
    }

    .drawer-menu-item {
        padding: 0 !important;
        margin-bottom: 30px !important;
    }

    .drawer-menu-item p {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 5px;
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #FF7F24;
        color: #fff;
    }

    .drawer-menu-item:hover,
    .drawer-menu-item:hover p {
        text-decoration: none !important;
        opacity: 1 !important;
    }

    .drawer-menu-item a {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
        display: block;
    }

    .drawer-menu-item .drawer-menu-item {
        margin-bottom: 0 !important;
    }

    .inner {
        max-width: 100%;
        width: calc(100% - 30px);
        z-index: 2;
        position: relative;
    }

    .fv {
        margin-top: 60px;
    }

    .fixed-btn {
        position: fixed;
        max-width: 400px;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 10;
        transition: all .7s;
        opacity: 0;
        visibility: hidden;
    }

    .fixed-btn.active {
        opacity: 1;
        visibility: visible;
    }

    .fixed-btn a {
        background: #026DC6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        border: none;
        width: 100%;
        margin: 0 auto;
    }

    .fixed-btn a span {
        width: 45px;
        height: 45px;
        line-height: 46px;
        color: #026DC6;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        border-radius: 50%;
        background: #fff;
    }

    .fixed-btn a p {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-left: 10px;
    }

    .fv-flex {
        display: block;
        padding: 20px 0;
        max-width: 500px;
        width: 100%;
    }

    .fv-left {
        width: calc(100% - 35px);
        margin: 0 auto 20px;
    }

    .main-cont {
        overflow: hidden;
    }

    .fv-right {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .fv-left-top {
        width: calc(100% + 4%);
    }

    .fv-left-bottom {
        width: 100%;
    }

    .fv-left-bottom ul {
        margin: 0 auto 15px;
    }

    .fv-left-bottom-box {
        padding: 10px 5px;
    }

    .fv-left-bottom-box-txt p {
        font-size: 14px;
    }

    .fv-left-bottom-box-txt p span {
        font-size: 22px;
    }

    .fv-left-bottom-box-img img {
        height: 27.5px;
    }

    .fv-left-bottom ul li:nth-child(1) .fv-left-bottom-box-img img {
        margin-bottom: 14.5px;
    }

    .fv-left-bottom-box-title p {
        font-size: 14px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p {
        font-size: 14px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p span {
        font-size: 16px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p span .roboto {
        font-size: 20px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title img {
        height: 5px;
    }

    .fv-left-bottom-box-title img {
        height: 6.5px;
    }

    .fv .caution-txt p {
        font-size: 10px;
        color: #142241;
        font-weight: 500;
    }

    .fv-right-box {
        padding: 20px 15px;
    }

    .form-cont-title-bottom h2 {
        font-size: 32px;
    }

    .form-cont-title-top p {
        font-size: 16px;
    }

    .form-cont-form button p {
        font-size: 20px;
    }

    .form-cont-form button {
        max-width: 280px;
    }

    .tel-cont-title p {
        font-size: 16px;
    }

    .tel-cont-link a p {
        font-size: 24px;
        margin-left: 10px;
    }

    .tel-cont-link a img {
        width: 20px;
    }

    .tel-circle {
        width: 35px;
        height: 35px;
        padding-top: 8px;
    }

    .cmn-btn a {
        padding: 12.5px 15px;
        max-width: 280px;
        margin: 0 auto;
    }

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

    section {
        padding: 60px 0;
    }

    .intro-title h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .intro-title p {
        font-size: 16px;
    }

    .intro-swiper {
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0 auto;
        overflow: initial;
    }

    .slick-list {
        overflow: initial !important;
    }

    .intro-swiper .slick-next {
        right: -20px;
    }

    .intro-swiper .slick-prev {
        left: -20px;
    }

    .intro-swiper-box-txt {
        padding: 20px 15px;
    }

    .intro-swiper-box-txt-title h3 {
        font-size: 20px;
    }

    .intro-swiper-box-txt-list ul li {
        padding: 4.5px 10px;
        font-size: 14px;
    }

    .badge-cont-num {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .badge-cont ul {
        max-width: 500px;
    }

    .badge-cont ul li {
        width: 33%;
    }

    .badge-cont {
        margin-bottom: 60px;
    }

    .concept-cont {
        display: block;
    }

    .concept-cont-left {
        width: calc(100% - 30px);
        max-width: 500px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }

    .concept-cont-right {
        width: 100%;
        margin-top: 0;
        position: relative;
        overflow: hidden;
    }

    .concept-cont-right::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0) 100%);
        z-index: 2;
        pointer-events: none;
    }

    .concept-cont-left h3 {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .concept-cont-left p {
        font-size: 14px;
        padding-bottom: 15px;
    }

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

    .cmn-title img {
        width: 40px;
    }

    .cmn-title h1,
    .cmn-title h2 {
        font-size: 20px;
        font-weight: 700;
        padding-inline: 5px;
        text-align: center;
    }

    .cmn-title h1 small,
    .cmn-title h2 small {
        display: block;
    }

    .worry .cmn-title {
        margin-bottom: 60px;
    }

    .worry-cont {
        padding: 15px;
        margin-bottom: 50px;
    }

    .worry-cont-top {
        margin-block: -30px 20px;
    }

    .worry-cont-top-txt {
        padding: 10px 15px 10px 40px;
        margin-top: 0px;
    }

    .worry-cont-top-img {
        width: 50px;
        left: -15px;
        bottom: -5px;
    }

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

    .worry-cont-bottom-txt {
        padding: 10px 60px 10px 15px;
    }

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

    .worry-cont-bottom-img {
        width: 80px;
        right: -15px;
    }

    .strong-parts01 {
        width: 80px;
    }

    .strong-parts02 {
        width: 60px;
    }

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

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

    .strong-txt-cont {
        margin-bottom: 15px;
        display: block;
    }

    .strong-txt-conts {
        max-width: 100%;
        margin: 0 auto 60px;
    }

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

    .strong-txt-cont-title {
        width: 130px;
        margin: 0 auto 10px;
    }

    .strong-txt-cont-txt p {
        font-size: 16px;
        text-align: center;
    }

    .strong-txt-cont:nth-child(2) .strong-txt-cont-txt p {
        font-size: 14px;
        text-align: center;
    }

    .strong-txt-cont:nth-child(2) .strong-txt-cont-txt p span {
        font-size: 20px;
    }

    .strong-txt-cont-txt {
        width: 100%;
        text-align: center;
    }

    .strong-cont-arrow {
        margin: 20px auto;
        max-width: 150px;
    }

    .strong-cont-top ol {
        max-width: 500px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .strong-cont-top ol li {
        width: 31%;
        margin-bottom: 15px;
    }

    .strong-cont-top ol li:nth-child(1) .strong-cont-top-box-img img {
        height: 22.5px;
    }

    .strong-cont-top-box-txt p {
        font-size: 12px;
    }

    .strong-cont-top-box-txt p small {
        font-size: 10px;
    }

    .strong-cont-top-box-img img {
        height: 27.5px;
    }

    .strong-cont-top-box p.roboto {
        width: 30px;
        height: 30px;
        line-height: 31px;
        top: -15px;
        font-size: 16px;
    }

    .strong-cont-top ol li:nth-child(3)::before {
        display: none;
    }

    .strong-cont-top ol li::before {
        width: 10px;
        height: 10px;
        right: -8%;
    }

    .strong-cont-bottom ul:nth-child(1) li {
        width: 49%;
    }

    .strong-cont-bottom ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .strong-cont-bottom-box {
        padding: 15px 5px;
    }

    .strong-cont-bottom ul:nth-child(1) li:nth-child(2) .strong-cont-bottom-box-img {
        width: 30px;
    }

    .strong-cont-bottom-box-img {
        width: 40px;
        margin: 0 auto 5px;
    }

    .strong-cont-bottom-box-txt h3 {
        font-size: 16px;
    }

    .strong-cont-bottom ul {
        max-width: 500px;
    }

    .strong-cont-bottom ul:nth-child(2) {
        justify-content: center;
    }

    .strong-cont-bottom ul:nth-child(2) li:nth-child(1) {
        margin-right: 2%;
    }

    .strong-cont-bottom ul:nth-child(2) li:last-child {
        margin-bottom: 0;
    }

    .ex-swiper-box-txt-tag p {
        font-size: 14px;
        padding: 5.5px 10px;
    }

    .ex-swiper-box-txt-name p {
        font-size: 14px;
    }

    .ex-swiper-box-txt-num p {
        font-size: 20px;
    }

    .ex-swiper-box-txt-num p span {
        font-size: 32px;
    }

    .ex-swiper-box-txt-num p small {
        font-size: 20px;
    }

    .need {
        padding: 60px 0;
    }

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

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

    .need-flex-cont-img {
        width: 100%;
    }

    .need-flex-cont-txt {
        width: 100%;
        margin-bottom: 15px;
    }

    .need-flex-cont-txt-tag {
        width: 50px;
        margin-bottom: 10px;
    }

    .need-flex-cont-txt-tag p {
        font-size: 24px;
    }

    .need-flex-cont-txt-title h3 {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .need-flex-cont-txt-title p {
        font-size: 14px;
        line-height: 1.6;
    }

    .banner-cont {
        margin: 40px auto 0;
        max-width: 400px;
    }

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

    .column-cont-flex-left {
        width: 100%;
    }

    .column-cont-flex-left-cont {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .column-cont-flex-right ul li a {
        margin-bottom: 15px;
    }

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

    .column-cont-flex-left-cont-txt {
        width: 72.5%;
    }

    .column-cont-flex-right {
        width: 100%;
    }

    .column-cont-flex-right-cont-txt-title h3,
    .column-cont-flex-left-cont-txt-title h3 {
        font-size: 13px;
    }

    .column-cont-flex-right-cont-txt-top,
    .column-cont-flex-left-cont-txt-top {
        margin-bottom: 5px;
    }

    .column-cont-flex-right-cont-txt-top p.monst {
        font-size: 13px;
        margin-right: 10px;
    }

    .column-cont-flex-right-cont-txt-top p.cat {
        font-size: 12px;
        padding: 2.5px 10px;
    }

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

    .voice-cont ul li {
        width: 100%;
        padding: 20px 12.5px 20px;
        margin-bottom: 15px;
    }

    .voice-cont-box-center h3 {
        font-size: 18px;
    }

    .voice-cont-box-center h3 small {
        display: block;
        font-size: 10px;
    }

    .voice-cont-box-bottom p {
        font-size: 13px;
    }

    .voice-cont-box-bottom {
        padding: 10px;
    }

    .qa-question {
        padding: 10px 30px 10px 0px;
    }

    .qa-item {
        margin-bottom: 10px;
    }

    .qa-question span {
        font-size: 24px;
    }

    .qa-question h3 {
        width: calc(100% - 40px);
        font-size: 14px;
    }

    .qa-answer {
        padding: 10px 30px 10px 0;
    }

    .qa-answer span {
        font-size: 24px;
    }

    .qa-answer p {
        width: calc(100% - 40px);
        font-size: 14px;
    }

    .foot-form-cont {
        padding: 40px 0;
    }

    .foot-form-box {
        padding: 20px 15px;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .form-cont-title-bottom p {
        font-size: 20px;
    }

    .form-cont-flex {
        display: block;
    }

    .form-cont-flex label {
        width: 100%;
    }

    .foot-form-box .form-cont-form {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .foot-form-box-bottom .tel-cont {
        display: block;
    }

    .foot-form-cont .form-cont-title-top p {
        font-size: 14px;
    }

    .foot-form-cont .form-cont-title-bottom p {
        font-size: 18px;
    }

    footer {
        padding: 40px 0px;
    }

    .footer-logo {
        width: 200px;
        margin: 0 0 20px 15px;
    }

    .footer-nav {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer-nav-menu {
        flex-wrap: wrap;
    }

    .footer-nav-menu .footer-nav-menu-Item {
        width: 48%;
        margin-bottom: 20px;
    }

    .footer-nav-menu .footer-nav-menu-Item p {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .footer-nav-menu .footer-nav-menu-Item .footer-in-list li a {
        font-size: 13px;
    }

    .footer-nav-menu .footer-nav-menu-Item .footer-nav-menu-Item {
        margin-bottom: 2.5px;
    }

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

    .cmn-flex-cont {
        max-width: 100%;
        width: calc(100% - 30px);
        display: block;
    }

    .cmn-flex-main {
        width: 100%;
        padding-bottom: 60px;
    }

    .cmn-flex-side {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        top: initial;
        height: auto;
        padding-bottom: 30px;
    }

    .under-wrap {
        padding-top: 90px;
    }

    .breadcrumbs span,
    .breadcrumbs a {
        font-size: 14px;
    }

    .under-txt {
        margin-bottom: 40px;
    }

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

    .side-title img {
        width: 30px;
    }

    .side-title h3 {
        font-size: 16px;
    }

    .side-post ul li a {
        font-size: 13px;
        padding: 12.5px 5px;
    }

    .side-tag ul li {
        margin-right: 10px;
        margin-bottom: 7.5;
    }

    .side-tag ul li a {
        font-weight: 700;
        font-size: 14px;
        padding: 7.5px 15px;
    }

    .side-tag {
        margin-bottom: 0;
    }

    #voice .voice-cont ul li {
        margin-bottom: 30px;
    }

    #voice .voice-cont-box {
        display: block;
    }

    #voice .voice-cont-box-top {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    #voice .voice-cont-box-top-img {
        width: 60px;
        margin-right: 5px;
        margin-bottom: 0;
    }

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

    .manufacturer-list ul {
        gap: 20px 15px;
    }

    .table-cont tr th,
    .table-cont tr td {
        display: block;
        width: 100%;
    }

    .under-txt-cont-title {
        margin-bottom: 20px;
        padding: 12.5px 20px;
    }

    .under-txt-cont-title h2,
    .under-txt-cont-title h3 {
        font-size: 20px;
    }

    .under-txt-cont-title img {
        width: 20px;
        top: -15px;
        left: -10px;
    }

    .under-txt-cont-title img:last-child {
        bottom: -15px;
        right: -10px;
    }

    .under-txt p {
        margin-bottom: 20px;
    }

    .under-nav-menu-Item {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .under-nav-menu-Item a {
        font-size: 14px;
    }

    .under-nav-menu-Item a img {
        width: 7px;
        margin-right: 7.5px;
    }

    .pick-up-list-title-img {
        width: 60px;
        height: 60px;
    }

    .pick-up-list-title-img img {
        width: 35px;
    }

    .pick-up-list-title-txt {
        width: calc(100% - 60px);
        padding: 10px 15px;
    }

    .pick-up-list-title-txt h2 {
        font-size: 24px;
    }

    .cat-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .cat-title h2 {
        font-size: 20px;
    }

    .select-wrap {
        width: 180px;
        margin-bottom: 30px;
    }

    .select-wrap::after {
        right: 10px;
        top: 40%;
        font-size: 12px;
    }

    #usefulCategorySelect {
        width: 180px;
        font-size: 16px;
    }

    .form-cont-box {
        padding: 30px 15px;
        max-width: 700px;
        margin: 0 auto;
    }

    .wpcf7-list-item label {
        padding: 15px 10px;
    }

    .wpcf7-list-item label::before {
        left: 10px;
    }

    .wpcf7-list-item-label {
        font-size: 20px;
        padding-left: 40px;
    }

    .wpcf7-list-item label span::after {
        left: 15px;
        top: 19px;
    }

    .step-nav p {
        display: block;
    }

    .step-nav button,
    .step-nav input {
        font-size: 20px;
        padding: 10px 0;
        display: block;
        margin: 0 auto !important;
        width: 100%;
    }

    #contact .under-txt p {
        font-size: 18px;
    }

    .step-nav button.js-step-prev {
        margin-bottom: 15px !important;
    }

    .confirm dt {
        width: 80px;
        opacity: .8;
        font-size: 12px;
    }

    .confirm dd {
        font-size: 13px;
    }

    .confirm .js-step-jump {
        padding: 2.5px 7.5px 1.5px;
        font-size: 12px;
    }

    .confirm .row {
        gap: 10px;
    }

    .column-title {
        margin-bottom: 40px;
        padding: 15px;
    }

    .column-title h1 {
        font-size: 24px;
    }

    .column-title::before {
        bottom: -35px;
        left: 15px;
        border: 17.5px solid transparent;
        border-top: 24px solid #EAF7FF;
    }

    .column-info {
        display: block;
        margin-bottom: 30px;
    }

    .column-info .day time {
        margin-right: 0px;
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
    }

    .cat-tag,
    .cat-tag ul {
        flex-wrap: wrap;
    }

    .cat-tag ul li {
        margin-right: 7.5px;
        font-size: 12px;
        padding: 7.5px 12.5px;
        margin-bottom: 10px;
    }

    .read-time-wrap {
        margin-bottom: 30px;
    }

    .read-time-wrap img {
        width: 30px;
    }

    .read-time-wrap p {
        font-size: 16px;
    }

    .single-cont-wrap p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .single-cont-wrap .ez-toc-title-container {
        padding: 15px 0;
    }

    .single-cont-wrap div#ez-toc-container .ez-toc-title-container p {
        font-size: 20px;
        padding-left: 25px;
    }

    .single-cont-wrap div#ez-toc-container nav {
        padding: 15px;
    }

    .single-cont-wrap div#ez-toc-container ul li,
    .single-cont-wrap div#ez-toc-container ul li a {
        font-size: 13px;
    }

    .single-cont-wrap div#ez-toc-container ul li {
        margin-bottom: 10px;
    }

    .single-cont-wrap div#ez-toc-container .ez-toc-title-container p::before {
        width: 17px;
        height: 25.5px;
    }

    .single-cont-wrap h2 {
        padding: 15px;
        font-size: 20px;
        margin-bottom: 35px;
    }

    .single-cont-wrap h2::before {
        width: 17.5px;
        height: 35px;
        top: -12.5px;
        left: -5px;
    }

    .single-cont-wrap h2::after {
        width: 17.5px;
        height: 35px;
        bottom: -12.5px;
        right: -5px;
    }

    .single-cont-wrap h3 {
        padding-bottom: 10px;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .single-cont-wrap h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .single-cont-wrap tr th,
    .single-cont-wrap tr td {
        font-size: 12px;
    }

    .single-cont-wrap .wp-block-table {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .single-cont-wrap .wp-block-table table {
        min-width: 700px;
        margin-bottom: 10px;
    }

    .single-cont-wrap li {
        font-size: 14px;
    }

    .single-cont-wrap ol,
    .single-cont-wrap ul {
        margin-bottom: 15px;
    }

    .single-cont-wrap .form-cont-title-bottom p {
        font-size: 20px;
    }

    .form-cont-title-bottom p::before {
        bottom: -7.5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .column-txt-box {
        padding: 30px 15px 25px;
        margin-top: 30px;
    }

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

    .column-txt-box-cont h3 span {
        font-size: 16px;
        margin-right: 7.5px;
        line-height: 29px;
        width: 30px;
        height: 30px;
    }

    .column-txt-box-cont h3 {
        font-size: 16px;
        padding-bottom: 7.5px;
    }

    .column-txt-box-cont p {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .column-txt-box p.last-txt {
        padding-top: 5px;
    }

    .single-form {
        margin-bottom: 30px;
    }

    .pref-link-list-wrap ul li a {
        font-size: 14px;
        padding: 5px 12.5px;
    }
}

@media screen and (max-width: 500px) {
    .fv-left-bottom-box-title p {
        font-size: 12px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p {
        font-size: 12px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title p span {
        font-size: 14px;
    }

    .concept-cont-left h3 {
        font-size: 24px;
    }

    .badge-cont {
        margin-bottom: 40px;
    }

    .strong-cont-top ol li::before {
        width: 8px;
        height: 8px;
        right: -8.5%;
    }

    .voice-cont-box-top-txt p {
        padding: 2.5px 10px;
        font-size: 13px;
    }

    .voice-cont-box-top-txt p span {
        font-size: 16px;
    }

    .voice-cont-box-top-txt p.age-gen {
        font-size: 16px;
        padding-left: 0;
    }

    .qa-question::before,
    .qa-question::after {
        right: 0px;
        width: 20px;
        height: 2px
    }

    .cmn-flex-main {
        padding-bottom: 30px;
    }

    .form-cont-title-bottom p::before {
        bottom: -4.5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .footer-nav-menu .footer-nav-menu-Item .footer-in-list li a {
        font-size: 12px;
    }

    .footer-nav-menu .footer-nav-menu-Item p {
        font-size: 14px;
    }

    .footer-nav-menu .footer-nav-menu-Item {
        margin-bottom: 15px;
    }

    .manufacturer-list ul {
        display: block;
    }

    .manufacturer-list ul li {
        margin-bottom: 30px;
    }

    .fv-left-bottom-box-title img {
        height: 5.5px;
    }

    .fv-left-bottom ul li:nth-child(2) .fv-left-bottom-box-title img {
        height: 4.5px;
    }

    .post-cont ul {
        display: block;
        margin-bottom: 30px;
    }

    .post-cont ul li {
        margin-bottom: 30px;
    }

    .post-cont-wrap .post-cont {
        margin-bottom: 50px;
    }
}

.column-txt-box p.first-txt {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-decoration: underline;
    text-decoration-color: #FEC82F;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 5px;
    color: #0044B4;
    margin-bottom: 20px
}

.column-txt-box .column-txt-box_bottom {
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.column-txt-box .column-txt-box_bottom-btn {
    background-color: #026DC6;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-wrap: nowrap;
    display: inline-block;
}

.column-txt-box .column-txt-box_bottom-attention {
    font-size: 15px;
    font-weight: 300;
    padding-top: 10px;
}

@media screen and (max-width: 834px) {
    .column-txt-box p.first-txt {
        font-size: 28px;
        margin-bottom: 10px
    }

    .column-txt-box .column-txt-box_bottom-btn {
        width: 100%;
        font-size: 15px;
        padding: 10px 10px;
        letter-spacing: .8px
    }

    .column-txt-box .column-txt-box_bottom-attention {
        font-size: 13px;
    }

    .column-txt-box .column-txt-box_bottom {
        width: 100%;
        text-align: center;
    }
}
