@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Resetin
  ---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/* !Layout
  ---------------------------------------------------------- */
html {
  overflow-x: hidden;
}

html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

/* link
  ------------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
  -moz-transition: all 0.3s !important; /* Firefox */
  transition: all 0.3s !important;
}

/* !fs
  ------------------------------------------------ */
.visible-pc {
  display: block !important;
}

.visible-ts {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
/* !fc
  ------------------------------------------------ */
.ffquick {
  font-family: "Quicksand", sans-serif;
}

@font-face {
  font-family: "DIN";
  font-weight: 400;
  src: url("../fonts/DIN-2014_Regular.otf");
}
.ffdin {
  font-family: "DIN";
  -webkit-font-smoothing: antialiased;
}

/* wrapper
  ----------------------------------------------- */
@media (max-width: 1024px) {
  #wrapper {
    padding-top: 85px;
  }
}
/* header
  ----------------------------------------------- */
#header {
  position: relative;
  background-color: #fff;
}

.headercon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.headerlogo .pic {
  padding: 5px 0;
}

.headerlogo .pic img {
  display: block;
  height: 36px;
}

.headerlogo .sub {
  font-size: 13px;
  font-weight: 400;
}

.headerlogo .txt {
  font-size: 12px;
  font-weight: 400;
}

.headermsg {
  display: flex;
  column-gap: 20px;
  height: 100%;
}

.headerbus {
  width: 272px;
  align-self: center;
}

.headerbus .sub {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #d52d2d;
  border-radius: 12px;
}

.headerbus .tel {
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 44px;
  font-weight: bold;
}

.headerbus .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  margin: 0 5px 0 2px;
  background: url(../img/common/ico_phone_g.png) center/contain no-repeat;
}

.headerbus .txt {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.headercta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100px;
  text-align: center;
  background-color: #ffb7b7;
}

.headercta .txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}

.navpc {
  background-color: #f1f1f3;
}

.navpc .navlist {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  border-left: 1px solid #ddd;
}

.navpc .navlist > .menu-item {
  flex: 1;
  border-right: 1px solid #ddd;
}

.navpc .navlist > .menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  font-size: 15px;
  line-height: 1.15;
}

.navpc .navlist > .menu-item > a:hover {
  color: #f58235;
}

.navpc .navlist > .menu-item > .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  column-gap: 56px;
  row-gap: 40px;
  padding: 30px 50px 40px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.navpc .navlist > .menu-item > .sub-menu > .menu-item {
  width: calc(25% - 42px);
}
.navpc .navlist > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px 10px 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  background: url(../img/common/ico_link_arrow.png) right center no-repeat;
}

.navpc .sub-menu .menu-item .sub-menu .menu-item {
  margin-top: 10px;
  border-bottom: 1px solid #e7e5e5;
}

.navpc .sub-menu .sub-menu a {
  display: block;
  padding: 5px 10px 5px 0;
  font-size: 15px;
  font-weight: 400;
  background: url(../img/common/ico_triangle_next.png) right center no-repeat;
}

.navpc .sub-menu .menu-item a:hover {
  opacity: 0.75;
}

.navpc .navlist .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navpc .navlist .menu-item:has(.sub-menu) > a {
  padding-bottom: 10px;
}

.navpc .navlist > .menu-item:has(.sub-menu) > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  display: block;
  width: 11px;
  height: 9px;
  background: url(../img/common/ico_triangle_down.png) no-repeat;
  transform: translateX(-50%);
}

.btntoggle,
.asidesp {
  display: none;
}

@media (max-width: 1024px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .navpc,
  .headermsg {
    display: none;
  }
  .headercon {
    height: 85px;
  }
  .headerlogo .sub,
  .headerlogo .txt {
    font-size: 10px;
  }
  .headerlogo .pic img {
    height: 24px;
  }
  .btntoggle {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #292929;
    border-radius: 0 0 0 14px;
    cursor: pointer;
  }
  .btntoggle .btnico {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 38%;
    height: 20px;
  }
  .btntoggle .btnico .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  .btntoggle.active .btnico .line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .btntoggle.active .btnico .line:nth-of-type(2) {
    opacity: 0;
  }
  .btntoggle.active .btnico .line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .btntoggle .btntxt {
    position: relative;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .btntoggle .btntxt .txt {
    display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    white-space: nowrap;
    transition: opacity 0.4s;
  }
  .btntoggle .btntxt .off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
  }
  .btntoggle.active .btntxt .on {
    opacity: 0;
  }
  .btntoggle.active .btntxt .off {
    opacity: 1;
  }
  .asidesp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 85px 0 0;
    background-color: #fff;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .show-nav .asidesp {
    visibility: visible;
    opacity: 1;
  }
  .asidesp .navlist {
    padding: 20px;
  }
  .asidesp .navlist > .menu-item {
    border-bottom: 1px solid #e7e5e5;
  }
  .asidesp .navlist > .menu-item > a {
    position: relative;
    display: block;
    padding: 15px 5px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
  }
  .asidesp .navlist > .menu-item:has(.sub-menu) > a::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 15px;
    display: block;
    width: 11px;
    height: 9px;
    background: url(../img/common/ico_triangle_down.png) center no-repeat;
    transition: all 0.3s;
  }
  .asidesp .navlist > .menu-item.show > a::after {
    transform: rotate(180deg);
  }
  .asidesp .navlist > .menu-item > .sub-menu {
    padding: 20px;
    background: #f1f1f3;
    display: none;
  }
  .asidesp .navlist > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    background: url(../img/common/ico_link_26.png) right center/20px 20px no-repeat;
  }
  .asidesp .navlist > .menu-item > .sub-menu > .menu-item > .sub-menu {
    padding-bottom: 20px;
  }
  .asidesp .navlist > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item {
    border-bottom: 1px solid #d1d1d1;
  }
  .asidesp .navlist > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
  }
  .asidelinks {
    padding: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header .inner {
    padding: 0 10px;
  }
  .headerlogo .pic {
    padding-right: 50px;
  }
  .headerlogo .pic img {
    height: auto;
    max-height: 24px;
  }
  .btntoggle {
    width: 56px;
    height: 56px;
    border-radius: 0 0 0 8px;
  }
  .btntoggle .btnico {
    height: 13px;
  }
  .btntoggle .btnico .line {
    height: 1px;
  }
  .btntoggle.active .btnico .line:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .btntoggle.active .btnico .line:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
  .btntoggle .btntxt {
    margin-top: 6px;
  }
  .btntoggle .btntxt .txt {
    font-size: 10px;
  }
  .asidesp .navlist {
    padding: 10px 20px;
  }
}
/* footer
  ----------------------------------------------- */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-fs12 {
  font-size: 12px;
}

.text-fs14 {
  font-size: 14px;
}

.text-fs16 {
  font-size: 16px;
}

.text-fs18 {
  font-size: 18px;
}

.text-fs19 {
  font-size: 19px;
}

.text-fs20 {
  font-size: 20px;
}

.text-fs21 {
  font-size: 21px;
}

.text-fs22 {
  font-size: 22px;
}

.text-fs23 {
  font-size: 23px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs24 {
  font-size: 24px;
}

.text-fs25 {
  font-size: 25px;
}

.text-fs26 {
  font-size: 26px;
}

.text-fs27 {
  font-size: 27px;
}

.text-fs28 {
  font-size: 28px;
}

.text-fs30 {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text-fs12 {
    font-size: 12px;
  }
  .text-fs14 {
    font-size: 14px;
  }
  .text-fs16 {
    font-size: 14px;
  }
  .text-fs18 {
    font-size: 16px;
  }
  .text-fs19 {
    font-size: 18px;
  }
  .text-fs20 {
    font-size: 18px;
  }
  .text-fs21 {
    font-size: 18px;
  }
  .text-fs22 {
    font-size: 20px;
  }
  .text-fs23 {
    font-size: 20px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs24 {
    font-size: 22px;
  }
  .text-fs25 {
    font-size: 24px;
  }
  .text-fs26 {
    font-size: 24px;
  }
  .text-fs27 {
    font-size: 24px;
  }
  .text-fs28 {
    font-size: 24px;
  }
  .text-fs30 {
    font-size: 24px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 30px !important;
  }
  .mt45 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt70 {
    margin-top: 50px !important;
  }
  .mt80 {
    margin-top: 50px !important;
  }
  .mt90 {
    margin-top: 50px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt110 {
    margin-top: 60px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt130 {
    margin-top: 60px !important;
  }
  .mt140 {
    margin-top: 70px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }
  .mtsp20 {
    margin-top: 20px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb5 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb45 {
    margin-bottom: 30px !important;
  }
  .mb50 {
    margin-bottom: 40px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb80 {
    margin-bottom: 50px !important;
  }
  .mb90 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 60px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 30px !important;
  }
  .pt45 {
    padding-top: 30px !important;
  }
  .pt50 {
    padding-top: 40px !important;
  }
  .pt60 {
    padding-top: 40px !important;
  }
  .pt70 {
    padding-top: 50px !important;
  }
  .pt80 {
    padding-top: 50px !important;
  }
  .pt90 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 30px !important;
  }
  .pb45 {
    padding-bottom: 30px !important;
  }
  .pb50 {
    padding-bottom: 40px !important;
  }
  .pb60 {
    padding-bottom: 40px !important;
  }
  .pb70 {
    padding-bottom: 50px !important;
  }
  .pb80 {
    padding-bottom: 50px !important;
  }
  .pb90 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.category-search {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .category-search {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .category-search {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.category-search .category {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 275px;
  height: 70px;
  padding-left: 30px;
  border: solid 1px #d8d6d6;
  border-radius: 5px;
  background: url("../img/common/ico_select.png") no-repeat calc(100% - 20px) center;
}
.category-search .category:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .category-search .category:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 600px) {
  .category-search .category {
    width: 100%;
  }
}
.category-search select.category {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  border-radius: 0;
  border: solid 1px #d8d6d6;
  border-radius: 5px;
  background: url("../img/common/ico_link_btm.png") no-repeat calc(100% - 20px) center;
}
.category-search .searchbox {
  flex-grow: 1;
  height: 70px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .category-search .searchbox {
    width: 100%;
  }
}

.topsechd {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.topsechd .tit {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}

.btndlink,
.is-style-btndlink a {
  display: inline-block;
  vertical-align: top;
  width: 357px;
  max-width: 100%;
  height: 70px;
  padding: 22px 30px 22px 20px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  background: #fff url(../img/common/ico_link_26.png) 92.4% 50% no-repeat;
  border: 2px solid #d52d2d;
  box-shadow: 6px 7px 1px rgba(85, 75, 63, 0.12);
  border-radius: 5px;
  text-decoration: none;
}

.btndlink.tal {
  text-align: left;
}

.btndlink:hover,
.is-style-btndlink a:hover {
  box-shadow: none;
  transform: translateY(6px);
}

@media (max-width: 767px) {
  .topsechd .tit {
    font-size: 23px;
    margin-top: 10px;
  }
  .btndlink {
    width: 300px;
    height: auto;
    padding: 16px 50px 16px 18px;
    background-size: 20px;
    background-position: right 18px center;
    box-shadow: 3px 4px 1px rgba(85, 75, 63, 0.12);
    border-radius: 4px;
  }
}
.topmv .mvpic {
  width: 100%;
}

.topmv .swiper-button-next,
.topmv .swiper-button-prev {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #d52d2d;
  border-radius: 50%;
  margin-top: -45px;
}

.topmv .swiper-button-next:after,
.topmv .swiper-button-prev:after {
  content: "";
  width: 24px;
  height: 13px;
  background: url(../img/common/ico_arrow_mv.png) center/contain no-repeat;
}

.topmv .swiper-button-next:after {
  transform: rotateY(180deg);
}

@media (max-width: 1024px) {
  .topmv .swiper-button-next,
  .topmv .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .topmv .swiper-button-next:after,
  .topmv .swiper-button-prev:after {
    width: 18px;
  }
}
@media (max-width: 767px) {
  .topmv .swiper-button-next,
  .topmv .swiper-button-prev {
    width: 38px;
    height: 38px;
    margin-top: 0;
    top: auto;
    border: 0;
  }
  .topmv .swiper-button-prev {
    left: auto;
    right: 64px;
    bottom: 15px;
  }
  .topmv .swiper-button-next {
    right: 20px;
    bottom: 15px;
  }
  .topmv .swiper-button-next:after,
  .topmv .swiper-button-prev:after {
    width: 16px;
  }
}
.topmv2 {
  padding: 25px 0 40px;
  height: 426px;
  background: url(../img/top/img_mv_bg.jpg) center no-repeat;
}

.topmv2 .tmv2hd {
  text-align: center;
}

.topmv2 .tmv2hd img {
  height: 35px;
}

.topmv2 .tmv2bd {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  column-gap: 2.3334%;
}

.tmv2card {
  width: 840px;
  min-height: 298px;
  background-color: #fff;
  border-radius: 5px;
}

.tmv2card .hd {
  height: 58px;
  padding: 14px 0;
  text-align: center;
  background-color: #2d2d2e;
  border-radius: 5px 5px 0 0;
}

.tmv2card .hd .tit {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.tmv2card .hd .tit .str {
  color: #fffc00;
}

.tmv2card .bd {
  padding: 20px 25px;
}

.tmv2card .bd .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  color: #292929;
}

.tmv2card .links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 8px;
  margin-top: 12px;
}

.tmv2card .btnlinkm {
  display: flex;
  align-items: center;
  width: 223px;
  width: calc(50% - 6px);
  padding: 12px 40px 12px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  border: 1px solid #292929;
  background: #292929 url(../img/common/ico_link_yellow.png) 94% 50% no-repeat;
  box-shadow: 5px 5px 1px rgba(85, 75, 63, 0.13);
  border-radius: 5px;
}

.tmv2card .btnlinkm:hover {
  color: #292929;
  background-color: #fff;
}

.tmv2card .btnlinkb {
  width: 350px;
  max-width: 100%;
  padding: 25px 12px 25px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #938577 url(../img/common/ico_link_26.png) 92.6% 50% no-repeat;
  border: 1px solid #938577;
  box-shadow: 6px 6px 1px rgba(85, 75, 63, 0.12);
  border-radius: 5px;
}

.tmv2card .btnlinkb:hover {
  color: #938577;
  background-color: #fff;
}

.tmv2card.grey .hd {
  background-color: #938577;
}

.tmv2card.grey .bd .txt {
  color: #938577;
}

@media (max-width: 1024px) {
  .topmv2 {
    height: auto;
    background-size: cover;
  }
  .topmv2 .tmv2bd {
    flex-direction: column;
    row-gap: 15px;
  }
  .tmv2card {
    width: 100%;
    min-height: 0;
  }
  .tmv2card.grey .links {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topmv2 {
    padding: 30px 0;
    background: url(../img/top/img_mv_bg_sp.jpg) center/cover no-repeat;
  }
  .topmv2 .tmv2hd img {
    height: 25px;
  }
  .topmv2 .tmv2bd {
    margin-top: 20px;
  }
  .tmv2card {
    min-height: 0;
    border-radius: 4px;
  }
  .tmv2card .hd {
    padding: 12px 0;
    height: 45px;
    border-radius: 4px 4px 0 0;
  }
  .tmv2card .hd .tit {
    font-size: 16px;
  }
  .tmv2card .bd {
    padding: 15px 20px 20px;
  }
  .tmv2card .bd .txt {
    font-size: 13px;
    line-height: 1.46;
  }
  .tmv2card .links {
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 15px;
  }
  .tmv2card .btnlinkm {
    width: calc(50% - 5px);
    padding: 10px 45px 10px 12px;
    font-size: 13px;
    line-height: 1.24;
    box-shadow: 3px 4px 1px rgba(85, 75, 63, 0.12);
    background-size: 20px;
    border-radius: 4px;
  }
  .tmv2card .btnlinkb {
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 13px;
    line-height: 1.24;
    box-shadow: 3px 4px 1px rgba(85, 75, 63, 0.12);
    background-size: 20px;
    border-radius: 4px;
  }
  .tmv2card.grey .hd .tit {
    font-size: 15px;
  }
}
.topserv {
  padding: 25px 0 0;
}

.tservbd {
  margin-top: 30px;
}

.tservtab {
  display: flex;
  column-gap: 20px;
  padding: 0 10px;
}

.tservtab .item {
  position: relative;
  z-index: 2;
  width: 280px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8d6d6;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.tservtab .item.on {
  color: #fff;
  background-color: #d52d2d;
  border-color: #d52d2d;
}

.tservtab .item.on::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  display: block;
  width: 16px;
  height: 14px;
  background-color: #d52d2d;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}

.tservbox {
  background-color: #f1f1f3;
  border: 1px solid #d8d6d6;
  display: none;
}

.tservbox.show {
  display: block;
}

.tservlist {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  column-gap: 3.5%;
  row-gap: 40px;
  padding: 44px 49px;
}

.tservitem {
  padding: 20px;
  width: 340px;
  width: 31%;
  background-color: #fff;
}

.tservitem .tservart .pic {
  text-align: center;
  position: relative;
  background-color: transparent;
}
.tservitem .tservart .pic::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.tservitem .tservart .pic img,
.tservitem .tservart .pic iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tservitem .tservart .fot {
  padding: 20px 15px 0 10px;
  font-size: 24px;
  font-weight: 700;
}

.tservitem .tservart .link {
  display: block;
  padding-right: 60px;
  font-size: 24px;
  font-weight: 700;
  background: url(../img/common/ico_link_26.png) right 5px no-repeat;
}

.tservitem .tservart .link:hover {
  opacity: 0.75;
}

.tservitem .tservlinks {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 30px;
}

.tservitem .tservlinks .btnlink {
  display: block;
  padding: 12px 50px 12px 30px;
  padding-left: 2.4194vw;
  font-size: 15px;
  line-height: 1.6;
  background: url(../img/common/ico_link_26.png) right 14px center no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
}

.tservitem .tservlinks .btnlink:hover {
  opacity: 0.75;
}

.tservsearch {
  padding: 0 49px;
}

.tsvschform {
  padding: 50px 20px;
}

.searchbox {
  width: 670px;
  max-width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 1px solid #d8d6d6;
  border-radius: 12px;
}

.searchbox .ipttext {
  flex: 1;
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border: none;
}

.searchbox .btnsubmit {
  flex: none;
  width: 60px;
  font-size: 0;
  color: #fff;
  background: transparent url(../img/common/ico_search.svg) center/28px auto no-repeat;
  border: none;
  cursor: pointer;
}

.tsvschcon {
  padding-top: 50px;
  border-top: 1px solid #d8d6d6;
}

.tsvschlinks .item {
  margin-bottom: 20px;
}

.tsvschlinks .item:last-child {
  margin-bottom: 0;
}

.tsvschlinks .item a {
  display: block;
  padding: 21px 85px 21px 30px;
  font-size: 18px;
  line-height: 1.4445;
  background: #fff url(../img/common/ico_link_26.png) 97% 50% no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
}

.tsvschlinks .item a:hover {
  color: #d52d2d;
}

.tsvschcon .fotlink {
  padding: 70px;
  text-align: center;
}

.tservitem .tservbtn {
  display: none;
}

@media (max-width: 1024px) {
  .tservtab {
    column-gap: 10px;
  }
  .tservtab .item {
    font-size: 14px;
  }
  .tservtab .item.on::after {
    width: 12px;
    height: 10px;
  }
  .tservlist {
    column-gap: 20px;
    padding: 24px;
  }
  .tservitem {
    width: calc(50% - 10px);
  }
  .tservsearch {
    padding: 0 24px;
  }
  .tsvschform {
    padding: 25px 20px;
  }
  .tsvschcon {
    margin-top: 25px;
  }
  .tsvschcon .fotlink {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .topserv {
    padding: 35px 0 0;
  }
  .tservbd {
    margin-top: 25px;
    padding: 19px;
    background-color: #f1f1f3;
    border: 1px solid #d8d6d6;
  }
  .tservtab {
    padding: 0;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  .tservtab .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    padding: 7px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    border: 1px solid #d8d6d6;
    border-radius: 6px;
  }
  .tservtab .item.on::after {
    display: none;
  }
  .tservcon {
    margin-top: 20px;
  }
  .tservbox {
    border: none;
  }
  .tservlist {
    padding: 0;
    row-gap: 20px;
  }
  .tservitem {
    width: 100%;
    padding-bottom: 0;
  }
  .tservitem .tservart .pic img {
    display: block;
    width: 100%;
  }
  .tservitem .tservart .fot {
    padding: 20px 15px 20px 10px;
    font-size: 16px;
  }
  .tservitem .tservart .link {
    padding-right: 30px;
    font-size: 16px;
    background-size: 20px;
    background-position: 100% 2px;
  }
  .tservitem .tservlinksbox {
    display: none;
    padding-bottom: 20px;
  }
  .tservitem .tservlinks {
    margin-top: 0;
    row-gap: 10px;
  }
  .tservitem .tservlinks .btnlink {
    padding: 11px 50px 11px 14px;
    font-size: 14px;
    line-height: 1.5;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 4px;
  }
  .tservitem .tservbtn {
    display: block;
    margin: 0 -20px;
    height: 50px;
    border-top: 1px solid #d8d6d6;
  }
  .tservitem .tservbtn .btnopen {
    display: block;
    padding: 14px 0;
    height: 100%;
    font-size: 14px;
    text-align: center;
  }
  .tservitem .tservbtn .btnopen::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 100%;
    margin-left: 10px;
    background: url(../img/top/ico_more.png) center/contain no-repeat;
  }
  .tservitem .tservbtn.isshow .btnopen::after {
    width: 10px;
    background-image: url(../img/top/ico_close.png);
  }
  .tservsearch {
    padding: 0;
  }
  .tsvschform {
    padding: 10px 0;
  }
  .tsvschcon {
    margin-top: 20px;
    padding-top: 30px;
  }
  .tsvschlinks .item {
    margin-bottom: 15px;
  }
  .searchbox {
    width: 100%;
    height: 45px;
    padding: 0 6px 0 14px;
    border-radius: 6px;
  }
  .searchbox .ipttext {
    font-size: 14px;
  }
  .searchbox .btnsubmit {
    width: 45px;
    background-size: 24px auto;
  }
  .tsvschlinks .item a {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 45px 15px 14px;
    background-size: 20px;
    background-position: right 14px center;
  }
  .tsvschcon .fotlink {
    padding: 30px 0 10px;
  }
}
.topreason {
  padding: 45px 0 0;
}

.topreabd {
  margin-top: 45px;
}

.topreabd .fotlink {
  padding: 40px 0 100px;
  text-align: center;
}

.treasonlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 0;
}
.treasonlist.sub-reason {
  gap: 30px 11%;
}
@media screen and (max-width: 768px) {
  .treasonlist.sub-reason {
    gap: 30px 8%;
  }
}
.treasonlist.sub-reason .item {
  width: 26%;
}
@media screen and (max-width: 768px) {
  .treasonlist.sub-reason .item {
    width: 46%;
  }
}

.treasonlist .item {
  width: 33.33%;
  text-align: center;
}
.treasonlist .item a {
  transition: opacity 0.3s;
}
.treasonlist .item a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .treasonlist .item a:hover {
    opacity: 0.7;
  }
}
.treasonlist .item.sub-reason {
  width: 250px;
}

.treasonlist .item .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #f15757;
  border-radius: 50%;
}

.treasonlist .item .fot {
  margin-top: 20px;
}
.treasonlist .item .fot p {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 15px;
}

.treasonlist .item .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.treasonlist .item .tit.bold {
  font-weight: bold;
}

.treasonlist .item .str {
  color: #d52d2d;
}

@media (max-width: 1024px) {
  .treasonlist .item {
    width: 240px;
  }
  .treasonlist .item .tit {
    font-size: 18px;
  }
  .treasonlist .item .pic {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .topreason {
    padding: 50px 0 0;
  }
  .topreabd {
    margin-top: 30px;
  }
  .treasonlist .item {
    width: 50%;
  }
  .treasonlist .item .pic {
    width: 128px;
    height: 128px;
  }
  .treasonlist .item .pic img {
    transform: scale(0.64);
  }
  .treasonlist .item .fot {
    margin-top: 15px;
  }
  .treasonlist .item .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .topreabd .fotlink {
    padding: 40px 0 50px;
  }
}
.topvoicecon {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 70px 35px;
  background-color: #fff4f0;
  border: 4px solid #d52d2d;
  border-radius: 10px;
}

.topvoicebd .fotlink {
  margin-top: 50px;
  text-align: center;
}

.topvoicedes {
  display: flex;
  align-items: center;
}

.topvoicedes .voicebox {
  width: 50%;
}

.topvoicedes .voicebox .hd {
  display: flex;
  align-items: center;
  padding: 5px 45px;
}

.topvoicedes .voicebox .hd::before,
.topvoicedes .voicebox .hd::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 66px;
  background: url(../img/top/img_voice_tit.png) center/contain no-repeat;
}

.topvoicedes .voicebox .hd::after {
  transform: rotateY(180deg);
}

.topvoicedes .voicebox .hd .tit {
  font-size: 22px;
  color: #b19950;
  padding: 0 2px;
}

.topvoicedes .voicebox .bd {
  padding: 10px;
}

.topvoicedes .voicewords {
  width: 50%;
}

.topvoicedes .voicewords .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

.voicescore {
  font-size: 50px !important;
  font-weight: 700;
  color: #d52d2d;
}

.voicescore .num {
  font-size: 2.8em;
  font-family: Arial;
  line-height: 1;
}

@media (max-width: 1024px) {
  .topvoicecon {
    padding: 35px;
  }
  .voicescore {
    font-size: 40px !important;
  }
  .topvoicedes .voicebox .hd {
    padding: 5px 25px;
  }
  .topvoicebd .fotlink {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .topvoicecon {
    padding: 30px 20px;
    border-width: 2px;
  }
  .topvoicedes {
    flex-direction: column;
  }
  .topvoicedes .voicebox {
    width: 100%;
  }
  .topvoicedes .voicebox .hd {
    justify-content: center;
    padding: 35px 0 5px;
  }
  .topvoicedes .voicebox .hd::before,
  .topvoicedes .voicebox .hd::after {
    width: 28px;
    height: 56px;
  }
  .topvoicedes .voicebox .hd .tit {
    font-size: 18px;
  }
  .topvoicedes .voicebox .bd {
    padding: 0;
    text-align: center;
  }
  .topvoicedes .voicewords {
    width: 100%;
    margin-top: 15px;
  }
  .topvoicedes .voicewords .txt {
    font-size: 14px;
    line-height: 1.72;
  }
  .voicescore {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .voicescore {
    font-size: 30px !important;
  }
}
.topflow {
  padding: 50px 0 70px;
}

.topflowcon {
  margin-top: 30px;
}

.topflowlist {
  display: flex;
  column-gap: 18px;
  justify-content: center;
}

.topflowitem {
  width: 170px;
  background-color: #e6efff;
}

.topflowhd {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 125px;
  color: #fff;
  background-color: #4169c1;
}

.topflowhd::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  display: block;
  width: 12px;
  height: 24px;
  background-color: #4169c1;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}

.topflowitem:last-child .topflowhd::after {
  display: none;
}

.topflowhd .sub {
  font-size: 25px;
}

.topflowbd {
  padding: 10px 18px 32px;
}

.topflowbd .hd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  text-align: center;
}

.topflowbd .hd .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.topflowbd .bd .txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .topflow {
    padding: 25px 0 35px;
  }
  .topflowlist {
    flex-direction: column;
    row-gap: 15px;
  }
  .topflowitem {
    display: flex;
    width: 100%;
  }
  .topflowhd {
    flex: none;
    width: 150px;
    height: auto;
  }
  .topflowhd::after {
    left: 50%;
    top: calc(100% - 1px);
    width: 15px;
    height: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    transform: translateX(-50%);
  }
  .topflowbd {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 134px;
    padding: 15px 20px;
  }
  .topflowbd .hd {
    display: block;
    height: auto;
    text-align: left;
  }
  .topflowbd .hd .tit br {
    display: none;
  }
  .topflowbd .bd {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .topflow {
    padding: 50px 0;
  }
  .topflowcon {
    margin-top: 35px;
  }
  .topflowhd {
    width: 116px;
    width: 34.8%;
  }
  .topflowhd .sub {
    font-size: 18px;
  }
  .topflowhd .pic img {
    width: 40px;
  }
  .topflowbd .hd .tit {
    font-size: 16px;
  }
  .topflowbd .bd .txt {
    font-size: 14px;
  }
}
.topintrocon {
  padding: 35px 0;
  background-color: #f1f1f3;
}
.topintrocon .fotlink {
  margin-top: 30px;
  text-align: center;
}

.topintrobd {
  margin-top: 60px;
}

.topintroitem {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.topintroitem .pic img {
  display: block;
  width: 100%;
}

.topintroitem .des {
  padding: 20px;
}

.topintroitem .des .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.topintroitem .des .sub {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
}

.topintroitem .des .txt {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.introswiper {
  position: relative;
  padding: 0 28px;
}

.introswiper .swiper-slide {
  padding: 0 9px;
  height: auto;
}

.introswiper .button-next,
.introswiper .button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(../img/top/ico_swiper_arrow.png) center/contain no-repeat;
  margin-top: -25px;
  cursor: pointer;
}

.introswiper .button-prev {
  left: -25px;
}

.introswiper .button-next {
  right: -25px;
  transform: rotateY(180deg);
}

@media (max-width: 1250px) {
  .introswiper .button-prev {
    left: -10px;
  }
  .introswiper .button-next {
    right: -10px;
  }
}
@media (max-width: 1024px) {
  .topintro .inner {
    padding: 0;
  }
  .introswiper .button-prev {
    left: 15px;
  }
  .introswiper .button-next {
    right: 15px;
  }
  .introswiper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .topintrobd {
    margin-top: 35px;
  }
  .introswiper {
    padding: 0;
  }
  .introswiper .swiper-slide {
    padding: 0 8px;
  }
  .introswiper .button-next,
  .introswiper .button-prev {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
  .introswiper .button-prev {
    left: 15px;
  }
  .introswiper .button-next {
    right: 15px;
  }
  .topintroitem .des .tit {
    font-size: 18px;
  }
  .topintroitem .des .sub {
    font-size: 14px;
  }
  .topintroitem .des .txt {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 2px;
  }
}
.is-style-btn a {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  padding: 22px 50px 22px 20px;
  font-size: 15px;
  line-height: 1.6;
  background: url(../img/common/ico_link_26.png) 95% center no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .is-style-btn a {
    display: block;
    margin: 0 auto;
  }
}
.is-style-btn a:focus {
  transition: opacity 0.3s;
}
.is-style-btn a:focus:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .is-style-btn a:focus:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .is-style-btn a:hover {
    transition: opacity 0.3s;
  }
  .is-style-btn a:hover:focus {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .is-style-btn a:hover:hover {
    opacity: 0.7;
  }
}

.contact-form {
  margin-top: 40px;
  padding: 60px;
  border: solid 1px #d8d6d6;
  background-color: #f1f1f3;
}
.contact-form span.must {
  color: #c90000;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .smf-form {
    padding: 30px 20px;
  }
}
.smf-form .caution {
  margin-bottom: 40px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .smf-form .caution {
    margin-bottom: 20px;
  }
}
.smf-form .wp-block-snow-monkey-forms-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.smf-form .wp-block-snow-monkey-forms-item.must .smf-item__label::after {
  content: "※";
  display: inline-block;
  padding-left: 5px;
  color: #c90000;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .smf-form .wp-block-snow-monkey-forms-item {
    display: block;
  }
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
  flex-shrink: 0;
  width: 240px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
    width: 180px;
    padding-top: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
    width: 100%;
    margin-bottom: 15px;
  }
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls {
  flex-grow: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls {
    font-size: 14px;
  }
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea {
  width: 100%;
  border: solid 1px #d8d6d6;
  background-color: #fbfbfb;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input:placeholder-shown,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea:placeholder-shown {
  color: #b1b1b1;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input::-webkit-input-placeholder,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input:-moz-placeholder,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea:-moz-placeholder {
  color: #b1b1b1;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input::-moz-placeholder,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea::-moz-placeholder {
  color: #b1b1b1;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input:-ms-input-placeholder,
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input {
  height: 65px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls input {
    height: 50px;
    padding: 0 20px;
  }
}
.smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea {
  height: 240px;
  padding: 20px 30px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls textarea {
    height: 200px;
    padding: 20px;
  }
}

/* toften
  ----------------------------------------------- */
.toften .detatopimg p {
  margin-top: 15px;
}

.task {
  margin-bottom: 60px;
}

.task li {
  margin-bottom: 20px;
  background: #fff4f0;
  padding: 16px 0 16px 20px;
}

.tasktop {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

.tasktop:hover p {
  color: #d52d2d;
}

.tasktop span {
  color: #d52d2d;
  font-size: 24px;
  margin-right: 20px;
  font-weight: 700;
  font-family: Arial;
  line-height: 1.125;
}

.tasktop p {
  font-size: 18px;
  font-weight: 700;
  padding-right: 60px;
  transition: all 0.3s;
}

.tasktop em {
  position: absolute;
  right: 20px;
  top: 0;
  transform: translateY(0%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  transition: all 0.4s ease-out;
}

.tasktop em::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #333;
  transition: opacity 0.3s ease-out;
}

.tasktop em::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #333;
}

.tasktop.on em {
  transform: rotate(180deg);
}

.tasktop.on em::before {
  opacity: 0;
}

.taskbot {
  background: #ffffff;
  padding: 20px 45px 20px 70px;
  margin: 20px 30px 0 10px;
  position: relative;
  border-radius: 5px;
  display: none;
}

.taskbot p::after {
  content: "A";
  font-family: Arial;
  font-size: 24px;
  color: #2d2d2e;
  font-weight: 700;
  position: absolute;
  left: -40px;
  top: -6px;
}

.taskbot p {
  font-size: 15px;
  line-height: 1.87;
  position: relative;
}

.taskbot p a {
  color: #7273eb;
  border-bottom: 1px solid #7273eb;
}

@media (max-width: 767px) {
  .toften .detatopimg p {
    margin-top: 5px;
  }
  .task li {
    margin-bottom: 15px;
  }
  .tasktop em {
    right: 10px;
  }
  .tasktop p {
    font-size: 15px;
    padding-right: 45px;
  }
  .tasktop span {
    font-size: 22px;
    margin-right: 10px;
  }
  .taskbot {
    padding: 10px 15px 10px 45px;
    margin: 20px 20px 0 0;
  }
  .taskbot p {
    font-size: 14px;
    line-height: 1.6;
  }
  .taskbot p::after {
    font-size: 22px;
    left: -30px;
    top: -4px;
  }
}
/* tfault
  ----------------------------------------------- */
.tfault {
  margin-bottom: 80px;
}

.tfault .detatopimg p {
  margin-top: 10px;
}

.tfault .detatopimg {
  margin-bottom: 20px;
}

.tfaultmain li {
  border: 1px solid #dbd9d9;
  border-radius: 5px;
  margin-bottom: 20px;
}

.tfaultmain li a {
  display: block;
  padding: 20px 25px;
  position: relative;
  background: url(../img/common/ico_link_26.png) 95% center no-repeat;
}

.tfaultmain li a:hover {
  opacity: 0.5;
}

.tfaulttop {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.tfaultrq {
  font-size: 14px;
  font-family: Arial;
  margin-right: 10px;
  font-weight: 400;
}

.tfaultle {
  font-size: 14px;
  color: #fff;
  background: #d52d2d;
  padding: 3px 15px;
  margin-right: 10px;
  font-weight: 400;
}

.tfaultbq {
  font-size: 14px;
  color: #2d2d2e;
  background: #fff;
  padding: 2px 15px;
  margin-right: 10px;
  font-weight: 400;
  border: 2px solid #2d2d2e;
}

.tfaultti {
  font-size: 20px;
  font-weight: 700;
  padding-right: 60px;
  line-height: 1.4;
}

.twiring .detatopimg p {
  margin-top: 20px;
}

.twiring .tfaultmain li {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
}

.twiring .tfaultmain li a {
  background: none;
}

.twiring .tfaultmain li:nth-child(odd) {
  background: #fff4f0;
}

.twiring .tfaultti {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .tfault {
    margin-bottom: 60px;
  }
  .tfaultti {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tfault .detatopimg p {
    margin-top: 5px;
  }
  .twiring .detatopimg p {
    margin-top: 10px;
  }
  .tfaultmain li a {
    padding: 15px;
    background: url(../img/common/ico_link_26.png) no-repeat 95% center/19px 19px;
  }
  .tfaultrq {
    font-size: 13px;
  }
  .tfaultle {
    font-size: 12px;
    padding: 3px 12px;
  }
  .tfaultbq {
    font-size: 12px;
    padding: 2px 12px;
    border: 1px solid #51cb60;
  }
  .tfaultti {
    font-size: 14px;
    padding-right: 35px;
  }
}
/*--------------------------
HOME
----------------------------*/
.inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.mainbox {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}

.dsp {
  display: none;
}

@media (max-width: 767px) {
  .dpc {
    display: none;
  }
  .dsp {
    display: block;
  }
}
/*--------------------------
SUB
----------------------------*/
article.sub.template .mainbox {
  max-width: 880px;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  article.sub.template .mainbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article.sub.template .tadvicemain {
  margin-left: -40px;
  margin-right: -40px;
  max-width: 880px;
}
@media screen and (max-width: 960px) {
  article.sub.template .tadvicemain {
    margin-left: 0;
    margin-right: 0;
  }
}
article.sub .mainbox {
  max-width: 1000px;
  padding: 0;
}
@media screen and (max-width: 1040px) {
  article.sub .mainbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  article.sub .mainbox {
    padding-top: 50px;
  }
}
article.sub .tadvicemain {
  max-width: 960px;
  margin: 0 auto;
}
article.sub .tempimgmain {
  background: url("../img/common/sub-mv.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  article.sub .tempimgmain {
    background: url("../img/common/sub-mv-sp.png") no-repeat center center;
    background-size: cover;
  }
  article.sub .tempimgmain .mainbox {
    padding-top: 0;
  }
}
article.sub .current {
  margin-bottom: 70px;
}
article.sub .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 20px;
  margin-top: 100px;
}
article.sub .wp-pagenavi .current {
  margin-top: 0;
  margin-bottom: 0;
}
article.sub .wp-pagenavi a,
article.sub .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
article.sub .wp-pagenavi a:focus {
  background-color: #fd7011;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  article.sub .wp-pagenavi a:hover {
    background-color: #fd7011;
    color: #fff;
  }
}
article.sub .wp-pagenavi a.previouspostslink {
  background: url("../img/common/navi-left.png") no-repeat;
}
article.sub .wp-pagenavi a.previouspostslink:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  article.sub .wp-pagenavi a.previouspostslink:hover {
    opacity: 0.7;
  }
}
article.sub .wp-pagenavi a.nextpostslink {
  background: url("../img/common/navi-right.png") no-repeat;
}
article.sub .wp-pagenavi a.nextpostslink:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  article.sub .wp-pagenavi a.nextpostslink:hover {
    opacity: 0.7;
  }
}
article.sub .wp-pagenavi span:not(.extend) {
  background-color: #f1f1f3;
}

/* tadvice
----------------------------------------------- */
.tadvice .mainbox {
  max-width: 1000px;
}

.tadvicemain .list {
  display: flex;
  column-gap: 3%;
  margin: 75px 0 65px;
}

.tadvicemain .item {
  width: 32%;
  height: 120px;
  position: relative;
}

.tadvicemain .item a::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 16px;
  height: 12px;
  background: url(../img/common/tadvice04.png) no-repeat left center/100% 100%;
}

.tadvicemain .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #e7342b;
  border-radius: 5px;
  padding-top: 25px;
}

.tadvicemain .item:nth-child(2) a {
  background: #7198ef;
}

.tadvicemain .item:nth-child(3) a {
  background: #ff9d25;
}

.tadvicemain .item a:hover {
  opacity: 0.5;
}

.tadvicemain .item p {
  position: absolute;
  bottom: 15px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .tadvicemain .list {
    display: block;
    margin: 50px 0 30px;
  }
  .tadvicemain .item {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
  }
  .tadvicemain .item a {
    flex-direction: row;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 65px;
  }
  .tadvicemain .item p {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  .tadvicemain .item a:hover {
    opacity: 1;
  }
  .tadvicemain .item a::before {
    bottom: 50%;
    right: 30px;
    margin-bottom: -4px;
    width: 11px;
    height: 9px;
  }
  .tadvicemain .item:nth-child(1) img {
    width: 36px;
  }
  .tadvicemain .item:nth-child(2) img {
    width: 33px;
    padding: 0 1px 0 2px;
  }
  .tadvicemain .item:nth-child(3) img {
    width: 28px;
    padding: 0 4px;
  }
}
/* tseek
  ----------------------------------------------- */
.tseek .mainbox {
  max-width: 920px;
}

.tseekimg {
  margin-bottom: 95px;
  text-align: center;
}

.tseekimg a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .tseekimg {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .tseekimg {
    margin-bottom: 50px;
  }
}
/* tmap
  ----------------------------------------------- */
.tmap {
  padding-bottom: 40px;
}

.tmap .mainbox {
  max-width: 1200px;
}

.tmapmain {
  display: flex;
  align-items: flex-end;
  gap: 0 60px;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .tmapmain {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tmapmain {
    padding-left: 0;
  }
}

.tmapri {
  background: #fff4f0;
  border: 2px solid #d52d2d;
  border-radius: 10px;
  width: 58%;
  max-width: 520px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .tmapri {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tmapri {
    max-width: 100%;
  }
}

.tmapri::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 30%;
  width: 44px;
  height: 35px;
  background: url(../img/common/tmapribox.png) no-repeat left center/100% 100%;
}

.tmapriti {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.tmapri ul {
  display: flex;
  column-gap: 4%;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 69%;
  margin: 0 auto;
}

.tmapri li {
  width: 48%;
  background: url(../img/common/tmapri.png) no-repeat left 4px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2.14;
}

@media (max-width: 1024px) {
  .tmapri ul {
    width: 77%;
  }
  .tmapri::before {
    width: 34px;
    height: 25px;
    left: -33px;
  }
}
@media (max-width: 767px) {
  .tmap {
    padding-bottom: 50px;
  }
  .tmapmain {
    display: block;
  }
  .tmaple {
    text-align: center;
    margin-bottom: 35px;
  }
  .tmaple img {
    width: 50%;
  }
  .tmapri {
    width: 100%;
  }
  .tmapri::before {
    width: 28px;
    height: 27px;
    left: 10%;
    top: -27px;
    background: url(../img/common/tmapribox_sp.png) no-repeat left center/100% 100%;
  }
  .tmapriti {
    font-size: 23px;
  }
  .tmapri ul {
    column-gap: 14%;
    width: 90%;
  }
  .tmapri li {
    width: 43%;
  }
}
/* footer
  ----------------------------------------------- */
.footermain {
  padding-bottom: 60px;
}

.otertop {
  border-top: 1px solid #cecdcd;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  margin-bottom: 70px;
}

.otertoplogo img {
  width: 341px;
}

.otertoplogo p {
  font-size: 12px;
  font-weight: 400;
}

.otertoptle .oti {
  font-size: 13px;
  font-weight: 400;
}

.otertoptle .otx {
  font-size: 27px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  padding-left: 20px;
  background: url(../img/common/otertoptle.png) no-repeat left center/13px 17px;
  font-family: Arial;
}

.oterbot {
  display: flex;
}

.oterbotle {
  width: 59%;
}

.oterbotri {
  width: 41%;
  margin-left: 35px;
}

.oternav {
  display: flex;
  column-gap: 5%;
}

.oternavle {
  width: 60%;
}

.oternavin {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.oternavin > ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .oternavin > ul {
    width: 100%;
  }
}

.oternavri {
  width: 35%;
}

.oternavti {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #e7e5e5;
  padding-left: 5px;
  line-height: 3;
}

.oternav li {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 10px;
}

.oternav li:nth-child(1) {
  margin-top: 10px;
}

.oternav .sub-menu li {
  font-size: 12px;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.8;
}

.oternav li:has(.sub-menu)::before,
.oternav li.headline::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 10px;
  height: 1px;
  background: #999999;
}

.padwu > li:nth-child(n+2) {
  margin-top: 20px;
}

.oternavri li:nth-child(2) {
  margin-bottom: 25px;
}

.oterbotrima {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.oterbotrima ul {
  width: 50%;
}

.oterbotrima li a {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #e7e5e5;
  line-height: 3;
  display: block;
  width: 100%;
  padding-left: 5px;
}

.oterbotrima li:last-child a {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .oterbot {
    display: block;
  }
  .oterbotle {
    width: 100%;
  }
  .oterbotri {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footermain {
    padding-bottom: 30px;
  }
  .otertop {
    display: block;
    padding-top: 55px;
    margin-bottom: 50px;
  }
  .otertoplogo {
    text-align: center;
  }
  .otertoplogo img {
    width: 100%;
    max-width: 358px;
  }
  .otertoplogo p {
    font-size: 11px;
  }
  .otertoplogo {
    margin-bottom: 50px;
  }
  .otertoptle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .otertoptle .oti {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .otertoptle .otx {
    font-size: 29px;
  }
  .oternavin {
    display: block;
  }
  .oternavle {
    width: 50%;
  }
  .oternavri {
    width: 50%;
  }
  .oternavin dl {
    width: 100%;
  }
  .oternavti {
    font-size: 16px;
    padding-left: 0;
  }
  .padwu {
    margin-bottom: 15px;
  }
  .oternav dt {
    font-size: 15px;
  }
  .padwu dt:nth-child(n+2) {
    margin-top: 15px;
  }
  .oternav dd {
    font-size: 14px;
  }
  .oterbotrima {
    column-gap: 5%;
  }
  .oterbotrima li {
    border-bottom: 1px solid #e7e5e5;
    padding: 20px 0 12px;
  }
  .oterbotrima li a {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 0;
    height: 45px;
    border-bottom: none;
  }
  .oterbotrima li:last-child {
    border-bottom: none;
  }
}
/* template
  ----------------------------------------------- */
.tempimgmain {
  background: url(../img/template/tempimg01.jpg) no-repeat center/cover;
  padding: 15px 0;
  min-height: 220px;
  display: flex;
  align-items: center;
}

.tempimgtile {
  min-width: 733px;
  width: fit-content;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.tempimgtile h3 {
  color: #d52d2d;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  padding: 15px 20px;
}

.tempimgtile p {
  background: #f1f1f3;
  font-size: 20px;
  border-radius: 0 0 10px 10px;
  padding: 10px 13px;
}

.tempbot {
  background: #d63c3c;
}

.tempbot ul {
  display: flex;
  justify-content: center;
  width: 82.5%;
  margin: 0 auto;
  column-gap: 2.66%;
  padding: 45px 0 25px;
}

.tempbot li {
  width: 23%;
  background: #d52d2d;
  border: 1px solid #fcede3;
  border-radius: 5px;
  position: relative;
  padding: 25px 10px 10px;
}

.tempbotbt {
  background: #2d2d2e;
  width: 66%;
  text-align: center;
  border-radius: 5px;
  color: #ffdf2b;
  position: absolute;
  left: 17%;
  top: -14px;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial;
}

.tempbotbt span {
  font-weight: 700;
  font-size: 21px;
}

.tempbottx {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
}

.tempbottx span {
  font-size: 25px;
  font-weight: 700;
  color: #ffdf2b;
}

.current {
  margin: 20px 0 40px;
  font-size: 13px;
  color: #333;
}

@media (max-width: 1280px) {
  .tempbot ul {
    width: 100%;
    padding: 45px 20px 25px;
  }
  .tempbottx {
    font-size: 19px;
  }
  .tempbottx span {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .tempbot ul {
    flex-wrap: wrap;
    column-gap: 3%;
    padding-bottom: 0;
  }
  .tempbot li {
    width: 48.5%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tempbot ul {
    padding-top: 25px;
  }
  .tempimgmain {
    background-image: url(../img/template/tempimg01_sp.jpg);
    padding: 15px 0;
    min-height: 135px;
  }
  .tempimgtile {
    width: 83.3vw;
	min-width: initial;
    border-radius: 5px;
  }
  .tempbot li {
    padding: 15px 10px 5px;
    margin-bottom: 27px;
  }
  .tempimgtile h3 {
    font-size: 20px;
  }
  .tempimgtile p {
    font-size: 11px;
  }
  .tempbotbt {
    font-size: 10px;
  }
  .tempbotbt span {
    font-size: 14px;
  }
  .tempbottx {
    font-size: 13px;
  }
  .tempbottx span {
    font-size: 14px;
  }
}
article.contact .mainbox .contact-headline {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
article.contact .mainbox .contact-headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 900px) {
  article.contact .mainbox .contact-headline {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .contact-headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  article.contact .mainbox .contact-headline {
    font-size: 5.2631578947vw;
  }
}
article.contact .mainbox .contact-headline span {
  position: relative;
}
article.contact .mainbox .contact-headline span::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #eefb1b;
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .contact-headline span::before {
    height: 6px;
  }
}
article.contact .mainbox .contact-text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .contact-text {
    margin-top: 30px;
  }
}
article.contact .mainbox .contact-text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .contact-text p + p {
    margin-top: 20px;
  }
}
article.contact .mainbox .tel-box {
  position: relative;
  width: 670px;
  margin: 50px auto 70px;
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-radius: 10px;
  border: solid 4px #d52d2d;
  background-color: #fff4f0;
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .tel-box {
    width: 100%;
    padding: 30px 20px 0;
    margin: 30px auto 40px;
  }
}
article.contact .mainbox .tel-box a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
article.contact .mainbox .tel-box a:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 769px) {
  article.contact .mainbox .tel-box a {
    pointer-events: none;
  }
}
article.contact .mainbox .tel-box .tel-box-inner {
  width: fit-content;
  padding-bottom: 25px;
  text-align: center;
}
article.contact .mainbox .tel-box .tel-box-inner p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
article.contact .mainbox .tel-box .tel-box-inner p::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 600px) {
  article.contact .mainbox .tel-box .tel-box-inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  article.contact .mainbox .tel-box .tel-box-inner p {
    font-size: 14px;
  }
}
article.contact .mainbox .tel-box .tel-box-inner .tel span {
  padding-left: 30px;
  font-family: Helvetica;
  font-size: 48px;
  font-weight: bold;
  color: #d52d2d;
  background: url("../img/common/ico_contact_tel.png") no-repeat left center;
}
@media screen and (max-width: 600px) {
  article.contact .mainbox .tel-box .tel-box-inner .tel span {
    font-size: 30px;
    padding-left: 25px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 450px) {
  article.contact .mainbox .tel-box .tel-box-inner .tel span {
    padding-left: 20px;
    font-size: 24px;
    background-size: 15px auto;
  }
}
article.contact .mainbox .tel-box .tel-box-inner .time {
  font-size: 14px;
}
article.contact .mainbox .tel-box .img {
  flex-shrink: 0;
  width: 130px;
}
@media screen and (max-width: 450px) {
  article.contact .mainbox .tel-box .img {
    width: 90px;
  }
}
article.contact .mainbox .contact-form form[data-screen=confirm] .smf-item__col--label {
  padding-top: 0;
}
article.contact .mainbox .contact-form form[data-screen=confirm] .smf-item__col--label::before {
  content: none;
}
article.contact .mainbox .contact-form form[data-screen=confirm] .smf-item__controls p {
  display: none;
}
article.contact .mainbox .contact-form form[data-screen=complete] .smf-complete-content p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
article.contact .mainbox .contact-form form[data-screen=complete] .smf-item__controls p {
  display: none;
}
article.contact .mainbox .contact-form .smf-item__controls p a {
  color: #f06d24;
  text-decoration: underline;
}
article.contact .mainbox .contact-form .smf-action {
  margin-top: 30px;
  text-align: center;
}
article.contact .mainbox .contact-form .smf-action button {
  display: inline-block;
  max-width: 90%;
  width: 350px;
  height: 70px;
  border-radius: 5px;
  box-shadow: 3.7px 5.9px 0.9px 0.1px rgba(85, 75, 63, 0.13);
  background: url("../img/common/ico_link_yellow.png") calc(100% - 25px) center no-repeat;
  background-color: #292929;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.3s;
}
article.contact .mainbox .contact-form .smf-action button[data-action=back] {
  background: transparent;
  background-color: #999;
}
article.contact .mainbox .contact-form .smf-action button:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  article.contact .mainbox .contact-form .smf-action button:hover {
    opacity: 0.7;
  }
}
article.contact .mainbox .contact-form .smf-action button:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  article.contact .mainbox .contact-form .smf-action button:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  article.contact .mainbox .contact-form .smf-action button {
    height: 60px;
    font-size: 16px;
  }
}
article.contact .mainbox .contact-form .smf-action button .smf-sending {
  display: none;
}

article.faq .mainbox .faq-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px 3.125%;
  margin-bottom: 70px;
  padding: 60px;
  border: solid 1px #d8d6d6;
  background-color: #f1f1f3;
}
@media screen and (max-width: 900px) {
  article.faq .mainbox .faq-category {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  article.faq .mainbox .faq-category {
    gap: 20px 3%;
    padding: 20px;
  }
}
article.faq .mainbox .faq-category .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  text-align: center;
  height: 160px;
  border: solid 1px #d8d6d6;
  background: url("../img/common/ico_link_btm.png") no-repeat calc(100% - 20px) calc(100% - 20px);
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  article.faq .mainbox .faq-category .item {
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  article.faq .mainbox .faq-category .item {
    height: 140px;
  }
}
article.faq .mainbox .faq-category .item a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
article.faq .mainbox .faq-category .item a:hover {
  background: rgba(255, 255, 255, 0.3);
}
article.faq .mainbox .faq-category .item:nth-of-type(1) {
  width: 100%;
}
article.faq .mainbox .faq-category .item:not(:nth-of-type(1)) {
  width: 31.25%;
  height: 170px;
}
@media screen and (max-width: 600px) {
  article.faq .mainbox .faq-category .item:not(:nth-of-type(1)) {
    width: 48.5%;
    height: 140px;
  }
}
@media screen and (max-width: 500px) {
  article.faq .mainbox .faq-category .item:not(:nth-of-type(1)) {
    width: 100%;
  }
}
article.faq .mainbox .faq-category .item span {
  margin-top: 20px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  article.faq .mainbox .faq-category .item span {
    font-size: 15px;
  }
}
article.faq .mainbox .task {
  margin-top: 40px;
}
article.faq .mainbox .task .tasktop span {
  padding-top: 3px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  article.faq .mainbox .task .tasktop span {
    font-size: 20px;
  }
}
article.faq .mainbox .task .tasktop p {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  article.faq .mainbox .task .tasktop p {
    font-size: 16px;
  }
}
article.faq .mainbox .task .tasktop em {
  top: 7px;
}
article.faq .mainbox .task .taskbot p::after {
  top: -10px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  article.faq .mainbox .task .taskbot p::after {
    font-size: 20px;
    top: -5px;
  }
}

article.staff .mainbox .staff-list .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 38px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item {
    padding: 30px 20px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  article.staff .mainbox .staff-list .item {
    display: block;
  }
}
article.staff .mainbox .staff-list .item:nth-of-type(2n + 1) {
  background-color: #fff4f0;
}
article.staff .mainbox .staff-list .item a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.staff .mainbox .staff-list .item .item-thumbnail {
  flex-shrink: 0;
  width: 270px;
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item .item-thumbnail {
    width: 200px;
  }
}
@media screen and (max-width: 550px) {
  article.staff .mainbox .staff-list .item .item-thumbnail {
    width: 150px;
  }
}
@media screen and (max-width: 450px) {
  article.staff .mainbox .staff-list .item .item-thumbnail {
    width: 100%;
  }
}
article.staff .mainbox .staff-list .item .item-thumbnail img {
  width: 100%;
}
article.staff .mainbox .staff-list .item .item-content {
  flex-grow: 1;
}
@media screen and (max-width: 450px) {
  article.staff .mainbox .staff-list .item .item-content {
    margin-top: 15px;
  }
}
article.staff .mainbox .staff-list .item .item-content .item-name {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item .item-content .item-name {
    font-size: 18px;
  }
}
article.staff .mainbox .staff-list .item .item-content .item-information {
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item .item-content .item-information {
    font-size: 14px;
  }
}
article.staff .mainbox .staff-list .item .item-content .item-message {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #d52d2d;
  line-height: 1.5;
}
article.staff .mainbox .staff-list .item .item-content .item-message::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item .item-content .item-message {
    margin-top: 20px;
    font-size: 20px;
  }
}
article.staff .mainbox .staff-list .item .item-content p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article.staff .mainbox .staff-list .item .item-content p {
    margin-top: 20px;
  }
}

html.lock {
  overflow: hidden;
}

article.solution .mainbox .tfaultmain {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article.solution .mainbox .tfaultmain {
    margin-top: 20px;
  }
}
article.solution .mainbox .tfaultmain li a {
  background-position: calc(100% - 30px) center;
}
article.solution .category-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  overflow-y: auto;
}
article.solution .category-modal.active {
  display: block;
  animation: show 0.3s linear;
}
article.solution .category-modal .category-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  max-width: 1000px;
  width: 90%;
  padding: 60px;
  background-color: #f1f1f3;
}
@media screen and (max-width: 1000px) {
  article.solution .category-modal .category-box {
    padding: 30px;
  }
}
article.solution .category-modal .category-box .close {
  position: absolute;
  top: 30px;
  right: 35px;
}
article.solution .category-modal .category-box .close:focus {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  article.solution .category-modal .category-box .close:hover {
    cursor: pointer;
  }
}
article.solution .category-modal .category-box .category-modal-list .item:not(:nth-of-type(1)) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  article.solution .category-modal .category-box .category-modal-list .item:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
}
article.solution .category-modal .category-box .category-modal-list .item .item-headline {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  article.solution .category-modal .category-box .category-modal-list .item .item-headline {
    font-size: 20px;
  }
}
article.solution .category-modal .category-box .category-modal-list .item ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 20px 3.06%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article.solution .category-modal .category-box .category-modal-list .item ul {
    gap: 20px 2%;
  }
}
article.solution .category-modal .category-box .category-modal-list .item ul li {
  width: 22.7%;
}
@media screen and (max-width: 768px) {
  article.solution .category-modal .category-box .category-modal-list .item ul li {
    width: 32%;
  }
}
article.solution .category-modal .category-box .category-modal-list .item ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  height: 50px;
  border: solid 1px #d8d6d6;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  article.solution .category-modal .category-box .category-modal-list .item ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  article.solution .category-modal .category-box .category-modal-list .item ul li a {
    font-size: 12px;
  }
}
article.solution .category-modal .category-box .category-modal-list .item ul li a:focus {
  cursor: pointer;
  background-color: #f58235;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  article.solution .category-modal .category-box .category-modal-list .item ul li a:hover {
    cursor: pointer;
    background-color: #f58235;
    color: #fff;
  }
}

article.voice-single .mainbox .voice-title {
  padding-bottom: 25px;
  margin-bottom: 60px;
}
article.voice-single .mainbox .voice-title .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 28px;
  margin-bottom: 20px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 14px;
  color: #d52d2c;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-title .meta {
    height: 25px;
    font-size: 12px;
  }
}
article.voice-single .mainbox .thumbnail {
  margin-bottom: 70px;
  text-align: center;
}
article.voice-single .mainbox .thumbnail img {
  max-width: 940px;
  width: 100%;
}
article.voice-single .mainbox .voice-box .voice-box-content {
  padding: 25px 30px;
  background-color: #fff;
}
article.voice-single .mainbox .voice-box.v-box01 {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-box.v-box01 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
article.voice-single .mainbox .voice-box.v-box01 .voice-box-headline {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #d52d2d;
  text-align: center;
}
article.voice-single .mainbox .voice-box.v-box02 {
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-box.v-box02 {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
article.voice-single .mainbox .voice-box.v-box02 .voice-box-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
@media screen and (max-width: 500px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-box-content {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
article.voice-single .mainbox .voice-box.v-box02 .voice-box-content .icn {
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-box-content .icn {
    width: 100%;
    text-align: center;
  }
}
article.voice-single .mainbox .voice-box.v-box02 .voice-score {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 25px;
  margin-top: 40px;
}
article.voice-single .mainbox .voice-box.v-box02 .voice-score .score-headline {
  font-size: 20px;
  font-weight: bold;
  color: #d52d2d;
  line-height: 1.3;
}
article.voice-single .mainbox .voice-box.v-box02 .voice-score .score-headline::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .score-headline {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .score-headline {
    font-size: 14px;
  }
}
article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore {
  font-size: 31px;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore {
    font-size: 16px;
  }
}
article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore .num {
  display: inline-block;
  font-size: 88px;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  article.voice-single .mainbox .voice-box.v-box02 .voice-score .voicescore .num {
    font-size: 40px;
  }
}
article.voice-single .mainbox .related-questionnaire {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .related-questionnaire {
    margin-top: 50px;
  }
}
article.voice-single .mainbox .related-questionnaire .tfaultmain li:nth-of-type(odd) {
  background-color: #fff4f0;
}
article.voice-single .mainbox .related-questionnaire .tfaultmain li .area {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 28px;
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #d52d2d;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article.voice-single .mainbox .related-questionnaire .tfaultmain li .area {
    font-size: 12px;
    height: 25px;
  }
}

article.voice-archive .mainbox .topvoicecon {
  max-width: 880px;
  width: 100%;
}
article.voice-archive .mainbox .topvoicecon .topvoicedes {
  display: block;
}
article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox {
    gap: 0 20px;
  }
}
@media screen and (max-width: 550px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .hd {
    padding-top: 0;
  }
}
article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .hd .tit {
  padding: 10px 20px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .hd .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .hd .tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .bd p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 550px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .bd p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .bd p span {
    font-size: 70px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 550px) {
  article.voice-archive .mainbox .topvoicecon .topvoicedes .voicebox .bd p span {
    font-size: 50px;
  }
}
article.voice-archive .mainbox .voice-list {
  margin-top: 70px;
  border-bottom: 1px solid #d8d6d6;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list {
    margin-top: 50px;
  }
}
article.voice-archive .mainbox .voice-list .item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 40px;
  padding: 50px 0;
  border-top: 1px solid #d8d6d6;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item {
    padding: 20px 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  article.voice-archive .mainbox .voice-list .item {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
article.voice-archive .mainbox .voice-list .item .item-thumbnail {
  flex-shrink: 0;
  width: 320px;
  position: relative;
  background-color: transparent;
}
article.voice-archive .mainbox .voice-list .item .item-thumbnail::before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
article.voice-archive .mainbox .voice-list .item .item-thumbnail img,
article.voice-archive .mainbox .voice-list .item .item-thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item .item-thumbnail {
    width: 220px;
  }
}
@media screen and (max-width: 550px) {
  article.voice-archive .mainbox .voice-list .item .item-thumbnail {
    width: 150px;
  }
}
@media screen and (max-width: 450px) {
  article.voice-archive .mainbox .voice-list .item .item-thumbnail {
    width: 100%;
  }
}
article.voice-archive .mainbox .voice-list .item .item-thumbnail img {
  width: 100%;
}
article.voice-archive .mainbox .voice-list .item .item-content {
  flex-grow: 1;
}
@media screen and (max-width: 450px) {
  article.voice-archive .mainbox .voice-list .item .item-content {
    width: 100%;
  }
}
article.voice-archive .mainbox .voice-list .item .item-content .item-area span {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 28px;
  padding: 0 15px;
  background-color: #d52d2d;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item .item-content .item-area span {
    font-size: 12px;
    height: 25px;
  }
}
article.voice-archive .mainbox .voice-list .item .item-content .item-title {
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
article.voice-archive .mainbox .voice-list .item .item-content .item-title::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item .item-content .item-title {
    font-size: 20px;
  }
}
article.voice-archive .mainbox .voice-list .item .item-content p {
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item .item-content p {
    margin-top: 20px;
  }
}
article.voice-archive .mainbox .voice-list .item .item-content .delistf {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  article.voice-archive .mainbox .voice-list .item .item-content .delistf {
    margin-top: 30px;
  }
}
article.voice-archive .mainbox .voice-list .item .item-content .delistf a {
  max-width: 275px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 450px) {
  article.voice-archive .mainbox .voice-list .item .item-content .delistf a {
    margin: 0 auto;
  }
}

article.blog .mainbox .category-search {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  article.blog .mainbox .category-search {
    margin-bottom: 40px;
  }
}
article.blog .mainbox .blog-contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}
@media screen and (max-width: 900px) {
  article.blog .mainbox .blog-contents {
    flex-wrap: wrap;
    gap: 50px 0;
  }
}
article.blog .mainbox .blog-contents .main-contents {
  width: 70%;
}
@media screen and (max-width: 900px) {
  article.blog .mainbox .blog-contents .main-contents {
    width: 100%;
  }
}
article.blog .mainbox .blog-contents .side {
  width: 26%;
}
@media screen and (max-width: 900px) {
  article.blog .mainbox .blog-contents .side {
    width: 100%;
  }
}
article.blog .mainbox .blog-contents .side .side-headline {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  border-radius: 10px;
  width: 100%;
  height: 63px;
  font-size: 22px;
  color: #fff;
  background-color: #d52d2d;
}
article.blog .mainbox .blog-contents .side .side-headline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 13px solid #d52d2d;
  border-bottom: 0;
}
article.blog .mainbox .blog-contents .side ul {
  margin: 20px 0 30px;
}
article.blog .mainbox .blog-contents .side ul li {
  border-bottom: 1px solid #d8d6d6;
}
article.blog .mainbox .blog-contents .side ul li.headline a {
  font-size: 20px;
  font-weight: bold;
}
article.blog .mainbox .blog-contents .side ul li a {
  display: block;
  padding: 25px;
  font-size: 17px;
  color: #333;
  text-decoration: none;
}

.wp-block[data-type="core/widget-area"] {
  max-width: 1000px;
}

div[data-widget-area-id=sidebar] {
  max-width: 260px !important;
  margin: 0 auto !important;
}

html :where(.wp-block) {
  max-width: 1000px;
}

.blocks-widgets-container .editor-styles-wrapper {
  max-width: 100%;
}

.editor-styles-wrapper .has-customcolor-01-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-backgroud-color {
  color: #6599a3;
}
.editor-styles-wrapper .has-customcolor-01-border-color {
  color: #6599a3;
}
.editor-styles-wrapper .is-style-clear {
  display: flow-root;
}
.editor-styles-wrapper .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .alignnone {
  margin: 15px 0;
}
.editor-styles-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .clearfix {
  clear: both;
}
.editor-styles-wrapper .alignright {
  float: right;
}
.editor-styles-wrapper .alignleft {
  float: left;
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 628/350;
}
.editor-styles-wrapper .wp-block-columns {
  gap: 0 30px;
}
.editor-styles-wrapper .wp-block-columns[style] {
  padding: 20px;
}
.editor-styles-wrapper .wp-block-columns .wp-block-heading {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 30px 0;
  }
  .editor-styles-wrapper .wp-block-columns > div {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
.editor-styles-wrapper .wp-block-columns .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns .wp-block-image {
    text-align: center;
  }
}
.editor-styles-wrapper .wp-block-columns .wp-block-image img {
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-columns .wp-block-heading {
  margin-top: 15px;
}
.editor-styles-wrapper .wp-block-group {
  margin-top: 70px;
}
.editor-styles-wrapper .wp-block-group.is-style-border {
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #cecfd1;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group.is-style-border {
    margin: 30px 0;
    padding: 30px 25px;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-border ul {
  margin: 10px 0 0;
}
.editor-styles-wrapper .wp-block-group.is-style-border * + p {
  margin-top: 30px;
}
.editor-styles-wrapper .wp-block-image {
  margin: 35px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image {
    margin: 20px 0;
  }
}
.editor-styles-wrapper .wp-block-image figure img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-image figure img {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-element-caption {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper .wp-block-group {
  margin: 70px 0;
}
.editor-styles-wrapper .wp-block-group p {
  margin-top: 0;
}
.editor-styles-wrapper .wp-block-group p + p {
  margin-top: 20px;
}
.editor-styles-wrapper .wp-block-group figure.alignleft {
  margin: 0px 45px 15px 0;
}
.editor-styles-wrapper .wp-block-group figure.alignright {
  margin: 0px 0 15px 45px;
}
.editor-styles-wrapper .wp-block-group .wp-element-caption {
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-group .wp-element-caption {
    font-size: 12px;
  }
}
.editor-styles-wrapper p:not([class]),
.editor-styles-wrapper p.has-text-align-center,
.editor-styles-wrapper p.has-text-align-right {
  font-size: 15px;
  line-height: 2;
}
.editor-styles-wrapper p:not([class]) + p,
.editor-styles-wrapper p.has-text-align-center + p,
.editor-styles-wrapper p.has-text-align-right + p {
  margin-top: 30px;
}
.editor-styles-wrapper h2.wp-block-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #d52d2d;
}
.editor-styles-wrapper h3.wp-block-heading {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  background: #d52d2d;
  padding: 15px 20px;
  margin-bottom: 18px;
}
.editor-styles-wrapper p em {
  font-style: inherit;
  font-weight: inherit;
  background: url(../img/template/detamianem_icon.png) no-repeat left bottom/100% 6px;
}
.editor-styles-wrapper p b {
  color: #d52d2d;
  font-weight: 700;
}
.editor-styles-wrapper h4.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  background: #fff4f0;
  padding: 10px 20px;
  border-bottom: 3px solid #d52d2d;
  margin-bottom: 18px;
}
.editor-styles-wrapper h5.wp-block-heading {
  font-size: 20px;
  font-weight: 700;
  border-left: 6px solid #d52d2d;
  padding: 3px 20px;
  margin-bottom: 18px;
}
.editor-styles-wrapper .detatopti {
  color: #d52d2d;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.editor-styles-wrapper .detatop {
  margin-bottom: 70px;
}
.editor-styles-wrapper .detatopmain {
  background: #fff4f0;
  border: 4px solid #d52d2d;
  border-radius: 10px;
  padding: 20px 40px 15px;
}
.editor-styles-wrapper .detatopimg {
  text-align: center;
  margin-bottom: 30px;
}
.editor-styles-wrapper .detatopimg p {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
}
.editor-styles-wrapper .detatoptxt li {
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
  border-radius: 6px;
}
.editor-styles-wrapper .detatoptxt li span {
  color: #d52d2d;
}
.editor-styles-wrapper .detatitle {
  background: #fff4f0;
  border: 4px solid #d52d2d;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
.editor-styles-wrapper .detatitle::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -22px;
  width: 29px;
  height: 22px;
  background: url(../img/template/detatitle.png) no-repeat left center/100% 100%;
}
.editor-styles-wrapper .detatitle p {
  font-size: 32px;
  font-weight: 700;
  color: #d52d2d;
  text-align: center;
  line-height: 1.5;
}
.editor-styles-wrapper .detalan {
  background: #fff4f0;
  padding: 20px 30px;
  margin-bottom: 50px;
}
.editor-styles-wrapper .detalan p {
  font-size: 15px;
  line-height: 2;
}
.editor-styles-wrapper ul:not([class]),
.editor-styles-wrapper ul.block-editor-block-list__block {
  margin-bottom: 20px;
}
.editor-styles-wrapper ul:not([class]) li,
.editor-styles-wrapper ul.block-editor-block-list__block li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 2.5;
}
.editor-styles-wrapper ul:not([class]) li:before,
.editor-styles-wrapper ul.block-editor-block-list__block li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  background: #d52d2d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.editor-styles-wrapper ol:not([class]),
.editor-styles-wrapper ol.block-editor-block-list__block {
  margin-bottom: 35px;
}
.editor-styles-wrapper ol:not([class]) li,
.editor-styles-wrapper ol.block-editor-block-list__block li {
  padding-left: 6px;
  font-size: 16px;
  line-height: 2.5;
  list-style-type: decimal;
  margin-left: 24px;
}
.editor-styles-wrapper ol:not([class]) li::marker,
.editor-styles-wrapper ol.block-editor-block-list__block li::marker {
  color: #d52d2d;
  font-size: 20px;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table {
  margin-bottom: 50px;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table {
  width: 100% !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table table th,
.editor-styles-wrapper .wp-block-flexible-table-block-table table td {
  padding: 20px !important;
  border: 1px solid #fff !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table th {
  background: #d52d2d !important;
  color: #fff !important;
  font-size: 16px !important;
  padding-left: 20px !important;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table td {
  background: #f1f1f3 !important;
  font-size: 16px !important;
  padding-left: 20px !important;
}
.editor-styles-wrapper .delistc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
.editor-styles-wrapper .delistc li {
  width: 48.5%;
}
.editor-styles-wrapper .delistc li img {
  margin-bottom: 20px;
}
.editor-styles-wrapper .delistc li h4 {
  font-size: 20px;
  font-weight: 700;
  background: #fff4f0;
  padding: 10px 20px;
  border-bottom: 3px solid #d52d2d;
  margin-bottom: 18px;
}
.editor-styles-wrapper .delistc li h5 {
  font-size: 20px;
  font-weight: 700;
  border-left: 6px solid #d52d2d;
  padding: 3px 20px;
  margin: 8px 0 27px 0;
}
.editor-styles-wrapper .delistc li p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}
.editor-styles-wrapper .delistc li a {
  display: block;
  padding: 22px 50px 22px 30px;
  padding-left: 2.4194vw;
  font-size: 15px;
  line-height: 1.6;
  background: url(../img/common/ico_link_26.png) 95% center no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
}
.editor-styles-wrapper .delistc li a:hover {
  opacity: 0.5;
}
.editor-styles-wrapper .delistd {
  margin: 40px 0 80px;
  text-align: center;
}
.editor-styles-wrapper .delistf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5%;
  margin-bottom: 50px;
}
.editor-styles-wrapper .delistf li {
  width: 31%;
  margin-bottom: 30px;
}
.editor-styles-wrapper .delistf li:nth-child(1) {
  width: 48.25%;
}
.editor-styles-wrapper .delistf li:nth-child(2) {
  width: 48.25%;
}
.editor-styles-wrapper .delistf a {
  display: flex;
  align-items: center;
  padding: 12px 50px 12px 30px;
  padding-left: 2.4194vw;
  font-size: 15px;
  line-height: 1.6;
  background: url(../img/common/ico_link_26.png) 95% center no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
  height: 74px;
}
.editor-styles-wrapper .delistf a:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .editor-styles-wrapper .detatitle p {
    font-size: 30px;
  }
  .editor-styles-wrapper p {
    font-size: 14px;
  }
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 26px;
  }
  .editor-styles-wrapper h3.wp-block-heading {
    font-size: 20px;
  }
  .editor-styles-wrapper h4.wp-block-heading {
    font-size: 18px;
  }
  .editor-styles-wrapper h5.wp-block-heading {
    font-size: 18px;
  }
  .editor-styles-wrapper .detalan {
    margin-bottom: 40px;
  }
  .editor-styles-wrapper ul:not([class]) li {
    font-size: 15px;
    line-height: 2.2;
  }
  .editor-styles-wrapper ol:not([class]) li {
    font-size: 15px;
    line-height: 2.2;
  }
  .editor-styles-wrapper ol:not([class]) li::marker {
    font-size: 18px;
  }
  .editor-styles-wrapper .posmane th {
    font-size: 14px;
    height: 50px;
  }
  .editor-styles-wrapper .posmane td {
    font-size: 14px;
    height: 50px;
  }
  .editor-styles-wrapper .delistc li h4 {
    font-size: 18px;
  }
  .editor-styles-wrapper .delistc li h5 {
    font-size: 18px;
  }
  .editor-styles-wrapper .delistc li p {
    font-size: 14px;
  }
  .editor-styles-wrapper .delistc li a {
    padding: 12px 50px 12px 30px;
    font-size: 14px;
  }
  .editor-styles-wrapper .delistd {
    margin: 30px 0 60px;
  }
  .editor-styles-wrapper .delistf a {
    font-size: 14px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .detatop {
    margin-bottom: 45px;
  }
  .editor-styles-wrapper .detatopti {
    font-size: 20px;
    padding-top: 20px;
  }
  .editor-styles-wrapper .detatopmain {
    border: 2px solid #d52d2d;
    border-radius: 5px;
    padding: 20px 20px 15px;
  }
  .editor-styles-wrapper .detatopimg {
    margin-bottom: 20px;
  }
  .editor-styles-wrapper .detatopimg p {
    font-size: 23px;
  }
  .editor-styles-wrapper .detatoptxt li {
    font-size: 15px;
    padding: 10px 15px;
  }
  .editor-styles-wrapper .detatitle {
    border: 2px solid #d52d2d;
    border-radius: 5px;
    padding: 10px;
  }
  .editor-styles-wrapper .detatitle p {
    font-size: 20px !important;
  }
  .editor-styles-wrapper .detatitle::before {
    margin-left: -7px;
    bottom: -11px;
    width: 14px;
    height: 11px;
  }
  .editor-styles-wrapper p:not([class]),
  .editor-styles-wrapper p.has-text-align-center,
  .editor-styles-wrapper p.has-text-align-right {
    font-size: 14px;
    line-height: 1.6;
  }
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 23px;
    line-height: 1.4;
  }
  .editor-styles-wrapper h3.wp-block-heading {
    font-size: 16px;
    padding: 10px 15px;
  }
  .editor-styles-wrapper h4.wp-block-heading {
    font-size: 15px;
    padding: 10px 15px;
  }
  .editor-styles-wrapper h5.wp-block-heading {
    font-size: 15px;
    border-left: 5px solid #d52d2d;
    padding: 1px 10px;
  }
  .editor-styles-wrapper .detalan {
    padding: 15px 20px;
  }
  .editor-styles-wrapper .detalan p {
    font-size: 14px;
    line-height: 1.6;
  }
  .editor-styles-wrapper ul:not([class]) li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .editor-styles-wrapper ul:not([class]) li:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .editor-styles-wrapper ol:not([class]) li {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 3px;
    margin-bottom: 7px;
  }
  .editor-styles-wrapper .posmane {
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .editor-styles-wrapper .wp-block-flexible-table-block-table table {
    width: 767px;
  }
  .editor-styles-wrapper .delistc li {
    width: 100%;
    margin-bottom: 42px;
  }
  .editor-styles-wrapper .delistc li h4 {
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .editor-styles-wrapper .delistc li h5 {
    font-size: 15px;
    padding: 1px 10px;
    border-left: 5px solid #d52d2d;
    margin-bottom: 15px;
  }
  .editor-styles-wrapper .delistc li a {
    background: url(../img/common/ico_link_26.png) no-repeat 95% center/19px 19px;
    width: 80%;
    margin: 0 auto;
  }
  .editor-styles-wrapper .delistd {
    margin: 0 0 30px;
  }
  .editor-styles-wrapper .delistf {
    justify-content: center;
  }
  .editor-styles-wrapper .delistf li:nth-child(1),
  .editor-styles-wrapper .delistf li:nth-child(2) {
    width: 80%;
  }
  .editor-styles-wrapper .delistf li {
    width: 80%;
    margin-bottom: 15px;
  }
  .editor-styles-wrapper .delistf a {
    font-size: 13px;
    line-height: 1.4;
    height: 60px;
    background: url(../img/common/ico_link_26.png) no-repeat 95% center/19px 19px;
  }
}

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