@charset "UTF-8";

/* ====================================================================
基本設定
==================================================================== */
/* 基本
----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #1c1c1c;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.4pt;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-weight: 500;
}

button,
input,
select,
textarea {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
}

@media print,
screen and (max-width: 768px) {

  body,
  button,
  input,
  select,
  textarea {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-weight: normal;
  }
}

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}

input,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

sup,
sub {
  font-size: 10px;
  font-size: 1rem;
}

/* ----- 一般的なリンク ----- */
a {
  color: #1c1c1c;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

a:visited {
  color: #1c1c1c;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
  opacity: .7;
}

@media print,
screen and (max-width: 768px) {

  a img,
  a:visited img {
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }
}

/* テキストリンク */
.text-link {
  text-decoration: underline;
}

.text-link:hover {
  color: #0099d9;
}

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

/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/**/
@media print,
screen and (min-width: 769px) {
  .mode-sp {
    display: none;
  }
}

@media print,
screen and (max-width: 768px) {
  .mode-pc {
    display: none;
  }
}

/* 共通ヘッダー
----------------------------------------------------------*/
/* PC ---------- */
#cmn-header-row01 {
  background: #f7f7f7;
  height: 30px;
}

#cmn-header-row01 .inner {
  max-width: 1057px;
  height: 30px;
  margin: 0 auto;
  padding: 0 10px;
}

#cmn-header-row01 .inner .lead {
  float: left;
  /*font-family: 'AxisStd-Medium', sans-serif;*/
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 30px;
}

#cmn-header-row01 .inner .nav {
  float: right;
  font-size: 0;
  letter-spacing: 0;
}

#cmn-header-row01 .inner .nav li {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  line-height: 1;
  /*font-family:'AxisStd-Regular', sans-serif;*/
  font-weight: bold;
  font-size: 1.2rem;
}

#cmn-header-row01 .inner .nav li+li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #676767;
}

#cmn-header-row01 .inner .nav li.nhigh {
  height: 30px;
  margin-left: 25px;
  padding-left: 0;
  border-left: none;
}

#cmn-header-row01 .inner .nav li:not([class]) a {
  display: block;
  transition: none;
  text-decoration: none;
}

#cmn-header-row01 .inner .nav li:not([class]) a:hover {
  border-bottom: 1px solid #000;
}

#mn-header-row01 .inner .nav li a {
  color: #676767;
}

#cmn-header-row02 {
  max-width: 1057px;
  margin: 0 auto;
  padding: 18px 10px 14px;
}

#cmn-header-row02 .logo {
  float: left;
}

#cmn-header-row02 .logo a:hover img {
  opacity: 1;
}

#cmn-header .tel.support-info {
  position: relative;
  margin-top: -10px;
  padding-bottom: 8px;
}

/* 受付休業時のお知らせPC
#cmn-header .tel.support-info::after {
  width: 100%;
  content: "春季休暇期間：4/29(水)～5/6(水)　※資料請求は受付中";
  color: red;
  display: block;
  position: absolute;
  left: 33px;
  bottom: -0.6em;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}*/


#cmn-header .tel {
  display: table;
  float: right;
  width: 350px;
  margin: 5px 0 0;
}

#cmn-header .tel dd {
  margin-top: 8px;
  /*font-family:'AxisStd-Regular', sans-serif;*/
  font-weight: bold;
  font-size: 1.2rem;
  color: #0099d9;
  letter-spacing: .08em;
}

#cmn-header .tel dt {
  display: table-cell;
  max-width: 220px;
  padding: 0 10px 0 0;
  color: #8d959c;
  font-size: 1.1rem;
  vertical-align: middle;
}

#cmn-header .tel dt img {
  display: block;
  margin: 0 0 4px;
  width: 210px;
  height: auto;
}

#cmn-header .tel dt em {
  display: block;
  padding: 0 0 0 33px;
  font-style: normal;
}

#cmn-header .tel dd {
  display: table-cell;
  padding: 2px 0 0;
  text-align: right;
  letter-spacing: -0.4em;
  vertical-align: middle;
}

#cmn-header .tel dd .btn {
  display: inline-block;
  margin: 0 0 0 8px;
}

#cmn-header .tel dd .btn:first-child {
  margin-left: 0;
}

#cmn-header-row03 {
  max-width: 1057px;
  margin: 0 auto;
  padding: 0 10px 20px;
}

#cmn-header-row03 .nav01 {
  float: right;
  height: 40px;
}

#cmn-header-row03 .nav01 li {
  float: left;
}

#cmn-header-row03 .nav01 li+li {
  margin-left: 13px;
}

#cmn-header-row03 .nav01 li a {
  background: url(../img/icon_arrow01_right_blue01.png) 94% 50% no-repeat;
  background-size: 5px 9px;
  display: block;
  width: 136px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #0099d9;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 1.5rem;
  color: #0099d9;
}

#cmn-header-row03 .nav01 li a:hover {
  background-color: #0099d9;
  background-image: url(../img/header_arrow_pc01_on.png);
  color: #fff;
  text-decoration: none;
}

#cmn-header-row-ex {
  border-bottom: solid 1px #eee;
}

#cmn-header-row-ex .inner {
  max-width: 1290px;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0 10px;
}

#cmn-header-row-ex .cmn-header-news {
  width: 100%;
  padding: 0.5em 0;
}

#cmn-header-row-ex .cmn-header-news dt {
  /* margin-bottom:0.5em; */
  vertical-align: bottom;
}

#cmn-header-row-ex .cmn-header-news dt:hover {
  cursor: pointer;
}

#cmn-header-row-ex .cmn-header-news .tag {
  display: inline-block;
  background: #0099d9;
  color: #fff;
  padding: 0.1em 0.5em 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0.2em;
}

#cmn-header-row-ex .cmn-header-news .button.open {
  position: relative;
}

#cmn-header-row-ex .cmn-header-news .button.open:before {
  content: "+";
  width: 1.5em;
  height: 1.5em;
  display: block;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #0099d9;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0.2em;
}

#cmn-header-row-ex .cmn-header-news .button.close:before {
  content: "-";
  width: 1.5em;
  height: 1.5em;
  display: block;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #0099d9;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 0.2em;
}

#cmn-header-row-ex .cmn-header-news dd {
  display: none;
  padding: 0.5em;
}

@media print,
screen and (max-width: 768px) {
  #cmn-header-row-ex {
    border-top: solid 1px #eee;
    border-bottom: none;
  }
}

#global-nav {
  float: left;
  width: 565px;
  padding-top: 4px;
}

#global-nav li {
  float: left;
  width: 25%;
  border-left: 1px solid #dcdddd;
}

#global-nav li:last-child {
  border-right: 1px solid #dcdddd;
}

#global-nav li a {
  position: relative;
  display: block;
  height: 32px;
  text-align: center;
  line-height: 1;
  color: #333;
  padding-top: 2px;
  letter-spacing: 0;
}

#global-nav li a:hover {
  text-decoration: none;
}

#global-nav li a span img {
  vertical-align: top;
}

#global-nav li a .jp {
  display: block;
  margin-bottom: 7px;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 1.5rem;
}

#global-nav li a .en {
  position: absolute;
  left: 50%;
  bottom: 2px;
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 0;
  vertical-align: top;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#global-nav li a:hover .en,
#global-nav li a.current .en {
  color: #0099d9;
}

@media print,
screen and (max-width: 1040px) {
  #global-nav {
    width: 100%;
    margin-top: 20px;
  }
}

@media print,
screen and (max-width: 768px) {
  #cmn-header {
    display: none;
  }
}

/* SP ---------- */
#cmn-header-sp {
  display: none;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

/* 受付休業時のお知らせ
#cmn-header-sp.support-info::after {
  content: "春季休暇期間：4/29(水)～5/6(水)　※資料請求は受付中";
  color: red;
  display: block;
  font-size: 1rem;
  text-align: center;
  padding-top: 4px;
  white-space: pre;
}*/

#header01 #header01-main #header01-row01 #header01-tel.support-info {
  position: relative;
  margin-bottom: 0em;
  margin-top: -8px;
}

#header01 #header01-main #header01-row01 #header01-tel.support-info::after {
  width: 100%;
  content: ;
  color: red;
  display: block;
  position: absolute;
  left: 31px;
  bottom: -1.5em;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
}

@media print,
screen and (max-width: 768px) {
  #cmn-header-sp.support-info::after {
    content: ;
    color: red;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-top: 4px;
    white-space: pre;
  }

  #cmn-header-sp {
    display: block;
    padding: 12px 10px 10px;
  }

  #cmn-header-sp #header-sp01-lead {
    color: #646464;
    text-align: center;
  }

  #cmn-header-sp #header-sp01-mainlogo {
    text-align: center;
  }

  #cmn-header-sp #header-sp01-mainlogo a {
    display: inline-block;
    padding: 5px;
  }

  #cmn-header-sp #header-sp01-mainlogo a img {
    width: 107px;
  }
}

/* 追従ヘッダー
----------------------------------------------------------*/
#header02 {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  overflow: hidden;
  margin: -70px 0 0;
  background: rgba(255, 255, 255, 0.9);
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 1.2rem;
}

#header02 #header02-main {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px;
}

#header02 #header02-main #header02-mainlogo {
  float: left;
  width: 135px;
  margin: 2px 0 0;
}

#header02 #header02-main #header02-mainlogo a:hover img,
#header02 #header02-main #header02-mainlogo a:active img,
#header02 #header02-main #header02-mainlogo a:focus img {
  opacity: 1.0;
}

#header02 #header02-main #header02-nav01 {
  display: table;
  float: right;
  width: 720px;
}

#header02 #header02-main #header02-nav01 li {
  display: table-cell;
  min-width: 146px;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

#header02 #header02-main #header02-nav01 li:first-child {
  min-width: 300px;
  padding-left: 0;
  text-align: right;
}

#header02 #header02-main #header02-nav01 li>a {
  display: block;
  padding: 9px 10px 8px;
  border: solid 1px #0099d9;
  background: rgba(255, 255, 255, 0.6) url("../img/icon_arrow01_right_blue01.png") 94% 50% no-repeat;
  background-size: 5px 9px;
  color: #0099d9;
  font-size: 1.5rem;
  /*font-family:'AxisStd-Medium', sans-serif;*/
  font-weight: bold;
  text-align: center;
}

#header02 #header02-main #header02-nav01 li>a:hover {
  background-color: #0099d9;
  background-image: url("../img/icon_arrow01_right_white01.png");
  color: #ffffff;
  text-decoration: none;
}

#header02 #header02-main #header02-tel {
  display: table;
  margin: 0 0 0 auto;
}

#header02 #header02-main #header02-tel dt {
  display: table-cell;
  width: 200px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

#header02 #header02-main #header02-tel dt img {
  width: 100%;
}

#header02 #header02-main #header02-tel dd {
  display: table-cell;
  padding: 3px 0 0;
  color: #1c1c1c;
  font-size: 1.1rem;
  text-align: left;
  vertical-align: middle;
}

@media print,
screen and (max-width: 930px) {
  #header02 #header02-main #header02-mainlogo {
    width: 130px;
    margin-top: 6px;
  }

  #header02 #header02-main #header02-nav01 {
    width: 600px;
    margin-top: 5px;
  }

  #header02 #header02-main #header02-nav01 li {
    min-width: 110px;
  }

  #header02 #header02-main #header02-nav01 li>a {
    font-size: 1.1rem;
  }

  #header02 #header02-main #header02-nav01 li:first-child {
    min-width: 241px;
  }

  #header02 #header02-main #header02-tel dt {
    width: 150px;
  }
}

@media print,
screen and (max-width: 768px) {
  #header02 {
    display: none;
  }
}

/* ローカルナビ基本
----------------------------------------------------------*/
#local-nav {
  background: #0099d9;
  color: #ffffff;
}

#local-nav ul {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  font-size: 0;
  padding: 11px 0;
  text-align: center;
  letter-spacing: .12em;
}

#local-nav.cat01 ul:after,
#local-nav.cat02 ul:after,
#local-nav.cat03 ul:after,
#local-nav.cat04 ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  z-index: 10;
  width: 0;
  height: 0;
  margin: 0 0 0 -6px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #0099d9 transparent;
}

#local-nav.cat01 ul:after {
  left: 6.9%;
}

#local-nav.cat02 ul:after {
  left: 20.5%;
}

#local-nav.cat03 ul:after {
  left: 34%;
}

#local-nav.cat04 ul:after {
  left: 47.7%;
}

#local-nav ul li {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin: 11px 0 11px 2px;
}

#local-nav ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../img/icon_backslash01_white01.png") no-repeat left center;
  vertical-align: middle;
  margin-right: 2px;
}

#local-nav ul li:first-child:before {
  display: none;
}

#local-nav ul li a,
#local-nav ul li em {
  position: relative;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 1.4rem;
  vertical-align: middle;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

#local-nav ul li:first-child a {
  margin-left: 0;
}

#local-nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 0;
  height: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: skew(27deg);
  transform: skew(27deg);
}

#local-nav ul li a span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

#local-nav ul li a:hover {
  color: #0099d9;
  text-decoration: none;
}

#local-nav ul li.current a,
#local-nav ul li.current em {
  color: #0099d9;
  text-decoration: none;
}

#local-nav ul li.current a::before {
  width: 100%;
}

#local-nav ul li a:hover::before {
  width: 100%;
}

@media print,
screen and (max-width: 1040px) {
  #local-nav.cat01 ul:after {
    left: 13.1%;
  }

  #local-nav.cat02 ul:after {
    left: 37.5%;
  }

  #local-nav.cat03 ul:after {
    left: 62.25%;
  }

  #local-nav.cat04 ul:after {
    left: 86.8%;
  }
}

@media print,
screen and (max-width: 768px) {
  #local-nav {
    display: none;
  }
}

/* 共通情報
----------------------------------------------------------*/
#footer02 {
  background: #0099d9 url("../img/footer02_bg01.png") center top repeat;
  color: #ffffff;
  /*font-family: "AxisStd-Medium", sans-serif;*/
  font-weight: bold;
}

#footer02 #footer02-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 35px 10px 20px;
}

#footer02 #footer02-inner #footer02-lead {
  margin: 0 0 30px;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.2em;
}

#footer02 #footer02-inner #footer02-main {
  width: 550px;
  margin: 0 auto;
}

#footer02 #footer02-inner #footer02-main #footer02-nav {
  float: left;
  width: 258px;
  font-size: 1.8rem;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li {
  margin: 0 0 14px;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li a {
  display: block;
  padding: 14px 24px 14px 18px;
  background: #ffffff url("../img/icon_arrow01_right_black01.png") 94% 50% no-repeat;
  background-size: 7px 13px;
  color: #1c1c1c;
  line-height: 1;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li a:visited {
  display: block;
  padding: 14px 24px 14px 18px;
  background: #ffffff url("../img/icon_arrow01_right_black01.png") 94% 50% no-repeat;
  background-size: 7px 13px;
  color: #1c1c1c;
  line-height: 1;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li a:hover,
#footer02 #footer02-inner #footer02-main #footer02-nav li a:active,
#footer02 #footer02-inner #footer02-main #footer02-nav li a:focus {
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li a i {
  display: inline-block;
  width: 29px;
  height: 27px;
  margin: 0 16px 0 0;
  background-size: contain;
  vertical-align: middle;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  height: 1em;
  margin-top: 4px;
}

#footer02 #footer02-inner #footer02-main #footer02-nav li:first-child a i {
  background-image: url("../img/icon_book01_black01.png");
}

#footer02 #footer02-inner #footer02-main #footer02-nav li:nth-child(2n) a i {
  background-image: url("../img/icon_balloon01_black01.png");
}

#footer02 #footer02-inner #footer02-main #footer02-info {
  float: right;
  width: 250px;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-tel {
  margin: 0 0 18px;
  padding: 10px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-tel img {
  display: block;
  margin: 0 auto 8px;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-tel em {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 40px;
  font-style: normal;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-contact {
  font-size: 1.3rem;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-contact a {
  display: block;
  width: 212px;
  margin: 0 0 0 auto;
  padding: 12px;
  border: solid 1px #ffffff;
  background: url("../img/icon_arrow01_right_white01.png") 94% 50% no-repeat;
  background-size: 5px 9px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-contact a:visited {
  display: block;
  width: 212px;
  margin: 0 0 0 auto;
  padding: 12px;
  border: solid 1px #ffffff;
  background: url("../img/icon_arrow01_right_white01.png") 94% 50% no-repeat;
  background-size: 5px 9px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

#footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-contact a span {
  display: inline-block;
  margin-top: 1px;
}

@media print,
screen and (max-width: 768px) {
  #footer02 #footer02-inner {
    width: 100%;
    padding: 20px 10px 25px;
  }

  #footer02 #footer02-inner #footer02-lead {
    margin: 0 0 15px;
    letter-spacing: 0.1em;
  }

  #footer02 #footer02-inner #footer02-main {
    width: 100%;
    margin: 0 auto;
  }

  #footer02 #footer02-inner #footer02-main #footer02-nav {
    float: none;
    width: 100%;
    padding: 0 15px;
  }

  #footer02 #footer02-inner #footer02-main #footer02-nav li a {
    background-size: 6px 11px;
  }

  #footer02 #footer02-inner #footer02-main #footer02-nav li a:visited {
    background-size: 6px 11px;
  }

  #footer02 #footer02-inner #footer02-main #footer02-info {
    float: none;
    width: 100%;
  }

  #footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-tel img {
    width: 240px;
  }

  #footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-tel em {
    padding: 0;
  }

  #footer02 #footer02-inner #footer02-main #footer02-info #footer-intro-contact a {
    margin: 0 auto;
  }
}

/* 共通フッター
----------------------------------------------------------*/
#cmn-footer {
  background: #e5f5fb;
  padding-top: 70px;
}

#cmn-footer .inner {
  max-width: 1057px;
  padding: 0 10px;
  margin: 0 auto;
}

#cmn-footer .inner .nav {
  position: relative;
}

#cmn-footer .inner .nav .nav01 {
  letter-spacing: .06em;
}

#cmn-footer .inner .nav a {
  color: #000;
}

#cmn-footer .inner .nav .nav01 {
  display: flex;
  justify-content: space-between;
}

#cmn-footer .inner .nav .nav01 .col {
  max-width: 200px;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .nav .nav01 .col {
    display: none;
  }
}

#cmn-footer .inner .nav .nav01 .col+.col {
  margin-left: 40px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .nav .nav01 .col:last-child {
    display: block;
    margin-left: 0;
    max-width: none;
  }
}

@media print,
screen and (max-width: 768px) {

  #cmn-footer .inner .nav .nav01 .col p,
  #cmn-footer .inner .nav .nav01 .col>ul:not([class]) {
    display: none;
  }
}

#cmn-footer .inner .nav .nav01 .col p {
  font-size: 1.6rem;
  margin-bottom: 15px;
  /*font-family: "AxisStd-Medium", sans-serif;*/
  font-weight: bold;
}

#cmn-footer .inner .nav .nav01 .col p a {
  color: #0099d9;
}

#cmn-footer .inner .nav .nav01 .col ul+ul {
  margin-top: 5px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .nav .nav01 .col ul+ul {
    margin-top: 0;
  }
}

#cmn-footer .inner .nav .nav01 .col ul li {
  font-size: 1.3rem;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

#cmn-footer .inner .nav .nav01 .col ul li+li {
  margin-top: 5px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .nav .nav01 .col ul li+li {
    margin-top: 0;
  }
}

#cmn-footer .inner .nav .nav01 .col ul li ul {
  margin-top: 5px;
  padding-left: 1em;
}

#cmn-footer .inner .nav .nav01 .col.curriculum {
  width: 38.69%;
}

#cmn-footer .inner .nav .nav01 .col.curriculum ul {
  float: left;
}

#cmn-footer .inner .nav .nav01 .col.curriculum ul:first-of-type {
  width: 30%;
}

#cmn-footer .inner .nav .nav01 .col.curriculum ul:last-of-type {
  width: 62%;
  margin-left: 8%;
}

#cmn-footer .inner .nav .nav02 {
  margin-top: 17px;
  padding: 17px 0 0 1.9%;
  border-top: 1px solid #bac7cc;
}

#cmn-footer .inner .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  border-top: 1px solid #bac7cc;
  padding-top: 30px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub {
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    border-top: none;
  }
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav03 {
    display: none;
  }
}

#cmn-footer .inner .sub .nav03 li {
  float: left;
  margin-right: 15px;
  font-size: 1.3rem;
  letter-spacing: .1em;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

#cmn-footer .inner .sub .nav03 li a {
  color: #000;
}

#cmn-footer .inner .sub .nav04 {
  text-align: right;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 {
    display: flex;
    justify-content: center;
  }
}

#cmn-footer .inner .sub .nav04 li {
  display: inline-block;
  text-align: left;
  border-right: solid 1px #ddd;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 li {
    margin: 0 calc(13px / 2);
    border-right: none;
  }
}

#cmn-footer .inner .sub .nav04 li:last-child {
  border-right: none;
}

#cmn-footer .inner .sub .nav04 li:last-child a {
  width: 190px;
}

#cmn-footer .inner .sub .nav04 li a {
  position: relative;
  display: block;
  width: 155px;
  padding: 10px 10px;
  box-sizing: border-box;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 li a {
    display: inline-block;
    padding: 0;
    width: auto !important;
  }
}

#cmn-footer .inner .sub .nav04 li a:after {
  position: absolute;
  content: '＞';
  font-size: 1.0rem;
  right: 7px;
  top: 16px;
  color: #aaa;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 li a:after {
    display: none;
  }
}

#cmn-footer .inner .sub .nav04 li a img {
  display: inline-block;
  width: 32px;
  padding-right: 5px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 li a img {
    padding: 0;
    width: 35px;
    height: auto;
  }
}

#cmn-footer .inner .sub .nav04 li a p {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .inner .sub .nav04 li a p {
    display: none;
  }
}

#cmn-footer .inner .sub .nav04 li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}

#cmn-footer .inner .sub .nav04 li a:hover img {
  opacity: 1.0;
}

#footer-social-pc {
  float: right;
  margin-right: 130px;
}

#footer-social-pc li {
  float: left;
  line-height: 1;
  margin-left: 18px;
}

#cmn-footer .cmn-footer-bottom {
  background: #1a1a1a;
  margin-top: 25px;
  color: #fff;
  font-size: 1.1rem;
}

#cmn-footer .cfb-inner {
  max-width: 1057px;
  padding: 13px 10px;
  margin: 0 auto;
  line-height: 1;
}

#gotop {
  position: fixed;
  right: 30px;
  bottom: 45px;
}

@media print,
screen and (max-width: 768px) {
  #cmn-footer .cfb-inner .lead {
    display: none;
  }

  #gotop {
    display: none;
  }

  #cmn-footer {
    padding: 0;
    padding-bottom: 102px;
  }

  #cmn-footer .inner {
    padding: 0;
  }

  #cmn-footer .inner .nav .nav02 {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid #bac7cc;
  }

  #cmn-footer .inner .nav .nav02 ul {
    float: none;
    width: 100%;
  }

  #cmn-footer .inner .nav .nav02 ul+ul {
    margin-left: 0;
  }

  #cmn-footer .inner .nav .nav02 ul li {
    margin: 0;
    border-bottom: 1px solid #bac7cc;
  }

  #cmn-footer .inner .nav .nav02 ul li+li {
    margin: 0;
    border-bottom: 1px solid #bac7cc;
  }

  #cmn-footer .inner .nav .nav02 ul li a {
    display: block;
    line-height: 1;
    padding: 14px 15px;
    font-size: 1.3rem;
  }

  #cmn-footer .cf-bnr-nhigh {
    padding: 15px;
    text-align: center;
  }

  #cmn-footer .cf-bnr-nhigh a {
    display: block;
    background: #1f286f;
    height: 50px;
    padding: 10px 0;
    line-height: 0;
  }

  #cmn-footer .cf-bnr-nhigh a img {
    vertical-align: middle;
    width: auto;
    height: 100%;
  }

  #cmn-footer .cmn-footer-bottom {
    background: #1a1a1a;
    margin-top: 25px;
    color: #fff;
    font-size: 1.1rem;
  }

  #cmn-footer .cfb-inner {
    padding: 0;
  }

  #cmn-footer .cmn-footer-bottom {
    background: none;
    margin-top: 0;
    color: #000;
  }

  #cmn-footer .cfb-inner .copyright {
    float: none;
    text-align: center;
  }

  #cmn-footer .nav03-sp {
    float: none;
    text-align: center;
    margin-top: 8px;
    padding-bottom: 16px;
    font-size: 0;
  }

  #cmn-footer .nav03-sp li {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 5px;
  }

  #gotop {
    display: none !important;
  }
}

/* footer-sp01
----------------------------------------------------------*/
#footer-sp01 {
  display: none;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
  #footer-sp01 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 12000;
  }

  #footer-sp01 .footer-sp01-tip01 {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
  }

  #footer-sp01 .footer-sp01-tip01 p {
    margin: 0;
    padding: 10px 28px;
    background: #0099d9;
    color: #ffffff;
    text-align: center;
  }

  #footer-sp01 ul {
    display: table;
    width: 100%;
    border-top: solid 1px #dcdddd;
    background: #ffffff;
    font-size: 1.0rem;
  }

  #footer-sp01 ul li {
    display: table-cell;
    width: 25%;
    border-left: solid 1px #dcdddd;
    /*&:first-child a {
      background-image: url("../img/footer_sp01_icon01_01.png");
      &:visited {
        background-image: url("../img/footer_sp01_icon01_01.png");
      }
    }*/
  }

  #footer-sp01 ul li:first-child {
    border-left: none 0;
  }

  #footer-sp01 ul li:nth-child(3) {
    position: relative;
  }

  #footer-sp01 ul li:nth-child(3)::before {
    position: absolute;
    left: calc(50% - 7px);
    top: -1px;
    width: 0;
    height: 0;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: #0099d9 transparent transparent transparent;
    content: "";
  }

  #footer-sp01 ul li a {
    display: block;
    padding: 36px 0 8px;
    background: center 10px no-repeat;
    background-size: 25px 21px;
    color: #0099d9;
    text-align: center;
  }

  #footer-sp01 ul li a:visited {
    display: block;
    padding: 36px 0 8px;
    background: center 10px no-repeat;
    background-size: 25px 21px;
    color: #0099d9;
    text-align: center;
  }

  #footer-sp01 ul li:first-child a {
    background-image: url("../img/footer_sp01_icon01_01.png");
    /* background-image: url("../img/footer_sp01_icon01_05.png"); */
  }

  #footer-sp01 ul li:first-child a:visited {
    /* background-image: url("../img/footer_sp01_icon01_01.png"); */
    background-image: url("../img/footer_sp01_icon01_05.png");
  }

  #footer-sp01 ul li:nth-child(2) a {
    background-image: url("../img/footer_sp01_icon01_03.png");
  }

  #footer-sp01 ul li:nth-child(2) a:visited {
    background-image: url("../img/footer_sp01_icon01_03.png");
  }

  #footer-sp01 ul li:nth-child(3) a {
    background-image: url("../img/footer_sp01_icon01_02.png");
  }

  #footer-sp01 ul li:nth-child(3) a:visited {
    background-image: url("../img/footer_sp01_icon01_02.png");
  }

  #footer-sp01 ul li:last-child a {
    background-image: url("../img/footer_sp01_icon01_04.png");
  }

  #footer-sp01 ul li:last-child a:visited {
    background-image: url("../img/footer_sp01_icon01_04.png");
  }

  #footer-sp01 ul li a:hover,
  #footer-sp01 ul li a:active,
  #footer-sp01 ul li a:focus {
    background-color: #e3f0f5;
    text-decoration: none;
  }
}

/* global-nav-sp
----------------------------------------------------------*/
#global-nav-sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11000;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0 0 122px;
  background: rgba(0, 153, 217, 0.95);
  -webkit-overflow-scrolling: touch;
}

#global-nav-sp #global-nav-sp-close {
  padding: 8px;
  color: #ffffff;
  text-align: right;
}

#global-nav-sp #global-nav-sp-close img {
  width: 72px;
  cursor: pointer;
}

#global-nav-sp #global-nav-sp-nav01 {
  margin: 0 0 20px;
}

#global-nav-sp #global-nav-sp-nav01>ul {
  margin: 0 0 4px;
  border-bottom: solid 1px #17a3dd;
}

#global-nav-sp #global-nav-sp-nav01 ul li {
  border-top: solid 1px #17a3dd;
}

#global-nav-sp #global-nav-sp-nav01 ul li a {
  display: block;
  padding: 12px 15px 10px;
  color: #ffffff;
}

#global-nav-sp #global-nav-sp-nav01 ul li a:visited {
  display: block;
  padding: 12px 15px 10px;
  color: #ffffff;
}

#global-nav-sp #global-nav-sp-nav01 ul li a:hover,
#global-nav-sp #global-nav-sp-nav01 ul li a:active,
#global-nav-sp #global-nav-sp-nav01 ul li a:focus {
  text-decoration: none;
}

#global-nav-sp #global-nav-sp-nav01 ul li a.parent {
  float: left;
  width: 88%;
  border-right: solid 1px #17a3dd;
}

#global-nav-sp #global-nav-sp-nav01 ul li .btn {
  display: block;
  float: right;
  width: 12%;
  overflow: hidden;
  padding: 12px 15px 10px;
  background: rgba(15, 109, 149, 0.5) url("../img/icon_arrow01_down_white02.png") 50% 50% no-repeat;
  background-size: 10px 6px;
  text-indent: -9999px;
  white-space: nowrap;
}

#global-nav-sp #global-nav-sp-nav01 ul li .btn.open {
  background-color: #e5f5fb;
  background-image: url("../img/icon_arrow01_up_blue02.png");
}

#global-nav-sp #global-nav-sp-nav01 ul ul {
  display: none;
  background: #e5f5fb;
}

#global-nav-sp #global-nav-sp-nav01 ul ul li {
  border-top: solid 1px #17a3dd;
}

#global-nav-sp #global-nav-sp-nav01 ul ul li a {
  padding: 10px 28px 10px 18px;
  background: url("../img/icon_arrow01_right_blue02.png") 95% 50% no-repeat;
  background-size: 6px 10px;
  color: #0099d9;
}

#global-nav-sp #global-nav-sp-nav01 ul ul li a:visited {
  padding: 10px 28px 10px 18px;
  background: url("../img/icon_arrow01_right_blue02.png") 95% 50% no-repeat;
  background-size: 6px 10px;
  color: #0099d9;
}

#global-nav-sp #global-nav-sp-nav02 {
  margin: 0 0 20px;
  padding: 0 15px;
}

#global-nav-sp #global-nav-sp-nav02 li {
  margin: 0 0 1px;
}

#global-nav-sp #global-nav-sp-nav02 li a {
  display: block;
  padding: 12px 10px 10px;
  background: #fff url("../img/icon_arrow01_right_blue01.png") 96% 50% no-repeat;
  background-size: 5px 9px;
  color: #0099d9;
}

#global-nav-sp #global-nav-sp-nav02 li a:visited {
  display: block;
  padding: 12px 10px 10px;
  background: #fff url("../img/icon_arrow01_right_blue01.png") 96% 50% no-repeat;
  background-size: 5px 9px;
  color: #0099d9;
}

#global-nav-sp #global-nav-sp-social {
  text-align: center;
}

#global-nav-sp #global-nav-sp-social li {
  display: inline-block;
  width: 36px;
  margin: 0 8px 0 0;
}

#global-nav-sp #global-nav-sp-social li:last-child {
  margin-right: 0;
}

.gnav-sp-nhigh {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 15px;
}

.gnav-sp-nhigh a {
  display: block;
  background: #1f286f;
  height: 50px;
  line-height: 50px;
}

.gnav-sp-nhigh a img {
  vertical-align: middle;
  width: 210px;
}

/* ====================================================================
レイアウト関連
==================================================================== */
#contents {
  width: 100%;
  overflow: hidden;
}

/* breadcrumbs
----------------------------------------------------------*/
#breadcrumbs {
  margin: 0 0 50px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 0;
  /*font-family: "AxisStd-Regular", sans-serif;*/
}

#breadcrumbs ul {
  max-width: 1060px;
  margin: 0 auto;
  padding: 20px 10px 18px;
}

#breadcrumbs ul li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 2px;
}

#breadcrumbs ul li:last-child {
  margin-right: 0;
}

#breadcrumbs ul li:before {
  content: '>';
  display: inline-block;
  padding: 0 2px 0 0;
}

#breadcrumbs ul li:first-child:before {
  content: none;
}

#breadcrumbs ul li a {
  color: #0099d9;
}

@media print,
screen and (max-width: 768px) {
  #breadcrumbs {
    margin: 0;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
  }

  #breadcrumbs.bb-none-sp {
    border-bottom: none;
  }

  #breadcrumbs ul {
    width: 100%;
    margin: 0;
    padding: 12px 15px 11px;
  }

  #breadcrumbs ul li {
    font-size: 1rem;
  }
}

/* 第2階層（下層トップ）共通
--------------------------------------------------------- */
#main.sub-page {
  max-width: 1080px;
  margin: 0 auto 25px;
  padding: 0 20px;
}

@media print,
screen and (max-width: 768px) {
  #main.sub-page {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
  }
}

/* mv ---------- */
#contents-mainimage {
  background-position: center center;
  background-size: cover;
  height: 530px;
  text-align: center;
  padding-top: 40px;
}

#contents-mainimage span {
  display: block;
}

#contents-mainimage .jp {
  font-size: 4.6rem;
  color: #333;
  margin-bottom: 18px;
  letter-spacing: 0;
}

#contents-mainimage .jp::after {
  content: "";
  display: block;
  background: #333;
  width: 200px;
  height: 1px;
  margin: 10px auto 0;
}

#contents-mainimage .en {
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  font-size: 16px;
  line-height: 1;
}

@media print,
screen and (max-width: 768px) {
  #contents-mainimage .en {
    font-size: 14px;
  }
}

#contents-mainimage .en img {
  vertical-align: top;
}

@media print,
screen and (max-width: 768px) {
  #contents-mainimage {
    height: 163px;
    padding-top: 10px;
  }

  #contents-mainimage .jp {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  #contents-mainimage .jp::after {
    width: 85px;
    margin: 4px auto 0;
  }

  #contents-mainimage .en img {
    height: 10px;
  }
}

/* cmn-block01 ---------- */
.cmn-block01-intro {
  position: relative;
  max-width: 920px;
  margin: 0 auto 100px;
  padding-top: 20px;
  text-align: center;
}

.cmn-block01-intro::before,
.cmn-block01-intro::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.cmn-block01-intro::before {
  top: 0;
  left: 0;
  background: url(../img/bg_cmn_block01_01.png) no-repeat;
  width: 143px;
  height: 125px;
}

.cmn-block01-intro::after {
  bottom: -156px;
  right: 0;
  background: url(../img/bg_cmn_block01_02.png) no-repeat;
  width: 139px;
  height: 121px;
}

.cmn-block01-intro-tit {
  margin-bottom: 30px;
  font-size: 3.2rem;
  letter-spacing: .2em;
  line-height: 1.78;
}

.cmn-block01-intro-titSub {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .2em;
  line-height: 1.5454545455;
  text-align: center;
}

@media print,
screen and (max-width: 768px) {
  .cmn-block01-intro-titSub {
    font-size: 1.7rem;
  }
}

.cmn-block01-intro .lead {
  margin-bottom: 20px;
  line-height: 1.68;
  letter-spacing: .06em;
}

.cmn-block01-intro .att {
  font-size: 1.2rem;
  letter-spacing: .06em;
}

.cmn-block01-list li {
  width: 49%;
  margin-bottom: 78px;
}

.cmn-block01-list li:nth-child(odd) {
  clear: both;
  float: left;
}

.cmn-block01-list li:nth-child(even) {
  float: right;
}

.cmn-block01-list li:nth-child(4n+3),
.cmn-block01-list li:nth-child(4n+4) {
  text-align: right;
}

@media print,
screen and (max-width: 768px) {
  .cmn-block01-list li:nth-child(odd) {
    text-align: left !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .cmn-block01-list li:nth-child(even) {
    text-align: right !important;
  }
}

.cmn-block01-list li a {
  display: block;
}

.cmn-block01-list li a:hover {
  text-decoration: none;
}

.cmn-block01-list-tit {
  display: inline-block;
  background: url(../img/bg_cmn_block01_list_tit.png) no-repeat center center;
  background-size: 100% 100%;
  height: 60px;
  min-width: 200px;
  padding: 10px 30px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .08em;
}

.cmn-block01-list-tit span {
  display: block;
  line-height: 1.3;
}

.cmn-block01-list-tit .jp {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 2rem;
}

.cmn-block01-list-tit .en {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}

.cmn-block01-list-img {
  position: relative;
  width: 94%;
  z-index: -1;
  margin: -20px auto -30px;
  text-align: center;
}

.cmn-block01-list-txt {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  width: 78.4%;
  text-align: left;
  padding: 15px 20px 40px;
}

.cmn-block01-list li.row02 .cmn-block01-list-txt {
  float: right;
}

.cmn-block01-list-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 153, 217, 0.1);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cmn-block01-list-txt .lead {
  line-height: 1.68;
  letter-spacing: .12em;
  text-align: justify;
}

.cmn-block01-list-txt .more {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding-left: .75em;
  background: url(../img/icon_arrow01_right_blue01.png) no-repeat left center;
  background-size: 4px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  font-size: 16px;
  color: #0099d9;
  line-height: 1;
}

@media print,
screen and (max-width: 768px) {
  .cmn-block01-intro {
    margin: 0 auto 40px;
    padding: 25px 15px 0;
    text-align: left;
    overflow: hidden;
  }

  .cmn-block01-intro::before {
    top: -25px;
    left: -15px;
    background-size: 100%;
    width: 72px;
    height: 63px;
  }

  .cmn-block01-intro::after {
    bottom: auto;
    top: 68px;
    right: -30px;
    background-size: 100%;
    width: 70px;
    height: 61px;
  }

  .cmn-block01-intro-tit {
    margin-bottom: 25px;
    font-size: 2rem;
    letter-spacing: .04em;
    line-height: 1.75;
    text-align: center;
  }

  .cmn-block01-intro .lead {
    margin-bottom: 15px;
    line-height: 1.71;
    letter-spacing: .02em;
  }

  .cmn-block01-intro .att {
    line-height: 1.66;
    letter-spacing: .02em;
  }

  .cmn-block01-list {
    padding: 0 15px;
  }

  .cmn-block01-list li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 5px;
  }

  .cmn-block01-list li:nth-child(odd),
  .cmn-block01-list li:nth-child(even) {
    float: none;
  }

  .cmn-block01-list li.row02 {
    text-align: left;
  }

  .cmn-block01-list li:nth-child(even) {
    text-align: right;
  }

  .cmn-block01-list-tit {
    height: 45px;
    min-width: 175px;
    padding: 6px 15px 0;
  }

  .cmn-block01-list-tit .jp {
    font-size: 1.6rem;
  }

  .cmn-block01-list-tit .en {
    font-size: .9rem;
  }

  .cmn-block01-list-img {
    width: 100%;
    margin: -9px auto -25px;
  }

  .cmn-block01-list-img img {
    width: 96%;
  }

  .cmn-block01-list li:nth-child(odd) .cmn-block01-list-img {
    text-align: right;
  }

  .cmn-block01-list li:nth-child(even) .cmn-block01-list-img {
    text-align: left;
  }

  .cmn-block01-list-txt {
    width: 96%;
    min-height: 0;
    padding: 10px 15px 35px;
  }

  .cmn-block01-list li.row02 .cmn-block01-list-txt {
    float: none;
  }

  .cmn-block01-list li:nth-child(even) .cmn-block01-list-txt {
    float: right;
  }

  .cmn-block01-list-txt .lead {
    line-height: 1.68;
    letter-spacing: .12em;
  }
}

/* 第3階層共通
--------------------------------------------------------- */
h3 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

#main.sub-page-child {
  margin-top: 70px;
  padding-bottom: 45px;
}

@media print,
screen and (max-width: 768px) {
  #main.sub-page-child {
    margin-top: 40px;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

/* mv ---------- */
#contents-mainimage-child {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents-mainimage-child-txt {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../img/bg_contents_mainimage_child01.png);
  width: 440px;
  height: 245px;
  padding-top: 35px;
  margin-top: -124px;
  text-align: center;
  color: #fff;
}

.contents-mainimage-child-txt .tit {
  margin-bottom: 15px;
}

.contents-mainimage-child-txt .tit::after {
  content: "";
  display: block;
  background: #fff;
  width: 200px;
  height: 1px;
  margin: 20px auto 0;
}

.contents-mainimage-child-txt .tit span {
  display: block;
}

.contents-mainimage-child-txt .tit .jp {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .04em;
}

.contents-mainimage-child-txt .tit .en {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .08em;
  padding-top: 5px;
}

.contents-mainimage-child-txt .lead {
  /*font-family:'AxisStd-ExtraLight', sans-serif;*/
  font-size: 2rem;
  letter-spacing: .08em;
  line-height: 1.8;
}

.contents-mainimage-child-img {
  text-align: right;
}

.contents-mainimage-child-img img {
  width: 62.5%;
}

.contents-mainimage-lead {
  max-width: 1080px;
  margin: 35px auto 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.68;
  letter-spacing: .06em;
}

@media print,
screen and (max-width: 768px) {
  .contents-mainimage-child-txt {
    display: inline-block;
    position: static;
    background: url(../img/bg_contents_mainimage_child01_sp.png);
    width: auto;
    height: auto;
    max-width: 96%;
    min-width: 270px;
    min-height: 140px;
    padding: 15px 10px;
    margin-top: 0;
  }

  .contents-mainimage-child-txt .tit {
    margin-bottom: 10px;
  }

  .contents-mainimage-child-txt .tit::after {
    width: 120px;
    height: 1px;
    margin: 10px auto 0;
  }

  .contents-mainimage-child-txt .tit .jp {
    font-size: 1.9rem;
  }

  .contents-mainimage-child-txt .tit .en {
    font-size: 1rem;
    padding-top: 0;
  }

  .contents-mainimage-child-txt .lead {
    font-size: 1.6rem;
    letter-spacing: .06em;
    line-height: 1.7;
  }

  .contents-mainimage-child-img {
    position: relative;
    margin-top: -23px;
    z-index: -1;
  }

  .contents-mainimage-child-img img {
    width: 96.4%;
  }

  .contents-mainimage-lead {
    margin-top: 20px;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: .6px;
  }
}

/* エレメント
--------------------------------------------------------- */
/* cmn-block02 ---------- */
.cmn-block02 {
  position: relative;
  width: 100%;
  padding-top: 100px;
  margin-bottom: 70px;
}

.cmn-block02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/cmn_block02_line01.png) repeat-x;
  width: 100%;
  height: 38px;
  -webkit-transform: rotate(3.4deg);
  transform: rotate(3.4deg);
}

.cmn-block02 .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.cmn-block02 .inner p {
  letter-spacing: .06em;
  line-height: 1.68;
  text-align: justify;
}

.cmn-block02 .inner .att {
  margin-top: 15px;
  font-size: 1.4rem;
}

.cmn-block02.no-acc {
  padding-top: 50px;
}

.cmn-block02.no-acc::before {
  display: none;
}

.cmn-inner01 {
  max-width: 920px;
  margin: 0 auto 100px;
  padding-top: 20px;
}

/* 斜線なし */
@media print,
screen and (max-width: 768px) {
  .cmn-block02 {
    padding-top: 60px;
    margin-bottom: 40px;
  }

  .cmn-block02::before {
    background-size: 100% 100%;
    height: 22px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .cmn-block02 .inner p {
    letter-spacing: .06px;
    line-height: 1.71;
  }

  .cmn-block02 .inner .att {
    margin-top: 12px;
    font-size: 1.2rem;
  }

  .cmn-block02.no-acc {
    padding-top: 25px;
  }

  /* 斜線なし */
}

/* cmn-block03 ---------- */
.cmn-block03 {
  margin: 70px 0;
  width: 100%;
  text-align: left;
}

@media print,
screen and (max-width: 768px) {
  .cmn-block03 {
    margin: 40px 0;
    padding: 0 15px;
  }
}

.cmn-block03 .inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

@media print,
screen and (max-width: 768px) {
  .cmn-block03 .inner {
    text-align: left;
  }
}

.cmn-block03 .inner p {
  letter-spacing: .06em;
  line-height: 1.68;
}

.cmn-block03 .inner .att {
  margin-top: 15px;
  font-size: 1.4rem;
}

/* cmn-tit01 ---------- */
.cmn-tit01 {
  margin-bottom: 40px;
  text-align: center;
}

.cmn-tit01 span {
  display: inline-block;
  border-bottom: 3px solid #1c1c1c;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.12em;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit01 {
    margin-bottom: 20px;
    text-align: center;
  }

  .cmn-tit01 span {
    border-bottom: 2px solid #1c1c1c;
    font-size: 1.9rem;
    letter-spacing: .06em;
  }
}

/* cmn-tit02 ---------- */
.cmn-tit02 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2.4rem;
  letter-spacing: .06em;
  text-align: center;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit02 {
    margin-bottom: 10px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}

/* cmn-tit03 ---------- */
.cmn-tit03 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-size: 4.1rem;
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: 30px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit03 {
    font-size: 2rem;
    letter-spacing: .08em;
    padding-top: 10px;
  }
}

.cmn-tit03 span.sub {
  display: block;
  font-size: 2.4rem;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit03 span.sub {
    font-size: 1.4rem;
  }
}

/* cmn-tit04 ---------- */
.cmn-tit04 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #0099d9;
  letter-spacing: .06em;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit04 {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}

/* cmn-btn01 ---------- */
.cmn-btn01 {
  text-align: center;
}

.cmn-btn01 a {
  display: inline-block;
  background: url(../img/icon_arrow01_right_blue01.png) no-repeat 93.5% center;
  background-size: 4px;
  min-width: 280px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #0099d9;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0099d9;
  letter-spacing: .06em;
  line-height: 40px;
}

.cmn-btn01 a:hover {
  background-color: #0099d9;
  background-image: url(../img/icon_arrow01_right_white01.png);
  color: #fff;
  text-decoration: none;
}

@media print,
screen and (max-width: 768px) {
  .cmn-btn01 a {
    min-width: 240px;
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

/* cmn-btn02 ---------- */
.cmn-btn02 {
  text-align: center;
}

.cmn-btn02 a {
  display: inline-block;
  background: #fff url(../img/icon_window01_blue.png) no-repeat 95% center;
  background-size: 20px auto;
  width: 280px;
  height: 40px;
  border: 1px solid #0099d9;
  color: #0099d9;
  line-height: 38px;
  letter-spacing: .06em;
}

.cmn-btn02 a:hover {
  background-color: #0099d9;
  background-image: url(../img/icon_window01_white.png);
  color: #fff;
  text-decoration: none;
}

@media print,
screen and (max-width: 768px) {
  .cmn-btn02 a {
    background-size: 15px auto;
    max-width: 280px;
    width: 100%;
    font-size: 1.4rem;
  }
}

/* cmn-btn03 ---------- */
.cmn-btn03 {
  margin-top: 1em;
  text-align: right;
}

.cmn-btn03 a {
  display: inline-block;
  padding-left: .75em;
  background: url(../img/icon_arrow01_right_blue01.png) no-repeat left center;
  background-size: 4px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .075em;
  color: #0099d9;
  line-height: 1;
}

@media print,
screen and (max-width: 768px) {
  .cmn-btn02 a {
    background-size: 15px auto;
    max-width: 280px;
    width: 100%;
    font-size: 1.4rem;
  }
}

/* cmn-column-a ---------- */
.cmn-column-a {
  padding: 40px;
  border: 1px solid #c8c8c8;
}

.cmn-column-a .column-top .textarea,
.cmn-column-a .column-top .img {
  width: 47.35%;
}

.cmn-column-a .column-bottom .comment {
  width: 47.35%;
}

.cmn-column-a .column-top .textarea {
  float: left;
}

.cmn-column-a .cmn-tit02 {
  text-align: left;
}

.cmn-column-a .column-bottom {
  margin-top: 30px;
}

.cmn-column-a .column-top .img {
  float: right;
}

.cmn-column-a .comment {
  float: left;
  padding: 22px 26px;
  background-color: rgba(84, 195, 241, 0.1);
}

.cmn-column-a .comment:nth-child(even) {
  float: right;
}

.cmn-column-a .comment .img {
  float: left;
  width: 90px;
}

.cmn-column-a .comment .intro {
  padding-left: 105px;
  letter-spacing: .04em;
}

.cmn-column-a .comment .position01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

.cmn-column-a .comment .name {
  font-size: 2rem;
  line-height: 1.6;
}

.cmn-column-a .comment .txt {
  clear: both;
  margin-top: 20px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-column-a {
    padding: 25px 20px 20px;
  }

  .cmn-column-a .column-top .textarea,
  .cmn-column-a .column-top .img {
    width: 100%;
  }

  .cmn-column-a .column-bottom .comment {
    width: 100%;
  }

  .cmn-column-a .column-top .textarea {
    float: none;
  }

  .cmn-column-a .cmn-tit02 {
    text-align: center;
  }

  .cmn-column-a .column-bottom {
    margin-top: 30px;
  }

  .cmn-column-a .column-top .img {
    float: none;
    margin-top: 15px;
  }

  .cmn-column-a .comment {
    float: none;
    padding: 0;
    background-color: transparent;
  }

  .cmn-column-a .comment+.comment {
    margin-top: 15px;
  }

  .cmn-column-a .comment:nth-child(even) {
    float: none;
  }

  .cmn-column-a .comment .img {
    float: none;
    width: 100%;
    text-align: center;
  }

  .cmn-column-a .comment .img img {
    width: 110px;
  }

  .cmn-column-a .comment .intro {
    margin-top: 10px;
    padding-left: 0;
    letter-spacing: 0;
  }

  .cmn-column-a .comment .position01,
  .cmn-column-a .comment .position02 {
    font-size: 1.3rem;
    text-align: center;
  }

  .cmn-column-a .comment .name {
    margin-top: 4px;
    font-size: 1.6rem;
    text-align: center;
  }

  .cmn-column-a .comment .txt {
    margin-top: 6px;
  }
}

/* cmn-column-b ---------- */
.cmn-column-b {
  border: 1px solid #c8c8c8;
  padding: 40px;
}

.cmn-column-b .logo {
  text-align: center;
  margin-bottom: 25px;
}

.cmn-column-b .logo img {
  vertical-align: middle;
}

.cmn-column-b p {
  letter-spacing: .04em;
  line-height: 1.68;
}

@media print,
screen and (max-width: 768px) {
  .cmn-column-b {
    padding: 25px 20px;
  }

  .cmn-column-b .logo {
    margin-bottom: 25px;
  }

  .cmn-column-b p {
    letter-spacing: 0;
    line-height: 1.71;
  }
}

/* cmn-column-c ---------- */
.cmn-column-c {
  padding: 40px;
  border: 1px solid #c8c8c8;
}

.cmn-column-c .tit {
  text-align: center;
  margin-bottom: 30px;
}

.cmn-column-c .tit span {
  display: inline-block;
  vertical-align: middle;
}

.cmn-column-c .tit .txt {
  margin-right: 20px;
  letter-spacing: .06em;
}

.cmn-column-c .tit .img {
  width: 180px;
}

.cmn-column-c .main .img {
  float: right;
  margin-bottom: 15px;
  width: 64%;
}

.cmn-column-c .main .txt {
  float: left;
  width: 32.9%;
  letter-spacing: .04em;
  line-height: 1.68;
}

.cmn-column-c .cmn-btn02 {
  margin-top: 30px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-column-c {
    padding: 25px;
  }

  .cmn-column-c .tit {
    margin-bottom: 20px;
  }

  .cmn-column-c .tit span {
    display: block;
  }

  .cmn-column-c .tit .txt {
    margin-right: 0;
    letter-spacing: 0;
  }

  .cmn-column-c .tit .img {
    width: 155px;
    margin: 10px auto 0;
  }

  .cmn-column-c .main .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .cmn-column-c .main .img img {
    width: 100%;
  }

  .cmn-column-c .main .txt {
    float: none;
    width: 100%;
    letter-spacing: 0;
    line-height: 1.71;
  }

  .cmn-column-c .cmn-btn02 {
    margin-top: 15px;
  }
}

/* cmn-column-d ---------- */
.cmn-column-d {
  margin-top: 110px;
  padding: 30px 40px;
  border: 1px solid #c8c8c8;
}

.cmn-column-d .tit {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .06em;
}

.cmn-column-d p {
  line-height: 1.68;
}

@media print,
screen and (max-width: 768px) {
  .cmn-column-d {
    margin-top: 35px;
    padding: 25px 20px;
  }

  .cmn-column-d .tit {
    margin-bottom: 15px;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 1.47;
  }
}

/* cmn-3col ---------- */
/* 基本 */
.cmn-3col {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

.cmn-3col>li {
  float: left;
  position: relative;
  background: #e5f5fb;
  width: 30.8%;
  padding: 30px 3.84%;
  margin-right: 3.8%;
  text-align: center;
}

.cmn-3col>li:nth-child(3n) {
  margin-right: 0;
}

.cmn-3col>li .tit {
  padding-bottom: 25px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #1c1c1c;
}

.cmn-3col>li .tit .tit01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 2rem;
  color: #0099d9;
}

.cmn-3col>li .tit .tit02 {
  margin-top: 5px;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  letter-spacing: .06em;
}

.cmn-3col>li .txt {
  letter-spacing: .04em;
  line-height: 1.68;
  text-align: justify;
}

.cmn-3col>li .txt .tit01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
  .cmn-3col>li {
    float: none;
    width: 100%;
    padding: 35px;
    margin-right: 0;
  }

  .cmn-3col>li+li {
    margin-top: 30px;
  }

  .cmn-3col>li .tit .tit01 {
    font-size: 1.7rem;
  }

  .cmn-3col>li .txt {
    letter-spacing: .06em;
    line-height: 1.71;
  }
}

/* A */
.cmn-3col-a>li {
  padding-top: 45px !important;
}

.cmn-3col-a .step-icon {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}

.cmn-3col-a .step-icon img {
  width: auto;
  height: 60px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-3col.cmn-3col-a>li+li {
    margin-top: 70px;
  }

  .cmn-3col-a .step-icon img {
    height: 54px;
  }
}

/* B */
/* A'、B' */
.cmn-3col.has-arrow>li {
  padding: 30px 0;
}

.cmn-3col.has-arrow>li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -7.5%;
  background: url(../img/icon_arrow02_right_blue01.png) no-repeat;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.cmn-3col.has-arrow>li:last-child::after {
  display: none;
}

.cmn-3col.has-arrow>li .txt {
  text-align: center;
  padding: 0 5%;
}

.cmn-3col.has-arrow>li .tit {
  width: 75%;
}

.cmn-3col.cmn-3col-c>li {
  padding: 35px 10px;
}

.cmn-3col.cmn-3col-c>li .tit01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 2rem;
  color: #0099d9;
}

.cmn-3col.cmn-3col-c>li sup {
  font-size: 1rem;
  vertical-align: middle;
}

.cmn-3col.cmn-3col-c>li .img {
  margin: 30px 0 15px;
}

.cmn-3col.cmn-3col-c>li .txt {
  padding: 0 10px;
}

.cmn-3col.cmn-3col-c>li .txt.att {
  font-size: 1.2rem;
  margin-top: 10px;
}

.cmn-3col.cmn-3col-c>li .list {
  margin-top: 20px;
  font-size: 0;
}

.cmn-3col.cmn-3col-c>li .list li {
  display: inline-block;
  background: #fff;
  width: 18.6%;
  height: 30px;
  border: 1px solid #0099d9;
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 28px;
  color: #0099d9;
}

.cmn-3col.cmn-3col-c>li .list li+li {
  margin-left: 1.6%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-3col.has-arrow>li::after {
    top: auto;
    bottom: -19px;
    left: 50%;
    background: url(../img/icon_arrow02_down_blue01.png) no-repeat center top;
    background-size: 100%;
    width: 12px;
    height: 7px;
    margin-top: 0;
    margin-left: -6px;
  }
}

/* C */
@media print,
screen and (max-width: 768px) {
  .cmn-3col.cmn-3col-c>li+li {
    margin-top: 20px;
  }

  .cmn-3col.cmn-3col-c>li .list li {
    font-size: 1.2rem;
    height: 26px;
    line-height: 24px;
  }

  .cmn-3col.cmn-3col-c>li .txt.att {
    font-size: 1rem;
    margin-top: 5px;
  }
}

/* cmn-2col ---------- */
/* 基本 */
.cmn-2col {
  text-align: center;
  font-size: 0;
}

.cmn-2col>li {
  display: inline-block;
  position: relative;
  background: #e5f5fb;
  width: 320px;
  padding: 35px 10px;
  margin: 0 20px;
  text-align: center;
  vertical-align: top;
}

.cmn-2col>li .tit,
.cmn-2col>li .tit-border {
  margin: 0 auto 20px;
}

.cmn-2col>li .tit .tit01,
.cmn-2col>li .tit-border .tit01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 2rem;
  color: #0099d9;
  text-align: center;
}

.cmn-2col>li .tit-border {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.cmn-2col>li .tit-border .tit01 {
  font-size: 2.4rem;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col>li .tit-border .tit01 {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}

.cmn-2col>li .img img {
  width: 100%;
}

.cmn-2col>li .txt {
  margin-top: 15px;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.68;
  text-align: justify;
}

.cmn-2col.cmn-2col-a li {
  padding-top: 40px;
}

.cmn-2col.wide {
  display: flex;
  flex-wrap: wrap;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.wide {
    padding: 0 15px;
  }
}

.cmn-2col.wide li {
  margin: 0 0 0 4%;
  padding: 40px;
  width: 48%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.wide li {
    margin: 0;
    padding: 15px;
    width: 100%;
  }
}

.cmn-2col.wide li:nth-child(2n+1) {
  margin-left: 0;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.wide li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.wide li .txt {
    font-size: 1.4rem;
  }
}

.cmn-2col.cmn-2col-c>li {
  padding: 35px 10px;
}

.cmn-2col.cmn-2col-c>li .tit01 {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 2rem;
  color: #0099d9;
}

.cmn-2col.cmn-2col-c>li sup {
  font-size: 1rem;
  vertical-align: middle;
}

.cmn-2col.cmn-2col-c>li .img {
  margin: 30px 0 15px;
}

.cmn-2col.cmn-2col-c>li .txt {
  padding: 0 10px;
}

.cmn-2col.cmn-2col-c>li .txt.att {
  font-size: 1.2rem;
  margin-top: 10px;
}

.cmn-2col.cmn-2col-c>li .txt span {
  display: block;
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 1.4rem;
  color: #0099d9;
}

.cmn-2col.cmn-2col-c>li .inner {
  padding: 0 5%;
}

.cmn-2col.cmn-2col-c>li .list {
  margin-top: 20px;
}

.cmn-2col.cmn-2col-c>li .list li {
  display: inline-block;
  background: #fff;
  width: 18.6%;
  height: 30px;
  border: 1px solid #0099d9;
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 28px;
  color: #0099d9;
}

.cmn-2col.cmn-2col-c>li .list li+li {
  margin-left: 1.6%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col>li {
    display: block;
    width: 100%;
    padding: 35px 10px;
    margin: 0;
  }

  .cmn-2col>li+li {
    margin-top: 30px;
  }

  .cmn-2col>li .tit .tit01 {
    font-size: 1.7rem;
  }

  .cmn-2col>li .txt {
    letter-spacing: .06em;
    line-height: 1.71;
  }
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.cmn-2col-c>li+li {
    margin-top: 20px;
  }

  .cmn-2col.cmn-2col-c>li .list li {
    font-size: 1.2rem;
    height: 26px;
    line-height: 24px;
  }

  .cmn-2col.cmn-2col-c>li .txt.att {
    font-size: 1rem;
    margin-top: 5px;
  }
}

/* A */
.cmn-2col-a li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -7.5%;
  background: url(../img/icon_arrow02_right_blue01.png) no-repeat;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.cmn-2col-a li:last-child::after {
  display: none;
}

.cmn-2col.cmn-2col-a li .txt {
  text-align: center;
}

.cmn-2col.cmn-2col-a li .txt p {
  text-align: center;
}

.cmn-2col-a .step-icon {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
}

.cmn-2col-a .step-icon img {
  width: auto;
  height: 60px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.cmn-2col-a li+li {
    margin-top: 70px;
  }

  .cmn-2col.cmn-2col-a li::after {
    top: auto;
    bottom: -19px;
    left: 50%;
    background: url(../img/icon_arrow02_down_blue01.png) no-repeat center top;
    background-size: 100%;
    width: 12px;
    height: 7px;
    margin-top: 0;
    margin-left: -6px;
  }

  .cmn-2col-a .step-icon img {
    height: 54px;
  }
}

/* B' */
.cmn-2col-b li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -7.5%;
  background: url(../img/icon_arrow02_right_blue01.png) no-repeat;
  width: 9px;
  height: 15px;
  margin-top: -7px;
}

.cmn-2col-b li:last-child::after {
  display: none;
}

.cmn-2col.cmn-2col-b li .tit {
  width: 75%;
  margin: 0 auto 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #1c1c1c;
}

.cmn-2col.cmn-2col-b li .txt {
  text-align: center;
}

.cmn-2col.cmn-2col-b li .txt p {
  text-align: center;
}

.cmn-2col-b li .txt.acc {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  color: #0099d9;
}

@media print,
screen and (max-width: 768px) {
  .cmn-2col.cmn-2col-b li+li {
    margin-top: 30px;
  }

  .cmn-2col.cmn-2col-b li::after {
    top: auto;
    bottom: -19px;
    left: 50%;
    background: url(../img/icon_arrow02_down_blue01.png) no-repeat center top;
    background-size: 100%;
    width: 12px;
    height: 7px;
    margin-top: 0;
    margin-left: -6px;
  }
}

/* C */
.cmn-2col.cmn-2col-c li .txt {
  padding: 0 10px;
}

.cmn-txt-2col {
  display: flex;
  margin-bottom: 160px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-txt-2col {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .inner>.cmn-txt-2col {
    padding-right: 0;
    padding-left: 0;
  }
}

.cmn-tit01+.cmn-txt-2col {
  margin-top: 70px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-tit01+.cmn-txt-2col {
    margin-top: 35px;
  }
}

.cmn-txt-2col .cmn-txt-2col-in {
  width: 48%;
  letter-spacing: .1em;
}

@media print,
screen and (max-width: 768px) {
  .cmn-txt-2col .cmn-txt-2col-in {
    width: 100%;
  }
}

.cmn-txt-2col .cmn-txt-2col-in:nth-child(2n) {
  margin-left: 4%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-txt-2col .cmn-txt-2col-in:nth-child(2n) {
    margin: 20px 0 0;
  }
}

/* cmn-img-3col ---------- */
.cmn-img-3col div {
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
}

.cmn-img-3col div:nth-of-type(3n) {
  margin-right: 0;
}

.cmn-img-3col div img {
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-img-3col div {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .cmn-img-3col div+div {
    margin-top: 20px;
  }

  .cmn-img-3col div:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* cmn-img-2col ---------- */
.cmn-img-2col {
  text-align: center;
  font-size: 0;
}

.cmn-img-2col-in {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 357px;
  padding: 0 15px;
}

.cmn-img-2col-in .caption {
  margin-top: 15px;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .04em;
}

@media print,
screen and (max-width: 768px) {
  .cmn-img-2col {
    text-align: center;
    font-size: 0;
  }

  .cmn-img-2col-in {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .cmn-img-2col-in+.cmn-img-2col-in {
    margin-top: 20px;
  }

  .cmn-img-2col-in .img img {
    width: 100%;
  }

  .cmn-img-2col-in .caption {
    font-size: 1.2rem;
  }
}

/* cmn-list-a ---------- */
.cmn-list-a dt,
.cmn-list-a dd {
  text-align: center;
  line-height: 1.75;
  letter-spacing: .06px;
}

.cmn-list-a dt {
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  color: #0099d9;
}

.cmn-list-a dt~dt {
  margin-top: 15px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-list-a dd {
    text-align: justify;
  }
}

/* cmn-list-b ---------- */
.cmn-list-b {
  max-width: 680px;
  margin: 0 auto;
}

.cmn-list-b li {
  padding: 15px 10% 15px calc(10% + .9em);
  border-bottom: 1px solid #d2d2d2;
  text-indent: -.9em;
}

.cmn-list-b li:first-child {
  border-top: 1px solid #d2d2d2;
}

.cmn-list-b li::before {
  content: "● ";
  color: #0099d9;
  font-size: 1rem;
  vertical-align: middle;
}

ol.cmn-list-b {
  counter-reset: number;
}

ol.cmn-list-b li {
  position: relative;
  padding-left: 4em;
  text-indent: 0;
}

ol.cmn-list-b li::before {
  counter-increment: number;
  content: counter(number) "";
  position: absolute;
  left: 2em;
  top: .5em;
  font-size: 2.2rem;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
}

@media print,
screen and (max-width: 768px) {
  .cmn-list-b li {
    padding: 10px 5px 10px calc(5px + 1.05em);
    text-indent: -1.05em;
  }
}

/* cmn-table-a ---------- */
.cmn-table-a {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.cmn-table-a table {
  width: 100%;
}

.cmn-table-a table th {
  text-align: center;
  border: 1px solid #1c1c1c;
  font-weight: normal;
}

.cmn-table-a table td {
  border: 1px solid #1c1c1c;
  font-weight: normal;
}

.cmn-table-a table thead th,
.cmn-table-a table thead td {
  padding: 5px 10px;
  background: #f0f0f0;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  font-size: 2rem;
}

.cmn-table-a table thead th {
  width: 23.1%;
}

.cmn-table-a table thead td {
  width: 7.6%;
}

.cmn-table-a table tbody th {
  padding: 13px 5px;
}

.cmn-table-a table tbody td {
  padding: 13px 20px;
  line-height: 1.68;
}

.cmn-table-a table tbody tr.acc th,
.cmn-table-a table tbody tr.acc td {
  background: #e5f5fb;
  /*font-family: "AxisStd-Regular", sans-serif;*/
  font-weight: bold;
  color: #0099d9;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-a table thead {
    display: none;
  }

  .cmn-table-a table tbody tr {
    display: block;
  }

  .cmn-table-a table tbody tr+tr {
    margin-top: 10px;
  }

  .cmn-table-a table tbody th {
    display: block;
    background: none;
    width: 100%;
    border: none;
    /*font-family: "AxisStd-Regular", sans-serif;*/
    font-weight: bold;
  }

  .cmn-table-a table tbody th::before,
  .cmn-table-a table tbody th::after {
    content: "";
    display: inline-block;
    background: #1c1c1c;
    width: 15px;
    height: 1px;
    vertical-align: middle;
    margin: 0 5px;
  }

  .cmn-table-a table tbody td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .cmn-table-a table tbody tr td+td {
    border-top: none;
  }

  .cmn-table-a table tbody td::before,
  .cmn-table-a table tbody td span {
    display: table-cell;
  }

  .cmn-table-a table tbody td::before {
    width: 90px;
    background: #f0f0f0;
    padding: 10px 0;
    border-right: 1px solid #1c1c1c;
    text-align: center;
    content: attr(data-label);
    /*font-family: "AxisStd-Regular", sans-serif;*/
    font-weight: bold;
  }

  .cmn-table-a table tbody td span {
    padding: 10px;
  }

  .cmn-table-a table tbody tr.acc th {
    background: none;
  }

  .cmn-table-a table tbody tr.acc th::before,
  .cmn-table-a table tbody tr.acc th::after {
    background: #0099d9;
  }

  .cmn-table-a table tbody tr.acc td::before {
    color: #1c1c1c;
  }
}

.cmn-table-b {
  border-collapse: separate;
  border: 1px solid #0099d9;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-b {
    display: block;
    border: none;
  }
}

@media print,
screen and (max-width: 768px) {

  .cmn-table-b tbody,
  .cmn-table-b tr {
    display: block;
  }
}

.cmn-table-b th,
.cmn-table-b td {
  padding: .75em 1em;
  font-size: 1.6rem;
  vertical-align: middle;
}

@media print,
screen and (max-width: 768px) {

  .cmn-table-b th,
  .cmn-table-b td {
    display: block;
    font-size: 1.4rem;
  }
}

.cmn-table-b th {
  background: #0099d9;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-b th {
    font-size: 1.5rem;
  }
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-b td {
    border-right: 1px solid #0099d9;
    border-left: 1px solid #0099d9;
  }
}

.cmn-table-b td a {
  text-decoration: underline;
}

.cmn-table-b td a:hover {
  text-decoration: none;
}

.cmn-table-b tr+tr th {
  border-top: 1px solid #fff;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-b tr+tr th {
    border-top: none;
  }
}

.cmn-table-b tr+tr td {
  border-top: 1px solid #0099d9;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-b tr+tr td {
    border-top: none;
    border-bottom: 1px solid #0099d9;
  }
}

.cmn-table-c {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.cmn-table-c th,
.cmn-table-c td {
  padding: .75em 1em;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

@media print,
screen and (max-width: 768px) {

  .cmn-table-c th,
  .cmn-table-c td {
    padding: .5em .25em;
    font-size: 1.4rem;
    word-wrap: break-word;
  }
}

.cmn-table-c th {
  background: #0099d9;
  font-weight: bold;
  color: #fff;
}

@media print,
screen and (max-width: 768px) {
  .cmn-table-c th {
    font-size: 1.5rem;
  }
}

.cmn-table-c th+th {
  border-left: 1px solid #fff;
}

.cmn-table-c th:last-child {
  border-right: 1px solid #0099d9;
}

.cmn-table-c td {
  border: 1px solid #0099d9;
}

.cmn-table-c td+td {
  border-left: 1px solid #0099d9;
}

/* 枠線box */
.cmn-box-a {
  max-width: 680px;
  border: solid 1px #0099d9;
  text-align: center;
  padding: 1em;
  margin: 1em auto;
}

.cmn-panel-3col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 10px 30px;
  max-width: 1060px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col {
    padding: 30px 15px 10px;
  }
}

.cmn-panel-3col>li {
  position: relative;
  margin-left: 3.8%;
  background: #e5f5fb;
  width: 30.8%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li {
    margin: 0;
    width: 100%;
  }
}

.cmn-panel-3col>li:nth-child(3n+1) {
  margin-left: 0;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.cmn-panel-3col>li:nth-child(n+4) {
  margin-top: 40px;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li:nth-child(n+4) {
    margin-top: 30px;
  }
}

.cmn-panel-3col>li a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.cmn-panel-3col>li a:hover {
  opacity: .7;
}

.cmn-panel-3col>li a div.head p {
  margin: 0 !important;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li a div.head p img {
    width: 100%;
    height: auto;
  }
}

.cmn-panel-3col>li a div.body {
  padding: 30px 12.5%;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li a div.body {
    padding: 15px 15px 30px;
  }
}

.cmn-panel-3col>li a div.body .title {
  margin-bottom: 1em;
  font-size: 1.9rem;
  font-weight: bold;
  color: #0099d9;
  text-align: center;
  letter-spacing: 0;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li a div.body .title {
    font-size: 1.7rem;
    letter-spacing: .02em;
  }
}

.cmn-panel-3col>li a div.body p:not(.more) {
  line-height: 1.68;
  letter-spacing: .12em;
  text-align: justify;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li a div.body p:not(.more) {
    font-size: 1.4rem;
  }
}

.cmn-panel-3col>li a div.body .more {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 25px;
  margin: 0 !important;
  padding-left: .75em;
  background: url(../img/icon_arrow01_right_blue01.png) no-repeat left center;
  background-size: 4px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: .075em;
  font-size: 16px;
  color: #0099d9;
  line-height: 1;
}

@media print,
screen and (max-width: 768px) {
  .cmn-panel-3col>li a div.body .more {
    right: 15px;
    bottom: 15px;
    background-position-y: 60%;
  }
}

.cmn-img-box01R,
.cmn-img-box01L {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1080px;
}

@media print,
screen and (max-width: 768px) {

  .cmn-img-box01R,
  .cmn-img-box01L {
    padding: 0;
    display: block;
  }
}

.cmn-img-box01R+.cmn-img-box01R,
.cmn-img-box01L+.cmn-img-box01R,
.cmn-img-box01R+.cmn-img-box01L,
.cmn-img-box01L+.cmn-img-box01L {
  margin-top: 50px;
}

@media print,
screen and (max-width: 768px) {

  .cmn-img-box01R+.cmn-img-box01R,
  .cmn-img-box01L+.cmn-img-box01R,
  .cmn-img-box01R+.cmn-img-box01L,
  .cmn-img-box01L+.cmn-img-box01L {
    margin-top: 30px;
  }
}

.cmn-img-box01R div.img,
.cmn-img-box01L div.img {
  width: calc(640 / 1040 * 100%);
}

@media print,
screen and (max-width: 768px) {

  .cmn-img-box01R div.img,
  .cmn-img-box01L div.img {
    width: 100%;
  }
}

.cmn-img-box01R div.txt,
.cmn-img-box01L div.txt {
  width: calc(360 / 1040 * 100%);
}

@media print,
screen and (max-width: 768px) {

  .cmn-img-box01R div.txt,
  .cmn-img-box01L div.txt {
    padding: 20px 20px 0;
    width: 100%;
  }
}

.cmn-img-box01R {
  flex-direction: row-reverse;
}

.dash {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 3em;
  height: 1em;
  text-indent: -9999px;
}

.dash::after {
  content: '';
  display: block;
  position: absolute;
  left: .25em;
  top: 50%;
  width: 2.5em;
  height: 1px;
  background-color: #1c1c1c;
}

dl.cmn-indent {
  overflow: hidden;
}

dl.cmn-indent dt {
  clear: left;
  float: left;
}

dl.cmn-indent dd {
  overflow: hidden;
}

.cmn-acc {
  overflow: hidden;
  margin-top: 1em;
  font-size: 1.2rem;
}

.cmn-acc dt {
  clear: left;
  float: left;
}

.cmn-acc dd {
  overflow: hidden;
}

/* ====================================================================
汎用クラス
==================================================================== */
/* レイアウト関連
--------------------------------------------------------- */
.ls-05 {
  letter-spacing: -.5em;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-i {
  display: inline !important;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.cl {
  clear: both !important;
}

.cl-l {
  clear: left !important;
}

.cl-r {
  clear: right !important;
}

@media print,
screen and (min-width: 769px) {
  .d-b-pc {
    display: block !important;
  }

  .d-ib-pc {
    display: inline-block !important;
  }

  .d-i-pc {
    display: inline !important;
  }

  .fl-l-pc {
    float: left !important;
  }

  .fl-r-pc {
    float: right !important;
  }

  .cl-pc {
    clear: both !important;
  }

  .cl-l-pc {
    clear: left !important;
  }

  .cl-r-pc {
    clear: right !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .d-b-sp {
    display: block !important;
  }

  .d-ib-sp {
    display: inline-block !important;
  }

  .d-i-sp {
    display: inline !important;
  }

  .fl-l-sp {
    float: left !important;
  }

  .fl-r-sp {
    float: right !important;
  }

  .cl-sp {
    clear: both !important;
  }

  .cl-l-sp {
    clear: left !important;
  }

  .cl-r-sp {
    clear: right !important;
  }
}

.d-t {
  display: table;
  width: 100%;
}

.d-tf {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.d-tc {
  display: table-cell;
}

.d-tr {
  display: table-row;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .d-t-pc {
    display: table;
    width: 100%;
  }

  .d-tf-pc {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .d-tc-pc {
    display: table-cell;
  }

  .d-tr-pc {
    display: table-row;
    width: 100%;
  }
}

/* 幅・高さ
--------------------------------------------------------- */
.w-0 {
  width: 0 !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

@media print,
screen and (min-width: 769px) {
  .w-0-pc {
    width: 0 !important;
  }

  .w-5-pc {
    width: 5% !important;
  }

  .w-10-pc {
    width: 10% !important;
  }

  .w-15-pc {
    width: 15% !important;
  }

  .w-20-pc {
    width: 20% !important;
  }

  .w-25-pc {
    width: 25% !important;
  }

  .w-30-pc {
    width: 30% !important;
  }

  .w-35-pc {
    width: 35% !important;
  }

  .w-40-pc {
    width: 40% !important;
  }

  .w-45-pc {
    width: 45% !important;
  }

  .w-50-pc {
    width: 50% !important;
  }

  .w-55-pc {
    width: 55% !important;
  }

  .w-60-pc {
    width: 60% !important;
  }

  .w-65-pc {
    width: 65% !important;
  }

  .w-70-pc {
    width: 70% !important;
  }

  .w-75-pc {
    width: 75% !important;
  }

  .w-80-pc {
    width: 80% !important;
  }

  .w-85-pc {
    width: 85% !important;
  }

  .w-90-pc {
    width: 90% !important;
  }

  .w-95-pc {
    width: 95% !important;
  }

  .w-100-pc {
    width: 100% !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .w-0-sp {
    width: 0 !important;
  }

  .w-5-sp {
    width: 5% !important;
  }

  .w-10-sp {
    width: 10% !important;
  }

  .w-15-sp {
    width: 15% !important;
  }

  .w-20-sp {
    width: 20% !important;
  }

  .w-25-sp {
    width: 25% !important;
  }

  .w-30-sp {
    width: 30% !important;
  }

  .w-35-sp {
    width: 35% !important;
  }

  .w-40-sp {
    width: 40% !important;
  }

  .w-45-sp {
    width: 45% !important;
  }

  .w-50-sp {
    width: 50% !important;
  }

  .w-55-sp {
    width: 55% !important;
  }

  .w-60-sp {
    width: 60% !important;
  }

  .w-65-sp {
    width: 65% !important;
  }

  .w-70-sp {
    width: 70% !important;
  }

  .w-75-sp {
    width: 75% !important;
  }

  .w-80-sp {
    width: 80% !important;
  }

  .w-85-sp {
    width: 85% !important;
  }

  .w-90-sp {
    width: 90% !important;
  }

  .w-95-sp {
    width: 95% !important;
  }

  .w-100-sp {
    width: 100% !important;
  }
}

/* マージン
--------------------------------------------------------- */
.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.m-t0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.m-t55 {
  margin-top: 55px !important;
}

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

.m-t65 {
  margin-top: 65px !important;
}

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

.m-t75 {
  margin-top: 75px !important;
}

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

.m-t85 {
  margin-top: 85px !important;
}

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

.m-t95 {
  margin-top: 95px !important;
}

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

.m-r-50 {
  margin-right: -50px !important;
}

.m-r-45 {
  margin-right: -45px !important;
}

.m-r-40 {
  margin-right: -40px !important;
}

.m-r-35 {
  margin-right: -35px !important;
}

.m-r-30 {
  margin-right: -30px !important;
}

.m-r-25 {
  margin-right: -25px !important;
}

.m-r-20 {
  margin-right: -20px !important;
}

.m-r-15 {
  margin-right: -15px !important;
}

.m-r-10 {
  margin-right: -10px !important;
}

.m-r-5 {
  margin-right: -5px !important;
}

.m-r0 {
  margin-right: 0 !important;
}

.m-r5 {
  margin-right: 5px !important;
}

.m-r10 {
  margin-right: 10px !important;
}

.m-r15 {
  margin-right: 15px !important;
}

.m-r20 {
  margin-right: 20px !important;
}

.m-r25 {
  margin-right: 25px !important;
}

.m-r30 {
  margin-right: 30px !important;
}

.m-r35 {
  margin-right: 35px !important;
}

.m-r40 {
  margin-right: 40px !important;
}

.m-r45 {
  margin-right: 45px !important;
}

.m-r50 {
  margin-right: 50px !important;
}

.m-r55 {
  margin-right: 55px !important;
}

.m-r60 {
  margin-right: 60px !important;
}

.m-r65 {
  margin-right: 65px !important;
}

.m-r70 {
  margin-right: 70px !important;
}

.m-r75 {
  margin-right: 75px !important;
}

.m-r80 {
  margin-right: 80px !important;
}

.m-r85 {
  margin-right: 85px !important;
}

.m-r90 {
  margin-right: 90px !important;
}

.m-r95 {
  margin-right: 95px !important;
}

.m-r100 {
  margin-right: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

.m-b0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.m-b55 {
  margin-bottom: 55px !important;
}

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

.m-b65 {
  margin-bottom: 65px !important;
}

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

.m-b75 {
  margin-bottom: 75px !important;
}

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

.m-b85 {
  margin-bottom: 85px !important;
}

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

.m-b95 {
  margin-bottom: 95px !important;
}

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

.m-l-50 {
  margin-left: -50px !important;
}

.m-l-45 {
  margin-left: -45px !important;
}

.m-l-40 {
  margin-left: -40px !important;
}

.m-l-35 {
  margin-left: -35px !important;
}

.m-l-30 {
  margin-left: -30px !important;
}

.m-l-25 {
  margin-left: -25px !important;
}

.m-l-20 {
  margin-left: -20px !important;
}

.m-l-15 {
  margin-left: -15px !important;
}

.m-l-10 {
  margin-left: -10px !important;
}

.m-l-5 {
  margin-left: -5px !important;
}

.m-l0 {
  margin-left: 0 !important;
}

.m-l5 {
  margin-left: 5px !important;
}

.m-l10 {
  margin-left: 10px !important;
}

.m-l15 {
  margin-left: 15px !important;
}

.m-l20 {
  margin-left: 20px !important;
}

.m-l25 {
  margin-left: 25px !important;
}

.m-l30 {
  margin-left: 30px !important;
}

.m-l35 {
  margin-left: 35px !important;
}

.m-l40 {
  margin-left: 40px !important;
}

.m-l45 {
  margin-left: 45px !important;
}

.m-l50 {
  margin-left: 50px !important;
}

.m-l55 {
  margin-left: 55px !important;
}

.m-l60 {
  margin-left: 60px !important;
}

.m-l65 {
  margin-left: 65px !important;
}

.m-l70 {
  margin-left: 70px !important;
}

.m-l75 {
  margin-left: 75px !important;
}

.m-l80 {
  margin-left: 80px !important;
}

.m-l85 {
  margin-left: 85px !important;
}

.m-l90 {
  margin-left: 90px !important;
}

.m-l95 {
  margin-left: 95px !important;
}

.m-l100 {
  margin-left: 100px !important;
}

@media print,
screen and (min-width: 769px) {
  .m-0-pc {
    margin: 0 !important;
  }

  .m-t-50-pc {
    margin-top: -50px !important;
  }

  .m-t-45-pc {
    margin-top: -45px !important;
  }

  .m-t-40-pc {
    margin-top: -40px !important;
  }

  .m-t-35-pc {
    margin-top: -35px !important;
  }

  .m-t-30-pc {
    margin-top: -30px !important;
  }

  .m-t-25-pc {
    margin-top: -25px !important;
  }

  .m-t-20-pc {
    margin-top: -20px !important;
  }

  .m-t-15-pc {
    margin-top: -15px !important;
  }

  .m-t-10-pc {
    margin-top: -10px !important;
  }

  .m-t-5-pc {
    margin-top: -5px !important;
  }

  .m-t0-pc {
    margin-top: 0 !important;
  }

  .m-t5-pc {
    margin-top: 5px !important;
  }

  .m-t10-pc {
    margin-top: 10px !important;
  }

  .m-t15-pc {
    margin-top: 15px !important;
  }

  .m-t20-pc {
    margin-top: 20px !important;
  }

  .m-t25-pc {
    margin-top: 25px !important;
  }

  .m-t30-pc {
    margin-top: 30px !important;
  }

  .m-t35-pc {
    margin-top: 35px !important;
  }

  .m-t40-pc {
    margin-top: 40px !important;
  }

  .m-t45-pc {
    margin-top: 45px !important;
  }

  .m-t50-pc {
    margin-top: 50px !important;
  }

  .m-t55-pc {
    margin-top: 55px !important;
  }

  .m-t60-pc {
    margin-top: 60px !important;
  }

  .m-t65-pc {
    margin-top: 65px !important;
  }

  .m-t70-pc {
    margin-top: 70px !important;
  }

  .m-t75-pc {
    margin-top: 75px !important;
  }

  .m-t80-pc {
    margin-top: 80px !important;
  }

  .m-t85-pc {
    margin-top: 85px !important;
  }

  .m-t90-pc {
    margin-top: 90px !important;
  }

  .m-t95-pc {
    margin-top: 95px !important;
  }

  .m-t100-pc {
    margin-top: 100px !important;
  }

  .m-r-50-pc {
    margin-right: -50px !important;
  }

  .m-r-45-pc {
    margin-right: -45px !important;
  }

  .m-r-40-pc {
    margin-right: -40px !important;
  }

  .m-r-35-pc {
    margin-right: -35px !important;
  }

  .m-r-30-pc {
    margin-right: -30px !important;
  }

  .m-r-25-pc {
    margin-right: -25px !important;
  }

  .m-r-20-pc {
    margin-right: -20px !important;
  }

  .m-r-15-pc {
    margin-right: -15px !important;
  }

  .m-r-10-pc {
    margin-right: -10px !important;
  }

  .m-r-5-pc {
    margin-right: -5px !important;
  }

  .m-r0-pc {
    margin-right: 0 !important;
  }

  .m-r5-pc {
    margin-right: 5px !important;
  }

  .m-r10-pc {
    margin-right: 10px !important;
  }

  .m-r15-pc {
    margin-right: 15px !important;
  }

  .m-r20-pc {
    margin-right: 20px !important;
  }

  .m-r25-pc {
    margin-right: 25px !important;
  }

  .m-r30-pc {
    margin-right: 30px !important;
  }

  .m-r35-pc {
    margin-right: 35px !important;
  }

  .m-r40-pc {
    margin-right: 40px !important;
  }

  .m-r45-pc {
    margin-right: 45px !important;
  }

  .m-r50-pc {
    margin-right: 50px !important;
  }

  .m-r55-pc {
    margin-right: 55px !important;
  }

  .m-r60-pc {
    margin-right: 60px !important;
  }

  .m-r65-pc {
    margin-right: 65px !important;
  }

  .m-r70-pc {
    margin-right: 70px !important;
  }

  .m-r75-pc {
    margin-right: 75px !important;
  }

  .m-r80-pc {
    margin-right: 80px !important;
  }

  .m-r85-pc {
    margin-right: 85px !important;
  }

  .m-r90-pc {
    margin-right: 90px !important;
  }

  .m-r95-pc {
    margin-right: 95px !important;
  }

  .m-r100-pc {
    margin-right: 100px !important;
  }

  .m-b-50-pc {
    margin-bottom: -50px !important;
  }

  .m-b-45-pc {
    margin-bottom: -45px !important;
  }

  .m-b-40-pc {
    margin-bottom: -40px !important;
  }

  .m-b-35-pc {
    margin-bottom: -35px !important;
  }

  .m-b-30-pc {
    margin-bottom: -30px !important;
  }

  .m-b-25-pc {
    margin-bottom: -25px !important;
  }

  .m-b-20-pc {
    margin-bottom: -20px !important;
  }

  .m-b-15-pc {
    margin-bottom: -15px !important;
  }

  .m-b-10-pc {
    margin-bottom: -10px !important;
  }

  .m-b-5-pc {
    margin-bottom: -5px !important;
  }

  .m-b0-pc {
    margin-bottom: 0 !important;
  }

  .m-b5-pc {
    margin-bottom: 5px !important;
  }

  .m-b10-pc {
    margin-bottom: 10px !important;
  }

  .m-b15-pc {
    margin-bottom: 15px !important;
  }

  .m-b20-pc {
    margin-bottom: 20px !important;
  }

  .m-b25-pc {
    margin-bottom: 25px !important;
  }

  .m-b30-pc {
    margin-bottom: 30px !important;
  }

  .m-b35-pc {
    margin-bottom: 35px !important;
  }

  .m-b40-pc {
    margin-bottom: 40px !important;
  }

  .m-b45-pc {
    margin-bottom: 45px !important;
  }

  .m-b50-pc {
    margin-bottom: 50px !important;
  }

  .m-b55-pc {
    margin-bottom: 55px !important;
  }

  .m-b60-pc {
    margin-bottom: 60px !important;
  }

  .m-b65-pc {
    margin-bottom: 65px !important;
  }

  .m-b70-pc {
    margin-bottom: 70px !important;
  }

  .m-b75-pc {
    margin-bottom: 75px !important;
  }

  .m-b80-pc {
    margin-bottom: 80px !important;
  }

  .m-b85-pc {
    margin-bottom: 85px !important;
  }

  .m-b90-pc {
    margin-bottom: 90px !important;
  }

  .m-b95-pc {
    margin-bottom: 95px !important;
  }

  .m-b100-pc {
    margin-bottom: 100px !important;
  }

  .m-l-50-pc {
    margin-left: -50px !important;
  }

  .m-l-45-pc {
    margin-left: -45px !important;
  }

  .m-l-40-pc {
    margin-left: -40px !important;
  }

  .m-l-35-pc {
    margin-left: -35px !important;
  }

  .m-l-30-pc {
    margin-left: -30px !important;
  }

  .m-l-25-pc {
    margin-left: -25px !important;
  }

  .m-l-20-pc {
    margin-left: -20px !important;
  }

  .m-l-15-pc {
    margin-left: -15px !important;
  }

  .m-l-10-pc {
    margin-left: -10px !important;
  }

  .m-l-5-pc {
    margin-left: -5px !important;
  }

  .m-l0-pc {
    margin-left: 0 !important;
  }

  .m-l5-pc {
    margin-left: 5px !important;
  }

  .m-l10-pc {
    margin-left: 10px !important;
  }

  .m-l15-pc {
    margin-left: 15px !important;
  }

  .m-l20-pc {
    margin-left: 20px !important;
  }

  .m-l25-pc {
    margin-left: 25px !important;
  }

  .m-l30-pc {
    margin-left: 30px !important;
  }

  .m-l35-pc {
    margin-left: 35px !important;
  }

  .m-l40-pc {
    margin-left: 40px !important;
  }

  .m-l45-pc {
    margin-left: 45px !important;
  }

  .m-l50-pc {
    margin-left: 50px !important;
  }

  .m-l55-pc {
    margin-left: 55px !important;
  }

  .m-l60-pc {
    margin-left: 60px !important;
  }

  .m-l65-pc {
    margin-left: 65px !important;
  }

  .m-l70-pc {
    margin-left: 70px !important;
  }

  .m-l75-pc {
    margin-left: 75px !important;
  }

  .m-l80-pc {
    margin-left: 80px !important;
  }

  .m-l85-pc {
    margin-left: 85px !important;
  }

  .m-l90-pc {
    margin-left: 90px !important;
  }

  .m-l95-pc {
    margin-left: 95px !important;
  }

  .m-l100-pc {
    margin-left: 100px !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .m-0-sp {
    margin: 0 !important;
  }

  .m-t-50-sp {
    margin-top: -50px !important;
  }

  .m-t-45-sp {
    margin-top: -45px !important;
  }

  .m-t-40-sp {
    margin-top: -40px !important;
  }

  .m-t-35-sp {
    margin-top: -35px !important;
  }

  .m-t-30-sp {
    margin-top: -30px !important;
  }

  .m-t-25-sp {
    margin-top: -25px !important;
  }

  .m-t-20-sp {
    margin-top: -20px !important;
  }

  .m-t-15-sp {
    margin-top: -15px !important;
  }

  .m-t-10-sp {
    margin-top: -10px !important;
  }

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

  .m-t0-sp {
    margin-top: 0 !important;
  }

  .m-t5-sp {
    margin-top: 5px !important;
  }

  .m-t10-sp {
    margin-top: 10px !important;
  }

  .m-t15-sp {
    margin-top: 15px !important;
  }

  .m-t20-sp {
    margin-top: 20px !important;
  }

  .m-t25-sp {
    margin-top: 25px !important;
  }

  .m-t30-sp {
    margin-top: 30px !important;
  }

  .m-t35-sp {
    margin-top: 35px !important;
  }

  .m-t40-sp {
    margin-top: 40px !important;
  }

  .m-t45-sp {
    margin-top: 45px !important;
  }

  .m-t50-sp {
    margin-top: 50px !important;
  }

  .m-t55-sp {
    margin-top: 55px !important;
  }

  .m-t60-sp {
    margin-top: 60px !important;
  }

  .m-t65-sp {
    margin-top: 65px !important;
  }

  .m-t70-sp {
    margin-top: 70px !important;
  }

  .m-t75-sp {
    margin-top: 75px !important;
  }

  .m-t80-sp {
    margin-top: 80px !important;
  }

  .m-t85-sp {
    margin-top: 85px !important;
  }

  .m-t90-sp {
    margin-top: 90px !important;
  }

  .m-t95-sp {
    margin-top: 95px !important;
  }

  .m-t100-sp {
    margin-top: 100px !important;
  }

  .m-r-50-sp {
    margin-right: -50px !important;
  }

  .m-r-45-sp {
    margin-right: -45px !important;
  }

  .m-r-40-sp {
    margin-right: -40px !important;
  }

  .m-r-35-sp {
    margin-right: -35px !important;
  }

  .m-r-30-sp {
    margin-right: -30px !important;
  }

  .m-r-25-sp {
    margin-right: -25px !important;
  }

  .m-r-20-sp {
    margin-right: -20px !important;
  }

  .m-r-15-sp {
    margin-right: -15px !important;
  }

  .m-r-10-sp {
    margin-right: -10px !important;
  }

  .m-r-5-sp {
    margin-right: -5px !important;
  }

  .m-r0-sp {
    margin-right: 0 !important;
  }

  .m-r5-sp {
    margin-right: 5px !important;
  }

  .m-r10-sp {
    margin-right: 10px !important;
  }

  .m-r15-sp {
    margin-right: 15px !important;
  }

  .m-r20-sp {
    margin-right: 20px !important;
  }

  .m-r25-sp {
    margin-right: 25px !important;
  }

  .m-r30-sp {
    margin-right: 30px !important;
  }

  .m-r35-sp {
    margin-right: 35px !important;
  }

  .m-r40-sp {
    margin-right: 40px !important;
  }

  .m-r45-sp {
    margin-right: 45px !important;
  }

  .m-r50-sp {
    margin-right: 50px !important;
  }

  .m-r55-sp {
    margin-right: 55px !important;
  }

  .m-r60-sp {
    margin-right: 60px !important;
  }

  .m-r65-sp {
    margin-right: 65px !important;
  }

  .m-r70-sp {
    margin-right: 70px !important;
  }

  .m-r75-sp {
    margin-right: 75px !important;
  }

  .m-r80-sp {
    margin-right: 80px !important;
  }

  .m-r85-sp {
    margin-right: 85px !important;
  }

  .m-r90-sp {
    margin-right: 90px !important;
  }

  .m-r95-sp {
    margin-right: 95px !important;
  }

  .m-r100-sp {
    margin-right: 100px !important;
  }

  .m-b-50-sp {
    margin-bottom: -50px !important;
  }

  .m-b-45-sp {
    margin-bottom: -45px !important;
  }

  .m-b-40-sp {
    margin-bottom: -40px !important;
  }

  .m-b-35-sp {
    margin-bottom: -35px !important;
  }

  .m-b-30-sp {
    margin-bottom: -30px !important;
  }

  .m-b-25-sp {
    margin-bottom: -25px !important;
  }

  .m-b-20-sp {
    margin-bottom: -20px !important;
  }

  .m-b-15-sp {
    margin-bottom: -15px !important;
  }

  .m-b-10-sp {
    margin-bottom: -10px !important;
  }

  .m-b-5-sp {
    margin-bottom: -5px !important;
  }

  .m-b0-sp {
    margin-bottom: 0 !important;
  }

  .m-b5-sp {
    margin-bottom: 5px !important;
  }

  .m-b10-sp {
    margin-bottom: 10px !important;
  }

  .m-b15-sp {
    margin-bottom: 15px !important;
  }

  .m-b20-sp {
    margin-bottom: 20px !important;
  }

  .m-b25-sp {
    margin-bottom: 25px !important;
  }

  .m-b30-sp {
    margin-bottom: 30px !important;
  }

  .m-b35-sp {
    margin-bottom: 35px !important;
  }

  .m-b40-sp {
    margin-bottom: 40px !important;
  }

  .m-b45-sp {
    margin-bottom: 45px !important;
  }

  .m-b50-sp {
    margin-bottom: 50px !important;
  }

  .m-b55-sp {
    margin-bottom: 55px !important;
  }

  .m-b60-sp {
    margin-bottom: 60px !important;
  }

  .m-b65-sp {
    margin-bottom: 65px !important;
  }

  .m-b70-sp {
    margin-bottom: 70px !important;
  }

  .m-b75-sp {
    margin-bottom: 75px !important;
  }

  .m-b80-sp {
    margin-bottom: 80px !important;
  }

  .m-b85-sp {
    margin-bottom: 85px !important;
  }

  .m-b90-sp {
    margin-bottom: 90px !important;
  }

  .m-b95-sp {
    margin-bottom: 95px !important;
  }

  .m-b100-sp {
    margin-bottom: 100px !important;
  }

  .m-l-50-sp {
    margin-left: -50px !important;
  }

  .m-l-45-sp {
    margin-left: -45px !important;
  }

  .m-l-40-sp {
    margin-left: -40px !important;
  }

  .m-l-35-sp {
    margin-left: -35px !important;
  }

  .m-l-30-sp {
    margin-left: -30px !important;
  }

  .m-l-25-sp {
    margin-left: -25px !important;
  }

  .m-l-20-sp {
    margin-left: -20px !important;
  }

  .m-l-15-sp {
    margin-left: -15px !important;
  }

  .m-l-10-sp {
    margin-left: -10px !important;
  }

  .m-l-5-sp {
    margin-left: -5px !important;
  }

  .m-l0-sp {
    margin-left: 0 !important;
  }

  .m-l5-sp {
    margin-left: 5px !important;
  }

  .m-l10-sp {
    margin-left: 10px !important;
  }

  .m-l15-sp {
    margin-left: 15px !important;
  }

  .m-l20-sp {
    margin-left: 20px !important;
  }

  .m-l25-sp {
    margin-left: 25px !important;
  }

  .m-l30-sp {
    margin-left: 30px !important;
  }

  .m-l35-sp {
    margin-left: 35px !important;
  }

  .m-l40-sp {
    margin-left: 40px !important;
  }

  .m-l45-sp {
    margin-left: 45px !important;
  }

  .m-l50-sp {
    margin-left: 50px !important;
  }

  .m-l55-sp {
    margin-left: 55px !important;
  }

  .m-l60-sp {
    margin-left: 60px !important;
  }

  .m-l65-sp {
    margin-left: 65px !important;
  }

  .m-l70-sp {
    margin-left: 70px !important;
  }

  .m-l75-sp {
    margin-left: 75px !important;
  }

  .m-l80-sp {
    margin-left: 80px !important;
  }

  .m-l85-sp {
    margin-left: 85px !important;
  }

  .m-l90-sp {
    margin-left: 90px !important;
  }

  .m-l95-sp {
    margin-left: 95px !important;
  }

  .m-l100-sp {
    margin-left: 100px !important;
  }
}

/* パディング
--------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.p-t55 {
  padding-top: 55px !important;
}

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

.p-t65 {
  padding-top: 65px !important;
}

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

.p-t75 {
  padding-top: 75px !important;
}

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

.p-t85 {
  padding-top: 85px !important;
}

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

.p-t95 {
  padding-top: 95px !important;
}

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

.p-r0 {
  padding-right: 0 !important;
}

.p-r5 {
  padding-right: 5px !important;
}

.p-r10 {
  padding-right: 10px !important;
}

.p-r15 {
  padding-right: 15px !important;
}

.p-r20 {
  padding-right: 20px !important;
}

.p-r25 {
  padding-right: 25px !important;
}

.p-r30 {
  padding-right: 30px !important;
}

.p-r35 {
  padding-right: 35px !important;
}

.p-r40 {
  padding-right: 40px !important;
}

.p-r45 {
  padding-right: 45px !important;
}

.p-r50 {
  padding-right: 50px !important;
}

.p-r55 {
  padding-right: 55px !important;
}

.p-r60 {
  padding-right: 60px !important;
}

.p-r65 {
  padding-right: 65px !important;
}

.p-r70 {
  padding-right: 70px !important;
}

.p-r75 {
  padding-right: 75px !important;
}

.p-r80 {
  padding-right: 80px !important;
}

.p-r85 {
  padding-right: 85px !important;
}

.p-r90 {
  padding-right: 90px !important;
}

.p-r95 {
  padding-right: 95px !important;
}

.p-r100 {
  padding-right: 100px !important;
}

.p-b0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.p-b55 {
  padding-bottom: 55px !important;
}

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

.p-b65 {
  padding-bottom: 65px !important;
}

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

.p-b75 {
  padding-bottom: 75px !important;
}

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

.p-b85 {
  padding-bottom: 85px !important;
}

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

.p-b95 {
  padding-bottom: 95px !important;
}

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

.p-l0 {
  padding-left: 0 !important;
}

.p-l5 {
  padding-left: 5px !important;
}

.p-l10 {
  padding-left: 10px !important;
}

.p-l15 {
  padding-left: 15px !important;
}

.p-l20 {
  padding-left: 20px !important;
}

.p-l25 {
  padding-left: 25px !important;
}

.p-l30 {
  padding-left: 30px !important;
}

.p-l35 {
  padding-left: 35px !important;
}

.p-l40 {
  padding-left: 40px !important;
}

.p-l45 {
  padding-left: 45px !important;
}

.p-l50 {
  padding-left: 50px !important;
}

.p-l55 {
  padding-left: 55px !important;
}

.p-l60 {
  padding-left: 60px !important;
}

.p-l65 {
  padding-left: 65px !important;
}

.p-l70 {
  padding-left: 70px !important;
}

.p-l75 {
  padding-left: 75px !important;
}

.p-l80 {
  padding-left: 80px !important;
}

.p-l85 {
  padding-left: 85px !important;
}

.p-l90 {
  padding-left: 90px !important;
}

.p-l95 {
  padding-left: 95px !important;
}

.p-l100 {
  padding-left: 100px !important;
}

@media print,
screen and (min-width: 769px) {
  .p-0-pc {
    padding: 0 !important;
  }

  .p-t0-pc {
    padding-top: 0 !important;
  }

  .p-t5-pc {
    padding-top: 5px !important;
  }

  .p-t10-pc {
    padding-top: 10px !important;
  }

  .p-t15-pc {
    padding-top: 15px !important;
  }

  .p-t20-pc {
    padding-top: 20px !important;
  }

  .p-t25-pc {
    padding-top: 25px !important;
  }

  .p-t30-pc {
    padding-top: 30px !important;
  }

  .p-t35-pc {
    padding-top: 35px !important;
  }

  .p-t40-pc {
    padding-top: 40px !important;
  }

  .p-t45-pc {
    padding-top: 45px !important;
  }

  .p-t50-pc {
    padding-top: 50px !important;
  }

  .p-t55-pc {
    padding-top: 55px !important;
  }

  .p-t60-pc {
    padding-top: 60px !important;
  }

  .p-t65-pc {
    padding-top: 65px !important;
  }

  .p-t70-pc {
    padding-top: 70px !important;
  }

  .p-t75-pc {
    padding-top: 75px !important;
  }

  .p-t80-pc {
    padding-top: 80px !important;
  }

  .p-t85-pc {
    padding-top: 85px !important;
  }

  .p-t90-pc {
    padding-top: 90px !important;
  }

  .p-t95-pc {
    padding-top: 95px !important;
  }

  .p-t100-pc {
    padding-top: 100px !important;
  }

  .p-r0-pc {
    padding-right: 0 !important;
  }

  .p-r5-pc {
    padding-right: 5px !important;
  }

  .p-r10-pc {
    padding-right: 10px !important;
  }

  .p-r15-pc {
    padding-right: 15px !important;
  }

  .p-r20-pc {
    padding-right: 20px !important;
  }

  .p-r25-pc {
    padding-right: 25px !important;
  }

  .p-r30-pc {
    padding-right: 30px !important;
  }

  .p-r35-pc {
    padding-right: 35px !important;
  }

  .p-r40-pc {
    padding-right: 40px !important;
  }

  .p-r45-pc {
    padding-right: 45px !important;
  }

  .p-r50-pc {
    padding-right: 50px !important;
  }

  .p-r55-pc {
    padding-right: 55px !important;
  }

  .p-r60-pc {
    padding-right: 60px !important;
  }

  .p-r65-pc {
    padding-right: 65px !important;
  }

  .p-r70-pc {
    padding-right: 70px !important;
  }

  .p-r75-pc {
    padding-right: 75px !important;
  }

  .p-r80-pc {
    padding-right: 80px !important;
  }

  .p-r85-pc {
    padding-right: 85px !important;
  }

  .p-r90-pc {
    padding-right: 90px !important;
  }

  .p-r95-pc {
    padding-right: 95px !important;
  }

  .p-r100-pc {
    padding-right: 100px !important;
  }

  .p-b0-pc {
    padding-bottom: 0 !important;
  }

  .p-b5-pc {
    padding-bottom: 5px !important;
  }

  .p-b10-pc {
    padding-bottom: 10px !important;
  }

  .p-b15-pc {
    padding-bottom: 15px !important;
  }

  .p-b20-pc {
    padding-bottom: 20px !important;
  }

  .p-b25-pc {
    padding-bottom: 25px !important;
  }

  .p-b30-pc {
    padding-bottom: 30px !important;
  }

  .p-b35-pc {
    padding-bottom: 35px !important;
  }

  .p-b40-pc {
    padding-bottom: 40px !important;
  }

  .p-b45-pc {
    padding-bottom: 45px !important;
  }

  .p-b50-pc {
    padding-bottom: 50px !important;
  }

  .p-b55-pc {
    padding-bottom: 55px !important;
  }

  .p-b60-pc {
    padding-bottom: 60px !important;
  }

  .p-b65-pc {
    padding-bottom: 65px !important;
  }

  .p-b70-pc {
    padding-bottom: 70px !important;
  }

  .p-b75-pc {
    padding-bottom: 75px !important;
  }

  .p-b80-pc {
    padding-bottom: 80px !important;
  }

  .p-b85-pc {
    padding-bottom: 85px !important;
  }

  .p-b90-pc {
    padding-bottom: 90px !important;
  }

  .p-b95-pc {
    padding-bottom: 95px !important;
  }

  .p-b100-pc {
    padding-bottom: 100px !important;
  }

  .p-l0-pc {
    padding-left: 0 !important;
  }

  .p-l5-pc {
    padding-left: 5px !important;
  }

  .p-l10-pc {
    padding-left: 10px !important;
  }

  .p-l15-pc {
    padding-left: 15px !important;
  }

  .p-l20-pc {
    padding-left: 20px !important;
  }

  .p-l25-pc {
    padding-left: 25px !important;
  }

  .p-l30-pc {
    padding-left: 30px !important;
  }

  .p-l35-pc {
    padding-left: 35px !important;
  }

  .p-l40-pc {
    padding-left: 40px !important;
  }

  .p-l45-pc {
    padding-left: 45px !important;
  }

  .p-l50-pc {
    padding-left: 50px !important;
  }

  .p-l55-pc {
    padding-left: 55px !important;
  }

  .p-l60-pc {
    padding-left: 60px !important;
  }

  .p-l65-pc {
    padding-left: 65px !important;
  }

  .p-l70-pc {
    padding-left: 70px !important;
  }

  .p-l75-pc {
    padding-left: 75px !important;
  }

  .p-l80-pc {
    padding-left: 80px !important;
  }

  .p-l85-pc {
    padding-left: 85px !important;
  }

  .p-l90-pc {
    padding-left: 90px !important;
  }

  .p-l95-pc {
    padding-left: 95px !important;
  }

  .p-l100-pc {
    padding-left: 100px !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .p-0-sp {
    padding: 0 !important;
  }

  .p-t0-sp {
    padding-top: 0 !important;
  }

  .p-t5-sp {
    padding-top: 5px !important;
  }

  .p-t10-sp {
    padding-top: 10px !important;
  }

  .p-t15-sp {
    padding-top: 15px !important;
  }

  .p-t20-sp {
    padding-top: 20px !important;
  }

  .p-t25-sp {
    padding-top: 25px !important;
  }

  .p-t30-sp {
    padding-top: 30px !important;
  }

  .p-t35-sp {
    padding-top: 35px !important;
  }

  .p-t40-sp {
    padding-top: 40px !important;
  }

  .p-t45-sp {
    padding-top: 45px !important;
  }

  .p-t50-sp {
    padding-top: 50px !important;
  }

  .p-t55-sp {
    padding-top: 55px !important;
  }

  .p-t60-sp {
    padding-top: 60px !important;
  }

  .p-t65-sp {
    padding-top: 65px !important;
  }

  .p-t70-sp {
    padding-top: 70px !important;
  }

  .p-t75-sp {
    padding-top: 75px !important;
  }

  .p-t80-sp {
    padding-top: 80px !important;
  }

  .p-t85-sp {
    padding-top: 85px !important;
  }

  .p-t90-sp {
    padding-top: 90px !important;
  }

  .p-t95-sp {
    padding-top: 95px !important;
  }

  .p-t100-sp {
    padding-top: 100px !important;
  }

  .p-r0-sp {
    padding-right: 0 !important;
  }

  .p-r5-sp {
    padding-right: 5px !important;
  }

  .p-r10-sp {
    padding-right: 10px !important;
  }

  .p-r15-sp {
    padding-right: 15px !important;
  }

  .p-r20-sp {
    padding-right: 20px !important;
  }

  .p-r25-sp {
    padding-right: 25px !important;
  }

  .p-r30-sp {
    padding-right: 30px !important;
  }

  .p-r35-sp {
    padding-right: 35px !important;
  }

  .p-r40-sp {
    padding-right: 40px !important;
  }

  .p-r45-sp {
    padding-right: 45px !important;
  }

  .p-r50-sp {
    padding-right: 50px !important;
  }

  .p-r55-sp {
    padding-right: 55px !important;
  }

  .p-r60-sp {
    padding-right: 60px !important;
  }

  .p-r65-sp {
    padding-right: 65px !important;
  }

  .p-r70-sp {
    padding-right: 70px !important;
  }

  .p-r75-sp {
    padding-right: 75px !important;
  }

  .p-r80-sp {
    padding-right: 80px !important;
  }

  .p-r85-sp {
    padding-right: 85px !important;
  }

  .p-r90-sp {
    padding-right: 90px !important;
  }

  .p-r95-sp {
    padding-right: 95px !important;
  }

  .p-r100-sp {
    padding-right: 100px !important;
  }

  .p-b0-sp {
    padding-bottom: 0 !important;
  }

  .p-b5-sp {
    padding-bottom: 5px !important;
  }

  .p-b10-sp {
    padding-bottom: 10px !important;
  }

  .p-b15-sp {
    padding-bottom: 15px !important;
  }

  .p-b20-sp {
    padding-bottom: 20px !important;
  }

  .p-b25-sp {
    padding-bottom: 25px !important;
  }

  .p-b30-sp {
    padding-bottom: 30px !important;
  }

  .p-b35-sp {
    padding-bottom: 35px !important;
  }

  .p-b40-sp {
    padding-bottom: 40px !important;
  }

  .p-b45-sp {
    padding-bottom: 45px !important;
  }

  .p-b50-sp {
    padding-bottom: 50px !important;
  }

  .p-b55-sp {
    padding-bottom: 55px !important;
  }

  .p-b60-sp {
    padding-bottom: 60px !important;
  }

  .p-b65-sp {
    padding-bottom: 65px !important;
  }

  .p-b70-sp {
    padding-bottom: 70px !important;
  }

  .p-b75-sp {
    padding-bottom: 75px !important;
  }

  .p-b80-sp {
    padding-bottom: 80px !important;
  }

  .p-b85-sp {
    padding-bottom: 85px !important;
  }

  .p-b90-sp {
    padding-bottom: 90px !important;
  }

  .p-b95-sp {
    padding-bottom: 95px !important;
  }

  .p-b100-sp {
    padding-bottom: 100px !important;
  }

  .p-l0-sp {
    padding-left: 0 !important;
  }

  .p-l5-sp {
    padding-left: 5px !important;
  }

  .p-l10-sp {
    padding-left: 10px !important;
  }

  .p-l15-sp {
    padding-left: 15px !important;
  }

  .p-l20-sp {
    padding-left: 20px !important;
  }

  .p-l25-sp {
    padding-left: 25px !important;
  }

  .p-l30-sp {
    padding-left: 30px !important;
  }

  .p-l35-sp {
    padding-left: 35px !important;
  }

  .p-l40-sp {
    padding-left: 40px !important;
  }

  .p-l45-sp {
    padding-left: 45px !important;
  }

  .p-l50-sp {
    padding-left: 50px !important;
  }

  .p-l55-sp {
    padding-left: 55px !important;
  }

  .p-l60-sp {
    padding-left: 60px !important;
  }

  .p-l65-sp {
    padding-left: 65px !important;
  }

  .p-l70-sp {
    padding-left: 70px !important;
  }

  .p-l75-sp {
    padding-left: 75px !important;
  }

  .p-l80-sp {
    padding-left: 80px !important;
  }

  .p-l85-sp {
    padding-left: 85px !important;
  }

  .p-l90-sp {
    padding-left: 90px !important;
  }

  .p-l95-sp {
    padding-left: 95px !important;
  }

  .p-l100-sp {
    padding-left: 100px !important;
  }
}

/* フォント・テキスト
--------------------------------------------------------- */
/* ----- font-family ----- */
.ff-light {
  font-family: "AxisStd-Light", sans-serif !important;
}

.ff-reg {
  font-family: "AxisStd-Regular", sans-serif !important;
}

@media print,
screen and (min-width: 769px) {
  .ff-light-pc {
    font-family: "AxisStd-Light", sans-serif !important;
  }

  .ff-reg-pc {
    font-family: "AxisStd-Regular", sans-serif !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .ff-light-sp {
    font-family: "AxisStd-Light", sans-serif !important;
  }

  .ff-reg-sp {
    font-family: "AxisStd-Regular", sans-serif !important;
  }
}

/* ----- font-size ----- */
.fs-9 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1.0rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2.0rem !important;
}

@media print,
screen and (min-width: 769px) {
  .fs-9-pc {
    font-size: 0.9rem !important;
  }

  .fs-10-pc {
    font-size: 1.0rem !important;
  }

  .fs-11-pc {
    font-size: 1.1rem !important;
  }

  .fs-12-pc {
    font-size: 1.2rem !important;
  }

  .fs-13-pc {
    font-size: 1.3rem !important;
  }

  .fs-14-pc {
    font-size: 1.4rem !important;
  }

  .fs-15-pc {
    font-size: 1.5rem !important;
  }

  .fs-16-pc {
    font-size: 1.6rem !important;
  }

  .fs-17-pc {
    font-size: 1.7rem !important;
  }

  .fs-18-pc {
    font-size: 1.8rem !important;
  }

  .fs-19-pc {
    font-size: 1.9rem !important;
  }

  .fs-20-pc {
    font-size: 2.0rem !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .fs-9-sp {
    font-size: 0.9rem !important;
  }

  .fs-10-sp {
    font-size: 1.0rem !important;
  }

  .fs-11-sp {
    font-size: 1.1rem !important;
  }

  .fs-12-sp {
    font-size: 1.2rem !important;
  }

  .fs-13-sp {
    font-size: 1.3rem !important;
  }

  .fs-14-sp {
    font-size: 1.4rem !important;
  }

  .fs-15-sp {
    font-size: 1.5rem !important;
  }

  .fs-16-sp {
    font-size: 1.6rem !important;
  }

  .fs-17-sp {
    font-size: 1.7rem !important;
  }

  .fs-18-sp {
    font-size: 1.8rem !important;
  }

  .fs-19-sp {
    font-size: 1.9rem !important;
  }

  .fs-20-sp {
    font-size: 2.0rem !important;
  }
}

/* ----- font-weight ----- */
.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

@media print,
screen and (min-width: 769px) {
  .fw-n-pc {
    font-weight: normal !important;
  }

  .fw-b-pc {
    font-weight: bold !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .fw-n-sp {
    font-weight: normal !important;
  }

  .fw-b-sp {
    font-weight: bold !important;
  }
}

/* ----- text-decoration ----- */
.td-n {
  text-decoration: none !important;
}

.td-u {
  text-decoration: underline !important;
}

@media print,
screen and (min-width: 769px) {
  .td-n-pc {
    text-decoration: none !important;
  }

  .td-u-pc {
    text-decoration: underline !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .td-n-sp {
    text-decoration: none !important;
  }

  .td-u-sp {
    text-decoration: underline !important;
  }
}

/* ----- text-align ----- */
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media print,
screen and (min-width: 769px) {
  .ta-l-pc {
    text-align: left !important;
  }

  .ta-c-pc {
    text-align: center !important;
  }

  .ta-r-pc {
    text-align: right !important;
  }

  .ta-j-pc {
    text-align: justify !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .ta-l-sp {
    text-align: left !important;
  }

  .ta-c-sp {
    text-align: center !important;
  }

  .ta-r-sp {
    text-align: right !important;
  }

  .ta-j-sp {
    text-align: justify !important;
  }
}

/* ----- vertical-align ----- */
.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

@media print,
screen and (min-width: 769px) {
  .va-t-pc {
    vertical-align: top !important;
  }

  .va-m-pc {
    vertical-align: middle !important;
  }

  .va-b-pc {
    vertical-align: bottom !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .va-t-sp {
    vertical-align: top !important;
  }

  .va-m-sp {
    vertical-align: middle !important;
  }

  .va-b-sp {
    vertical-align: bottom !important;
  }
}

/* ----- white-space ----- */
.ws-n {
  white-space: normal !important;
}

.ws-nw {
  white-space: nowrap !important;
}

@media print,
screen and (min-width: 769px) {
  .ws-n-pc {
    white-space: normal !important;
  }

  .ws-nw-pc {
    white-space: nowrap !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .ws-n-sp {
    white-space: normal !important;
  }

  .ws-nw-sp {
    white-space: nowrap !important;
  }
}

/* ----- line-height ----- */
.lh-10 {
  line-height: 1.0 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2.0 !important;
}

@media print,
screen and (min-width: 769px) {
  .lh-10-pc {
    line-height: 1.0 !important;
  }

  .lh-11-pc {
    line-height: 1.1 !important;
  }

  .lh-12-pc {
    line-height: 1.2 !important;
  }

  .lh-13-pc {
    line-height: 1.3 !important;
  }

  .lh-14-pc {
    line-height: 1.4 !important;
  }

  .lh-15-pc {
    line-height: 1.5 !important;
  }

  .lh-16-pc {
    line-height: 1.6 !important;
  }

  .lh-17-pc {
    line-height: 1.7 !important;
  }

  .lh-18-pc {
    line-height: 1.8 !important;
  }

  .lh-19-pc {
    line-height: 1.9 !important;
  }

  .lh-20-pc {
    line-height: 2.0 !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .lh-10-sp {
    line-height: 1.0 !important;
  }

  .lh-11-sp {
    line-height: 1.1 !important;
  }

  .lh-12-sp {
    line-height: 1.2 !important;
  }

  .lh-13-sp {
    line-height: 1.3 !important;
  }

  .lh-14-sp {
    line-height: 1.4 !important;
  }

  .lh-15-sp {
    line-height: 1.5 !important;
  }

  .lh-16-sp {
    line-height: 1.6 !important;
  }

  .lh-17-sp {
    line-height: 1.7 !important;
  }

  .lh-18-sp {
    line-height: 1.8 !important;
  }

  .lh-19-sp {
    line-height: 1.9 !important;
  }

  .lh-20-sp {
    line-height: 2.0 !important;
  }
}

/*
dl.tel::after{
    width:200%;
    content:"年末年始休業期間：12月29日（土）～1月6日（日）";
    color:red;
    right:3.7em;
    bottom:-1.5em;
    text-align: right;
    font-size: 1.1rem;
}
*/
/* 固定お知らせ */
.news-fixed {
  padding: 0 0.5em;
  margin-bottom: 1em;
}

.news-fixed p {
  font-size: 1.1rem;
  color: #8d959c;
  background: #f8f8f8;
  border: solid 1px #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5em;
  color: red;
  text-align: center;
}

.attention {
  font-size: 1.4rem;
  color: red;
	margin-top: 8px;
}

.js-link {
  cursor: pointer;
  transition: all .1s ease-out;
}

.js-link:hover {
  opacity: .7;
}

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


/* 年末年始コメント追加 */
#cmn-header.new_year_holiday .support-info {
	padding-bottom:18px;
	position:relative;
}

#cmn-header.new_year_holiday .support-info::after {
	content:'年末年始休業期間：12/26(土)～1/4(月) ※資料請求は受付中';
	color:red;
	display:block;
	width:100%;
	position:absolute;
	font-size:11px;
	font-weight:bold;
	bottom:0;
	left:0;
	text-align:center;
}

@media print,
screen and (max-width: 768px) {
	#cmn-header-sp.new_year_holiday {
		padding-bottom:34px;
		position:relative;
	}

	#cmn-header-sp.new_year_holiday::after {
		content:'年末年始休業期間：12/26(土)～1/4(月) ※資料請求は受付中';
		color:red;
		display:block;
		width:100%;
		position:absolute;
		font-size:10px;
		font-weight:bold;
		bottom:0;
		border-top:1px solid #e1e1eb;
		text-align:center;
		padding:6px 16px;
		line-height:1.3;
		left:0;
	}

	.attention {
	display: block;
	text-align: left;
	padding: 0 4px;
}
}

@media print,
screen and (max-width: 320px) {
	#cmn-header-sp.new_year_holiday {
		padding-bottom:48px;
		position:relative;
	}
	#cmn-header-sp.new_year_holiday::after {
		content:'年末年始休業期間：12/26(土)～1/4(月)\A※資料請求は受付中';
	}
}


/* 緊急事態宣言コメント追加 */
#cmn-header.emergency .support-info {
	padding-bottom:18px;
	position:relative;
}

#cmn-header.emergency .support-info::after {
	content:'※感染拡大防止及び職員の安全確保の観点から、人数を減らして対応しております。';
	color:red;
	display:block;
	width:100%;
	position:absolute;
	font-size:11px;
	font-weight:bold;
	bottom:0;
	left:-80px;
	text-align:center;
	white-space: pre;
}

#footer02.emergency #footer02-info {
	position:relative;
}

#footer02.emergency #footer-intro-tel{
	height: 100px;
}

#footer02.emergency #footer-intro-tel::after{
	content:'※感染拡大防止及び職員の安全確保の観点から、\A人数を減らして対応しております。';
	color:#fff;
	display:block;
	width:100%;
	position:absolute;
	font-size:10px;
	font-weight:bold;
top: 73px;
	left:4px;
	text-align:center;
	white-space: pre;
}

@media print,
screen and (max-width: 768px) {
	#cmn-header-sp.emergency {
		padding-bottom:34px;
		position:relative;
	}

	#cmn-header-sp.emergency::after {
		content:'感染拡大防止及び職員の安全確保の観点から、人数を減らして対応しております。';
		color:red;
		display:block;
		width:100%;
		position:absolute;
		font-size:10px;
		font-weight:bold;
		bottom:0;
		border-top:1px solid #e1e1eb;
		text-align:center;
		padding:6px 16px;
		line-height:1.3;
		left:0;
	}

	.attention {
	display: block;
	text-align: left;
	padding: 0 4px;
}
}

@media print,
screen and (max-width: 320px) {
	#cmn-header-sp.emergency {
		padding-bottom:48px;
		position:relative;
	}
	#cmn-header-sp.emergency::after {
		content:'感染拡大防止及び職員の安全確保の観点から、人数を減らして対応しております';
	}
}