@charset "UTF-8";
/*stepover 200525*/
/*reset--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

b, strong {
  font-weight: bold;
}

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

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  transition: opacity .3s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*base--------------------------------------*/
body,
html {
  height: 100%;
  min-height: 100%;
  color: #333;
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  body,
  html {
    margin-top: 0 !important;
  }
}

body {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  min-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: auto;
  }
}

.logo {
  width: 220px;
}

input,
select {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding: 5px;
}

p {
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
    font-size: 15px;
  }
}

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

a:hover,
a:active {
  color: #999;
  text-decoration: none;
}

/*layout--------------------------------------*/
@media screen and (max-width: 767px) {
  .main {
    padding-top: 0px;
  }
}

.main .wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main .wrap {
    width: 90%;
  }
}

.main .wrap::after {
  display: table;
  content: " ";
  clear: both;
}

/*下層ファーストビュー調整用*/
@media screen and (max-width: 767px) {
  .fv-common img {
    max-width: 280px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .fv-common-second img {
    max-width: 250px;
    height: auto;
  }
}

/*基本の吹き出し*/
.balloon {
  position: relative;
  background: #FDEEF2;
  padding: 50px 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .balloon {
    padding: 40px 44px 40px 44px;
  }
}

.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #FDEEF2 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.main .breadcrumbs {
  padding: 20px 0;
}

.main .breadcrumbs .container span a {
  color: #ed7ab8 !important;
}

/*breadcrumb---------------------------------*/
.breadcrumbs {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 0 !important;
  }
}

.breadcrumbs .wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .breadcrumbs .wrap {
    width: 100%;
  }
}

.breadcrumbs .wrap span {
  font-size: 11px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 5px;
}

.breadcrumbs .wrap span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumbs .wrap span:last-of-type::after {
  display: none;
}

/*#slidenav---------------------------------*/
.spnav_area {
  display: none;
}

@media screen and (max-width: 767px) {
  .spnav_area {
    display: block;
  }
}

/*ページャー---------------------------------*/
#single_navi {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}

#single_navi .post_previous {
  float: left;
  margin-bottom: 10px;
}

#single_navi .post_next {
  float: right;
  margin-bottom: 10px;
}

/*フォーム修正---------------------------------*/
.form_block .form_tbl .postcode input {
  width: 12em !important;
}

/*only---------------------------------*/
.pc_only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

.xl_only {
  display: none;
}

@media screen and (max-width: 1199px) {
  .xl_only {
    display: block !important;
  }
}

/*関連記事一覧---------------------------------*/
.recommend_list .recommend_ttl {
  font-size: 20px;
  padding: 15px 10px;
  border-bottom: solid 2px #fe9e1a;
  margin-bottom: 30px;
}

.recommend_list .recommend_box {
  overflow: hidden;
  margin-bottom: 30px;
}

.recommend_list .recommend_box .recommend_thum {
  float: left;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .recommend_list .recommend_box .recommend_thum {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
}

.recommend_list .recommend_box .recommend_excerpt {
  padding-left: 140px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recommend_list .recommend_box .recommend_excerpt {
    float: none;
    padding-left: 0;
  }
}

.recommend_list .recommend_box:nth-of-type(1) .recommend_excerpt:before {
  content: "new";
  color: #fff;
  padding: 0 15px;
  background: #f5a2b2;
  position: absolute;
  top: 0;
  left: 230px;
}

.recommend_list .recommend_box:nth-of-type(2) .recommend_excerpt:before {
  content: "new";
  color: #fff;
  padding: 0 15px;
  background: #f5a2b2;
  position: absolute;
  top: 0;
  left: 230px;
}

.recommend_list .recommend_box:nth-of-type(3) .recommend_excerpt:before {
  content: "new";
  color: #fff;
  padding: 0 15px;
  background: #f5a2b2;
  position: absolute;
  top: 0;
  left: 230px;
}

/*side_nav_block--------------------------------*/
.side_nav_block {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 767px) {
  .side_nav_block {
    position: static;
    margin: 40px auto 0;
  }
}

.side_nav_block h3 {
  background: #002c7c;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .side_nav_block h3 {
    font-size: 16px;
    padding: 10px;
  }
}

.side_nav_block dt {
  background: #e5e7f0;
}

.side_nav_block dt {
  position: relative;
  display: block;
  padding: 8px 5px 8px 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: solid 1px #ccc;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.side_nav_block dt:hover {
  background: #e5e7f0;
}

.side_nav_block dt::after {
  content: "\f107";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.side_nav_block dt.active::after {
  content: "\f106";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.side_nav_block dd {
  display: none;
}

.side_nav_block ul li {
  font-size: 14px;
  line-height: 1.8;
  border-bottom: solid 1px #b7c3da;
}

@media screen and (max-width: 767px) {
  .side_nav_block ul li {
    font-size: 13px;
  }
}

.side_nav_block ul li:last-child {
  border-bottom: none;
}

.side_nav_block ul li a {
  position: relative;
  display: block;
  background-color: #e5e9f2;
  text-decoration: underline;
  padding: 17px 10px 17px 17px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .side_nav_block ul li a {
    padding: 10px;
  }
}

.side_nav_block ul li a::after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -8px 0 0 0;
  color: #0080cb;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.side_nav_block .search_study_wrap {
  margin-bottom: 50px;
  padding: 20px;
  text-align: center;
  background: #f0f0f0;
}

.side_nav_block .search_study_wrap .search_tit {
  margin-bottom: 10px;
}

.side_nav_block .search_study_wrap i.fas.fa-search {
  padding-right: 5px;
}

.side_nav_block .search_study_wrap .search_tit span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .side_nav_block .search_study_wrap .search_tit span {
    font-size: 15px;
  }
}

.side_nav_block input.search_study_box {
  width: 100%;
  padding: 3% 0%;
  margin-bottom: 14px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .side_nav_block input.search_study_box {
    max-width: auto;
  }
}

.side_nav_block input.search_study_btn {
  display: block;
  border: none;
  padding: 4px 54px;
  background: #000;
  color: #fff;
  margin: auto;
}

.side_nav_block input.search_study_box::-webkit-input-placeholder {
  font-size: 13px;
}

/*ハンバーガーメニュー固定*/
#toggle {
  position: fixed !important;
  z-index: 1000;
}

/*header--------------------------------------*/
.header {
  width: 100%;
  z-index: 1000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    top: 0;
    left: 0;
  }
}

.header .wrap {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .header .wrap {
    width: 100%;
    height: 80px;
  }
}

.header .header_main .wrap {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .header .header_main .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .header_main .wrap .logo {
    max-width: 160px;
  }
}

.header .header_main .wrap .hmenu {
  position: absolute;
  top: 40px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .header .header_main .wrap .hmenu {
    display: none;
  }
}

.header .header_main .wrap .hmenu a {
  padding-left: 30px;
}

.header .header_main .wrap2 {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .header .header_main .wrap2 {
    display: none;
  }
}

.header .header_main .hnav {
  display: flex;
  flex-flow: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0px;
}

@media screen and (max-width: 767px) {
  .header .header_main .hnav {
    display: none;
  }
}

.header .header_main .hnav > li {
  position: relative;
}

.header .header_main .hnav > li a {
  padding: 20px 0px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  width: 196px;
  height: 14px;
  letter-spacing: 2px;
  border-bottom: solid 1px transparent;
}

.header .header_main .hnav > li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 9px;
  left: 0px;
  background-color: #cccccc;
}

.header .header_main .hnav > li:hover > a {
  border-bottom: solid 1px #ea5b7d;
  opacity: 1;
}

.header .header_main .hnav > li:hover > ul {
  display: block;
}

.header .header_main .hnav > li > ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px #cccccc;
}

.header .header_main .hnav > li > ul li {
  width: 300px;
  height: 50px;
}

.header .header_main .hnav > li > ul li:hover {
  background-color: #fbf9f6;
  opacity: 1;
}

.header .header_main .hnav > li > ul li a {
  width: 300px;
  height: 100px;
  text-align: left;
  padding: 15px 20px;
}

.header .header_main .hnav > li > ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
}

.header .header_main .hnav > li > ul .line2 {
  height: 70px;
}

.header .header_main .hnav .hnav_link1 > a {
  background: url(../images/common/hnavi01.png) no-repeat center;
}

.header .header_main .hnav .hnav_link1 > a:hover {
  background: url(../images/common/hnavi01_2.png) no-repeat center;
}

.header .header_main .hnav .hnav_link2 > a {
  background: url(../images/common/hnavi02.png) no-repeat center;
}

.header .header_main .hnav .hnav_link2 > a:hover {
  background: url(../images/common/hnavi02_2.png) no-repeat center;
}

.header .header_main .hnav .hnav_link3 > a {
  background: url(../images/common/hnavi03.png) no-repeat center;
}

.header .header_main .hnav .hnav_link3 > a:hover {
  background: url(../images/common/hnavi03_2.png) no-repeat center;
}

.header .header_main .hnav .hnav_link4 > a {
  background: url(../images/common/hnavi04.png) no-repeat center;
}

.header .header_main .hnav .hnav_link4 > a:hover {
  background: url(../images/common/hnavi04_2.png) no-repeat center;
}

.header .header_main .hnav .hnav_link5 > a {
  background: url(../images/common/hnavi05.png) no-repeat center;
}

.header .header_main .hnav .hnav_link5 > a:hover {
  background: url(../images/common/hnavi05_2.png) no-repeat center;
}

.header .header_main .hnav .hnav_link6 > a {
  background: url(../images/common/hnavi06.png) no-repeat center;
}

.header .header_main .hnav .hnav_link6 > a:hover {
  background: url(../images/common/hnavi06_2.png) no-repeat center;
}

.header .header_main .hnav .dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header .header_main .hnav .dropdwn_menu > li {
  width: 100%;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 0%, #ededed 100%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
}

.header .header_main .hnav .dropdwn_menu > li > a {
  font-size: 13px;
  line-height: 1.3;
  border-right: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;
}

.header .header_main .hnav .dropdwn_menu > li > a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.header .header_main .right_nav {
  width: 60px;
  position: fixed;
  top: 210px;
  right: 0;
  display: inline-block;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .header .header_main .right_nav {
    display: none;
  }
}

.header .header_main .right_nav ul li {
  margin-bottom: 10px;
}

.header .header_main .gnav_bg1 {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 0%, #ededed 100%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
  height: 4px;
  border-top: solid 1px #d1d1d1;
}

@media screen and (max-width: 767px) {
  .header .header_main .gnav_bg1 {
    display: none;
  }
}

.header .header_main .gnav_bg2 {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 0%, #ededed 100%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
  height: 61px;
  border-top: solid 1px #d1d1d1;
}

@media screen and (max-width: 767px) {
  .header .header_main .gnav_bg2 {
    display: none;
  }
}

/*メガメニュー*/
/*footer--------------------------------------*/
.footer {
  width: 100%;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    margin-top: 50px;
  }
}

.footer .footer_nav_block {
  background: #fbf9f6;
}

.footer .footer_nav_block ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.footer .footer_nav_block ul li {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.2;
  padding-left: 10px;
  position: relative;
}

.footer .footer_nav_block ul li::before {
  content: "-";
  position: absolute;
  left: 0px;
}

.footer .footer_nav_block .ac {
  width: 100%;
}

.footer .footer_nav_block .ac .ac-parent {
  background-color: #fbf9f6;
  border-bottom: solid 1px #e3e3e3;
  padding: 15px 25px;
  position: relative;
}

.footer .footer_nav_block .ac .ac-parent img {
  width: auto;
  max-height: 14px;
}

.footer .footer_nav_block .ac .ac-parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ea5b7d;
  border-bottom: 3px solid #ea5b7d;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.footer .footer_nav_block .ac .ac-parent.open::after {
  transform: rotate(225deg);
}

.footer .footer_nav_block .ac .ac-child {
  display: none;
  background-color: #ffffff;
  font-weight: bold;
}

.footer .footer_nav_block .ac dt {
  padding: 30px 40px;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  line-height: 1.2;
}

.footer .footer_bottom {
  background: #fff;
  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    padding-bottom: 100px;
  }
}

.footer .footer_bottom .foot_logo {
  max-width: 164px;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .foot_logo {
    max-width: 180px;
    margin: 40px auto 20px;
  }
}

.footer .footer_bottom .foot_sns img {
  max-width: 31px;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .foot_sns img {
    max-width: 70px;
    width: 12%;
    margin-bottom: 40px;
    padding: 0 5px;
  }
}

.footer .footer_bottom .foot_menu ul {
  display: flex;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .foot_menu ul {
    display: block;
    margin-bottom: 40px;
  }
}

.footer .footer_bottom .foot_menu ul li {
  font-size: 12px;
  text-decoration: underline;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .foot_menu ul li {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
  }
}

.footer .footer_bottom .foot_menu ul li + li {
  border-left: solid 1px #2a2828;
  padding-left: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .foot_menu ul li + li {
    border-left: 0px;
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
  }
}

.footer .footer_bottom .copyright {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .footer .footer_bottom .copyright {
    text-align: center;
    font-weight: bold;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 160px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 160px;
  }
}

.pagetop a {
  display: inline-block;
  padding: 20px;
  background: #ea5b7d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-size: 14px;
  position: relative;
}

.pagetop a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 38%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateY(-50%) rotate(-135deg);
}

.contact_bnr {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .contact_bnr .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.contact_bnr .contact_tel {
  margin-right: 1%;
}

.contact_bnr .contact_tel a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.contact_bnr .contact_tel a img {
  max-width: 100%;
  height: auto;
}

.contact_bnr .contact_tel a p {
  padding-left: 10px;
}

.contact_bnr .contact_catalogue a {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.contact_bnr .contact_catalogue a img {
  max-width: 100%;
  height: auto;
}

.contact_bnr .contact_catalogue a p {
  padding-left: 10px;
}

/*-------------------------------------------------
 　スライドメニューボタン部分
/*-------------------------------------------------*/
#toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  #toggle {
    height: 50px;
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
  }
}

#toggle a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url("../images/common/smp_menu_icon.png") no-repeat center center;
  background-size: 40px 40px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent;
}

.sidr.right {
  left: auto;
  right: -300px;
}

.sidr.left {
  left: -300px;
  right: auto;
}

.sidr-overlay {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999998;
  display: none;
}

.sidr-animating .sidr-overlay,
.sidr-open .sidr-overlay {
  display: block;
}

#slideMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  #slideMenu {
    display: block;
  }
}

#slideMenu .innerbox {
  padding: 0px;
  width: calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  margin-left: 40px;
  border-left: solid 1px #ccc;
}

#slideMenu .innerbox * {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

#slideMenu .searchbox {
  padding: 10px;
  border-bottom: solid 1px #eee;
  background: #eee;
}

#slideMenu .searchbox .ttl {
  font-size: 12px;
  margin-bottom: 5px;
}

#slideMenu .searchbox input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
}

#slideMenu .searchbox input[type="text"] {
  appearance: none;
  border: solid 1px #999 !important;
  border-radius: 0px !important;
  font-size: 16px;
  padding: 3px 33px 3px 3px;
  height: 30px;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8zMS8xN6MZYLkAAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAAHvSURBVEiJtZbNcdswEIU/cVKAO4g7kHLao5wKZHdAVeBRBWYqkFOB2UHiCkwd3yl0ByqBHdAHghJHWfDP1rtwBli8jwAWwC7qumZIkm6AFdB+S6ACSjOrBg0cLfrAklLgMcBiKoHfZpZ/GizpHtgDtxO8jsDOzP7OAkt6AdIJwEvlZrYdCkq+GAqQBp9xYEn7L4B24fu+gEVd10i6A9564nKaJTy0DZLWND+a9oz7aWZFH/gffuYegQczK2POklbAH/xELM3shzcuCbP1oNUQFCD0P4T4S62C//9gYBPx3A1BL+C7SLfrnwDeHx2nXggh3pu150+Cv8wHp22MXp0299ZLvEaapJqj0eNi4Ksrwd+X+5l+3jj39UqAwmlfSrqdQgzxS6fL8ycBYq/J8xRwT7zr34K95dhIyscQQ5x3XqsYuL0yn4As4nsAMu/ODbdSBqwjYzMz++V1fAvfZ5rE8M7cGniT9E6zXxVNCXSHv6ddRcuiUyEgaRmMbwbMpmrr3YKnc2xm7zSzmFW89ehFUhYFd+ArIkfgE3q6rEqiVaakDU3i9FWYrY6ckzPviTvVY73lbfiBJefE6+5/RbMyRVipbnxBPFdyM9sOgudoBDy7CngEvLra6zRwSqqrzbhVZObp1cEB/p1zGVyY2eEDX5XemyyjLLAAAAAASUVORK5CYII=) #fff no-repeat 99% center;
  background-size: 15px 15px;
}

#slideMenu .searchbox form {
  position: relative;
}

#slideMenu .searchbox button {
  position: absolute;
  right: 0;
  top: 0;
  appearance: none;
  background: #000;
  color: #333;
  height: 30px;
  width: 40px;
  text-align: center;
  border: none;
}

#slideMenu .category input {
  display: none;
}

#slideMenu .category label {
  display: block;
  background: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 10px;
  /*font-weight:bold;*/
  text-decoration: none;
  background-position: 98% center;
  background-size: 15px 9px;
  border-bottom: solid 1px #ccc;
  position: relative;
}

#slideMenu .category label:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(135deg);
}

#slideMenu .category input:checked + label:after,
#slideMenu .category input:checked + label:hover:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(315deg);
}

#slideMenu .category .child {
  height: 0;
  overflow: hidden;
}

#slideMenu .category input:checked ~ .child {
  height: auto;
}

#slideMenu .category ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 20px 8px 10px;
  text-decoration: none;
  color: #333;
  border-bottom: solid 1px #ccc;
  position: relative;
  /*font-weight:bold;*/
}

#slideMenu .category ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(45deg);
}

#slideMenu .category .child ul li a {
  background: #f0f0f0;
  padding-left: 20px;
}

#slideMenu .category .child ul li a:after {
  border-color: #ccc;
}

#slideMenu .closebtn {
  position: absolute;
  left: 0px;
  top: 5px;
}

#slideMenu .closebtn a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACAAgMAAAC+UIlYAAAAA3NCSVQICAjb4U/gAAAADFBMVEX////MzMwzMzMAAAAGOrWMAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAABQUlEQVRYhe2WsXHDMAxFpRTyDDkVGcEreBj33iDOCF7I5xUyhEdIYRcJIps8HkAReF3SEB0A3ucTRQIYhm7duv2nvVp3v1rwvtPeeK7zo5y0O8muWrCRq3Zn+awWvMlduwf5qhYc5UeJjhf5rhFEQ0yLayFeloiCmBf3wypcREMcxOy4ClXLi2iBmOyG69hskdeqDQQTbCEY2RaCibYQjG4TQYXbCEq4jaDibQSl7CCUhIdQpD2EkvEQiraLkFM+Qhb3ETKEj5AgbgFCgggQEkSAkCAChAQRITwhIoQM4SNkCB8hQUQIw/BgjPK4BULSZ+JB4VHjz6Lf/byO2wACrxxeWrr2+HDw6eHjpeePBQRLEBYxKoNYSLEUYzGndoANBVsSNjVqi9hYuTVTc8fxgAcMHFFwyMExiQetbt26/aX9AvH41kYAlluBAAAAAElFTkSuQmCC) #fff no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

#slideMenu .ac .ac-parent {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #fbf9f6;
}

#slideMenu .ac .ac-parent2 {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  background: #fbf9f6;
}


#slideMenu .ac .ac-parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ea5b7d;
  border-bottom: 3px solid #ea5b7d;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

#slideMenu .ac .ac-parent.open::after {
  transform: rotate(225deg);
}

#slideMenu .ac .ac-child {
  display: none;
}

#slideMenu .ac .ac-child dt {
  padding: 15px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}

/*grid system start ----------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  -ms-overflow-style: scrollbar;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.col-xl-five-1, .col-lg-five-1, .col-md-five-1, .col-sm-five-1, .col-xs-five-1,
.col-xl-five-2, .col-lg-five-2, .col-md-five-2, .col-sm-five-2, .col-xs-five-2,
.col-xl-five-3, .col-lg-five-3, .col-md-five-3, .col-sm-five-3, .col-xs-five-3,
.col-xl-five-4, .col-lg-five-4, .col-md-five-4, .col-sm-five-4, .col-xs-five-4 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-five-1 {
  max-width: 20%;
  flex: 0 0 20%;
}

.col-xs-five-2 {
  max-width: 40%;
  flex: 0 0 40%;
}

.col-xs-five-3 {
  max-width: 60%;
  flex: 0 0 60%;
}

.col-xs-five-4 {
  max-width: 80%;
  flex: 0 0 80%;
  float: left;
}

@media (min-width: 576px) {
  .col-sm-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-sm-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .col-sm-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .col-sm-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }
}

@media (min-width: 768px) {
  .col-md-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-md-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .col-md-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .col-md-five-4 {
    max-width: 80%;
    flex: 0 0 80%;
  }
  .col-md-offset-five-1 {
    margin-left: 4.3333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-lg-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .col-lg-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .col-lg-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-five-1 {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .col-xl-five-2 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .col-xl-five-3 {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .col-xl-five-4 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.container {
  max-width: 1200px;
}

.container_j {
  max-width: 850px;
  margin:auto;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: initial;
    max-width: auto;
  }
}

/*gridのgutter調整*/
.gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/*grid system end ------------------------*/
/*画像full---------------------------------*/
.img-fluid {
  width: 100%;
  height: auto;
}

/*ラッパー---------------------------------*/
#main .wrap {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #main .wrap {
    padding: 40px 0;
  }
}

/*背景---------------------------------*/
.bg_glay {
  background: #f5f5f5;
  color: #333;
}

.bg_white {
  background: #fff;
  color: #333;
}

.bg_pink {
  background: rgba(232, 55, 61, 0.1);
  color: #333;
}

/*見出し---------------------------------*/
.ttl-01 h1,
.ttl-01 h2,
.ttl-01 h3,
.ttl-01 h4 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ttl-01 h1,
  .ttl-01 h2,
  .ttl-01 h3,
  .ttl-01 h4 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
  }
}

.ttl-01 p {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-01 p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .ttl-01 img {
    max-height: 50px;
  }
}

.ttl-02 h1,
.ttl-02 h2,
.ttl-02 h3,
.ttl-02 h4 {
  position: relative;
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .ttl-02 h1,
  .ttl-02 h2,
  .ttl-02 h3,
  .ttl-02 h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto 15px;
  }
}

.ttl-02 p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-02 p {
    font-size: 13px;
  }
}

.ttl-02 p.sub {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ttl-02 p.sub {
    font-size: 16px;
  }
}

.ttl-02__red {
  border-left: 5px solid #e8373d;
  padding-left: 10px;
}

.ttl-03 h1,
.ttl-03 h2,
.ttl-03 h3,
.ttl-03 h4 {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 40px;
  color: #002c7c;
}

@media screen and (max-width: 767px) {
  .ttl-03 h1,
  .ttl-03 h2,
  .ttl-03 h3,
  .ttl-03 h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 auto 20px;
  }
}

.ttl-03 h1:before,
.ttl-03 h2:before,
.ttl-03 h3:before,
.ttl-03 h4:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 0%;
  margin-left: 25px;
  transform: translateX(-50%);
  background-color: #002c7c;
}

.ttl-03 p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-03 p {
    font-size: 13px;
  }
}

.ttl-03 p.sub {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ttl-03 p.sub {
    font-size: 16px;
  }
}

.ttl-04 h1,
.ttl-04 h2,
.ttl-04 h3,
.ttl-04 h4 {
  position: relative;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 60px;
  text-align: center;
  color: #002c7c;
}

@media screen and (max-width: 767px) {
  .ttl-04 h1,
  .ttl-04 h2,
  .ttl-04 h3,
  .ttl-04 h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 auto 30px;
  }
}

.ttl-04 h1:before,
.ttl-04 h2:before,
.ttl-04 h3:before,
.ttl-04 h4:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #002c7c;
}

.ttl-04 p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-04 p {
    font-size: 13px;
  }
}

.ttl-05 {
  text-align: center;
}

.ttl-05 h1,
.ttl-05 h2,
.ttl-05 h3,
.ttl-05 h4 {
  position: relative;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 60px;
  color: #002c7c;
}

@media screen and (max-width: 767px) {
  .ttl-05 h1,
  .ttl-05 h2,
  .ttl-05 h3,
  .ttl-05 h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 auto 30px;
  }
}

.ttl-05 h1:before,
.ttl-05 h2:before,
.ttl-05 h3:before,
.ttl-05 h4:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #002c7c;
}

.ttl-05 p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-05 p {
    font-size: 13px;
  }
}

.ttl-06 h1,
.ttl-06 h2,
.ttl-06 h3,
.ttl-06 h4 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 30px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .ttl-06 h1,
  .ttl-06 h2,
  .ttl-06 h3,
  .ttl-06 h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
  }
}

.ttl-06 h1:before,
.ttl-06 h2:before,
.ttl-06 h3:before,
.ttl-06 h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5%;
  width: 5px;
  height: calc(100% - 0px);
  background: #002c7c;
}

.ttl-06 p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-06 p {
    font-size: 13px;
  }
}

/*ボックス*/
.box-01 {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px #002c7c;
}

.box-01 .ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 1vw;
  background: #002c7c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .box-01 .ttl {
    font-size: 20px;
  }
}

.box-01 .ttl:before {
  border: 20px solid transparent;
  border-top-color: #002c7c;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .box-01 .ttl:before {
    border: 10px solid transparent;
    border-top-color: #002c7c;
    border-bottom-width: 0;
    bottom: -10px;
    margin-left: -10px;
  }
}

.box-01 .bg {
  font-size: 16px;
  padding: 1.5vw;
}

@media screen and (max-width: 767px) {
  .box-01 .bg {
    font-size: 13px;
  }
}

.box-02 {
  height: 100%;
  background-color: #fff;
}

.box-02 .ttl {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 1vw;
  background: #cccccc;
  color: #000;
}

@media screen and (max-width: 767px) {
  .box-02 .ttl {
    font-size: 20px;
  }
}

.box-02 .bg {
  font-size: 16px;
  padding: 2vw;
}

@media screen and (max-width: 767px) {
  .box-02 .bg {
    font-size: 13px;
  }
}

/*バルーン---------------------------------*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 25px;
  color: #fff;
  background: #002c7c;
}

.balloon1:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #002c7c transparent;
  border-width: 20px 20px 0 0;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

.balloon1 p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .balloon1 p {
    font-size: 18px;
  }
}

/*インフォリスト---------------------------------*/
.info_list dl {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .info_list dl {
    font-size: 13px;
  }
}

.info_list dt {
  clear: both;
  float: left;
  width: 20%;
  padding: 15px 10px;
}

.info_list dd {
  padding: 15px 10px;
  padding-left: 20%;
  border-bottom: solid 1px #ccc;
}

/*リスト---------------------------------*/
.number_list ul {
  margin-bottom: 20px;
  counter-reset: number;
}

.number_list li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .number_list li {
    font-size: 14px;
  }
}

.number_list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  background: #e50013;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.number_list ul.num_y li::before {
  color: #000;
  background: #ffe210;
}

/*カード---------------------------------*/
.card-01 {
  text-align: center;
  padding: 0;
  margin: 10px;
  border-radius: 10px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 767px) {
  .card-01 {
    margin: 0px;
  }
}

.card-01__photo {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .card-01__photo {
    margin-bottom: 5px;
  }
}

.card-01__desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .card-01__desc {
    font-size: 16px;
  }
}

.card-01__btn {
  width: 240px;
  height: 52px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.card-02 {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  border-bottom: dotted 1px #cccccc;
}

@media screen and (max-width: 767px) {
  .card-02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .card-02__date {
    margin-bottom: 10px;
  }
}

.card-02__title {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .card-02__title {
    margin-bottom: 20px;
  }
}

.card-03 {
  text-align: center;
}

.card-03 .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .card-03 .title {
    font-size: 16px;
  }
}

.card-03 p {
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .card-03 p {
    font-size: 13px;
  }
}

.card-03 p + p {
  margin-top: 1em;
}

/*テーブル---------------------------------*/
.tbl-01 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #ccc;
  width: 100%;
}

.tbl-01 table th,
.tbl-01 table td {
  background-color: #fff;
  padding: 15px 20px;
  border: solid 1px #cbcbcb;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl-01 table th,
  .tbl-01 table td {
    font-size: 13px;
    padding: 10px;
  }
}

.tbl-01 table p {
  line-height: 1.5;
}

.tbl-01 table th {
  width: 25%;
  color: #333;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: bold;
}

.tbl-02 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #cbcbcb;
  width: 100%;
}

.tbl-02 table th,
.tbl-02 table td {
  padding: 15px 15px;
  border: solid 1px #cbcbcb;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl-02 table th,
  .tbl-02 table td {
    font-size: 13px;
    padding: 10px;
  }
}

.tbl-02 table th {
  width: 25%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.tbl-02 table .bg_glay {
  background-color: #f6f6f6;
}

.tbl-02 table .bg_lyellow {
  background-color: #fffabb;
}

.tbl-03 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #cbcbcb;
  width: 100%;
}

.tbl-03 table th,
.tbl-03 table td {
  padding: 15px 15px;
  background-color: #e5e9f2;
  border: solid 3px #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl-03 table th,
  .tbl-03 table td {
    font-size: 13px;
    padding: 10px;
  }
}

.tbl-03 table th {
  width: 25%;
  background-color: #bfcade;
  color: #002c7c;
  text-align: left;
  font-weight: bold;
}

.tbl-04 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #cbcbcb;
  width: 100%;
}

.tbl-04 table th,
.tbl-04 table td {
  padding: 15px 15px;
  background-color: #fff;
  border: solid 1px #c8c8c8;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tbl-04 table th,
  .tbl-04 table td {
    font-size: 13px;
    padding: 10px;
  }
}

.tbl-04 table th {
  width: 25%;
  background-color: #e5e9f2;
  color: #002c7c;
  text-align: left;
  font-weight: bold;
}

/*動画---------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_short{
 width: 70%; /* 伸縮する横幅 */
 max-width: 400px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}

@media screen and (max-width: 767px) {
.youtube_short{
 width: 70%; /* 伸縮する横幅 */
 max-width: 400px; /* 最大の横幅 */
 margin: auto; /* 画面の中央に配置 */
}
.youtube_short iframe{
 aspect-ratio: 9 / 16;
 width: 100%;
 height: 100%;
}
}

/*ボタン---------------------------------*/
.more_btn {
  position: relative;
  border: 1px solid #ea5b7d;
  padding: 15px 40px;
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .more_btn {
    max-width: 80%;
  }
}

.more_btn p {
  color: #ea5b7d;
  font-family: "Lora", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .more_btn p {
    font-size: 18px;
  }
}

.more_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #ea5b7d;
  transition: 0.3s;
}

.more_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #ea5b7d;
  transition: 0.3s;
}

.more_btn:hover {
  text-decoration: none;
  background-color: #eb8ea2;
}

.more_btn:hover::before, .more_btn:hover::after {
  right: -2.5em;
}

/* pagenavi---------------------------------*/
.wp-pagenavi {
  display: flex;
  flex-flow: row wrap;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #666666;
  background-color: #fff;
  border: solid 1px #666666;
  padding: 10px 15px;
  margin: 0 0px 5px -1px;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.5s, opacity 0.3s;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 10px;
    margin: 0 0px 5px -1px;
  }
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.wp-pagenavi .extend {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .larger {
    display: none;
  }
}

/*パンくず---------------------------------*/
.breadcrumbs {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 10px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-left: 30px;
  }
}

.breadcrumbs span {
  display: inline-block;
  margin: 0;
}

.breadcrumbs a {
  text-decoration: underline;
}

.breadcrumbs a span {
  text-decoration: underline;
}

/*ヘッダータイトル部分*/
.header_title {
  background: url("../img/header/header_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}

.header_title .wrap {
  position: relative;
  height: 300px;
  padding: 0 15px !important;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header_title .wrap {
    height: 150px;
  }
}

.header_title h1,
.header_title strong {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_title h1,
  .header_title strong {
    font-size: 24px;
    line-height: 1.6;
  }
}

.header_title p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header_title p {
    margin-top: 0;
    font-size: 13px;
  }
}

/*フォントサイズ---------------------------------*/
.fs-xxlarge {
  font-size: 28px !important;
}

@media screen and (max-width: 767px) {
  .fs-xxlarge {
    font-size: 22px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-xlarge {
    font-size: 18px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-large {
    font-size: 16px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-medium {
    font-size: 14px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-small {
    font-size: 12px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .fs-ssmall {
    font-size: 12px !important;
  }
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*フォントカラー*/
.fc-white {
  color: #ffffff !important;
}

.fc-black {
  color: #333333 !important;
}

.fc-red {
  color: #e8373d !important;
}

.fc-glay {
  color: #999 !important;
}

.fc-yellow {
  color: #fff03e !important;
}

.fc-gold {
  color: #b08247 !important;
}

.fc-blue {
  color: #002c7c !important;
}

/*マーカー*/
.maker_y {
  background-color: #fff03e;
  color: #000;
}

/*ボーダー*/
.border_g {
  border: solid 1px #cccccc;
}

/*リンク下線*/
.link-underline {
  text-decoration: underline !important;
}

/*背景色---------------------------------*/
.bg-white {
  background-color: #fff;
}

/*col幅調整---------------------------------*/
.col-45 {
  flex: 0 0 46.66667%;
}

@media screen and (max-width: 767px) {
  .col-45 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block;
}


@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}


@media screen and (max-width: 767px) {
  .for_sp_container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (max-width: 767px) {
  .for_sp_contentsmenu {
    padding-left: 0px;
    padding-right: 0px;
  }

}

.onlynone {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_onlynone {
    display: none !important;
    max-height: 0px;
  }
}

@media screen and (max-width: 767px) {
  .pc_onlynone {
    display: none !important;
  }
}

/*top スライド（フェード）部分*/
/*--TOPスライダー--------------------------------------*/
.top_gnav_margin {
  margin-bottom: 5px;
}

.main_visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main_visual {
    max-width: auto;
    max-width: initial;
  }
  .main_visual img {
    max-width: 95%;
  }
}

/*ドット*/
.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  background: #dfb0bf !important;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button:before {
  background: #b4194b !important;
}

/*ロード時に一瞬縦並びになるのを解決するCSS*/
#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

/*ロード時に一瞬縦並びになるのを解決するCSS*/
/*スライダーここまで*/
/*スクロールここから*/
.scroll {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}

#section01 a {
  padding-top: 60px;
  position: relative;
}

#section01 a span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transition: opacity 0.6s;
}

#section01 a span:before {
  position: absolute;
  top: 40%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section01 a span:after {
  position: absolute;
  top: 65%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section01 a span:hover {
  opacity: 0.5;
}

/*スクロールここまで*/
/*top_about_block---------------------------------*/
.top_about_block .top_about_us {
  position: relative;
}

.top_about_block .top_about_us .top_about_us_btn {
  position: absolute;
  right: 200px;
  top: 470px;
  background: url(../images/top/top_about_btn1.png) no-repeat;
  transition: 0.3;
}

.top_about_block .top_about_us .top_about_us_btn:hover {
  background: url(../images/top/top_about_btn2.png) no-repeat;
}

/*top_brand_block---------------------------------*/
.top_brand_block {
  background-color: #fbe0e7;
  position: relative;
  height: 1300px;
  margin-top: 250px;
}

@media screen and (max-width: 767px) {
  .top_brand_block .wig_bland {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top_brand_block {
    background-color: #fcedf1;
    height: inherit;
    margin-top: 0px;
  }
}

.top_brand_block .top_brand_heading {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top_brand_block .top_brand_heading {
    margin-bottom: 0;
  }
}

.top_brand_block .container {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .top_brand_block .container {
    padding-top: 20px;
    position: relative;
    top: 0px;
  }
}

.top_brand_block .brand_photo {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .top_brand_block .brand_photo {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    padding: 0;
  }
}

.top_brand_block .bland_leonka_text_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top_brand_block .bland_leonka_text_img {
    margin-bottom: 15px;
    max-width: 200px;
    height: auto;
  }
}

.top_brand_block .bland_fitme_text_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top_brand_block .bland_fitme_text_img {
    margin-bottom: 15px;
    max-width: 250px;
    height: auto;
  }
}

/*top_support_block---------------------------------*/
.top_support_block {
  background: url("../images/top/top_support_bg.png") repeat center center;
  background-size: cover;
}

.top_support_block .top_support_btn {
  background: url("../images/top/top_support_btn01.png") no-repeat center;
  transition: 0.3s;
}

.top_support_block .top_support_btn:hover {
  background: url("../images/top/top_support_btn02.png") no-repeat center;
}

/*top_salon_block---------------------------------*/
.top_salon_block {
  background-color: #fcedf1;
}

.top_salon_block .top_salon_img {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_salon_block .top_salon_img {
    max-width: 575px;
  }
}

.top_salon_block .top_salon_text {
  max-height: 20px;
}

.top_salon_block p {
  font-weight: bold;
}

/*top_info_block---------------------------------*/
.top_info_block .top_info_heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_heading {
    margin-bottom: 25px;
  }
}

.top_info_block h3 {
  border-bottom: solid 1px #cccccc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_info_block h3 {
    margin-block-end: 0;
  }
  .top_info_block h3 img {
    max-height: 18px;
  }
}

.top_info_block h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #c10c54;
}

@media screen and (max-width: 767px) {
  .top_info_block h3::after {
    bottom: -1px;
  }
}

.top_info_block .top_info_detail {
  margin-top: 35px;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_detail {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.top_info_block .top_news {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_news {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .top_info_block .top_date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top_info_block .top_date_second {
    margin-top: 25px;
  }
}

.top_info_block .top_news_detail {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_news_detail {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.top_info_block .news-list__title {
  margin-left: 15px !important;
}

@media screen and (max-width: 767px) {
  .top_info_block .news-list__title {
    margin-left: 0 !important;
  }
}

.top_info_block .top_info_img {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_img {
    max-width: 575px;
  }
}

.top_info_block .top_info_text1 {
  max-width: 137px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_text1 {
    max-width: 45%;
  }
}

.top_info_block .top_info_text2 {
  max-width: 284px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_text2 {
    max-width: 80%;
  }
}

.top_info_block .top_info_more_btn {
  margin-left: 170px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_more_btn {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 25px;
  }
}

.top_info_block .top_info_more_btn .more_btn {
  padding: 10px 30px;
  width: 300px;
}

.top_info_block .top_info_more_btn .more_btn:hover {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_more_btn .more_btn {
    padding: 10px 30px;
    width: 200px;
  }
  .top_info_block .top_info_more_btn .more_btn:hover {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .top_info_block .top_info_more_btn p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top_bland_more_btn {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 10px;
  }
}

.top_bland_more_btn .more_btn {
  padding: 10px 30px;
  width: 300px;
}

.top_bland_more_btn .more_btn:hover {
  background: #fbe0e7;
}

@media screen and (max-width: 767px) {
  .top_bland_more_btn .more_btn {
    padding: 10px 30px;
    width: 200px;
  }
  .top_bland_more_btn .more_btn:hover {
    background: #fbe0e7;
  }
}

@media screen and (max-width: 767px) {
  .top_bland_more_btn p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mb_sp {
    margin-bottom: 20px;
  }
}

.square_red {
  padding: 20px;
}

.square_red li {
  padding-left: 20px;
  margin-bottom: 15px;
  background-image: url("../img/about/about_square.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
}

.square_red li:last-child {
  margin-bottom: 0;
}

.ttl_curriculum h1,
.ttl_curriculum h2,
.ttl_curriculum h3,
.ttl_curriculum h4 {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .ttl_curriculum h1,
  .ttl_curriculum h2,
  .ttl_curriculum h3,
  .ttl_curriculum h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto 15px;
  }
}

.ttl_curriculum p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl_curriculum p {
    font-size: 13px;
  }
}

.ttl_curriculum__numbe01 {
  background-image: url("../img/curriculum/curriculum_number_01.png");
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  padding: 10px 0;
  padding-left: 45px;
}

.ttl_curriculum__numbe02 {
  background-image: url("../img/curriculum/curriculum_number_02.png");
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  padding: 10px 0;
  padding-left: 45px;
}

.ttl_curriculum__numbe03 {
  background-image: url("../img/curriculum/curriculum_number_03.png");
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5;
  padding: 10px 0;
  padding-left: 45px;
}

.curriculum_box {
  width: 100%;
  height: auto;
  font-weight: bold;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 40px;
  padding: 20px;
  border: solid 15px #fff;
}

.curriculum_box span {
  color: #e8373d;
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .curriculum_box span {
    font-size: 18px !important;
  }
}

.curriculum_box p {
  padding-top: 20px;
  line-height: 1.3;
}

.ghost_btn_red_mail {
  text-align: center;
}

.ghost_btn_red_mail a {
  display: block;
  margin: 0 auto;
  padding: 23px 0px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  background: #e8373d;
  border: solid 2px #e8373d;
  color: #fff;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .ghost_btn_red_mail a {
    font-size: 13px;
    width: 90%;
    padding: 15px 0;
  }
}

.ghost_btn_red_mail a:hover {
  background: transparent;
  color: #e8373d;
}

.ghost_btn_red_mail a:hover:before {
  background-image: url(../img/common/foot_mail_icon_hover.png);
}

.ghost_btn_red_mail a:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 26px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  background-image: url(../img/common/foot_mail_icon.png);
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .ghost_btn_red_mail a:before {
    width: 26px;
    /*画像の幅*/
    height: 20px;
    /*画像の高さ*/
  }
}

.ghost_btn_red_mail i {
  margin-right: 3px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.select_form select {
  font-size: 14px;
  width: 220px;
  height: 40px;
  appearance: none;
  padding-right: 30px;
  padding-left: 15px;
}

.select_form select option:checked {
  background: rgba(51, 102, 255, 0.2);
}

.select_form select::-ms-expand {
  display: none;
}

.btn_arrow_r_contact {
  color: #fff;
  position: relative;
  padding-right: 10px;
}

.btn_arrow_r_contact::after {
  content: "\f105";
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -19px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.card-info {
  text-align: left;
}

.card-info__photo {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .card-info__photo {
    margin-bottom: 10px;
  }
}

.card-info__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-right: 21px;
}

@media screen and (max-width: 767px) {
  .card-info__title {
    font-size: 16px;
  }
}

.card-info__date {
  color: #e8373d;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .card-info__date {
    font-size: 12px;
  }
}

.card-info p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-right: 21px;
}

@media screen and (max-width: 767px) {
  .card-info p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.ttl-red h1,
.ttl-red h2,
.ttl-red h3,
.ttl-red h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background-color: #e8373d;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ttl-red h1,
  .ttl-red h2,
  .ttl-red h3,
  .ttl-red h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
  }
}

.ttl-red p {
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl-red p {
    font-size: 13px;
  }
}

.line {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin-top: -10px;
}

.info02 p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .info02 p {
    margin-bottom: 20px;
  }
}

.card-info2 {
  text-align: left;
}

.card-info2__photo {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .card-info2__photo {
    margin-bottom: 10px;
  }
}

.card-info2__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .card-info2__title {
    font-size: 12px;
  }
}

.card-info2__date {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .card-info2__date {
    font-size: 12px;
  }
}

/*placeholder*/
:placeholder-shown {
  color: #ccc;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 14px;
}

::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

/*フォーム部品*/
input[type="text"],
input[type="submit"],
input[type="email"],
button,
textarea {
  appearance: none;
}

input,
select,
textarea,
select {
  padding: 5px;
  margin: 0;
  font-size: 15px;
  border: solid 1px #ccc;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  input,
  select,
  textarea,
  select {
    font-size: 13px !important;
  }
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button,
input[type="submit"] {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 22px 0;
  margin: 0 auto;
  border-radius: 5px;
  line-height: 1.6;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
  background: #e8373d;
  color: #fff;
  border: none;
}

@media screen and (max-width: 767px) {
  button,
  input[type="submit"] {
    font-size: 13px;
    width: 90%;
    padding: 15px 0;
  }
}

button:hover,
input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

textarea {
  resize: none;
}

.form-tbl {
  display: block;
}

.form-tbl table {
  width: 100%;
  border-top: solid 1px #ccc;
  border-collapse: collapse;
  table-layout: fixed;
}

.form-tbl th,
.form-tbl td {
  padding: 15px 15px;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .form-tbl th,
  .form-tbl td {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 13px;
  }
}

.form-tbl th.vat,
.form-tbl td.vat {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .form-tbl th {
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .form-tbl tr {
    width: 100%;
    display: block;
  }
}

.form-tbl th {
  background: #f6f6f6;
  color: #333;
  font-weight: bold;
  width: 25%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .form-tbl th {
    width: 100%;
    display: block;
  }
}

.form-tbl td label {
  display: inline-block;
  margin: 0 10px 5px 0px;
}

@media screen and (max-width: 767px) {
  .form-tbl td label {
    display: block;
    margin-right: 0;
  }
}

.form-tbl input[type="text"],
.form-tbl input[type="submit"],
.form-tbl input[type="email"],
.form-tbl button,
.form-tbl textarea {
  width: 100%;
}

.form-tbl input[type="tel"] {
  display: inline-block;
  width: 12%;
}

@media screen and (max-width: 767px) {
  .form-tbl input[type="tel"] {
    width: 30%;
  }
}

.form-tbl .caution {
  color: #df0000;
  margin-top: 5px;
  font-size: 12px;
}

.form-tbl button,
.form-tbl input[type="submit"] {
  border: none;
  background: #e8373d;
  border: solid 1px #e8373d;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  width: 35%;
  letter-spacing: 1px;
  margin: 20px auto 0;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.form-tbl button:hover,
.form-tbl input[type="submit"]:hover {
  background: #fff;
  color: #e8373d;
}

.form-tbl .required::after {
  content: "※";
  display: inline-block;
  color: #e8373d;
  padding-left: 1em;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}

.form-tbl .zip {
  width: auto !important;
  display: inline-block;
}

.policy_wrap {
  width: 100%;
  margin: 15px auto 15px;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .policy_wrap {
    padding: 10px;
  }
}

.policy_wrap h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .policy_wrap h5 {
    font-size: 13px;
  }
}

.policy_wrap p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .policy_wrap p {
    font-size: 13px;
  }
}

.policy_wrap p + p {
  margin-top: 1em;
}

.policy_wrap .box {
  background: #f0f0f0;
  padding: 15px;
  margin: 10px 0;
}

/* チェックボックス01 */
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 20px;
  left: 4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.checkbox01::after {
  border-right: 3px solid #e8373d;
  border-bottom: 3px solid #e8373d;
  content: "";
  display: block;
  height: 15px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

input[type="checkbox"]:checked + .checkbox01::after {
  opacity: 1;
}

#zip {
  width: 100%;
}

#your-tel1,
#your-tel2,
#your-tel3 {
  width: 20%;
}

/*law--------------------------------------*/
.law_block .law_detail {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .law_block .law_detail {
    width: 100%;
  }
}

.law_block .law_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .law_block .law_detail p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.law_block .law_detail .col-md-3 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .law_block .law_detail .col-md-9 {
    margin-top: 10px;
  }
}

.law_block .law-border {
  border-bottom: dotted 1px #9b9b9b;
}

/*privacy policy--------------------------------------*/
.praivacy_policy_block .praivacy_policy_detail {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail {
    width: 100%;
  }
}

.praivacy_policy_block .praivacy_policy_detail .leadtext p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail .leadtext p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.praivacy_policy_block .praivacy_policy_detail .praivacy-text p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail .praivacy-text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.praivacy_policy_block .praivacy_policy_detail .praivacy-text h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.1rem 0.8rem;
  border-left: 3px solid #b8a062;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail .praivacy-text h3 {
    font-size: 18px;
    line-height: 1.6;
  }
}

.praivacy_policy_block .praivacy_policy_detail .praivacy-text ul li {
  font-size: 18px;
  line-height: 2.0;
  list-style: start;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail .praivacy-text ul li {
    font-size: 15px;
    line-height: 1.6;
  }
}

.praivacy_policy_block .praivacy_policy_detail .border-dot {
  border: 1px dotted #000;
}

.praivacy_policy_block .praivacy_policy_detail .border-dot p {
  font-size: 18px;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .praivacy_policy_block .praivacy_policy_detail .border-dot p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/*news--------------------------------------*/
.news_block .news_detail {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news_block .news_detail {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news_block .news_detail p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .news_block .news_detail p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .news_block .news_detail .paginate {
    width: 100%;
  }
}

.news_block .news_detail .paginate ul {
  text-align: center;
}

.news_block .news_detail .paginate ul li {
  display: inline-block;
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .news_block .news_detail .paginate ul li {
    padding: 10px 10px;
  }
}

.news_block .news_detail .paginate ul li a {
  text-decoration: underline;
}

.news_block .news_detail .paginate ul li a:focus {
  text-decoration: none;
}

.news_block .news_detail .paginate span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.news_block .news_detail .paginate .to-before::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(225deg);
}

.news_block .news_detail .paginate .to-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.news_block .news_detail .news-border {
  border-bottom: dotted 1px #9b9b9b;
}

.news_block .news_detail .news-border .date {
  color: #999999;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.news_block .news_detail .news-border p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .news_block .news_detail .news-border .col-md-2, .news_block .news_detail .news-border .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*news_detail--------------------------------------*/
.news_detail_block .news_detail_area {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area {
    width: 100%;
  }
}

.news_detail_block .news_detail_area .date {
  color: #969696;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area .date {
    font-size: 13px;
  }
}

.news_detail_block .news_detail_area h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area h2 {
    font-size: 20px;
  }
}

.news_detail_block .news_detail_area .object-fit {
  height: 600px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area .object-fit {
    height: 100%;
    text-align: center;
  }
}

.news_detail_block .news_detail_area .object-fit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area .news_detail_text_area .before-page a {
    font-size: 14px;
  }
}

.news_detail_block .news_detail_area .news_detail_text_area p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news_detail_block .news_detail_area .news_detail_text_area p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.news_detail_block .news_detail_area .news_detail_text_area span {
  display: inline-block;
  text-decoration: underline;
}

.p-mt20 p {
  margin-top: 20px;
}

/*campagin--------------------------------------*/
.campagin_block .campagin_detail {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail {
    width: 100%;
  }
}

.campagin_block .campagin_detail ul li .col-sm-10 {
  padding-right: 0;
  padding-left: 0;
}

.campagin_block .campagin_detail ul li:nth-child(n+4) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail .paginate {
    width: 100%;
  }
}

.campagin_block .campagin_detail .paginate ul {
  text-align: center;
}

.campagin_block .campagin_detail .paginate ul li {
  display: inline-block;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail .paginate ul li {
    padding: 10px 10px;
  }
}

.campagin_block .campagin_detail .paginate ul li a {
  text-decoration: underline;
}

.campagin_block .campagin_detail .paginate ul li a:focus {
  text-decoration: none;
}

.campagin_block .campagin_detail .paginate span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.campagin_block .campagin_detail .paginate .to-before::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(225deg);
}

.campagin_block .campagin_detail .paginate .to-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.campagin_block .campagin_detail .date {
  color: #969696;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail .date {
    font-size: 15px;
  }
}

.campagin_block .campagin_detail .text {
  width: 95%;
  line-height: 1.7;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .campagin_block .campagin_detail .text {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
  }
}

/*faq--------------------------------------*/
.faq_button {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .faq_button {
    margin-top: 50px;
  }
}

.faq_button .about_leonka {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .faq_button .about_leonka {
    margin-top: 20px;
    margin-right: 0px;
  }
}

.faq_button .about_leonka a {
  display: block;
}

.faq_button .about_leonka img {
  border: 1px solid #cccccc;
  padding: 25px 100px;
}

@media screen and (max-width: 767px) {
  .faq_button .about_leonka img {
    padding: 25px 90px;
  }
}

@media screen and (max-width: 767px) {
  .faq_button .about_leonka .leonka_btn_sp {
    max-width: 300px;
    height: auto;
  }
}

.faq_button .about_fitme {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .faq_button .about_fitme {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.faq_button .about_fitme a {
  display: block;
}

.faq_button .about_fitme img {
  border: 1px solid #cccccc;
  padding: 25px 80px;
}

@media screen and (max-width: 767px) {
  .faq_button .about_fitme img {
    padding: 25px 70px;
  }
}

@media screen and (max-width: 767px) {
  .faq_button .about_fitme .fitme_btn_sp {
    max-width: 300px;
    height: auto;
  }
}

.faq_leonka .faq_leonka_head {
  text-align: center;
}

.faq_leonka .faq_leonka_head p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_head p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_head img {
    max-width: 200px;
    height: auto;
  }
}

.faq_leonka .border-dotted {
  border-bottom: 1px dotted #000;
}

.faq_leonka .faq_leonka_block {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_block {
    width: 100%;
  }
}

.faq_leonka .faq_leonka_block h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.1rem 0.8rem;
  border-left: 3px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_block h2 {
    margin-top: 40px;
  }
}

.faq_leonka .faq_leonka_block .faq_leonka_detail .bg_color_pink {
  background: #fdeef1;
  width: 100%;
  font-weight: bold;
}

.faq_leonka .faq_leonka_block .faq_leonka_detail h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_block .faq_leonka_detail h3 {
    line-height: 1.4;
    font-size: 15px;
  }
}

.faq_leonka .faq_leonka_block .faq_leonka_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .faq_leonka .faq_leonka_block .faq_leonka_detail p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.faq_leonka .faq_leonka_block .faq_leonka_detail p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .faq_fitme {
    margin-top: 100px;
  }
}

.faq_fitme .faq_fitme_head {
  text-align: center;
}

.faq_fitme .faq_fitme_head p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq_fitme .faq_fitme_head p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .faq_fitme .faq_fitme_head img {
    max-width: 150px;
    height: auto;
  }
}

.faq_fitme .border-dotted {
  border-bottom: 1px dotted #000;
  padding-bottom: 80px;
}

.faq_fitme .faq_fitme_block {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq_fitme .faq_fitme_block {
    width: 100%;
  }
}

.faq_fitme .faq_fitme_block h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.1rem 0.8rem;
  border-left: 3px solid #cccccc;
}

.faq_fitme .faq_fitme_block .faq_fitme_detail h3 {
  font-size: 18px;
  font-weight: bold;
  background: #fdeef1;
  padding: 5px 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .faq_fitme .faq_fitme_block .faq_fitme_detail h3 {
    line-height: 1.4;
    font-size: 15px;
  }
}

.faq_fitme .faq_fitme_block .faq_fitme_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .faq_fitme .faq_fitme_block .faq_fitme_detail p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.faq_fitme .faq_fitme_block .faq_fitme_detail p a {
  text-decoration: underline;
}

/*brand_leonka--------------------------------------*/
.brand_reon_block {
  background: #ffffe5;
  height: auto;
}

.brand_reon_block .brand_leonka_description {
  text-align: center;
}

.brand_reon_block .brand_leonka_description .leonka_icon img {
  max-width: 20%;
}

@media screen and (max-width: 767px) {
  .brand_reon_block .brand_leonka_description .leonka_text {
    margin-bottom: 40px;
  }
}

.brand_reon_block .brand_leonka_description .sp_leonka_text {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail {
    text-align: center;
  }
}

.bland_leonka_detail img {
  border-radius: 15px;
}

.bland_leonka_detail .brand_leonka_text {
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail .brand_leonka_text {
    padding-left: 0;
  }
}

.bland_leonka_detail .brand_leonka_text h2 {
  color: #ea587c;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail .brand_leonka_text h2 {
    margin-top: 20px;
    font-size: 24px;
    padding: 0 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail .brand_leonka_text p {
    padding: 0 15px;
    text-align: left;
  }
}

.bland_leonka_detail .brand_leonka_text .ISO14001 {
  position: relative;
}

.bland_leonka_detail .brand_leonka_text .ISO14001::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 130px;
  height: 130px;
  top: 0;
  right: 0;
  background-image: url(../images/brand_leonka/iso14001.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail .brand_leonka_text .ISO14001::after {
    width: 50px;
    height: 50px;
  }
}

.bland_leonka_detail .brand_leonka_text p {
  font-size: 18px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .bland_leonka_detail .brand_leonka_text p {
    font-size: 15px;
  }
}

.bland_leonka_detail .brand_leonka_text .heading01_sp {
  max-width: 200px;
  height: auto;
  border-radius: 0;
}

.bland_leonka_detail .brand_leonka_text .heading02_sp {
  max-width: 250px;
  height: auto;
  border-radius: 0;
}

.bland_leonka_detail .brand_leonka_text .heading03_sp {
  max-width: 170px;
  height: auto;
  border-radius: 0;
}

.leonka_banner .banner-block {
  /*以下、fitmeページのバナー*/
}

.leonka_banner .banner-block .pc_only a img {
  width: 360px;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block {
    padding: 0 15px;
  }
}

.leonka_banner .banner-block img {
  display: block;
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block img {
    width: 270px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .banner_link {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_leonka {
    height: auto;
    max-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_salon {
    height: auto;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_beginner {
    height: auto;
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_fitme {
    height: auto;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_bland_fitme {
    height: auto;
    max-width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_virus {
    height: auto;
    max-width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .leonka_banner .banner-block .sp_banner_size_fitme_qa {
    height: auto;
    max-width: 170px;
  }
}

/*brand_fitme--------------------------------------*/
.brand_fitme_block {
  background: #ece4ef;
  height: auto;
}

.brand_fitme_block .brand_fitme_description {
  text-align: center;
}

.brand_fitme_block .brand_fitme_description .fitme_icon img {
  max-width: 18%;
}

.brand_fitme_block .brand_fitme_description p {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .brand_fitme_block .brand_fitme_description p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .brand_fitme_block .brand_fitme_description .fitme_text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_detail {
    text-align: center;
  }
}

.bland_fitme_detail img {
  border-radius: 15px;
}

.bland_fitme_detail .brand_fitme_text {
  padding-left: 100px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .bland_fitme_detail .brand_fitme_text {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.6;
  }
}

.bland_fitme_detail .brand_fitme_text h2 {
  color: #ea587c;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .bland_fitme_detail .brand_fitme_text h2 {
    margin-top: 20px;
    font-size: 22px;
    padding: 0 0 0 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_detail .brand_fitme_text p {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 0 15px;
    text-align: left;
  }
}

.bland_fitme_point {
  background: #fadce4;
  height: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point {
    padding-bottom: 20px;
  }
}

.bland_fitme_point .fitme_point_title {
  text-align: center;
}

.bland_fitme_point .fitme_point_title h2 {
  font-size: 32px;
  letter-spacing: 8px;
  color: #ed7592;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_title h2 {
    font-size: 24px;
  }
}

.bland_fitme_point .fitme_point_title h2 span {
  font-size: 70px;
  color: #ec5a7e;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_title h2 span {
    font-size: 48px;
  }
}

.bland_fitme_point .fitme_point_detail {
  background: #fff;
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 60px 0px 80px 100px;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail {
    padding: 30px 0px 30px 0px;
  }
}

.bland_fitme_point .fitme_point_detail span {
  font-size: 60px;
  font-weight: bold;
  color: #ece5f0;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail span {
    padding-left: 20px;
    font-size: 42px;
  }
}

.bland_fitme_point .fitme_point_detail span img {
  max-width: 200px;
  height: auto;
}

.bland_fitme_point .fitme_point_detail h3 {
  color: #e95377;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  margin-top: -35px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail h3 {
    margin-top: -15px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail h3 .point1_image {
    height: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail h3 .point2_image {
    height: auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail h3 .point3_image {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail h3 .point4_image {
    height: auto;
  }
}

.bland_fitme_point .fitme_point_detail .point-detail p {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail .point-detail p {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 15px;
  }
}

.bland_fitme_point .fitme_point_detail .point-detail .iso_text {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail .fitme_image_text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.bland_fitme_point .fitme_point_detail .fitme_image_text p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .fitme_point_detail .fitme_image_text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .about_mwig {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.bland_fitme_point .about_mwig p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .about_mwig p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .bland_fitme_point .iso_image {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mr15 {
  margin-right: 15px;
}

/*brand_puely--------------------------------------*/
.brand_pue_block {
    background: #ffe6ff;
    height: auto;
  }
  
  .brand_pue_block .brand_pue_description {
    text-align: center;
  }
  
  .brand_pue_block .brand_pue_description .pue_icon img {
    max-width: 20%;
  }
  
  @media screen and (max-width: 767px) {
    .brand_pue_block .brand_pue_description .pue_text {
      margin-bottom: 40px;
    }
  }
  
  .brand_pue_block .brand_pue_description .sp_pue_text {
    max-width: 80%;
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail {
      text-align: center;
    }
  }
  
  .bland_pue_detail img {
    border-radius: 15px;
  }
  
  .bland_pue_detail .brand_pue_text {
    padding-left: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail .brand_pue_text {
      padding-left: 0;
    }
  }
  
  .bland_pue_detail .brand_pue_text h2 {
    color: #ea587c;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail .brand_pue_text h2 {
      margin-top: 20px;
      font-size: 24px;
      padding: 0 15px;
      text-align: left;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail .brand_pue_text p {
      padding: 0 15px;
      text-align: left;
    }
  }
  
  .bland_pue_detail .brand_pue_text .ISO14001 {
    position: relative;
  }
  
  .bland_pue_detail .brand_pue_text .ISO14001::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 130px;
    height: 130px;
    top: 0;
    right: 0;
    background-image: url(../images/brand_leonka/iso14001.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail .brand_pue_text .ISO14001::after {
      width: 50px;
      height: 50px;
    }
  }
  
  .bland_pue_detail .brand_pue_text p {
    font-size: 18px;
    padding-top: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .bland_pue_detail .brand_pue_text p {
      font-size: 15px;
    }
  }
  
  .bland_pue_detail .brand_pue_text .heading01_sp {
    max-width: 200px;
    height: auto;
    border-radius: 0;
  }
  
  .bland_pue_detail .brand_pue_text .heading02_sp {
    max-width: 250px;
    height: auto;
    border-radius: 0;
  }
  
  .bland_pue_detail .brand_pue_text .heading03_sp {
    max-width: 170px;
    height: auto;
    border-radius: 0;
  }
  


/*brand_leontina--------------------------------------*/
.brand_tina_block {
    background: #f8e5e7;
    height: auto;
  }
  
  .brand_tina_block .brand_tina_description {
    text-align: center;
  }
  
  .brand_tina_block .brand_tina_description .tina_icon img {
    max-width: 20%;
  }
  
  @media screen and (max-width: 767px) {
    .brand_tina_block .brand_tina_description .tina_text {
      margin-bottom: 40px;
    }
  }
  
  .brand_tina_block .brand_tina_description .sp_tina_text {
    max-width: 80%;
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail {
      text-align: center;
    }
  }
  
  .bland_tina_detail img {
    border-radius: 15px;
  }
  
  .bland_tina_detail .brand_tina_text {
    padding-left: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail .brand_tina_text {
      padding-left: 0;
    }
  }
  
  .bland_tina_detail .brand_tina_text h2 {
    color: #ea587c;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail .brand_tina_text h2 {
      margin-top: 20px;
      font-size: 24px;
      padding: 0 15px;
      text-align: left;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail .brand_tina_text p {
      padding: 0 15px;
      text-align: left;
    }
  }
  
  .bland_tina_detail .brand_tina_text .ISO14001 {
    position: relative;
  }
  
  .bland_tina_detail .brand_tina_text .ISO14001::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 130px;
    height: 130px;
    top: 0;
    right: 0;
    background-image: url(../images/brand_leonka/iso14001.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail .brand_tina_text .ISO14001::after {
      width: 50px;
      height: 50px;
    }
  }
  
  .bland_tina_detail .brand_tina_text p {
    font-size: 18px;
    padding-top: 20px;
  }
  
  @media screen and (max-width: 767px) {
    .bland_tina_detail .brand_tina_text p {
      font-size: 15px;
    }
  }
  
  .bland_tina_detail .brand_tina_text .heading01_sp {
    max-width: 200px;
    height: auto;
    border-radius: 0;
  }
  
  .bland_tina_detail .brand_tina_text .heading02_sp {
    max-width: 250px;
    height: auto;
    border-radius: 0;
  }
  
  .bland_tina_detail .brand_tina_text .heading03_sp {
    max-width: 170px;
    height: auto;
    border-radius: 0;
  }
  

/*after care--------------------------------------*/
.after_care_lead .after_care_purchase, .after_care_lead .after_care_support {
  text-align: center;
}

.after_care_lead .after_care_support img {
  max-width: 90%;
}

.after_care_lead .after_care_lead_text {
  text-align: center;
}

.after_care_lead .after_care_lead_text p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .after_care_lead .after_care_lead_text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.after_care_membership_benefits {
  background: #ffffcb;
  height: auto;
  width: 100%;
}

.after_care_membership_benefits h2 {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.after_care_membership_benefits h2 span {
  color: #e7637b;
}

@media screen and (max-width: 767px) {
  .after_care_membership_benefits {
    padding: 0 15px;
    line-height: 1.5;
  }
}

.after_care_benefits {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .after_care_benefits {
    width: 100%;
  }
}

.after_care_benefits .after_care_benefits01 p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .after_care_benefits .after_care_benefits01 p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.after_care_benefits .bold {
  font-weight: bold;
}

.after_care_benefits .ml30 {
  margin-left: 90px;
}

@media screen and (max-width: 767px) {
  .after_care_benefits .ml30 {
    margin-left: 45px;
  }
}

.after_care_menu {
  background: #fdedf0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .after_care_menu {
    height: 520px;
  }
}

.after_care_menu .after_care_menutitle {
  font-size: 28px;
  font-weight: bold;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .after_care_menu .after_care_menutitle {
    font-size: 18px;
    width: 100%;
    line-height: 1.5;
  }
}

.after_care_menu table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .after_care_menu table {
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.after_care_menu table .dark_pink {
  background: #eb5b7e;
  color: #fff;
  font-weight: bold;
}

.after_care_menu table .font-bold {
  font-weight: bold;
}

.after_care_menu table .expendables {
  line-height: 1.2;
}

.after_care_menu table .register_fontsize {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .after_care_menu table .register_fontsize {
    font-size: 15px;
  }
}

.after_care_menu table .register_careful {
  line-height: 1.2;
}

.after_care_menu table .wig_cleaning {
  text-align: left;
  line-height: 1.5;
}

.after_care_menu table .wig_cleaning .font-small {
  font-size: 14px;
  line-height: 1.0;
}

.after_care_menu table .background_color_white {
  background: #fff;
}

.after_care_menu table .background_color_lightpink {
  background: #fbdee3;
}

.after_care_menu table tr {
  border: solid 3px #FDF4F6;
}

.after_care_menu table th, .after_care_menu table td {
  font-weight: normal;
  padding: 15px 15px;
  border: solid 3px #FDF4F6;
}

.after_care_menu .table_carefull {
  width: 75%;
  margin: 0 auto;
}

.after_care_menu .table_carefull h3 {
  font-weight: bold;
  font-size: 16px;
}

.after_care_menu .table_carefull p {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .after_care_menu .table_carefull {
    width: 100%;
  }
}

.after_care_register {
  width: 50%;
  margin: 0 auto;
}

.after_care_register .after_care_registertitle {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .after_care_register .after_care_registertitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .after_care_register {
    width: 100%;
  }
}

/*campagin_detail--------------------------------------*/
.campagin_details_block .campagin_detail_area {
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area {
    width: 100%;
  }
}

.campagin_details_block .campagin_detail_area .date {
  color: #969696;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .date {
    font-size: 13px;
  }
}

.campagin_details_block .campagin_detail_area h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area h2 {
    font-size: 20px;
  }
}

.campagin_details_block .campagin_detail_area .object-fit {
  height: 600px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .object-fit {
    height: 100%;
    text-align: center;
  }
}

.campagin_details_block .campagin_detail_area .object-fit img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.campagin_details_block .campagin_detail_area .heading3-color {
  background: #fdeef1;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .heading3-color {
    border-left: 3px solid #e95c7e;
  }
}

.campagin_details_block .campagin_detail_area .heading3-color h3 {
  border-left: 3px solid #e95c7e;
  padding: 4px 0;
  padding-left: 10px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .heading3-color h3 {
    font-size: 18px;
    border-left: none;
    padding: 0;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 10px;
  }
}

.campagin_details_block .campagin_detail_area .campagin_details_text_area .before-page {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .before-page {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .before-page a {
    font-size: 14px;
  }
}

.campagin_details_block .campagin_detail_area .campagin_details_text_area p {
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.campagin_details_block .campagin_detail_area .campagin_details_text_area span {
  display: inline-block;
  text-decoration: underline;
}

.campagin_details_block .campagin_detail_area .campagin_details_text_area .beside_image .col-md-12 {
  padding-right: 7px;
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beside_image .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image .pl15 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image .pr15 {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image .pl5 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .campagin_details_block .campagin_detail_area .campagin_details_text_area .beneath_image .pr5 {
    padding-right: 10px;
  }
}

/*fitme_quality--------------------------------------*/
.fitme_quality_block {
  height: auto;
}

.fitme_quality_block .fitme_quality_description {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fitme_quality_block .fitme_quality_description {
    padding-bottom: 40px;
  }
}

.fitme_quality_block .fitme_quality_description p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_block .fitme_quality_description p {
    font-size: 15px;
    text-align: left;
  }
}

.fitme_quality_point {
  background: #fadce4;
  height: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.fitme_quality_point .fitme_point_detail {
  background: #fff;
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 60px 50px 60px 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail {
    padding: 30px 10px 30px 10px;
  }
}

.fitme_quality_point .fitme_point_detail span {
  font-size: 60px;
  font-weight: bold;
  color: #ece5f0;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail span {
    padding-left: 20px;
    font-size: 42px;
  }
}

.fitme_quality_point .fitme_point_detail .point-detail {
  font-size: 18px;
}

.fitme_quality_point .fitme_point_detail .point-detail .image {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail .point-detail .image {
    margin: 0 auto 20px auto;
  }
}

.fitme_quality_point .fitme_point_detail .point-detail .text1 {
  margin: 40px 0 10px 0;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail .point-detail .text1 {
    margin: 20px 0 10px 0;
    line-height: 2;
    font-size: 15px;
  }
}

.fitme_quality_point .fitme_point_detail .point-detail .text2 {
  color: #235F88;
  line-height: 1.8;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail .point-detail .text2 {
    font-size: 15px;
  }
}

.fitme_quality_point .fitme_point_detail .point-detail .text3 {
  line-height: 1.8;
  font-size: 16px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point .fitme_point_detail .point-detail .text3 {
    font-size: 12px;
  }
}

.fitme_quality_point2 {
  height: auto;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 {
    padding-bottom: 40px;
  }
}

.fitme_quality_point2 .fitme_point_detail {
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .fitme_point_detail {
    padding: 30px 10px 30px 10px;
  }
}

.fitme_quality_point2 .point1 {
  background: #C9E5F9;
}

.fitme_quality_point2 .point1 .image {
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point1 .image {
    margin-right: -12px;
  }
}

.fitme_quality_point2 .point1 .relative {
  position: relative;
}

.fitme_quality_point2 .point1 .point1_sub_img {
  width: 300px;
  height: 200px;
  position: absolute;
  top: -62px;
  left: 62px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point1 .point1_sub_img {
    width: 140px;
    height: 90px;
    position: absolute;
    bottom: 0;
    top: -90px;
    left: -16px;
    z-index: 999;
  }
}

.fitme_quality_point2 .point1 .text1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point1 .text1 {
    margin-top: 20px;
  }
}

.fitme_quality_point2 .point1 .text2 {
  line-height: 2.2;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point1 .text2 {
    line-height: 2;
    font-size: 15px;
    margin-top: 10px;
  }
}

.fitme_quality_point2 .point1 .text3 {
  line-height: 1.8;
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point1 .text3 {
    line-height: 2;
    font-size: 13px;
    margin-top: 40px;
  }
}

.fitme_quality_point2 .point2 {
  background: #FBE5CF;
}

.fitme_quality_point2 .point2 .image {
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point2 .image {
    margin-right: -12px;
  }
}

.fitme_quality_point2 .point2 .relative {
  position: relative;
}

.fitme_quality_point2 .point2 .point2_sub_img {
  width: 200px;
  height: 125px;
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point2 .point2_sub_img {
    width: 130px;
    height: 93px;
    position: absolute;
    top: -44px;
    left: 36px;
    z-index: 999;
  }
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point2 .point-detail {
    padding: 0 15px;
  }
}

.fitme_quality_point2 .point2 .text1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point2 .text1 {
    margin-top: 30px;
  }
}

.fitme_quality_point2 .point2 .text2 {
  line-height: 2.2;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point2 .text2 {
    line-height: 2;
    font-size: 15px;
    margin-top: 10px;
  }
}

.fitme_quality_point2 .point3 {
  background: #E1DEEF;
}

.fitme_quality_point2 .point3 .image {
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point3 .image {
    margin-right: -12px;
  }
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point3 .point-detail {
    padding: 0 15px;
  }
}

.fitme_quality_point2 .point3 .text1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point3 .text1 {
    margin-top: 30px;
  }
}

.fitme_quality_point2 .point3 .text2 {
  line-height: 2.2;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point3 .text2 {
    line-height: 2;
    font-size: 15px;
    margin-top: 10px;
  }
}

.fitme_quality_point2 .point4 {
  background: #D3EACB;
}

.fitme_quality_point2 .point4 .image {
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point4 .image {
    margin-right: -12px;
  }
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point4 .point-detail {
    padding: 0 15px;
  }
}

.fitme_quality_point2 .point4 .text1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point4 .text1 {
    margin-top: 30px;
  }
}

.fitme_quality_point2 .point4 .text2 {
  line-height: 2.2;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point4 .text2 {
    line-height: 2;
    font-size: 15px;
    margin-top: 10px;
  }
}

.fitme_quality_point2 .point5 {
  background: #F8D4DC;
}

.fitme_quality_point2 .point5 .image {
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point5 .image {
    margin-right: -12px;
  }
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point5 .point-detail {
    padding: 0 15px;
  }
}

.fitme_quality_point2 .point5 .text1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point5 .text1 {
    margin-top: 30px;
  }
}

.fitme_quality_point2 .point5 .text2 {
  line-height: 2.2;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fitme_quality_point2 .point5 .text2 {
    line-height: 2;
    font-size: 15px;
    margin-top: 10px;
  }
}

/*画像調整用*/
@media screen and (max-width: 767px) {
  .point1_sp_size {
    max-width: 220px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .point2_sp_size {
    max-width: 220px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .point3_sp_size {
    max-width: 240px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .point4_sp_size {
    max-width: 230px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .point5_sp_size {
    max-width: 200px;
    height: auto;
  }
}

/*_product_introduction--------------------------------------*/
.product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text img, .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text p {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text img, .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text p {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text .highpack-heading_title {
    max-width: 190px;
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text .fullwig-heading_title {
    max-width: 180px;
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text .medicalwig-heading_title {
    max-width: 220px;
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text .fashionwig-heading_title {
    max-width: 230px;
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text .catalogbutton {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}

.product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text p {
  font-size: 18px;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .product_leonka_block .product_leonka_detail .product_leonka_common .product_leonka_text p {
    line-height: 2.0;
    font-size: 13px;
  }
}

.another_wig_block {
  background: #fdeef1;
  height: auto;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .another_wig_block {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
  }
}

.another_wig_block .another_wig_detail {
  padding: 40px 80px;
}

@media screen and (max-width: 767px) {
  .another_wig_block .another_wig_detail {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 767px) {
  .another_wig_block .another_wig_detail .another_wig_image {
    max-width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .another_wig_block .another_wig_detail p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .another_wig_block .another_wig_detail .another_wig_text2 {
    font-size: 11px;
  }
}

.another_caution_block .another_caution_detail {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .another_caution_block .another_caution_detail {
    margin-left: 20px;
    font-size: 11px;
  }
}

.another_caution_block .another_caution_detail .another_caution_text2 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .another_caution_block .another_caution_detail .another_caution_text2 {
    margin-left: 0;
  }
}

/*comming_soon--------------------------------------*/
.comming_soon_block {
  text-align: center;
}

/*sitemap--------------------------------------*/
.top_block {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .bottom-block {
    margin-bottom: 70px !important;
  }
}

.sitemap_block {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sitemap_block {
    margin-top: 0;
  }
}

.sitemap_block .sitemap_block_top {
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block_top {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block_top {
    background: #f1f1f1;
    padding-bottom: 15px;
    border-radius: 5px;
    padding-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block_top img {
    margin-top: 15px;
    margin-left: 15px;
    height: auto;
  }
}

.sitemap_block .sitemap_block-column {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column {
    padding-bottom: 0;
  }
}

.sitemap_block .sitemap_block-column .col-md-6 {
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .col-md-6 {
    max-width: 100%;
  }
}

.sitemap_block .sitemap_block-column .left-block {
  border-bottom: 1px dotted #e0e0e0;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block .single-menu {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block .left-image {
    padding-top: 1px;
    background: #f1f1f1;
    padding-bottom: 15px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block .left-image img {
    margin-top: 15px;
    margin-left: 15px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul {
    margin-bottom: 20px;
  }
}

.sitemap_block .sitemap_block-column .left-block ul li {
  font-size: 18px;
  margin-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul li {
    padding-left: 10px;
  }
}

.sitemap_block .sitemap_block-column .left-block ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul li::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul li::after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #ee88a0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul li .fa {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .left-block ul li {
    border-bottom: 1px dotted #e0e0e0;
    font-size: 15px;
    margin-left: 0px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
}

.sitemap_block .sitemap_block-column .left-block ul a {
  margin-left: 10px;
}

.sitemap_block .sitemap_block-column .right-block {
  padding-bottom: 40px;
  border-bottom: 1px dotted #e0e0e0;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block .single-menu {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block .right-image {
    padding-top: 1px;
    background: #f1f1f1;
    padding-bottom: 15px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block .right-image img {
    margin-top: 15px;
    margin-left: 15px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block .right-image .degital-image {
    max-width: 260px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block .right-image .law-image {
    max-width: 220px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul {
    margin-bottom: 20px;
  }
}

.sitemap_block .sitemap_block-column .right-block ul li {
  font-size: 18px;
  margin-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul li {
    padding-left: 10px;
  }
}

.sitemap_block .sitemap_block-column .right-block ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul li::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul li::after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #ee88a0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul li .fa {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sitemap_block .sitemap_block-column .right-block ul li {
    border-bottom: 1px dotted #e0e0e0;
    font-size: 15px;
    margin-left: 0px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
}

.sitemap_block .sitemap_block-column .right-block ul a {
  margin-left: 10px;
}

/*見出し画像調整用*/
.sp_top_img {
  max-width: 115px;
  height: auto;
}

.sp_leonka_img {
  max-width: 80px;
  height: auto;
}

.sp_fitme_img {
  max-width: 115px;
  height: auto;
}

.sp_support_img {
  max-width: 150px;
  height: auto;
}

.sp_wig_img {
  max-width: 165px;
  height: auto;
}

.sp_salon_img {
  max-width: 150px;
  height: auto;
}

.sp_aboutus_img {
  max-width: 140px;
  height: auto;
}

.sp_news_img {
  max-width: 125px;
  height: auto;
}

.sp_campagin_img {
  max-width: 160px;
  height: auto;
}

.sp_praivacypolicy_img {
  max-width: 190px;
  height: auto;
}

.sp_law_img {
  max-width: 240px;
  height: auto;
}

.sp_contact_img {
  max-width: 125px;
  height: auto;
}

.sp_sitemap_img {
  max-width: 125px;
  height: auto;
}

.sp_degital_img {
  max-width: 180px;
  height: auto;
}

.sp_leonkaonlineshop_img {
  max-width: 280px;
  height: auto;
}

/*company--------------------------------------*/
.company_block {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .company_block {
    margin-top: 50px;
  }
}

.company_block .company_detail {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail {
    width: 90%;
  }
}

.company_block .company_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail p {
    font-size: 15px;
  }
}

.company_block .company_detail .about_company .established p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .about_company .established p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .about_company .established h2 img {
    max-width: 280px;
  }
}

.company_block .company_detail .about_company .leonkaworld h2 {
  margin-top: 20px;
}

.company_block .company_detail .about_company .leonkaworld h2::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 110px;
  height: 110px;
  top: 40px;
  right: 0;
  background-image: url(../images/brand_leonka/iso14001.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .about_company .leonkaworld h2::after {
    width: 55px;
    height: 55px;
    top: -15px;
    right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .about_company .leonkaworld h2 img {
    max-width: 220px;
  }
}

.company_block .company_detail .about_company .leonkaworld p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .about_company .leonkaworld p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.company_block .company_detail .col-md-3 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .col-md-9 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .company_block .company_detail .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

.company_block .company-border {
  border-bottom: dotted 1px #9b9b9b;
}

.company_banner .banner-block {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block {
    padding: 0 15px;
    justify-content: center;
  }
}

.company_banner .banner-block .banner2 {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .banner2 {
    margin-left: 0;
  }
}

.company_banner .banner-block img {
  display: block;
}

.company_banner .banner-block a img {
  width: 360px;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block a img {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .banner_link {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .sp_banner_size_history {
    margin-left: 0;
    height: auto;
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .sp_banner_size_company {
    height: auto;
    max-width: 95px;
  }
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .sp_banner_size_leonka {
    height: auto;
    max-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .company_banner .banner-block .sp_banner_size_beginner {
    height: auto;
    max-width: 130px;
  }
}

.ml15 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .ml15 {
    margin-left: 0;
  }
}

.history_timeline {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.history_timeline .detail:nth-of-type(even) {
  background: #FDEEF2;
}

.history_timeline .detail .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.history_timeline .detail:first-child .container {
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;
}

.history_timeline .detail .container .line1 {
  position: relative;
  display: block;
}

.history_timeline .detail .container .line1::before {
  content: "";
  display: block;
  border-left: 1px dotted #EA5B7D;
  position: absolute;
  top: 65px;
  left: 85px;
  height: 8380px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .history_timeline .detail .container .line1::before {
    top: 50px;
    left: 34px;
    height: 8490px;
  }
}

.history_timeline .detail .container .line2 {
  position: relative;
  display: block;
}

.history_timeline .detail .container .line2::before {
  content: "";
  display: block;
  border-left: 1px dotted #EA5B7D;
  position: absolute;
  top: 65px;
  left: 87px;
  height: 8380px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .history_timeline .detail .container .line2::before {
    top: 50px;
    left: 36px;
    height: 8490px;
  }
}

.history_timeline .detail .container .line3 {
  position: relative;
  display: block;
}

.history_timeline .detail .container .line3::before {
  content: "";
  display: block;
  border-left: 1px dotted #EA5B7D;
  position: absolute;
  top: 65px;
  left: 89px;
  height: 8380px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .history_timeline .detail .container .line3::before {
    top: 50px;
    left: 38px;
    height: 8490px;
  }
}

.history_timeline .detail .container .line4 {
  position: relative;
  display: block;
}

.history_timeline .detail .container .line4::before {
  content: "";
  display: block;
  border-left: 1px dotted #EA5B7D;
  position: absolute;
  top: 65px;
  left: 91px;
  height: 8380px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .history_timeline .detail .container .line4::before {
    top: 50px;
    left: 40px;
    height: 8490px;
  }
}

.history_timeline .detail .container .line5 {
  position: relative;
  display: block;
}

.history_timeline .detail .container .line5::before {
  content: "";
  display: block;
  border-left: 1px dotted #EA5B7D;
  position: absolute;
  top: 65px;
  left: 93px;
  height: 8380px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .history_timeline .detail .container .line5::before {
    top: 50px;
    left: 42px;
    height: 8490px;
  }
}

.history_timeline .detail .num {
  max-width: 150px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background: #EA5B7D;
  position: absolute;
  top: -78px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history_timeline .detail .num_small {
  max-width: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  background: #EA5B7D;
  position: absolute;
  top: -50px;
  left: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.history_timeline .detail .txt {
  font-size: 18px;
}

.history_timeline .detail .ctn {
  padding-left: 216px;
}

.history_timeline .detail:last-child .ctn {
  padding-left: 100px;
}

.history_timeline .history_point .txt2 {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2.2;
}

.history_timeline .history_point_img .txt3 {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

.history_timeline .history_point_img.type2 li:nth-child(n + 2) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .history_timeline .history_point_img.type2 li:nth-child(n + 2) {
    margin-left: 0;
  }
}

.history_timeline .three_image_type {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .history_timeline .three_image_type {
    line-height: 1.3;
    font-size: 12px;
  }
}

.history_timeline .gray_border {
  border: 1px dotted #ccc;
}

@media screen and (max-width: 767px) {
  .history_timeline {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .history_timeline .detail:first-child .container {
    position: relative;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .history_timeline .detail .container {
    top: -20px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .history_timeline .detail:not(:last-child) .container::before {
    left: 50px;
    padding-bottom: 20px;
  }
  .history_timeline .detail .num {
    max-width: 76px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background: #EA5B7D;
    position: absolute;
    top: -24px;
    left: 15px;
    padding: 14px;
  }
  .history_timeline .detail .num_small {
    max-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background: #EA5B7D;
    position: absolute;
    top: -5px;
    left: 27px;
    padding: 8px;
  }
  .history_timeline .detail .txt {
    font-size: 15px;
  }
  .history_timeline .detail .ctn {
    padding-left: 86px;
  }
  .history_timeline .detail:last-child .ctn {
    padding-left: 24px;
  }
  .history_timeline .history_point .txt2 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2;
  }
  .history_timeline .history_point_img {
    margin-top: 20px;
  }
  .history_timeline .txt2 {
    font-size: 15px;
  }
}

/*スマホ タイトル画像サイズ調整用*/
@media screen and (max-width: 767px) {
  .first-title {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .second-title {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .third-title {
    max-width: 230px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .fifth-title {
    max-width: 125px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sixth-title {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .seventh-title {
    max-width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .ninth-title {
    max-width: 190px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .tenth-title {
    max-width: 210px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .eleventh-title {
    max-width: 135px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .thirteenth-title {
    max-width: 190px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .fourteenth-title {
    max-width: 220px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .fifteenth-title {
    max-width: 230px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sixteenth-title {
    max-width: 210px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .seventeenth-title {
    max-width: 100px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .future .txt, .future .txt2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .seventeenth-img {
    max-width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 0 !important;
  }
}

.beginner_block .beginner_detail {
  text-align: center;
}

.beginner_block .beginner_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .beginner_block .beginner_detail p {
    font-size: 14px;
  }
}

.about_wig_block .about_wig_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .about_wig_block .about_wig_detail p {
    font-size: 14px;
  }
}

.about_wig_block .about_wig_detail .about_wig_image {
  height: auto;
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .about_wig_block .about_wig_detail .about_wig_image {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about_wig_block .about_wig_detail .what_wig {
    margin-top: 20px;
    height: auto;
    max-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .about_wig_block .about_wig_detail .kindof_wig {
    margin-top: 20px;
    height: auto;
    max-width: 170px;
  }
}

/*salon_list--------------------------------------*/
.content_container {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content_container {
    width: 100%;
  }
}

.salon_flow_block {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .salon_flow_block {
    width: 100%;
    margin-top: 0;
  }
}

.salon_flow_block .salon_flow_text p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .salon_flow_block .salon_flow_text p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 55px;
  }
}

.salon_flow_block .salon_flow_detail {
  border-bottom: 1px dotted #cbcbcb;
}

@media screen and (max-width: 767px) {
  .salon_flow_block .salon_flow_detail {
    margin-bottom: 0;
  }
}

.salon_flow_block .salon_flow_detail h2 {
  border-left: 3px solid #e95b7f;
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding-left: 10px;
  padding-top: 2px;
  height: 25px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .salon_flow_block .salon_flow_detail h2 {
    height: 22px;
    margin-top: 50px;
    font-size: 18px;
  }
}

.salon_flow_block .flow_sp_gray_01 .background_gray {
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 5px;
  padding: 18px 0;
}

.salon_flow_block .flow_sp_gray_01 .background_gray img {
  max-width: 150px;
  height: auto;
}

.salon_flow_block .flow_sp_gray_01 p {
  font-size: 13px;
  line-height: 1.6;
}

.salon_flow_block .flow_sp_gray_01 .arrow_sp {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.salon_flow_block .flow_sp_gray_01 .arrow_sp img {
  max-width: 20px;
  height: auto;
}

.salon_flow_block .flow_sp_gray_02 .background_gray {
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 5px;
  padding: 18px 0;
}

.salon_flow_block .flow_sp_gray_02 .background_gray img {
  max-width: 230px;
  height: auto;
}

.salon_flow_block .flow_sp_gray_02 p {
  font-size: 13px;
  line-height: 1.6;
}

.salon_flow_block .flow_sp_gray_02 .arrow_sp {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.salon_flow_block .flow_sp_gray_02 .arrow_sp img {
  max-width: 20px;
  height: auto;
}

.salon_flow_block .flow_sp_pink_03 .background_gray {
  background-color: #fbdde5;
  text-align: center;
  border-radius: 5px;
  padding: 18px 0;
}

.salon_flow_block .flow_sp_pink_03 .background_gray img {
  max-width: 180px;
  height: auto;
}

.salon_flow_block .flow_sp_pink_03 p {
  font-size: 13px;
  line-height: 1.6;
  color: #ef87a2;
}

.salon_flow_block .flow_sp_pink_03 .arrow_sp {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.salon_flow_block .flow_sp_pink_03 .arrow_sp img {
  max-width: 20px;
  height: auto;
}

.salon_flow_block .flow_sp_gray_04 .background_gray {
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 5px;
  padding: 18px 0;
}

.salon_flow_block .flow_sp_gray_04 .background_gray img {
  max-width: 170px;
  height: auto;
}

.salon_flow_block .flow_sp_gray_04 p {
  font-size: 13px;
  line-height: 1.6;
}

.salon_flow_block .flow_sp_gray_04 .arrow_sp {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.salon_flow_block .flow_sp_gray_04 .arrow_sp img {
  max-width: 20px;
  height: auto;
}

.salon_location_block .salon_location_list ul {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul {
    max-width: 100%;
  }
}

.salon_location_block .salon_location_list ul li {
  text-align: center;
  padding: 30px 19px;
  border: 1px solid #cbcbcb;
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li {
    padding: 20px 0px;
    border: 1px solid #ededed;
  }
}

.salon_location_block .salon_location_list ul li:nth-child(1) {
  border-bottom: none;
}

.salon_location_block .salon_location_list ul li:nth-child(2) {
  border-left: none;
  border-bottom: none;
}

.salon_location_block .salon_location_list ul li:nth-child(3) {
  border-left: none;
  border-bottom: none;
}

.salon_location_block .salon_location_list ul li:nth-child(4) {
  border-left: none;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(4) {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(5) {
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #ededed;
  }
}

.salon_location_block .salon_location_list ul li:nth-child(6) {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(6) {
    border-bottom: none;
    border-right: 1px solid #ededed;
  }
}

.salon_location_block .salon_location_list ul li:nth-child(n+7) {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(n+7) {
    border-left: 1px solid #ededed;
  }
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(7) {
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
}

@media screen and (max-width: 767px) {
  .salon_location_block .salon_location_list ul li:nth-child(8) {
    border-left: none;
    border-bottom: 1px solid #ededed;
  }
}

.salon_area_block .salon_area_detail .border-line {
  border-top: 1px dotted #cbcbcb;
}

.salon_area_block .salon_area_detail .prefecture_headding {
  margin-top: 20px;
}

.salon_area_block .salon_area_detail .prefecture_headding .collapse-adjustiment {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding .collapse-adjustiment {
    padding-top: 1px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding .pre-border-dotted {
  border-bottom: 1px dotted #ed7ab8;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding .pre-border-dotted {
    padding-bottom: 15px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding ul li:nth-child(1) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding ul li:nth-child(1) {
    margin-top: 15px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding ul li:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding ul li .prefecture {
  margin-left: 10px;
  height: auto;
  width: 55px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding ul li .prefecture {
    width: 32px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding ul li .right-arrow {
  height: auto;
  width: 25px;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .prefecture_headding ul li .right-arrow {
    width: 12px;
  }
}

.salon_area_block .salon_area_detail .prefecture_headding ul li.collapsed .right-arrow {
  transform: rotate(0deg);
}

.salon_area_block .salon_area_detail h3 {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail h3 {
    font-size: 16px;
  }
}

.salon_area_block .salon_area_detail .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .border-bottom {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.salon_area_block .salon_area_detail .salon_area_infomation {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .salon_area_infomation {
    width: 100%;
  }
}

.salon_area_block .salon_area_detail .salon_area_infomation p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .salon_area_infomation p {
    font-size: 13px;
  }
}

.salon_area_block .salon_area_detail .salon_area_infomation .sp_map {
  max-width: 70px;
  height: auto;
  margin-top: 10px;
}

.salon_area_block .salon_area_detail .salon_area_infomation .salon_address .cfs-hyperlink .text {
  border: 1px solid #e95b7f;
  padding: 5px 20px;
  color: #e95b7f;
  margin-left: -15px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .salon_area_infomation .salon_address .cfs-hyperlink .text {
    display: block;
    width: 40px;
    margin-left: 0;
    padding: 5px 5px;
    font-size: 11px;
    margin-top: -10px;
  }
}

.salon_area_block .salon_area_detail .tag-area li {
  background: #f0f0f3;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.salon_area_block .salon_area_detail .tag-area li:nth-child(n+2) {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .salon_area_block .salon_area_detail .tag-area li {
    padding: 5px 10px;
    font-size: 10px;
  }
  .salon_area_block .salon_area_detail .tag-area li:nth-child(4) {
    margin-left: 0px;
  }
  .salon_area_block .salon_area_detail .tag-area li:nth-child(n+5) {
    margin-left: 10px;
  }
  .salon_area_block .salon_area_detail .tag-area li:nth-child(7) {
    margin-left: 0px;
  }
  .salon_area_block .salon_area_detail .tag-area li:nth-child(n+4) {
    margin-top: 10px;
  }
}

.salon_under_seconde {
  margin-top: 250px;
}

@media screen and (max-width: 767px) {
  .salon_under_seconde {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hokkaido {
    height: auto;
    max-width: 65px;
  }
}

@media screen and (max-width: 767px) {
  .tohoku {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .kanto {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .tyubu {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .kinki {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .tyugoku {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .shikoku {
    height: auto;
    max-width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .kyushu_okinawa {
    height: auto;
    max-width: 95px;
  }
}

.salon-list-ml15 {
  margin-left: 15px;
}

.cfs-hyperlink {
  text-decoration: underline!important; 
  color: #ed7ab8!important;
}

@media screen and (max-width: 767px) {
  .salon-list-ml15 {
    margin-left: 0;
  }
}

.border-dotted {
  border-bottom: 1px dotted #ededed;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .border-dotted {
    margin-bottom: 30px;
  }
}

.border-dotted:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.three-letters-prefecture {
  height: auto;
  width: 80px !important;
}

@media screen and (max-width: 767px) {
  .three-letters-prefecture {
    width: 45px !important;
  }
}

/*about_fitme--------------------------------------*/
@media screen and (max-width: 767px) {
  .about_fitme_block .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_block {
    padding: 0 10px;
  }
}

.about_fitme_block .about_fitme_women {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .about_fitme_block .about_fitme_women {
    padding-right: 0;
    padding: 0 10px;
    margin-bottom: 40px;
  }
}

.about_fitme_block .about_fitme_detail {
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .about_fitme_block .about_fitme_detail {
    padding-left: 0;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_block .about_fitme_detail img {
    max-width: 60%;
  }
}

.about_fitme_block .about_fitme_detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .about_fitme_block .about_fitme_detail p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.about_fitme_point {
  background: #ece4ef;
  height: auto;
  padding-bottom: 100px;
}

.about_fitme_point .heading-point {
  text-align: center;
}

.about_fitme_point .heading-point img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .heading-point img {
    height: auto;
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .heading-point-detail h3 img {
    height: auto;
    max-width: 60%;
    margin-left: 10px;
  }
}

.about_fitme_point .point-area .point-detail {
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  height: auto;
  width: 88%;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail {
    border-radius: 10px;
    width: 100%;
  }
}

.about_fitme_point .point-area .point-detail .point-image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp-image {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point1 {
    height: auto;
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point2 {
    height: auto;
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point3 {
    height: auto;
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point4 {
    height: auto;
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point5 {
    height: auto;
    max-width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-image .sp_headding_size_point6 {
    height: auto;
    max-width: 140px;
  }
}

.about_fitme_point .point-area .point-detail .point-text {
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-text {
    margin-left: 0;
    padding: 0 20px;
  }
}

.about_fitme_point .point-area .point-detail .point-text .heading4-text {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail .point-text h4 {
    line-height: 1.2;
  }
}

.about_fitme_point .point-area .point-detail p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail p {
    font-size: 14px;
    line-height: 1.8;
  }
}

.about_fitme_point .point-area .point-detail h4 {
  font-size: 24px;
  color: #d765a1;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point-detail h4 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}

.about_fitme_point .point-area .point5 {
  margin-left: 70px;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .about_fitme_point .point-area .point5 {
    margin-right: 0;
    margin: 20px;
  }
}

.ml-15_mr15 {
  margin-left: -15px;
  margin-right: 15px;
}

.ml90 {
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .ml90 {
    margin-left: 0px;
  }
}

.mr45 {
  margin-right: 45px;
}

.about-fitme-footer {
  margin-top: -50px;
}

.salon_workshop .salon_work_box {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .salon_workshop .salon_work_box {
    margin-top: 50px;
  }
}

.salon_workshop .contents {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .salon_workshop .contents {
    margin-top: 20px;
    padding-left: 0;
  }
}

.salon_workshop .contents .text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .salon_workshop .contents .text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .salon_workshop .contents .contents_title {
    padding-left: 15px;
    max-width: 220px;
    height: auto;
  }
}

.salon_workshop .online {
  background-color: #CCE7F6;
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .salon_workshop .online {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .salon_workshop .online h2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .pop .pop_contents1 {
    padding: 0 25px;
  }
}

.pop .pop_contents1 .pop_text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents1 .pop_text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}

.pop .pop_contents1 .pop_text .dl_free {
  color: #EA5B7D;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents2 {
    padding: 0 10px;
  }
}

.pop .pop_contents2 .pop_box {
  padding: 50px;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents2 .pop_box {
    padding: 40px 10px;
  }
}

.pop .pop_contents2 .pop_box .text {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents2 .pop_box .text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.pop .pop_contents2 .contents_title {
  display: flex;
  justify-content: center;
}

.pop .pop_contents2 .contents_title .heading_img_sp {
  max-width: 170px;
  height: auto;
  margin-bottom: 10px;
}

.pop .pop_contents2 .pop_list li {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents2 .pop_list li {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.6;
  }
}

.pop .pop_contents3 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 {
    margin-top: 70px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_box ul li {
    margin-top: 20px;
  }
}

.pop .pop_contents3 .dl_box ul li .img_box {
  border: 1px solid #F0F0F3;
  border-radius: 20px;
  width: 100%;
  min-height: 286px;
  padding: 30px 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_box ul li .img_box {
    min-height: 100px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_box ul li .img_box .img {
    height: 78px;
    width: 78px;
    min-height: 120px;
    object-fit: contain;
  }
}

.pop .pop_contents3 .dl_box ul li .img_box .zoom {
  position: absolute;
  width: 30px;
  right: 14px;
  bottom: 14px;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_box ul li .img_box .zoom {
    width: 20px;
    right: 10px;
    bottom: 10px;
  }
}

.pop .pop_contents3 .dl_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_title {
    font-size: 15px;
  }
}

.pop .pop_contents3 .dl_size {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
  color: #939292;
}

@media screen and (max-width: 767px) {
  .pop .pop_contents3 .dl_size {
    font-size: 15px;
  }
}

.contact_user .contact_box {
  width: 1000px;
}

.contact_user .contact_box .contact_user_text {
  font-size: 18px;
  line-height: 1.0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_box .contact_user_text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}

.contact_user .contact_box .contact_user_text .contact_user_text_link {
  font-weight: bold;
  color: #EA5B7D;
  cursor: pointer;
}

.contact_user .contact_box .contact_user_text .contact_user_text_link:hover {
  opacity: 0.8;
}

.contact_user .contact_box .contact_user_text2 {
  margin-top: 45px;
  padding: 30px 60px;
  border: dotted 1px #999;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_box .contact_user_text2 {
    margin-top: 25px;
    padding: 18px;
    font-size: 12px;
    line-height: 2;
  }
}

.contact_user .contact_user_form {
  margin-top: 75px;
  /* 下向きの矢印 */
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form {
    margin-top: 60px;
  }
}

.contact_user .contact_user_form .form_width {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .form_width {
    width: 100%;
  }
}

.contact_user .contact_user_form .form_title {
  padding: 0 15px;
  border-left: 3px solid #e95c7e;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .form_title {
    font-size: 22px;
    padding: 0 8px;
  }
}

.contact_user .contact_user_form .form_area {
  margin-top: 25px;
}

.contact_user .contact_user_form .form_area .text_use {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.contact_user .contact_user_form table {
  border-collapse: collapse;
}

.contact_user .contact_user_form span {
  font-size: 14px;
}

.contact_user .contact_user_form input[type="submit"],
.contact_user .contact_user_form input[type="text"],
.contact_user .contact_user_form input[type="image"],
.contact_user .contact_user_form select,
.contact_user .contact_user_form textarea,
.contact_user .contact_user_form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.contact_user .contact_user_form input[type="image"] {
  max-width: 100%;
}

.contact_user .contact_user_form .select-custom {
  position: relative;
}

.contact_user .contact_user_form .select-custom select {
  width: 190px;
}

.contact_user .contact_user_form .select-custom::after {
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
  pointer-events: none;
}

.contact_user .contact_user_form input[type="text"],
.contact_user .contact_user_form select,
.contact_user .contact_user_form textarea {
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 340px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form input[type="text"],
  .contact_user .contact_user_form select,
  .contact_user .contact_user_form textarea {
    width: 300px;
  }
}

.contact_user .contact_user_form input[type="text"]:focus,
.contact_user .contact_user_form textarea:focus {
  background: #FDEEF2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.contact_user .contact_user_form textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

.contact_user .contact_user_form input::placeholder,
.contact_user .contact_user_form textarea::placeholder {
  color: #ccc;
}

.contact_user .contact_user_form ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_user .contact_user_form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_user .contact_user_form :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_user .contact_user_form .form-table {
  width: 100%;
}

.contact_user .contact_user_form .form-table th,
.contact_user .contact_user_form .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 30px;
}

.contact_user .contact_user_form .form-table th {
  background: #FDEEF2;
  position: relative;
  text-align: left;
  width: 300px;
}

.contact_user .contact_user_form .form-table .first_input {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .form-table .first_input {
    margin-right: 20px;
  }
}

.contact_user .contact_user_form .form-table .name span {
  margin-right: 10px;
}

.contact_user .contact_user_form .form-table .name input {
  width: 250px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .form-table .name input {
    width: 80%;
    margin-top: 4px;
  }
}

.contact_user .contact_user_form table tr th.need {
  padding-right: 56px;
}

.contact_user .contact_user_form table tr th.need:after {
  content: "\5FC5\9808";
  top: 38px;
  right: 22px;
  margin-top: -5px;
  background: #FD4D7C !important;
  font-weight: normal;
  font-size: 11px;
  color: #FFF;
  padding: 4px 5px;
  position: absolute;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form table tr th.need:after {
    top: 24px;
  }
}

.contact_user .contact_user_form table tr th.test.need:after {
  top: 24px;
}

.contact_user .contact_user_form .address .address-width {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .address .address-width {
    margin-bottom: 5px;
  }
}

.contact_user .contact_user_form .address .zipcode_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .address .zipcode_first {
    margin-top: 4px;
  }
}

.contact_user .contact_user_form .address .hyphen {
  margin: 0 5px;
}

.contact_user .contact_user_form .address .zipcode_second {
  width: 180px;
}

.contact_user .contact_user_form .address .address-normal-input-width {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .address .address-normal-input-width {
    margin-top: 5px;
    width: 300px;
  }
}

.contact_user .contact_user_form .address .sp_mt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .address .sp_mt {
    margin-top: 20px;
  }
}

.contact_user .contact_user_form .tel .tel_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .tel .tel_first {
    width: 60px;
  }
}

.contact_user .contact_user_form .tel .hyphen {
  margin: 0 5px;
}

.contact_user .contact_user_form .tel .tel_second {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .tel .tel_second {
    width: 80px;
  }
}

.contact_user .contact_user_form .mail .mail-width01 {
  width: 340px;
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 340px;
  border-radius: 5px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .mail .mail-width01 {
    width: 300px;
  }
}

.contact_user .contact_user_form .mail .mail-width02 {
  width: 340px;
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 9px 15px;
  width: 340px;
  border-radius: 5px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .mail .mail-width02 {
    width: 300px;
    padding: 12px 15px;
  }
}

.contact_user .contact_user_form .mail .text {
  font-size: 14px;
  margin-top: 10px;
}

.contact_user .contact_user_form .mail .text2 {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

.contact_user .contact_user_form .buy_date .year {
  width: 100px;
}

.contact_user .contact_user_form .buy_date .year_text {
  padding: 0 5px;
  margin-right: 20px;
}

.contact_user .contact_user_form .buy_date .month {
  width: 80px;
}

.contact_user .contact_user_form .buy_date .month_text {
  padding: 0 5px;
}

.contact_user .contact_user_form .buy_number .buy_number_first {
  width: 90px;
}

.contact_user .contact_user_form .buy_number .buy_number_second {
  width: 180px;
}

.contact_user .contact_user_form .buy_number .hyphen {
  margin: 0 5px;
}

.contact_user .contact_user_form .buy_number .attention {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .buy_number .buy_number_example {
    margin-top: 10px;
  }
}

.contact_user .contact_user_form .contact_question label {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .contact_question label {
    margin-top: 10px;
  }
}

.contact_user .contact_user_form .contact_question textarea {
  width: 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .contact_user .contact_user_form .form-table th,
  .contact_user .contact_user_form .form-table td {
    display: block;
    width: 97%;
    border-bottom: none;
    padding: 20px 0;
  }
  .contact_user .contact_user_form .form-table td {
    padding: 20px 0 40px;
  }
  .contact_user .contact_user_form .form-table th {
    padding-left: 10px;
  }
}

.contact_user .contact_user_form .select-custom select {
  width: auto;
  min-width: 100px;
}

.contact_user .contact_user_form .select-custom-md select {
    width: auto;
    min-width: 50px;
  }

.contact_salon .contact_box {
  width: 1000px;
}

.contact_salon .contact_box .contact_salon_text {
  font-size: 18px;
  line-height: 1.0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_box .contact_salon_text {
    text-align: left;
    font-size: 15px;
  }
}

.contact_salon .contact_box .contact_salon_text .contact_salon_text_link {
  font-weight: bold;
  color: #EA5B7D;
  cursor: pointer;
}

.contact_salon .contact_box .contact_salon_text .contact_salon_text_link:hover {
  opacity: 0.8;
}

.contact_salon .contact_box .contact_salon_text2 {
  margin-top: 45px;
  padding: 30px 60px;
  border: dotted 1px #999;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_box .contact_salon_text2 {
    margin-top: 25px;
    padding: 18px;
    font-size: 12px;
    line-height: 2;
  }
}

.contact_salon .contact_salon_form {
  margin-top: 75px;
  /* 下向きの矢印 */
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form {
    margin-top: 60px;
  }
}

.contact_salon .contact_salon_form .form_width {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .form_width {
    width: 100%;
  }
}

.contact_salon .contact_salon_form .form_title {
  padding: 0 15px;
  border-left: 3px solid #af8249;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .form_title {
    font-size: 18px;
    padding: 0 8px;
  }
}

.contact_salon .contact_salon_form .form_area {
  margin-top: 25px;
}

.contact_salon .contact_salon_form .form_area .text_use {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 20px;
}

.contact_salon .contact_salon_form table {
  border-collapse: collapse;
}

.contact_salon .contact_salon_form span {
  font-size: 14px;
}

.contact_salon .contact_salon_form input[type="submit"],
.contact_salon .contact_salon_form input[type="text"],
.contact_salon .contact_salon_form input[type="image"],
.contact_salon .contact_salon_form select,
.contact_salon .contact_salon_form textarea,
.contact_salon .contact_salon_form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.contact_salon .contact_salon_form input[type="image"] {
  max-width: 100%;
}

.contact_salon .contact_salon_form .select-custom {
  position: relative;
}

.contact_salon .contact_salon_form .select-custom select {
  width: 190px;
}

.contact_salon .contact_salon_form .select-custom::after {
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
  pointer-events: none;
}

.contact_salon .contact_salon_form input[type="text"],
.contact_salon .contact_salon_form select,
.contact_salon .contact_salon_form textarea {
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 340px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form input[type="text"],
  .contact_salon .contact_salon_form select,
  .contact_salon .contact_salon_form textarea {
    width: 300px;
  }
}

.contact_salon .contact_salon_form input[type="text"]:focus,
.contact_salon .contact_salon_form textarea:focus {
  background: #F8F2EB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.contact_salon .contact_salon_form textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

.contact_salon .contact_salon_form input::placeholder,
.contact_salon .contact_salon_form textarea::placeholder {
  color: #ccc;
}

.contact_salon .contact_salon_form ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_salon .contact_salon_form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_salon .contact_salon_form :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.contact_salon .contact_salon_form .form-table {
  width: 100%;
}

.contact_salon .contact_salon_form .form-table th,
.contact_salon .contact_salon_form .form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 30px;
}

.contact_salon .contact_salon_form .form-table th {
  background: #F8F2EB;
  position: relative;
  text-align: left;
  width: 300px;
}

.contact_salon .contact_salon_form .form-table .first_input {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .form-table .first_input {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

.contact_salon .contact_salon_form .form-table .name span {
  margin-right: 10px;
}

.contact_salon .contact_salon_form .form-table .name input {
  width: 230px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .form-table .name input {
    width: 270px;
    margin-top: 4px;
    margin-right: 0px;
  }
}

.contact_salon .contact_salon_form table tr th.need {
  padding-right: 56px;
}

.contact_salon .contact_salon_form table tr th.need:after {
  content: "\5FC5\9808";
  top: 38px;
  right: 22px;
  margin-top: -5px;
  background: #B8803A !important;
  font-weight: normal;
  font-size: 11px;
  color: #FFF;
  padding: 4px 5px;
  position: absolute;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form table tr th.need:after {
    top: 24px;
  }
}

.contact_salon .contact_salon_form table tr th.test.need:after {
  top: 24px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .address .address-width-select {
    margin-top: 4px;
  }
}

.contact_salon .contact_salon_form .address .address-width {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .address .address-width {
    margin-bottom: 5px;
  }
}

.contact_salon .contact_salon_form .address .zipcode_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .address .zipcode_first {
    margin-top: 4px;
  }
}

.contact_salon .contact_salon_form .address .hyphen {
  margin: 0 5px;
}

.contact_salon .contact_salon_form .address .zipcode_second {
  width: 180px;
}

.contact_salon .contact_salon_form .address .address-normal-input-width {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .address .address-normal-input-width {
    margin-top: 5px;
    width: 300px;
  }
}

.contact_salon .contact_salon_form .address .sp_mt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .address .sp_mt {
    margin-top: 20px;
  }
}

.contact_salon .contact_salon_form .tel .tel_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .tel .tel_first {
    width: 60px;
  }
}

.contact_salon .contact_salon_form .tel .hyphen {
  margin: 0 5px;
}

.contact_salon .contact_salon_form .tel .tel_second {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .tel .tel_second {
    width: 80px;
  }
}

.contact_salon .contact_salon_form .mail .mail-width01 {
  width: 340px;
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 340px;
  border-radius: 5px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .mail .mail-width01 {
    width: 300px;
  }
}

.contact_salon .contact_salon_form .mail .mail-width02 {
  width: 340px;
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 9px 15px;
  width: 340px;
  border-radius: 5px;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .mail .mail-width02 {
    width: 300px;
    padding: 12px 15px;
  }
}

.contact_salon .contact_salon_form .mail .text {
  font-size: 14px;
  margin-top: 10px;
}

.contact_salon .contact_salon_form .mail .text2 {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

.contact_salon .contact_salon_form .buy_date .year {
  width: 100px;
}

.contact_salon .contact_salon_form .buy_date .year_text {
  padding: 0 5px;
  margin-right: 20px;
}

.contact_salon .contact_salon_form .buy_date .month {
  width: 80px;
}

.contact_salon .contact_salon_form .buy_date .month_text {
  padding: 0 5px;
}

.contact_salon .contact_salon_form .buy_number .buy_number_first {
  width: 90px;
}

.contact_salon .contact_salon_form .buy_number .buy_number_second {
  width: 180px;
}

.contact_salon .contact_salon_form .buy_number .hyphen {
  margin: 0 5px;
}

.contact_salon .contact_salon_form .buy_number .attention {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .buy_number .buy_number_example {
    margin-top: 10px;
  }
}

.contact_salon .contact_salon_form .contact_question label {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .contact_question label {
    margin-top: 10px;
  }
}

.contact_salon .contact_salon_form .contact_question textarea {
  width: 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .contact_salon .contact_salon_form .form-table th,
  .contact_salon .contact_salon_form .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 20px 0;
  }
  .contact_salon .contact_salon_form .form-table td {
    padding: 20px 0 40px;
  }
  .contact_salon .contact_salon_form .form-table th {
    padding-left: 20px;
  }
}

/*blog_detail--------------------------------------*/
.blog_title_block {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .blog_title_block {
    margin-bottom: 30px;
  }
}

.blog_title_block .width-1000 {
  width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blog_title_block .width-1000 {
    width: 100%;
  }
}

.blog_title_block .date_tag {
  margin-left: 2px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .blog_title_block .date_tag {
    margin-bottom: 0px;
  }
}

.blog_title_block .date_tag .category-tag {
  margin-left: 20px;
  background: #cc9866;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
}

.blog_title_block .date_tag .date {
  color: #9a9a9a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .blog_title_block .date_tag .date {
    font-size: 12px;
  }
}

.blog_title_block .date_tag .tag {
  margin-left: 20px;
  background: #cc9866;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 10px;
  margin-top: -3px;
}

.blog_title_block .date_tag .tag a {
  color: #fff;
}

.blog_title_block h2 {
  font-size: 24px;
  color: #2a2829;
  font-weight: bold;
  border-bottom: 3px solid #eb5b7c;
  padding-bottom: 25px;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .blog_title_block h2 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-top: 10px;
  }
}

.blog_title_block .sns_tag {
  text-align: right;
  margin-right: -15px;
  /*←本番移すときはいらないかも*/
}

.main_text_block {
  margin-bottom: 20px;
}

.main_text_block .width-1000 {
  width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main_text_block .width-1000 {
    width: 100%;
  }
}

.main_text_block .main_text {
  margin-bottom: 40px;
}

.main_text_block .main_text h2 {
  margin-top: 60px;
  padding: 1rem 1rem;
  font-size: 22px;
  font-weight: bold;
  border-left: 3px solid #eb5b7c;
}

@media screen and (max-width: 767px) {
  .main_text_block .main_text h2 {
    font-size: 20px;
  }
}

.main_text_block .main_text h3 {
  border-bottom: 3px solid #eb5b7c;
  font-size: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .main_text_block .main_text h3 {
    font-size: 18px;
  }
}

.main_text_block .main_text h4 {
  padding: 1rem 1rem;
  border-top: 3px solid #eb5b7c;
  border-bottom: 3px solid #eb5b7c;
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .main_text_block .main_text h4 {
    font-size: 16px;
  }
}

.main_text_block .main_text p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .main_text_block .main_text p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.sns_block {
  margin-bottom: 70px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sns_block {
    margin-bottom: 60px;
  }
}

.sns_block .width-1000 {
  width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sns_block .width-1000 {
    width: 100%;
  }
}

.sns_block .sns_under_image {
  margin-right: -12px;
}

.at-above-post {
  text-align: right;
}

.at-below-post {
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #cecece;
  margin-top: 60px;
}

/*blog_detail--------------------------------------*/
.blog_block {
  padding: 0 15px;
  /*メインエリア*/
  /*サイドナビ*/
}

.blog_block .width-1000 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blog_block .width-1000 {
    width: 100%;
  }
}

.blog_block .blog_list_block .content_block:not(:first-of-type) {
  padding-top: 60px;
}

.blog_block .blog_list_block .content_block:not(:last-of-type) {
  border-bottom: 1px dotted #666;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_list_block .content_block:not(:last-of-type) {
    border-bottom: none;
  }
  .blog_block .blog_list_block .content_block:not(:first-of-type) {
    padding-top: 0px;
  }
}

.blog_block .blog_list_block .eyecatch_image {
  padding-top: 33%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_list_block .eyecatch_image {
    padding-top: 75%;
  }
}

.blog_block .blog_list_block .eyecatch_image a.eyecatch_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
}

.blog_block .blog_list_block .eyecatch_image .category-tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #cc9866;
}

.blog_block .blog_list_block .eyecatch_image .category-tag span {
  display: inline-block;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 10px;
}

.blog_block .blog_list_block .blog_information .date {
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_list_block .blog_information .date {
    margin-bottom: 0;
    margin: 15px 0 10px 0;
    font-size: 13px;
  }
}

.blog_block .blog_list_block .blog_information h2 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_list_block .blog_information h2 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: normal;
  }
}

.blog_block .blog_list_block .blog_information p {
  font-size: 14px;
}

.blog_block .blog_side_block {
  padding-left: 50px;
}

.blog_block .blog_side_block h3 {
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 15px 0 15px 20px;
}

.blog_block .blog_side_block .eyecatch_image {
  margin-top: 20px;
  height: 100px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_side_block .eyecatch_image {
    height: auto;
  }
}

.blog_block .blog_side_block .eyecatch_image img {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .blog_block .blog_side_block .eyecatch_image img {
    object-fit: none;
    height: auto;
  }
}

.blog_block .blog_side_block .blog_information {
  margin-top: 20px;
}

.blog_block .blog_side_block .blog_information .date {
  color: #9a9a9a;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.blog_block .blog_side_block .blog_information p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

.blog_block .blog_side_block .side_margin_top {
  margin-top: 40px;
}

.blog_block .blog_side_block ul {
  margin-top: 20px;
}

.blog_block .blog_side_block ul li {
  list-style: inside;
  padding: 10px 15px;
}

.php_ml-1px {
  margin-left: 1px;
}

.pagination-block {
  margin-bottom: 80px;
}

.pagination-block .paginate {
  border-top: 1px solid #dee2e6 !important;
}

.pagination-block .paginate span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.pagination-block .paginate ul {
  text-align: center;
  margin-top: 30px;
}

.pagination-block .paginate ul .pagination {
  justify-content: center;
  border-radius: 0;
}

.pagination-block .paginate ul li {
  display: inline-block;
  padding: 20px 15px;
}

.pagination-block .paginate ul li a {
  text-decoration: underline;
}

.pagination-block .paginate ul li a:focus {
  text-decoration: none;
}

.pagination-block .paginate ul li a:active {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination-block .paginate ul li {
    padding: 15px 10px;
    font-size: 12px;
  }
}

.pagination-block .border-top {
  border-top: 1px dotted #000;
}

/*スマホ*/
.m-pagenation__prev,
.m-pagenation__next {
  position: relative;
}

.m-pagenation__prev a,
.m-pagenation__next a {
  display: inline-block;
  font-size: 0;
  padding: 0.5rem;
}

.m-pagenation__prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(225deg);
}

.m-pagenation__next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

/*reserve1--------------------------------------*/
@media screen and (max-width: 767px) {
  .reserve1_menu {
    margin: 50px 0;
  }
}

.reserve1_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve1_menu p {
    font-size: 15px;
  }
}

.reserve1_menu .circle_area {
  width: 100px;
  margin: 0 auto;
}

.reserve1_menu .circle_area .first_circle {
  background: #ab824c;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve1_menu .circle_area .second_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve1_menu .circle_area .third_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve1_menu .circle_area .fourth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve1_menu .circle_area .fifth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve1_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-bottom: 100px;
}

.reserve1_menu_list_bg .reserve1_menu_list {
  padding-top: 50px;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail {
  background: #ffffff;
  padding: 60px 0;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail {
    width: 100%;
    padding: 30px 0;
  }
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail:hover {
  box-shadow: 0px 0px 0px 2px #eb5b7e;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail img {
  max-width: 150px;
  height: 120px;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .reserve1_menu_heading {
  padding-left: 15px;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .reserve1_menu_heading h2 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .reserve1_menu_heading h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .reserve1_menu_heading h2 span {
  font-weight: normal;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .reserve1_menu_heading img {
  max-width: 170px;
  height: auto;
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .course_time {
  padding-left: 15px;
  margin-top: -15px;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .course_time {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
  }
}

.reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .course_text {
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reserve1_menu_list_bg .reserve1_menu_list .reserve1_menu_detail .course_text {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    padding: 0 15px;
  }
}

.reserve1_menu_list_bg .reserve1_menu_list .sp_reserve_btn {
  margin-top: 20px;
}

.reserve1_menu_list_bg .reserve1_menu_list .sp_reserve_btn img {
  margin: 0 auto;
  max-width: 170px;
  height: auto;
}

.reserve1_footer {
  margin-top: -100px;
}

/*reserve2--------------------------------------*/
@media screen and (max-width: 767px) {
  .reserve2_menu {
    margin: 50px 0;
  }
}

.reserve2_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu p {
    font-size: 15px;
  }
}

.reserve2_menu .circle_area {
  width: 100px;
  margin: 0 auto;
}

.reserve2_menu .circle_area .first_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve2_menu .circle_area .second_circle {
  background: #ab824c;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve2_menu .circle_area .third_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve2_menu .circle_area .fourth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve2_menu .circle_area .fifth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve2_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg {
    padding-bottom: 50px;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu {
  padding-top: 50px;
}

.reserve2_menu_list_bg .reserve2_select_menu .white_area {
  background: #ffffff;
  padding: 60px 0;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_select_menu .white_area {
    width: 100%;
    padding: 30px 0;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail img {
  max-width: 150px;
  height: 120px;
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_menu_heading {
  padding-left: 15px;
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_menu_heading h2 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_menu_heading h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_menu_heading h2 span {
  font-weight: normal;
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_menu_heading img {
  max-width: 170px;
  height: auto;
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_course_time {
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_menu_detail .reserve2_select_course_time {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail {
  margin-left: 40px;
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail {
    line-height: 1.6;
    padding-left: 0;
    padding: 0 30px;
    margin-left: 0;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail .reserve2_select_course_first_text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail .reserve2_select_course_first_text {
    margin-top: 5px;
  }
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.reserve2_menu_list_bg .reserve2_select_menu .reserve2_select_course_detail .reserve2_select_course_last_text {
  margin-bottom: 0;
}

.reserve2_menu_list_bg .reserve2_heading2 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_heading2 {
    width: 100%;
    margin-top: 50px;
  }
}

.reserve2_menu_list_bg .reserve2_heading2 h2 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_heading2 h2 {
    font-size: 18px;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list {
  padding-top: 50px;
}

.reserve2_menu_list_bg .reserve2_menu_list .white_area {
  background: #ffffff;
  padding: 30px 0 10px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .white_area {
    width: 100%;
    padding: 30px 0;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .white_area:hover {
  box-shadow: 0px 0px 0px 2px #eb5b7e;
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail img {
  max-width: 150px;
  height: 120px;
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading {
    margin-bottom: 20px;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading h3 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading h3 span {
  font-weight: normal;
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading .reserve2_first_heading3 {
  margin-left: -15px;
  margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading .reserve2_first_heading3 {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .reserve2_menu_heading img {
  max-width: 170px;
  height: auto;
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .course_time {
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .course_time {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .course_text {
  font-size: 14px;
  padding-left: 15px;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .reserve2_menu_detail .course_text {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    padding: 0 30px;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .course_detail {
  margin-left: 40px;
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .reserve2_menu_list_bg .reserve2_menu_list .course_detail {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 0;
    padding: 0 15px;
  }
}

.reserve2_menu_list_bg .reserve2_menu_list .course_detail .course_first_text {
  margin-top: 25px;
}

.reserve2_menu_list_bg .reserve2_menu_list .course_detail p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.reserve2_menu_list_bg .reserve2_menu_list .sp_reserve_btn {
  margin-top: 20px;
}

.reserve2_menu_list_bg .reserve2_menu_list .sp_reserve_btn img {
  margin: 0 auto;
  max-width: 170px;
  height: auto;
}

.reserve2_footer {
  margin-top: 0px;
}

/*reserve3--------------------------------------*/
.reserve3_menu {
  /**
    CLEARFIX
    */
  /* For modern browsers */
  /* For IE 6/7 (trigger hasLayout) */
}

.reserve3_menu .clearfix:before,
.reserve3_menu .clearfix:after {
  content: "";
  display: table;
}

.reserve3_menu .clearfix:after {
  clear: both;
}

.reserve3_menu .clearfix {
  zoom: 1;
}

@media screen and (max-width: 767px) {
  .reserve3_menu {
    margin: 50px 0;
  }
}

.reserve3_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve3_menu p {
    font-size: 15px;
  }
}

.reserve3_menu .circle_area {
  width: 100px;
  margin: 0 auto;
}

.reserve3_menu .circle_area .first_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve3_menu .circle_area .second_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve3_menu .circle_area .third_circle {
  background: #ab824c;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve3_menu .circle_area .fourth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve3_menu .circle_area .fifth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve3_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
  /**
        SELECT_CALENDAR
    */
}

@media screen and (max-width: 767px) {
  .reserve3_menu_list_bg {
    background: #fff;
    padding-top: 0px;
  }
}

.reserve3_menu_list_bg .attention_text {
  font-size: 130%;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 0;
}

.reserve3_menu_list_bg #div_calendar_body {
  background: #fff;
  font-size: 90%;
  padding-bottom: 80px;
  /**
        SELECT_CALENDAR
        */
  /*.select_calendar span.cover{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: rgba(0,0,0,0.3);
        }*/
  /*.select_calendar table.cal td.non-active:before {
            z-index: 0;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgb(95, 95, 95);
            opacity: 0.3;
        }*/
  /**
        SELECT_TIME
        */
  /*.select_time ul li p.icon i{
            font-size: 20px;
        }

        .select_time ul li p.icon.circle i{
            color: #B08247;
        }
        .select_time ul li.selected p.icon i,
        .select_time ul li:hover p.icon i{
            color: #FFF;
        }

        */
  /*.select_time ul li p.icon .genericon{
            height: 20px;
            line-height: 20px;
            display: block;
            font-size: 36px;
        }

        .select_time ul li p.icon.text span{
            font-size: 85%;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            height: 20px;
            line-height: 20px;
        }
        .select_time ul li:hover p.icon.text span{
            background-color: transparent;
        }
        */
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar {
  max-width: 960px;
  margin: 0 auto;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table td,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table th {
  /*	position: relative;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar p.month {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 1em 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar p.month a {
  margin: 0 1em;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal {
  width: 100%;
  /*border-spacing:1px;
            border-top:solid 1px #e3e8ed;
            border-left:solid 1px #e3e8ed;*/
  border-collapse: collapse;
  /*border-collapse: separate;
            border-spacing: 2px; */
  font-size: 90%;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal th,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td {
  text-align: center;
  border: solid 2px #FFF;
  background-color: #f6f6f6;
  padding: 10px;
  width: 14%;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week th,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td {
  width: 12.5%;
  /*border-color: #DDD !important;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td {
  padding: 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td p {
  padding: 10px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week {
  /*border-collapse: separate;
            border-spacing: 2px;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.non-active {
  /*filter:alpha(opacity=20);
            -moz-opacity: 0.2;
            opacity: 0.2;
            */
  border-bottom: solid 2px #949190 !important;
  border-right: solid 2px #949190 !important;
  pointer-events: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.non-active div.wrap {
  position: relative;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.non-active div.wrap div:before {
  z-index: 10;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.non-active.last {
  border-right: #FFF !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.non-active.bottom {
  /*	border-bottom: #FFF !important;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.blank {
  background-color: #FFF;
  pointer-events: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal th {
  background-color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week th {
  color: #555;
  font-size: 120% !important;
  font-weight: bold;
  background-color: #dddddd;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th {
  background-color: #FFF;
  color: #555;
  font-size: 120% !important;
  font-weight: bold;
  border: none;
  padding: 0;
  white-space: nowrap;
  background-color: inherit;
  background-color: #a1998d;
  padding: 0;
  white-space: nowrap;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th a {
  display: block;
  vertical-align: middle;
  color: #555;
  padding: 0;
  color: #FFF;
  display: block;
  vertical-align: middle;
  padding: 10px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .sat,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .sat a {
  color: #00b0f0 !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .sun,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .sun a {
  color: red !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .hol,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .hol a {
  color: red !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th .thday {
  border: 1px solid #dddddd;
  margin: 1px;
  padding: 12px 10px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:hover,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:active,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.selected {
  border: none;
  background-color: #B08247 !important;
  border: solid 2px #FFF;
  cursor: pointer;
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td.free {
  background-color: rgba(255, 153, 102, 0.15);
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.complete:hover {
  background: none !important;
  color: #EEE;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week th.time {
  white-space: nowrap;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:hover p.icon.text span {
  background-color: transparent;
  border: solid 1px #FFF;
  height: 20px;
  line-height: 20px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.selected p.icon.cancel.text span {
  border: solid 1px #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.full {
  cursor: default;
  pointer-events: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.full i {
  /*font-size: 23px;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td span.day {
  font-size: 180%;
  white-space: nowrap;
  font-weight: bold;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon {
  position: relative;
  /*height: 1.5em;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon i {
  font-size: 20px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  display: block;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td p.icon span {
  margin: 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon .genericon {
  height: 20px;
  line-height: 20px;
  display: block;
  font-size: 36px;
  margin-top: 14px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon i,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon .genericon,
.reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon .genericon {
  color: #dddddd;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.sp,
.reserve3_menu_list_bg #div_calendar_body .select_time ul li p.sp {
  display: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.text {
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.text span {
  font-size: 10px;
  padding: 5px 8px;
  background-color: #ff9966;
  border: solid 1px #ff9966;
  color: #FFF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td {
  /*position: relative;*/
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.circle i {
  -webkit-text-stroke-width: 1px;
  margin-top: 1rem;
  color: #B08247;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.selected p.icon i,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:hover p.icon i,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.selected p.icon .genericon,
.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.hover p.icon .genericon {
  margin-top: 1rem;
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .caution.sp {
  display: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal th {
  text-align: center;
  padding: 5px 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.week td .icon.cancel span {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../images/icon_wait_cal.png) no-repeat center center;
  background-size: 21px;
  line-height: 21px;
  vertical-align: top;
  margin-top: -1px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.week td:hover .icon.cancel span {
  display: inline-block;
  width: 22px;
  height: 21px;
  background: url(../images/icon_wait_cal_on.png) no-repeat center center;
  background-size: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-top: -1px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.complete {
  background-color: #FFF !important;
  cursor: inherit;
  color: #EEE;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail {
  padding: 15px;
  border: solid 2px #B08247;
  margin-top: 1em;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail span.icon.delete {
  position: absolute;
  top: 7px;
  right: 3px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail span.icon.delete a {
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail span.icon.delete a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail span.icon.delete a i {
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail dl dt {
  width: 8%;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail dl dd {
  width: 90%;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail ul.menu {
  padding: 10px 15px 5px 15px !important;
  border: solid 1px #DDD !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_calendar .cal_detail ul.menu li .checkbox.title {
  width: 100% !important;
}

.reserve3_menu_list_bg #div_calendar_body .select_time {
  max-width: 960px;
  margin: 40px auto 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_time h4 {
  clear: both;
  padding: 1em 0 .5em 0;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul {
  display: flex;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li {
  list-style: none;
  width: 25%;
  background-color: #f6f6f6;
  border: solid 1px #FFF;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li:hover {
  cursor: pointer;
  background-color: #B08247;
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.selected {
  background-color: #B08247;
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.selected p.icon .genericon {
  color: #FFF;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.complete {
  background-color: #FFF;
  cursor: inherit;
  color: #CCC;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li p.price {
  margin: .5em 0 0 0;
  font-size: 85%;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li p.text {
  margin: .5em 0 0 0;
  font-size: 85%;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.full {
  cursor: default;
  pointer-events: none;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon {
  margin: 0;
  height: 20px;
  line-height: 20px;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.available {
  background: url(../img/reserve3/icon_circle-outline.png) center center no-repeat;
  background-size: auto 50%;
  background-color: #f6f6f6;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.available:hover {
  background: url(../img/reserve3/icon_circle-outline_on.png) center center no-repeat;
  background-size: auto 50%;
  background-color: #B08247;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.wait {
  background: url(../images/icon_wait.png) center center no-repeat;
  background-size: 62px;
  background-color: #f6f6f6;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.wait:hover {
  background: url(../images/icon_wait_on.png) center center no-repeat;
  background-size: 62px;
  background-color: #B08247;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.selected {
  background: url(../img/reserve3/icon_check-symbol.png) center center no-repeat;
  background-size: auto 50%;
  background-color: #B08247;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul li.full {
  background: url(../images/icon_close-button.png) center center no-repeat;
  background-size: 52px;
  background-color: #f6f6f6;
}

.reserve3_menu_list_bg #div_calendar_body .select_time ul.half li {
  width: 50%;
}

.reserve3_menu_list_bg #div_calendar_body .bottom_decision {
  max-width: 960px;
  margin: 40px auto 0;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
}

@media (min-width: 801px) and (max-width: 1230px) {
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.pc,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.pc {
    display: none;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.sp,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.sp {
    display: block !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td .icon.cancel span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_wait_cal.png) no-repeat center center;
    background-size: 20px;
    line-height: 20px;
    vertical-align: top;
    margin-top: -1px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td:hover .icon.cancel span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_wait_cal_on.png) no-repeat center center;
    background-size: 20px;
    line-height: 20px;
    vertical-align: top;
    margin-top: -1px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td.selected .icon.cancel span {
    background: url(../images/icon_wait_cal_on.png) no-repeat center center;
    background-size: 20px;
    line-height: 20px;
    vertical-align: top;
    margin-top: -1px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.sp i,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.sp i {
    font-size: 130%;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon .genericon,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon .genericon {
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .reserve3_menu_list_bg #div_calendar_body {
    /**
            CALENDAR
            */
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td span.day {
    font-size: 120%;
    font-weight: normal;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon i,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon i {
    font-size: 13px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.week td .icon.cancel span {
    background-size: 13px !important;
    line-height: 13px;
    padding: 0;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.week td:hover .icon.cancel span {
    background-size: 13px;
    line-height: 13px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon .genericon,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon .genericon {
    font-size: 22px;
    margin-top: 13px;
    padding: 0;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.pc,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.icon.pc,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.text.pc {
    display: none !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.sp,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.sp {
    display: block !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td p.icon.sp i,
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li p.sp i {
    font-size: 11px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td .icon.cancel span {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/icon_wait_cal.png) no-repeat center center;
    background-size: 13px;
    vertical-align: top;
    margin-top: 0px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td:hover .icon.cancel span {
    width: 21px;
    height: 21px;
    background: url(../images/icon_wait_cal.png) no-repeat center center;
    background-size: 13px;
    vertical-align: top;
    margin-top: 0px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td.selected .icon.cancel span {
    background: url(../images/icon_wait_cal_on.png) no-repeat center center;
    background-size: 13px;
    vertical-align: top;
    margin-top: 0px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week th,
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week td {
    width: 12%;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week th.time {
    width: 16%;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal.week tr.date th span {
    display: inline-block;
    line-height: 1.3;
    font-size: 80%;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar p.month {
    font-size: 120%;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar.price td {
    padding: 10px 0 !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar.price td p.price {
    font-size: 10px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:hover {
    border: none;
    background-color: #f6f6f6 !important;
    cursor: inherit;
    color: inherit;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td:hover p.icon i,
  .reserve3_menu_list_bg #div_calendar_body .select_calendar td:hover .icon span {
    color: #B08247;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.complete:hover {
    color: #EEE;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_calendar table.cal td.selected:hover {
    background: #B08247 !important;
    color: #FFF !important;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.available {
    background-size: 40px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.available:hover {
    background-size: 40px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.wait {
    background-size: 46px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.wait:hover {
    background-size: 46px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.selected {
    background-size: 40px;
  }
  .reserve3_menu_list_bg #div_calendar_body .select_time ul li.full {
    background-size: 34px;
  }
  .reserve3_menu_list_bg #div_calendar_body .caution.sp {
    display: block;
  }
  .reserve3_menu_list_bg #div_calendar_body .caution.sp .cancel {
    font-size: 80%;
  }
  .reserve3_menu_list_bg #div_calendar_body .caution.sp .cancel img {
    height: 10px;
  }
  .reserve3_menu_list_bg #div_calendar_body .caution.sp .circle i {
    color: #B08247;
  }
  .reserve3_menu_list_bg #div_calendar_body .block {
    padding: 10px;
  }
}

.reserve3_menu_list_bg .select_calendar table.cal td:hover, .reserve3_menu_list_bg .select_calendar table.cal td:active, .reserve3_menu_list_bg .select_calendar table.cal td.selected {
  color: #FFF !important;
}

.reserve3_menu_list_bg .select_calendar table.cal td.complete:hover, .reserve3_menu_list_bg .select_calendar table.cal td:active, .reserve3_menu_list_bg .select_calendar table.cal td.selected {
  color: #eee !important;
}

.reserve3_menu_list_bg #divmenu3_text {
  max-width: 960px;
  margin: 0 auto;
  font-weight: bold;
}

.reserve3_menu_list_bg #divmenu3_institution_obj {
  text-align: center;
}

.reserve3_menu_list_bg .select_calendar p.month {
  font-size: 120%;
}

/*reserve4--------------------------------------*/
@media screen and (max-width: 767px) {
  .reserve4_menu {
    margin: 50px 0;
  }
}

.reserve4_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu p {
    font-size: 15px;
  }
}

.reserve4_menu .circle_area {
  width: 100px;
  margin: 0 auto;
}

.reserve4_menu .circle_area .first_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve4_menu .circle_area .second_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve4_menu .circle_area .third_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve4_menu .circle_area .fourth_circle {
  background: #ab824c;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve4_menu .circle_area .fifth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve4_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 200px;
  /* 下向きの矢印 */
  /* 下向きの矢印 */
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg {
    background: #fff;
    padding-top: 0px;
  }
}

.reserve4_menu_list_bg .form_width {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form_width {
    width: 100%;
    margin-top: 0px;
    padding: 0;
  }
}

.reserve4_menu_list_bg .form_title {
  padding: 0 15px;
  border-left: 3px solid #e95c7e;
  font-size: 25px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form_title {
    font-size: 22px;
    padding: 0 8px;
  }
}

.reserve4_menu_list_bg .form_area {
  margin: 25px auto 0;
  width: 900px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form_area {
    width: 100%;
  }
}

.reserve4_menu_list_bg .form_area .text_use {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.reserve4_menu_list_bg table {
  border-collapse: collapse;
}

.reserve4_menu_list_bg span {
  font-size: 14px;
}

.reserve4_menu_list_bg input[type="submit"],
.reserve4_menu_list_bg input[type="text"],
.reserve4_menu_list_bg input[type="image"],
.reserve4_menu_list_bg select,
.reserve4_menu_list_bg textarea,
.reserve4_menu_list_bg button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.reserve4_menu_list_bg input[type="image"] {
  max-width: 100%;
}

.reserve4_menu_list_bg .select-custom {
  position: relative;
}

.reserve4_menu_list_bg .select-custom select {
  width: 190px;
}

.reserve4_menu_list_bg .select-custom::after {
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
}

.reserve4_menu_list_bg .select-custom.join {
  position: relative;
}

.reserve4_menu_list_bg .select-custom.join select {
  width: 100px;
}

.reserve4_menu_list_bg .select-custom.join::after {
  content: "";
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1697571/chevron-down.svg) no-repeat center;
  display: block;
  height: 0.5rem;
  position: absolute;
  left: 4.75rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1rem;
}

.reserve4_menu_list_bg input[type="text"],
.reserve4_menu_list_bg select,
.reserve4_menu_list_bg textarea {
  background: #F0F0F0;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 340px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg input[type="text"],
  .reserve4_menu_list_bg select,
  .reserve4_menu_list_bg textarea {
    width: 300px;
  }
}

.reserve4_menu_list_bg input[type="text"]:focus,
.reserve4_menu_list_bg textarea:focus {
  background: #FDEEF2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.reserve4_menu_list_bg textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

.reserve4_menu_list_bg input::placeholder,
.reserve4_menu_list_bg textarea::placeholder {
  color: #ccc;
}

.reserve4_menu_list_bg ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.reserve4_menu_list_bg ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.reserve4_menu_list_bg :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.reserve4_menu_list_bg .form-table {
  width: 100%;
}

.reserve4_menu_list_bg .form-table th,
.reserve4_menu_list_bg .form-table td {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 30px;
}

.reserve4_menu_list_bg .form-table th {
  background: #fff;
  position: relative;
  text-align: left;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form-table th {
    background: #FDEEF2;
  }
}

.reserve4_menu_list_bg .form-table .first_input {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form-table .first_input {
    margin-right: 20px;
  }
}

.reserve4_menu_list_bg .form-table .name span {
  margin-right: 10px;
}

.reserve4_menu_list_bg .form-table .name input {
  width: 250px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form-table .name input {
    width: 80%;
    margin-top: 4px;
  }
}

.reserve4_menu_list_bg table tr th.need {
  padding-right: 56px;
}

.reserve4_menu_list_bg table tr th.need:after {
  content: "\5FC5\9808";
  top: 38px;
  right: 22px;
  margin-top: -5px;
  background: #FD4D7C !important;
  font-weight: normal;
  font-size: 11px;
  color: #FFF;
  padding: 4px 5px;
  position: absolute;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg table tr th.need:after {
    top: 24px;
  }
}

.reserve4_menu_list_bg table tr th.test.need:after {
  top: 24px;
}

.reserve4_menu_list_bg .address .address-width {
  width: 150px;
}

.reserve4_menu_list_bg .address .zipcode_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .address .zipcode_first {
    margin-top: 4px;
  }
}

.reserve4_menu_list_bg .address .hyphen {
  margin: 0 5px;
}

.reserve4_menu_list_bg .address .zipcode_second {
  width: 180px;
}

.reserve4_menu_list_bg .address .address-normal-input-width {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .address .address-normal-input-width {
    width: 300px;
  }
}

.reserve4_menu_list_bg .address .sp_mt {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .address .sp_mt {
    margin-top: 20px;
  }
}

.reserve4_menu_list_bg .tel .tel_first {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .tel .tel_first {
    width: 60px;
  }
}

.reserve4_menu_list_bg .tel .hyphen {
  margin: 0 5px;
}

.reserve4_menu_list_bg .tel .tel_second {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .tel .tel_second {
    width: 80px;
  }
}

.reserve4_menu_list_bg .mail .mail-width {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .mail .mail-width {
    width: 300px;
  }
}

.reserve4_menu_list_bg .mail .text {
  font-size: 14px;
  margin-top: 10px;
}

.reserve4_menu_list_bg .mail .text2 {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

.reserve4_menu_list_bg .buy_date .year {
  width: 100px;
}

.reserve4_menu_list_bg .buy_date .year_text {
  padding: 0 5px;
  margin-right: 20px;
}

.reserve4_menu_list_bg .buy_date .month {
  width: 80px;
}

.reserve4_menu_list_bg .buy_date .month_text {
  padding: 0 5px;
}

.reserve4_menu_list_bg .buy_number .buy_number_first {
  width: 90px;
}

.reserve4_menu_list_bg .buy_number .buy_number_second {
  width: 180px;
}

.reserve4_menu_list_bg .buy_number .hyphen {
  margin: 0 5px;
}

.reserve4_menu_list_bg .buy_number .attention {
  font-size: 14px;
  color: red;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .buy_number .buy_number_example {
    margin-top: 10px;
  }
}

.reserve4_menu_list_bg .contact_question label {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .contact_question label {
    margin-top: 10px;
  }
}

.reserve4_menu_list_bg .contact_question textarea {
  width: 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .reserve4_menu_list_bg .form-table th,
  .reserve4_menu_list_bg .form-table td {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  .reserve4_menu_list_bg .form-table td {
    padding: 20px 0 40px;
  }
  .reserve4_menu_list_bg .form-table th {
    padding-left: 20px;
  }
}

.reserve4_footer {
  margin-top: -100px;
}

/*reserve5_comfirm--------------------------------------*/
@media screen and (max-width: 767px) {
  .reserve5_menu {
    margin: 40px 0;
  }
}

.reserve5_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reserve5_menu p {
    font-size: 15px;
  }
}

.reserve5_menu .circle_area {
  width: 100px;
  margin: 0 auto;
}

.reserve5_menu .circle_area .first_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve5_menu .circle_area .second_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve5_menu .circle_area .third_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve5_menu .circle_area .fourth_circle {
  background: #cecece;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve5_menu .circle_area .fifth_circle {
  background: #ab824c;
  width: 8px;
  height: 8px;
  border-radius: 50px;
}

.reserve5_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-bottom: 100px;
}

.reserve5_menu_list_bg .reserve5_confirm_course {
  padding-top: 50px;
}

.reserve5_menu_list_bg .reserve5_confirm_course .reserve5_confirm_detail {
  background: #ffffff;
  padding: 30px 50px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_course .reserve5_confirm_detail {
    padding: 15px 25px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_course .reserve5_confirm_detail .col-md-4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_course .reserve5_confirm_detail ul li p {
    line-height: 1.6;
    font-size: 15px;
  }
}

.reserve5_menu_list_bg {
  background: #f7f8fa;
  height: auto;
  width: 100%;
  padding-bottom: 100px;
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation {
  padding-top: 50px;
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail {
  background: #ffffff;
  padding: 30px 65px 60px 65px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail {
    width: 100%;
    padding: 15px 40px 30px 40px;
  }
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail ul li {
    padding: 15px 0;
  }
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail ul li p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail ul li p {
    font-size: 15px;
  }
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail .col-md-4 {
  padding-left: 0;
}

.reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail .col-md-8 {
  padding-right: 135px;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_individuals_infomation .reserve5_confirm_individuals_detail .col-md-8 {
    margin-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }
}

.reserve5_menu_list_bg .reserve5_confirm_temporary_reservation {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .reserve5_menu_list_bg .reserve5_confirm_temporary_reservation {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.reserve1_footer {
  margin-top: -100px;
}

/*lightbox--------------------------------------*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/*　助成金一覧　start */

.box1{
    padding: 1.5em 0.5em;
    margin: 2em 0;
    background: #FDEEF2;
    box-shadow: 0px 0px 0px 10px #FDEEF2;
    border: dashed 2px white;
}

.box1 p {
    margin: 0; 
    padding: 0;
}

.box1 h1 {
	font-size: 18px;
	font-family: 'メイリオ';
}

.box2{
    padding: 1.5em 0.5em;
    margin: auto;
	max-width:790px;
	line-height: 1.6em;
}

.tblj01{
	margin-top:1.5em;
	margin-bottom:1.5em;
}

.tblj01 table {
  border-collapse: collapse;
  table-layout: fixed;
  border: solid 1px #cbcbcb;
  width: 100%;
  margin-bottom: 0.5em;
}

.tblj01 table th,
.tblj01 table td {
  padding: 15px 15px;
  background-color: #fff;
  border: solid 1px #c8c8c8;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tblj01 table th,
  .tblj01 table td {
    font-size: 13px;
    padding: 10px;
  }
}

.tblj01 table th {
  width: 25%;
  background-color: #e5e9f2;
  color: #002c7c;
  text-align: left;
  font-weight: bold;
}

.tblj01 a:hover {
  color: #abb8c3;
  font-weight: bolder;
  text-decoration : underline;
}

.tblj01 a {
    color: #333;
    font-weight: bolder;
    text-decoration : underline;
}

.btn-pink:hover,
a.btn-pink:hover {
  color: #a6a6a6;
  background: #FDEEF2;
}

.btn-pink,
a.btn-pink {
  color: #fff;
  background-color: #EA5B7D;
}
.btn-pink:hover,
a.btn-pink:hover {
  color: #a6a6a6;
  background: #FDEEF2;
}

a.btn-radius {
   border-radius: 100vh;
}

.btn-j,
a.btn-j,
button.btn-j {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
  margin:0.1em 0.1em 0.1em 0.1em;
}


/* コンテンツのパディング表示 */

.content_p {
    padding-left: 100px;
    padding-right: 100px;
  }
  
  @media screen and (max-width: 767px) {
    .content_p {
        padding-left: 0px;
        padding-right: 0px;
    }
  }

/*　助成金一覧　end  */

/*===============================
	reCAPTCHA
=================================*/

.grecaptcha-badge {
	bottom: 90px !important;
    position: fixed;
}

span.wpcf7-list-item{
  display:block;
  }

