@charset "utf-8";
/*
Theme Name: samurailab2209
Theme URI: https://www.samurai-lab.jp/
Description:
Version: 2.0
Author: samurai-lab
Author URI: https://www.samurai-lab.jp/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
blockquote,
q {
  quotes: '' '';
}
article,
aside,
details,
figcaption,
figure,
footer,
#header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
.bg:after,
.post:after,
ul.post li:after,
nav#mainNav .inner:after {
  content: '';
  display: table;
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle,
.bg,
.post,
ul.post li,
nav#mainNav .inner {
  zoom: 1;
}
body {
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
  border-top: solid 5px #716c69;
  overflow-x: hidden;
}
p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
strong {
  font-weight: bold;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #2c2761;
}
a:hover {
  outline: none;
  color: #333333;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a img {
  border: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.m_t_0 {
  margin-top: 0 !important;
}
.m_t_10 {
  margin-top: 10px !important;
}
.m_t_20 {
  margin-top: 20px !important;
}
.m_t_30 {
  margin-top: 30px !important;
}
.m_r_0 {
  margin-right: 0 !important;
}
.m_r_10 {
  margin-right: 10px !important;
}
.m_r_20 {
  margin-right: 20px !important;
}
.m_r_30 {
  margin-right: 30px !important;
}
.m_b_0 {
  margin-bottom: 0px !important;
}
.m_b_10 {
  margin-bottom: 10px !important;
}
.m_b_15 {
  margin-bottom: 15px !important;
}
.m_b_20 {
  margin-bottom: 20px !important;
}
.m_b_30 {
  margin-bottom: 30px !important;
}
.m_l_0 {
  margin-left: 0 !important;
}
.m_l_10 {
  margin-left: 10px !important;
}
.m_l_20 {
  margin-left: 20px !important;
}
.m_l_30 {
  margin-left: 30px !important;
}
.m_l_90 {
  margin-left: 90px !important;
}
.last {
  margin-right: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text_red {
  color: #e00;
}
.aligncenter {
  text-align: center;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.font-small {
  font-size: 12px;
  color: #666666;
}
.ol_style {
  counter-reset: li;
  list-style: none;
  padding-left: 10px;
}
.ol_style > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.ol_style > li:before {
  content: counter(li) '';
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #0099cc;
  border-radius: 50px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
input[type='text'],
textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #333;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
  padding: 3px 10px;
  background: #878787;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
}
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  background: #a6a6a6;
  cursor: pointer;
}
*:first-child + html input[type='submit'] {
  padding: 3px;
}
#header {
  padding-bottom: 0px;
  padding-top: 10px;
  background-color: #ffffff;
}
#header .header__cta {
  margin-top: 8px;
  padding-right: 10px;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header__cta p {
  margin: 0;
}
#header .header__cta .header__cta-allarea {
  width: 80px;
  margin-right: 5px;
}
#header .header__cta .header__notes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header__cta .header__cta-ttl {
  text-align: center;
  width: fit-content;
  -moz-width: fit-content;
  position: relative;
  margin: 0 auto 0.5em;
  padding-bottom: 0.3em;
  color: #716c6a;
  font-size: 15px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #716c6a;
}
#header .header__cta .header__cta-ttl::before,
#header .header__cta .header__cta-ttl::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #716c6a transparent transparent transparent;
}
#header .header__cta .header__cta-ttl::after {
  bottom: -7px;
  transform: scale(0.9);
  border-color: #fff transparent transparent transparent;
}
#header .header__cta .header__cta-telwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header .header__cta .header__cta-tel a {
  position: relative;
  color: #e50012;
  font-weight: 900;
  text-decoration: none;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
#header .header__cta .header__cta-tel a::before {
  content: '';
  background: url(images/ico_fd.svg) no-repeat center center / contain;
  margin-right: 0.1em;
  width: 48px;
  height: 30px;
  display: inline-block;
  vertical-align: -0.12em;
}
#header .header__cta .header__cta-free {
  font-size: 16px;
  color: #fff;
  background: #e20003;
  line-height: 1;
  padding: 4px 0;
  margin: 5px 0 0;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  width: 100%;
}
#header .header__cta .header__cta-free span {
  color: #fffd35;
}
#header .header__cta .header__cta-free::after {
  content: '';
  border-bottom: 7px solid #e20003;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}
#header .header__cta .header__cta-note {
  padding: 0.4em 1em;
  margin-left: 10px;
  border: 1px solid #716c6a;
  font-size: 10px;
  text-align: center;
  color: #716c6a;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #header .header__cta {
    margin-top: 20px;
    padding-right: 0;
    float: none;
    justify-content: center;
  }
  #header .header__cta .header__cta-allarea {
    width: 60px;
    margin-right: 5px;
  }
  #header .header__cta .header__cta-ttl {
    font-size: 11px;
    letter-spacing: 0;
  }
  #header .header__cta .header__cta-telwrap {
    flex: 1;
    display: block;
  }
  #header .header__cta .header__cta-tel a {
    font-size: 28px;
  }
  #header .header__cta .header__cta-tel a::before {
    width: 30px;
    height: 20px;
    vertical-align: -0.04em;
  }
  #header .header__cta .header__cta-note {
    padding: 0.4em 1em;
    margin-left: 0;
    margin-top: 0.3em;
    font-size: 10px;
  }
  #header .header__cta .header__cta-note br {
    display: none;
  }
  #header .header__cta .header__cta-free {
    font-size: 10px;
    padding: 3px 0;
    margin: 0;
    border-radius: 8px;
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width: 374px) {
  #header .header__cta .header__cta-tel a {
    font-size: 26px;
  }
}

#header .inner {
  overflow: hidden;
}
#header h1 {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding-bottom: 0px;
}
#wrapper,
.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#wrapper .sub_headertop {
  margin: 0 calc(50% - 50vw);
  text-align: center;
}
#wrapper .sub_headertop img {
  width: 100%;
  height: auto;
}
#content {
  float: right;
  width: 70%;
  padding: 30px 0 50px;
}
#content.content_lp {
  float: right;
  width: 100%;
  padding: 30px 0 50px;
}
#sidebar {
  float: left;
  width: 26%;
  padding: 30px 0 50px;
}
.sidebar__contact-img {
  margin-bottom: 0;
}
.sidebar__contact-detail {
  padding: 10px 8px 8px;
  background: #0070b8;
  color: #fff;
}
.sidebar__contact-detail figure,
.sidebar__contact-detail p {
  width: 100%;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
}
.sidebar__contact-detail .sidebar__contact-tel {
  display: inline-block;
  margin: 0 -5px 6px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.sidebar__contact-detail .sidebar__contact-tel::before {
  content: '';
  background: url(images/ico_fd.svg) no-repeat center center / contain;
  margin-right: 0.1em;
  width: 36px;
  height: 24px;
  display: inline-block;
  vertical-align: -0.1em;
}
.sidebar__contact-detail .sidebar__contact-msg {
  color: #fff;
  font-size: 14px;
}
.sidebar__contact-detail .sidebar__contact-msg--holiday {
  margin-top: 4px;
  color: #ffc396;
}
.sidebar__contact-detail .sidebar__contact-cap {
  width: auto;
  margin: 6px -24px 10px;
  font-size: 12px;
  transform: scaleX(0.84);
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 996px) {
  .sidebar__contact-detail .sidebar__contact-tel {
    font-size: 20px;
  }
  .sidebar__contact-detail .sidebar__contact-tel::before {
    width: 30px;
    height: 20px;
  }
  .sidebar__contact-detail .sidebar__contact-cap {
    white-space: normal;
  }
}

#footer {
  clear: both;
}
#mainimg {
  clear: both;
  line-height: 0;
  text-align: center;
  z-index: 0;
  position: relative;
}
#mainimg h1 {
  position: absolute;
  top: 12.5%;
  left: 10.6%;
  color: #d9004f;
  font-style: italic;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.27;
  text-align: left;
  font-weight: 700;
  text-shadow: 2px 2px 20px #fff, 2px -2px 20px #fff, -2px 2px 20px #fff, -2px -2px 20px #fff;
}
#mainimg h1 .line01 {
  font-size: 6.2vw;
  letter-spacing: 0.16em;
}
#mainimg h1 .line01 span {
  font-size: 86%;
  color: #040250;
}
#mainimg h1 .line02 {
  font-size: 6vw;
  letter-spacing: 0.14em;
}
#mainimg h1 .line02 span {
  color: #040250;
}
#mainimg h1 .line02 span span {
  font-size: 80%;
}
@media screen and (min-width: 1600px) {
  #mainimg h1 {
    top: 73px;
    left: calc(50% - 630px);
  }
  #mainimg h1 .line01 {
    font-size: 106px;
    letter-spacing: 8px;
  }
  #mainimg h1 .line02 {
    font-size: 96px;
    letter-spacing: 13px;
  }
}
#mainimg img {
  max-width: 100%;
  height: auto;
}
/* 下層 */
.sub_main {
  width: auto;
  background-image: url('images/sub_main_pc.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_main h1 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: inherit;
  min-height: 150px;
}
#content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 40px;
  padding: 15px 0 14px 15px;
  width: auto;
  background-color: #0070b8;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0.5em; /*文字周りの余白*/
  border-left: solid 7px #2c2761; /*左線（実線 太さ 色）*/
}
#content h2.pagetitle {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 15px 0 14px 15px;
  width: auto;
  background-color: #0070b8;
  background-image: none;
}
#content h2:first-child {
  margin-top: 0;
}
#content h2.sub_title::after,
#content h2.pagetitle::after,
#content h2.sub_title::before,
#content h2.pagetitle::before {
  display: none;
}
#content h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  width: auto;
  padding: 0.5em;
  color: #494949; /*文字色*/
  background: #a8c7fc; /*背景色*/
  border-left: solid 5px #0070b8; /*左線*/
  border-bottom: solid 3px #d7d7d7; /*下線*/
}
#content ul,
#content ul li {
  margin-bottom: 10px;
  color: #333;
  text-align: left;
}
/*トップページ用*/
.width_over100 {
  margin: 0 calc(50% - 50vw);
}

.backcolor_fff {
  background-color: #fff;
}
.backcolor_f2f2f2 {
  background-color: #f2f2f2;
}
.backcolor_2C2761 {
  background-color: #2c2761;
}
.top_block0 {
  padding-top: 0em;
  padding-bottom: 2em;
}
.top_block1 {
  padding-top: 2em;
  padding-bottom: 5em;
}
.top_block1 ul.banner_a {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.top_block1 ul.banner_a li {
  float: left;
  margin-bottom: 15px;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.top_block1 ul.banner_a li:nth-child(3n) {
  margin-right: 0;
}
.top_block1 ul.banner_b {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_block1 ul.banner_b li {
  margin-bottom: 15px;
  width: 33.3%;
  text-align: center;
}
.top_block2 {
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}
.top_block2 h2 {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.top_block2 h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0070b8;
  border-radius: 2px;
}
.top_block2 ul.banner_a {
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
}
.top_block2 ul.banner_a li {
  float: left;
  margin-bottom: 15px;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
}
.top_block2 ul.banner_a li:nth-child(3n) {
  margin-right: 0;
}
.top_block2 ul.banner_b {
  padding-bottom: 0.5em;
}
.top_block2 ul.banner_c {
  padding-top: 2em;
  padding-bottom: 2em;
}
.top_block2 .left {
  width: 26%;
  margin-right: 4%;
}
.top_block2 .right {
  width: 70%;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
.top_block3 {
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}
.top_block3 .ul_pc3_sp1_outer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_block3 .ul_pc3_sp1 {
  margin-bottom: 25px;
  margin-right: 3.5%;
  width: 31%;
  float: left;
}
.top_block3 .ul_pc3_sp1:nth-child(3n) {
  margin-right: 0;
}
.top_block3 .ul_pc3_sp1 h3 {
  color: #626568;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  width: auto;
  border-bottom: dashed 2px #626568;
  padding: 0.5em;
}
.top_block3 .ul_pc3_sp1 ul li {
  line-height: 1.4;
  padding-bottom: 10px;
  margin-left: 15px;
  text-indent: -15px;
}
.top_block3 .ul_pc3_sp1 ul li::before {
  font-family: 'Material Icons';
  content: 'chevron_right';
  color: #32373c;
  font-size: 14px;
  vertical-align: middle;
  padding-right: 2px;
}
.top_block3 .ul_pc3_sp1 ul ul {
  padding-left: 0px;
  padding-top: 10px;
}
.top_block3 .ul_pc3_sp1 ul ul li::before {
  color: #fcb900;
}
.post {
  margin: 0 0 20px;
}
.post p {
  padding-right: 10px;
}
.post #date,
.post .dateLabel {
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.post ul {
  margin: 0 0 10px 10px;
}
.post ul li {
  margin-bottom: 5px;
  padding-left: 40px;
  background-image: url(images/list2.png);
  background-repeat: no-repeat;
  background-position: 15px 4px;
}
.check_li ul li {
  margin-bottom: 5px;
  padding-left: 40px;
  background-image: url(images/list3.png);
  background-repeat: no-repeat;
  background-position: 15px 4px;
}
.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #cde4ff; /*背景色*/
}
.box3 p {
  margin: 0;
  padding: 0;
}
.post table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
  font-size: 14px;
  line-height: 2em;
}
.post table th {
  padding: 10px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #fcfcfc;
}
.post table td {
  padding: 10px;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
.post table td p {
  margin-bottom: 0;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
/* 特徴用 */
.d-block {
  display: block;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -flexs-flex: 0 0 100%;
  max-width: 100%;
}
.bg-white {
  background-color: #fff !important;
}
.position-relative {
  position: relative;
}
.ml20 {
  margin-left: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.lh13 {
  line-height: 1.6 !important;
  font-size: 18px;
}
.fz-md-18rem {
  font-size: 1.8rem !important;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.d-md-none {
  display: none;
}
.d-block {
  display: block;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.fz05vw {
  font-size: 5vw !important;
}
.fz-md-18rem {
  font-size: 1.8rem !important;
}
.text-left {
  text-align: left !important;
}
.text-secondary {
  color: #0070b8 !important;
  font-weight: bold;
}
.text-center {
  text-align: center !important;
}
/* ---特徴用ここまで--- */
/* サイドバー */
.side2 section {
  margin-bottom: 1em;
}
.side2 section.widget h3 {
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0px;
  background-color: none;
  border: none;
  text-align: center;
}
.side2 section.widget h3 span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px 10px 10px;
  display: block;
  background-color: #716c69;
}
.side2 section.widget ul {
  margin: 0px auto 10px;
  border-left: solid 1px #edfbff;
  border-right: solid 1px #edfbff;
  border-bottom: solid 1px #edfbff;
  background-color: #f2f2f2;
}
.side2 section.widget ul ul,
.side2 section.widget ul ul ul {
  border: none;
  padding-left: 10px;
  padding-right: 5px;
  margin-bottom: 0;
}
.side2 section.widget ul li {
  padding: 0px;
  border-bottom: solid 1px #cac3bd;
  margin-left: 10px;
  margin-right: 10px;
}
.side2 section.widget ul li a span {
  display: inline;
}
.side2 section.widget ul li a br {
  display: none;
}
.side2 section.widget ul ul li,
.side2 section.widget ul ul ul li {
  border-bottom: none;
  margin-left: 0;
}
.side2 section.widget ul li:last-child {
  border-bottom: none;
}
.side2 section.widget ul li a {
  font-size: 15px;
  display: block;
  padding: 9px 0 8px 25px;
  border-bottom: none;
  background-image: url('images/list2.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  font-weight: normal;
  line-height: 1.4;
}
.side2 section.widget ul ul li a,
.side2 section.widget ul ul ul li a {
  background: none;
  position: relative;
}
.side2 section.widget ul ul li a::before,
.side2 section.widget ul ul ul li a::before {
  font-family: 'Material Icons';
  content: 'chevron_right';
  color: #e9bc50;
  font-size: 18px;
  position: absolute;
  left: 6px;
  margin-top: -1px;
  top: 25%;
}
/* フッター*/
#footer {
  clear: both;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background-color: #0070b8;
}
#footer .footer_a {
  background-color: #fff;
  padding-top: 40px;
}
#footer .inner {
  overflow: hidden;
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .inner a img {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 6px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
#footer ul {
  margin-left: 0px;
  overflow: hidden;
}
#footer address {
  padding: 20px 0;
  text-align: center;
  font-style: normal;
  font-size: 13px;
  clear: both;
  display: block;
  color: #333;
  background-color: #fff;
  margin-bottom: 50px;
}
/*フッターメニュー追加*/
#footer ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0px auto 0;
  height: auto;
  width: 96%;
}
#footer ul li {
  list-style: none;
  padding-left: 0;
  width: auto;
}
#footer ul ul,
#footer ul ul ul {
  width: 100%;
  padding-left: 10px;
  display: grid;
  justify-content: left;
  text-align: left;
}
#footer ul ul li,
#footer ul ul ul li {
  width: 100%;
  list-style: circle inside;
  font-size: 12px;
  padding-top: 5px;
}
#footer ul li a {
  border-right: solid 1px #333;
  padding: 5px 15px;
  color: #333;
}
#footer ul li:last-child a {
  border-right: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul li a span {
  display: inline;
}
#footer ul li a br {
  display: none;
}
#footer ul ul li a,
#footer ul ul ul li a {
  border-right: none;
  padding-right: 0;
  padding-left: 0;
  background-image: none;
}

/* footer cta */
#footer .footer__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__cta p {
  margin: 0;
}
#footer .footer__cta .footer__cta-logo {
  width: 210px;
  padding-right: 10px;
}
#footer .footer__cta .footer__notes {
  text-align: center;
}
#footer .footer__cta .footer__cta-ttl {
  text-align: center;
  width: fit-content;
  -moz-width: fit-content;
  position: relative;
  margin: 0 auto 0.5em;
  padding-bottom: 0.1em;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}
#footer .footer__cta .footer__cta-ttl::before,
#footer .footer__cta .footer__cta-ttl::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
#footer .footer__cta .footer__cta-ttl::after {
  bottom: -7px;
  transform: scale(0.9);
  border-color: #0070b8 transparent transparent transparent;
}
#footer .footer__cta .footer__cta-tel a {
  position: relative;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  font-size: 90px;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
#footer .footer__cta .footer__cta-tel a::before {
  content: '';
  background: url(images/ico_fd.svg) no-repeat center center / contain;
  margin-right: 0.1em;
  width: 130px;
  height: 90px;
  display: inline-block;
  vertical-align: -0.12em;
}
#footer .footer__cta .footer__cta-open {
  padding: 0.4em 1em;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
#footer .footer__cta .footer__cta-btnwrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
#footer .footer__cta .footer__cta-allarea {
  width: 107px;
}
#footer .footer__cta .footer__cta-free {
  font-size: 28px;
  color: #fff;
  background: #e20003;
  margin: 0 0 8px;
  text-align: center;
  padding: 0 15px;
}
#footer .footer__cta .footer__cta-free span {
  color: #fffd35;
}
#footer .footer__cta .footer__cta-btn {
  margin-top: 0.3em;
}
#footer .footer__cta .footer__cta-btn a {
  display: block;
  padding: 0.5em 5px;
  background: #fed52b;
  font-weight: bold;
  color: #e80014;
  text-align: center;
  border-radius: 30px;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #footer .footer__cta .footer__cta-btn a:hover {
    opacity: 0.6;
  }
}
#footer .footer__cta .footer__cta-btn a::before {
  content: '';
  background: url(images/ico_mail.svg) no-repeat center / contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: -0.15em;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #footer .footer__cta {
    flex-wrap: wrap;
  }
  #footer .footer__cta .footer__notes {
    width: 100%;
    padding: 0 20px;
  }
  #footer .footer__cta .footer__cta-logo {
    padding-right: 0;
  }
  #footer .footer__cta .footer__cta-tel a {
    font-size: 80px;
  }
  #footer .footer__cta .footer__cta-tel a::before {
    width: 100px;
    height: 80px;
  }
  #footer .footer__cta .footer__cta-btnwrap {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer__cta {
    display: block;
  }
  #footer .footer__cta .footer__cta-logo {
    width: 120px;
    padding-right: 0;
    margin: 0 auto 1em;
  }
  #footer .footer__cta .footer__cta-ttl {
    font-size: 14px;
    letter-spacing: 0;
  }
  #footer .footer__cta .footer__cta-tel a {
    font-size: 32px;
  }
  #footer .footer__cta .footer__cta-tel a::before {
    width: 38px;
    height: 26px;
    vertical-align: -0.04em;
  }
  #footer .footer__cta .footer__cta-open {
    padding: 0.4em 1em;
    margin-left: 0;
    margin-top: 0.3em;
    font-size: 10px;
  }
  #footer .footer__cta .footer__cta-open span {
    display: inline-block;
  }
  #footer .footer__cta .footer__cta-btnwrap {
    justify-content: center;
    align-items: center;
  }
  #footer .footer__cta .footer__cta-allarea {
    width: 75px;
  }
  #footer .footer__cta .footer__cta-free {
    font-size: 13px;
    margin: 0 0 5px;
    padding: 0 10px;
  }
  #footer .footer__cta .footer__cta-btn a {
    font-size: 16px;
  }
  #footer .footer__cta .footer__cta-btn a::before {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.2em;
  }
}
@media screen and (max-width: 374px) {
  #footer .footer__cta .footer__cta-free {
    font-size: 11px;
    padding: 0 5px;
  }
}

/* ページナビ */
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}
.pagenav .prev {
  float: left;
}
.pagenav .next {
  float: right;
}
#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center;
}
#page-top {
  position: fixed;
  bottom: 0px;
  display: block;
  margin: 0;
  right: 0px;
  width: 100%;
}
#page-top .pagetop_text2 {
  text-align: center;
  float: right;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 60px;
  height: 60px;
  background-color: #333;
  margin-bottom: 10px;
  margin-right: 10px;
  border: solid 1px #fff;
}
#page-top .pagetop_text2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#page-top .pagetop_text2 a span {
  font-size: 46px;
  line-height: 60px;
}
#page-top .contact {
  display: none;
}
#page-top .contact_pc {
  background-color: #fff;
  padding: 10px 0;
  height: auto;
  width: auto;
  clear: both;
  display: block;
  overflow: hidden;
}
#page-top .contact_pc li {
  width: 32%;
  padding-right: 2%;
  text-align: center;
  float: left;
}
#page-top .contact_pc li:last-child {
  padding-right: 0;
}
#page-top .contact_pc a {
  text-decoration: none;
}
/*メニュー*/
.main-navigation {
  height: 70px;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
  clear: both;
  display: block;
  background-color: #0070b8;
}
.main-navigation ul {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  display: none;
  list-style: none;
  height: 70px;
  background-color: #0070b8;
}
.main-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  width: 200px;
  background-color: #fff;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 10%;
  right: -100%;
  background-color: #fff;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
  background-color: #fff;
}
.main-navigation ul ul a {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  display: block;
}
.main-navigation li {
  position: relative;
  text-align: center;
  border-right: solid 1px #fff;
  width: 100%;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation .sub-menu {
  border-bottom: solid 1px #fff;
}
.main-navigation .sub-menu li {
  text-align: left;
  width: auto;
  border-bottom: solid 1px #fff;
  background-color: #0070b8;
}
.main-navigation .sub-menu li:last-child {
}
.main-navigation .sub-menu li a {
  color: #fff;
  width: auto;
  padding: 0px 5px;
  font-size: 14px;
}
.main-navigation li:hover,
.main-navigation .sub-menu li:hover {
  background-color: #015990;
}
.main-navigation a {
  text-decoration: none;
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  text-align: center;
}
.main-navigation a:hover {
  cursor: pointer;
}
.main-navigation a span {
  display: block;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
/*お知らせにカテゴリー追加*/
ul.notice {
  width: auto;
  overflow: hidden;
}
ul.notice li {
  margin-bottom: 15px;
  border-bottom: dotted 1px #999;
}
ul.notice li a {
  display: block;
  padding-bottom: 10px;
}
ul.notice li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
ul.notice span {
  background-color: #e60013;
  color: #fff;
  padding: 1px 10px 3px;
  font-size: 12px;
  margin-left: 5px;
  vertical-align: top;
}
/* PC用 */
@media only screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*サイドのバナー固定*/
  .fixed {
    position: fixed;
    top: 60px;
  }
  /*PCメニュー固定*/
  .fixed2 {
    position: fixed;
    top: 0px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
    margin-top: 0;
  }
  .sp_only {
    display: none;
  }
}
/* ipad用*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .left {
    width: 38%;
  }
  header .right {
    width: 60%;
    text-align: right;
  }
  .sub_main h1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    font-size: 15px;
  }
  #site-navigation {
    display: none;
  }
  #wrapper {
    width: 100%;
  }
  .inner {
    width: 96%;
    margin: auto;
  }
  .left,
  .right {
    clear: both;
    text-align: center;
    display: block;
    margin: auto auto 10px;
    float: none;
  }
  .left.pc_only,
  .right.pc_only {
    display: none;
  }
  #header {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 2%;
  }
  #header img {
    max-width: 100%;
  }
  #header .sp_header {
    width: 100%;
    margin-bottom: 15px;
  }
  #header .sp_header th {
    text-align: center;
    vertical-align: middle;
    width: 80%;
  }
  #header .sp_header td {
    text-align: center;
    vertical-align: middle;
    width: 20%;
  }
  #header .sp_header th .logo {
    width: 90%;
    margin: auto;
  }
  #header .sp_header_text {
    text-align: center;
    font-size: 11px;
  }
  #header .sp_header .btn {
    display: block;
    height: 50px;
    position: relative;
    cursor: pointer;
    z-index: 200;
    width: 60px;
    background-color: #fff;
    text-decoration: none;
    margin: auto;
    border: solid 1px #2c2761;
  }
  #header .sp_header .btn::before {
    font-family: 'Material Icons';
    content: 'dehaze';
    line-height: 50px;
    color: #2c2761;
    font-size: 38px;
  }
  #header .sp_header .peke::before {
    font-family: 'Material Icons';
    content: 'close';
    line-height: 50px;
    color: #2c2761;
    font-size: 38px;
  }
  #header .sp_header .menu-toggle {
    display: block;
    background: none;
    border: none;
    margin: 10px auto 0;
  }
  #header .sp_header .drawr {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    padding: 80px 0px 20px 0px;
    z-index: 100;
    height: auto;
    overflow: hidden;
  }
  #header .sp_header #menu {
    margin: 0;
    padding: 0;
    padding-top: 6em;
  }
  #header .sp_header #menu ul li {
    width: auto;
    list-style: none;
    text-align: left;
    border-top: 1px solid #fff;
  }
  #header .sp_header #menu ul li a {
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 15px 5px 15px 20px;
    letter-spacing: 0.1em;
  }
  #header .sp_header #menu ul ul {
    padding-left: 30px;
  }
  #header .sp_header #menu ul ul li {
    border-top: none;
  }
  #header .sp_header #menu ul ul li::before {
    content: '-';
    color: #fff;
    float: left;
    padding-top: 13px;
  }
  #mainimg {
    width: 95%;
    margin: 10px auto 10px;
  }
  #mainimg h1 {
    top: 11.2%;
    left: 4.5%;
    line-height: 1.5;
  }
  #mainimg h1 .line01 {
    font-size: 11.4vw;
    letter-spacing: 0.08em;
  }
  #mainimg h1 .line01 span {
    font-size: 100%;
    color: #040250;
  }
  #mainimg h1 .line01 span span {
    font-size: 86%;
  }
  #mainimg h1 .line02 {
    font-size: 10.2vw;
  }
  .sub_main {
    background-image: url('images/sub_main_sp.jpg');
    background-size: contain;
    line-height: 1.4;
  }
  .sub_main h1 {
    font-size: 22px;
  }
  #content h2,
  #content h2.pagetitle {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 11px 5px 15px 12px;
  }
  #content h3 {
    font-size: 18px;
    line-height: 1.3;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
  }
  #content,
  #sidebar,
  #content.content_lp {
    clear: both;
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  .sidebar__contact {
    max-width: 500px;
    margin: 0 auto;
  }
  .sidebar__contact .sidebar__contact-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .sidebar__contact-detail figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .sidebar__contact-detail .sidebar__contact-tel {
    font-size: 28px;
  }
  .sidebar__contact-detail .sidebar__contact-tel::before {
    width: 36px;
    height: 24px;
  }
  .sidebar__contact-detail .sidebar__contact-msg {
    font-size: 15px;
  }
  .sidebar__contact-detail .sidebar__contact-cap {
    margin: 6px 0 10px;
    font-size: 12px;
    transform: scaleX(1);
    white-space: normal;
  }

  .top_block1 h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top_block1 h2 span {
    display: block;
  }
  .top_block1 ul.banner_a {
  }
  .top_block1 ul.banner_a li {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0%;
  }
  .top_block1 ul.banner_b {
    display: block;
  }
  .top_block1 ul.banner_b li {
    width: 100%;
  }
  .top_block2 ul.banner_a li {
    float: none;
    margin-bottom: 15px;
    width: 100%;
    margin-right: 0%;
  }
  .top_block2 .left {
    width: 100%;
    margin-right: 0%;
  }
  .top_block2 .right {
    width: 95%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .top_block3 {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .top_block3 h2 {
    margin-bottom: 0.5em;
  }
  .top_block3 .left {
    width: 100%;
    margin-right: 0%;
  }
  .top_block3 .right {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .top_block3 h2:before,
  .top_block3 h2:after {
    display: none;
  }
  .top_block3 .ul_pc3_sp1 {
    width: 96%;
    float: none;
    margin: 0 auto 25px;
  }
  .top_block3 .ul_pc3_sp1 h3 {
    font-size: 18px;
    padding-left: 15px;
  }
  #footer ul {
    display: block;
    width: 80%;
  }
  #footer li {
    margin-bottom: 10px;
  }
  #footer ul li a {
    border-right: none;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
  }
  #footer address {
    margin-bottom: 120px;
    padding-bottom: 12em;
    padding-top: 10px;
    padding-left: 1em;
    padding-right: 1em;
  }
  #page-top .contact_pc {
    display: none;
  }
  #page-top .contact {
    background-color: #fff;
    padding: 5px;
    height: auto;
    width: auto;
    border-top: 3px solid #008cd5;
    clear: both;
    display: block;
  }
  #page-top .contact .contact__btns li {
    font-weight: bold;
  }
  #page-top .contact .contact__btns li a {
    display: block;
  }
  #page-top .contact .contact__btns li.contact__btns--tel {
    position: relative;
    margin-bottom: 5px;
  }
  #page-top .contact .contact__btns li.contact__btns--tel span {
    pointer-events: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    background: #fff4c5;
    color: #f58e00;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
  }
  #page-top .contact .contact__btns li.contact__btns--tel span em {
    color: #841616;
    font-weight: bold;
  }
  #page-top .contact .contact__btns li.contact__btns--tel a {
    padding-top: 16px;
    background: #f58e00;
    color: #fff;
    font-size: 26px;
    line-height: 38px;
  }
  #page-top .contact .contact__btns li.contact__btns--tel a::before {
    content: '';
    background: url(images/ico_tel.svg) no-repeat center / contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.2em;
    vertical-align: -0.1em;
  }

  #page-top .contact .contact__btns li.contact__btns--form a {
    background: #fdd52a;
    font-size: 17px;
    line-height: 45px;
    color: #e20012;
  }
  #page-top .contact .contact__btns li.contact__btns--form a::before {
    content: '';
    background: url(images/ico_mail.svg) no-repeat center / contain;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.2em;
    vertical-align: -0.35em;
  }
  #page-top .contact img {
    width: 100%;
    max-width: 120px;
  }
  #page-top .contact a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff; /*背景色*/
  }
  .box3 p {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 644px) {
  figure {
    clear: both;
    line-height: 0;
    text-align: center;
    z-index: 0;
    width: 95%;
    height: auto;
    margin: 0px auto 20px;
  }
  img.alignright,
  img.alignleft {
    display: block;
    margin: 5px auto;
  }
  .alignright,
  .alignleft {
    float: none;
  }
  #footer address {
    font-size: 12px;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 673px) and (max-width: 767px) {
  #mainimg h1 {
    left: calc(50% - 290px);
    line-height: 1.48;
  }
  #mainimg h1 .line01 {
    font-size: 78px;
  }
  #mainimg h1 .line01 span span {
    font-size: 52px;
  }
  #mainimg h1 .line02 {
    font-size: 68px;
  }
}

/* mwform内 */
.privacy-msg {
  padding: 10px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-msg {
    padding: 10px 0 10px;
  }
  .privacy-msg br {
    display: none;
  }
}
.group__name {
  position: relative;
  padding: 0.4em 0 0.4em 15px;
  cursor: pointer;
}
.group:not(:first-child) .group__name {
  border-top: 1px solid #eee;
}
.group__name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  transition: transform ease 0.2s;
  border-color: transparent transparent transparent #333333;
}
.group.is-open .group__name::before {
  transform: rotate(90deg);
}
.group__areas {
  padding: 0.1em 15px 0.3em;
  display: flex;
  flex-wrap: wrap;
}
.group__areas span {
  width: calc(4em + 35px);
  margin-left: 0 !important;
}

/* tel-modal */
.tel-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.tel-modal.is-show {
  pointer-events: auto;
  opacity: 1;
}
.tel-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tel-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  overflow-y: scroll;
  background: #e8eff4;
  padding: 30px 15px;
  text-align: center;
  max-width: 600px;
  max-height: calc(100vh - 10%);
  width: 96%;
  transition: opacity 0.5s ease-in-out, transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-show .tel-modal__inner {
  transform: translate(-50%, -50%);
}
.tel-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.tel-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #666;
  transform: translate(-50%, -50%) rotate(45deg);
}
.tel-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tel-modal__txt {
  margin: 1em 0;
}
.tel-modal__txt small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
}
.tel-modal__tel a {
  position: relative;
  color: #e50012;
  font-weight: 900;
  text-decoration: none;
  font-size: 42px;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
.tel-modal__tel a::before {
  content: '';
  background: url(images/ico_fd.svg) no-repeat center center / contain;
  margin-right: 0.1em;
  width: 58px;
  height: 40px;
  display: inline-block;
  vertical-align: -0.12em;
}
.tel-modal__txt-160 {
  font-size: 160%;
}
.tel-modal__txt-130 {
  font-size: 130%;
}
@media only screen and (max-width: 767px) {
  .tel-modal__inner {
    font-size: 13px;
  }
  .tel-modal__close {
    width: 40px;
    height: 40px;
  }
  .tel-modal__close span {
    height: 20px;
  }
  .tel-modal__tel a {
    font-size: 30px;
  }
  .tel-modal__tel a::before {
    width: 38px;
    height: 30px;
  }
}

/*追加*/

/* このセクション専用 */
.top_special_bnr .top_special_bnr_outer {
  width: 100%;
}

.top_special_bnr .top_special_bnr_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_special_bnr .top_special_bnr_list li {
  margin: 0 0 15px;
}

.top_special_bnr .top_special_bnr_list li a {
  display: block;
}

.top_special_bnr .top_special_bnr_list li img {
  display: block;
  width: 100%;
  height: auto;
}

/* SPは縦1列のまま */
@media screen and (max-width: 767px) {
  .top_special_bnr .top_special_bnr_outer {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* PCだけ横いっぱい3カラム */
@media screen and (min-width: 768px) {
  .top_special_bnr .top_special_bnr_outer {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .top_special_bnr .top_special_bnr_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: stretch;
  }

  .top_special_bnr .top_special_bnr_list li {
    width: calc((100% - 40px) / 3);
    margin: 0;
    float: none !important;
  }
}