@charset "UTF-8";
/*----------------------------------------------------------
更新日：2020年2月27日

=フォント
=共通スタイル
=基本ページレイアウト
=テキストモジュール
=ハイパーテキストモジュール
=リストモジュール
=ヘッダエリア(header)
	=検索エリア(.seach-area)
	=ロゴエリア(#logo-area)
=ナビエリア(nav)
=パンくず(#bread-nav)
=フッタエリア(footer)

=タブレット(1023px以下)
	=TLヘッダエリア(header)
		=TLロゴエリア(#logo-area)
	=TLナビエリア(nav)
		=TLお問い合わせエリア(.ask-box)
		=TL検索エリア(.seach-box)
		=TLメニューエリア(.menu-box)
	=TLフッタエリア(footer)
		=TL CVエリア(#cv-area)
	
	
=スマホ(780px以下)
	=SPパンくず(#bread-nav)
	=SPフッタエリア(footer)


-------------------------------------------------------------*/
/* =フォント
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
/* =共通スタイル
------------------------------------------------------------*/
img,
svg {
  width: 100%;
  vertical-align: bottom;
}

input {
  color: #505564;
}

.left-area {
  float: left;
}

.right-area {
  float: right;
}

.no-link {
  pointer-events: none;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* =基本ページレイアウト
------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #505564;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  font-size: 14px;
}

main {
  position: relative;
  left: 0;
  top: 120px;
  width: 100%;
  background: #fff;
}

main article {
  padding-top: 22px;
}

main article > h1 {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

main article > h1.type2 {
  font-size: 30px;
}

main article > h1 span {
  display: inline-block;
  font-size: 14px;
  border: solid 1px #505564;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
}

/* =テキストモジュール
------------------------------------------------------------*/
p {
  line-height: 1.4;
}

/* =ハイパーテキストモジュール
------------------------------------------------------------*/
a,
.link {
  color: #505564;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:hover,
.link:hover {
  color: #499DE8;
}

a:active,
.link:active {
  color: #499DE8;
}

a img,
a svg,
.link img,
.link svg {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a img:hover,
a svg:hover,
.link img:hover,
.link svg:hover {
  opacity: 0.7;
}

button,
.link {
  cursor: pointer;
}

button img,
button svg,
.link img,
.link svg {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

button:hover img,
button:hover svg,
.link:hover img,
.link:hover svg {
  opacity: 0.7;
}

.link-b {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.link-b:hover {
  opacity: 0.7;
}

.b-btn {
  text-align: center;
  padding: 15px 30px;
  display: block;
  color: #fff;
  font-size: 16px;
  border-radius: 10px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  background: #005AAA url(/img/common/svg/arrow_w_r.svg) no-repeat center right 20px;
  -ms-background-size: 10px 14px;
  background-size: 10px 14px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.b-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.w-btn,
.g-btn {
  text-align: center;
  padding: 10px 30px;
  display: block;
  color: #005AAA;
  font-size: 14px;
  border: solid 1px #005AAA;
  border-radius: 10px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  background: #fff url(/img/common/svg/arrow_b_r.svg) no-repeat center right 20px;
  -ms-background-size: 8px 12px;
  background-size: 8px 12px;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

.w-btn:hover,
.g-btn:hover {
  color: #499DE8;
}

.g-btn {
  border: none;
  background: #00976B url(/img/common/svg/arrow_w_r.svg) no-repeat center right 20px;
  -ms-background-size: 8px 12px;
  background-size: 8px 12px;
  color: #fff;
}

.k-btn {
  text-align: center;
  padding: 15px 30px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-radius: 10px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  background: #343A42 url(/img/common/svg/arrow_w_r.svg) no-repeat center right 20px;
  -ms-background-size: 10px 14px;
  background-size: 10px 14px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.k-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.o-btn {
  padding: 20px 40px 20px 50px;
  display: block;
  color: #fff;
  border-radius: 10px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  background: #F08F41 url(/img/common/svg/arrow_w_r.svg) no-repeat center right 10px;
  -ms-background-size: 10px 14px;
  background-size: 10px 14px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: relative;
}

.o-btn:hover {
  opacity: 0.7;
  color: #fff;
}

.o-btn img,
.o-btn svg {
  width: 22px;
  fill: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* =リストモジュール
------------------------------------------------------------*/
ul, ol, dl {
  line-height: 1.4;
}

ul {
  list-style: none;
}

ol {
  margin: 0;
}

/* =ヘッダエリア(header)
-------------------------------------------------------------*/
header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  /* =検索エリア(.seach-area) */
  /* =ロゴエリア(#logo-area) */
}

header .seach-area {
  display: none;
  background: #E4E4E4;
  padding: 10px 0;
}

header .seach-area form {
  width: 98%;
  max-width: 975px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

header .seach-area form input {
  width: 100%;
  padding: 10px 15px;
}

header .seach-area form input::-webkit-input-placeholder {
  color: #B4B4B4;
}

header .seach-area form input::-moz-placeholder {
  color: #B4B4B4;
}

header .seach-area form input:-ms-input-placeholder {
  color: #B4B4B4;
}

header .seach-area form input::placeholder {
  color: #B4B4B4;
}

header .seach-area form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 20px;
}

header .seach-area form button img,
header .seach-area form button svg {
  width: 22px;
  fill: #505564;
}

header #logo-area {
  width: 98%;
  max-width: 975px;
  margin: 0 auto;
  position: relative;
}

header #logo-area p:nth-of-type(1) {
  width: 150px;
  padding: 18px 0;
}

header #logo-area p:nth-of-type(2) {
  position: absolute;
  right: 300px;
  top: 2px;
}

header #logo-area p:nth-of-type(2) img,
header #logo-area p:nth-of-type(2) svg {
  position: absolute;
  left: 4px;
  top: 22px;
  width: 30px;
}

header #logo-area p:nth-of-type(2) img path,
header #logo-area p:nth-of-type(2) svg path {
  fill: #005aaa;
}

header #logo-area p:nth-of-type(2) span {
  margin-left: 40px;
  font-family: "Montserrat", sans-serif;
}

header #logo-area p:nth-of-type(2) span:first-of-type {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  margin-bottom: 2px;
  color: #005aaa;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

header #logo-area p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 24px;
  color: #005AAA;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: bold;
}

header #logo-area p:nth-of-type(2) span:last-of-type {
  font-size: 9.6px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-left: 14px;
}

header #logo-area p:nth-of-type(3) {
  position: absolute;
  right: 65px;
  top: 0;
  background: #F08F41;
  line-height: 21px;
  display: inline-block;
}

header #logo-area p:nth-of-type(3) a {
  display: block;
  color: #fff;
  padding: 19px 46px;
}

header #logo-area p:nth-of-type(3) img,
header #logo-area p:nth-of-type(3) svg {
  width: 22px;
  margin-right: 8px;
  fill: #fff;
}

header #logo-area p:nth-of-type(4) {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 0;
  border: solid 1px #E4E4E4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

header #logo-area p:nth-of-type(4) img,
header #logo-area p:nth-of-type(4) svg {
  width: 22px;
  margin: 0 18px;
  fill: #505564;
}

header #logo-area p:nth-of-type(4) img:nth-of-type(2),
header #logo-area p:nth-of-type(4) svg:nth-of-type(2) {
  width: 18px;
  margin: 0 20px;
  display: none;
}

header #logo-area p:nth-of-type(4).open img:nth-of-type(1),
header #logo-area p:nth-of-type(4).open svg:nth-of-type(1) {
  display: none;
}

header #logo-area p:nth-of-type(4).open img:nth-of-type(2),
header #logo-area p:nth-of-type(4).open svg:nth-of-type(2) {
  display: block;
}

header #logo-area-top {
  width: 98%;
  max-width: 975px;
  margin: 0 auto;
  position: relative;
}

header #logo-area-top h1 {
  width: 150px;
  padding: 18px 0;
}

header #logo-area-top p:nth-of-type(1) {
  position: absolute;
  right: 300px;
  top: 2px;
}

header #logo-area-top p:nth-of-type(1) img,
header #logo-area-top p:nth-of-type(1) svg {
  position: absolute;
  left: 4px;
  top: 22px;
  width: 30px;
}

header #logo-area-top p:nth-of-type(1) img path,
header #logo-area-top p:nth-of-type(1) svg path {
  fill: #005aaa;
}

header #logo-area-top p:nth-of-type(1) span {
  margin-left: 40px;
  font-family: "Montserrat", sans-serif;
}

header #logo-area-top p:nth-of-type(1) span:first-of-type {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  margin-bottom: 2px;
  color: #005aaa;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

header #logo-area-top p:nth-of-type(1) span:nth-of-type(2) {
  font-size: 24px;
  color: #005AAA;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
  font-weight: bold;
}

header #logo-area-top p:nth-of-type(1) span:last-of-type {
  font-size: 9.6px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-left: 14px;
}

header #logo-area-top p:nth-of-type(2) {
  position: absolute;
  right: 65px;
  top: 0;
  background: #F08F41;
  line-height: 21px;
  display: inline-block;
}

header #logo-area-top p:nth-of-type(2) a {
  display: block;
  color: #fff;
  padding: 19px 46px;
}

header #logo-area-top p:nth-of-type(2) img,
header #logo-area-top p:nth-of-type(2) svg {
  width: 22px;
  margin-right: 8px;
  fill: #fff;
}

header #logo-area-top p:nth-of-type(3) {
  position: absolute;
  right: 0;
  top: 0;
  padding: 18px 0;
  border: solid 1px #E4E4E4;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

header #logo-area-top p:nth-of-type(3) img,
header #logo-area-top p:nth-of-type(3) svg {
  width: 22px;
  margin: 0 18px;
  fill: #505564;
}

header #logo-area-top p:nth-of-type(3) img:nth-of-type(2),
header #logo-area-top p:nth-of-type(3) svg:nth-of-type(2) {
  width: 18px;
  margin: 0 20px;
  display: none;
}

header #logo-area-top p:nth-of-type(3).open img:nth-of-type(1),
header #logo-area-top p:nth-of-type(3).open svg:nth-of-type(1) {
  display: none;
}

header #logo-area-top p:nth-of-type(3).open img:nth-of-type(2),
header #logo-area-top p:nth-of-type(3).open svg:nth-of-type(2) {
  display: block;
}

/* =ナビエリア(nav)
-------------------------------------------------------------*/
header + nav {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 68px;
}

header + nav .pc:after {
  content: "";
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  height: 1px;
  background: #E4E4E4;
}

header + nav .pc > div:nth-of-type(1) {
  background: #fff;
}

header + nav .pc > div:nth-of-type(1) > div {
  width: 98%;
  max-width: 975px;
  margin: 0 auto;
  position: relative;
}

header + nav .pc > div:nth-of-type(1) ul {
  width: 760px;
  margin: 0 auto;
}

header + nav .pc > div:nth-of-type(1) ul li {
  text-align: center;
  float: left;
  width: 135px;
  font-weight: bold;
}

header + nav .pc > div:nth-of-type(1) ul li:last-of-type {
  width: 220px;
}

header + nav .pc > div:nth-of-type(1) ul li a {
  display: block;
  padding-top: 14px;
  padding-bottom: 18px;
  position: relative;
}

header + nav .pc > div:nth-of-type(1) ul li a:after {
  content: "";
  width: 0;
  height: 6px;
  background: #499DE8;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header + nav .pc > div:nth-of-type(1) ul li a.current {
  color: #499DE8;
}

header + nav .pc > div:nth-of-type(1) ul li a.current:after {
  width: 100%;
  left: 0;
}

header + nav .pc > div:nth-of-type(2) {
  display: none;
  /*
			background-color:rgba(180,180,180,0.9);
			*/
  background: #B4B4B4;
  padding: 30px 0;
}

header + nav .pc > div:nth-of-type(2) ul {
  width: 98%;
  max-width: 975px;
  margin: 0 auto;
}

header + nav .pc > div:nth-of-type(2) ul li {
  width: 162.5px;
  float: left;
  text-align: center;
}

header + nav .pc > div:nth-of-type(2) ul li a {
  display: block;
  color: #1D1D1D;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

header + nav .pc > div:nth-of-type(2) ul li a:hover {
  opacity: 0.5;
}

header + nav .pc > div:nth-of-type(2) ul li img,
header + nav .pc > div:nth-of-type(2) ul li svg {
  width: 68px;
  margin: 0 auto;
  display: block;
  fill: #1D1D1D;
}

/* =パンくず(#bread-nav)
-------------------------------------------------------------*/
#bread-nav {
  width: 760px;
  margin: 0 auto;
  padding-top: 12px;
  font-size: 10px;
}

#bread-nav img {
  width: 8px;
  position: relative;
  top: -3px;
  margin: 0 4px;
}

/* =フッタエリア(footer)
-------------------------------------------------------------*/
footer {
  background: #B4B4B4;
  position: relative;
  top: 120px;
  color: #fff;
  padding: 40px 0 30px 0;
  font-family: "Montserrat", sans-serif;
}

footer a {
  color: #fff;
}

footer svg {
  fill: #fff;
}

footer .ask-box {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 40px;
}

footer .ask-box .left-area {
  padding: 20px 0 0 0;
  text-align: center;
  width: 379px;
  background: #FEDC00;
  color: #1D1D1D;
}

footer .ask-box .left-area p:nth-of-type(1), footer .ask-box .left-area p:nth-of-type(3) {
  margin-bottom: 10px;
}

footer .ask-box .left-area p:nth-of-type(2), footer .ask-box .left-area p:nth-of-type(4) {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

footer .ask-box .left-area p:nth-of-type(2) a, footer .ask-box .left-area p:nth-of-type(4) a {
  padding: 20px 10px;
  display: block;
  background: #F08F41;
  color: #fff;
  border-radius: 10px 0 10px 0;
  line-height: 24px;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

footer .ask-box .left-area p:nth-of-type(2) a:hover, footer .ask-box .left-area p:nth-of-type(4) a:hover {
  opacity: 0.7;
}

footer .ask-box .left-area p:nth-of-type(2) a img,
footer .ask-box .left-area p:nth-of-type(2) a svg, footer .ask-box .left-area p:nth-of-type(4) a img,
footer .ask-box .left-area p:nth-of-type(4) a svg {
  width: 22px;
  margin-right: 16px;
  fill: #fff;
}

footer .ask-box .right-area {
  padding: 30px 0 34px 0;
  width: 379px;
  background: #FEDC00;
  color: #1D1D1D;
  text-align: center;
}

footer .ask-box .right-area dl {
  margin-bottom: 20px;
}

footer .ask-box .right-area dl:last-of-type {
  margin: 0;
}

footer .ask-box .right-area dl dt {
  margin-bottom: 0;
}

footer .ask-box .right-area dl dd svg {
  width: 26px;
  position: relative;
  top: -7px;
  margin-right: 4px;
  fill: #1D1D1D;
}

footer .ask-box .right-area dl dd a {
  font-size: 26px;
  pointer-events: none;
  font-weight: bold;
  color: #1D1D1D;
}

footer .ask-box .right-area dl dd span {
  display: block;
  font-size: 12px;
  line-height: 1;
}

footer .ask-box .right-area dl dd span.kome {
  padding-top: 10px;
}

footer nav {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
}

footer nav p {
  width: 190px;
  float: left;
  margin-right: 88px;
}

footer nav #sns-area {
  position: absolute;
  left: 0;
  bottom: 30px;
}

footer nav #sns-area a {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

footer nav #sns-area a:last-of-type {
  margin: 0;
}

footer nav #sns-area a img {
  width: 100%;
}

footer nav > ul {
  float: left;
}

footer nav > ul:first-of-type {
  margin-right: 112px;
}

footer nav > ul:first-of-type li {
  color: #1D1D1D;
}

footer nav > ul:first-of-type li a {
  color: #1D1D1D;
}

footer nav > ul:first-of-type li a:hover {
  color: #499DE8;
}

footer nav > ul:first-of-type li > ul {
  padding-top: 10px;
  font-size: 12px;
}

footer nav > ul:first-of-type li > ul li {
  margin-bottom: 6px;
  color: #1D1D1D;
}

footer nav > ul:last-of-type > li {
  margin-bottom: 16px;
  color: #1D1D1D;
}

footer nav > ul:last-of-type > li a {
  color: #1D1D1D;
}

footer nav > ul:last-of-type > li a:hover {
  color: #499DE8;
}

footer nav > ul:last-of-type > li > ul {
  padding-top: 8px;
  font-size: 12px;
}

footer nav > ul:last-of-type > li > ul li {
  color: #1D1D1D;
  margin-bottom: 6px;
}

footer #copy-area {
  width: 760px;
  margin: 0 auto;
  position: relative;
}

footer #copy-area p {
  font-size: 12px;
  color: #1D1D1D;
}

footer #copy-area p small {
  font-size: 10px;
}

footer #copy-area p:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer #copy-area p a {
  color: #1D1D1D;
}

footer #copy-area p a:hover {
  color: #499DE8;
}

footer .off-hours-txt {
  display: none;
}

footer .off-hours {
  display: none;
}

.notice {
  width: 760px;
  margin: 0 auto;
  padding: 30px 0;
  padding-bottom: 0;
}

.notice p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.notice p:last-of-type {
  margin: 0;
}

.notice p strong {
  font-size: 20px;
  color: #f00;
}

/* =タブレット(1023px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  main {
    top: 72px;
  }
  main.none {
    display: none;
  }
  /* =TLヘッダエリア(header)
-------------------------------------------------------------*/
  header {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 1000;
    border-bottom: solid 1px #E4E4E4;
    /* =TLロゴエリア(#logo-area) */
  }
  header .pc {
    display: none !important;
  }
  header .sp {
    display: block;
  }
  header #logo-area {
    width: 100%;
    max-width: 100%;
  }
  header #logo-area p:nth-of-type(1) {
    width: 100px;
    padding: 20px;
  }
  header #logo-area p:last-of-type {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  header #logo-area p:last-of-type .close {
    display: none;
  }
  header #logo-area p:last-of-type svg {
    fill: #505564;
  }
  header #logo-area p.open .open {
    display: none;
  }
  header #logo-area p.open .close {
    display: block;
  }
  header #logo-area-top {
    width: 100%;
    max-width: 100%;
  }
  header #logo-area-top h1 {
    width: 100px;
    padding: 20px;
  }
  header #logo-area-top p:last-of-type {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  header #logo-area-top p:last-of-type .close {
    display: none;
  }
  header #logo-area-top p:last-of-type svg {
    fill: #505564;
  }
  header #logo-area-top p.open .open {
    display: none;
  }
  header #logo-area-top p.open .close {
    display: block;
  }
  /* =TLナビエリア(nav)
-------------------------------------------------------------*/
  header + nav {
    position: absolute;
    top: 72px;
    z-index: 110;
    border: none;
    /* =TLお問い合わせエリア */
    /* =TL検索エリア(.seach-box) */
    /* =TLメニューエリア(.menu-box) */
  }
  header + nav .pc {
    display: none !important;
  }
  header + nav .sp {
    display: none;
  }
  header + nav .ask-box {
    background: #FEDC00;
    color: #1D1D1D;
    text-align: center;
    padding: 30px;
    font-family: "Montserrat", sans-serif;
  }
  header + nav .ask-box p {
    margin-bottom: 10px;
  }
  header + nav .ask-box p:nth-of-type(2), header + nav .ask-box p:nth-of-type(4) {
    margin-bottom: 20px;
  }
  header + nav .ask-box p:nth-of-type(2) img,
  header + nav .ask-box p:nth-of-type(2) svg, header + nav .ask-box p:nth-of-type(4) img,
  header + nav .ask-box p:nth-of-type(4) svg {
    width: 30px;
    position: relative;
    top: -4px;
    margin-right: 12px;
  }
  header + nav .ask-box p:nth-of-type(2) img path,
  header + nav .ask-box p:nth-of-type(2) svg path, header + nav .ask-box p:nth-of-type(4) img path,
  header + nav .ask-box p:nth-of-type(4) svg path {
    fill: #1D1D1D;
  }
  header + nav .ask-box p:nth-of-type(2) a, header + nav .ask-box p:nth-of-type(4) a {
    color: #1D1D1D;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
  }
  header + nav .ask-box p:nth-of-type(2) span, header + nav .ask-box p:nth-of-type(4) span {
    padding-top: 5px;
    display: block;
    font-size: 12px;
  }
  header + nav .ask-box p:nth-of-type(5) {
    width: 86%;
    margin: 0 auto;
  }
  header + nav .ask-box p:nth-of-type(5) a {
    padding: 20px 10px;
    display: block;
    background: #F08F41;
    color: #fff;
    border-radius: 10px 0 10px 0;
    line-height: 22px;
  }
  header + nav .ask-box p:nth-of-type(5) a img,
  header + nav .ask-box p:nth-of-type(5) a svg {
    width: 22px;
    margin-right: 16px;
    fill: #fff;
  }
  header + nav .seach-box {
    background: #E4E4E4;
    padding: 15px;
    position: relative;
  }
  header + nav .seach-box input {
    background: #fff;
    width: 92%;
    padding: 15px 4%;
    border-radius: 0;
    font-size: 16px;
  }
  header + nav .seach-box input::-webkit-input-placeholder {
    color: #B4B4B4;
  }
  header + nav .seach-box input::-moz-placeholder {
    color: #B4B4B4;
  }
  header + nav .seach-box input:-ms-input-placeholder {
    color: #B4B4B4;
  }
  header + nav .seach-box input::placeholder {
    color: #B4B4B4;
  }
  header + nav .seach-box button {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 11px 15px;
    background: #fff;
    border-left: solid 1px #E4E4E4;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header + nav .seach-box button img,
  header + nav .seach-box button svg {
    width: 28px;
    fill: #505564;
  }
  header + nav .menu-box {
    background: #3A3A3A;
  }
  header + nav .menu-box a {
    color: #fff;
  }
  header + nav .menu-box > li {
    border-bottom: solid 1px #fff;
  }
  header + nav .menu-box > li:last-of-type {
    border: none;
  }
  header + nav .menu-box > li > a {
    display: block;
    padding: 24px 20px;
    font-weight: bold;
    background: url(/img/common/svg/arrow_w_r.svg) no-repeat center right 20px;
    -ms-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  header + nav .menu-box > li:nth-of-type(1) > a {
    background: url(/img/common/svg/arrow_w_d.svg) no-repeat center right 20px;
    -ms-background-size: 14px 10px;
    background-size: 14px 10px;
  }
  header + nav .menu-box > li.open > a {
    background: url(/img/common/svg/arrow_w_u.svg) no-repeat center right 20px;
    -ms-background-size: 14px 10px;
    background-size: 14px 10px;
  }
  header + nav .menu-box > li > ul {
    display: none;
    border-top: solid 1px #7B7B7B;
  }
  header + nav .menu-box > li > ul li {
    border-bottom: solid 1px #7B7B7B;
  }
  header + nav .menu-box > li > ul li:last-of-type {
    border: none;
  }
  header + nav .menu-box > li > ul li a {
    display: block;
    padding: 13px 30px 10px 30px;
    background: url(/img/common/svg/arrow_w_r.svg) no-repeat center right 20px;
    -ms-background-size: 10px 14px;
    background-size: 10px 14px;
  }
  header + nav .menu-box > li > ul li img,
  header + nav .menu-box > li > ul li svg {
    width: 40px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 10px;
    fill: #fff;
  }
  header + nav .off-hours-txt {
    display: none;
  }
  header + nav .ask-box p a.off-hours {
    display: none;
  }
  /* =TLフッタエリア(footer)
-------------------------------------------------------------*/
  footer {
    top: 61px;
    padding-bottom: 20px;
    /* =TL CVエリア(#cv-area) */
  }
  footer .pc {
    display: none !important;
  }
  footer .sp {
    display: block;
  }
  footer .ask-box .right-area dl dd a {
    pointer-events: auto;
  }
  footer #cv-area,
  footer #cv-area2,
  footer #cv-area3,
  footer #cv-area4,
  footer #cv-area5,
  footer #cv-area6,
  footer #cv-area7 {
    display: none;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    z-index: 100;
  }
  footer #cv-area p,
  footer #cv-area2 p,
  footer #cv-area3 p,
  footer #cv-area4 p,
  footer #cv-area5 p,
  footer #cv-area6 p,
  footer #cv-area7 p {
    width: 50%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer #cv-area p:first-of-type,
  footer #cv-area2 p:first-of-type,
  footer #cv-area3 p:first-of-type,
  footer #cv-area4 p:first-of-type,
  footer #cv-area5 p:first-of-type,
  footer #cv-area6 p:first-of-type,
  footer #cv-area7 p:first-of-type {
    float: left;
    border-right: solid 0.5px #fff;
  }
  footer #cv-area p:last-of-type,
  footer #cv-area2 p:last-of-type,
  footer #cv-area3 p:last-of-type,
  footer #cv-area4 p:last-of-type,
  footer #cv-area5 p:last-of-type,
  footer #cv-area6 p:last-of-type,
  footer #cv-area7 p:last-of-type {
    float: right;
    border-left: solid 0.5px #fff;
  }
  footer #cv-area p a,
  footer #cv-area2 p a,
  footer #cv-area3 p a,
  footer #cv-area4 p a,
  footer #cv-area5 p a,
  footer #cv-area6 p a,
  footer #cv-area7 p a {
    padding: 10px 5px;
    text-align: center;
    display: block;
    background: #F08F41;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  footer #cv-area p a:hover,
  footer #cv-area2 p a:hover,
  footer #cv-area3 p a:hover,
  footer #cv-area4 p a:hover,
  footer #cv-area5 p a:hover,
  footer #cv-area6 p a:hover,
  footer #cv-area7 p a:hover {
    opacity: 0.7;
    color: #fff;
  }
  footer #cv-area p img,
  footer #cv-area p svg,
  footer #cv-area2 p img,
  footer #cv-area2 p svg,
  footer #cv-area3 p img,
  footer #cv-area3 p svg,
  footer #cv-area4 p img,
  footer #cv-area4 p svg,
  footer #cv-area5 p img,
  footer #cv-area5 p svg,
  footer #cv-area6 p img,
  footer #cv-area6 p svg,
  footer #cv-area7 p img,
  footer #cv-area7 p svg {
    display: block;
    margin: 0 auto;
    width: 22px;
    fill: #fff;
  }
}

/* メニュー用 */
@media screen and (min-width: 1023px) {
  header + nav .sp {
    display: none !important;
  }
}

/* @media screen and (max-width:1023px)ここまで */
/* =スマホ(780px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  main article > h1 {
    width: auto;
    font-size: 24px;
    margin: 0 20px;
    margin-bottom: 20px;
  }
  main article > h1.type2 {
    font-size: 24px;
    line-height: 1.4;
  }
  /* =SPパンくず(#bread-nav)
-------------------------------------------------------------*/
  #bread-nav {
    display: none;
  }
  /* =SPフッタエリア(footer)
-------------------------------------------------------------*/
  footer {
    top: 60;
    padding: 20px 0;
  }
  footer > div {
    margin: 0 20px;
  }
  footer .ask-box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer .ask-box .left-area {
    float: none;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 2px;
  }
  footer .ask-box .left-area p:last-of-type {
    margin-bottom: 0;
  }
  footer .ask-box .right-area {
    padding: 30px 0;
    width: 100%;
  }
  footer .ask-box .right-area dl {
    margin-bottom: 20px;
  }
  footer .ask-box .right-area dl:last-of-type {
    margin: 0;
  }
  footer .ask-box .right-area dl dt {
    margin-bottom: 0;
  }
  footer .ask-box .right-area dl dd svg {
    width: 30px;
    position: relative;
    top: -7px;
    margin-right: 4px;
  }
  footer .ask-box .right-area dl dd a {
    font-size: 26px;
  }
  footer .ask-box .right-area dl dd span {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  footer nav {
    width: 100%;
    margin: 0 auto;
  }
  footer nav p {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  footer nav #sns-area {
    position: static;
    text-align: center;
  }
  footer nav > ul {
    display: none;
  }
  footer #copy-area {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  footer #copy-area p {
    text-align: center;
  }
  footer #copy-area p:last-of-type {
    padding-top: 10px;
    position: static;
  }
  .notice {
    width: auto;
    margin: 0 20px;
  }
  .notice p {
    font-size: 3vw;
  }
  .notice p strong {
    font-size: 4vw;
  }
}

/* スマホここまで */
