﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  color: #333;
  font-size: 62.5%;
}
body {
  font-family: 'Gothic MB101 Regular', sans-serif;
  font-size: 140%;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
}
@media screen and (min-width: 768px), print {
  body {
    line-height: 2;
    min-width: 1250px;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.75;
    font-size: 14px;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px), print {
  _::-webkit-:not(:root:root),
  body * {
    font-feature-settings: normal;
  }
}
#main {
  display: block;
}
a {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  img {
    -webkit-backface-visibility: hidden;
  }
}
table td img,
table th img {
  vertical-align: middle;
}
.clear {
  clear: both;
}
#contents,
.clearfix,
.fbox {
  display: block;
}
#contents:after,
.clearfix:after,
.fbox:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
ul.fbox li {
  float: left;
  display: inline;
}
.mt0 {
  margin-top: 0px !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;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb0 {
  margin-bottom: 0px !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;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
input,
label,
textarea {
  vertical-align: middle;
}
.text-r {
  text-align: right !important;
}
.text-c,
table.text-c td,
table.text-c th,
table.th-c th {
  text-align: center !important;
}
.text-l {
  text-align: left !important;
}
.main-block {
  margin-bottom: 100px;
}
.main-block > * {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-block {
    margin-bottom: 50px;
  }
  .main-block > * {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-right: 8px;
    padding-right: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-pdg {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-pdg {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sp-pdg2 {
    padding-right: 23px;
    padding-right: 6vw;
    padding-left: 23px;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-pdg2 {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-pdg2 {
    padding-left: 23px;
  }
}
body,
html {
  height: 100%;
  letter-spacing: 0.015em;
}
#contents {
  position: relative;
}
@media screen and (min-width: 768px), print {
  #contents {
    background: #f6f4e8;
    padding-bottom: 55px;
  }
  #contents .layout-col1 {
    padding: 34px 0 0;
  }
  #contents .layout-col1 #main {
    background: #fff;
    border-radius: 6px;
    width: 987px;
    padding: 170px 55px 55px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0px 14px 15px -8px #ebe8dd;
  }
  #contents .layout-col2 #main {
    background: #fff;
    border-radius: 6px;
    padding: 155px 70px 70px;
    margin-bottom: 55px;
    box-sizing: border-box;
    box-shadow: 0px 14px 15px -8px #ebe8dd;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .layout-col2 {
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
    padding: 34px 15px 0;
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .layout-col2 {
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  #main {
    padding-bottom: 0;
    min-height: 500px;
    width: 900px;
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  #side {
    padding-left: 33px;
    width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .breaking-out {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#main.index .side-bnr,
#main.index .side-ttl {
  display: none;
}
#main.index .accbox ul {
  border-bottom: 1px solid #ddd;
}
#main.index .accbox ul li a {
  display: block;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Gothic MB101 Regular', sans-serif;
  letter-spacing: 0.025em;
  border-top: 1px solid #ddd;
  padding: 18px 0;
  position: relative;
  text-decoration: none;
}
#main.index .accbox ul li a:hover {
  color: #2993d0;
}
#main.index .accbox ul li a:first-of-type {
  margin-top: 0;
}
#main.index .accbox ul li a:last-of-type {
  margin-bottom: 0;
}
#main.index .accbox ul li a:after {
  font-family: 'FontAwesome';
  content: '\f054';
  right: 0px;
  top: 18px;
  position: absolute;
  padding-right: 0px;
  color: #2993d0;
}
@media screen and (min-width: 768px), print {
  .lp-head {
    padding: 21px;
  }
  #head {
    align-items: center;
    justify-content: space-between;
    padding: 8px 34px 13px;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-contact {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 13px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-contact .wrap-box-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-contact .wrap-box-contact .box-contact {
    align-items: center;
    justify-content: space-between;
    margin-right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-contact .wrap-box-contact .box-contact .box-contact-ttl {
    display: inline-block;
    margin-right: 8px;
    padding: 3px 10px 0;
    border-radius: 40px;
    background: #eff5f7;
    color: #1e82bd;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    font-family: 'Gothic MB101 Medium', sans-serif;
  }
  .head-contact .wrap-box-contact .box-contact .box-contact-num a,
  .head-contact .wrap-box-contact .box-contact .box-contact-num span {
    color: #1e82bd;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-size: 2rem;
  }
  .head-contact .wrap-box-contact .box-contact.contact-lady .box-contact-ttl {
    background: #fdf0fb;
    color: #db60a3;
  }
  .head-contact .wrap-box-contact .box-contact.contact-lady .box-contact-num a,
  .head-contact .wrap-box-contact .box-contact.contact-lady .box-contact-num span {
    color: #db60a3;
  }
  .head-contact .head-contact-cap {
    line-height: 1.4;
    font-size: 10px;
    font-size: 1rem;
  }
  .head-contact .head-contact-cap strong {
    font-family: 'Gothic MB101 Medium', sans-serif;
  }
  .head-contact .head-contact-cap span {
    display: block;
    color: #888;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
  }
  .btn-next {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #ddd;
  }
  .head-nav {
    letter-spacing: -0.4em;
    text-align: right;
  }
  .head-nav ul {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .head-nav ul li {
    margin-right: 21px;
  }
  .head-nav ul li:last-child {
    margin-right: 0px;
  }
  .head-nav ul li a {
    text-decoration: none;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
  .head-nav ul li a:hover {
    color: #2993d0;
  }
  .head-nav ul li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sp-head-menu {
    display: none;
  }
  .topicpath-area {
    padding-top: 16px;
    top: 0;
  }
}
.prd-detail-main-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 13px;
  right: 40px;
}
.prd-detail-main-topicpath li {
  font-size: 11px;
  font-size: 1.1rem;
}
.prd-detail-main-topicpath li + li:before {
  content: '＞';
  display: inline-block;
  margin: 0 2px;
}
.prd-detail-main-topicpath li:last-child a {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  color: #333;
}
.prd-detail-main-topicpath a {
  color: #888;
  text-decoration: underline;
}
.prd-detail-main-topicpath a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #top .sp-head-menu-wrap {
    border-top: 1px solid #ddd;
  }
  .lp-head {
    text-align: center;
    padding: 5vw;
  }
  .lp-head img {
    width: 200px;
    width: 53.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lp-head img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #head {
    position: relative;
  }
  .sp-head-inner {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 11px;
    padding-left: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-inner {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-inner {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-inner {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-inner {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  #head-logo {
    width: 188px;
    width: 50vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #head-logo {
    width: 188px;
  }
}
@media screen and (max-width: 767px) {
  #head-logo a {
    display: block;
  }
  #head-logo a img {
    width: 100%;
  }
  .btn-next {
    width: 83px;
    width: 22vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .btn-next {
    width: 83px;
  }
}
@media screen and (max-width: 767px) {
  .btn-next a {
    display: block;
  }
  .btn-next a img {
    width: 100%;
  }
  .sp-head-menu-wrap {
    height: 41px;
    height: 10.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-menu-wrap {
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .sp-head-menu-cont.fixed {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .sp-head-menu {
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-head-nav {
    padding-left: 11px;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .sp-head-nav ul li a {
    text-decoration: none;
  }
  .sp-head-nav ul li span {
    border-right: 1px solid #ddd;
    color: #333;
    font-family: 'Gothic MB101 Medium', sans-serif;
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav ul li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav ul li span {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav ul li span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav ul li span {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-head-nav ul li span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sp-head-nav ul li:first-child span {
    padding-left: 0;
  }
  .sp-head-nav ul li:last-child span {
    border-right: none;
  }
  #btn-head-menu {
    border-left: 1px solid #ddd;
    background: #fff;
    text-align: center;
    width: 50px;
    width: 13.3vw;
    height: 40px;
    height: 10.7vw;
    padding-top: 8px;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu {
    width: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu {
    height: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #btn-head-menu .label {
    display: block;
    color: #2993d0;
    line-height: 1;
    font-family: 'Gothic MB101 Bold', sans-serif;
    font-size: 8px;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu .label {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  #btn-head-menu .head-menu-bar {
    position: relative;
    margin: 0 auto;
    width: 27px;
    width: 7.2vw;
    height: 16px;
    height: 4.3vw;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu .head-menu-bar {
    width: 27px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu .head-menu-bar {
    height: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #btn-head-menu .head-menu-bar {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  #btn-head-menu .head-menu-bar:after,
  #btn-head-menu .head-menu-bar:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  #btn-head-menu .head-menu-bar:before {
    background: url('img/icon_bar.svg') center no-repeat;
    background-size: 100%;
    opacity: 1;
  }
  #btn-head-menu .head-menu-bar:after {
    background: url('img/icon_cross.svg') center no-repeat;
    background-size: 62%;
    opacity: 0;
  }
  #btn-head-menu.open .head-menu-bar:before {
    opacity: 0;
  }
  #btn-head-menu.open .head-menu-bar:after {
    opacity: 1;
  }
  .head-menu {
    position: absolute;
    z-index: 666;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .head-menu .head-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .head-menu .head-nav {
    order: 1;
    width: 100%;
  }
  .head-menu .head-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .head-menu .head-nav ul li {
    width: 50%;
    display: block;
    float: none;
    border-bottom: 1px solid #ddd;
  }
  .head-menu .head-nav ul li a {
    text-decoration: none;
  }
  .head-menu .head-nav ul li span {
    display: block;
    text-align: left;
    font-size: 14px;
    font-size: 3.7vw;
    padding-top: 11px;
    padding-top: 3vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 11px;
    padding-bottom: 3vw;
    padding-left: 26px;
    padding-left: 7vw;
    background-position: 3vw center !important;
    background-repeat: no-repeat;
    background-size: 9px;
    background-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    padding-left: 26px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-nav ul li span {
    background-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-nav ul li:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .head-menu .head-contact {
    order: 2;
    width: 100%;
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .wrap-box-contact {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .wrap-box-contact {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .box-contact {
    width: 48%;
    border-top: none;
    text-align: center;
    padding-right: 8px;
    padding-right: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .box-contact .box-contact-ttl {
    display: inline-block;
    border-radius: 40px;
    background: #eff5f7;
    color: #1e82bd;
    font-family: 'Gothic MB101 Medium', sans-serif;
    padding-right: 10px;
    padding-right: 2.7vw;
    padding-left: 10px;
    padding-left: 2.7vw;
    font-size: 11px;
    font-size: 2.9vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact .box-contact-ttl {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact .box-contact-ttl {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact .box-contact-ttl {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact .box-contact-ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .box-contact .box-contact-num a {
    color: #1e82bd;
    text-decoration: none;
    line-height: 1;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-size: 6.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .box-contact .box-contact-num a {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .box-contact.contact-lady .box-contact-ttl {
    background: #fdf0fb;
    color: #db60a3;
  }
  .head-menu .head-contact .box-contact.contact-lady .box-contact-num a {
    color: #db60a3;
  }
  .head-menu .head-contact .head-contact-cap-sp {
    margin-top: 3px;
    margin-top: 0.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .head-contact-cap-sp dd,
  .head-menu .head-contact .head-contact-cap-sp dt {
    display: inline-block;
    vertical-align: middle;
  }
  .head-menu .head-contact .head-contact-cap-sp dt {
    border-radius: 2px;
    background: #ef8d00;
    color: #fff;
    line-height: 1.2;
    line-height: 1.4;
    font-size: 10px;
    font-size: 2.7vw;
    padding-top: 3px;
    padding-top: 0.7vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 3px;
    padding-bottom: 0.7vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dt {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dt {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dt {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dt {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dt {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .head-contact-cap-sp dd {
    font-size: 11px;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dd {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .head-contact-cap-sp dd strong {
    font-family: 'Gothic MB101 Medium', sans-serif;
  }
  .head-menu .head-contact .head-contact-cap-sp dd span {
    display: block;
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dd span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .head-menu .head-contact .head-contact-cap-sp dd.cap-txt {
    display: block;
    margin-top: 4px;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .head-menu .head-contact .head-contact-cap-sp dd.cap-txt {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .topicpath-area {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .head-nav .-cm {
    position: relative;
    padding-left: 40px;
    border-left: 1px solid #ddd;
  }
  .head-nav .-cm:hover:before {
    background-image: url(/common/img/icon_cm_on.svg);
    transition-duration: 0.5s;
  }
  .head-nav .-cm a {
    color: #288fc6;
  }
  .head-nav .-cm a:hover {
    color: #76cfff;
  }
  .head-nav .-cm:before {
    content: '';
    display: block;
    width: 18px;
    height: 13px;
    background-image: url(/common/img/icon_cm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 18px;
  }
  .head-nav ul li:nth-last-child(2) {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .head-nav .-cm span {
    position: relative;
    background-image: initial;
    transform: translateX(2.5vw);
  }
  .head-nav .-cm span:before {
    content: '';
    display: block;
    width: 5.4vw;
    height: 3.9vw;
    background-image: url(/common/img/icon_cm.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4.5vw;
    left: 0.6vw;
  }
  .head-nav .-cm a {
    color: #288fc6;
  }
}
@media screen and (min-width: 768px), print {
  #side {
    position: relative;
  }
  #side .side-ttl {
    background: #2993d0;
    padding: 24px 13px 17px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 3px #2582b8;
  }
  #side .side-sticky {
    width: 252px;
    top: 0;
    padding-bottom: 55px;
  }
  #side .side-sticky.fixed {
    position: fixed;
  }
  #side .side-sticky.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  #side .side-nav {
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding-bottom: 0;
    margin-bottom: 34px;
  }
  #side .side-nav ul li {
    border-top: 1px solid #ddd;
  }
  #side .side-nav ul li a {
    text-decoration: none;
  }
  #side .side-nav ul li a:hover span {
    color: #2993d0;
  }
  #side .side-nav ul li span {
    display: block;
    padding: 15px 30px;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    font-size: 15px;
    font-size: 1.5rem;
    background-position: 13px center;
    line-height: 1.5;
  }
  #side .side-nav ul li.active span {
    color: #2993d0;
  }
  #side .side-bnr li {
    margin-bottom: 13px;
  }
  #side .side-bnr li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #side-sp {
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.075);
    position: relative;
    z-index: 555;
    height: 41px;
    height: 11vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp {
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .side-ttl {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 100%;
    background: #fff;
    color: #2993d0;
    line-height: 1;
    font-family: 'Gothic MB101 Medium', sans-serif;
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 11px;
    padding-left: 3vw;
    font-size: 13px;
    font-size: 3.5vw;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .side-ttl {
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .side-ttl:after,
  .side-ttl:before {
    position: absolute;
    display: block;
    background: url('img/icon_arrow.svg') no-repeat;
    background-size: 100%;
    content: '';
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 13px;
    width: 3.5vw;
    height: 20px;
    height: 5.3vw;
    right: 23px;
    right: 6vw;
    top: 11px;
    top: 2.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl:after,
  .side-ttl:before {
    width: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl:after,
  .side-ttl:before {
    height: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl:after,
  .side-ttl:before {
    right: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl:after,
  .side-ttl:before {
    top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .side-ttl:before {
    opacity: 1;
  }
  .side-ttl:after {
    right: 17px;
    right: 4.5vw;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-ttl:after {
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .side-ttl.open {
    border-bottom: none;
  }
  .side-ttl.open:before {
    opacity: 0;
  }
  .side-ttl.open:after {
    opacity: 1;
  }
  .side-inner {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    background: rgba(40, 138, 203, 0.9);
    top: 41px;
    top: 11vw;
    padding-top: 11px;
    padding-top: 3vw;
    padding-bottom: 11px;
    padding-bottom: 3vw;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-inner {
    top: 41px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-inner {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .side-inner {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  #side-sp .side-nav {
    padding: 0;
    margin-bottom: 11px;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp .side-nav {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  #side-sp .side-nav > ul {
    background: #fff;
    width: 94%;
    border-radius: 5px;
    margin: 0 auto;
  }
  #side-sp .side-nav > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  #side-sp .side-nav > ul > li:last-child {
    border-bottom: none;
  }
  #side-sp .side-nav > ul > li > a {
    text-decoration: none;
  }
  #side-sp .side-nav > ul > li span {
    display: block;
    font-family: 'Gothic MB101 Bold', sans-serif;
    padding-top: 11px;
    padding-top: 3vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 11px;
    padding-bottom: 3vw;
    padding-left: 23px;
    padding-left: 6vw;
    background-position: 2vw center !important;
    background-repeat: no-repeat;
    background-size: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp .side-nav > ul > li span {
    padding-top: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp .side-nav > ul > li span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp .side-nav > ul > li span {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #side-sp .side-nav > ul > li span {
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  #side-sp .side-nav > ul > li.active > span {
    color: #2993d0;
  }
  .side-bnr {
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .side-bnr li {
    width: 49%;
    margin-bottom: 2%;
  }
  .side-bnr li a img {
    width: 100%;
  }
  .side-bnr li:last-child {
    margin-bottom: 0;
  }
  .overlay {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: 0.2s filter;
    transition: 0.2s filter;
  }
  .overlay.open {
    display: block;
    opacity: 0.34;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
}
.topicpath-area.btm {
  display: none;
}
@media screen and (max-width: 767px) {
  .topicpath-area.btm {
    display: block;
    z-index: 555;
    position: relative;
    padding-top: 38px;
    padding-top: 10vw;
    bottom: 0;
    left: 0 !important;
    background: #fafafa;
    margin-bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topicpath-area.btm {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .topicpath-area.btm .prd-detail-main-topicpath {
    white-space: nowrap;
    left: 15px;
    left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topicpath-area.btm .prd-detail-main-topicpath {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .topicpath-area.btm .prd-detail-main-topicpath li {
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topicpath-area.btm .prd-detail-main-topicpath li {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topicpath-area.btm .prd-detail-main-topicpath li:last-child {
    padding-right: 15px;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topicpath-area.btm .prd-detail-main-topicpath li:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu {
    background: #2992cf url('/common/css/img/bg_answer.png') -18vw 95% no-repeat;
    background-size: 375px;
    background-size: 100vw;
    padding-top: 23px;
    padding-top: 6vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 19px;
    padding-bottom: 5vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu {
    background-size: 375px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu {
    padding-bottom: 19px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .foot-menu-list {
    justify-content: space-between;
    margin-bottom: 23px;
    margin-bottom: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .foot-menu-list li {
    width: 50%;
  }
  .sp-foot-menu .foot-menu-list li a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .sp-foot-menu .foot-menu-list li span {
    display: block;
    height: 100%;
    border-bottom: 1px solid #53a9da;
    background: url('/common/css/img/icon_arrow_w.svg') no-repeat;
    color: #fff;
    line-height: 1.4;
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 19px;
    padding-left: 5vw;
    font-size: 12px;
    font-size: 3.2vw;
    font-family: 'Gothic MB101 Medium', sans-serif;
    background-size: 10px;
    background-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    padding-left: 19px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li span {
    background-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .foot-menu-list li.menu-l {
    width: 48%;
  }
  .sp-foot-menu .foot-menu-list li.menu-l span {
    background-position: 1.3vw 1.3em;
    font-size: 14px;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li.menu-l span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .foot-menu-list li.menu-l:nth-child(even) span {
    background-position: 0 1.3em;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li.menu-l:nth-child(even) span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .foot-menu-list li.menu-s a {
    opacity: 0.8;
  }
  .sp-foot-menu .foot-menu-list li.menu-s span {
    background-position: 1.3vw 1.5em;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sp-foot-menu .foot-menu-list li.menu-s span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sp-foot-menu .btn-contact + .btn-contact {
    margin-top: 14px;
  }
  .sp-foot-menu .btn-contact img {
    width: 100%;
  }
}
#foot {
  position: relative;
  padding-top: 50px;
  background: #fff;
}
#foot.lp {
  padding-top: 0;
}
#foot.lp .foot-copy {
  width: 95% !important;
}
#foot .foot-contact {
  padding: 0 0 45px;
  max-width: 1190px;
}
#foot .foot-contact .foot-contact-ttl {
  margin-bottom: 4px;
  color: #2993d0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 2.4rem;
}
#foot .foot-contact .wrap-box-contact {
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#foot .foot-contact .box-contact {
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#foot .foot-contact .box-contact .box-contact-ttl {
  display: inline-block;
  padding: 0 13px;
  border-radius: 40px;
  background: #eff5f7;
  color: #1e82bd;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Gothic MB101 Medium', sans-serif;
}
#foot .foot-contact .box-contact .box-contact-num a,
#foot .foot-contact .box-contact .box-contact-num span {
  color: #1e82bd;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 37px;
  font-size: 3.7rem;
}
#foot .foot-contact .box-contact.contact-all {
  width: 355px;
}
#foot .foot-contact .box-contact.contact-lady {
  width: 400px;
}
#foot .foot-contact .box-contact.contact-lady .box-contact-ttl {
  background: #fdf0fb;
  color: #db60a3;
}
#foot .foot-contact .box-contact.contact-lady .box-contact-num a,
#foot .foot-contact .box-contact.contact-lady .box-contact-num span {
  color: #db60a3;
}
#foot .foot-contact .btn-contact {
  width: 340px;
}
#foot .foot-contact .foot-contact-cap {
  margin-top: 4px;
}
#foot .foot-contact .foot-contact-cap dd,
#foot .foot-contact .foot-contact-cap dt {
  display: inline-block;
  vertical-align: middle;
}
#foot .foot-contact .foot-contact-cap dt {
  padding: 0 6px;
  border-radius: 2px;
  background: #ef8d00;
  color: #fff;
  line-height: 1.4;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 10px;
  font-size: 1rem;
}
#foot .foot-contact .foot-contact-cap dd {
  font-size: 12px;
  font-size: 1.2rem;
}
#foot .foot-contact .foot-contact-cap dd strong {
  font-family: 'Gothic MB101 Medium', sans-serif;
}
#foot .foot-contact .foot-contact-cap dd span {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Gothic MB101 Light', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
#foot .foot-area {
  padding-top: 34px;
  padding-bottom: 34px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
#foot .foot-area .foot-area-inner {
  max-width: 1190px;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#foot .foot-area .foot-txt {
  margin-bottom: 34px;
  font-family: 'Gothic MB101 Light', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
#foot .foot-area .utility {
  width: 50%;
}
#foot .foot-area .utility li {
  font-family: 'Gothic MB101 Light', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 13px;
}
#foot .foot-area .utility li:last-child {
  margin-right: 0;
}
#foot .foot-area .utility li a {
  text-decoration: none;
  color: #777;
}
#foot .foot-area .foot-copy {
  width: 50%;
  text-align: right;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #foot {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #foot.lp {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-top: 8vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot.lp {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact {
    position: relative;
    padding-top: 23px;
    padding-top: 6vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-ttl {
    margin-bottom: 0;
    color: #333;
    text-align: left;
    line-height: 1.6;
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-ttl strong {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-ttl strong {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .wrap-box-contact {
    display: block;
  }
  #foot .foot-contact .box-contact {
    display: block;
    border-top: none;
    margin-bottom: 8px;
    margin-bottom: 2vw;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .box-contact .box-contact-ttl {
    padding-right: 10px;
    padding-right: 2.7vw;
    padding-left: 10px;
    padding-left: 2.7vw;
    font-size: 11px;
    font-size: 2.9vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact .box-contact-ttl {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact .box-contact-ttl {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact .box-contact-ttl {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact .box-contact-ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .box-contact .box-contact-num a,
  #foot .foot-contact .box-contact .box-contact-num span {
    line-height: 1;
    font-size: 34px;
    font-size: 9.1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .box-contact .box-contact-num a,
  #foot .foot-contact .box-contact .box-contact-num span {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .box-contact.contact-all {
    width: 100%;
  }
  #foot .foot-contact .box-contact.contact-lady {
    width: 100%;
  }
  #foot .foot-contact .foot-contact-cap {
    margin-top: 15px;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-cap dd,
  #foot .foot-contact .foot-contact-cap dt {
    vertical-align: top;
  }
  #foot .foot-contact .foot-contact-cap dt {
    line-height: 1.3;
    font-size: 9px;
    font-size: 2.4vw;
    padding-top: 4px;
    padding-top: 1.1vw;
    padding-right: 6px;
    padding-right: 1.6vw;
    padding-bottom: 4px;
    padding-bottom: 1.1vw;
    padding-left: 6px;
    padding-left: 1.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dt {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dt {
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dt {
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dt {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dt {
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-cap dd {
    padding-top: 3px;
    padding-top: 0.7vw;
    font-size: 11px;
    font-size: 2.9vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dd {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dd {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-cap dd span {
    display: block;
    margin-left: 0;
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dd span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-contact-cap dd.cap-txt {
    display: block;
    margin-top: 4px;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-contact-cap dd.cap-txt {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-portlate {
    position: absolute;
    bottom: 0;
    right: -45px;
    right: -12vw;
    width: 193px;
    width: 51.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-portlate {
    right: -45px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-contact .foot-portlate {
    width: 193px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-contact .foot-portlate img {
    width: 100%;
  }
  #foot .foot-area {
    padding-top: 23px;
    padding-top: 6vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 15px;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .foot-area-inner {
    display: block;
  }
  #foot .foot-area .foot-logo {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 23px;
    padding-bottom: 6vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-logo {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .foot-logo img {
    width: 275px;
    width: 73.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-logo img {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .foot-txt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    font-size: 11px;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-txt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-txt {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .utility {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 11px;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .utility {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .utility ul {
    position: relative;
    left: 50%;
    float: left;
  }
  #foot .foot-area .utility ul li {
    font-size: 11px;
    font-size: 2.9vw;
    margin-right: 15px;
    margin-right: 4vw;
    position: relative;
    left: -50%;
    float: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .utility ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .utility ul li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #foot .foot-area .foot-copy {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #foot .foot-area .foot-copy {
    font-size: 10px;
  }
}
#pagetop {
  position: absolute;
  top: -70px;
  right: 20px;
  z-index: 999;
}
#pagetop.fixed {
  position: fixed;
  bottom: 20px;
  top: inherit;
}
#pagetop a {
  background: url('/common/img/pagetop.png') left top no-repeat;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 60px;
  background-size: auto 100%;
}
#pagetop a:hover {
  background-position: right top;
}
@media screen and (min-width: 768px), print {
  .foot-fix-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .foot-fix-nav {
    z-index: 7777;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(244, 242, 223, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .foot-fix-nav .foot-fix-nav-ttl {
    line-height: 1.583;
    font-size: 13px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav .foot-fix-nav-ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .foot-fix-nav .foot-fix-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .foot-fix-nav .foot-fix-nav-list li {
    height: 100%;
    margin-left: 0px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav .foot-fix-nav-list li {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .foot-fix-nav .foot-fix-nav-list li.last {
    margin-left: 8px;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav .foot-fix-nav-list li.last {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .foot-fix-nav .foot-fix-nav-list li a {
    display: block;
  }
  .foot-fix-nav .foot-fix-nav-list li a img {
    width: auto;
    height: 48px;
    height: 12.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .foot-fix-nav .foot-fix-nav-list li a img {
    height: 48px;
  }
}
.cp-bnr {
  background: #e3ddb8;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.cp-bnr a {
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .cp-bnr a {
    transition-duration: 0.2s;
  }
  .cp-bnr a:hover {
    opacity: 0.7;
  }
}
.cp-bnr-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .cp-bnr-inner {
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  .cp-bnr-inner {
    padding: 8px;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cp-bnr-inner {
    padding: 8px;
  }
}
#cp-bnr-close {
  cursor: pointer;
  display: block;
  position: absolute;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background-color: #fff;
  border-radius: 20px;
}
#cp-bnr-close span {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #cp-bnr-close {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 28px;
  }
  #cp-bnr-close img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  #cp-bnr-close {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    right: 0px;
    right: 0vw;
    top: -19px;
    top: -5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #cp-bnr-close {
    width: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #cp-bnr-close {
    height: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #cp-bnr-close {
    right: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #cp-bnr-close {
    top: -19px;
  }
}
@media screen and (max-width: 767px) {
  #cp-bnr-close img {
    width: 18px;
    width: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #cp-bnr-close img {
    width: 18px;
  }
}
@media screen and (min-width: 768px), print {
  .box-center {
    margin: 0 auto;
    padding: 0;
    max-width: 1220px;
  }
}
@media screen and (max-width: 767px) {
  .box-center {
    position: relative;
  }
}
.box-border {
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .box-border {
    padding: 42px 55px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .box-border {
    padding-top: 23px;
    padding-top: 6vw;
    padding-right: 23px;
    padding-right: 6vw;
    padding-bottom: 23px;
    padding-bottom: 6vw;
    padding-left: 23px;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-border {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-border {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-border {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-border {
    padding-left: 23px;
  }
}
.box-beige {
  background: #f6f4e8;
}
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .box-col2 > * {
    overflow: hidden;
    margin: 0 20px 20px 0;
    width: 50%;
  }
  .box-col2 > *:nth-child(2n) {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .box-col2 > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px;
  }
  .box-col3 > * {
    overflow: hidden;
    margin: 0 20px 20px 0;
    width: 33.3333333333%;
  }
  .box-col3 > *:nth-child(3n) {
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .box-col3 > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .box-col4 > * {
    overflow: hidden;
    margin: 0 20px 20px 0;
    width: 25%;
  }
  .box-col4 > *:nth-child(4n) {
    margin-right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .box-col4 > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-col2-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col2-parsent > * {
    overflow: hidden;
    width: 49%;
  }
  .box-col2-parsent > *:nth-child(n + 1) {
    margin: 0 2% 2% 0;
  }
  .box-col2-parsent > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col2-parsent > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-col3-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col3-parsent > * {
    overflow: hidden;
    width: 32%;
  }
  .box-col3-parsent > *:nth-child(n + 1) {
    margin: 0 2% 2% 0;
  }
  .box-col3-parsent > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col3-parsent > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-col4-parsent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col4-parsent > * {
    overflow: hidden;
    width: 23.5%;
  }
  .box-col4-parsent > *:nth-child(n + 1) {
    margin: 0 2% 2% 0;
  }
  .box-col4-parsent > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-col4-parsent > * {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .box-img-l {
    display: -ms-flexbox;
    display: flex;
  }
  .box-img-l .box-img {
    padding-right: 40px;
  }
  .box-img-l .box-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .box-img-l .box-img {
    margin-bottom: 20px;
  }
  .box-img-l .box-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .box-img-r {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .box-img-r .box-img {
    padding-left: 40px;
  }
  .box-img-r .box-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .box-img-r .box-img {
    margin-bottom: 20px;
  }
  .box-img-r .box-img img {
    width: 100%;
    height: auto;
  }
}
.sct-example {
  padding-bottom: 34px;
  background: url('/common/css/img/bg_math.png');
  background-size: 13px;
}
.sct-example .sct-example-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}
.sct-example .sct-example-ttl img {
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .sct-example {
    padding-bottom: 23px;
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-example {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .sct-example .slick-dotted.slick-slider {
    margin-bottom: 19px;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-example .slick-dotted.slick-slider {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .sct-example .sct-example-ttl {
    position: relative;
    margin-top: 0;
  }
  .sct-example .sct-example-ttl .sp-item {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .sct-example .sct-example-ttl img {
    width: 82% !important;
    height: auto !important;
  }
}
.case-detail .box-example {
  display: block;
  margin: 0 2px;
  padding: 8px 21px 21px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #2993d0;
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .case-detail .box-example {
    margin: 0;
    width: 100%;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .case-detail .box-example {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .case-detail .box-example {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .case-detail .box-example {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .case-detail .box-example {
    padding-left: 8px;
  }
}
.box-example {
  position: relative;
  z-index: 5555;
  margin-bottom: 13px;
}
.box-example a {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  display: block;
  margin: 0 2px;
  padding: 8px 21px 21px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #2993d0;
  background: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .box-example a {
    margin: 0;
    width: 100%;
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example a {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example a {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example a {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example a {
    padding-left: 8px;
  }
}
.box-example a:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.box-example .example-number {
  color: #2993d0;
  line-height: 1;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
.box-example .example-contents {
  position: relative;
  margin-bottom: 6px;
  padding-left: 103px;
  min-height: 96px;
}
.box-example .example-contents .example-img {
  position: absolute;
  top: 4px;
  left: 20px;
  width: 60px;
  height: 90px;
}
.box-example .example-contents .example-data {
  margin-bottom: 8px;
  font-size: 10px;
  font-size: 1rem;
}
.box-example .example-contents .example-data span {
  display: inline-block;
  margin-right: 8px;
  color: #2993d0;
  font-family: 'Gothic MB101 Bold', sans-serif;
}
.box-example .example-contents .example-message {
  line-height: 1.553;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
}
.box-example .consult-before-after {
  padding: 2px 8px 8px;
  background: #f6f4e8;
}
.box-example .consult-before-after .consult-after,
.box-example .consult-before-after .consult-before {
  align-items: center;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-example .consult-before-after .consult-after .consult-ttl,
.box-example .consult-before-after .consult-after dd,
.box-example .consult-before-after .consult-after dl,
.box-example .consult-before-after .consult-after dt,
.box-example .consult-before-after .consult-before .consult-ttl,
.box-example .consult-before-after .consult-before dd,
.box-example .consult-before-after .consult-before dl,
.box-example .consult-before-after .consult-before dt {
  line-height: 1;
}
.box-example .consult-before-after .consult-after .consult-ttl,
.box-example .consult-before-after .consult-before .consult-ttl {
  margin-right: 4px;
  font-family: 'Gothic MB101 Bold', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
.box-example .consult-before-after .consult-after dl,
.box-example .consult-before-after .consult-before dl {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-example .consult-before-after .consult-after dt,
.box-example .consult-before-after .consult-before dt {
  margin-right: 5px;
  padding: 2px 6px;
  border: 1px solid #2993d0;
  border-radius: 40px;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 10px;
  font-size: 1rem;
}
.box-example .consult-before-after .consult-after dd,
.box-example .consult-before-after .consult-before dd {
  margin-right: 10px;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.box-example .consult-before-after .consult-after dd strong,
.box-example .consult-before-after .consult-before dd strong {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.box-example .consult-before-after .consult-after dd:last-child,
.box-example .consult-before-after .consult-before dd:last-child {
  margin-right: 0;
}
.box-example .consult-before-after .consult-before {
  color: #2993d0;
}
.box-example .consult-before-after .consult-after {
  position: relative;
  border-radius: 4px;
  background: #2993d0;
  color: #fff;
}
.box-example .consult-before-after .consult-after dt {
  border-color: #fff;
}
.box-example .consult-before-after .consult-after:before {
  position: absolute;
  top: 0;
  left: 20px;
  border: 5px solid transparent;
  border-top: 4px solid #f6f4e8;
  content: '';
}
.box-example.color-nini a {
  border-color: #2d99d8;
}
.box-example.color-nini .example-number {
  color: #2d99d8;
}
.box-example.color-nini .example-contents .example-img path,
.box-example.color-nini .example-contents .example-img rect {
  fill: #2d99d8;
}
.box-example.color-nini .example-contents .example-data span {
  color: #2d99d8;
}
.box-example.color-nini .consult-before-after .consult-before dt {
  border-color: #2d99d8;
}
.box-example.color-nini .consult-before-after .consult-before {
  color: #2d99d8;
}
.box-example.color-nini .consult-before-after .consult-after {
  background-color: #2d99d8;
}
.box-example.color-kabarai a {
  border-color: #e1a420;
}
.box-example.color-kabarai .example-number {
  color: #e1a420;
}
.box-example.color-kabarai .example-contents .example-img path,
.box-example.color-kabarai .example-contents .example-img rect {
  fill: #e1a420;
}
.box-example.color-kabarai .example-contents .example-data span {
  color: #e1a420;
}
.box-example.color-kabarai .consult-before-after .consult-before dt {
  border-color: #e1a420;
}
.box-example.color-kabarai .consult-before-after .consult-before {
  color: #e1a420;
}
.box-example.color-kabarai .consult-before-after .consult-after {
  background-color: #e1a420;
}
.box-example.color-kojin a {
  border-color: #5aad11;
}
.box-example.color-kojin .example-number {
  color: #5aad11;
}
.box-example.color-kojin .example-contents .example-img path,
.box-example.color-kojin .example-contents .example-img rect {
  fill: #5aad11;
}
.box-example.color-kojin .example-contents .example-data span {
  color: #5aad11;
}
.box-example.color-kojin .consult-before-after .consult-before dt {
  border-color: #5aad11;
}
.box-example.color-kojin .consult-before-after .consult-before {
  color: #5aad11;
}
.box-example.color-kojin .consult-before-after .consult-after {
  background-color: #5aad11;
}
.box-example.color-hasan a {
  border-color: #e86711;
}
.box-example.color-hasan .example-number {
  color: #e86711;
}
.box-example.color-hasan .example-contents .example-img path,
.box-example.color-hasan .example-contents .example-img rect {
  fill: #e86711;
}
.box-example.color-hasan .example-contents .example-data span {
  color: #e86711;
}
.box-example.color-hasan .consult-before-after .consult-before dt {
  border-color: #e86711;
}
.box-example.color-hasan .consult-before-after .consult-before {
  color: #e86711;
}
.box-example.color-hasan .consult-before-after .consult-after {
  background-color: #e86711;
}
.box-example.color-jikou a {
  border-color: #0075cf;
}
.box-example.color-jikou .example-number {
  color: #0075cf;
}
.box-example.color-jikou .example-contents .example-img path,
.box-example.color-jikou .example-contents .example-img rect {
  fill: #0075cf;
}
.box-example.color-jikou .example-contents .example-data span {
  color: #0075cf;
}
.box-example.color-jikou .consult-before-after .consult-before dt {
  border-color: #0075cf;
}
.box-example.color-jikou .consult-before-after .consult-before {
  color: #0075cf;
}
.box-example.color-jikou .consult-before-after .consult-after {
  background-color: #0075cf;
}
@media screen and (max-width: 767px) {
  margin-bottom: 11px;
  margin-bottom: 3vw;
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .box-example .example-number {
    font-size: 11px;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-number {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .example-contents {
    margin-bottom: 8px;
    margin-bottom: 2vw;
    padding-left: 95px;
    padding-left: 25.3vw;
    min-height: 90px;
    min-height: 24vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents {
    padding-left: 95px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents {
    min-height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .example-contents .example-img {
    height: auto;
    top: 0px;
    top: 0vw;
    left: 0px;
    left: 0vw;
    width: 95px;
    width: 25.3vw;
    padding: 4px;
    padding: 1vw;
    padding-top: 8px;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-img {
    top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-img {
    left: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-img {
    width: 95px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-img {
    padding: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-img {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .example-contents .example-data {
    margin-bottom: 8px;
    margin-bottom: 2vw;
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-data {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-data {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .example-contents .example-data span {
    margin-right: 8px;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-data span {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .example-contents .example-message {
    font-size: 17px;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .example-contents .example-message {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after {
    padding-top: 0px;
    padding-top: 0vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after,
  .box-example .consult-before-after .consult-before {
    padding-top: 8px;
    padding-top: 2vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 8px;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after,
  .box-example .consult-before-after .consult-before {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after,
  .box-example .consult-before-after .consult-before {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after,
  .box-example .consult-before-after .consult-before {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after,
  .box-example .consult-before-after .consult-before {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after .consult-ttl,
  .box-example .consult-before-after .consult-before .consult-ttl {
    line-height: 1;
    margin-right: 10px;
    margin-right: 2.7vw;
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 3px;
    padding-top: 0.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after .consult-ttl,
  .box-example .consult-before-after .consult-before .consult-ttl {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after .consult-ttl,
  .box-example .consult-before-after .consult-before .consult-ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after .consult-ttl,
  .box-example .consult-before-after .consult-before .consult-ttl {
    padding-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    line-height: 1.3;
    padding-top: 0px;
    padding-top: 0vw;
    padding-right: 5px;
    padding-right: 1.3vw;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 5px;
    padding-left: 1.3vw;
    font-size: 9px;
    font-size: 2.4vw;
    margin-right: 4px;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dt,
  .box-example .consult-before-after .consult-before dt {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after dd,
  .box-example .consult-before-after .consult-before dd {
    margin-right: 8px;
    margin-right: 2vw;
    font-size: 10px;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dd,
  .box-example .consult-before-after .consult-before dd {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dd,
  .box-example .consult-before-after .consult-before dd {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after dd strong,
  .box-example .consult-before-after .consult-before dd strong {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after dd strong,
  .box-example .consult-before-after .consult-before dd strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-example .consult-before-after .consult-after dd:last-child,
  .box-example .consult-before-after .consult-before dd:last-child {
    margin-right: 0;
    min-width: 0;
  }
  .box-example .consult-before-after .consult-after:before {
    left: 18px;
    left: 4.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .box-example .consult-before-after .consult-after:before {
    left: 18px;
  }
}
.wrap-box-example .slick-dots li button {
  width: 100%;
  height: 100%;
}
.wrap-box-example .slick-dots li button:before {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ddd;
  content: '';
  opacity: 1;
}
.wrap-box-example .slick-dots li.slick-active button:before {
  background: #288acb;
  opacity: 1;
}
.js-box-example {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.js-box-example.slick-initialized {
  opacity: 1;
}
.js-box-example .slick-next,
.js-box-example .slick-prev {
  top: auto;
  bottom: -23px;
  z-index: 99;
  width: 12px;
  height: 12px;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.js-box-example .slick-next:before,
.js-box-example .slick-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
}
.js-box-example .slick-next:hover,
.js-box-example .slick-prev:hover {
  opacity: 0.7;
}
.js-box-example .slick-prev {
  left: 21px;
}
.js-box-example .slick-prev:before {
  border-bottom: 3px solid #2993d0;
  border-left: 3px solid #2993d0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-box-example .slick-next {
  right: 21px;
}
.js-box-example .slick-next:before {
  border-right: 3px solid #2993d0;
  border-bottom: 3px solid #2993d0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  .wrap-box-example {
    margin: 0 auto 21px;
    width: 510px;
  }
  .wrap-box-example .slick-dots {
    bottom: -21px;
  }
  .wrap-box-example .slick-dots li {
    margin-right: 8px;
    margin-left: 8px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example {
    margin-bottom: 23px;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-dots {
    bottom: -11px;
    bottom: -3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-dots {
    bottom: -11px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-dots li {
    margin-left: 4px;
    margin-left: 1.1vw;
    margin-right: 4px;
    margin-right: 1.1vw;
    width: 8px;
    width: 2.1vw;
    height: 8px;
    height: 2.1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-dots li {
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-dots li {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-dots li {
    width: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-dots li {
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-next,
  .wrap-box-example .slick-prev {
    bottom: -15px;
    bottom: -4vw;
    width: 11px;
    width: 3vw;
    height: 11px;
    height: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-next,
  .wrap-box-example .slick-prev {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-next,
  .wrap-box-example .slick-prev {
    width: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-next,
  .wrap-box-example .slick-prev {
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-next:before,
  .wrap-box-example .slick-prev:before {
    border-width: 4px;
    border-width: 1.1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-next:before,
  .wrap-box-example .slick-prev:before {
    border-width: 4px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-prev {
    left: 19px;
    left: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-prev {
    left: 19px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-box-example .slick-next {
    right: 19px;
    right: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .wrap-box-example .slick-next {
    right: 19px;
  }
}
.accbox {
  box-sizing: border-box;
  margin: 34px 0 0;
  padding: 13px;
  max-width: 100%;
  background: #f6f4e8;
}
.accbox .bg {
  box-sizing: border-box;
  padding: 21px;
  border-radius: 6px;
  background: #fff;
}
.accbox label {
  display: block;
  margin: 8px 0;
  padding-top: 18px;
  border-top: 1px solid #ddd;
  letter-spacing: 0.055em;
  line-height: 1.8;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Gothic MB101 Medium', sans-serif;
}
.accbox label:first-of-type {
  margin-top: 0;
}
.accbox label:last-of-type {
  margin-bottom: 0;
}
.accbox label:before {
  padding-right: 10px;
  color: #2993d0;
  content: '\f054';
  font-family: 'FontAwesome';
}
.qa label {
  position: relative;
}
.qa .accbox label:before {
  content: 'Q.';
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.qa .accbox label:after {
  position: absolute;
  top: 18px;
  right: 0;
  padding-right: 0;
  color: #2993d0;
  content: '\f054';
  font-family: 'FontAwesome';
}
.accbox label:hover {
  color: #2993d0;
}
.accbox input {
  display: block;
  height: 0;
  opacity: 0;
}
.accbox .accshow {
  overflow: hidden;
  box-sizing: border-box;
  margin-left: 23px;
  padding: 0;
  width: 95%;
  height: 0;
  opacity: 0;
  transition: 0.2s;
}
.accbox .accshow p {
  padding: 0 0 21px;
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}
.accbox .accshow:last-of-type p {
  margin-top: 8px;
}
.qa .accbox .accshow {
  margin-left: 26px;
}
.cssacc:checked + label span {
  color: #2993d0;
}
.cssacc:checked + label + .accshow {
  padding: 0;
  height: auto;
  opacity: 1;
}
.cssacc:checked + label:before {
  padding-right: 5px;
  content: '\f078';
}
.qa .cssacc:checked + label:before {
  padding-right: 10px;
  content: 'Q.';
}
.qa .cssacc:checked + label:after {
  content: '\f078';
}
@media screen and (max-width: 767px) {
  .accbox {
    margin-top: 8px;
    margin-top: 2vw;
    padding: 8px;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .accbox .bg {
    padding: 15px;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox .bg {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .accbox label {
    border-top: 1px solid #ddd;
    line-height: 1.55;
    margin-top: 0px;
    margin-top: 0vw;
    margin-bottom: 11px;
    margin-bottom: 3vw;
    font-size: 15px;
    font-size: 4vw;
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 23px;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label {
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .accbox label:before {
    padding-right: 4px;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox label:before {
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .qa .accbox label:after {
    top: 45%;
    top: 15px;
    top: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .qa .accbox label:after {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .qa .accbox .accshow {
    margin-left: 0;
  }
  .qa .accbox .accshow:last-of-type p {
    padding-bottom: 0;
  }
  .qa .cssacc:checked + label:before {
    padding-right: 4px;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .qa .cssacc:checked + label:before {
    padding-right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .accbox .accshow {
    width: 100%;
    margin-left: 0px;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox .accshow {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .accbox .accshow p {
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
    font-size: 3.7vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox .accshow p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .accbox .accshow p {
    padding-bottom: 15px;
  }
}
.swear-main-wrap {
  margin-bottom: 0;
}
.swear-main {
  border-right: 1px solid #2c8ccc;
  border-bottom: 1px solid #2c8ccc;
  border-left: 1px solid #2c8ccc;
  border-width: 1px;
  border-width: 0.3vw;
}
@media screen and (min-width: 768px), print {
  .swear-main {
    border-width: 1px;
  }
}
.swear-main .swear-main-inner01 {
  margin-left: -2.3vw;
  width: calc(100% + 4.6vw);
  background: url('/common/css/img/bg_swear.png') left top no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding-top: 38px;
  padding-top: 10vw;
  padding-bottom: 60px;
  padding-bottom: 16vw;
  padding-right: 23px;
  padding-right: 6vw;
  padding-left: 23px;
  padding-left: 6vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 {
    padding-top: 38px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 {
    padding-right: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 {
    padding-left: 23px;
  }
}
.swear-main .swear-main-inner01 .swear-main-ttl {
  text-align: center;
  margin-bottom: 38px;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 .swear-main-ttl {
    margin-bottom: 38px;
  }
}
.swear-main .swear-main-inner01 .swear-main-ttl img {
  width: 200px;
  width: 53.3vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 .swear-main-ttl img {
    width: 200px;
  }
}
.swear-main .swear-main-inner01 .swear-main-lead {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 22px;
  font-size: 5.9vw;
  margin-bottom: 15px;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 .swear-main-lead {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 .swear-main-lead {
    margin-bottom: 15px;
  }
}
.swear-main .swear-main-inner01 > p {
  line-height: 1.8;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 15px;
  font-size: 4vw;
  margin-bottom: 23px;
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 > p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner01 > p {
    margin-bottom: 23px;
  }
}
.swear-main .swear-main-inner02 {
  padding-bottom: 30px;
  padding-bottom: 8vw;
  padding-right: 15px;
  padding-right: 4vw;
  padding-left: 15px;
  padding-left: 4vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner02 {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner02 {
    padding-left: 15px;
  }
}
.swear-main .swear-main-inner02 > p {
  line-height: 1.8;
  margin-bottom: 23px;
  margin-bottom: 6vw;
  font-family: 'Gothic MB101 Regular', sans-serif;
  font-size: 14px;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner02 > p {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .swear-main .swear-main-inner02 > p {
    font-size: 14px;
  }
}
.swear-main .swear-main-inner02 > p span {
  color: #288acb;
  font-family: 'Gothic MB101 Bold', sans-serif;
}
.swear-main .swear-main-inner02 > p:last-child {
  margin-bottom: 0;
}
.index + .sct-pageshare,
.layout-col2 + .sct-pageshare {
  margin-top: 0;
}
.sct-pageshare {
  margin-top: 55px;
  margin-bottom: 0;
  padding: 34px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 15px -8px #ebe8dd;
}
.sct-pageshare .cmn-ttl {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
.sns-list {
  display: flex;
  justify-content: space-between;
}
.sns-list li {
  width: 24%;
  text-align: center;
}
.sns-list.sns-list-s {
  margin-bottom: 30px;
  justify-content: flex-start;
}
.sns-list.sns-list-s li {
  margin-right: 8px;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .sct-pageshare {
    border-radius: 0;
    box-shadow: none;
    margin-top: 23px;
    margin-top: 6vw;
    padding: 23px;
    padding: 6vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-pageshare {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-pageshare {
    padding: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-pageshare {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sct-pageshare .cmn-ttl {
    margin-bottom: 15px;
    margin-bottom: 4vw;
    font-size: 17px;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-pageshare .cmn-ttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sct-pageshare .cmn-ttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .sns-list {
    flex-wrap: wrap;
  }
  .sns-list li {
    width: 48.5%;
    margin-bottom: 10px;
    margin-bottom: 2.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sns-list.sns-list-s {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list.sns-list-s {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sns-list.sns-list-s li {
    margin-right: 8px;
    margin-right: 2vw;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list.sns-list-s li {
    margin-right: 8px;
  }
}
.icon {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 2px #999;
  color: #fff !important;
  text-decoration: none;
}
.sns-list-s .icon {
  padding: 12px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sns-list-s .icon {
    padding: 8px;
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list-s .icon {
    padding: 8px;
  }
}
.icon i {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.sns-list-s .icon i {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .sns-list-s .icon i {
    width: 20px;
    width: 5.3vw;
    height: 20px;
    height: 5.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list-s .icon i {
    width: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .sns-list-s .icon i {
    height: 20px;
  }
}
.icon.tw {
  background: #55acee;
}
.icon.tw i {
  background: url(img/icon_tw.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.icon.fb {
  background: #3b5998;
}
.icon.fb i {
  background: url(img/icon_fb.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  line-height: 1;
}
.icon.hatena {
  background: #1ba5dc;
}
.icon.hatena i {
  background: url(img/icon_hatena.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.icon.line {
  background: #00c300;
}
.icon.line i {
  background: url(img/icon_line.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.icon span {
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
.sns-list-s .icon span {
  display: none;
}
.btn02,
.btn01 {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn01 {
  border: 2px solid #2993d0;
  background-color: #2993d0;
  color: #fff;
}
.btn01:hover {
  background-color: #fff;
  color: #2993d0;
}
.btn02 {
  border: 2px solid #2993d0;
  background-color: #fff;
  color: #2993d0;
}
.btn02:hover {
  background-color: #2993d0;
  color: #fff;
}
.btn-s {
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-l {
  padding: 13px;
  font-size: 22px;
  font-size: 2.2rem;
}
.btn-list li .btn01,
.btn-list li .btn02 {
  width: 100%;
}
.btn-list {
  text-align: center;
  letter-spacing: -0.4em;
}
.btn-list li {
  display: inline-block;
  padding: 0 10px;
  width: 40%;
  letter-spacing: normal;
}
.back-btn a {
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding-left: 10px;
}
.back-btn a:hover {
  color: #2993d0;
}
.back-btn a:after {
  color: #2993d0;
  content: '>';
  position: absolute;
  left: inherit;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmn-btn {
  text-align: center;
}
.cmn-btn a,
input.cmn-btn {
  display: inline-block;
  padding: 8px 34px;
  border-radius: 40px;
  background-color: #ffe400;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: 0.2s transform, 0.2s box-shadow;
  transition: 0.2s transform, 0.2s box-shadow;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Gothic MB101 Medium', sans-serif;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  line-height: 1;
}
.cmn-btn a:hover,
input.cmn-btn:hover {
  -webkit-box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.cmn-btn a:active,
input.cmn-btn:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #000;
}
@media screen and (max-width: 767px) {
  .cmn-btn a,
  input.cmn-btn {
    padding-top: 9px;
    padding-top: 2.4vw;
    padding-right: 30px;
    padding-right: 8vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    padding-left: 30px;
    padding-left: 8vw;
    font-size: 13px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-btn a,
  input.cmn-btn {
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-btn a,
  input.cmn-btn {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-btn a,
  input.cmn-btn {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-btn a,
  input.cmn-btn {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-btn a,
  input.cmn-btn {
    font-size: 13px;
  }
}
.fade-over a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fade-over a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn-list li {
    display: block;
    width: 100%;
  }
  .btn-list li:last-child {
    margin-bottom: 0;
  }
}
side .side-nav li span,
.icon-arrow {
  background-image: url('/common/css/img/icon_arrow.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .head-nav li span,
  #side-sp .side-nav li span {
    background-image: url('/common/css/img/icon_arrow.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px;
    padding-left: 16px;
  }
}
.page-navi {
  margin: 0 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ddd;
}
.page-navi li {
  border-left: 1px solid #ddd;
  width: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Gothic MB101 Regular', sans-serif;
  padding: 13px 0;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.page-navi li a {
  text-decoration: none;
}
.page-navi li a:hover {
  color: #2993d0;
}
.page-navi li:before {
  font-family: 'FontAwesome';
  content: '\f078';
  padding-right: 8px;
  color: #2993d0;
}
@media screen and (max-width: 767px) {
  .page-navi {
    margin-top: 0px;
    margin-top: 0vw;
    margin-bottom: 38px;
    margin-bottom: 10vw;
    border: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .page-navi li {
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 48%;
    font-size: 13px;
    font-size: 3.5vw;
    padding-top: 15px;
    padding-top: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 11px;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi li {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi li {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi li {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) {
  .page-navi li:before {
    padding-right: 4px;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .page-navi li:before {
    padding-right: 4px;
  }
}
.blue-link {
  font-size: 16px;
  font-size: 1.6rem;
}
.blue-link a {
  color: #2993d0;
  background-image: url('/common/css/img/icon_arrow.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.blue-link a {
  text-decoration: none;
  padding-left: 16px;
}
.blue-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .blue-link {
    margin-top: 8px;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .blue-link {
    margin-top: 8px;
  }
}
.list-disc {
  margin-left: 1.5em;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}
.list-decimal {
  margin-left: 1.5em;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-decimal li:last-child {
  margin-bottom: 0;
}
.question-list {
  border-top: 1px solid #ddd;
}
.question-list li {
  border-bottom: 1px solid #ddd;
}
.question-list li a {
  line-height: 1.55;
  padding: 14px 34px;
  display: block;
  text-decoration: none;
  font-family: 'Gothic MB101 Medium', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: url('img/icon_arrow.svg') 97% center no-repeat;
  background-size: 12px auto;
  position: relative;
}
.question-list li a:before {
  display: block;
  content: '';
  width: 18px;
  height: 15px;
  background: url('img/icon_q.svg') no-repeat;
  background-size: 100%;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .question-list li a {
    background-position: 99% center;
    background-size: 11px;
    background-size: 2.9vw;
    font-size: 14px;
    font-size: 3.7vw;
    padding-top: 13px;
    padding-top: 3.3vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 13px;
    padding-bottom: 3.3vw;
    padding-left: 23px;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    background-size: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    padding-top: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a {
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .question-list li a:before {
    width: 20px;
    width: 5.3vw;
    height: 19px;
    height: 5.1vw;
    left: 4px;
    left: 1.1vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a:before {
    height: 19px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .question-list li a:before {
    left: 4px;
  }
}
.cap-list {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.cap-list li {
  padding-left: 1.382em;
  text-indent: -1.382em;
}
.cap-list li a {
  color: #fff;
}
.cap-list li:not(:first-of-type) {
  margin-top: 3px;
}
.cap-list li:before {
  content: '※';
  margin-right: 0.382em;
}
.cap-list.-number {
  counter-reset: cap-list;
}
.cap-list.-number li {
  padding-left: 2.182em;
  text-indent: -2.182em;
}
.cap-list.-number li:before {
  counter-increment: cap-list;
  content: '※' counter(cap-list);
}
@media screen and (max-width: 767px) {
  .cap-list {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cap-list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .cap-list + * {
    margin-top: 23px;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cap-list + * {
    margin-top: 23px;
  }
}
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}
img.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (min-width: 768px), print {
  .cmn-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-txt {
    line-height: 2;
    font-size: 13px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-txt {
    font-size: 13px;
  }
}
.-text-small {
  font-size: 0.618em;
}
@media screen and (min-width: 768px), print {
  a[href^='tel:'] {
    pointer-events: none;
    text-decoration: none;
  }
}
.marker {
  background: linear-gradient(transparent 70%, #ffe400 0%);
  display: inline;
  padding: 0 0 0px;
}
.pager {
  font-size: 0;
  line-height: 1;
  margin: 50px auto;
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}
.pager a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.pager a:hover {
  background-color: #f5f5f5;
}
.pager span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pager span:before {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.pager .pager-item-prev,
.pager .pager-item-next {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
}
.pager .pager-item-prev span,
.pager .pager-item-next span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pager .pager-item-prev {
  margin-right: 50px;
}
.pager .pager-item-next {
  margin-left: 50px;
}
.pager .pager-item-current {
  background-color: #f5f5f5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pager li {
    margin: 0 5px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pager .pager-item-prev,
  .pager .pager-item-next {
    font-size: 10px;
    font-size: 1rem;
  }
  .pager .pager-item-prev {
    margin-right: 5px;
  }
  .pager .pager-item-next {
    margin-left: 5px;
  }
}
.cmn-table {
  width: 100%;
  border-top: 1px solid #2993d0;
}
.cmn-table th,
.cmn-table td {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: top;
}
.cmn-table th {
  width: 23%;
  text-align: left;
}
.cmn-table td {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .cmn-table tr {
    display: block;
    width: 100%;
  }
  .cmn-table tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .cmn-table tbody th,
  .cmn-table tbody td {
    padding-top: 5px;
    padding-top: 1.3vw;
    padding-bottom: 5px;
    padding-bottom: 1.3vw;
    font-size: 14px;
    font-size: 3.7vw;
    width: 100%;
    display: list-item;
    list-style: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-table tbody th,
  .cmn-table tbody td {
    padding-top: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-table tbody th,
  .cmn-table tbody td {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-table tbody th,
  .cmn-table tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table tbody th iframe,
  .cmn-table tbody td iframe {
    width: 100%;
    height: 60vh;
  }
  .cmn-table tbody th {
    list-style: none;
  }
  .cmn-table tbody th:before {
    content: '■ ';
    color: #2993d0;
  }
  .cmn-table tbody td {
    padding-bottom: 26px;
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-table tbody td {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table#formTable th:before {
    content: '';
  }
}
.main-ttl {
  border-bottom: 2px solid #eee;
  line-height: 1.2;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}
.cmn-ttl {
  color: #2993d0;
  font-family: 'Gothic MB101 Medium', sans-serif;
  letter-spacing: 0.055em;
  margin-top: 89px;
  margin-bottom: 3px;
  line-height: 1.5;
}
.cmn-ttl:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .cmn-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl {
    text-align: center;
    font-size: 19px;
    font-size: 5.1vw;
    margin-top: 53px;
    margin-top: 14vw;
    margin-bottom: 11px;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl {
    margin-bottom: 11px;
  }
}
.cmn-ttl.min {
  margin-top: 21px;
  line-height: 1.5;
}
.cmn-ttl.min span {
  color: #fff;
  background: #2993d0;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 5px;
  margin-right: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 768px), print {
  .cmn-ttl.min {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl.min {
    text-align: left;
    font-size: 16px;
    font-size: 4.3vw;
    margin-top: 23px;
    margin-top: 6vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl.min {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl.min {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl.min {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl.min span {
    font-size: 11px;
    font-size: 2.9vw;
    padding: 1vw 2vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-ttl.min span {
    font-size: 11px;
  }
}
.cmn-main-ttl {
  background: #2993d0;
  color: #fff;
  font-family: 'Gothic MB101 Medium', sans-serif;
  text-shadow: 1px 1px 3px #2582b8;
}
@media screen and (min-width: 768px), print {
  .cmn-main-ttl {
    letter-spacing: 0.055em;
    border-radius: 6px 6px 0 0;
    padding: 34px 21px;
    font-size: 28px;
    font-size: 2.8rem;
    background: #2993d0 url('/common/css/img/bg_answer.png') 0% 100% no-repeat;
    background-size: 160px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cmn-main-ttl {
    text-align: center;
    line-height: 1;
    font-size: 21px;
    font-size: 5.6vw;
    margin-top: 0px;
    margin-top: 0vw;
    padding: 0px;
    padding: 0vw;
    padding-top: 45px;
    padding-top: 12vw;
    padding-bottom: 38px;
    padding-bottom: 10vw;
    margin-bottom: 23px;
    margin-bottom: 6vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    letter-spacing: 0.085em;
    background: #2993d0 url('/common/css/img/bg_answer.png') 120% -12vw no-repeat;
    background-size: 50vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .cmn-main-ttl {
    margin-bottom: 23px;
  }
}
.lead-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  color: #2993d0;
  font-family: 'Gothic MB101 Light', sans-serif;
  letter-spacing: 0.055em;
  margin-top: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .lead-ttl {
    line-height: 1.55;
    font-size: 22px;
    font-size: 5.9vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lead-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lead-ttl {
    margin-bottom: 8px;
  }
}
.lead {
  letter-spacing: 0.025em;
  margin-bottom: 34px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 14px;
    font-size: 3.7vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .lead {
    margin-bottom: 15px;
  }
}
strong {
  font-family: 'Gothic MB101 Bold', sans-serif;
}
.ve {
  line-height: 2;
  padding-bottom: 55px;
}
.ve > * {
  margin-bottom: 16px;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-size: 1.6rem;
}
.ve > *:first-child {
  margin-top: 0;
}
.ve > *:last-child {
  margin-bottom: 0;
}
.ve h2 {
  color: #2993d0;
  line-height: 1.55;
  margin: 55px 0 21px;
  font-size: 24px;
  font-size: 2.4rem;
}
.ve h3 {
  line-height: 1.55;
  margin: 55px 0 21px;
  font-size: 22px;
  font-size: 2.2rem;
}
.ve h4 {
  line-height: 1.55;
  margin: 55px 0 21px;
  font-size: 18px;
  font-size: 1.8rem;
}
.ve ul {
  margin-left: 1em;
  margin-top: 13px;
}
.ve ul li {
  margin-bottom: 5px;
  text-indent: -1em;
}
.ve ul li:before {
  content: '・ ';
  color: #2993d0;
}
.ve ul li:last-child {
  margin-bottom: 0;
}
.ve ol {
  margin-left: 1.5em;
}
.ve ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.ve ol li:last-child {
  margin-bottom: 0;
}
.ve .image-wrap {
  display: block;
}
.ve .image-wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.ve .image-wrap .img {
  margin-bottom: 13px;
  text-align: center;
}
.ve .image-wrap .img img {
  max-width: 100%;
  height: auto;
}
.ve .image-wrap .img-left {
  float: left;
  padding-right: 34px;
  max-width: 50%;
}
.ve .image-wrap .img-right {
  float: right;
  padding-left: 34px;
  max-width: 50%;
}
.ve .link-wrap a {
  text-decoration: underline;
}
.ve .link-wrap a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ve {
    padding-bottom: 30px;
    padding-bottom: 8vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ve > * + * {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve > * + * {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ve > * {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve > * {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ve h2 {
    font-family: 'Gothic MB101 Medium', sans-serif;
    font-size: 20px;
    font-size: 5.3vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    margin-top: 30px;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ve h3,
  .ve h4 {
    font-family: 'Gothic MB101 Medium', sans-serif;
    font-size: 17px;
    font-size: 4.5vw;
    margin-bottom: 8px;
    margin-bottom: 2vw;
    margin-top: 23px;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h3,
  .ve h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h3,
  .ve h4 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve h3,
  .ve h4 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .ve .image-wrap .img {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .ve .image-wrap .img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ve .image-wrap .img-left {
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
  .ve .image-wrap .img-right {
    float: none;
    padding-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding-left: 11px;
    padding-left: 3vw;
    padding-right: 11px;
    padding-right: 3vw;
    padding-bottom: 55px;
    padding-bottom: 14.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service {
    padding-left: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service {
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service {
    padding-bottom: 55px;
  }
}
.service .cmn-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  border-bottom: 1px solid #2993d0;
}
@media screen and (max-width: 767px) {
  .service .cmn-ttl {
    text-align: left;
    font-size: 21px;
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service .cmn-ttl {
    font-size: 21px;
  }
}
.service__category:first-of-type {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .service__category:first-of-type {
    margin-top: 17px;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__category:first-of-type {
    margin-top: 17px;
  }
}
.service__category:not(:first-of-type) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .service__category:not(:first-of-type) {
    margin-top: 28px;
    margin-top: 7.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__category:not(:first-of-type) {
    margin-top: 28px;
  }
}
.service__box {
  background: #f6f4e8;
  padding: 21px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .service__box {
    width: 100%;
    padding-left: 8px;
    padding-left: 2vw;
    padding-right: 8px;
    padding-right: 2vw;
    padding-top: 8px;
    padding-top: 2vw;
    padding-bottom: 8px;
    padding-bottom: 2vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__box {
    padding-left: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__box {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__box {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__box {
    padding-bottom: 8px;
  }
}
.service__item {
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 34px;
}
@media screen and (max-width: 767px) {
  .service__item {
    padding-left: 17px;
    padding-left: 4.5vw;
    padding-right: 17px;
    padding-right: 4.5vw;
    padding-top: 28px;
    padding-top: 7.3vw;
    padding-bottom: 28px;
    padding-bottom: 7.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__item {
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__item {
    padding-right: 17px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__item {
    padding-top: 28px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__item {
    padding-bottom: 28px;
  }
}
.service__item:not(:first-of-type) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .service__item:not(:first-of-type) {
    margin-top: 7px;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__item:not(:first-of-type) {
    margin-top: 7px;
  }
}
.service__heading {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Gothic MB101 Medium', sans-serif;
  line-height: 1.5;
  color: #2993d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__heading {
    font-size: 20px;
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__heading {
    font-size: 20px;
  }
}
.service__detail {
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .service__detail {
    height: auto;
    opacity: 1;
  }
}
.service__category .sct-point,
.service__category .sct-price {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .service__category .sct-point,
  .service__category .sct-price {
    margin-bottom: 17px;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__category .sct-point,
  .service__category .sct-price {
    margin-bottom: 17px;
  }
}
.service__category .sct-point-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Gothic MB101 Medium', sans-serif;
  color: #2993d0;
}
@media screen and (max-width: 767px) {
  .service__category .sct-point-ttl {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .service__category .sct-point-ttl {
    font-size: 15px;
  }
}
.loopSliderParent {
  position: relative;
}
.topLoopSlider {
  position: absolute;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  overflow: hidden;
  top: 55px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topLoopSlider {
    top: 60px;
    top: 16vw;
    height: 200px;
    height: 53.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider {
    top: 60px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider {
    height: 200px;
  }
}
.topLoopSlider__wrap {
  width: 1278px;
  height: inherit;
  display: flex;
}
@media screen and (max-width: 767px) {
  .topLoopSlider__wrap {
    width: 1278px;
    width: 340.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider__wrap {
    width: 1278px;
  }
}
.topLoopSlider__list {
  display: flex;
  width: 639px;
  height: inherit;
  will-change: animation, transform, opacity;
  animation-name: loop-slide;
  animation-timing-function: linear;
  animation-duration: 25s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .topLoopSlider__list {
    width: 639px;
    width: 170.4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider__list {
    width: 639px;
  }
}
.topLoopSlider__item {
  width: 200px;
  margin-right: 13px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .topLoopSlider__item {
    width: 200px;
    width: 53.3vw;
    margin-right: 13px;
    margin-right: 3.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider__item {
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .topLoopSlider__item {
    margin-right: 13px;
  }
}
.topLoopSlider__item img {
  width: 100%;
  height: auto;
}
.loopSlider {
  position: absolute;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  overflow: hidden;
  top: 55px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .loopSlider {
    top: 60px;
    top: 16vw;
    height: 200px;
    height: 53.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider {
    top: 60px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider {
    height: 200px;
  }
}
.loopSlider__wrap {
  width: 2556px;
  height: inherit;
  display: flex;
}
@media screen and (max-width: 767px) {
  .loopSlider__wrap {
    width: 2556px;
    width: 681.6vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider__wrap {
    width: 2556px;
  }
}
.loopSlider__list {
  display: flex;
  width: 1278px;
  height: inherit;
  will-change: animation, transform, opacity;
  animation-name: loop-slide;
  animation-timing-function: linear;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .loopSlider__list {
    width: 1278px;
    width: 340.8vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider__list {
    width: 1278px;
  }
}
.loopSlider__item {
  width: 200px;
  margin-right: 13px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .loopSlider__item {
    width: 200px;
    width: 53.3vw;
    margin-right: 13px;
    margin-right: 3.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider__item {
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .loopSlider__item {
    margin-right: 13px;
  }
}
.loopSlider__item img {
  width: 100%;
  height: auto;
}
@keyframes loop-slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.block {
  display: block;
}
.sp-item {
  display: none !important;
}
.pc-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .sp-item {
    display: block !important;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
}
