@charset "UTF-8";
/*--------------------------------------------------------------------
Created : 2021/9/3
Last Update :  2024/09/21
Site URL : 
File name : style.css
Author: 

202409 compass --> vscode compile
--------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------------------
Created : 2021/9/3
Last Update :  
Site URL : 
File name : common.css
Author: 
--------------------------------------------------------------------*/
/*------------------------------
html,body
------------------------------*/
html {
  font-size: 16px; /* -IE8only */
  font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1.6em; /*16px相当*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 999px), print {
  body {
    font-size: 1.4em; /*14px相当*/
  }
}
* {
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

.center-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*------------------------------
デバイス表示切替 クラス
------------------------------*/
@media screen and (max-width: 559px) {
  .hidd-sp {
    display: none !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 999px) {
  .hidd-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1000px), print {
  .hidd-pc {
    display: none !important;
  }
}
/*------------------------------
各種文字スタイル
------------------------------*/
p.text01 {
  line-height: 1.6;
}

.font11 {
  font-size: 1.1rem;
}

.font10 {
  font-size: 1rem;
}

.font14 {
  font-size: 1.4rem;
}

.font12 {
  font-size: 1.2rem;
}

.font18 {
  font-size: 1.8rem;
}

.font20 {
  font-size: 2rem;
}

.text-indent02 {
  display: inline-block;
  padding-left: 1.2em;
}

.text-indent03 {
  display: inline-block;
  padding-left: 1.8em;
}

.text-indent04 {
  padding-left: 1em;
  text-indent: -1em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

.orange {
  color: #FF7F00;
}

.white {
  color: #fff;
}

/*------------------------------
リンク関連スタイル
------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

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

a:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style01 {
  color: #333;
  text-decoration: underline;
}

a.link-style01:visited {
  color: #333;
  text-decoration: none;
}

a.link-style01:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style02 {
  color: #114FA6;
  text-decoration: underline;
}

a.link-style02:visited {
  color: #333;
  text-decoration: none;
}

a.link-style02:hover {
  color: #333;
  text-decoration: none;
}

.hover, body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover,
body#member-download-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover {
  transition: all 0.3s;
}
.hover:hover, body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover,
body#member-download-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .kiji-table p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a.blank:after {
  content: url("../images/window_blank.svg");
  margin: 0px 5px;
}

.link-style03 {
  color: #114FA6;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-right: 1.5em;
  text-decoration: none;
}
.link-style03:after {
  position: absolute;
  top: 0.15em;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #114FA6;
  border-right: 2px solid #114FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-style03:hover {
  color: #333;
  text-decoration: underline;
}
.link-style03:visited {
  color: #114FA6;
}

.button-style01, body#regist_pre .regist_pre_button2, body#regist_pre .regist_pre_button, body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a, body#index-body .index-sustinable .button-style01--sustinable, .button-style02, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a {
  display: inline-block;
  background-color: #114FA6;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1.5em 3em 1.5em 3em;
  min-width: 230px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 559px), print {
  .button-style01, body#regist_pre .regist_pre_button2, body#regist_pre .regist_pre_button, body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a, body#index-body .index-sustinable .button-style01--sustinable, .button-style02, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a {
    font-size: 1.6rem;
    padding: 1.2em;
    min-width: 210px;
  }
}
.button-style01:hover, body#regist_pre .regist_pre_button2:hover, body#regist_pre .regist_pre_button:hover, body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button:hover, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a:hover, body#index-body .index-sustinable .button-style01--sustinable:hover, .button-style02:hover, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a:hover {
  background-color: #043780;
  color: #fff;
}
.button-style01:visited, body#regist_pre .regist_pre_button2:visited, body#regist_pre .regist_pre_button:visited, body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button:visited, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a:visited, body#index-body .index-sustinable .button-style01--sustinable:visited, .button-style02:visited, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a:visited {
  color: #fff;
}
.button-style01:after, body#regist_pre .regist_pre_button2:after, body#regist_pre .regist_pre_button:after, body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button:after, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a:after, body#index-body .index-sustinable .button-style01--sustinable:after, .button-style02:after, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-style02, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a {
  background-color: #129DAF;
}
.button-style02:hover, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a:hover {
  background-color: #0B8291;
}

.submitBT01 {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  padding: 1.5em 6em 1.5em 6em;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT01:hover {
  opacity: 0.6;
}

.submitBT02 {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  padding: 1.2em 3em 1.2em 3em;
  background: linear-gradient(149deg, rgb(152, 152, 152) 0%, rgb(193, 193, 193) 100%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT02:hover {
  opacity: 0.6;
}

/*------------------------------
その他配置スタイル
------------------------------*/
.clear {
  clear: both;
}

.mt20 {
  margin-top: 2rem;
}

.marginT0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

.marginT05em {
  margin-top: 0.5em !important;
}

.marginT1em {
  margin-top: 1em !important;
}

.marginT15em {
  margin-top: 1.5em !important;
}

.marginT2em {
  margin-top: 2em !important;
}

.marginT3em {
  margin-top: 3em !important;
}

.marginT4em {
  margin-top: 4em !important;
}

.marginT5em {
  margin-top: 5em !important;
}

.marginB1em {
  margin-bottom: 1em !important;
}

.marginB15em {
  margin-bottom: 1.5em !important;
}

.marginB2em {
  margin-bottom: 2em !important;
}

.marginB3em {
  margin-bottom: 3em !important;
}

.marginB4em {
  margin-bottom: 4em !important;
}

.marginB5em {
  margin-bottom: 5em !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB130 {
  margin-bottom: 130px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL25 {
  margin-left: 25px !important;
}

.paddingL15 {
  padding-left: 25px !important;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

/*--------------------------------------------------------------------
Created : 2021/9/3
Last Update :  
Site URL : 
File name : _desktop.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================

PC fast style

=======================================================================================*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .sp_menubtn {
  display: none;
}
#header .header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .header__inner h1.header__logo {
  display: flex;
  margin-left: 3em;
  align-items: center;
}
#header .header__inner h1.header__logo span {
  font-size: 1.3rem;
  color: #fff;
  margin-left: 1em;
  padding-top: 0.6em;
  white-space: nowrap;
}
#header .header__inner .header__menu--sp {
  display: none;
}
#header .header__inner .header__menu > ul {
  display: flex;
  margin: 0;
}
#header .header__inner .header__menu > ul > li {
  justify-content: flex-end;
}
#header .header__inner .header__menu > ul > li > a {
  display: block;
  height: 77px;
  padding: 0 1em 0 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#header .header__inner .header__menu > ul > li > a:hover {
  color: #114FA6;
}
#header .header__inner .header__menu > ul .dropdown--btn {
  position: relative;
}
#header .header__inner .header__menu > ul .dropdown {
  z-index: 100;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 14px;
  top: 72px;
  width: 210px;
  padding: 0;
  display: none;
  font-weight: normal;
}
#header .header__inner .header__menu > ul .dropdown > li {
  border-bottom: 1px solid #ccc;
}
#header .header__inner .header__menu > ul .dropdown > li a {
  display: block;
  width: 100%;
  padding: 20px 5px 20px 20px;
  position: relative;
  transition: all 0.3s;
  line-height: 1.2;
}
#header .header__inner .header__menu > ul .dropdown > li a:hover {
  color: #114FA6;
}
#header .header__inner .header__menu > ul .dropdown > li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #114FA6;
  border-right: 2px solid #114FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1000px), print {
  #header .header__inner .header__menu > ul > li > a.active {
    position: relative;
  }
  #header .header__inner .header__menu > ul > li > a.active:after {
    display: block;
    width: 30px;
    position: absolute;
    bottom: 15px;
    content: "";
    border-bottom: 2px solid #ffffff;
  }
  #header .header__inner .header__menu > ul li.header__menu--member > a {
    background: rgb(17, 50, 115);
    background: linear-gradient(125deg, #13A7BA 0%, #1DE3E3 94%);
    color: #fff;
    padding-left: 1.9em;
    padding-right: 1.9em;
    margin-left: 1em;
  }
  #header .header__inner .header__menu > ul li.header__menu--member > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}
#header .header__inner .header__menu > ul li.header__menu--contact {
  background: rgb(17, 50, 115);
  background: linear-gradient(125deg, #113273 0%, #114fa6 38%, #0091c6 94%);
}
#header .header__inner .header__menu > ul li.header__menu--contact:hover {
  background-color: #9CD1DF;
}
#header .header__inner .header__menu > ul li.header__menu--contact a {
  color: #fff;
}
#header .header__inner .header__menu > ul li.header__menu--contact a:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1000px), print {
  .contents #header:not(.fixed) .header__menu > ul > li > a {
    color: #fff;
  }
  .contents #header:not(.fixed) .header__menu > ul > li > a:hover {
    opacity: 0.6;
  }
}
#header.fixed {
  transition: all 0.6s;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#header.fixed h1.header__logo span {
  color: #0072B2;
}
@media screen and (min-width: 1000px), print {
  #header.fixed .header__menu > ul > li > a.active:after {
    border-bottom: 2px solid #114FA6;
  }
}

body#index-body .index-mainvisual {
  width: 100%;
  margin: 0 0 145px 0;
  padding-top: 106px;
  padding-bottom: 50px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../images/index/main_back.jpg);
  overflow: hidden;
}
body#index-body .index-mainvisual .gallery-main__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  height: auto;
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main {
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 1;
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main a {
  display: block;
  margin: 0 50px;
  transition: all 0.3s;
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main a:hover {
  filter: brightness(110%);
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main .swiper-slide-prev {
  transition: all 0.5s;
  opacity: 0.3;
}
body#index-body .index-mainvisual .gallery-main__container .gallery-main .swiper-slide-next {
  transition: all 0.5s;
  opacity: 0.7;
}
body#index-body .index-mainvisual .gallery-thumb__container {
  max-width: 1000px;
  margin: 3em auto 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body#index-body .index-mainvisual .gallery-thumb__container .bn-virtualEx2021 {
  position: absolute;
  left: 50px;
  top: -35px;
  width: 225px;
  height: auto;
  text-align: center;
}
body#index-body .index-mainvisual .gallery-thumb__container .bn-virtualEx2021 p {
  padding-top: 0.2em;
  font-size: 1.4rem;
}
body#index-body .index-mainvisual .gallery-thumb__container .bn-Ex2022 {
  position: absolute;
  left: 285px;
  top: -35px;
  width: 225px;
  height: auto;
  text-align: center;
}
body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumb__inner {
  max-width: 600px;
  position: relative;
}
body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumbs {
  max-width: 420px;
  position: relative;
  overflow: hidden;
}
body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumbs .swiper-wrapper img {
  padding-bottom: 4px;
  border-bottom: 4px solid #C1C7C7;
  transition: all 0.3s;
}
body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumbs .swiper-wrapper img:hover {
  opacity: 0.7;
  cursor: pointer;
}
body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumbs .swiper-slide-thumb-active img {
  border-bottom: 4px solid #114FA6;
}
body#index-body .index-mainvisual .gallery-thumb__container .swiper-button-prev {
  left: -40px;
}
body#index-body .index-mainvisual .gallery-thumb__container .swiper-button-prev:after {
  font-size: 1.6rem;
  color: #114FA6;
  font-weight: bold;
}
body#index-body .index-mainvisual .gallery-thumb__container .swiper-button-next {
  right: -40px;
}
body#index-body .index-mainvisual .gallery-thumb__container .swiper-button-next:after {
  font-size: 1.5rem;
  color: #114FA6;
  font-weight: bold;
}
body#index-body .index-kadai {
  background: url(../images/index/kadai_back.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  overflow: hidden;
}
body#index-body .index-kadai .index-kadai__outer {
  max-width: 1000px;
  margin: 0 auto;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner {
  width: calc(100% + 185px);
  display: flex;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt {
  width: 535px;
  margin-right: 80px;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 span.t_s {
  font-size: 3rem;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 span.grade {
  display: inline-block;
  border-bottom: 3px solid #114FA6;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 span.grade > span {
  font-size: 3.5rem;
  color: #113273;
  background: -webkit-linear-gradient(0deg, #113273, #0091C6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt p {
  line-height: 2;
  margin-bottom: 30px;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a {
  width: 32.5%;
  margin-bottom: 1.5%;
  padding: 1.3em 0;
  border: 1px solid #C1C7C7;
  background-color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a img, body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a span {
  display: inline-block;
  transition: all 0.3s;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a img {
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a span {
  width: 80%;
  min-height: 2em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a:hover img {
  opacity: 0.6;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a:hover span {
  color: #aaa;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #114FA6;
  border-right: 2px solid #114FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a.spacer {
  background-color: transparent;
  border: none;
  cursor: default;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a.spacer:after {
  border: none;
}
body#index-body .index-kadai .index-kadai__outer .index-kadai__inner picture img {
  max-width: 585px;
}
body#index-body .index-sustinable {
  max-width: 785px;
  width: 100%;
  margin: 0 auto 100px auto;
  background-color: #129DAF;
  display: flex;
}
body#index-body .index-sustinable picture {
  width: 50%;
}
body#index-body .index-sustinable div {
  width: 50%;
  padding: 76px 20px 20px 68px;
}
body#index-body .index-sustinable div p {
  margin-bottom: 0.8em;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-weight: bold;
}
body#index-body .index-sustinable .button-style01--sustinable {
  padding: 0.7em 2em 0.7em 2em;
  min-width: 185px;
}
body#index-body .sozai {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 160px auto;
}
body#index-body .sozai .sozai__h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
}
body#index-body .riyuu {
  width: 100%;
  margin: 0 auto 133px auto;
  overflow: hidden;
}
body#index-body .riyuu .riyuu__outer {
  max-width: 1140px;
  margin: 0 auto;
}
body#index-body .riyuu .riyuu__inner {
  width: calc(100% + 300px);
  background-image: url("../images/index/riyuu_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 45px 0;
  display: flex;
  align-items: center;
}
body#index-body .riyuu .riyuu__inner .riyuu__inner--txt {
  margin-right: 4rem;
  margin-left: 70px;
  color: #fff;
}
body#index-body .riyuu .riyuu__inner .riyuu__inner--txt h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
body#index-body .riyuu .riyuu__inner .riyuu__inner--txt h2 span {
  font-size: 4.3rem;
}
body#index-body .riyuu .riyuu__inner .riyuu__inner--txt p {
  line-height: 2;
  margin-bottom: 2.5rem;
}
body#index-body .news {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 210px auto;
}
body#index-body .news h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
}
body#index-body .news dl {
  display: flex;
  border-bottom: 1px solid #C1C7C7;
  padding: 1.2em;
}
body#index-body .news dl dt {
  min-width: 9em;
  color: #114FA6;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.5;
}
body#index-body .news dl dd {
  line-height: 1.5;
}
body#index-body .news dl dd a:hover {
  text-decoration: underline;
}
body#index-body .news dl:first-of-type {
  border-top: 1px solid #C1C7C7;
}
body#index-body .item {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 133px auto;
}
body#index-body .item h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 40px;
}
body#index-body .item .item__txt {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}
body#index-body .item ul {
  display: flex;
  justify-content: center;
}
body#index-body .item ul li {
  width: 49%;
}
body#index-body .item ul li a {
  display: block;
  margin-bottom: 18px;
  border: 1px solid #D0D5D5;
}
body#index-body .item ul li p {
  line-height: 26px;
}
body#index-body .item ul li p span {
  font-weight: bold;
}
body#index-body .member {
  max-width: 1125px;
  width: 100%;
  background-color: #F2F3F3;
  margin: 0 auto 125px auto;
  padding: 85px;
}
body#index-body .member h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 40px;
}
body#index-body .member .subTitle {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
}
body#index-body .member .member__txt {
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
}
body#index-body .member .member-regist {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#index-body .member .member-regist p {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.8;
}
body#index-body .member .member-regist a {
  min-width: 305px;
}

body.contents {
  background: url(../images/contents_back.jpg) top center no-repeat;
  background-size: 100% 390px;
}

h2.contets-title {
  max-width: 1000px;
  width: 100%;
  margin: 3.8em auto 1em auto;
  font-size: 4rem;
  color: #fff;
}

h3.tt-style01 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.tt-style02 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  color: #114FA6;
  border-left: 7px solid #114FA6;
  padding: 0.2em 0 0.2em 0.4em;
  line-height: 2.2rem;
}

.tt-style03 {
  margin-bottom: 2em;
  font-size: 3.2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
}

.tt-style05 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  color: #114FA6;
  border-bottom: 1px solid #C1C7C7;
  padding: 0.2em 0 0.7em 0;
  line-height: 2.2rem;
}

body#feature-body .feature_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 57px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body#feature-body .feature_block01__inner {
  display: flex;
  justify-content: space-around;
}
body#feature-body .feature_block01__inner p {
  width: 31.5%;
  line-height: 2;
}
body#feature-body .feature_block01__inner picture {
  width: 58.8%;
}
body#feature-body .feature_offset {
  margin-left: 255px;
  margin-bottom: 100px;
}
body#feature-body .feature_h3 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
}
body#feature-body .feature_h3 img, body#feature-body .feature_h3 span {
  display: block;
}
body#feature-body .feature_h3 img {
  filter: drop-shadow(3px 3px 5px #bbb);
}
body#feature-body .feature_h3 span {
  margin-left: 40px;
  line-height: 1.7;
}
body#feature-body .feature_h3 span sub {
  font-size: 1.8rem;
}
body#feature-body .feature_block02 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
}
body#feature-body .feature_block02:before {
  content: "";
  border-left: 1px solid #C1C7C7;
  position: absolute;
  top: 0;
  left: 105px;
  height: 100%;
  z-index: -1;
}
body#feature-body .feature_block02 .feature_block02__suastainability {
  padding: 72px 57px 50px;
  background: url(../images/feature/bk_sastainability.png) top left no-repeat #F3F4F4;
}
body#feature-body .feature_block02 .feature_block02__suastainability h4 {
  font-size: 2.6rem;
  margin-bottom: 1em;
  line-height: 1.5;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__txt {
  line-height: 1.7;
  margin-bottom: 3em;
}
body#feature-body .feature_block02 .feature_block02__suastainability h5 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
body#feature-body .feature_block02 .feature_block02__suastainability h5 span {
  padding: 0.2em 1em;
  margin-right: 1em;
  font-size: 1.6rem;
  background-color: #114FA6;
  color: #fff;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll {
  padding: 30px 35px;
  margin-bottom: 1em;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll picture {
  width: 34%;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol {
  width: 59%;
  counter-reset: my-counter;
  list-style: none;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li {
  padding-left: 2em;
  position: relative;
  line-height: 1.7;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li strong {
  color: #114FA6;
  font-size: 1.5rem;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #114FA6;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll--link {
  text-align: right;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll--link a {
  color: #114FA6;
  text-decoration: underline;
}
body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll--link a:hover {
  text-decoration: none;
}
body#feature-body .feature_block03 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 100px;
}
body#feature-body .feature_block03:before {
  content: "";
  border-left: 1px solid #C1C7C7;
  position: absolute;
  top: 0;
  left: 105px;
  height: 100%;
  z-index: -1;
}
body#feature-body .feature_block03 .feature_block03__h3subtxt {
  margin-top: -2.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
body#feature-body .feature_block03 .feature_block03__txt {
  font-weight: bold;
  margin-top: 4em;
  margin-bottom: 1em;
}
body#feature-body .feature_block03 .feature_block03__txt span {
  font-size: 2.2rem;
}
body#feature-body .feature_block03 picture img {
  margin-bottom: 0.5em;
}
body#feature-body .feature_block03 figure {
  display: flex;
}
body#feature-body .feature_block03 figure figcaption {
  padding-left: 1.5em;
  line-height: 2;
}
body#feature-body .feature_block03 figure figcaption sub {
  font-size: 1.1rem;
}
body#feature-body .feature_block04 {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 155px auto;
}
body#feature-body .feature_block04 .feature_block04--link {
  line-height: 1.5;
}
body#feature-body .feature_block04 .feature_block04--link a {
  color: #114FA6;
  text-decoration: underline;
}
body#feature-body .feature_block04 .feature_block04--link a:hover {
  text-decoration: none;
}

body#case-body h2 span {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1em;
}
body#case-body .case_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 73px 51px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body#case-body .case_block01 .case_tt__txt01 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3em;
}
body#case-body .case_block01 .case_tt {
  display: flex;
}
body#case-body .case_block01 .case_tt figure {
  width: 15.5%;
  height: 15.5%;
  padding: 2.5%;
  border: 1px solid #C1C7C7;
}
body#case-body .case_block01 .case_tt figure img {
  width: 100%;
  height: auto;
}
body#case-body .case_block01 .case_tt .case_tt__inner {
  max-width: 700px;
  margin-left: 2.5em;
}
body#case-body .case_block01 .case_tt .case_tt__inner h3 {
  font-size: 4rem;
  margin-bottom: 15px;
}
body#case-body .case_block01 .case_tt .case_tt__inner p {
  line-height: 2;
}
body#case-body .case-kadai {
  margin: 0 auto 150px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
body#case-body .case-kadai .case-kadai__title {
  display: inline-block;
  margin-right: 1em;
  color: #114FA6;
  font-size: 3.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body#case-body .case-kadai a.case-kadai__box {
  width: 13em;
  padding: 1.5em 0.5em 2.2em 0.5em;
  border-left: 1px solid #ccc;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body#case-body .case-kadai a.case-kadai__box:after {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #114FA6;
  border-right: 3px solid #114FA6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body#case-body .case-kadai a.case-kadai__box:hover {
  background-color: #f0f0f0;
}
body#case-body .case-kadai a:last-of-type {
  border-right: 1px solid #ccc;
}
body#case-body .genba-kadai {
  padding: 2.5em;
  background-color: #E0F2F5;
  margin-bottom: 3em;
}
body#case-body .genba-kadai h4 {
  color: #114FA6;
  font-size: 2.2rem;
  margin-bottom: 0.8em;
}
body#case-body .genba-kadai ul {
  font-size: 2rem;
  margin-bottom: 1.5em;
}
body#case-body .genba-kadai ul li {
  position: relative;
  padding-left: 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
body#case-body .genba-kadai ul li:before {
  position: absolute;
  top: -0.15em;
  left: -0.4em;
  content: "・";
  font-size: 2.8rem;
}
body#case-body .genba-kadai .category-label {
  display: flex;
  flex-wrap: wrap;
}
body#case-body .genba-kadai .category-label span:not(:last-of-type) {
  display: block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  border: 1px solid #129DAF;
  background-color: #fff;
  color: #129DAF;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 5px;
}
body#case-body .genba-kadai .category-label span:last-of-type {
  display: block;
  padding: 0.3em 0em;
  font-weight: bold;
  color: #129DAF;
}
body#case-body h3.case_tt01 {
  font-size: 3.2rem;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
}
body#case-body h4.case_tt02 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  color: #114FA6;
  border-left: 7px solid #114FA6;
  padding: 0.2em 0 0.2em 0.4em;
  line-height: 2.2rem;
}
body#case-body .case-box01 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 145px auto;
  /*.inq-catalog__bt{
  	max-width:590px;
  	margin:0 auto 1em auto;
  	display: flex;
  	justify-content: space-between;
  }*/
}
body#case-body .case-box01 h3.tt-style03 {
  display: flex;
  align-items: baseline;
}
body#case-body .case-box01 h3.tt-style03 img {
  margin-right: 0.5em;
}
body#case-body .case-box01 .sozai__block {
  max-width: 820px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #C1C7C7;
  padding-bottom: 1.5em;
}
body#case-body .case-box01 .sozai__block .sozai__block--container {
  display: flex;
  justify-content: space-between;
}
body#case-body .case-box01 .sozai__block .sozai__block--container .sozai__block--inner01 {
  max-width: 443px;
}
body#case-body .case-box01 .sozai__block .sozai__block--container .sozai__block--inner02 {
  max-width: 332px;
}
body#case-body .case-box01 .sozai__block .sozai__block--tt {
  margin-bottom: 20px;
}
body#case-body .case-box01 .sozai__block .sozai__block--tt img {
  max-width: 270px;
  max-height: 95px;
  height: auto;
}
body#case-body .case-box01 .sozai__block .sozai__block--cp {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
body#case-body .case-box01 .sozai__block .sozai__block--txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 28px;
}
body#case-body .case-box01 .sozai__block .sozai__block--list {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
body#case-body .case-box01 .sozai__block .sozai__block--list dt {
  width: 20%;
  font-weight: bold;
  border-right: 1px solid #C1C7C7;
  white-space: nowrap;
  padding-right: 1.5em;
}
body#case-body .case-box01 .sozai__block .sozai__block--list dd {
  width: 80%;
  padding-left: 1.5em;
}
body#case-body .case-box01 .sozai__block .sozai__block--list dd ul li {
  position: relative;
  padding-left: 0.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
body#case-body .case-box01 .sozai__block .sozai__block--list dd ul li:before {
  position: absolute;
  top: -0.2em;
  left: -0.5em;
  content: "・";
  font-size: 2rem;
}

.inq-catalog__bt {
  max-width: 590px;
  margin: 0 auto 1em auto;
  display: flex;
  justify-content: space-between;
}
.inq-catalog__bt div {
  text-align: center;
  margin-bottom: 1em;
}
.inq-catalog__bt div span {
  display: inline-block;
  padding-bottom: 0.5em;
}
.inq-catalog__bt div a {
  min-width: 270px;
}

.inq-catalog__bt2 {
  max-width: 590px;
  margin: 2em auto 1em auto;
  display: flex;
  justify-content: center;
}

body#sozaiindex-body .sozaiindex_block01,
body#member-download-body .sozaiindex_block01,
body#member-movie-body .sozaiindex_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 180px auto;
}
body#sozaiindex-body .sozaiindex_block02,
body#member-download-body .sozaiindex_block02,
body#member-movie-body .sozaiindex_block02 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 180px auto;
}
body#sozaiindex-body .sozaiindex_block02 .sozaiindex_table_wrapper,
body#member-download-body .sozaiindex_block02 .sozaiindex_table_wrapper,
body#member-movie-body .sozaiindex_block02 .sozaiindex_table_wrapper {
  overflow-x: auto;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}
body#sozaiindex-body .sozaiindex_block02 .sozaiindex__txt01,
body#member-download-body .sozaiindex_block02 .sozaiindex__txt01,
body#member-movie-body .sozaiindex_block02 .sozaiindex__txt01 {
  margin-bottom: 65px;
  text-align: right;
}
body#sozaiindex-body .sozaiindex_block02 .sozaiindex__txt01 a,
body#member-download-body .sozaiindex_block02 .sozaiindex__txt01 a,
body#member-movie-body .sozaiindex_block02 .sozaiindex__txt01 a {
  text-decoration: underline;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01,
body#member-download-body .sozaiindex_block02 .sozai-table01,
body#member-movie-body .sozaiindex_block02 .sozai-table01 {
  width: 100%;
  min-width: 900px;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 th, body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td,
body#member-download-body .sozaiindex_block02 .sozai-table01 th,
body#member-download-body .sozaiindex_block02 .sozai-table01 td,
body#member-movie-body .sozaiindex_block02 .sozai-table01 th,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td {
  border: 1px solid #C1C7C7;
  border-collapse: collapse;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 th,
body#member-download-body .sozaiindex_block02 .sozai-table01 th,
body#member-movie-body .sozaiindex_block02 .sozai-table01 th {
  background-color: #435062;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.8em 1.3em;
  text-align: left;
  white-space: nowrap;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 th:last-of-type,
body#member-download-body .sozaiindex_block02 .sozai-table01 th:last-of-type,
body#member-movie-body .sozaiindex_block02 .sozai-table01 th:last-of-type {
  padding: 0.8em 0.5em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td,
body#member-download-body .sozaiindex_block02 .sozai-table01 td,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td {
  padding: 2em 1.5em;
  font-size: 1.4rem;
  vertical-align: top;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col1,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col1,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col1 {
  width: 26%;
  background-color: #F2F3F3;
  line-height: 1.5;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col1 img,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col1 img,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col1 img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  margin-bottom: 1em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col1 strong,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col1 strong,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col1 strong {
  font-size: 1.8rem;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col2,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col2,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col2 {
  width: 38%;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col4,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col4,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col4 {
  width: 13%;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col4 p,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col4 p,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col4 p {
  margin-bottom: 1em;
  line-height: 1.5;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col4 a,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col4 a,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col4 a {
  text-decoration: underline;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col5,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col5,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col5 {
  width: 13%;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col5 p,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col5 p,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col5 p {
  line-height: 1.5;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 td.col5 a,
body#member-download-body .sozaiindex_block02 .sozai-table01 td.col5 a,
body#member-movie-body .sozaiindex_block02 .sozai-table01 td.col5 a {
  text-decoration: underline;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--txt,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--txt,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--txt {
  line-height: 1.7;
  margin-bottom: 1em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist {
  margin-bottom: 1em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p {
  min-width: 90%;
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p:before,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p:before,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--1collist p:before {
  position: absolute;
  top: -0.4em;
  left: -0.4em;
  content: "・";
  font-size: 2.8rem;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p {
  width: 45%;
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.7em;
  line-height: 1.4;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p:before,
body#member-download-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p:before,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .sozai-table--2collist p:before {
  position: absolute;
  top: -0.35em;
  left: -0.4em;
  content: "・";
  font-size: 2.8rem;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .kiji-table,
body#member-download-body .sozaiindex_block02 .sozai-table01 .kiji-table,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .kiji-table {
  display: flex;
  flex-wrap: wrap;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .kiji-table p,
body#member-download-body .sozaiindex_block02 .sozai-table01 .kiji-table p,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .kiji-table p {
  width: 50%;
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.7em;
  line-height: 1.4;
  text-align: center;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .category-label,
body#member-download-body .sozaiindex_block02 .sozai-table01 .category-label,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .category-label {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #aaa;
  padding-top: 1.5em;
}
body#sozaiindex-body .sozaiindex_block02 .sozai-table01 .category-label span,
body#member-download-body .sozaiindex_block02 .sozai-table01 .category-label span,
body#member-movie-body .sozaiindex_block02 .sozai-table01 .category-label span {
  display: block;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  border: 1px solid #129DAF;
  background-color: #fff;
  color: #129DAF;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 5px;
}

body#member-download-body .sozaiindex_table_wrapper,
body#member-movie-body .sozaiindex_table_wrapper {
  margin-bottom: 65px !important;
}

body#sales_cleanse .sales_cleanse__block01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px auto;
  padding-top: 70px;
  background-color: #fff;
}

body#sales_cbw {
  /*-------float menu-------*/
}
body#sales_cbw h3.sales_cbw {
  max-width: 1000px;
  width: 100%;
  margin: 130px auto 0 auto;
  padding-bottom: 0.5em;
  font-size: 3.2rem;
  border-bottom: 1px solid #333;
}
body#sales_cbw .sales_cbw__block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 34px 20px 60px;
  background-color: #EEF1F6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__01 {
  width: 370px;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__02 {
  width: 498px;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--logo {
  width: 370px;
  padding-top: 40px;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn {
  width: 370px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn div.block01--btn--01 {
  width: 100%;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn div.block01--btn--01 span {
  display: inline-block;
  padding-bottom: 0.5em;
  font-size: 1.2rem;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn div.block01--btn--02 {
  width: 100%;
  margin-top: 9px;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a {
  width: 100%;
  padding: 1.6em 0;
  font-size: 1.6rem;
  text-indent: -0.5em;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a {
  width: 100%;
  padding: 1.6em 0;
  font-size: 1.6rem;
  transition: all 0.4s;
  z-index: 0;
  position: relative;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn p.block01__notice {
  width: 100%;
  margin-top: 0.8em;
  font-size: 1.2rem;
  text-align: center;
}
body#sales_cbw .jfe_voice {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body#sales_cbw .jfe_voice h3 {
  position: relative;
  margin: 130px auto 0 auto;
  padding-bottom: 0.5em;
  font-size: 3.2rem;
  border-bottom: 3px solid #8CB808;
  line-height: 1.5;
}
body#sales_cbw .jfe_voice h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 18.3333%;
  height: 3px;
  background: #0057AA;
}
body#sales_cbw .jfe_voice .jfe_voice__inner {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
body#sales_cbw .jfe_voice .jfe_voice__inner p {
  flex-basis: 41.77%;
  line-height: 2;
}
body#sales_cbw .jfe_voice .jfe_voice__inner figure {
  flex-basis: 56%;
}
body#sales_cbw .jfe_voice .jfe_voice__inner figure img {
  width: 100%;
}
body#sales_cbw .cbw__movie {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body#sales_cbw .cbw_youtube {
  margin: 50px auto 0 auto;
  width: 78.4%;
  aspect-ratio: 16/9;
}
body#sales_cbw .cbw_youtube iframe {
  width: 100%;
  height: 100%;
}
body#sales_cbw .cbw__link {
  max-width: 900px;
  width: 100%;
  margin: 90px auto 0 auto;
}
body#sales_cbw .cbw__link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw .cbw__link ul li {
  width: 31%;
  min-height: 70px;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s;
}
body#sales_cbw .cbw__link ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #274FA0;
  border-right: 2px solid #274FA0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
body#sales_cbw .cbw__link ul li:hover {
  background-color: #efefef;
}
body#sales_cbw .cbw__link ul li a {
  display: inline-block;
  width: 100%;
  padding: 27px 0;
  font-size: 1.5rem;
}
body#sales_cbw .cbw__container {
  max-width: 900px;
  width: 100%;
  margin: 90px auto 0 auto;
}
body#sales_cbw .cbw__container figure.p_catalog {
  margin-top: 1.7rem;
}
body#sales_cbw #s1 p.s1_text01 {
  position: relative;
  width: fit-content;
  margin: 6rem auto 0 auto;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3em;
}
body#sales_cbw #s1 p.s1_text01 span {
  font-size: 2.8rem;
}
body#sales_cbw #s1 p.s1_text01:before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -33px;
  border-top: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 7px #333;
  transform: rotate(-135deg);
}
body#sales_cbw #s1 p.s1_text01:after {
  content: " ";
  position: absolute;
  bottom: -7px;
  right: -25px;
  border-top: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 7px #333;
  transform: rotate(45deg);
}
body#sales_cbw #s1 figure {
  margin-top: 4rem;
}
body#sales_cbw #s1 dl {
  margin-bottom: 4px;
  display: flex;
}
body#sales_cbw #s1 dl dt {
  min-width: 172px;
  padding: 1.2em 1.2em;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  line-height: 1.3;
  white-space: nowrap;
}
body#sales_cbw #s1 dl dd {
  width: 90%;
  padding: 1.2em 1.8em;
  background-color: #F2F3F3;
}
body#sales_cbw #s1 dl dd p {
  line-height: 1.5;
}
body#sales_cbw #s1 dl:nth-of-type(1) {
  margin-top: 2em;
}
body#sales_cbw #s1 dl:nth-of-type(1) dt {
  background-color: #8DC21F;
}
body#sales_cbw #s1 dl:nth-of-type(2) dt {
  background-color: #1DADBA;
}
body#sales_cbw #s1 dl:nth-of-type(3) dt {
  background-color: #114FA6;
}
body#sales_cbw #s1 .s1__list01 {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
body#sales_cbw #s1 .s1__list01:before {
  content: "●";
  color: #114FA6;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
body#sales_cbw #s2 h4 {
  max-width: 787px;
  width: fit-content;
  margin-top: 54px;
  margin-inline: auto;
  text-align: center;
}
body#sales_cbw #s2 .s2_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body#sales_cbw #s2 .s2_inner .p_catalog1 {
  max-width: 900px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 54px;
}
body#sales_cbw #s2 .s2_inner .p_catalog2 {
  max-width: 700px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 54px;
}
body#sales_cbw #s2_2 {
  margin-top: 11rem;
}
body#sales_cbw #s3 .s3_voice {
  width: 100%;
  padding: 2.8rem;
  margin-top: 1.5rem;
  background-image: linear-gradient(90deg, rgb(123, 205, 243), rgb(0, 176, 230));
  color: #ffffff;
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4 {
  width: 60%;
  padding-left: 35px;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: rotate(45deg);
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container p {
  width: 42%;
  padding: 0.5rem 4.4rem;
  background-color: #ffffff;
  color: #00B0EC;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}
body#sales_cbw #s3 .s3_voice .s3_voice_title_container p span {
  font-size: 2.2rem;
}
body#sales_cbw #s3 .s3_voice .s3_content_container {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
body#sales_cbw #s3 .s3_voice .s3_content_container figure {
  width: 38%;
}
body#sales_cbw #s3 .s3_voice .s3_content_container div {
  width: 58%;
}
body#sales_cbw #s3 .s3_voice .s3_content_container div h5 {
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  border-bottom: 1px solid #ffffff;
}
body#sales_cbw #s3 .s3_voice .s3_content_container div p {
  margin-top: 1rem;
  line-height: 1.5;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper {
  width: 100%;
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block {
  width: 31.111%;
  padding: 1.5em 1.1em;
  background-color: #F1F3F5;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block h4 {
  text-align: center;
  font-size: 1.4rem;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block .s3_interview_block__inner {
  margin-top: 1em;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block figure {
  text-align: center;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block figure img {
  width: 61.4%;
}
body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block p {
  margin-top: 1.5em;
  line-height: 1.8;
}
body#sales_cbw #s3 div.s3_sentaku {
  margin-top: 3.1em;
  padding: 2em 0;
  background-color: #FAE461;
  position: relative;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner {
  width: 67%;
  margin: 0 auto;
  display: flex;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner figure {
  width: 100px;
  padding-left: 13px;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner div {
  margin-left: 1.2em;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner div h4 {
  margin-top: 0.3em;
  font-size: 2.8rem;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner div p {
  margin-top: 0.8em;
  line-height: 2;
}
body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_point {
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body#sales_cbw #s4 .cbw_youtube {
  margin: 25px auto 0 auto;
}
body#sales_cbw #s4 .s4_text01 {
  margin: 1.7rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
body#sales_cbw #s4 .s4_text01 span {
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: bold;
}
body#sales_cbw #s5 .s5_text01 {
  margin: 3em 0 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
body#sales_cbw #s5 div.product_info_wrapper {
  margin-top: 3.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw #s5 div.product_info_wrapper figure {
  width: 32.1%;
  padding-top: 1em;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container {
  width: 64.5%;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .product_info_table_type {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .product_info_table_type figure {
  width: 47.5%;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container h5 {
  font-size: 1.4rem;
  margin-top: 4rem;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container p {
  line-height: 1.5;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table {
  width: 100%;
  margin-top: 1em;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table th {
  padding: 0.6em 0.2em;
  background-color: #435062;
  border-collapse: collapse;
  border: 1px solid #C1C7C7;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table td {
  padding: 1em 0.2em;
  border-collapse: collapse;
  border: 1px solid #C1C7C7;
  text-align: center;
  font-size: 1.4rem;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table th.col1 {
  background-color: #5C6876;
  border-left: none;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table td.col1 {
  background-color: #F2F3F3;
  border-left: none;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table th.col2 {
  background-color: #364B68;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table td.col2 {
  background-color: #CCD7E6;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table th.col_end {
  border-right: none;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container table.product_info_table td.col_end {
  border-right: none;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container h6 {
  font-size: 1.4rem;
}
body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container ul li {
  margin-bottom: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1;
}
body#sales_cbw #s5 .s5_bt01 {
  max-width: 590px;
  margin: 1em auto 0 auto;
  display: flex;
  justify-content: center;
}
body#sales_cbw #s5 .s5_bt01 a.button-style02, body#sales_cbw #s5 .s5_bt01 .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 a, body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--02 #s5 .s5_bt01 a {
  min-width: 313px !important;
}
body#sales_cbw #s6 {
  margin-bottom: 50px;
}
body#sales_cbw #s6 .s6_text01 {
  margin-top: 2em;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
body#sales_cbw #s6 .s6_text02 {
  margin-top: 1.5em;
  line-height: 2;
}
body#sales_cbw #s6 h4 {
  font-size: 1.8rem;
}
body#sales_cbw #s6 div.s6_teian_wrapper {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_01 {
  width: 48.33%;
}
body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_01 figure {
  margin-top: 1em;
}
body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_02 {
  width: 48.33%;
}
body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_02 figure {
  margin-top: 1em;
}
body#sales_cbw #s6 div.s6_teian_03_container {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 {
  width: 51%;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_ttl {
  font-size: 2.2rem;
  color: #14308F;
  font-weight: 700;
  line-height: 1.5;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_ttl span {
  font-size: 2.4rem;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_txt {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_02 {
  width: 50%;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 a {
  width: 90%;
  font-size: 1.6rem;
  padding: 0.8em 2em 1em 2em;
  max-height: 73px;
  margin-top: 7px;
  line-height: 1.4;
}
body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 figure {
  width: 21%;
}
body#sales_cbw #s6 div.s6_custom_box {
  margin-top: 1.8em;
  margin-bottom: 2.5em;
  padding: 2.7em 3em;
  background-color: #F1F3F5;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(1) {
  padding: 0.5em 0.5em 0.5em 0;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(2) {
  padding: 0.5em 1em;
  display: inline-block;
  background-color: #114FA6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(3) {
  padding: 0.3em 0.7em;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(3) img {
  width: 18px;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(4) {
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #707070;
  text-align: center;
  color: #114FA6;
}
body#sales_cbw #s6 div.s6_custom_box h5 {
  margin-top: 0.5em;
  font-size: 2.6rem;
  line-height: 1.5;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail {
  margin-top: 1.8em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail .s6_custom_detail--01 {
  width: 47.5%;
  line-height: 2;
  letter-spacing: 0.1em;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail .s6_custom_detail--02 {
  width: 47.5%;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen {
  margin-top: 1.8em;
  padding: 1.8em;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen figure {
  width: 34.5%;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div {
  width: 60.8%;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div h6 {
  color: #114FA6;
  font-size: 1.4rem;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div .s6_custom_seen_text01 {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div .s6_custom_seen_text02 {
  margin-top: 0.7em;
  line-height: 1.8;
}
body#sales_cbw hr.cbw {
  width: 100%;
  max-width: 900px;
  margin: 2em auto;
  height: 1px;
  background-color: #333333;
  border: none;
}
body#sales_cbw #floatmenu_01 {
  z-index: 98;
  width: 200px;
  height: 70px;
  background-color: #023a99;
  position: fixed;
  right: -200px;
  bottom: 180px;
  transition: all 0.3s;
  text-align: center;
  opacity: 0.9;
}
body#sales_cbw #floatmenu_01:hover {
  background-color: #002f71;
}
body#sales_cbw #floatmenu_01 a {
  position: relative;
  display: block;
  width: 200px;
  height: 70px;
  padding-top: 18px;
  text-decoration: none;
}
body#sales_cbw #floatmenu_02 {
  z-index: 98;
  width: 200px;
  height: 70px;
  background-color: #023a99;
  position: fixed;
  right: -200px;
  bottom: 105px;
  transition: all 0.3s;
  text-align: center;
  opacity: 0.9;
}
body#sales_cbw #floatmenu_02:hover {
  background-color: #002f71;
}
body#sales_cbw #floatmenu_02 a {
  position: relative;
  display: block;
  width: 200px;
  height: 70px;
  padding-top: 25px;
  text-decoration: none;
}

/*販売共通*/
.sales_detail {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 160px auto;
}
.sales_detail h3 {
  background-color: #f4f4f4;
  padding: 0.7em;
  margin-bottom: 1em;
}
.sales_detail .sales_detail--txt {
  line-height: 1.5;
  margin-bottom: 2em;
  font-size: 1.4rem;
}
.sales_detail .sales_detail_table__containar {
  overflow-x: auto;
}
.sales_detail .sales_detail_table__containar .sales_detail_table {
  min-width: 850px;
  font-size: 1.4rem;
}
.sales_detail .sales_detail_table__containar .sales_detail_table th, .sales_detail .sales_detail_table__containar .sales_detail_table td {
  border: 1px solid #ccc;
  padding: 0.8em 1.5em;
  text-align: center;
}
.sales_detail .sales_detail_table__containar .sales_detail_table th {
  background-color: #efefef;
}

body#memberIndex-body .memberindex_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: space-between;
}
body#memberIndex-body .memberindex_block01 .memberindex_block_inner {
  width: 49.7%;
}
body#memberIndex-body .memberindex_block01 .memberindex_block_inner > a {
  display: block;
}
body#memberIndex-body .memberindex_block01 .memberindex_block_inner:first-child a {
  height: 100%;
}
body#memberIndex-body .memberindex_block01 .memberindex_block_inner:last-child a:first-child {
  margin-bottom: 1%;
}
body#memberIndex-body .memberindex_block01 a {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}
body#memberIndex-body .memberindex_block01 a h3 {
  font-size: 2rem;
  color: #129DAF;
  line-height: 1.2;
  margin-bottom: 0.5em;
  min-height: 50px;
  padding-top: 0.5em;
}
body#memberIndex-body .memberindex_block01 a h4.webnar-title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 1em 0;
}
body#memberIndex-body .memberindex_block01 a .member-link__tt--01 {
  padding-left: 50px;
  background: url(../images/i_member_1.svg) left center no-repeat;
}
body#memberIndex-body .memberindex_block01 a .member-link__tt--02 {
  padding-left: 70px;
  background: url(../images/i_member_2.svg) left center no-repeat;
}
body#memberIndex-body .memberindex_block01 a .member-link__tt--03 {
  padding-left: 75px;
  background: url(../images/i_member_3.svg) left center no-repeat;
}
body#memberIndex-body .memberindex_block01 a p.text {
  padding-top: 1.2em;
  margin-bottom: 1em;
  border-top: 1px solid #C1C7C7;
  line-height: 1.5;
  font-size: 1.4rem;
}
body#memberIndex-body .memberindex_block01 a p.date {
  font-weight: bold;
  margin-bottom: 0.5em;
}
body#memberIndex-body .memberindex_block01 a p.schedule {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
body#memberIndex-body .memberindex_block01 a * {
  transition: all 0.4s;
}
body#memberIndex-body .memberindex_block01 a:hover *:not(h3) {
  opacity: 0.6;
  color: #333333;
}
body#memberIndex-body .memberindex_block01 a p.link {
  display: flex;
  justify-content: flex-end;
  color: #114FA6;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-right: 1.5em;
}
body#memberIndex-body .memberindex_block01 a p.link:after {
  position: absolute;
  top: 0.2em;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #114FA6;
  border-right: 2px solid #114FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#memberIndex-body .memberindex-virtualEx {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 3em;
  background: url(../images/member/bk_virtualEx.jpg) center center no-repeat;
}
body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .txt p {
  color: #fff;
  line-height: 1.8;
  margin: 1em 0 0 1.6em;
}
body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .movie {
  padding-top: 62px;
}
body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .movie video {
  width: 375px;
  height: auto;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button {
  padding: 1.5em 2em 1.5em 2em;
  border: 1px solid #fff;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_button__container .virtualEx_button:hover {
  opacity: 0.8;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_button--attention {
  color: #fff;
  text-align: center;
  margin-bottom: 2.5em;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_button--attention a {
  text-decoration: underline;
  color: #fff;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_tourplay {
  display: flex;
  justify-content: center;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_tourplay a {
  display: inline-block;
  background-color: #ffa436;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.8em 1em 0.8em 1em;
  min-width: 230px;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 559px), print {
  body#memberIndex-body .memberindex-virtualEx .virtualEx_tourplay a {
    font-size: 1.4rem;
    padding: 0.7em;
    min-width: 180px;
  }
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_tourplay a:hover {
  background-color: #ef8007;
  color: #fff;
}
body#memberIndex-body .memberindex-virtualEx .virtualEx_tourplay a:visited {
  color: #fff;
}
body#memberIndex-body .memberindex-virtualExArchive {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  background: #e6f2f9;
  padding: 2.5em 7em;
}
body#memberIndex-body .memberindex-virtualExArchive h3 {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
body#memberIndex-body .memberindex-virtualExArchive__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#memberIndex-body .memberindex-virtualExArchive__inner dl {
  width: 48%;
  margin-bottom: 2em;
}
body#memberIndex-body .memberindex-virtualExArchive__inner dl dt a:hover {
  opacity: 0.8;
}
body#memberIndex-body .memberindex-virtualExArchive__inner dl dd {
  padding-top: 0.5em;
}
body#memberIndex-body .memberindex-regist {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  background: #F3F4F4;
  padding: 2.5em;
  display: flex;
  justify-content: space-between;
}
body#memberIndex-body .memberindex-regist__01 {
  width: 62%;
}
body#memberIndex-body .memberindex-regist__01 h3 {
  font-size: 2rem;
  margin-bottom: 1em;
}
body#memberIndex-body .memberindex-regist__01 p {
  line-height: 1.8;
}
body#memberIndex-body .memberindex-regist__02 {
  padding-top: 2.5em;
  width: 35%;
}

body#member-seminar .member-seminar_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 57px;
  background-color: #fff;
}

body#virtualEx2021 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}
body#virtualEx2021 iframe {
  width: 100%;
  height: 100%;
}

body#member-movie .member-movie_tab {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
}
body#member-movie .member-movie_block01 {
  width: 100%;
  margin: 0 auto;
  padding: 57px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#member-movie .member-movie_block01 .member-movie__box {
  width: 48%;
  margin-bottom: 60px;
}
body#member-movie .member-movie_block01 .member-movie__h3 {
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #114FA6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

body#member-download .member-download_block01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 57px;
  background-color: #fff;
}
body#member-download .member-download__tablewrapper {
  overflow-x: auto;
}
body#member-download .member-download__table {
  min-width: 880px;
  width: 100%;
}
body#member-download .member-download__table th {
  padding: 1em 0.5em;
  border-bottom: 2px solid #888;
  background-color: #efefef;
}
body#member-download .member-download__table td {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}
body#member-download .member-download__table--title {
  width: 30%;
  font-weight: bold;
}
body#member-download .member-download__table--txt {
  width: 55%;
  line-height: 1.5;
}
body#member-download .member-download__table--pdf {
  width: 15%;
  text-align: center;
}

body#error .error--form {
  max-width: 1000px;
  padding: 50px;
  width: 100%;
  margin: 0 auto 160px auto;
  background: #fff;
}

body#contact .contact--form {
  max-width: 1000px;
  padding: 50px;
  width: 100%;
  margin: 0 auto 160px auto;
  background: #fff;
}
body#contact .contact--form #form1 {
  margin-bottom: 1.5em;
}
body#contact .contact--form .form__txt {
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
body#contact .contact--form dl {
  display: flex;
  margin-bottom: 1em;
}
body#contact .contact--form dl dt {
  width: 30%;
  font-weight: bold;
}
body#contact .contact--form dl dt span {
  color: #ff0000;
}
body#contact .contact--form dl dd:not(.add) {
  width: 70%;
  display: flex;
  align-items: center;
}
body#contact .contact--form dl dd.add {
  width: 70%;
  line-height: 2;
}
body#contact .contact--form dl dd.add select {
  width: 15rem;
}
body#contact .contact--form dl dd.add input {
  width: 100%;
}
body#contact .contact--form input[type=text], body#contact .contact--form input[type=password], body#contact .contact--form select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  height: 35px;
  margin-right: 1em;
}
body#contact .contact--form input[name=f_item_zip] {
  width: 40%;
  min-width: 8em;
}
body#contact .contact--form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
body#contact .contact--form span.nowrap {
  white-space: nowrap;
}
body#contact .contact--form .email-attention {
  margin-bottom: 3em;
  margin-left: 30%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
body#contact .contact--form .error_container {
  display: flex;
  justify-content: flex-end;
}
body#contact .contact--form input.error, body#contact .contact--form select.error, body#contact .contact--form textarea.error {
  border: 1px solid #ff0000;
  background-color: #ffeded;
}
body#contact .contact--form label.error {
  margin: 0 0.5em;
  color: #ff0000;
  white-space: nowrap;
}
body#contact .contact--form .contact__telmail {
  border: 1px solid #ccc;
  padding: 1.5em;
  line-height: 1.5;
}
body#contact .agree {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2em;
}
body#contact .agree input[type=checkbox] {
  transform: scale(1.8);
  margin: 0 6px 0 0;
}
body#contact .submitBT {
  display: flex;
  justify-content: center;
}

body#regist .regist--form {
  max-width: 1000px;
  padding: 50px;
  width: 100%;
  margin: 0 auto 160px auto;
  background: #fff;
}
body#regist .regist--form #form1 {
  margin-bottom: 1.5em;
}
body#regist .regist--form .form__txt {
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
body#regist .regist--form dl {
  display: flex;
  margin-bottom: 1em;
}
body#regist .regist--form dl dt {
  width: 30%;
  font-weight: bold;
}
body#regist .regist--form dl dt span {
  color: #ff0000;
}
body#regist .regist--form dl dd:not(.add) {
  width: 70%;
  display: flex;
  align-items: center;
}
body#regist .regist--form dl dd.add {
  width: 70%;
  line-height: 2;
}
body#regist .regist--form dl dd.add select {
  width: 15rem;
}
body#regist .regist--form dl dd.add input {
  width: 100%;
}
body#regist .regist--form input[type=text], body#regist .regist--form input[type=password], body#regist .regist--form select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  height: 35px;
  margin-right: 1em;
}
body#regist .regist--form input[name=f_item_zip] {
  width: 40%;
  min-width: 8em;
}
body#regist .regist--form span.nowrap {
  white-space: nowrap;
}
body#regist .regist--form .email-attention {
  margin-bottom: 3em;
  margin-left: 30%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
body#regist .regist--form .error_container {
  display: flex;
  justify-content: flex-end;
}
body#regist .regist--form input.error, body#regist .regist--form select.error {
  border: 1px solid #ff0000;
  background-color: #ffeded;
}
body#regist .regist--form label.error {
  margin: 0 0.5em;
  color: #ff0000;
  white-space: nowrap;
}
body#regist .regist--form .contact__telmail {
  border: 1px solid #ccc;
  padding: 1.5em;
  line-height: 1.5;
}
body#regist .agree {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2em;
}
body#regist .agree input[type=checkbox] {
  transform: scale(1.8);
  margin: 0 6px 0 0;
}
body#regist .submitBT {
  display: flex;
  justify-content: center;
}

body#regist_pre #regist_pre_header {
  width: 100%;
  padding-bottom: 65px;
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../images/regist_pre/main_bg.jpg) top center repeat-x;
}
body#regist_pre #regist_pre_header .header__inner {
  margin: 0 auto;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#regist_pre #regist_pre_header .header__inner h1.header__logo {
  display: flex;
  margin-left: 3em;
  align-items: center;
}
body#regist_pre #regist_pre_header .header__inner h1.header__logo img {
  width: 176px;
  height: auto;
}
body#regist_pre #regist_pre_header .header__inner h1.header__logo span {
  font-size: 1.5rem;
  color: #0072B2;
  margin-left: 1em;
  white-space: nowrap;
}
body#regist_pre .regist_pre_mainvisual {
  background: url(../images/regist_pre/main_bg.jpg) center -122px repeat-x #F4F3F1;
  padding-bottom: 52px;
  margin-bottom: 100px;
}
body#regist_pre .regist_pre_mainvisual--title {
  display: block;
  max-width: 878px;
  width: 88.26%;
  margin: 0 auto 60px auto;
  text-align: center;
}
body#regist_pre .regist_pre_mainvisual--access {
  max-width: 650px;
  width: 88.37%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 35px;
}
body#regist_pre .regist_pre_mainvisual--access dl {
  display: flex;
}
body#regist_pre .regist_pre_mainvisual--access dl dt {
  width: 18%;
  min-width: 90px;
  padding-top: 1em;
  color: #114FA6;
  font-weight: bold;
  border-right: 1px solid #C1C7C7;
  text-align: center;
}
body#regist_pre .regist_pre_mainvisual--access dl dd {
  width: 82%;
  padding: 5px 14px;
  line-height: 1.6;
}
body#regist_pre .regist_pre_mainvisual--access dl dd p {
  margin: 10px 0 5px 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
body#regist_pre .regist_pre_mainvisual--access dl dd strong {
  font-size: 1.8rem;
}
body#regist_pre .regist_pre_mainvisual--access dl dd span {
  display: block;
  position: relative;
  padding-left: 0.5em;
}
body#regist_pre .regist_pre_mainvisual--access dl dd span:before {
  position: absolute;
  top: -0.35em;
  left: -0.4em;
  content: "・";
  font-size: 2.8rem;
}
body#regist_pre .regist_pre_mainvisual--access dl:first-child {
  margin-bottom: 24px;
}
body#regist_pre .regist_pre_mainvisual--regist {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
body#regist_pre .regist_pre--attention {
  text-align: center;
  padding: 0 1.5em;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
body#regist_pre .regist_pre--attention02 {
  width: 25em;
  margin: 0 auto;
  line-height: 1.5;
}
body#regist_pre .regist_pre--attention02 a {
  text-decoration: underline;
}
body#regist_pre .regist_pre_button {
  padding: 1.5em 5.5em 1.5em 5.5em;
  font-size: 1.8rem;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
}
body#regist_pre .regist_pre_button:hover {
  opacity: 0.6;
}
body#regist_pre .regist_pre_button2 {
  padding: 1.5em 4em 1.5em 4em;
  font-size: 1.8rem;
  background: linear-gradient(125deg, rgb(255, 116, 18) 0%, rgb(255, 193, 66) 100%);
}
body#regist_pre .regist_pre_button2:hover {
  opacity: 0.6;
}
body#regist_pre .howto {
  max-width: 1000px;
  width: 88.26%;
  margin: 0 auto 58px auto;
}
body#regist_pre .howto h2 {
  margin-bottom: 47px;
  font-size: 2.2rem;
  color: #114FA6;
  text-align: center;
}
body#regist_pre .howto h2 span {
  border-bottom: 1px solid #114FA6;
}
body#regist_pre .howto__txt01 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.4;
}
body#regist_pre .howto__txt02 {
  text-align: center;
  line-height: 2;
}
body#regist_pre .member {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 145px auto;
}
body#regist_pre .member h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
body#regist_pre .member .member-regist {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
body#regist_pre a.to_corp {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 9px 40px 9px 13px;
  margin-right: 26px;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s;
}
body#regist_pre a.to_corp:hover {
  opacity: 0.6;
  color: #333;
}
body#regist_pre a.to_corp:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #114FA6;
  border-right: 2px solid #114FA6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#regist_pre .regist_pre--form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 55px auto;
}
body#regist_pre .regist_pre--form #form1 {
  margin-bottom: 1.5em;
}
body#regist_pre .regist_pre--form .form__txt {
  line-height: 1.6;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
body#regist_pre .regist_pre--form dl {
  display: flex;
  margin-bottom: 1em;
}
body#regist_pre .regist_pre--form dl dt {
  width: 30%;
  font-weight: bold;
}
body#regist_pre .regist_pre--form dl dt span {
  color: #ff0000;
}
body#regist_pre .regist_pre--form dl dd:not(.add) {
  width: 70%;
  display: flex;
  align-items: center;
}
body#regist_pre .regist_pre--form dl dd.add {
  width: 70%;
  line-height: 2;
}
body#regist_pre .regist_pre--form dl dd.add select {
  width: 15rem;
}
body#regist_pre .regist_pre--form dl dd.add input {
  width: 100%;
}
body#regist_pre .regist_pre--form input[type=text], body#regist_pre .regist_pre--form input[type=password], body#regist_pre .regist_pre--form select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  height: 35px;
  margin-right: 1em;
}
body#regist_pre .regist_pre--form input[name=f_item_zip] {
  width: 40%;
  min-width: 8em;
}
body#regist_pre .regist_pre--form span.nowrap {
  white-space: nowrap;
}
body#regist_pre .regist_pre--form .email-attention {
  margin-bottom: 3em;
  margin-left: 30%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
body#regist_pre .regist_pre--form .error_container {
  display: flex;
  justify-content: flex-end;
}
body#regist_pre .regist_pre--form input.error, body#regist_pre .regist_pre--form select.error {
  border: 1px solid #ff0000;
  background-color: #ffeded;
}
body#regist_pre .regist_pre--form label.error {
  margin: 0 0.5em;
  color: #ff0000;
  white-space: nowrap;
}
body#regist_pre .agree {
  text-align: center;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 2em;
}
body#regist_pre .agree input[type=checkbox] {
  transform: scale(1.8);
  margin: 0 6px 0 0;
}
body#regist_pre .submitBT {
  display: flex;
  justify-content: center;
}

body#regist_pre.form #regist_pre_header {
  padding-bottom: 23px;
  margin-bottom: 5em;
}

/*-----会員限定コンテンツ 使いまわし*/
.member-link, .member-link02 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 55px auto;
  display: flex;
  justify-content: space-between;
}
.member-link a, .member-link02 a {
  display: block;
  width: 33%;
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: default;
}
.member-link a:hover, .member-link02 a:hover {
  color: #333;
}
.member-link .member-link__box, .member-link02 .member-link__box {
  width: 100%;
  padding: 33px 20px;
}
.member-link .member-link__box h3, .member-link02 .member-link__box h3 {
  font-size: 1.8rem;
  color: #129DAF;
  line-height: 1.4;
  margin-bottom: 12px;
  min-height: 4.5em;
}
.member-link .member-link__box h3 span, .member-link02 .member-link__box h3 span {
  font-size: 1.5rem;
  font-family: Roboto;
  color: #333;
  font-weight: normal;
}
.member-link .member-link__box .member-link__tt--01, .member-link02 .member-link__box .member-link__tt--01 {
  padding-left: 50px;
  background: url(../images/i_member_1.svg) left 12px no-repeat;
}
.member-link .member-link__box .member-link__tt--02, .member-link02 .member-link__box .member-link__tt--02 {
  padding-left: 70px;
  background: url(../images/i_member_2.svg) left 12px no-repeat;
}
.member-link .member-link__box .member-link__tt--03, .member-link02 .member-link__box .member-link__tt--03 {
  padding-left: 75px;
  background: url(../images/i_member_3.svg) left 12px no-repeat;
}
.member-link .member-link__box p, .member-link02 .member-link__box p {
  padding-top: 1.2em;
  border-top: 1px solid #C1C7C7;
  line-height: 1.5;
}

.member-link02 .member-link__box h3 {
  color: #333;
}
.member-link02 .member-link__box .member-link__tt--01 {
  background: url(../images/i_member_blue_1.svg) left center no-repeat;
}
.member-link02 .member-link__box .member-link__tt--02 {
  background: url(../images/i_member_blue_2.svg) left center no-repeat;
}
.member-link02 .member-link__box .member-link__tt--03 {
  background: url(../images/i_member_blue_3.svg) left center no-repeat;
}

/*-----フッターcontact 使いまわし*/
.footer-contact {
  width: 100%;
  padding: 95px 0;
  margin-bottom: 65px;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
}
.footer-contact .footer-contact__inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.footer-contact .footer-contact__inner h2 {
  margin-bottom: 55px;
  font-size: 2.6rem;
  text-align: center;
}
.footer-contact .footer-contact__inner .footer-contact__tel, .footer-contact .footer-contact__inner .footer-contact__mail {
  display: flex;
  justify-content: space-between;
}
.footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button, .footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button {
  width: 100%;
}
.footer-contact .footer-contact__inner .footer-contact__tel {
  margin-bottom: 23px;
}
.footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button {
  display: flex;
  justify-content: center;
}
.footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 1em 1em;
}
.footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button a {
  display: block;
  width: 100%;
  padding: 3.5rem;
  background: #fff;
  color: #114FA6;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button a span {
  position: relative;
}
.footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button a span:before {
  content: "";
  position: absolute;
  left: -50px;
  display: inline-block;
  width: 36px;
  height: 28px;
  background-size: contain;
  background: url(../images/ic_contact.svg) no-repeat;
}

/*-----素材タブ使いまわし----*/
.sozai-tab__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sozai-tab__wrapper:after {
  content: "";
  width: 100%;
  height: 8px;
  background: #fff;
  display: block;
  order: -1;
  z-index: 50;
}
.sozai-tab__wrapper .tab-label {
  font-size: 1.6rem;
  color: #666;
  background: rgba(230, 233, 233, 0.6);
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 16px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  transition: all 0.3s;
}
.sozai-tab__wrapper .tab-label span {
  font-size: 2.1rem;
}
.sozai-tab__wrapper .tab-label:hover {
  color: #aaa;
}
.sozai-tab__wrapper .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.sozai-tab__wrapper .sozai-tab__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
}
.sozai-tab__wrapper .tab-switch:checked + .tab-label, .sozai-tab__wrapper a.checked {
  background: #fff;
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: default;
}
.sozai-tab__wrapper .tab-switch:checked + .tab-label + .sozai-tab__content, .sozai-tab__wrapper a.checked + .sozai-tab__content {
  height: auto;
  overflow: auto;
  padding: 60px;
  opacity: 1;
  transition: 0.3s opacity;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sozai-tab__wrapper .tab-switch {
  display: none;
}
.sozai-tab__wrapper .sozai-tab__content--list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sozai-tab__wrapper .sozai-tab__content--list dt {
  width: 15%;
  padding-top: 1em;
  color: #114FA6;
  font-weight: bold;
  border-top: 1px solid #114FA6;
}
.sozai-tab__wrapper .sozai-tab__content--list dd {
  width: 84%;
  margin-left: 1%;
}
.sozai-tab__wrapper .sozai-tab__content--list dd ul {
  display: flex;
  flex-wrap: wrap;
}
.sozai-tab__wrapper .sozai-tab__content--list dd ul li {
  margin: 0 2px 2px 0;
  width: 24.6%;
}
.sozai-tab__wrapper .sozai-tab__content--list dd ul li a {
  display: inline-block;
  width: 100%;
  padding: 1.2em 0.5em;
  background-color: #114FA6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s;
}
.sozai-tab__wrapper .sozai-tab__content--list dd ul li a:hover {
  background-color: #043780;
}
.sozai-tab__wrapper .sozai-tab__content--list2 {
  display: flex;
  flex-wrap: wrap;
}
.sozai-tab__wrapper .sozai-tab__content--list2 li {
  margin: 0 2px 2px 0;
  width: 24.6%;
}
.sozai-tab__wrapper .sozai-tab__content--list2 li a {
  display: inline-block;
  width: 100%;
  padding: 1.2em 0.5em;
  background-color: #114FA6;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.sozai-tab__wrapper .sozai-tab__content--list2 li a:hover {
  background-color: #043780;
}

/*-------footer-------*/
.content-footer {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.content-footer .content-footer__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
.content-footer .content-footer__container .content-footer__logo {
  width: 27%;
}
.content-footer .content-footer__container .content-footer__logo .logo {
  color: #0072B2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.content-footer .content-footer__container .content-footer__logo .logo img {
  width: 204px;
  max-width: 100%;
}
.content-footer .content-footer__container .content-footer__logo .logo:hover {
  opacity: 0.6;
}
.content-footer .content-footer__container .content-footer__logo .banner {
  margin-bottom: 8px;
}
.content-footer .content-footer__container .content-footer__logo .banner a {
  display: block;
  width: 200px;
  padding: 1.3em;
  border: 1px solid #D0D5D5;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
}
.content-footer .content-footer__container .content-footer__logo .banner a img {
  width: 83px;
}
.content-footer .content-footer__container .content-footer__sitemap {
  width: 70%;
  display: flex;
}
.content-footer .content-footer__container .content-footer__sitemap ul.footer__sitemap {
  width: 33%;
  font-size: 1.4rem;
}
.content-footer .content-footer__container .content-footer__sitemap ul.footer__sitemap > li {
  font-weight: bold;
  margin-bottom: 37px;
}
.content-footer .content-footer__container .content-footer__sitemap ul.footer__sitemap > li > ul li {
  font-weight: normal;
  margin-top: 18px;
}
.content-footer .content-footer__container .content-footer__sitemap ul.footer__sitemap > li > ul li a:before {
  content: "-";
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 0.3em;
}
.content-footer .footer__privacy_copy {
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  padding: 1.8em 0.5em;
  border-top: 1px solid #333333;
}
.content-footer .footer__privacy_copy ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.content-footer .footer__privacy_copy small {
  display: block;
  font-family: Roboto;
}

/*-------page_top-------*/
#page_top {
  z-index: 98;
  width: 48px;
  height: 48px;
  position: fixed;
  right: -60px;
  bottom: 35px;
  background: #000;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s;
}
#page_top:hover {
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------------
Created : 2021/9/3
Last Update :  
Site URL : 
File name : _tablet.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================

Tablet style

=========================================================================================================================================*/
@media screen and (max-width: 999px), print {
  #overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(100, 100, 100, 0.6);
    z-index: 90;
    pointer-events: none;
    display: none;
  }
  .bodyfixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header .header__inner {
    height: 56px;
    position: relative;
  }
  #header .header__inner .header__menu {
    position: fixed;
    top: 56px;
    right: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    max-width: 302px;
    padding: 0.5em 0 5em 0;
    background: #fff;
    overflow-y: scroll;
    transform: translate(320px);
    transition: all 0.4s;
  }
  #header .header__inner .header__menu > ul {
    width: 75%;
    margin-left: 16%;
    display: flex;
    flex-wrap: wrap;
  }
  #header .header__inner .header__menu > ul > li {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #header .header__inner .header__menu > ul > li > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding: 0;
    position: relative;
  }
  #header .header__inner .header__menu > ul > li > a:hover {
    color: #333;
  }
  #header .header__inner .header__menu > ul > li > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 2px solid #114FA6;
    border-right: 2px solid #114FA6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header__inner .header__menu > ul > li:first-of-type {
    border-top: none;
  }
  #header .header__inner .header__menu > ul > li.dropdown--btn > a {
    height: 40px;
  }
  #header .header__inner .header__menu > ul > li.dropdown--btn > a:after {
    border: none;
  }
  #header .header__inner .header__menu > ul .dropdown--btn {
    position: relative;
    padding-top: 0.5em;
  }
  #header .header__inner .header__menu > ul .dropdown {
    display: block;
    position: static;
    box-shadow: none;
    width: 100%;
    padding-left: 1em;
    font-weight: normal;
    padding-bottom: 1em;
  }
  #header .header__inner .header__menu > ul .dropdown > li {
    border-bottom: none;
  }
  #header .header__inner .header__menu > ul .dropdown > li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 35px;
    padding: 0;
  }
  #header .header__inner .header__menu > ul .dropdown > li a:after {
    right: 0.2em;
  }
  #header .header__inner .header__menu > ul li.header__menu--contact {
    margin-top: 1em;
    margin-left: 0;
    border-top: none;
  }
  #header .header__inner .header__menu > ul li.header__menu--contact a {
    justify-content: center;
  }
  #header .header__inner .header__menu > ul li.header__menu--contact a:after {
    border: none;
  }
  #header .header__inner .header__menu.open {
    transform: translate(0);
  }
  #header .header__inner .header__menu--sp {
    display: block;
  }
  #header .header__inner .header__menu--sp .sp_menubtn {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #114FA6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
  }
  #header .header__inner .header__menu--sp .sp_menubtn.active {
    background-color: #114FA6;
  }
  #header .header__inner .header__menu--sp .sp_menubtn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
  }
  #header .header__inner .header__menu--sp .sp_menubtn span.top_line {
    position: absolute;
    top: 17px;
    left: 13px;
  }
  #header .header__inner .header__menu--sp .sp_menubtn span.middle_line {
    position: absolute;
    top: 26px;
    left: 13px;
  }
  #header .header__inner .header__menu--sp .sp_menubtn span.bottom_line {
    position: absolute;
    top: 35px;
    left: 13px;
  }
  #header .header__inner .header__menu--sp .sp_menubtn.open span.top_line {
    position: absolute;
    top: 0;
    left: 13px;
  }
  #header .header__inner .header__menu--sp .sp_menubtn.open span.top_line {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .header__inner .header__menu--sp .sp_menubtn.open span.middle_line {
    display: none;
  }
  #header .header__inner .header__menu--sp .sp_menubtn.open span.bottom_line {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body#index-body .index-mainvisual {
    background-size: auto 100%;
  }
  body#index-body .index-mainvisual .gallery-main__container {
    max-width: 92.537%;
  }
  body#index-body .index-mainvisual .gallery-main__container .gallery-main {
    width: 100%;
  }
  body#index-body .index-mainvisual .gallery-thumb__container {
    width: 60%;
    justify-content: center;
  }
  body#index-body .index-mainvisual .gallery-thumb__container .bn-virtualEx2021 {
    display: none;
  }
  body#index-body .index-mainvisual .gallery-thumb__container .bn-Ex2022 {
    display: none;
  }
  body#index-body .index-mainvisual .gallery-thumb__container .gallery-thumb__inner {
    max-width: 100%;
  }
  body#index-body .index-mainvisual .gallery-thumb__container .swiper-button-prev:after {
    color: #fff;
  }
  body#index-body .index-kadai {
    background: url(../images/index/kadai_back_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
    margin-bottom: 205px;
    overflow: hidden;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt {
    width: 90%;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner picture {
    width: 100%;
    text-align: right;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner picture img {
    width: 95%;
  }
  body#index-body .sozai {
    width: 95%;
  }
  body#index-body .riyuu {
    width: 100%;
    margin: 0 auto 90px auto;
    overflow: visible;
  }
  body#index-body .riyuu .riyuu__outer {
    max-width: 100%;
  }
  body#index-body .riyuu .riyuu__inner {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--txt {
    width: 47%;
    margin-right: 0;
    margin-left: 0;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--figure {
    width: 43%;
  }
  body#index-body .news {
    width: 90%;
  }
  body#index-body .item {
    width: 90%;
  }
  body#index-body .member {
    padding: 85px 20px;
  }
  body#index-body .member .member-regist {
    display: flex;
    flex-wrap: wrap;
  }
  h2.contets-title {
    max-width: 87%;
  }
  body#feature-body .feature_block01 {
    max-width: 87%;
  }
  body#feature-body .feature_block02 {
    max-width: 87%;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability h5 {
    line-height: 1.5;
  }
  body#feature-body .feature_block03 {
    max-width: 87%;
  }
  body#feature-body .feature_block04 {
    max-width: 87%;
  }
  body#case-body .case_block01 {
    max-width: 94%;
  }
  body#case-body .case_block01 .case_tt figure {
    width: 25%;
    height: 30%;
    padding: 2.5%;
  }
  body#case-body .case_block01 .case_tt .case_tt__inner {
    width: 73%;
    max-width: 700px;
  }
  body#case-body .case-kadai {
    width: 98%;
  }
  body#case-body .case-kadai .case-kadai__title {
    white-space: nowrap;
  }
  body#case-body .case-box01 {
    max-width: 94%;
  }
  body#sozaiindex-body .sozaiindex_block01,
  body#member-download-body .sozaiindex_block01,
  body#member-movie-body .sozaiindex_block01 {
    max-width: 87%;
  }
  body#sozaiindex-body .sozaiindex_block02,
  body#member-download-body .sozaiindex_block02,
  body#member-movie-body .sozaiindex_block02 {
    max-width: 87%;
  }
  body#sales_cleanse .sales_cleanse__block01 {
    width: 87%;
  }
  body#sales_cbw .sales_cbw__block01 {
    width: 94%;
    padding: 26px;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__01 {
    width: 45%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__02 {
    width: 52%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--logo {
    width: 95%;
    padding-top: 10px;
  }
  body#sales_cbw .sales_cbw__block01 div.block01--btn--01 {
    width: 48.64%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn {
    width: 100%;
    margin-top: 30px;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--btn .block01--btn--01 a {
    min-width: 100%;
    width: 100%;
    font-size: 1.4rem;
  }
  body#sales_cbw .jfe_voice {
    max-width: 94%;
  }
  body#sales_cbw .cbw__movie {
    max-width: 94%;
  }
  body#sales_cbw .cbw__link {
    max-width: 94%;
  }
  body#sales_cbw .cbw__link ul li:after {
    right: 0.7em;
  }
  body#sales_cbw .cbw__container {
    max-width: 94%;
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4 {
    padding-left: 35px;
    font-size: 2.6rem;
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container p {
    padding: 0.5rem 3.2rem;
    font-size: 1.6rem;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_01 .s6_teian_link a {
    font-size: 1.2rem;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_02 p.s6_teian_text__02 {
    font-size: 1.2rem;
  }
  /*販売共通*/
  .sales_detail {
    width: 87%;
  }
  body#memberIndex-body .memberindex_block01 {
    width: 87%;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .txt {
    padding-right: 1.5em;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .movie {
    padding-top: 62px;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .movie video {
    width: 320px;
    height: auto;
  }
  body#memberIndex-body .memberindex-virtualExArchive {
    width: 87%;
  }
  body#memberIndex-body .memberindex-virtualExArchive dl {
    width: 45%;
  }
  body#memberIndex-body .memberindex-virtualExArchive video {
    width: 100%;
    height: auto;
  }
  body#memberIndex-body .memberindex-regist {
    width: 87%;
  }
  body#contact .contact--form {
    width: 93%;
  }
  body#regist .regist--form {
    width: 87%;
  }
  body#regist_pre #regist_pre_header .header__inner h1.header__logo a {
    display: inline-flex;
    flex-direction: row;
  }
  body#regist_pre #regist_pre_header .header__inner h1.header__logo a span {
    width: 180px;
  }
  body#regist_pre .member {
    padding: 0 10px 0 10px;
  }
  body#regist_pre .regist_pre--form {
    width: 93%;
  }
  /*-----会員限定コンテンツ 使いまわし*/
  .member-link, .member-link02 {
    display: flex;
  }
  .member-link a, .member-link02 a {
    width: 87%;
  }
  /*-----フッターcontact 使いまわし*/
  .footer-contact .footer-contact__inner {
    width: 90%;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button, .footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button {
    width: 100%;
  }
  /*-------footer-------*/
  .content-footer {
    width: 97%;
  }
}
/*--------------------------------------------------------------------
Created : 2021/9/3
Last Update :  
Site URL : 
File name : _smartphone.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================
=========================================================================================================================================

Smartphone style

=========================================================================================================================================
=========================================================================================================================================*/
@media screen and (max-width: 559px), print {
  #header .header__inner h1.header__logo {
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1em;
  }
  #header .header__inner h1.header__logo img {
    width: 116px;
  }
  #header .header__inner h1.header__logo span {
    font-size: 0.9rem;
    font-weight: normal;
    margin-left: 0;
    white-space: nowrap;
  }
  body#index-body .index-mainvisual {
    margin: 0 0 55px 0;
    background-image: url(../images/index/main_back_sp.jpg);
  }
  body#index-body .index-mainvisual .gallery-main__container .gallery-main a {
    margin: 0 10px;
  }
  body#index-body .index-mainvisual .gallery-thumb__container {
    width: 68%;
    margin: 1.2em auto 0 auto;
  }
  body#index-body .index-kadai {
    margin-bottom: 80px;
    padding-bottom: 15px;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt {
    width: 92%;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 {
    font-size: 2.3rem;
    margin-bottom: 25px;
    text-align: center;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 span.t_s {
    font-size: 1.9rem;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .index-kadai__h2 span.grade > span {
    font-size: 2.8rem;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a {
    width: 49%;
  }
  body#index-body .index-kadai .index-kadai__outer .index-kadai__inner .index-kadai__txt .caseindex_block a span {
    min-height: 1.3em;
    font-size: 1.4rem;
  }
  body#index-body .index-sustinable {
    width: 90%;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: wrap;
  }
  body#index-body .index-sustinable picture {
    width: 100%;
  }
  body#index-body .index-sustinable div {
    width: 100%;
    padding: 3em 4em;
  }
  body#index-body .index-sustinable div p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  body#index-body .index-sustinable .button-style01--sustinable {
    min-width: 165px;
  }
  body#index-body .sozai {
    margin: 0 auto 90px auto;
  }
  body#index-body .news {
    margin: 0 auto 100px auto;
  }
  body#index-body .news dl {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0.5em;
  }
  body#index-body .news dl dt {
    width: 100%;
    margin-bottom: 0.4em;
  }
  body#index-body .news dl dd {
    width: 100%;
  }
  body#index-body .sozai {
    width: 90%;
  }
  body#index-body .riyuu .riyuu__inner {
    flex-wrap: wrap;
    background-image: url("../images/index/riyuu_back_sp.jpg");
    background-size: 100% 100%;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--txt {
    width: 90%;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--txt h2 {
    font-size: 2rem;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--txt h2 span {
    font-size: 3.3rem;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--txt a {
    display: block;
    width: 210px;
    margin: 1.5em auto;
  }
  body#index-body .riyuu .riyuu__inner .riyuu__inner--figure {
    width: 100%;
  }
  body#index-body .item {
    width: 90%;
    margin: 0 auto 80px auto;
  }
  body#index-body .item .item__txt {
    margin-bottom: 40px;
    text-align: center;
  }
  body#index-body .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  body#index-body .item ul li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  body#index-body .item ul li a {
    margin-bottom: 0.5em;
  }
  body#index-body .member {
    padding: 50px 0;
    margin-bottom: 0;
  }
  body#index-body .member .subTitle {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  body#index-body .member h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
  body#index-body .member .member__txt {
    width: 90%;
    margin: 0 auto 2em auto;
    font-size: 1.6rem;
  }
  body#index-body .member .member-regist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#index-body .member .member-regist div {
    margin-bottom: 1.5em;
  }
  body.contents {
    background: url(../images/contents_back_sp.jpg) top center no-repeat;
    background-size: 100% auto;
  }
  h2.contets-title {
    font-size: 2.6rem;
    margin: 3.5em auto 1.2em auto;
  }
  h3.tt-style01 {
    font-size: 1.8rem;
    text-align: left;
  }
  .tt-style02 {
    font-size: 1.8rem;
  }
  .tt-style03 {
    font-size: 2.2rem;
  }
  body#feature-body .feature_block01 {
    padding: 2em;
  }
  body#feature-body .feature_block01__inner {
    display: flex;
    flex-direction: column;
  }
  body#feature-body .feature_block01__inner p {
    width: 100%;
  }
  body#feature-body .feature_block01__inner picture {
    width: 100%;
  }
  body#feature-body .feature_offset {
    margin-left: 0;
  }
  body#feature-body .feature_h3 {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    margin-bottom: 1.6em;
  }
  body#feature-body .feature_h3 img {
    width: 150px;
    margin-bottom: 2em;
  }
  body#feature-body .feature_h3 span {
    margin-left: 0;
  }
  body#feature-body .feature_block02 {
    padding-top: 100px;
  }
  body#feature-body .feature_block02:before {
    border: none;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability {
    padding: 3em 2em;
    background-size: 98% auto;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability h4 {
    font-size: 1.8rem;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__txt {
    line-height: 2;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability h5 {
    font-size: 1.6rem;
    margin-bottom: 1em;
    line-height: 1.5;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability h5 span {
    font-size: 1.3rem;
    margin-bottom: 2em;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll {
    padding: 1.5em;
    display: flex;
    flex-direction: column;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll picture {
    width: 100%;
    margin-bottom: 1.5em;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol {
    width: 100%;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li strong {
    font-size: 1.3rem;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll ol li:before {
    font-size: 1rem;
  }
  body#feature-body .feature_block02 .feature_block02__suastainability .suastainability__toridoll--link {
    text-align: left;
  }
  body#feature-body .feature_block03 {
    padding-top: 100px;
    padding-bottom: 0;
  }
  body#feature-body .feature_block03:before {
    border: none;
  }
  body#feature-body .feature_block03 .feature_block03__h3subtxt {
    margin-top: -1.5em;
  }
  body#feature-body .feature_block03 .feature_block03__txt {
    margin-top: 2em;
  }
  body#feature-body .feature_block03 .feature_block03__txt span {
    font-size: 1.8rem;
  }
  body#feature-body .feature_block03 figure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#feature-body .feature_block03 figure img {
    margin-bottom: 20px;
  }
  body#feature-body .feature_block03 figure figcaption {
    padding-left: 0;
  }
  body#case-body h2 span {
    font-size: 1.6rem;
  }
  body#case-body .case_block01 {
    max-width: 87%;
    padding: 30px 23px;
    margin: 0 auto 80px auto;
  }
  body#case-body .case_block01 .case_tt__txt01 {
    font-size: 1.8rem;
  }
  body#case-body .case_block01 .case_tt figure {
    display: none;
  }
  body#case-body .case_block01 .case_tt .case_tt__inner {
    width: 100%;
    margin-left: 0;
  }
  body#case-body .case_block01 .case_tt .case_tt__inner h3 {
    display: flex;
    justify-content: center;
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  body#case-body .case_block01 .case_tt .case_tt__inner h3 img {
    display: block;
    width: 30%;
    height: auto;
    border: 1px solid #C1C7C7;
    padding: 6%;
    margin-right: 0.3em;
  }
  body#case-body .case_block01 .case_tt .case_tt__inner h3 span {
    display: flex;
    align-items: center;
    width: 70%;
    line-height: 1.5;
  }
  body#case-body .case-kadai {
    width: 93%;
    margin: 0 auto 80px auto;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body#case-body .case-kadai .case-kadai__title {
    font-size: 2.5rem;
    width: 100%;
    justify-content: center;
    margin-bottom: 1em;
  }
  body#case-body .case-kadai a.case-kadai__box {
    font-size: 1.4rem;
    width: 50%;
    margin-bottom: 1.5em;
  }
  body#case-body .case-kadai a:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  body#case-body .genba-kadai {
    padding: 1.5em;
  }
  body#case-body .case-box01 {
    max-width: 87%;
  }
  body#case-body .case-box01 h3.tt-style03 img {
    max-width: 38px;
    margin-right: 0.5em;
  }
  body#case-body .case-box01 .sozai__block .sozai__block--container {
    display: flex;
    flex-wrap: wrap;
  }
  body#case-body .case-box01 .sozai__block .sozai__block--container .sozai__block--inner01 {
    width: 100%;
    margin-bottom: 1.5em;
  }
  body#case-body .case-box01 .sozai__block .sozai__block--container .sozai__block--inner02 {
    width: 100%;
  }
  body#case-body .case-box01 .inq-catalog__bt div {
    width: 100%;
    margin-bottom: 0.5em;
  }
  body#case-body .case-box01 .inq-catalog__bt div a {
    width: 100%;
  }
  .inq-catalog__bt {
    width: 100%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#sozaiindex-body .sozaiindex_block01,
  body#member-download-body .sozaiindex_block01,
  body#member-movie-body .sozaiindex_block01 {
    margin: 0 auto 94px auto;
  }
  body#sozaiindex-body .sozaiindex_block02,
  body#member-download-body .sozaiindex_block02,
  body#member-movie-body .sozaiindex_block02 {
    margin: 0 auto 180px auto;
  }
  body#sozaiindex-body .sozaiindex_block02 h3,
  body#member-download-body .sozaiindex_block02 h3,
  body#member-movie-body .sozaiindex_block02 h3 {
    font-size: 2.2rem;
  }
  body#sozaiindex-body .sozaiindex_block02 h4,
  body#member-download-body .sozaiindex_block02 h4,
  body#member-movie-body .sozaiindex_block02 h4 {
    font-size: 1.8rem;
  }
  body#sales_cbw h3.sales_cbw {
    margin: 80px auto 0 auto;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  body#sales_cbw .sales_cbw__block01 {
    padding: 20px;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__01 {
    width: 100%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01__02 {
    width: 100%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--logo {
    width: 100%;
  }
  body#sales_cbw .sales_cbw__block01 .sales_cbw__block01--logo img {
    width: 100%;
  }
  body#sales_cbw .jfe_voice h3 {
    font-size: 2.2rem;
  }
  body#sales_cbw .jfe_voice .jfe_voice__inner {
    flex-wrap: wrap;
  }
  body#sales_cbw .jfe_voice .jfe_voice__inner p {
    flex-basis: 100%;
  }
  body#sales_cbw .jfe_voice .jfe_voice__inner figure {
    flex-basis: 100%;
  }
  body#sales_cbw .cbw_youtube {
    width: 98%;
  }
  body#sales_cbw .cbw__link ul li {
    width: 49%;
    padding-right: 1.1em;
  }
  body#sales_cbw .cbw__link ul li a {
    font-size: 1.1rem;
    letter-spacing: -0.1rem;
  }
  body#sales_cbw #s1 p.s1_text01 {
    margin-top: 2em;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
  body#sales_cbw #s1 p.s1_text01 span {
    font-size: 1.8rem;
  }
  body#sales_cbw #s1 figure {
    margin-top: 1rem;
  }
  body#sales_cbw #s1 dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  body#sales_cbw #s1 dl dt {
    width: 100%;
    padding: 1.5em 1.2em;
  }
  body#sales_cbw #s1 dl dd {
    width: 100%;
    padding: 1.7em 1.2em;
  }
  body#sales_cbw #s1 .s1__list01 {
    margin-bottom: 1em;
  }
  body#sales_cbw #s2 h4 {
    margin-top: 35px;
  }
  body#sales_cbw #s2_2 {
    margin-top: 7rem;
  }
  body#sales_cbw #s3 .s3_voice {
    padding: 2rem;
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container {
    flex-wrap: wrap;
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4 {
    width: 100%;
    padding-left: 27px;
    font-size: 2rem;
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4:before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(45deg);
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container h4:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    left: 10px;
    top: 7px;
    transform: rotate(45deg);
  }
  body#sales_cbw #s3 .s3_voice .s3_voice_title_container p {
    width: 100%;
    margin-top: 2rem;
    padding: 0.5rem 3.2rem;
  }
  body#sales_cbw #s3 .s3_voice .s3_content_container {
    flex-wrap: wrap;
  }
  body#sales_cbw #s3 .s3_voice .s3_content_container figure {
    width: 100%;
  }
  body#sales_cbw #s3 .s3_voice .s3_content_container div {
    width: 100%;
    margin-top: 2rem;
  }
  body#sales_cbw #s3 .s3_voice .s3_content_container div h5 {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #ffffff;
  }
  body#sales_cbw #s3 .s3_voice .s3_content_container div p {
    margin-top: 1rem;
    line-height: 1.5;
  }
  body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block {
    width: 100%;
    margin-bottom: 10px;
  }
  body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block .s3_interview_block__inner {
    display: flex;
    justify-content: space-between;
  }
  body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block .s3_interview_block__inner figure {
    width: 32.5%;
  }
  body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block .s3_interview_block__inner figure img {
    width: 100%;
  }
  body#sales_cbw #s3 div.s3_interview_block__wrapper div.s3_interview_block .s3_interview_block__inner p {
    margin-top: 0;
    width: 58%;
  }
  body#sales_cbw #s3 div.s3_sentaku {
    padding: 2.5em 0 2em 0;
  }
  body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner {
    width: 90%;
    margin: 0 auto;
  }
  body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner figure {
    width: 49%;
    padding-left: 0;
  }
  body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner div {
    margin-left: 1em;
  }
  body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_inner div p {
    font-size: 1.6rem;
  }
  body#sales_cbw #s3 div.s3_sentaku .s3_sentaku_point {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  body#sales_cbw #s4 .s4_text01 {
    line-height: 1.5;
    font-size: 2.2rem;
  }
  body#sales_cbw #s5 div.product_info_wrapper figure {
    width: 68%;
    margin: 0 auto;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container {
    width: 100%;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .product_info_table_type {
    margin-top: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .product_info_table_type figure {
    width: 75%;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container h5 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .table_inner {
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 2em;
    overflow-x: scroll;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .table_inner table.product_info_table {
    white-space: nowrap;
    min-width: 600px;
  }
  body#sales_cbw #s5 div.product_info_wrapper div.product_info_table_container .table_inner p {
    min-width: 600px;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_01 {
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_01 figure {
    padding: 0;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_02 {
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_02 figure {
    padding: 0;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_x {
    width: 100%;
    padding: 1em;
  }
  body#sales_cbw #s6 div.s6_teian_wrapper div.s6_teian_x img {
    width: 31px;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 {
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_ttl {
    font-size: 1.7rem;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_ttl span {
    font-size: 2rem;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_01 .s6_teian_03_01_txt {
    font-size: 1.2rem;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 {
    width: 100%;
    margin-top: 1.5rem;
    justify-content: center;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 a {
    display: block;
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_teian_03_container .s6_teian_03_02 figure {
    margin-top: 2rem;
    display: block;
    width: 42%;
  }
  body#sales_cbw #s6 div.s6_custom_box {
    padding: 1.8em;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(1) {
    padding-left: 0;
    font-size: 1.5rem;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(3) {
    padding: 0.3em 0.6em;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_category span:nth-of-type(4) {
    font-size: 1.4rem;
  }
  body#sales_cbw #s6 div.s6_custom_box h5 {
    margin-top: 0.5em;
    font-size: 2rem;
    line-height: 1.5;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail {
    flex-direction: column-reverse;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail .s6_custom_detail--01 {
    padding-top: 1em;
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_detail .s6_custom_detail--02 {
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen {
    flex-direction: column-reverse;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen figure {
    margin-top: 1em;
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div {
    width: 100%;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div h6 {
    font-size: 1.2rem;
  }
  body#sales_cbw #s6 div.s6_custom_box div.s6_custom_seen div .s6_custom_seen_text01 {
    font-size: 1.6rem;
  }
  body#sales_cbw hr.cbw {
    width: 90%;
  }
  body#sales_cbw #floatmenu_01, body#sales_cbw #floatmenu_02 {
    display: none;
  }
  body#sales_cleanse .sales_cleanse__block01 {
    padding-top: 35px;
  }
  body#memberIndex-body .memberindex_block01 {
    flex-wrap: wrap;
  }
  body#memberIndex-body .memberindex_block01 .memberindex_block_inner {
    width: 100%;
    margin-bottom: 1%;
  }
  body#memberIndex-body .memberindex_block01 .member-link__box h4.webnar-title {
    font-size: 2rem;
  }
  body#memberIndex-body .memberindex_block01 .member-link__box p.schedule {
    font-size: 1.6rem;
  }
  body#memberIndex-body .memberindex-virtualEx {
    width: 87%;
    padding: 2em 1.5em;
    background: url(../images/member/bk_virtualEx_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container {
    flex-direction: column;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .txt {
    padding-right: 0;
    margin-bottom: 1em;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .txt p {
    margin: 1em 0 0 0;
  }
  body#memberIndex-body .memberindex-virtualEx .memberindex-virtualEx__container .movie video {
    width: 100%;
  }
  body#memberIndex-body .memberindex-virtualEx .virtualEx_button--attention {
    margin-bottom: 1em;
  }
  body#memberIndex-body .memberindex-virtualExArchive {
    width: 87%;
    padding: 2.5em 1.5em;
  }
  body#memberIndex-body .memberindex-virtualExArchive__inner {
    flex-wrap: wrap;
  }
  body#memberIndex-body .memberindex-virtualExArchive__inner dl {
    width: 100%;
  }
  body#memberIndex-body .memberindex-virtualExArchive__inner dl video {
    width: 100%;
  }
  body#memberIndex-body .memberindex-regist {
    flex-wrap: wrap;
  }
  body#memberIndex-body .memberindex-regist__01 {
    width: 100%;
  }
  body#memberIndex-body .memberindex-regist__02 {
    width: 100%;
  }
  body#memberIndex-body .memberindex-regist__02 a {
    width: 100%;
  }
  body#member-download .member-download_block01 {
    padding: 30px;
  }
  body#member-movie .member-movie_block01 {
    padding: 30px;
  }
  body#member-movie .member-movie_block01 .member-movie__box {
    width: 100%;
  }
  body#contact .contact--form {
    padding: 15px;
  }
  body#contact .contact--form dl {
    flex-wrap: wrap;
  }
  body#contact .contact--form dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  body#contact .contact--form dl dd:not(.add) {
    width: 100%;
  }
  body#contact .contact--form dl dd.add {
    width: 100%;
  }
  body#contact .contact--form .email-attention {
    margin-left: 0;
  }
  body#contact .contact--form label.error {
    white-space: normal;
  }
  body#regist .regist--form {
    padding: 15px;
  }
  body#regist .regist--form dl {
    flex-wrap: wrap;
  }
  body#regist .regist--form dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  body#regist .regist--form dl dd:not(.add) {
    width: 100%;
  }
  body#regist .regist--form dl dd.add {
    width: 100%;
  }
  body#regist .regist--form .email-attention {
    margin-left: 0;
  }
  body#regist .regist--form label.error {
    white-space: normal;
  }
  body#regist_pre #regist_pre_header {
    padding-bottom: 43px;
    background: url(../images/regist_pre/main_bg_sp.jpg) center top repeat-x #F4F3F1;
  }
  body#regist_pre #regist_pre_header .header__inner {
    padding-top: 16px;
  }
  body#regist_pre #regist_pre_header .header__inner h1.header__logo {
    margin-left: 16px;
  }
  body#regist_pre #regist_pre_header .header__inner h1.header__logo img {
    width: 120px;
  }
  body#regist_pre #regist_pre_header .header__inner h1.header__logo span {
    font-size: 1rem;
  }
  body#regist_pre .regist_pre_mainvisual {
    padding-bottom: 35px;
    margin-bottom: 80px;
    background: url(../images/regist_pre/main_bg_sp.jpg) center -76px repeat-x #F4F3F1;
  }
  body#regist_pre .regist_pre_mainvisual--title {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  body#regist_pre .regist_pre_mainvisual--access {
    margin-bottom: 30px;
  }
  body#regist_pre .regist_pre_mainvisual--access dl {
    flex-direction: column;
  }
  body#regist_pre .regist_pre_mainvisual--access dl dt {
    width: 100%;
    border-bottom: 1px solid #C1C7C7;
    border-right: none;
    text-align: left;
    padding: 0 0 0.3em 0;
  }
  body#regist_pre .regist_pre_mainvisual--access dl dd {
    width: 100%;
    padding: 0.7em 0;
  }
  body#regist_pre .regist_pre_mainvisual--access dl dd strong {
    font-size: 1.6rem;
  }
  body#regist_pre .regist_pre_mainvisual--access dl dd span {
    margin-top: 0.5em;
  }
  body#regist_pre .regist_pre_button {
    width: 88.26%;
    padding: 1.2em 2em 1.2em 2em;
    font-size: 1.6rem;
  }
  body#regist_pre .regist_pre_button2 {
    width: 88.26%;
    padding: 1.2em 2em 1.2em 2em;
    font-size: 1.6rem;
  }
  body#regist_pre .howto {
    margin: 0 auto 58px auto;
  }
  body#regist_pre .howto h2 {
    font-size: 2rem;
  }
  body#regist_pre .howto__txt01 {
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.6;
  }
  body#regist_pre .howto__txt02 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
  body#regist_pre .member {
    margin: 0 auto 80px auto;
    padding: 0;
  }
  body#regist_pre .footer_to_corp {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
  }
  body#regist_pre .footer_to_corp a.to_corp {
    display: inline-block;
    margin: 0;
  }
  body#regist_pre .regist_pre--form dl {
    flex-wrap: wrap;
  }
  body#regist_pre .regist_pre--form dl dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
  body#regist_pre .regist_pre--form dl dd:not(.add) {
    width: 100%;
  }
  body#regist_pre .regist_pre--form dl dd.add {
    width: 100%;
  }
  body#regist_pre .regist_pre--form .email-attention {
    margin-left: 0;
  }
  body#regist_pre .regist_pre--form label.error {
    white-space: normal;
  }
  /*-----会員限定コンテンツ 使いまわし*/
  .member-link, .member-link02 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 35px auto;
  }
  .member-link a, .member-link02 a {
    width: 88.26%;
    margin: 3px auto;
  }
  .member-link .member-link__box, .member-link02 .member-link__box {
    padding: 25px 25px;
  }
  .member-link .member-link__box h3, .member-link02 .member-link__box h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  /*-----フッターcontact 使いまわし*/
  .footer-contact {
    padding: 50px 0;
  }
  .footer-contact .footer-contact__inner {
    width: 90%;
  }
  .footer-contact .footer-contact__inner h2 {
    margin-bottom: 1em;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel, .footer-contact .footer-contact__inner .footer-contact__mail {
    flex-wrap: wrap;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel h3, .footer-contact .footer-contact__inner .footer-contact__mail h3 {
    width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 1em;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button, .footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button {
    width: 100%;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-contact .footer-contact__inner .footer-contact__tel .footer-contact__button p {
    width: 100%;
    padding: 1em;
    margin-bottom: 0.5em;
  }
  .footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button a span {
    padding-left: 20px;
  }
  .footer-contact .footer-contact__inner .footer-contact__mail .footer-contact__button a span:before {
    left: -20px;
  }
  /*-----素材タブ使いまわし----*/
  .sozai-tab__wrapper .tab-label {
    font-size: 1.2rem;
  }
  .sozai-tab__wrapper .tab-label span {
    font-size: 1.6rem;
  }
  .sozai-tab__wrapper .tab-switch:checked + .tab-label + .sozai-tab__content, .sozai-tab__wrapper a.checked + .sozai-tab__content {
    padding: 30px 20px;
  }
  .sozai-tab__wrapper .sozai-tab__content--list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .sozai-tab__wrapper .sozai-tab__content--list dt {
    width: 100%;
    padding: 0.5em 0 1em 0;
  }
  .sozai-tab__wrapper .sozai-tab__content--list dd {
    width: 100%;
    margin-left: 0;
  }
  .sozai-tab__wrapper .sozai-tab__content--list dd ul li {
    margin: 0 1px 1px 0;
    width: 49.6%;
  }
  .sozai-tab__wrapper .sozai-tab__content--list2 li {
    margin: 0 1px 1px 0;
    width: 49.6%;
  }
  /*-------footer-------*/
  .content-footer {
    width: 90%;
  }
  .content-footer .content-footer__container {
    margin-bottom: 67px;
  }
  .content-footer .content-footer__container .content-footer__logo {
    width: 100%;
  }
  .content-footer .content-footer__container .content-footer__logo .logo {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  .content-footer .content-footer__container .content-footer__logo .logo img {
    width: 164px;
  }
  .content-footer .content-footer__container .content-footer__logo .banner {
    margin-bottom: 8px;
  }
  .content-footer .content-footer__container .content-footer__logo .banner a {
    width: 100%;
  }
  .content-footer .content-footer__container .content-footer__logo .banner a img {
    width: 83px;
    margin-left: 1em;
  }
  .content-footer .content-footer__container .content-footer__sitemap {
    display: none;
  }
  .content-footer .footer__privacy_copy {
    flex-wrap: wrap;
    border-top: none;
    position: relative;
  }
  .content-footer .footer__privacy_copy::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -10px;
    width: 65px;
    height: 1px;
    background-color: #333;
  }
  .content-footer .footer__privacy_copy ul {
    margin-bottom: 2em;
    text-align: center;
    line-height: 2.5;
  }
  .content-footer .footer__privacy_copy ul li {
    display: inline-block;
  }
  .content-footer .footer__privacy_copy small {
    width: 100%;
    display: block;
    font-family: Roboto;
    text-align: center;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
