@charset "UTF-8";

/* ===================================================

  modules

=================================================== */
/* //////////////////////////////////////////////////////////////////////

 Section

////////////////////////////////////////////////////////////////////// */
* + section {
  margin-top: 50px !important;
}

/*背景*/

.sec-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 80%;
  transform: skewY(-2.5deg);
}


/* //////////////////////////////////////////////////////////////////////

 Txt

////////////////////////////////////////////////////////////////////// */
section p + p,
section p + ul,
section p + ol {
  margin-top: 23px;
}

.lead_01 {
  font-size: 2.6rem;
  line-height: 1.7;
}
.lead_01 + * {
  margin-top: 27px;
}
@media screen and (max-width:640px) {
  .lead_01 {
    font-size: 2.2rem;
  }
}

.lead_02 {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  text-shadow: 0 0 3px #7d7d7d;
}


/* //////////////////////////////////////////////////////////////////////

 Hdg

////////////////////////////////////////////////////////////////////// */
.hdg-l2_01 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
  padding-left: 46px;
}
.hdg-l2_01::before {
  background: #ffd73e;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 7px;
  height: 32px;
  content: "";
  transform: skewX(-25deg);
  transform-origin: 0 100%;
}
.hdg-l2_01::after {
  background: #ffeca7;
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  width: 7px;
  height: 32px;
  content: "";
  transform: skewX(-25deg);
  transform-origin: 0 100%;
}
.hdg-l2_01 + * {
  margin-top: 35px;
}
.hdg-l2_01 a {
  text-decoration: underline;
  color: #333;
}
@media screen and (max-width:640px) {
  .hdg-l2_01 {
    font-size: 2.3rem;
    padding-left: 38px;
  }
  .hdg-l2_01::before {
    height: 28px;
  }
  .hdg-l2_01::after {
    height: 28px;
  }
}
.hdg-l2_02 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 26px;
}
.hdg-l2_02 a {
  text-decoration: none;
  color: #333;
  position: relative;
}
.hdg-l2_02 a::after {
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border: solid #f5b400 1px;
  border-width: 1px 1px 0 0;
}
.hdg-l2_02 a:hover {
  text-decoration: underline;
}

.hdg-l2_03 {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hdg-l2_03 a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.hdg-l2_03 a:hover {
  text-decoration: underline;
}
.hdg-l2_03 a::after {
  position: absolute;
  top: 2px;
  right: 4px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #f5c100;
  border-right: 1px solid #f5c100;
}
@media screen and (max-width:640px) {
  .hdg-l2_03 {
    font-size: 2.4rem;
  }
}

.hdg-l2_04 {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  text-shadow: 0 0 3px #7d7d7d;
}
.hdg-l2_04 a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.hdg-l2_04 a:hover {
  text-decoration: underline;
}
.hdg-l2_04 a::after {
  position: absolute;
  top: 2px;
  right: 4px;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width:640px) {
  .hdg-l2_04 {
    font-size: 2.4rem;
  }
}

.hdg-l3_01 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 14px;
  border-bottom: 1px solid #f5c100;
}
.hdg-l3_01 a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
}
.hdg-l3_01 a:hover span {
  text-decoration: underline;
}
.hdg-l3_01 a span {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.hdg-l3_01 a span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #f5c100;
  border-right: 1px solid #f5c100;
}
.hdg-l3_01 + * {
  margin-top: 25px;
}
.hdg-l3_02 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: solid #dadbdc 1px;
}
@media screen and (max-width:640px) {
  .hdg-l3_01 {
    font-size: 2.2rem;
  }
  .hdg-l3_01 a span::after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}

.hdg-l4_01 {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.3;
  background: #f6f6f4;
  position: relative;
  padding: 10px 17px;
  border-left: 1px solid #f5c100;
}
.hdg-l4_01 a {
  color: #333;
}
.hdg-l4_01 a:hover {
  text-decoration: underline;
}
.hdg-l4_01 + * {
  margin-top: 20px;
}


/* //////////////////////////////////////////////////////////////////////

 Img

////////////////////////////////////////////////////////////////////// */
.lyt-imgcol_01::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.lyt-imgcol_01 > .txt {
  overflow: hidden;
}
.lyt-imgcol_01.txt-fit > .txt {
  overflow: visible;
}
.lyt-imgcol_01.txt-fit > .img {
  margin-bottom: 15px;
}
.lyt-imgcol_01.img-r > .img {
  float: right;
  margin-left: 30px;
}
.lyt-imgcol_01.img-l > .img {
  float: left;
  margin-right: 30px;
}
.lyt-imgcol_01 + * {
  margin-top: 25px;
}
@media screen and (max-width:640px) {
  .lyt-imgcol_01 > .txt,
  .lyt-imgcol_01.txt-fit > .txt {
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .lyt-imgcol_01.img-r > .img,
  .lyt-imgcol_01.img-l > .img {
    text-align: center;
    float: none;
    margin: 0;
  }
  .lyt-imgcol_01 + * {
    margin-top: 25px;
  }
}

.lyt-imglist_01 {
  display: flex;
  justify-content: space-between;
}
.lyt-imglist_01 > li {
  width: auto;
}
.lyt-imglist_01.col3 > li {
  width: 33%;
}
* + .lyt-imglist_01 {
  margin-top: 50px;
}
.lyt-imglist_01 + * {
  margin-top: 30px;
}
@media screen and (max-width:640px) {
  .lyt-imglist_01 {
    display: block;
  }
  .lyt-imglist_01 > li + li {
    margin-top: 15px;
  }
  .lyt-imglist_01.col3 > li {
    text-align: center;
    width: auto;
  }
}

.lyt-img_01 {
  text-align: center;
}
.lyt-img_01 + * {
  margin-top: 30px;
}



/* //////////////////////////////////////////////////////////////////////

 Column

////////////////////////////////////////////////////////////////////// */

.lyt-col2_01::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.lyt-col2_01-inner {
  float: left;
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 55px;
}
.lyt-col2_01-inner:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width:640px) {
  .lyt-col2_01-inner {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.lyt-col3_01::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.lyt-col3_01-inner {
  float: left;
  width: calc((100% - 42px) / 3);
  margin-right: 21px;
  margin-bottom: 21px;
}
.lyt-col3_01-inner:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:900px) {
  .lyt-col3_01-inner {
    width: calc((100% - 21px) / 2);
  }
  .lyt-col3_01-inner:nth-child(3n) {
    margin-right: 21px;
  }
  .lyt-col3_01-inner:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:640px) {
  .lyt-col3_01-inner {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Table

////////////////////////////////////////////////////////////////////// */
.table_01 img,
.table_02 img {
  vertical-align: middle;
}

.table_01 {
  width: 100%;
  border-spacing: 0;
  border-top: 2px solid #dadbdc;
  border-bottom: 2px solid #dadbdc;
}
.table_01 caption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
.table_01 th,
.table_01 td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
  border-bottom: 1px solid #dadbdc;
}
.table_01 tr:last-child th,
.table_01 tr:last-child td {
  border-bottom: none;
}
.table_01 th {
  font-weight: normal;
  background: #f6f6f4;
}
.table_01 + * {
  margin-top: 80px;
}
@media screen and (max-width:640px) {
  .table_01 th,
  .table_01 td {
    padding: 10px 10px;
  }
}

.table_02 {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-right: 1px solid #dadbdc;
  border-bottom: 1px solid #dadbdc;
}
.table_02 caption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}
.table_02 th,
.table_02 td {
  font-size: 1.4rem;
  padding: 8px 15px 10px;
  border-top: 1px solid #dadbdc;
  border-left: 1px solid #dadbdc;
}
.table_02 thead th,
.table_02 thead td {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  color: #fff;
  background: #8c939c;
  padding: 14px 15px 10px;
}
.table_02 tbody th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: #f6f6f4;
}
.table_02 tbody tr.point td,
.table_02 tbody td.point {
  background: #f5c100;
}
.table_02 tbody tr.data td,
.table_02 tbody td.data {
  text-align: right;
}
.table_02 + * {
  margin-top: 80px;
}
[data-script-enabled="true"] .table-scroll {
  position: relative;
  overflow-x: visible;
  width: 100%;
}
[data-script-enabled="true"] .table-scroll > table {
  width: 100%;
}
[data-script-enabled="true"] .table-scroll.of-scroll > table {
  max-width: none;
}
@media screen and (max-width:676px) {
[data-script-enabled="true"] .table-scroll.of-scroll {
  overflow-x:scroll;
}
[data-script-enabled="true"] .table-scroll.of-scroll table {
  width: 890px;
}
}



/* //////////////////////////////////////////////////////////////////////

 Dlist

////////////////////////////////////////////////////////////////////// */
.dlist_01 dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 3px;
  border-bottom: 2px solid #dadbdc;
}
.dlist_01 dd + dt {
  margin-top: 26px;
}
.dlist_01 + * {
  margin-top: 40px;
}

.dlist_02 dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.dlist_02 dd + dt {
  margin-top: 30px;
}
.dlist_02 + * {
  margin-top: 40px;
}
.dlist_02 dd > .olist_01 {
  margin-left: 10px;
}

@media screen and (max-width:767px) {
  .dlist_02 dt {
    font-size: 1.6rem;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Ulist

////////////////////////////////////////////////////////////////////// */
.list_01 li {
  position: relative;
  padding-left: 15px;
}
.list_01 li + li {
  margin-top: 1px;
}
.list_01 li::after {
  background: #f5c100;
  position: absolute;
  top: .6em;
  left: 1px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
}
.list_01 + * {
  margin-top: 30px;
}
.list_01 li a:link {
  text-decoration: none;
}
.list_01 li a:hover,
.list_01 li a:active,
.list_01 li a:focus {
  text-decoration: underline;
}


/* //////////////////////////////////////////////////////////////////////

 list - Attention

////////////////////////////////////////////////////////////////////// */
.list-attention_01 li {
  font-size: 1.4rem;
  line-height: 1.8;
  text-indent: -1.4rem;
  position: relative;
  margin-left: 18px;
}
.list-attention_01 li + li {
  width: auto;
  margin-top: 5px;
}
.list-attention_01 li .mark {
  position: relative;
  left: -5px;
}
.list-attention_01 + * {
  margin-top: 30px;
}

.list-attention_02 dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 7px;
  padding-left: 1em;
}
.list-attention_02 dt .mark {
  position: absolute;
  left: 0;
}
.list-attention_02 dd {
  font-size: 1.4rem;
}
.list-attention_02 dd + dt {
  margin-top: 30px;
}
.list-attention_02 + * {
  margin-top: 30px;
}


/* //////////////////////////////////////////////////////////////////////

 Olist

////////////////////////////////////////////////////////////////////// */
ol.olist_01 li {
  position: relative;
  padding-left: 20px;
}
ol.olist_01 li + li {
  margin-top: 1px;
}
ol.olist_01 li .mark {
  position: absolute;
  left: 0;
}
ol.olist_01 + * {
  margin-top: 30px;
}

ol.olist_02 li span.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 40px;
}
ol.olist_02 li span.ttl .mark {
  position: absolute;
  left: 0;
}
ol.olist_02 li + li {
  margin-top: 48px;
}
ol.olist_02 + * {
  margin-top: 30px;
}



/* //////////////////////////////////////////////////////////////////////

 list - Information

////////////////////////////////////////////////////////////////////// */

.list-info {
  margin-bottom: 60px;
  border-top: solid #dadbdc 1px;
}
.list-info li {
  display: table;
  width: 100%;
  padding: .8em 0 1em;
  border-bottom: solid #dadbdc 1px;
}
.list-info li p {
  vertical-align: middle;
  display: table-cell;
}
.list-info-date {
  font-size: 1.2rem;
  width: 75px;
  padding-right: 17px;
}
.list-info-category {
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  width: 100px;
}
.list-info-category span {
  text-align: center;
  display: inline-block;
  width: 100px;
  padding: .3em 1em;
}
.list-info-category.category_01 span {
  background: #8c939c;
}
.list-info-category.category_02 span {
  background: #e6454a;
}
.list-info-category.category_03 span {
  color: #333;
  background: #f6f6f4;
}
.list-info-contents {
  padding: 0 20px 0 15px;
}
.list-info-contents a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
  width: 100%;
}
.list-info-contents a::after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border: solid #8e9aa6 1px;
  border-width: 1px 1px 0 0;
}
.list-info-contents a:hover {
  text-decoration: underline;
}

@media screen and (max-width:640px) {
  .list-info-date {
    float: left;
  }
  .list-info-category {
    float: left;
    margin-top: 0;
  }

  .list-info li p {
    display: block;
  }
  .list-info-contents {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
  }
}


/* //////////////////////////////////////////////////////////////////////

 list - Brand

////////////////////////////////////////////////////////////////////// */

.list-brand::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.list-brand {
  width: 100%;
}
.list-brand li {
  position: relative;
  float: left;
  width: calc((100% - 120px) / 5);
  margin-top: 30px;
  margin-right: 30px;
}
.list-brand li:nth-child(5n) {
  margin-right: 0;
}
.list-brand li a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.list-brand li .list-brand-logo {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  transition: transform .3s linear;
  border: solid #eee 1px;
}
.list-brand li a:hover .list-brand-logo {
  transform: scale(1.1);
  border: solid 6px #f5c100;
}
.list-brand li .list-brand-logo img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  padding: 20px;
  border: 6px solid transparent;
}
.list-brand li .list-brand-hdg {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.list-brand li a:hover .list-brand-hdg {
  text-decoration: underline;
}
.list-brand li .list-brand-txt p {
  color: #333;
}

@media screen and (max-width:900px) {
  .list-brand li {
    width: calc((100% - 90px) / 4);
  }
  .list-brand li:nth-child(5n) {
    margin-right: 30px;
  }
  .list-brand li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .list-brand li {
    width: calc((100% - 60px) / 3);
  }
  .list-brand li:nth-child(4n) {
    margin-right: 30px;
  }
  .list-brand li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width:640px) {
  .list-brand {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .list-brand li {
    width: calc((100% - 30px) / 2);
  }
  .list-brand li:nth-child(3n) {
    margin-right: 30px;
  }
  .list-brand li:nth-child(2n) {
    margin-right: 0;
  }
  .list-brand li .list-brand-logo img {
    padding: 40px;
  }
  .list-brand li .list-brand-logo img {
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .list-brand {
    padding: 0 15px;
  }
  .list-brand li {
    float: none;
    width: 100%;
  }
  .list-brand li:nth-child(4n) {
    margin-right: 30px;
  }
  .list-brand li:nth-child(3n) {
    margin-right: 30px;
  }
  .list-brand li:nth-child(2n) {
    margin-right: 0;
  }
  .list-brand li .list-brand-logo img {
    padding: 20px 50px;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Link

////////////////////////////////////////////////////////////////////// */

.linkicon {
  margin-left: 10px;
}
.linkicon img {
  vertical-align: middle;
}

.link_01 .linkicon {
  position: relative;
}
.link_01 .linkicon {
  margin: 0 10px;
}
.link_01 .linkicon img {
  vertical-align: middle;
}
/*.link_01[target="_blank"] .linkicon::after{
  content:url(/shared/images/img-icon-blank_01.png);
  display:inline-block;
}*/

.list-link-btn_01 {
  margin: 0 0 20px 0;
}
.list-link-btn_01 > ul {
  margin: 0;
}
.list-link-btn_01 > ul::after {
  display: block;
  clear: both;
  content: "";
}
.list-link-btn_01 > ul > li,
.list-link-btn_01 > ul > li a {
  color: #fff;
}
.list-link-btn_01 > ul > li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: -.045em;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  max-width: 480px;
  margin: 15px auto 0 auto;
  text-shadow: 0 0 3px #7d7d7d;
}
.list-link-btn_01 > ul > li > span,
.list-link-btn_01 > ul > li > a {
  text-decoration: none;
  background-color: #f5c100;
  background-image: url(/shared/images/img-bg-btn_03.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 30px;
  transition: .3s;
}
.list-link-btn_01 > ul > li a::before {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.list-link-btn_01 > ul > li:nth-child(3n+1) {
  clear: both;
}

@media screen and (min-width:767px) {
  .list-link-btn_01 > ul {
    margin: -15px 0 0 -18px;
  }
  .list-link-btn_01 > ul > li {
    float: left;
    width: calc(33.33% - 18px);
    margin: 15px 0 0 18px;
  }
}

.list-link-btn_02 {
  margin: 0 0 20px 0;
}
.list-link-btn_02 > ul {
  margin: 0;
}
.list-link-btn_02 > ul::after {
  display: block;
  clear: both;
  content: "";
}
.list-link-btn_02 > ul > li,
.list-link-btn_02 > ul > li a {
  color: #333;
}
.list-link-btn_02 > ul > li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: -.045em;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  width: 100%;
  max-width: 480px;
  margin: 15px auto 0 auto;
}
.list-link-btn_02 > ul > li:nth-child(4n+1) {
  clear: both;
}
.list-link-btn_02 > ul > li a {
  text-decoration: none;
  background-color: #fff;
  background-image: url(/shared/images/img-bg-btn_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 30px;
  transition: .3s;
}
.list-link-btn_02 > ul > li a::before {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #8c939c;
  border-right: 1px solid #8c939c;
}
@media screen and (min-width:767px) {
  .list-link-btn_02 > ul {
    margin: -15px 0 0 -18px;
  }
  .list-link-btn_02 > ul > li {
    float: left;
    width: calc(25% - 18px);
    margin: 15px 0 0 18px;
  }
}

.link-btn_01,
.link-btn_02 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -.045em;
  text-align: center;
  width: 100%;
}

.link-btn_01 + .link-btn_01,
.link-btn_02 + .link-btn_02,
.link-btn_01 + .link-btn_02,
.link-btn_02 + .link-btn_01 {
  margin-top: 15px;
}

.link-btn_01 > a,
.link-btn_02 > a,
.link-btn_01 > span,
.link-btn_02 > span {
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #f5c100;
  background-image: url(/shared/images/img-bg-btn_03.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  padding: 18px 30px;
  transition: .3s;
}
.link-btn_01 > a,
.link-btn_01 > span {
  text-shadow: 0 0 3px #7d7d7d;
}
.link-btn_02 > a,
.link-btn_02 > span {
  color: #333;
  background-color: #fff;
  background-image: url(/shared/images/img-bg-btn_01.png);
}
.link-btn_01 > a::before,
.link-btn_02 > a::before {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.link-btn_02 a::before {
  border-top: 1px solid #8c939c;
  border-right: 1px solid #8c939c;
}

.link-btn_01.btn-tel {
  font-size: 2.4rem;
}
@media screen and (max-width:1200px) {
  .link-btn_01.btn-tel > a,
  .link-btn_01.btn-tel > span {
    padding: 18px 8px;
  }
}
@media screen and (max-width:767px) {
  .link-btn_01.btn-tel > a,
  .link-btn_01.btn-tel > span {
    padding: 18px 37px 18px 8px;
  }
}
.link-btn_01.btn-tel a .icon-free-dial {
  vertical-align: top;
  display: inline-block;
  margin-top: -8px;
  margin-right: 10px;
}

.list-link-btn_01 .linkicon,
.list-link-btn_02 .linkicon,
.link-btn_01 .linkicon,
.link-btn_02 .linkicon {
  position: relative;
  bottom: 5px;
  display: inline-block;
  margin-top: -20px;
  padding-left: 8px;
}

.list-link-btn_01 small,
.list-link-btn_02 small,
.link-btn_01 small,
.link-btn_02 small {
  font-size: 1.2rem;
  font-weight: normal;
}

.list-link-btn_02.btn-gray li a,
.link-btn_02.btn-gray a {
  background-color: #f6f6f4;
}

@media screen and (min-width:767px) {
  .link-btn_01 > a.link-tel,
  .link-btn_02 > a.link-tel,
  .list-link-btn_01 > ul > li a.link-tel {
    pointer-events: none;
  }
  .link-btn_01 > a.link-tel::before,
  .link-btn_02 > a.link-tel::before,
  .list-link-btn_01 > ul > li a.link-tel::before {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////

 QandA

////////////////////////////////////////////////////////////////////// */
.dlist-qa_01 dt a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
.dlist-qa_01 dt a:link {
  text-decoration: none;
}
.dlist-qa_01 dt a:hover,
.dlist-qa_01 dt a:active,
.dlist-qa_01 dt a:focus {
  text-decoration: none;
}
.dlist-qa_01 span.icon {
  font-family: Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 27px;
  left: 26px;
}
.dlist-qa_01 > dt {
  background: #f6f6f4;
  position: relative;
  overflow: hidden;
}
.dlist-qa_01 > dt::after {
  background: #adb2b7;
  position: absolute;
  top: 0;
  left: -116px;
  display: block;
  width: 115px;
  height: 200px;
  content: "";
  transform: skewX(-30deg);
  transform-origin: 0 100%;
}
.dlist-qa_01 > dt a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 32px 90px 27px 145px;
}
.dlist-qa_01 > dd {
  position: relative;
  box-sizing: border-box;
}
.dlist-qa_01 > dd > span {
  display: block;
  padding: 35px 90px 30px 145px;
}
.dlist-qa_01 > dd span.icon {
  color: #fab500;
}
.dlist-qa_01 > dd + dt {
  margin-top: 15px;
}
/* js */
.dlist-qa_01 > dt[data-tgl-open="false"]::before,
.dlist-qa_01 > dt[data-tgl-open="true"]::before {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -25px;
  content: "";
  border: 1px solid #adb2b7;
}
.dlist-qa_01 > dt[data-tgl-open="true"] a::before,
.dlist-qa_01 > dt[data-tgl-open="false"] a::before {
  background: #8c939c;
  position: absolute;
  top: 50%;
  right: 29px;
  display: block;
  width: 33px;
  height: 1px;
  content: "";
}
.dlist-qa_01 > dt[data-tgl-open="false"] a::after {
  background: #8c939c;
  position: absolute;
  top: 50%;
  right: 45px;
  display: block;
  width: 1px;
  height: 33px;
  margin-top: -16px;
  content: "";
}
.dlist-qa_01 + * {
  margin-top: 30px;
}
@media screen and (max-width:640px) {
  .dlist-qa_01 span.icon {
    font-size: 2.5rem;
    top: 15px;
    left: 15px;
  }
  .dlist-qa_01 > dt::after {
    background: #adb2b7;
    position: absolute;
    top: 0;
    left: -160px;
    display: block;
    width: 115px;
    height: 200px;
    content: "";
    transform: skewX(-30deg);
    transform-origin: 0 100%;
  }
  .dlist-qa_01 > dt a {
    padding: 15px 50px 15px 75px;
  }
  .dlist-qa_01 > dd > span {
    padding: 15px 50px 10px 75px;
  }
  /* js */
  .dlist-qa_01 > dt[data-tgl-open="false"]::before,
  .dlist-qa_01 > dt[data-tgl-open="true"]::before {
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .dlist-qa_01 > dt[data-tgl-open="true"] a::before,
  .dlist-qa_01 > dt[data-tgl-open="false"] a::before {
    right: 16px;
    width: 20px;
  }
  .dlist-qa_01 > dt[data-tgl-open="false"] a::after {
    right: 25px;
    height: 20px;
    margin-top: -10px;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Flow

////////////////////////////////////////////////////////////////////// */
.list-flow_01 > li {
  position: relative;
  border-bottom: 1px solid #dadbdc;
}
.list-flow_01 > li + li {
  background: url(/shared/images/img-bg-flow_01.png) 110px 6px no-repeat;
  padding-top: 32px;
}
.list-flow_01 > li > .col {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dadbdc;
}
.list-flow_01 > li > .col::before {
  background: #adb2b7;
  position: absolute;
  z-index: 0;
  top: 1px;
  left: -230px;
  display: block;
  width: 317px;
  height: 555px;
  content: "";
  transform: skewX(-18deg);
  transform-origin: 0 100%;
}
.list-flow_01 > li.point > .col::before {
  background: #fab500;
}
.list-flow_01 > li > .col::after {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.list-flow_01 > li > .col .inner {
  position: relative;
  display: table;
  width: 100%;
}
.list-flow_01 > li > .col .inner .head,
.list-flow_01 > li > .col .inner .detail {
  vertical-align: middle;
  display: table-cell;
}
.list-flow_01 > li > .col .inner .head {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  width: 220px;
  padding: 28px 30px 38px;
  text-shadow: 0 0 3px #7d7d7d;
}
.list-flow_01 > li > .col .inner .head .step {
  font-size: 1.8rem;
}
.list-flow_01 > li > .col .inner .detail {
  padding: 33px 30px 33px;
  padding-left: 125px;
}
.list-flow_01 + * {
  margin-top: 30px;
}
@media screen and (max-width:900px) {
  .list-flow_01 > li + li {
    background: url(/shared/images/img-bg-flow_01.png) center 6px no-repeat;
  }
  .list-flow_01 > li > .col {
    border-top: none;
  }
  .list-flow_01 > li > .col::before {
    display: none;
  }
  .list-flow_01 > li > .col::after {
    display: none;
  }
  .list-flow_01 > li > .col .inner {
    display: block;
  }
  .list-flow_01 > li > .col .inner .head,
  .list-flow_01 > li > .col .inner .detail {
    display: block;
    padding: 15px;
  }
  .list-flow_01 > li > .col .inner .head {
    padding: 5px 15px 10px;
  }
  .list-flow_01 > li > .col .inner .head {
    background: #adb2b7;
    width: auto;
  }
  .list-flow_01 > li.point > .col .inner .head {
    background: #fab500;
    width: auto;
  }
}



/* //////////////////////////////////////////////////////////////////////

 Navigation

////////////////////////////////////////////////////////////////////// */
.nav_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
          flex-wrap: wrap;
          align-items: stretch;
  justify-content: space-between;
  padding: 0 32px;

  -webkit-flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
}
.nav_01 li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
          align-items: stretch;
  box-sizing: border-box;
  width: 16%;
  max-width: 176px;
  margin-bottom: 14px;
  border: solid 1px #e6e6e6;

  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
}
.nav_01 li a {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 29px;
  transition: transform .3s linear;
  border: 6px solid transparent;
}
.nav_01 li a:hover {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  transform: scale(1.1);
  border: solid 6px #f5c100;
}
.nav_01 li.btn a:hover {
  border: solid 6px #dee0e2;
}

@media screen and (max-width:1200px) {
  .nav_01 {
    padding: 0 10px;
  }
}
@media screen and (max-width:767px) {
  .nav_01 li {
    width: 32%;
    max-width: none;
  }
  .nav_01::after {
    display: block;
    width: 32%;
    content: "";
  }
}
@media screen and (max-width:640px) {
  .nav_01 li {
    width: 48%;
  }
}
.nav_01 li a {
  text-align: center;
  vertical-align: middle;
  color: #333;
  background: #fff;
  display: block;
  padding: 15px 10px 20px;
}
@media screen and (max-width:1100px) {
  .nav_01 li a {
    padding: 15px 15px;
  }
}

.nav_01 li a .img {
  display: block;
  margin-bottom: 5px;
  padding: 0 19px;
}
.nav_01 li a .txt {
  display: block;
}
.nav_01 li.btn {
  border: solid 1px #adb2b7;
}
.nav_01 li.btn a {
  color: #fff;
  background: #adb2b7;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
          align-items: flex-end;
  box-sizing: border-box;
  width: 100%;
  padding: 25px;

  -webkit-box-align: end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
}
@media screen and (max-width:1100px) {
  .nav_01 li.btn a {
    padding: 15px 15px;
  }
}
.nav_01 li.btn a .txt {
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
}
.nav_01 li.btn a .txt::after {
  position: absolute;
  bottom: 70px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -16px;
  content: "";
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width:400px) {
  .nav_01 li.btn a .txt::after {
    bottom: 40px;
  }
}

.nav_01 li.nav_anchor a .txt {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.nav_01 li.nav_anchor a:hover .txt {
  text-decoration: none;
}
.nav_01 li.nav_anchor a .txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: -16px;
  content: "";
  transform: rotate(45deg);
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.nav_01 li.nav_anchor.no-img a .txt {
  text-decoration: none;
  padding-right: 0;
  padding-bottom: 25px;
}
.nav_01 li.nav_anchor.no-img a .txt::after {
  display: none;
}
.nav_01 li.nav_anchor.no-img a {
  position: relative;
}
.nav_01 li.nav_anchor.no-img a::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: -4px;
  content: "";
  transform: rotate(45deg);
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
@media screen and (max-width:767px) {
  .nav_01 li.nav_anchor.no-img a .txt::after {
    bottom: -10px;
  }
}
.nav_01 li.no-img a {
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
          align-items: center;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
}
.nav_01 li.no-img a .txt {
  text-align: center;
          align-items: center;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
}
.nav_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.nav_02 li {
  box-sizing: border-box;
  margin-right: 2px;
}
.nav_02 li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px 30px;
  border: solid 1px #e6e6e6;
}
.nav_02 li a:hover {
  text-decoration: underline;
  background-color: #ffeca7;
  border: solid 1px #f5c100;
}
.nav_02 li:last-child {
  margin-right: 0;
}
.nav_02 a.current {
  text-decoration: none;
  color: #fff;
  background-color: #f5b400;
  position: relative;
  padding: 8px 30px;
  border-color: #f5b400;
  text-shadow: 0 0 3px #7d7d7d;
}
.nav_02 a.current:hover {
  text-decoration: none;
  background: #f5b400;
}
.nav_02 a.current::after {
  position: absolute;
  bottom: -20px;
  left: -1px;
  display: block;
  content: "";
  border-top: 10px solid #f5b400;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0 solid transparent;
}
@media screen and (max-width:930px) {
  .nav_02 {
    width: 100%;
    border-width: 0 0 1px 1px;
  }
  .nav_02 li {
    text-align: center;
    width: calc(100% / 3);
    margin-right: -1px;
  }
  .nav_02 li + li {
    margin-left: 0;
  }
  .nav_02 li:nth-child(3n) {
    margin-right: 0;
  }
  .nav_02 li:nth-child(n+4) {
    margin-top: -1px;
  }
  .nav_02 li a {
    text-decoration: underline;
    padding: 8px 10px;
  }
  .nav_02 li a:hover {
    border: solid 1px #e6e6e6;
  }
  .nav_02 a.current:hover {
    border-color: #f5b400;
  }
  .nav_02 a.current::after {
    display: none;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Index

////////////////////////////////////////////////////////////////////// */
.index_01::after,
.index_01 li .col::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.index_01 li {
  float: left;
  width: 48.3%;
  margin-bottom: 40px;
}
.index_01 li:nth-child(2n+1) {
  margin-right: 3%;
}
.index_01 li .head,
.index_01 li .detail {
  display: table;
  float: left;
  width: 50%;
}
.index_01 li .head .ttl {
  text-decoration: none;
  vertical-align: middle;
  background: url(/shared/images/img-bg-btn_02.png) 0 0 no-repeat #f5b400;
  display: table-cell;
  box-sizing: border-box;
  padding: 40px;
}
.index_01 li a.ttl:visited {
  color: #fff;
}
.index_01 li .head .ttl .txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-shadow: 0 0 3px #7d7d7d;
}
.index_01 li .head .ttl .txt::before {
  position: absolute;
  top: 50%;
  right: -23px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -12px;
  content: "";
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.index_01 li .col .detail {
  font-size: 1.4rem;
  background: #f6f7f7;
  display: table-cell;
  box-sizing: border-box;
  padding: 65px 40px 30px;
}
.index_01 li .col .detail-img {
  font-size: 1.4rem;
  background: inherit;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding: 0;
}
.index_01 li .col .detail-img img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .index_01 li .col .detail-img {
    display: none;
  }
}
.index_01 li .col .detail .detailhead {
  font-size: 2.0rem;
  font-weight: bold;
}
.index_01 li .col .detail .detailhead,
.index_01 li .col .detail .data {
  display: inline-block;
  margin-bottom: 5px;
}
.index_01 li a,
.index_01 li .col .detail a {
  text-decoration: none;
}
.index_01 li .col .detail a:hover .detailhead,
.index_01 li .col .detail a:active .detailhead,
.index_01 li .col .detail a:focus .detailhead,
.index_01 li .col .detail a:hover .data,
.index_01 li .col .detail a:active .data,
.index_01 li .col .detail a:focus .data {
  text-decoration: underline;
}
.index_01 li .col .detail a:hover,
.index_01 li .col .detail a:active,
.index_01 li .col .detail a:focus {
  text-decoration: underline;
}
.index_01 li .col.full {
  background: #f6f7f7;
  display: block;
}
.index_01 li .col.full .ttl {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0;
}
.index_01 li .col.full .ttl {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0;
  text-shadow: 0 0 3px #7d7d7d;
}
.index_01 li .col.full .ttl:hover,
.index_01 li .col.full .ttl:active,
.index_01 li .col.full .ttl:focus,
.index_01 li .col.full .ttl:visited {
  color: #fff;
}
.index_01 li .col.full .ttl .txt {
  background: url(/shared/images/img-bg-btn_02.png) 0 0 no-repeat #f5b400;
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 50%;
  height: 234px;
}
.index_01 li .col.full .ttl .txt .inner {
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  padding: 40px;
}
.index_01 li .col.full .ttl .txt::before {
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -12px;
  content: "";
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media screen and (max-width:767px) {
  .index_01 li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .index_01 li:nth-child(2n+1) {
    margin-right: 0;
  }
  .index_01 li .col {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .index_01 li .head,
  .index_01 li .detail {
    display: block;
    float: none;
    width: auto;
    height: auto !important;
  }
  .index_01 li .head .ttl {
    background: url(/shared/images/img-bg-btn_02.png) 0 0 no-repeat #f5b400;
    display: block;
    width: auto;
    padding: 30px;
  }
  .index_01 li .head .ttl.full .txt {
    font-size: 2.4rem;
  }
  .index_01 li .head .ttl .txt::before {
    right: -6px;
  }
  .index_01 li .col .detail {
    display: block;
    width: auto;
    padding: 30px;
  }
  .index_01 li .col.full {
    height: auto !important;
  }
  .index_01 li .col.full .ttl .txt {
    background: url(/shared/images/img-bg-btn_02.png) 0 0 no-repeat #f5b400;
    display: block;
    width: auto;
    height: auto;
  }
  .index_01 li .col.full .ttl .txt .inner {
    display: block;
    padding: 30px;
  }
  .index_01 li .col.full .ttl .txt::before {
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -12px;
    content: "";
    transform: rotate(45deg);
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .index_01 + * {
    margin-top: 20px;
  }
}

.index_03::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.index_03 > li {
  position: relative;
  float: left;
  width: calc((100% - 30px*2) / 3);
  margin-bottom: 55px;
}
.index_03 > li {
  margin-right: 30px;
}
.index_03 > li:nth-child(3n) {
  margin-right: 0;
}
.index_03 .index_03-link-area {
  position: relative;
  position: relative;
  margin-bottom: 15px;
}
.index_03 .index_03-link-area .index_03-txt {
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 0;
  display: table-cell;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 25px;
  text-shadow: 0 0 3px #7d7d7d;
}
.index_03 .index_03-link-area .index_03-txt .index_03-txt-hdg {
  font-size: 2rem;
  font-weight: normal;
  display: table;
  width: 100%;
  height: 100%;
}
.index_03 .index_03-link-area .index_03-txt .index_03-txt-hdg span {
  vertical-align: middle;
  display: table-cell;
}
.index_03 .index_03-link-area .index_03-txt::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border: solid #fff 1px;
  border-width: 1px 1px 0 0;
}
.index_03 .list_01 {
  padding-left: 8px;
}

@media screen and (max-width:767px) {
  .index_03 > li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .index_03 > li:nth-child(3n) {
    margin-right: 10px;
  }
  .index_03 > li:nth-child(2n) {
    margin-right: 0;
  }
  .index_03 .index_03-link-area .index_03-txt {
    font-size: 1.6rem;
  }
  .index_03 .index_03-link-area::after {
    right: 16px;
  }
  .index_03 .list_01 {
    padding-left: 0;
  }
}

@media screen and (max-width:640px) {
  .index_03 > li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .index_03 > li:nth-child(3n) {
    margin-right: 0;
  }
  .index_03 > li:nth-child(2n) {
    margin-right: 0;
  }
  .index_03 .index_03-link-area .index_03-txt {
    left: 10px;
  }
  .index_03-link-area img {
    width: 100%;
  }
  .index_03 .index_03-link-area::after {
    right: 10px;
  }
}

.index_06 .roll_02::before,
.index_06 .roll_02::after,
.index_06 .roll_02 .roll-inner::before,
.index_06 .roll_02 .roll-inner::after {
  opacity: .6;
}
.index_06::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
.index_06 {
  margin-bottom: 32px;
}
.index_06 li {
  position: relative;
  float: left;
  width: calc(50% - 8px);
  margin-top: 16px;
  margin-right: 16px;
}
.index_06 li:nth-child(2n) {
  margin-right: 0;
}
.index_06 li:nth-child(2n+1) {
  clear: both;
}
.index_06 li.index_06-img {
  width: 100%;
  height: 100%;
}
.index_06 li .index_06-txt {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  top: 0;
  display: table-cell;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-shadow: 0 0 3px #7d7d7d;
}
.index_06 li .index_06-txt .index_06-txt-hdg {
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.index_06 li .index_06-txt .index_06-txt-hdg .index_06-txt-hdg-inner {
  vertical-align: middle;
  display: table-cell;
}

.index_06 li .index_06-txt .index_06-txt-hdg .index_06-txt-hdg-inner span {
  position: relative;
  display: inline-block;
}

.index_06 li .index_06-txt .index_06-txt-hdg .index_06-txt-hdg-inner span::after {
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  content: "";
  box-shadow: 0 0 3px #888;
}
@media screen and (max-width:640px) {
  .index_06 li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* //////////////////////////////////////////////////////////////////////

 Map

////////////////////////////////////////////////////////////////////// */

.lyt-map {
  width: 100%;
}
.lyt-map iframe {
  width: 100%;
  height: 600px;
  border: none;
}
@media screen and (max-width:640px) {
  .lyt-map iframe {
    height: 500px;
  }
}
@media screen and (max-width:400px) {
  .lyt-map iframe {
    height: 320px;
  }
}

/* //////////////////////////////////////////////////////////////////////

 Movie

////////////////////////////////////////////////////////////////////// */
.lyt-movie_01 {
  text-align: center;
}
.lyt-movie_01 .col {
  position: relative;
  height: 0;
  padding: 50% 0 0;
}
.lyt-movie_01 .col .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lyt-movie_01.col2 {
  display: table;
  width: 100%;
}
.lyt-movie_01.col2 .col {
  text-align: center;
  display: table-cell;
  width: 50%;
}
.lyt-movie_01.col2 .col .frame {
  width: 95%;
  height: 50%;
}
.lyt-movie_01.col2 .col:last-child .frame {
  right: 0;
  left: auto;
}
.lyt-movie_01 + * {
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .lyt-movie_01.col2 {
    display: block;
  }
  .lyt-movie_01 .col + .col {
    margin-top: 20px;
  }
  .lyt-movie_01.col2 .col {
    display: block;
    width: 100%;
  }
  .lyt-movie_01.col2 .col .frame {
    width: 100%;
    height: 100%;
  }
}


/* //////////////////////////////////////////////////////////////////////

 Form

////////////////////////////////////////////////////////////////////// */

.selectbox_01 {
  box-sizing: border-box;
  width: 300px;
  margin-bottom: 20px;
  padding: 5px 5px 4px;
}

/* //////////////////////////////////////////////////////////////////////

 Etc

////////////////////////////////////////////////////////////////////// */
/* ///// rollover ///// */
.roll_01 {
  position: relative;
}
.roll_01:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  border: 3px solid #dadbdc;
}

.roll_02 {
  position: relative;
}
.roll_02::before,
.roll_02::after {
  background-color: #dadbdc;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
}
.roll_02::before {
  top: 0;
  right: 0;
  width: 6px;
  height: 0;
}
.roll_02:hover::before {
  height: 100%;
}
.roll_02::after {
  bottom: 0;
  left: 0;
  width: 6px;
  height: 0;
}
.roll_02:hover::after {
  height: 100%;
}

.roll_02 .roll-inner {
  position: relative;
  display: block;
}
.roll_02 .roll-inner::before,
.roll_02 .roll-inner::after {
  background-color: #dadbdc;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
}
.roll_02 .roll-inner::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
}
.roll_02:hover .roll-inner::before {
  width: 100%;
}
.roll_02 .roll-inner::after {
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
}
.roll_02:hover .roll-inner::after {
  width: 100%;
}

.roll_03 {
  position: relative;
}
.roll_03::before,
.roll_03::after {
  background-color: #f5b400;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
}
.roll_03::before {
  top: 0;
  right: 0;
  width: 6px;
  height: 0;
}
.roll_03:hover::before {
  height: 100%;
}
.roll_03::after {
  bottom: 0;
  left: 0;
  width: 6px;
  height: 0;
}
.roll_03:hover::after {
  height: 100%;
}

.roll_03 .roll-inner {
  position: relative;
  display: block;
}
.roll_03 .roll-inner::before,
.roll_03 .roll-inner::after {
  background-color: #f5b400;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
}
.roll_03 .roll-inner::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
}
.roll_03:hover .roll-inner::before {
  width: 100%;
}
.roll_03 .roll-inner::after {
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
}
.roll_03:hover .roll-inner::after {
  width: 100%;
}

.roll_04 {
  position: relative;
}
.roll_04::before,
.roll_04::after {
  background-color: #f5b400;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
  opacity: .6;
}
.roll_04::before {
  top: 0;
  right: 0;
  width: 6px;
  height: 0;
}
.roll_04:hover::before {
  height: 100%;
}
.roll_04::after {
  bottom: 0;
  left: 0;
  width: 6px;
  height: 0;
}
.roll_04:hover::after {
  height: 100%;
}

.roll_04 .roll-inner {
  position: relative;
  display: block;
}
.roll_04 .roll-inner::before,
.roll_04 .roll-inner::after {
  background-color: #f5b400;
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  transition: all .3s ease 0s;
  opacity: .6;
}
.roll_04 .roll-inner::before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
}
.roll_04:hover .roll-inner::before {
  width: 100%;
}
.roll_04 .roll-inner::after {
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
}
.roll_04:hover .roll-inner::after {
  width: 100%;
}

/* ///// support ///// */
.clear::after {
  line-height: 0;
  display: table;
  clear: both;
  content: "";
}
