@charset "UTF-8";
.fs9 {
  font-size: 9px !important;
  line-height: 1.4;
}

.fs10 {
  font-size: 10px !important;
  line-height: 1.4;
}

.fs11 {
  font-size: 11px !important;
  line-height: 1.4;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs24 {
  font-size: 24px !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
  min-width: 1200px;
}

ul, ol, li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  line-height: 1;
  border: none;
  height: auto;
}

p {
  margin-bottom: 1.8em;
}

/*============================================================
ヘッダー
============================================================*/
header {
  width: 1200px;
  margin: 0 auto;
}
header h1 {
  margin-right: auto; /*ロゴ以外を左寄せ、その他を右寄せにする*/
}

.headline {
  display: flex;
  align-items: center;
  padding: 27px 0;
}
.headline .sub-menu-wrapper {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headline .header-tel {
  background: url("/img/base/nation_wide.png") no-repeat left 0 top 50%;
  color: #106eb6;
  text-align: center;
  padding: 5px 0 5px 75px;
}
.headline .header-tel-no {
  background: url("/img/base/icon_free_dial.svg") no-repeat left 0 top 50%/30px 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 35px;
}
.headline .opening-hours {
  font-size: 12px;
}
.headline .sub-menu-inner {
  width: 235px;
}
.headline .sub-menu {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.headline__sns {
  float: left;
  margin-bottom: 4px;
}
.headline__sns li {
  display: inline-block;
}
.headline__sns li:last-child {
  margin-right: 0;
}
.headline__sns li, .headline p {
  margin-right: 5px;
}
.headline a {
  font-size: 11px;
}
.headline select {
  -webkit-appearance: none;
  margin: 0 12px;
  background: url(/img/base/icon_g.jpg) no-repeat 2px center;
  padding: 3px 5px 3px 20px;
}
.headline__modal {
  margin-left: 25px;
}

/*============================================================
モーダルウインドウ
============================================================*/
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 10px;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(18, 81, 159, 0.9);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_inner {
  width: 1080px;
}

.modal_content {
  display: none;
  border-radius: 2px;
  background: #fff;
  position: relative;
}
.modal_content h2 {
  text-align: center;
  padding: 50px 0;
}
.is-active .modal_content {
  display: block;
}
.modal_content .modalClose {
  font-size: 70px;
  color: #DCDDDD;
  font-weight: lighter;
  position: absolute;
  right: 10px;
}

.wrap.is-locked {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.modal-menu {
  display: flex;
  padding: 0;
}
.modal-menu li {
  width: 33.3%;
  padding: 0 30px 0 40px;
  margin: 0 0 60px;
  border-right: solid 1px #DCDDDD;
}
.modal-menu li:last-child {
  border-right: none;
}
.modal-menu__block {
  position: relative;
}
.modal-menu__block dt {
  font-weight: bold;
  padding-bottom: 1rem;
}
.modal-menu__block dt:after {
  position: absolute;
  content: "";
  width: 7%;
  height: 3px;
  background: #1a85dd;
  top: 27px;
  left: 0;
}
.modal-menu__block dt {
  font-size: 18px;
}
.modal-menu__block dd a {
  font-size: 14px;
  line-height: 2.2;
}
.modal-menu__block dd a:hover {
  text-decoration: underline;
}

/*============================================================
グローバルナビ
============================================================*/
.nav {
  width: 1200px;
  margin: 0 auto;
}
.nav__contents {
  display: table;
  border-top: solid 1px #DCDDDD;
  border-left: solid 1px #DCDDDD;
  position: relative;
  width: 100%;
}
.nav__contents > li {
  display: table-cell;
  vertical-align: middle;
  width: 12.5%;
  text-align: center;
  border-right: solid 1px #DCDDDD;
  font-size: 18px;
  font-family: "Francois One", sans-serif;
  color: #004C9F;
}
.nav__contents > li > a {
  font-size: 18px;
  font-family: "Francois One", sans-serif;
  color: #004C9F;
  display: block;
  cursor: pointer;
}
.nav__contents > li span {
  display: block;
  font-size: 11px;
  color: #474C5F;
}
.nav__contents > li:last-child::before {
  content: url(../../img/base/icon_click.png);
  position: absolute;
  bottom: 3px;
  left: -5%;
}

/* ドロップダウン ------------------------------------------ */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
}
.dropmenu li {
  position: relative;
}
.dropmenu li a {
  display: block;
  margin: 0;
}
.dropmenu li a:hover {
  color: #00a7e4;
  text-decoration: none;
}
.dropmenu .dropdown {
  visibility: hidden;
  perspective: 400px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu .dropdown li {
  position: relative;
  width: 280px;
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
}
.dropmenu .dropdown li a {
  padding: 15px 15px 15px 30px;
  border-bottom: 1px solid #DCDDDD;
  border-left: 1px solid #DCDDDD;
  border-right: 1px solid #DCDDDD;
  text-align: left;
  font-size: 14px;
}

.dropmenu li:hover ul { /*hoverでドロップダウンメニューを表示*/
  visibility: visible;
}
.dropmenu li:hover ul li {
  transform: rotateY(0);
  background-color: #fff;
}
.dropmenu li:hover ul li:nth-child(2) {
  transition-delay: 0.1s; /*時間差で2つ目がめくれる*/
}
.dropmenu li:hover ul li:nth-child(3) {
  transition-delay: 0.2s; /*時間差で3つ目がめくれる*/
}
.dropmenu li:hover ul li:nth-child(4) {
  transition-delay: 0.3s; /*時間差で4つ目がめくれる*/
}
.dropmenu li:hover ul li:nth-child(5) {
  transition-delay: 0.4s; /*時間差で5つ目がめくれる*/
}
.dropmenu li:hover ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  position: absolute;
  border-top: 1px solid #1a85dd;
  border-right: 1px solid #1a85dd;
  top: 21px;
  left: 10px;
}
.dropmenu li:hover ul li a:hover {
  background-color: #F3FDFF;
  color: #005DB2;
}

/*============================================================
スライダー
============================================================*/
#main_slider-0.slideFrame {
  min-width: 1200px;
}

.slide-menu {
  clear: both;
  background-color: #1a85dd;
}
.slide-menu__list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  background: #fff;
}
.slide-menu__list li {
  width: 33.3%;
  border-right: solid 1px #DCDDDD;
  border-bottom: solid 1px #DCDDDD;
  position: relative;
}
.slide-menu__list li:last-child {
  border-right: none;
}
.slide-menu__list li a {
  padding: 20px;
  font-size: 18px;
  font-family: "Francois One", sans-serif;
  color: #004C9F;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slide-menu__list li a:hover {
  color: #e85426;
}
.slide-menu__list li a span {
  display: block;
  font-size: 11px;
  color: #474C5F;
}

.slide-menu__list li a::before, .slide-menu__list li a::after {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #feb480;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  border-radius: 50%;
  background: transparent;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

.slide-menu__list li a::after {
  border-width: 2px;
  transition: all 0.4s;
}
.slide-menu__list li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.slide-menu__list li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
}

.sec0--active {
  color: #e85426 !important;
}
.sec0--active span {
  display: block;
  font-size: 11px;
  color: #474C5F;
}

.sec2--active {
  color: #e85426 !important;
}
.sec2--active span {
  display: block;
  font-size: 11px;
  color: #474C5F;
}

.sec3--active {
  color: #e85426 !important;
}
.sec3--active span {
  display: block;
  font-size: 11px;
  color: #474C5F;
}

.sec0--active::before,
.sec2--active::before,
.sec3--active::before {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #feb480;
  transform: translateX(-50%) translateY(-50%) scale(1) !important;
  border-radius: 50%;
  background: transparent;
  content: "";
  opacity: 1 !important;
  z-index: -1;
}

.sec0--active::after,
.sec2--active::after,
.sec3--active::after {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #feb480;
  transform: translateX(-50%) translateY(-50%) scale(1.3) !important;
  border-radius: 50%;
  background: transparent;
  content: "";
  opacity: 1 !important;
  z-index: -1;
}

.slide-menu__list li:hover::before {
  opacity: 1;
}

.slide-menu__list li::before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.slide-menu__list li:first-child::before {
  content: url(../../img/top/slide-menu01.png);
}
.slide-menu__list li:nth-child(2)::before {
  content: url(../../img/top/slide-menu02.png);
}
.slide-menu__list li:nth-child(3)::before {
  content: url(../../img/top/slide-menu03.png);
}

.sec0__li--active::before {
  content: url(../../img/top/slide-menu01.png);
}

.sec2__li--active::before {
  content: url(../../img/top/slide-menu02.png);
}

.sec3__li--active::before {
  content: url(../../img/top/slide-menu03.png);
}

.sec0__li--active::before,
.sec2__li--active::before,
.sec3__li--active::before {
  opacity: 1 !important;
}

/*============================================================
フッター
============================================================*/
/*---softbank公式キャンペーン-------------------*/
.softbankCampaign {
  padding: 0;
}
.softbankCampaign h3 {
  width: 1200px;
  margin: 0 auto;
  border: solid 3px #005DB2;
  padding: 10px 0;
  position: relative;
  margin-bottom: -3px;
  text-align: center;
}
.softbankCampaign ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 15px 0;
  overflow: hidden;
}
.softbankCampaign ul li {
  margin-right: 25px;
}
.softbankCampaign ul li:last-child {
  margin-right: 0;
}

/*---footerカテゴリメニュー-------------------*/
footer {
  border-top: 3px solid #015DB2;
  margin-top: 90px;
}

.footer-menu {
  width: 1200px;
  margin: 0 auto;
  border-bottom: solid 1px #DCDDDD;
  padding: 0;
}
.footer-menu__list {
  display: flex;
  padding: 0;
}
.footer-menu__list li {
  width: 33.3%;
  padding: 30px 45px;
}
.footer-menu__list li:first-child {
  padding-left: 0;
}
.footer-menu__list li:nth-child(2) {
  background-color: #F4F7F8;
}
.footer-menu__list__block {
  position: relative;
}
.footer-menu__list__block dt {
  font-weight: bold;
  padding-bottom: 1.5em;
}
.footer-menu__list__block dt:after {
  position: absolute;
  content: "";
  width: 7%;
  height: 3px;
  background: #1a85dd;
  top: 22px;
  left: 0;
}
.footer-menu__list__block dd a {
  font-size: 12px;
  line-height: 2;
}
.footer-menu__list__block dd a:hover {
  text-decoration: underline;
}

.footer-menu__list li:first-child > dl:nth-child(2),
.footer-menu__list li:nth-child(2) > dl:nth-child(2) {
  margin-top: 30px;
}

.copyright {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

.cashback-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}

.contact-tel {
  position: relative;
}

.fixed-cv-btn {
  background: #00776c;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: all 0.2s ease-out;
  visibility: hidden;
  padding-bottom: 5px;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}
.fixed-cv-btn.on {
  opacity: 1;
  visibility: visible;
}
.fixed-cv-btn:hover {
  padding-bottom: 2px;
  margin-top: 3px;
}
.fixed-cv-btn a {
  background: #00a496 url("/img/base/icon_mail.svg") no-repeat center top 25px/23px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  width: 60px;
  padding: 50px 21px 30px;
}

/* =============================================================
	custom pc(共通CSSにあって値を変更したいもの、独自に設定したいものを記述)
============================================================= */
.bgc-1 {
  background: #f8fafb;
}

.bgc-2 {
  background: #1e6bb5;
}

.svg-c-1 {
  fill: #fff;
}

.sec {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.sec-inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.title-5 {
  text-align: center;
  margin-bottom: 40px;
}
.title-5 h2 {
  margin-bottom: 15px;
}
.title-5 .copy {
  border-bottom: 3px solid #1a85dd;
  color: #1a85dd;
  font-family: "Francois One", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 2.5;
}
.title-5 .text {
  color: #1a85dd;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin: 0;
}
.title-5 .text-peitoku {
  color: #E83534;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin: 0;
}
.title-5 p {
  color: #1a85dd;
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.link-btn-1 {
  display: flex;
  justify-content: center;
  height: 57px;
  overflow: hidden;
}
.link-btn-1-inner {
  background: #256fb6;
  border-radius: 5px;
  display: inline-block;
  padding-bottom: 5px;
}
.link-btn-1 a {
  background: #1a85dd;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 15px 50px;
}

/* =============================================================
	effect
============================================================= */
a, .link-btn-1-inner, .header-mail, .contact-mail2 {
  transition: all 0.2s ease-out;
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: transform 0.4s ease-out;
}

.scale:hover img {
  transform: scale(1.1);
}

/* button */
a.btn-1:hover {
  background-color: #0b7;
}

.link-btn-1-inner:active {
  margin-top: 3px;
}

.header-mail:active {
  margin-top: 3px;
}
.header-mail a:hover {
  background-color: #ffd174;
}

.contact-mail2:active {
  margin-top: 8px;
}
.contact-mail2 a:hover {
  background-color: #ffd174;
}

/* =============================================================
	header
============================================================= */
.header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 30px;
  position: relative;
}

/* header-desc
--------------------------------- */
.header-desc {
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

/* header-logo
--------------------------------- */
.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 590px;
}
.logo a {
  display: flex;
  align-items: center;
}
.logo img {
  vertical-align: bottom;
}
.logo-01 {
  width: 220px;
}
.logo-02 {
  width: 240px;
}
.logo-03 {
  width: 75px;
}

/* header-tel
--------------------------------- */
.header-tel {
  background: url("/wp/wp-content/themes/newtmp/svg/national_response.svg") no-repeat left top/100px;
  color: #1a85dd;
  height: 58px;
  margin-left: 35px;
  padding: 5px 0 0 110px;
}
.header-tel-no {
  background: url("/wp/wp-content/themes/newtmp/svg/icon_freedial.svg") no-repeat left 50%/30px 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 40px;
}
.header-tel-time {
  width: 223px;
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
}
.header-tel-time span {
  text-align: left;
}
.header-tel-time .time_time {
  display: block;
  margin-right: 0.5em;
}

.header-mail {
  background: #a27b29;
  border-radius: 5px;
  overflow: hidden;
  width: 195px;
}
.header-mail a {
  background: #eeb33d url("/wp/wp-content/themes/newtmp/svg/icon_mail_01.svg") no-repeat left 25px top 50%/26px 19px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.7;
  text-align: center;
  padding: 13px 0 13px 25px;
}

/* main navi
--------------------------------- */
.mainnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.mainnav > li {
  border-right: 1px solid #81b6db;
  flex: 1 1 auto;
}
.mainnav > li:first-child {
  border-left: 1px solid #81b6db;
}
.mainnav > li > a {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 1.4;
  padding: 2.5px 25px;
  position: relative;
}
.mainnav > li > a::after {
  background: #81b6db;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.2s ease-out;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
}
.mainnav > li > a:hover::after {
  width: 60%;
}
.mainnav > li span {
  color: #1a85dd;
  font-family: "Francois One", sans-serif;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1;
}

.dropdown-menu > a::after {
  content: none !important;
}
.dropdown-menu-inner {
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  visibility: hidden;
  padding-top: 20px;
  position: absolute;
  top: initial;
  left: 0;
  z-index: 100;
}
.dropdown-menu:hover .dropdown-menu-inner {
  opacity: 1;
  visibility: visible;
  height: 147px;
}
.dropdown-menu:hover .dm-guide {
  height: 230px;
}
.dropdown-menu ul {
  border-top: 3px solid #81b6db;
  background: #eeeeef;
  display: flex;
  flex-wrap: wrap;
  padding: 25px calc((100% - 1200px) / 2) 35px;
}
.dropdown-menu ul::after {
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #81b5db transparent transparent transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 22px;
}
.dropdown-menu li {
  box-shadow: 1px 1px 3px 0px #ddddde;
  width: 280px;
  margin-right: 26px;
}
.dropdown-menu li:last-child {
  margin-right: 0;
}
.dropdown-menu li:nth-child(4n) {
  margin-right: 0;
}
.dropdown-menu li a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 12px top 50%;
  background-size: 40px;
  border-radius: 3px;
  color: #1a85dd;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  min-height: 64px;
  padding: 10px 10px 10px 65px;
  position: relative;
}
.dropdown-menu li a::after {
  background: url("/wp/wp-content/themes/newtmp/svg/icon_arrow_b.svg") no-repeat;
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.dropdown-menu li a:hover {
  background-color: #1a85dd !important;
  color: #fff;
}
.dropdown-menu li a:hover::after {
  background: url("/wp/wp-content/themes/newtmp/svg/icon_arrow_w.svg") no-repeat;
}

.dm-service li:nth-child(1) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_05.svg");
}
.dm-service li:nth-child(1) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_05_hover.svg");
}
.dm-service li:nth-child(2) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_06.svg");
}
.dm-service li:nth-child(2) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_06_hover.svg");
}
.dm-service li:nth-child(3) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_07.svg");
}
.dm-service li:nth-child(3) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_07_hover.svg");
}
.dm-service::after {
  left: calc((100% - 1200px) / 2 + 191px);
}

.dm-campaign li:nth-child(1) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_01.svg");
}
.dm-campaign li:nth-child(1) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_01_hover.svg");
}
.dm-campaign li:nth-child(2) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_02.svg");
}
.dm-campaign li:nth-child(2) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_02_hover.svg");
}
.dm-campaign li:nth-child(3) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_03.svg");
}
.dm-campaign li:nth-child(3) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_03_hover.svg");
}
.dm-campaign li:nth-child(4) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_04.svg");
}
.dm-campaign li:nth-child(4) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_04_hover.svg");
}
.dm-campaign::after {
  left: calc((100% - 1200px) / 2 + 385px);
}

.dm-guide ul::after {
  right: calc((100% - 1200px) / 2 + 74px);
}
.dm-guide li:nth-child(-n+4) {
  margin-bottom: 20px;
}
.dm-guide li:nth-child(1) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_08.svg");
}
.dm-guide li:nth-child(1) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_08_hover.svg");
}
.dm-guide li:nth-child(2) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_09.svg");
}
.dm-guide li:nth-child(2) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_09_hover.svg");
}
.dm-guide li:nth-child(3) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_10.svg");
}
.dm-guide li:nth-child(3) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_10_hover.svg");
}
.dm-guide li:nth-child(4) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_11.svg");
}
.dm-guide li:nth-child(4) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_11_hover.svg");
}
.dm-guide li:nth-child(5) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_12.svg");
}
.dm-guide li:nth-child(5) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_12_hover.svg");
}
.dm-guide li:nth-child(6) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_13.svg");
}
.dm-guide li:nth-child(6) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_13_hover.svg");
}
.dm-guide li:nth-child(7) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_14.svg");
}
.dm-guide li:nth-child(7) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_14_hover.svg");
}
.dm-guide li:nth-child(8) a {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_15.svg");
}
.dm-guide li:nth-child(8) a:hover {
  background-image: url("/wp/wp-content/themes/newtmp/svg/gnav_icon_15_hover.svg");
}

.menteSec {
  text-align: center;
  background-color: #FDD422;
  font-size: 16px;
}

.spOnle {
  display: none;
}

.not-found-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}
.not-found-title {
  border-top: solid 1px #DCDDDD;
  border-bottom: solid 1px #DCDDDD;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px 40px 30px;
  padding: 20px 0;
  position: relative;
}
.not-found-title::before {
  background: #1a85dd;
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}

.sp-only {
  display: none;
}

.pc-none {
  display: none;
}/*# sourceMappingURL=base.css.map */