@charset "utf-8";
/*
Description: MORE ニューム応援メディア
Author: more
Author URI: http://morework.co.jp/
*/

/* /////////////////////////////////////////////////////////////////
01.リセット
02.ヘッダー
03.ナビゲーション
04.フッター
05.パンくず
06.お問い合わせ(中盤)
07.お問い合わせ(フッター)
08.メインエリア
09.サイドエリア
10.タイトル、見出し
11.ページ送り
/////////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////////
01.リセット
/////////////////////////////////////////////////////////////////*/


html {
  color: #262626;
  background: #FFF;
}
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  line-height: 2;
font-family: "M PLUS 1p", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, "小塚ゴシック Pro L", KozGoPro-Light, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul {
  /*list-style: none;*/
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
html, body {
  -webkit-text-size-adjust: 100%;
  /*letter-spacing: .08em;*/
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.4;
  color: #333;
  background: #fff;
}
a {
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  cursor: pointer;
  outline: none;
  color: #333;
}
a:hover {
  opacity: .75;
  cursor: pointer;
  outline: none;
}
a:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  html, body {
    font-size: 16px;
  }
  a:hover {
    opacity: 1;
    cursor: pointer;
    outline: none;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
/* /////////////////////////////////////////////////////////////////
02.ヘッダー
/////////////////////////////////////////////////////////////////*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header_sp {
  display: none;
}
#header_pc {
  display: block;
  padding: 14px 0 0;
  width: 100%;
  background: #fff;
  border-top: 4px solid #0BCCD3;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  top: 0;
  z-index: 100;
}
.logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header_pc {
    display: none;
  }
  #header_sp {
    display: block;
    padding: 16px 0 0px;
    border-top: 3px solid #0BCCD3;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
  }
  .logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #header_sp {
    display: block;
    padding: 12px 0 0px;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .logo {
    max-width: 150px;
  }
}
/* /////////////////////////////////////////////////////////////////
03.ナビゲーション
/////////////////////////////////////////////////////////////////*/
.header_nav {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}
/* /////////////////////////////////////////////////////////////////
04.フッター
/////////////////////////////////////////////////////////////////*/
#footer {
  padding: 40px 0 20px;
  background: #f9f9f9;
  width: 100%;
  border-top: 1px solid #f1f1f1;
}
.footer_logo {
 max-width: 150px;
  display: block;
  margin: 0 auto;
}
.footer_list_title {
  border-left: 2px solid #cdcdcd;
  padding: 2px 0 2px 8px;
  font-size: 14px;
  color: #333;
}
.footer_list {
  margin: 10px 0 20px;
}
.footer_list li {
  margin: 3px 24px 3px 0;
  float: left;
}
.footer_list li a {
  color: #333;
}
.footer_list li a i {
  display: inline-block;
  padding: 0 4px 0 0;
}
.copyright_outer {
  font-size: 12px;
  background: #0BCCD3;
  padding: 14px 0 10px;
  width: 100%;
  border-top: 1px solid #f1f1f1;
  color: #fff;
}
.copyright_title {
  text-align: left;
  color: #fff;
}
.copyright {
  text-align: right;
}
.footer_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0 10px;
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #f1f1f1;
  }
  .footer_logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
  .footer_list_title {
    border-left: 2px solid #cdcdcd;
    padding: 2px 0 2px 8px;
    font-size: 14px;
    color: #333;
    margin: 20px 0 0 0;
  }
  .copyright_title {
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .copyright {
    text-align: center;
    font-size: 10px;
    padding: 6px 0 0;
  }
}
@media screen and (max-width: 480px) {
 /* .footer_logo {
    max-width: 140px;
    display: inline-block;
    margin: 0 0 0 20px;
    text-align: center;
  }
    */
    .footer_logo {width: 140px;}
  .copyright_title {
    text-align: center;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0em;
  }
  .copyright {
    text-align: center;
    font-size: 9px;
    padding: 6px 0 0;
  }
  .footer {
    display: none;
  }
  .footer_mobile {
    display: block;
    padding: 0 0 40px 0;
    background: #f9f9f9;
  }
  .footer_mobile a {
    display: block;
    text-align: center;
  }
  .footer_company {
    margin: 5px 0 0 0;
  }
}
.pagetop {
  float: right;
  text-align: center;
  z-index: 2;
  bottom: -1px;
  position: relative;
  width: 255px;
}
.pagetop a {
  display: block;
  background: #0BCCD3;
  padding: 0px 0;
  font-size: 24px;
  width: 100%;
  max-width: 255px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: none;
  color: #333;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .pagetop a {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {}
/* /////////////////////////////////////////////////////////////////
05.パンくず
/////////////////////////////////////////////////////////////////*/
.breadcrumb_head_outer {
  width: 100%;
  margin: 0 0 20px 0;
}
#breadcrumb_head {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 5px 0;
}
#breadcrumb_head li {
  float: left;
  padding: 0 6px 0 0;
  font-size: 11px;
  overflow: hidden;
  max-width: 650px;
  color: #333;
}
#breadcrumb_head li a {
  color: #333;
}
#breadcrumb_head li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .breadcrumb_head_outer {
    padding: 0 10px;
  }
  #breadcrumb_head {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb_head_outer {
    display: none;
  }
  #breadcrumb_head {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
  }
  #breadcrumb_head {
    margin: 0;
  }
  #breadcrumb_head {
    overflow: hidden;
    width: 100%;
  }
  #breadcrumb_head li p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb_head_outer {}
}
#breadcrumb_bottom {
  float: left;
  margin: 10px 0 0 0;
    padding: 0;
}
#breadcrumb_bottom {
  max-width: 760px;
  overflow: hidden;
}
#breadcrumb_bottom li {
  float: left;
  padding: 0 6px 0 0;
  font-size: 11px;
  overflow: hidden;
  max-width: 650px;
  color: #999;
}
#breadcrumb_bottom li a {
  color: #999;
}
#breadcrumb_bottom li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #breadcrumb_bottom {
    float: none;
    margin: 20px 0 0 0;
  }
  #breadcrumb_bottom {
    max-width: 760px;
    overflow: hidden;
    width: 100%;
  }
  #breadcrumb_bottom li p {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
/* /////////////////////////////////////////////////////////////////
08.メインエリア
/////////////////////////////////////////////////////////////////*/
#main_content {
  max-width: 960px;
  margin: 0 auto;
}
#main {
  max-width: 770px;
  float: left;
  margin: 40px 0;
}
#main_post_outer {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 970px) {}
@media screen and (max-width: 768px) {
 /* #main_post_outer {
    margin: 57px 0 0 0;
  }*/
}
@media screen and (max-width: 480px) {
  /*#main_post_outer {
    margin: 26px 0 0 0;
  }*/
}
/* /////////////////////////////////////////////////////////////////
09.サイドエリア
/////////////////////////////////////////////////////////////////*/
#sidearea {}
@media screen and (max-width: 970px) {}
@media screen and (max-width: 480px) {}
/* /////////////////////////////////////////////////////////////////
10.タイトル、見出し
/////////////////////////////////////////////////////////////////*/
.headline01 {
  font-weight: bold;
  border-left: 3px solid #0BCCD3;
  padding: 0 0 3px 8px;
  /*font-size: 15px;*/
}
.headline01 span {
  font-weight: bold;
  font-size: 10px;
  color: #0BCCD3;
  display: block;
  padding: 0 0 3px 0;
  font-weight: normal;
}
.headline01 span.headline01_description {
  color: #333;
  font-size: 11px;
  display: block;
  padding: 6px 0 0 0;
}
@media screen and (max-width: 480px) {
  .headline01 span.headline01_description {
    display: none;
  }
}
/* /////////////////////////////////////////////////////////////////
11.ページ送り
/////////////////////////////////////////////////////////////////*/
.pagination {
  display: block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
}
.main_list_pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main_list_pagination li {
  counter-increment: pagination;
  list-style: none;
  display: inline;
  padding: 0px;
}
.main_list_pagination li:hover a {
  color: #fdfdfd;
  background-color: #0BCCD3;
  border: solid 1px #0BCCD3;
}
.main_list_pagination li.active a {
  color: #fdfdfd;
  background-color: #0BCCD3;
  border: solid 1px #0BCCD3;
}
.main_list_pagination li:nth-child(1) {
  counter-reset: pagination;
}
.main_list_pagination li a {
  border: solid 1px #dedede;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
}
.main_list_pagination li a:after {
  content: " "counter(pagination) " ";
}
.main_list_pagination li a {
  display: none;
}
.main_list_pagination li:first-child a {
  display: inline-block;
}
.main_list_pagination li:nth-child(2) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(3) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(4) a {
  display: inline-block;
}
.main_list_pagination li:nth-child(5) a {
  display: inline-block;
}
.main_list_pagination li:last-child a {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(2) a {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(3) {
  display: inline-block;
}
.main_list_pagination li:nth-last-child(3):after {
  padding: 0 8px;
  content: "...";
}
@media screen and (max-width: 480px) {
  .main_list_pagination ul {
    margin: 0 0 20px 0;
  }
  .main_list_pagination li a {
    padding: 0.4rem 0.6rem;
    margin: 2px 0;
    box-sizing: border-box;
  }
}
.post_body h2 {
  position: relative;
  padding: 1.5rem 2rem;
  background-color: #35b9be;
  color: #fff;
  font-size: 25px;
    margin-top: 30px;
}
.post_body h2:before, .post_body h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 2px solid #fff;
}
.post_body h2:before {
  top: 6px;
}
.post_body h2:after {
  bottom: 6px;
}
.post_body ul, .post_body ol {
  padding-left: 20px;
}
@media screen and (min-width: 480px) {
  .post_body h3 {
    letter-spacing: 1.6px;
    padding: 0px 15px 0px;
    border-left: 9px solid #0BCCD3;
    background-color: #f1f8f8;
    font-weight: 600;
    margin-top: 60px;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
    .post_body h2 {
  font-size: 20px;
}
  .post_body h3 {
    letter-spacing: 1.6px;
    padding: 0px 15px 0px;
    border-left: 9px solid #0BCCD3;
    background-color: #f1f8f8;
    font-weight: 600;
    margin-top: 60px;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
    .post_body h2 {
  padding: 1.5rem 1rem;
        line-height: 1.7;
}
}
.post_body a {
  font-size: 17px;
  text-align: justify;
  text-decoration: underline;
}
.post_body a:link {
  color: #07676a;
  font-weight: bold;
}
.post_body a:link {
  color: #07676a;
  text-decoration: underline;
}
.post_body a:visited {
  color: #098d92;
  text-decoration: underline;
}
.post_body a:hover {
  color: #098d92;
  text-decoration: underline;
}
.post_body a:active {
  color: #098d92;
  text-decoration: underline;
}
strong {
  font-weight: bold;
  /*color:#f04a61;*/
 /* font-size: 18px;*/
}
.info_to_img {
  float: left;
  width: 100%; /*	 改変箇所 */
  height: 180px;
  position: relative;
  overflow: hidden;
    margin-bottom: 10px;
}
.info_to_img span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000%;
  height: 500px;
  line-height: 2000px;
  margin: -1000px 0 0 -500%;
  text-align: center;
}
.info_to_img span img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.info_to_img li span img {
  min-height: 200px;
  min-width: 10%;
  vertical-align: middle;
}
/*strong {
  font-size: 17px;
}*/

.post_body .snsShareArea:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.post_body .snsShareArea a {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 31.3%;
  margin: 1%;
  padding: .7em 0;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.post_body a.btn--twitter {
  background: #55acee;
}
.post_body a.btn--facebook {
  background: #3b5998;
}
.post_body a.btn--google {
  background: #dd4b39;
}
.post_body a.btn--hatena {
  background: #008FDE;
}
.post_body a.btn--pocket {
  background: #ee4056;
}
.banner_more {
  width: 100%;
  margin: 0 auto 25px;
}
.info_box {
  background-color: #8cfff1;
  background-image: url("img/ico_info.png");
  background-position: 1% 6px;
  background-repeat: no-repeat;
  background-size: 8% auto;
  border-radius: 5px;
  padding: 3% 3% 3% 10%;
}
.check_box {
  background-color: #b1ca72;
  background-image: url("img/ico_check.png");
  background-position: 1% 6px;
  background-repeat: no-repeat;
  background-size: 8% auto;
  border-radius: 5px;
  padding: 3% 3% 3% 10%;
  color: #fff;
}
.qa_box {
  background-color: #f9d095;
  background-image: url("img/ico_question.png");
  background-position: 1% 6px;
  background-repeat: no-repeat;
  background-size: 8% auto;
  border-radius: 5px;
  padding: 3% 3% 3% 10%;
}
.alert_box {
  background-color: #947dd2;
  background-image: url("img/ico_alert.png");
  background-position: 1% 6px;
  background-repeat: no-repeat;
  background-size: 8% auto;
  border-radius: 5px;
  padding: 3% 3% 3% 10%;
  color: #fff;
}
.info_box, .check_box, .qa_box, .alert_box {
  font-weight: bold !important;
  font-size: 18px !important;
}
 /*.infobox_re {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 5px auto 20px;
    width: 95%;
}*/
.infobox_re .info_re_title {
  color: #eb68a3;
  font-weight: bold;
  text-align: center;
}
.infoBox_re a {
  cursor: pointer;
  opacity: 1;
  outline: medium none;
  transition: opacity 0.3s ease 0s;
}
ul.BtnBox2 {
  display: -webkit-box;
  width: 100%;
  list-style: outside;
  margin: 0;
  padding: 0;
  width: 1000px;
}
ul.BtnBox2 li {
  flex: 1;
  -moz-box-flex: 1;
  color: #fff;
  margin-right: 5px;
}
ul.BtnBox2 li:last-child {
  margin-right: 0;
}
ul.BtnBox2, ul.BtnBox2 li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.BtnBox2 li {
  width: 48%;
  margin-right: 5px;
}
ul.BtnBox2 li:last-child {
  margin-right: 0px;
}
ul.BtnBox2 li img {
  width: 100%;
}
/*SNSボタン*/
.sns_a_bt {
  margin: 2px;
  max-height: 20px;
  vertical-align: bottom;
  line-height: 1;
  float: left;
}
a.ig-b-v-24 {
  background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0 / 138px !important;
  width: 120px;
}
.sns_a_bt_box_wrp {
  background-color: #0BCCD3;
  padding: 10px 0;
}
.sns_a_bt_box_t {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.sns_a_bt_box {
  width: 98%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
}
.sns_a_bt_box_in {
  width: 210px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0 25px; /*height:60px;*/
}
hr {
  border: 1px solid #333;
  width: 100%;
}
/*お問合せ*/
@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .info_n_sp {
    display: block;
  }
  .info_n_pc {
    display: none;
  }
}
@media screen and (min-width:769px) {
  /*　画面サイズが769pxからはここを読み込む　*/
  .info_n_sp {
    display: none;
  }
  .info_n_pc {
    display: block;
  }
  .bt_inquiry {
    clear: both;
    background: url("img/bt_inquiry_bg.png") no-repeat 0 0 / 100%;
    width: 95%;
    margin: 55px auto 25px;
    position: relative;
  }
  .bt_inquiry:after {
    content: "";
    display: block;
    padding-top: 30%;
  }
  .bt_tel {
    position: absolute;
    top: 38%;
    left: 115px;
    width: 45%;
  }
  .bt_tel a:hover {
    opacity: 0.8;
  }
  .bt_line, .bt_mail {
    float: left;
    display: block;
    padding: 8px 0 8px 40px;
    width: 18%;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    line-height: 1.0;
  }
  .bt_inquiry a {
    text-decoration: none;
    color: #fff;
  }
  .bt_line {
    position: absolute;
    top: 69%;
    left: 45%;
    border: 1px solid #56ba0f;
    margin-right: 10px;
    background: url("img/header_line_ico.png"), -moz-linear-gradient(top center, #71D671 0%, #40AE37 100%);
    background: url("img/header_line_ico.png"), linear-gradient(top, #71D671, #40AE37);
    background: url("img/header_line_ico.png"), -ms-linear-gradient(top, #71D671, #40AE37);
    background: url("img/header_line_ico.png"), -webkit-linear-gradient(top, #71D671, #40AE37);
    background-repeat: no-repeat;
    background-position: 7%;
  }
  .bt_mail {
    position: absolute;
    top: 69%;
    left: 19%;
    border: 1px solid #d25a8f;
    background: url("img/header_mail_ico.png"), -moz-linear-gradient(top center, #f086bd 0%, #E16EA1 100%);
    background: url("img/header_mail_ico.png"), linear-gradient(top, #f086bd, #E16EA1);
    background: url("img/header_mail_ico.png"), -ms-linear-gradient(top, #f086bd, #E16EA1);
    background: url("img/header_mail_ico.png"), -webkit-linear-gradient(top, #f086bd, #E16EA1);
    background-repeat: no-repeat;
    background-position: 7%;
  }
  .hd_in_subtxt {
    display: block;
    font-size: 10px;
    letter-spacing: -0.05em;
  }
}
/*ニュームバナー*/
@media screen and (min-width:860px) {
  .bt_line, .bt_mail {
    float: left;
    display: block;
    padding: 8px 0 8px 40px;
    width: 18%;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    line-height: 1.0;
  }
  .hd_in_subtxt {
    display: block;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
.side_bn_sp {
  display: block;
  width: 85%;
  margin: 10px auto 25px;
}
.side_bn_pc {
  display: none;
}
@media screen and (min-width:740px) {
  .side_bn_sp {
    display: none;
  }
  .side_bn_pc {
    display: block;
    margin-bottom: 15px;
  }
}
/*追従ボタン*/
/*footer btn
**********************************************/
#button_set_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: none;
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.button_set_bottom_in {
  max-width: 640px;
  margin: 0 auto;
}
#button_set_bottom .line_btn {
  width: 47%;
}
#button_set_bottom a {
  float: left;
  width: 100%;
  margin-left: 1.0%;
}
#button_set_bottom a img {
  width: 100%;
}
.huziwara_img {
  display: block;
  position: absolute;
  width: 55px;
  top: -20px;
  left: 3px;
}
.button_set_bottom_in p.txt {
  font-size: 13px;
  padding: 10px 0 0 10px;
  letter-spacing: -0.05em;
}
.bn_sp {
  display: block;
}
@media only screen and (min-width: 641px) {
  .bn_sp {
    display: inline-block;
  }
  .button_set_bottom_in p.txt {
    font-size: 13px;
    padding: 35px 0 0 0;
  }
  .huziwara_img {
    display: block;
    position: absolute;
    width: 68px;
    top: -10px;
    left: 30px;
  }
}
.banner_more img.banner_more_img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:1000px) {
  .banner_more img.banner_more_img {
    display: block;
    margin: 0 auto;
    width: 730px;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .twitter-timeline-rendered {
    width: 490px !important;
  }
}
@media screen and (max-width: 480px) {
  .twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
  }
}
.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important;
}
/*目次　screen.min.css*/
#toc_container {
  border: none !important;
  margin:60px 0px;
  width: 100% !important;
  background-color: #f0f7f7;
  border-radius: 20px;
  padding: 20px 40px;
}

#toc_container a {
  font-weight: normal;
  font-size: 18px;
}
ul.toc_list li a span:after {
  content: ".";
}
ul.toc_list {
  list-style-type: decimal-leading-zero;
}
.toc_title {
  text-align: center !important;
  font-family: 'Didact Gothic', sans-serif;
  color: #35b9be;
}
/*装飾CSS*/
.point {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.point:before {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(img/check.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 5px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
 #toc_container a {
    font-size: 16px;
  }
  /* #toc_container p.toc_title {
    font-size: 18px;
    color: #75b8be;
  }*/
  .point {
    font-size: 18px;
  }
  .bg_gray {
    margin: 10px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
#toc_container {
 padding: 20px 10px 20px 28px;
    margin: 30px 0px;
  }
}
/************************************
** ブログカードのスタイル
************************************/
.blog-card {
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  width: 474px;
  border-radius: 5px;
}
.blog-card-thumbnail {
  float: left;
}
.blog-card-content {
  margin-left: 110px;
  line-height: 120%;
}
.blog-card-title {
  margin-bottom: 5px;
}
.blog-card-title a {
  font-weight: bold;
  text-decoration: none;
  color: #111;
}
.blog-card-excerpt {
  color: #333;
  font-size: 90%;
}
.blog-card-footer {
  font-size: 70%;
  color: #777;
  margin-top: 5px;
}
.clear {
  clear: both;
}
/*ヘッダブローバルメニュー*/
.header_re_menu {
  background-color: #0BCCD3;
  margin-top: 10px;
}
.header_re_menu ul {
  text-align: center;
}
.header_re_menu li {
  display: inline;
  font-size: 12px;
}
.header_re_menu li a {
  color: #fff;
}
.header_re_menu li:after {
  content: '/';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0px;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  padding: 0 3px;
  font-size: 15px;
}
.header_re_menu li:first-child:before {
  content: '/';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0px;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  padding: 0 3px;
  font-size: 15px;
}
/*20191119SNSボタン*/
.page_sns {
  margin: 30px 0;
}
.page_sns ul.sns_button {
  background: #fff;
  border: none;
  padding-top: 0
}
@media only screen and (max-width: 768px) {
  .page_sns ul.sns_button {
    margin-left: 20px
  }
}
.page_sns ul.sns_button li {
  float: left;
  width: 31%;
  text-align: center;
  margin: 0 10px 10px 0;
  border-radius: 3px
}
@media only screen and (max-width: 479px) {
  .page_sns ul.sns_button li {
    width: 45%
  }
}
.page_sns ul.sns_button li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 17px 0
}
@media only screen and (max-width: 479px) {
  .page_sns ul.sns_button li a {
    font-size: 13px;
    padding: 7px 0 5px
  }
}
.page_sns ul.sns_button .facebook-btn-icon {
  background: #2B418B
}
.page_sns ul.sns_button .twitter-btn-icon {
  background: #3D97F1
}
.page_sns ul.sns_button .hatena-btn-icon {
  background: #0075DD
}
.page_sns ul.sns_button .google-plus-btn-icon {
  background: #D73220
}
.page_sns ul.sns_button .pocket-btn-icon {
  background: #ED243E
}
.page_sns ul.sns_button .fb-like-btn-icon {
  background: #EFEFEF;
  padding-top: 13px;
  padding-bottom: 21px;
  padding-right: 102px
}
@media only screen and (max-width: 479px) {
  .page_sns ul.sns_button .fb-like-btn-icon {
    padding-top: 0px;
    padding-bottom: 9px
  }
}
/*新規footer*/
.content_menu {
  width: 100%;
  background-color: #0BCCD3;
  padding-bottom: 25px;
  padding-top: 15px;
}
.content_menu_in {
  margin: 0 auto;
}
.content_menu_t {
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.content_menu li {
  font-size: 14px;
}
.content_menu a {
  color: #fff;
}
.content_menu li a i {
  margin-right: 5px;
}
.copy {
  font-size: 11px;
}
.footer_sm {
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-top: 15px;
  padding: 0 15px;
}
.pagetop a {
  border: none;
  color: #fff;
  background: #0BCCD3;
}
/*プロフィール*/
/*.profile_box {
  width: 100%;
  margin: 20px auto 50px;
}
.profile_t {
  background: #faf5c7;
  color: #333;
  font-weight: bold;
  padding: 2px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.profile_photo {
  margin-bottom: 15px;
}
.profile_photo p.img {
  margin: 0 auto;
  background-image: url(https://newme-men.co.jp/info2/wp-content/themes/more/img/miku.png);
  background-size: 120%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center top;
}
.profile_name {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}
.profile_read {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 15px;
}
a.profile_btn {
  display: block;
  background-color: #f5f5f5;
  color: #333;
  padding: 3px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-weight: bold;
  width: 250px;
  margin: 30px auto 0;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .profile_box {
    width: 100%;
  }
  .profile_name {
    font-size: 15px;
  }
}*/
/*引用リンク*/
.b_source {
  text-align: right;
}
.b_source a:link {
  font-style: italic;
  color: #999;
  font-size: 11px;
}
/*ツイッタ文字サイズ*/
.SandboxRoot.env-bp-660 .timeline-Tweet-text {
  font-size: 18px !important;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 18px !important;
  line-height: 14pt !important;
}
.SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 18px !important;
  line-height: 14pt !important;
}
.SandboxRoot.env-bp-330 .timeline-Tweet-text {
  font-size: 16px !important;
}
.SandboxRoot.env-bp-min .timeline-Tweet-text {
  font-size: 16px !important;
}
.br_sp {
  display: none;
}
@media only screen and (max-width: 740px) {
  .br_sp {
    display: block;
  }
}
/*リンクカード*/
.lkc-content {
  padding:
}
.linkcard {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.lkc-external-wrap, .lkc-internal-wrap, .lkc-this-wrap {
  max-width: 100% !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.lkc-external-wrap {
  border: 1px solid #e1e1e1 !important;
  background-color: #ffffff;
}
.lkc-internal-wrap {
  border: 1px solid #e1e1e1 !important;
  background-color: #fff !important;
}
.lkc-card {
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
}
.lkc-title-text {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #5e82ed !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  line-height: 1.8 !important;
}
.lkc-excerpt {
  font-size: 15px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  line-height: 1.8 !important;
  color: #7B7B7B !important;
}
.lkc-thumbnail {
  margin: 0 20px 4px 4px !important;
}
.lkc-card {
  margin-top: 10px !important;
  margin-right: 20px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
}
@media only screen and (max-width: 480px) {
  .lkc-thumbnail {
    max-width: 80px !important;
  }
  .lkc-title-text {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .lkc-excerpt {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-top: 5px !important;
  }
  .lkc-card {
    margin-top: 10px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }
}
/*YOUTUBE動画*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.brown_bottom_line {
  background: linear-gradient(transparent 50%, rgba(187, 161, 44, .24) 50%);
}
.txt_brown {
  color: #BBA12C;
}
.cl_brown {
  color: #BBA12C;
}
/*吹き出し調整*/
.w_b_space {width: 0;
height: 0;
margin: 0;
padding: 5px !important;
}
.w_b_size_M {
    width: 68px !important;
    height: 68px !important;
}
.w_b_quote {
    word-wrap: break-word;
    line-height: 1.4 !important;
}
.w_b_ava_shadow_L {
  box-shadow: none !important;
    line-height: 1.2!important;
}
.w_b_ava_shadow_R {
  box-shadow: none !important;
     line-height: 1.2!important;
}
.w_b_talk_R {
  border: none !important;
  box-shadow: none !important;
}
.w_b_talk_R {
  background: #fbf7e8 !important;
}
.w_b_talk_R::before {
  border-top-color: #fbf7e8 !important;
  border-left-color: #fbf7e8 !important;
  right: -12px;
}
.w_b_talk_R::after {
  border-top-color: #fbf7e8 !important;
  border-left-color: #fbf7e8 !important;
}
.w_b_talk_R {
  border: none !important;
}
.w_b_talk_R {
  background: #fbf7e8 !important;
}
.w_b_talk_R::before {
  border-top-color: #fbf7e8 !important;
  border-left-color: #fbf7e8 !important;
  right: -12px;
}
.w_b_talk_R::after {
  border-top-color: #fbf7e8 !important;
  border-left-color: #fbf7e8 !important;
}
.w_b_talk_L {
  border: none !important;
  box-shadow: none !important;
}
.w_b_talk_L {
  background: #fef0ee !important;
}

.w_b_talk_L {
  border: none !important;
}
.w_b_talk_L {
  background: #fef0ee !important;
}

.w_b_talk_R img {
  border: 1px dashed #d7b61f !important;
}
.w_b_talk_L img {
  border: 1px dashed #d7b61f !important;
}

.w_b_talk_L::after {
    border-top-color: #FEF0EE !important;
    border-right-color: #FEF0EE !important;
    left: -10px;
}

.w_b_talk_L::before {
    border-top-color: #FEF0EE !important;
    border-right-color: #FEF0EE !important;
    left: -12px;
}
@media only screen and (max-width: 768px) {
.w_b_quote {
font-size: 16px !important;
}
    }
/*404*/
#notfound {
  padding: 20px 20px;
  font-size: 16px;
}
.notfound_link {
  display: inline-block;
  font-weight: bold;
  color: #5e82ed;
  text-decoration: underline;
  margin: 15px 0 0;
  text-align: center !important;
}
@media only screen and (max-width: 765px) {
  #notfound {
    padding: 90px 20px 0;
  }
}
/*20210229新ヘッダ*/
.n_t_sub {
  font-size: 8px;
  text-align: center;
  border-bottom: 1px solid #ded7d7;
  padding: 0;
  margin: 0;
    font-weight:bold;
}

/*装飾*/
.txt_red {
  color: #0BCCD3;
}
.red_box, .gray_box {
  margin: 20px 0;
 /* font-weight: bold !important;*/
  display: block;
  padding: 25px 20px;
  border-radius: 2px;
  font-size: 18px;
}
.red_box {
  background: #fef0ee;
  border: 2px dashed #0BCCD3;
}
.gray_box {
  background: #eee;
  border: 2px dashed #bbb;
}
.red_box p, .gray_box p {
  margin-top: 16px !important;
}
.red_box p:first-child, .gray_box p:first-child {
  margin-top: 0px !important;
}
.post_list {
  list-style: none;
  padding-left: 0;
}
.content_menu .container ul {
  list-style: none;
    padding: 0;
}

.w_b_box { margin:0!important;}
.r_cont_list {padding: 0; margin: 0;}
.r_cont_list h2 {line-height: 1.4!important;}

/*プロフィール*/
#profile_sec { margin-bottom: 40px;}

	#profile_sec, #profile_sec2 {padding: 25px 20px 25px 25px;
     background-image:linear-gradient(-45deg, #f2fcfc 25%, #ebfcfc 25%, #ebfcfc 50%, #f2fcfc 50%, #f2fcfc 75%, #ebfcfc 75%, #ebfcfc);
	background-size: 25px 25px; /*ストライプ線の太さ*/
	}


	.profile_ttl:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 28px;
  background-image: url(img/p_name1.png);
  background-size: contain;
        margin: 0 5px 0 0;

}
	.profile_ttl {color: #0BCCD3;}
	#profile_sec .profile_img, #profile_sec2 .profile_img {border-radius: 50%; /*border: 3px dotted #0BCCD3;*/}

    #profile_sec2 .profile_img { display: block; width: 150px; margin: 10px auto;}

    #profile_sec .col-sm-9,  #profile_sec .col-xs-8 {padding: 0 0 0 25px;}
    .profile_wrap {display: flex;
  justify-content: center;
  align-items: center;}

    .profile_ttl2 {color: #0BCCD3; font-weight: bold; text-align: center;}
    .profile_ttl3 { display: block; margin: 0 auto 15px; width: 110px;}

@media (max-width: 768px) {
    #profile_sec{padding: 20px 5px 25px;}
     #profile_sec2 {padding: 20px 20px 25px;}
    #profile_sec .col-sm-9,  #profile_sec .col-xs-9 {padding: 0 0 0 10px;}
    #profile_sec .col-sm-9 p,  #profile_sec .col-xs-9 p {line-height: 1.3; font-size: 14px;}
    #profile_sec .profile_img { margin-top: 30px;}
    #profile_sec2 .profile_txt {line-height: 1.4; font-size: 15px;}
}

/*追従ボタン*/

.h_tel, .h_mail, .h_line {
  display: block;
  color: #fff;
  font-size: 11px;
  text-align: center;

  float: left;
  width: 130px;
  height: 100px;
}
.h_tel {
  background-color: #f9867d;
  margin-right: 10px
}
.h_mail {
  background-color: #75b8be;
  margin-right: 10px
}
.h_line {
  background-color: #28c256;
}
.h_tel img, .h_mail img, .h_line img {
  display: block;
  margin: 0 auto;
}
.h_tel span, .h_mail span, .h_line span {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #fff;
    line-height: 1.0;
}
.header_left .logo {
  width: 100%;
}
.line_btn {
  display: block;
  width: 600px;
  margin: 0 auto;
}

#button_set_bottom {
  position: fixed;
  bottom: 0;
  padding: 0;
  display: none;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
}
#button_set_bottom a {
  width: 33.3%;
  margin:0;
  display: block;
  float: left;
}
/*#button_set_bottom a img {
 width:35px;
}*/

#button_set_bottom .h_tel, #button_set_bottom .h_mail,  #button_set_bottom .h_line {
    height: auto;
    padding: 10px 10px 10px;
}
#button_set_bottom .h_tel span, #button_set_bottom .h_mail span, #button_set_bottom .h_line span {
    margin-bottom: 5px;
}

/*point*/
.point_wrap {width: 100%; margin: 30px 0;}

    .point_wrap .point_01_title,  .point_wrap .point_02_title,  .point_wrap .point_03_title {color: #fff; border-radius: 10px 10px 0 0; padding: 3px 10px; margin: 0; display: inline-block;}

    .point_wrap .point_01_txt, .point_wrap .point_02_txt, .point_wrap .point_03_txt {width: 100%; margin: 0; padding: 0; padding: 15px;}

    .point_wrap .point_01_title {background-color: #bbb;}
    .point_wrap .point_02_title {background-color: #0BCCD3;}
    .point_wrap .point_03_title {background-color: #D6B51C;}
    .point_wrap .point_01_txt { border: 1px solid #bbb;}
    .point_wrap .point_02_txt { border: 1px solid #0BCCD3;}
    .point_wrap .point_03_txt { border: 1px solid #D6B51C;}



a.profile_btn {
    display: block;
    background-color: #0BCCD3;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bold;
    width: 250px;
    margin: 20px auto 0;
    text-align: center;
         border-radius: 30px;
}
table { width: 100%;}
table tr td {border: 1px solid #ccc; padding: 5px;}

table tr th {border: 1px solid #ccc; color: #fff; background-color: #75b8be;padding: 5px; font-weight: bold; text-align: center;}

/*装飾CSS*/
.point {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.point:before {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	content:"";
	width:18px;
	height:18px;
	background:url(img/check-mark-p.svg);
	background-repeat:no-repeat;
	background-size:18px;
	margin-right:5px;
}
.bg_gray {
	font-size: 16px;
	padding: 20px;
	background-color:#fafafa;
	outline: 1px solid #f0f0f0;
	border-color:#f0f0f0;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-bottom: 60px;
	margin-top: 15px;
}
.bg_gray p{
	margin-top:16px !important;
}

.bg_gray p:first-child{
	margin-top:0px !important;
}

@media (max-width: 320px) {
    .menuBtn {
    width: 16%!important;
    height: 57px!important;
}
    .headerIcon > div {
    width: 16%;
    height: 57px;
    margin: 0 2px 0 0;
}

    .header_icon_web a {
    background-size: 50%;
    background-position: center 25px;
}

.header_btn_line a {
    background-size: 50%;
    background-position: center 25px;
}

    .login_btn a {
    background-size: 60%;
    background-position: center 25px;
}
}

.top_more_bnner {display: block; width: 100%; margin: 0 auto 0;}
     @media (max-width: 768px) {.top_more_bnner {display: block; width: 100%; margin: 0 auto 0;}}


    /*　20220318　新）header
*************************************************/

.nav li a { padding: 8px 0;}

header {
	width: 100%;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ded7d7;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}
header .headerWrap>a>img {
	width:110px;
}
header .headerWrap>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding:10px 5px 0;
}
header .headerWrap {
	width:33%;
	float: left;
}

 @media (max-width: 320px) {
	 header .headerWrap {
	width: 150px;
}

 }
header .headerIcon {
	float: right;
	overflow: hidden;
}
header .headerIcon>div {
	width: 55px;
	height: 55px;
	background-position: center;
	background-repeat: no-repeat;
	border-left: 1px solid #ded7d7;
	float: right;
}
.headerWrap .header_read {
	display:block;
	font-size:7px;
	color:#3d4951;
	margin:2px 0 0 13px;
	letter-spacing:-0.09em;
}
.headerWrap a {
	text-decoration:none;
}
.headerIcon a {
	position:relative;
	text-decoration:none;
}
.headerIcon a span {
	display:block;
	padding-top:31px
}

.header_btn_line, .header_icon_web {
	display:block;
	width:55px;
	height:55px;
	text-decoration:none;
	font-size:9px;
	text-align:center;
	line-height:2.5em;
}


.header_btn_line {
	background-image: url(img/header_icon_line.png);
}
.header_icon_web {
	background-image: url(img/header_icon_web.png);}

.header_btn_line a span { color:#00b900;}
.header_icon_web a span { color:#fa7cb9;}
.login_btn a span { color:#7a7679;}

.login_btn {
    background-image: url("img/header_icon_login.png");
	display:block;
	width:55px;
	height:55px;
	text-decoration:none;
	font-size:9px;
	text-align:center;
	line-height:2.5em;
}



.header_btn_line, .login_btn, .header_icon_web {
	background-size: 55px;
	-webkit-background-size: 55px;
	-moz-background-size: 55px;
}
/*menu*/
.menu_txt {
	display:block;
	position:absolute;
	top:31px;
	left:3px;
	font-size:9px;
	color:#7a7679;
}
.header_line, .header_navi {
	display:block;
}
.header_navi {
	position:absolute;
	top:21px;
	right:0px;
	width:45px;
	height:45px;
	/*border-radius:50%;*/
	text-align:center;
	background:#fff;
}
.dl-menuwrapper {
	width:100%;
	max-width:300px;
	float:left;
	position:relative;
	-webkit-perspective:750pt;
	perspective:750pt;
	-webkit-perspective-origin:50% 200%;
	perspective-origin:50% 200%;
	z-index:10
}
.dl-menuwrapper:first-child {
	margin-right:75pt
}
.dl-menuwrapper ul {
	padding:0px 0;
	list-style:none;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	background:rgba(245, 149, 159, 0.97);
}
.dl-menuwrapper li {
	position:relative;
	text-align:left
}
.dl-menuwrapper li a {
	display:block;
	position:relative;
	padding:15px 20px 15px 10px;
	font-size:14px;
	letter-spacing:0;
	color:#fff;
	outline:0;
	text-decoration:none;
	border-bottom:1px solid #f5c6cb;
}
.dl-menuwrapper li:last-child a {
	border-bottom:none;
}
.no-touch .dl-menuwrapper li a:hover {
	background:rgba(255, 237, 246, .2)
}
.dl-menuwrapper li.dl-back>a {
	padding-left:30px;
	background:rgba(0, 0, 0, .1)
}
.dl-menuwrapper li a:after {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../images/r01_bread_arw3.png);
	background-repeat:no-repeat;
	width:8px;
	height:12px;
	background-size:contain
}
.dl-menuwrapper li.dl-back:after {
	left:10px;
	color:hsla(26, 14%, 80%, .3);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.dl-menuwrapper li>a:after {
	right:10px;
	color:rgba(0, 0, 0, .15)
}
.dl-menuwrapper .dl-menu {
	margin:26px 0 0;
	position:absolute;
	left:-225px;
	width:260px;
	border-radius:5px;
	box-shadow:0 4px 18px rgba(0, 0, 0, .25);
	opacity:0;
	pointer-events:none;
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
transition:all .3s ease
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity:1;
	pointer-events:auto;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.dl-menu.dl-animate-out-1 {
-webkit-animation:a .4s;
animation:a .4s
}
@-webkit-keyframes a {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(-500px) rotateY(0);
	opacity:0
}
}
@keyframes a {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(-500px) rotateY(0);
	transform:translateZ(-500px) rotateY(0);
	opacity:0
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation:b .3s;
animation:b .3s
}
@-webkit-keyframes b {
0 {
-webkit-transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(0) rotateY(0);
	opacity:1
}
}
@keyframes b {
0 {
-webkit-transform:translateZ(-500px) rotateY(0);
transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(0) rotateY(0);
	transform:translateZ(0) rotateY(0);
	opacity:1
}
}
.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
-webkit-animation:c .4s ease;
animation:c .4s ease
}
@-webkit-keyframes c {
0 {
-webkit-transform:translateX(50%);
opacity:0
}
to {
	-webkit-transform:translateX(0);
	opacity:1
}
}
@keyframes c {
0 {
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0
}
to {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}
.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
-webkit-animation:d .4s ease;
animation:d .4s ease
}
@-webkit-keyframes d {
0 {
-webkit-transform:translateX(0);
opacity:1
}
to {
	-webkit-transform:translateX(50%);
	opacity:0
}
}
@keyframes d {
0 {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
to {
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	opacity:0
}
}
.no-js .dl-menuwrapper .dl-menu {
	position:relative;
	opacity:1;
	-webkit-transform:none;
	transform:none
}
.no-js .dl-menuwrapper li .dl-submenu {
	display:block
}
.no-js .dl-menuwrapper li.dl-back {
	display:none
}
.no-js .dl-menuwrapper li>a:not(:only-child) {
background:rgba(0, 0, 0, .1)
}
.no-js .dl-menuwrapper li>a:not(:only-child):after {
content:''
}
.menu-trigger, .menu-trigger span {
	display:inline-block;
transition:all .4s;
	box-sizing:border-box;
	opacity:1
}
.menu-trigger {
	position:relative;
	width:20px;
	height:17px;
	top:5px;
	right:2px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #7a7679;
	border-radius: 1px;
	opacity: 1;
}
.menu-trigger span:nth-of-type(1) {
top:0
}
.menu-trigger span:nth-of-type(2) {
top:7px
}
.menu-trigger span:nth-of-type(3) {
bottom:0
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform:translateY(8px) rotate(-315deg);
transform:translateY(8px) rotate(-315deg)
}
.menu-trigger.active span:nth-of-type(2) {
opacity:0
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform:translateY(-7px) rotate(315deg);
transform:translateY(-7px) rotate(315deg)
}
.dl-menuwrapper li.li_member a:before {
	position:absolute;
	top:60%;
	left:0px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../images/header_icon_line.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	background-size:35px;
}
.dl-menuwrapper li.li_login a:before {
	position:absolute;
	top:60%;
	left:0px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../images/r01_header_icon_login.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	background-size:35px;
}
.dl-menuwrapper li.li_member a, .dl-menuwrapper li.li_login a {
	padding-left:30px;
	background:rgba(131, 204, 255, .2)
}

@media (max-width:460px) {

    header .headerWrap>a>img {
	width:80%;
}

        }

        .header_cont { width: 1200px; margin: 0 auto;}
        @media (max-width:1039px) {

 .header_cont { width: 100%;}

        }



/*新）footer
**************************************************/

footer {
	clear:both;
}
.ui-bar {
	clear: both;
	display: block;
	overflow: hidden;
	/*padding: 0.8em 0;*/
	position: relative;
	background:#EDEDED;
    margin-bottom: 15px;
}
.footerMenu small {
	color:#666;
	margin:0 0 0 10px;
}
footer ul {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	list-style:none;
	border-top: 1px solid #fff;
}

    .footerMenu ul {
        margin:0;
	padding:0;
    }
    .footerMenu ul li {}
 .footerMenu ul li:nth-child(2n+1) {
 float: left;
 border-right: 1px solid #fff;
}
 .footerMenu ul li:nth-child(2n) {
 float: right;

}

.footerMenu ul li:nth-child(1), .footerMenu ul li:nth-child(2)  {
height: 44px;
        line-height: 1.4;
        padding-top: 5px;
}

.footerMenu ul li {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	display:inline-block;
	height: 34px;
	line-height: 34px;
	width: 50%;
	font-size:12px;
        padding-left: 12px;
}

.footerMenu ul li i {
	display:inline-block;
	margin-right:3px;
}
footer ul li a {
	text-decoration:none;
	color:#fff;
	-webkit-tap-highlight-color: rgba(255, 51, 153, 0.40);
	color: #666666;
	display: block;
	padding-left: 12px;
}
footer .footerMenu {
	font-size:13px;
	font-weight:normal;
	margin-top:10px;
	color:#666 !important;
}
a.footer_btn {
	background:#0BCCD3;
	border-radius:5px;
	padding:8px 10px;
	color:#fff;
	text-decoration:none;
	font-size:12.5px;
	font-weight:bold;
}

    /*追従ボタン
**********************************************************************/

#button_set_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background: white none repeat scroll 0 0;
	bottom: 0;
	box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.45);
	display: none;
	padding: 8px 0;
	position: fixed;
	width:100%;
	z-index: 9999;
}
#button_set_bottom a {
	float:left;
	width: 49%;
  margin: 0.5%;
}
/*.bottom_tel, .bottom_web {
	position: relative;
	border-radius: 4px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	background: -moz-linear-gradient(top, #f086bd, #E16EA1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f086bd), to(#E16EA1));
	border: 1px solid #d25a8f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
	max-width: 480px;
	width: 100%;
}
.bottom_tel {
	padding: 0 3px;
}
.bottom_web {
	padding: 0 5px;
}*/
/*.bottom_tel:hover, .bottom_web:hover {
	border: 1px solid #d25a8f;
}
.bottom_tel img, .bottom_web img {
	width: 100%;
	max-width: 120px;
}*/
/*/*.bottom_line {
	position: relative;
	border-radius: 4px;
	display: inline-block;
	line-height: 40px;
	padding: 0 5px;
	max-width: 480px;
	width: 100%;
	text-align: center;
	background: -moz-linear-gradient(top, #71D671, #40AE37);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71D671), to(#40AE37));
	border: 1px solid #56ba0f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.bottom_line:hover {
	border: 1px solid #539e00;
}
.bottom_line img {
	width: 100%;
	max-width: 120px;
}*/
    .footer_menu2 { text-align: center; margin-bottom: 15px;}
    .footer_logo_in small { text-align: center;display: inherit; font-size:10px;}
    .footer_logo img { margin-bottom: 15px;}






    /*------------------------
    共通指定デザイン
    ------------------------*/
    :root{
    	--gray:#eeeeee;
    	--pink: #fb90aa;
    	--b-pink: #ff6893;
    	--yellow: #d5c854;
    	--line: #00b900;
    	--bg_pink: #fbdcd7;
    	--bg_yellow: #f9f8ef;
    	--black:#3e474c;

    }
    .wf{
    	font-family: 'Roboto', sans-serif;
    }
    /*ボタン*/
    .btn a{
    	background: #fff;
    	color: var(--b-pink);
    	font-weight: bold;
    	letter-spacing: .06em;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	position: relative;
    	transition: all .3s ease 0s;
    	height: 16vw;
    	font-size: 4.27vw;
    	border-radius: 6px;
    	border: 2px solid var(--b-pink);
    	/*-webkit-box-shadow: 0 3px rgba(255, 104, 147,1);
    	box-shadow: 0 3px rgba(255, 104, 147,1);*/
    }
    .btn a::after{
    	content: '';
    	width: 1.6vw;
    	height: 1.6vw;
    	border-bottom: 1px solid var(--b-pink);
    	border-left: 1px solid var(--b-pink);
    	-webkit-transform: rotate( -135deg);
    	transform: rotate( -135deg);
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	right: 4vw;
    	margin: auto;
    }
    .flex-box {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
    	justify-content: flex-start;
    	align-items: flex-start;
    }
    .red ,
    .must {
    	color: #ff0007;
    }
    .image img{
    	width: 100%;
    	height: 100%;
    }
    .text{
    	text-align: justify;
    }
    /*pc*/
    .pc{
    	display: none;
    }
    .sp {
    	display: block;
    }


    /*------------------------
    header
    ------------------------*/
    header {
    	width: 100%;
    	background: #fff;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 100;

        border-bottom: none;
      box-shadow: none;
        height: auto;
    }
    header .inner {
    	justify-content: space-between;
    	align-items: center;
    	padding: 2.67vw 4vw;
    }
    /* ロゴ */
    header .logo a .image{
    	height: 6vw;
    	display: block;
    }
    header .logo a .image img {
    	width: auto;
    	object-fit: contain;
    }
    header .logo a p{
    	font-size: 2.67vw;
    	margin-bottom: 2px;
        font-weight: bold;
        line-height: 1.0;
    }

    /* 登録ボタン */
    header .right .entry a{
    		background: var(--line);
    	color: #fff;
    	padding: 1vw 2.4vw;
    	border-radius: 6px;
    	height: 12.67vw;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    }
    header .right .entry p.icon{
    	font-size: 3.47vw;
    	font-weight: bold;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    header .right .entry p.icon::before{
    	content: "";
    	width: 4.6vw;
    	height: 4.6vw;
    	background: url(./img/icon_line_w.png) no-repeat center;
    	background-size: contain;
    	display: block;
    	margin-right: 2px;
    }
    header .right .entry p.time{
    	font-size: 2.67vw;
    	text-align: center;
    	line-height: 1.2;
    }

    .more1 a {
    background: var(--line);
    	color: #fff;
    	padding: 1vw 2.4vw;
    	border-radius: 6px;
    	height: 13vw;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
        /*border: 2px solid var(--b-pink);*/
        border: 2px solid var(--line);
                    }
    .more1 p.icon{
    	font-size:4.5vw;
    	font-weight: bold;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .more1 p.icon::before{
    	content: "";
    	width: 4.6vw;
    	height: 4.6vw;
    	background:  url("./img/icon_line_w.png") no-repeat center;
    	background-size: contain;
    	display: block;
    	margin-right: 2px;
    }
    .more1 p.time{
    	font-size: 3vw;
    	text-align: center;
    	line-height: 1.2;
    }

    .more1 a::after {
      content: '';
      width: 1.6vw;
      height: 1.6vw;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: rotate( -135deg);
      transform: rotate( -135deg);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4vw;
      margin: auto;
    }

    /* ログインボタン */
    header .right .login a{
    	background: #67bcc2;
    	color: #fff;
    	width: 14.67vw;
    	height: 12.67vw;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	font-size: 3.2vw;
    	font-weight: bold;
    	line-height: 1;
    	border-radius: 5px;
    	margin-left: 5px;
    }
    header .right .login a::before{
    	content: "";
    	width: 6.13vw;
    	height: 6.13vw;
    	background: url(./img/icon_login.png) no-repeat center;
    	background-size: contain;
    	display: block;
    }

    /* メニュー */
    header .inner .right {
    	position: relative;
    }
    header .inner .right .menu {
    	width: 9.33vw;
    	height: 12.67vw;
    	position: relative;
    	margin-left: 2.67vw;
    }
    header .menu > div {
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: auto;
    	width: 90%;
    	height: 2px;
    	background: var(--black);
    	transition: .35s ease-in-out;
    }
    header .menu p{
    	position: absolute;
    	display: block;
    	top: 74%;
    	left: 0;
    	right: 0;
    	margin: auto;
    	font-size: 3.2vw;
    	letter-spacing: -.04em;
    	font-weight: bold;
    	line-height: 1;
    	text-align: center;
    }
    header .menu .menu1 {
    	top: 20%;
    }
    header .menu .menu2 {
    	top: calc(40% - 1px);
    }
    header .menu .menu3 {
    	top: calc(60% - 1px);
    }
    header .menu span {
    	position: absolute;
    	display: block;
    	top: 70%;
    	left: 0;
    	right: 0;
    	margin: auto;
    	font-size: 2.67vw;
    	line-height: 1;
    	text-align: center;
    }
    header .menu.active .menu1 {
    	top: 44%;
    	left: 0;
    	right: 0;
    	width: 62%;
    	margin: auto;
    	-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    }
    header .menu.active .menu2,
    header .menu.active .menu3{
    	top: 44%;
    	left: 0;
    	right: 0;
    	width: 62%;
    	margin: auto;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
    }
    /*------------------------
    ナビ
    ------------------------*/
    /*メニューリスト*/
    #menu-list {
    	width: 100%;
    	padding: 8% 4.5% 10%;
    	min-height: 100vh;
    	box-sizing: border-box;
    	position: absolute;
    	overflow: hidden;
    	z-index: 150;
    	top: 17.87vw;
    	left: 0;
    	background: var(--bg_pink);
    	transform: translateY(-200%);
    	transition: all .6s;
    }
    #menu-list.active {
    	transform: translateY(0);
    }
    #menu-list li {
    	font-size: 4vw;
    }
    #menu-list li a{
    	display: block;
    	padding: 1.6vw 0 1.6vw;
    	color: var(--black);
    	font-weight: bold;
    	position: relative;
    	border-bottom: 1px dotted var(--b-pink);
    }
    #menu-list li a:before{
    	content: '';
    	position: absolute;
    	top: 0.15vw;
    	bottom: 0;
    	right: 4vw;
    	margin: auto;
    	width: 1.33vw;
    	height: 1.33vw;
    	border-top: 2px solid var(--black);
    	border-right: 2px solid var(--black);
    	transform: rotate(45deg);
    }
    /*ヘッダボタン*/
    header .inner {
      padding: 2.67vw 2vw;
    }

        header .right .entry a{
    	padding: 0.6vw 2.4vw 1vw;
    }

    header .right .tel { margin-right:0.7vw;}
    header .right .tel a{
    background: var(--b-pink);
    	color: #fff;
    	padding: 0.6vw 2.4vw 1vw;
    	border-radius: 6px;
    	height: 12.67vw;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    }
    header .right .tel p.icon{
    	font-size: 3.47vw;
    	font-weight: bold;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    header .right .tel p.icon::before{
    	content: "";
    	width: 4.0vw;
    	height: 4.0vw;
    	background: url(/images/common/tel_icon.png) no-repeat center;
    	background-size: contain;
    	display: block;
    	margin-right: 2px;
    }
    header .right .tel p.time{
    	font-size: 2.67vw;
    	text-align: center;
    	line-height: 1.2;
        letter-spacing: -0.05em;
    }

    /*ヘッダメニューログインボタン*/
    .menu-btn-wrap .f-btn{
    	position: relative;
    }

    .menu-btn-wrap .f-btn a{
    	background: #fff;
    	width: 100%;
    	height: 16vw;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	font-size: 4vw;
    	font-weight: bold;
    	border-radius: 5px;
    	border: 2px solid #67bcc2;
    	margin-bottom: 2%;
    	color: #67bcc2;
    }
    /*.menu-btn-wrap .f-btn {
    float: left;
    width: 49%;
    margin: 0 0.5%;}*/
    .menu-btn-wrap .f-btn a::before{
    	content: "";
    	width: 5.13vw;
    	height: 4.87vw;
    	background: url(./img/icon_login_l.png) no-repeat center;
    	background-size: contain;
    	display: block;
    	margin-right: 1vw;
    }
    header .inner {
      padding: 2.67vw 2vw;
    }

        header .right .entry a{
    	padding: 0.6vw 2.8vw 1vw;
    }

    header .right .tel { margin-right:0.7vw;}
    header .right .tel a{
    background: var(--b-pink);
    	color: #fff;
    	padding: 0.6vw 1.3vw 1vw;
    	border-radius: 6px;
    	height: 12.67vw;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    }
    header .right .tel p.icon{
    	font-size: 3.47vw;
    	font-weight: bold;
    	position: relative;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    header .right .tel p.icon::before{
    	content: "";
    	width: 4.0vw;
    	height: 4.0vw;
    	background: url(./img/tel_icon.png) no-repeat center;
    	background-size: contain;
    	display: block;
    	margin-right: 2px;
    }
    header .right .tel p.time{
    	font-size: 2.67vw;
    	text-align: center;
    	line-height: 1.2;
        letter-spacing: -0.05em;
    }

    .logo_area {
        background: #FC6B92;
        border-radius: 5px;
        padding: 3px;
        width: auto;
        text-align: center;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 29vw;
        top: 6.2vw;
    }
    .num-wrap_wp, .media_aa_wp {
        text-align: center;
        background-color: rgba(255,255,255,0.50);
        border-radius: 10px;
        position: absolute;
        width: 40%;
        bottom: 5%;
    }
    .num-wrap_wp {
        left: 8%;
        padding: 5px;
    }
    .media_aa_wp {
        right: 8%;
        padding: 0px 5px 5px;
    }
    #top01 {
        height: 80vw;
    }
    .num-wrap .store .num {
        font-size: 7vw;
    }
    #top01 h1::before {
        position: absolute;
        right: 50px;
        top: 5.33vw;
    }
    #top01 h1 {
      /*  position: absolute;
        bottom: 23vw;
        left: 15vw;*/
    }
    #top01 {
        background-position: center -15vw;
    }
    .m_icon1 {
        width: 23%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5%;
    }
    .m_icon2 {
        width: 33%;
    inline-block;
        vertical-align: middle;
    }
    .m_icon3 {
        width: 28%;
    inline-block;
        vertical-align: middle;
    }
    .media_img {
        width: 66%;
        margin: 2vw;
    }
    .txtCn {
    	text-align: center !important;
    }
    .mb5 {
    	margin-bottom:5px !important;
    }
    .mb10 {
    	margin-bottom:10px !important;
    }
    .mb15 {
    	margin-bottom:15px !important;
    }
    .mb20 {
    	margin-bottom:20px !important;
    }
    .mb25 {
    	margin-bottom:25px !important;
    }
    .mb30 {
    	margin-bottom:30px !important;
    }
    .mb35 {
    	margin-bottom:35px !important;
    }
    .mb40 {
    	margin-bottom:40px !important;
    }
    .mb45 {
    	margin-bottom:45px !important;
    }
    .mb55 {
    	margin-bottom:55px !important;
    }
    .mt10 {
    	margin-top:10px !important;
    }

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

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

    .mg0 {
    	margin:0 !important;
    }

    .logo {
      max-width: none;
      display: block;
      margin: 0;
    }

        #mainvisual {
      margin: 50px auto 20px;
    }

       @media (min-width: 376px) {
    header .inner {padding:5px;}
    header .logo a .image {height: 28px;}

    .logo_area {left: 125px;
    font-size: 13px;
    top: 17px;}

    header .right .entry p.icon {font-size: 14px;}
    header .right .entry p.time {font-size: 10px; font-weight: bold;}
    header .logo a p {font-size: 11px;margin-bottom: 0px;}
    header .right .entry a {padding:5px 10px;}
    header .right .entry a {height: auto;}
    header .right .entry p.icon::before {width: 20px;height: 20px;}
    header .menu p{font-size: 12px;}
    header .inner .right .menu {
    width: 14.3vw;
    height: 12.67vw;
    position: relative;
      margin-left: 2.67vw;
    }
    header .inner .right .menu {
        width: 35px;
        height: 50px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
      }
    header .inner {padding:5px; }
    }


     @media (min-width: 1020px) {
          header .inner { width: 1020px;
              margin: 0 auto;
              position: relative;
      }
        }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

#toc_container .toc_list {
  list-style-type: decimal;
}

    
    
    

    
    header .col-xs-6 {
  width: 49.0%;
  margin: 0 0.5%;
}
    .btn_sub_t {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}
.logo img {
margin-top: 11px;
}
      header{background-color:#fff;position:relative;z-index:4}
.logo{padding:10px 5px;}.logo a{display:block;}
.top_nav_in{padding:15px 0}.top_inquiry_in,.top_nav_in{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.top_inquiry_in{padding:10px 0}
.head_line,.head_tel{display:block;width:100%;border-radius:4px;text-align:center;padding:1.0rem 0;color:#fff;margin-right:5px;font-weight:700;font-size:1.5rem; line-height:1.0;}.head_line{background-color:#00b900;}.head_tel{background-color:#BBA12C;}header .head_line,header .head_tel{padding:9pt 0}header .head_line .btn_sub_t{margin-top:0.1rem!important}.head_line .btn_sub_t{margin-top:0.5rem;font-weight:700!important}.head_tel .btn_sub_t{margin-top:0.1rem;}.top_inquiry_in .col-6:nth-child(1){margin-right:0;margin-left:0;}

    .head_line img,.head_tel img{width:1.5rem;margin-right:.2rem;vertical-align:middle;display:inline-block}
    .head_tel img{padding-bottom:0.3rem}
    
@media(max-width:768px){.head_line,.head_tel{font-size:15px;line-height: 15px; padding:5px 0;}header .head_line,header .head_tel{padding:8px 0}header .head_line .btn_sub_t,header .head_tel .btn_sub_t{font-weight:700}header .head_line .btn_sub_t{margin-top:0.1rem!important}
.head_line img,.head_tel img{width: 18px;
height: auto;}
    
    
@media(max-width:768px){.logo{padding:1.2rem 0 0  0}.logo img{width:96%;}header{margin:0;padding:0}}  
    .head_tel .btn_sub_t {
  margin-top: 0.1rem!important;
}
    .btn_sub_t {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.5rem;
}
h1 {
    font-size: 1.0rem;
    line-height: 1.0;
    padding-left: 0.2rem;
}

    
    
header .head_line, header .head_tel {
  padding: 9pt 0;
}
    
header .head_tel {
padding: 11pt 0;
}
    
header .head_tel {
  width: 95%;
}
    .txt-bl {
    color: #0BCCD3;
}
   .logo img {
margin-top: 11px;
}
    .top_p20 {padding: 0 20px 0 0;}


    @media (max-width: 768px) {
        .top_p20 {padding:0 0 0 0;}
        .logo img {
margin-top: 0px;
}
        
h1 {
    font-size:10px;
    line-height: 1.0;
    padding-left: 0.2rem;
}

        
.head_tel .btn_sub_t {
margin-top: 0.1rem!important;
}
        
.btn_sub_t {
font-size: 10px;
margin-top: 0.5rem;
}
        
header .head_line, header .head_tel {
    padding: 7pt 0;
}
    }
    @media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
			/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

#toc_container .toc_list {
border: none;
  list-style-type: decimal;
}

#toc_container .toc_list > ul{
  list-style-type: decimal; }

#toc_container .toc_list > li:before {
    content:none;
}

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li ul {
    border: none;}

#toc_container .toc_list > li > ul li:before {
    content:none;
}

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 25px 40px; }

  #toc_container .toc_title {
    font-size: 1.4em;
	font-weight: 500;
 }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 16px; }

 }
.post_body a.lkc-link:link {
    color: #07676a;
    text-decoration: none!important;
}
.post_body a.lkc-link .lkc-url{text-decoration: none!important;}
    
@media (max-width: 768px) {
    @media (max-width: 768px) {
        .logo img {
            width:65%;
        }
    }
}


    /*20250530 追加*/
#head_menu {
  margin-bottom: 5px;
}
nav {
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
  display: inline-block;
  padding: 0 2.5%;
  letter-spacing: -0.05em;
}
nav li:not(:last-child) {
  border-right: 2px solid #ddd;
}
nav a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  nav a {
    font-size: 1.4rem;
  }
}
nav a:hover {
  color: #0BCCD3;
}
nav li:last-child {
  border-right: 2px solid #ddd;
}
nav li:first-child {
  border-left: 2px solid #ddd;
}


    /*menu*/
.menu_txt {
	display:block;
	position:absolute;
	top:31px;
	left:3px;
	font-size:9px;
	color:#3d4951;
}
.header_line, .header_navi {
	display:block;
}
.header_navi {
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:auto;
	text-align:center;
	background:#fff;
}
.dl-menuwrapper {
	width:100%;
	max-width:300px;
	float:left;
	position:relative;
	-webkit-perspective:750pt;
	perspective:750pt;
	-webkit-perspective-origin:50% 200%;
	perspective-origin:50% 200%;
	z-index:10
}
.dl-menuwrapper:first-child {
	margin-right:75pt
}
.dl-menuwrapper ul {
	padding:0px 0;
	list-style:none;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	background:rgba(238, 252, 255, .95);
}
.dl-menuwrapper li {
	position:relative;
	text-align:left
}
.dl-menuwrapper li a {
	display:block;
	position:relative;
	padding:15px 20px 15px 10px;
	    font-size: 1.1rem;
	letter-spacing:0;
	color:#333;
	outline:0;
	text-decoration:none;
	border-bottom:1px solid #dee6ec;
    font-weight: bold;
}
.dl-menuwrapper li:last-child a {
	border-bottom:none;
}
.no-touch .dl-menuwrapper li a:hover {
	background:rgba(131, 204, 255, .2)
}
.dl-menuwrapper li.dl-back>a {
	padding-left:30px;
	background:rgba(0, 0, 0, .1)
}
.dl-menuwrapper li a:after {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../img/bread_arw2.png);
	background-repeat:no-repeat;
	width:6px;
	height:10px;
	background-size:contain
}
.dl-menuwrapper li.dl-back:after {
	left:10px;
	color:hsla(26, 14%, 80%, .3);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.dl-menuwrapper li>a:after {
	right:10px;
	color:rgba(0, 0, 0, .15)
}
.dl-menuwrapper .dl-menu {
	margin:30px 0 0;
	position:absolute;
	left:-219px;
	width:260px;
	border-radius:15px 0 15px 0;
	box-shadow:0 4px 18px rgba(0, 0, 0, .25);
	opacity:0;
	pointer-events:none;
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
     @media (max-width: 375px) {.dl-menuwrapper .dl-menu {left:-235px;}}
            

.dl-menuwrapper .dl-menu.dl-menu-toggle {
transition:all .3s ease
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity:1;
	pointer-events:auto;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.dl-menu.dl-animate-out-1 {
-webkit-animation:a .4s;
animation:a .4s
}
@-webkit-keyframes a {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(-500px) rotateY(0);
	opacity:0
}
}
@keyframes a {
50% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg)
}
75% {
-webkit-transform:translateZ(-372.5px) rotateY(15deg);
transform:translateZ(-372.5px) rotateY(15deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(-500px) rotateY(0);
	transform:translateZ(-500px) rotateY(0);
	opacity:0
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation:b .3s;
animation:b .3s
}
@-webkit-keyframes b {
0 {
-webkit-transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(0) rotateY(0);
	opacity:1
}
}
@keyframes b {
0 {
-webkit-transform:translateZ(-500px) rotateY(0);
transform:translateZ(-500px) rotateY(0);
opacity:0
}
20% {
-webkit-transform:translateZ(-250px) rotateY(30deg);
transform:translateZ(-250px) rotateY(30deg);
opacity:.5
}
to {
	-webkit-transform:translateZ(0) rotateY(0);
	transform:translateZ(0) rotateY(0);
	opacity:1
}
}
.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
-webkit-animation:c .4s ease;
animation:c .4s ease
}
@-webkit-keyframes c {
0 {
-webkit-transform:translateX(50%);
opacity:0
}
to {
	-webkit-transform:translateX(0);
	opacity:1
}
}
@keyframes c {
0 {
-webkit-transform:translateX(50%);
transform:translateX(50%);
opacity:0
}
to {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
}
.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
-webkit-animation:d .4s ease;
animation:d .4s ease
}
@-webkit-keyframes d {
0 {
-webkit-transform:translateX(0);
opacity:1
}
to {
	-webkit-transform:translateX(50%);
	opacity:0
}
}
@keyframes d {
0 {
-webkit-transform:translateX(0);
transform:translateX(0);
opacity:1
}
to {
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	opacity:0
}
}
.no-js .dl-menuwrapper .dl-menu {
	position:relative;
	opacity:1;
	-webkit-transform:none;
	transform:none
}
.no-js .dl-menuwrapper li .dl-submenu {
	display:block
}
.no-js .dl-menuwrapper li.dl-back {
	display:none
}
.no-js .dl-menuwrapper li>a:not(:only-child) {
background:rgba(0, 0, 0, .1)
}
.no-js .dl-menuwrapper li>a:not(:only-child):after {
content:''
}
.menu-trigger, .menu-trigger span {
	display:inline-block;
transition:all .4s;
	box-sizing:border-box;
	opacity:1
}
.menu-trigger {
	position:relative;
	width:30px;
	height:17px;
	top:9px;
	right:-4px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #3a3a3a;
	border-radius: 3px;
	opacity: 1;
}
.menu-trigger span:nth-of-type(1) {
top:0
}
.menu-trigger span:nth-of-type(2) {
top:9px
}
.menu-trigger span:nth-of-type(3) {
    bottom: -5px;
}
.menu-trigger.active span:nth-of-type(1) {
-webkit-transform:translateY(9px) rotate(-315deg);
transform:translateY(9px) rotate(-315deg)
}
.menu-trigger.active span:nth-of-type(2) {
opacity:0
}
.menu-trigger.active span:nth-of-type(3) {
-webkit-transform:translateY(-9px) rotate(315deg);
transform:translateY(-9px) rotate(315deg)
}
.dl-menuwrapper li.li_member a:before {
	position:absolute;
	top:60%;
	left:0px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../img/header_icon_member.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	background-size:35px;
}
.dl-menuwrapper li.li_login a:before {
	position:absolute;
	top:60%;
	left:0px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	content:"";
	background-image:url(../img/header_icon_login.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	background-size:35px;
}
.dl-menuwrapper li.li_member a, .dl-menuwrapper li.li_login a {
	padding-left:30px;
	background:rgba(131, 204, 255, .2)
}
        /*メニューPCSP切り替え*/
      
      #head_menu { display: block;}
        .header_navi { display: none;}
        @media (max-width: 770px) {
            #head_menu { display: none;}
             .header_navi { display: block;}
        }



        
@media (min-width: 770px) {
                      
                      .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
                      }


