@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);

:root {
  font: 15px/1.5 sans-serif;
  letter-spacing: 0.05em;
  --main-color: #594037;
  --sub-color: #707f89;
  --accent-color: #fff352;
  --link-color: #004bb1;
  --bg-color: #e6e4e1;
}
::selection {
  background-color: var(--accent-color);
}

.header-nav {
  height: 24px;
}
.toggle {
  height: 100%;
}
.toggle span {
  display: block;
  width: 32px;
  height: 3px;
  background-color: var(--main-color);
  position: relative;
  transition: all ease 0.3s;
}
.toggle span:nth-of-type(2) {
  top: 7px;
}
.toggle span:last-of-type {
  width: 20px;
  top: 14px;
}
.toggle.active span:first-of-type {
  transform: rotate(45deg);
  top: 10px;
}
.toggle.active span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.toggle.active span:last-of-type {
  display: none;
}
.toggle-content {
  display: none;
}
.toggle-content.open {
  display: block;
  width: 100vw;
  background-color: #fff;
  position: absolute;
  top: 64px;
  z-index: 9999;
  padding: 50px 0;
}
.header-search {
  margin-bottom: 32px;
}
.header-search .typearea {
  text-align: center;
}
.header-search input[type="text"] {
  width: 300px;
  border: 1px solid var(--sub-color);
  padding: 10px;
}
.header-search input[type="reset"] {
  position: relative;
  right: 20px;
}
.header-category {
  width: calc(100% - 40px);
  padding-top: 35px;
  margin: 30px auto 0;
  border-top: 2px solid #c5d0d8;
}
.header-category .section-header {
  padding: 0;
}
.header-category .sideCategoryList {
  padding: 0;
}
.header-close {
  text-align: center;
  background-color: var(--gray);
  height: 44px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 44px;
  position: fixed;
  bottom: 0;
}
.search_ttl {
  text-align: center;
  padding: 100px 0 50px;
  margin-top: 20px;
}
.search_none {
  margin-top: 20px;
  text-align: center;
  /* padding: 100px 0 50px; */
  font-size: 14px;
}
a {
  transition: all ease 0.3s;
}

/* style.cssに競合 */
.header-nav {
  display: none;
}
.single-content p {
  /* margin-top: 0; */
}

.mainVisual-main .slick-next,
.mainVisual-main .slick-prev {
  background: none;
}
.mainVisual-main .slick-next:before,
.mainVisual-main .slick-prev:before {
  font-size: 32px;
}
.featureList .slick-next:before,
.featureList .slick-prev:before {
  content: none;
}
.mainVisual-main .slick-arrow {
  top: 36%;
}
.single-index {
  margin-bottom: 40px;
}
.maingymImgWrap .slick-dots > li:first-child:last-child {
  display: none;
}

/* 固定ページのテンプレート */

#page.single-content {
  padding: 40px;
}
/* サイトマップ */
#sitemap a {
  font-size: 14px;
}
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_c {
  position: relative;
  margin-left: 20px;
}
#sitemap .cat_ttl {
  font-weight: bold;
  font-size: 16px;
}
#sitemap .sitemap_c li a {
  padding-left: 20px;
}
#sitemap .sitemap_c li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 1px;
  font-weight: 600;
}
/* お問い合わせ */
.page-contact #page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-contact .must {
  color: red;
  border: 1px solid red;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
}
.page-contact .form__ttl {
  margin-bottom: 30px;
  margin-top: 0;
}
.page-contact input,
.page-contact textarea {
  border: 1px solid var(--sub-color);
  width: 100%;
  margin-top: 5px;
}
.page-contact .form__item {
  margin-bottom: 20px;
}
.page-contact .cBtn {
  color: #fff;
  height: 40px;
  width: 300px;
  cursor: pointer;
}
.page-contact .agree__item {
  display: flex;
  justify-content: center;
  align-content: center;
}
.page-contact .agree__item input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
.page-contact .agree__item a {
  text-decoration: underline;
  color: #32393E;
}
.page-contact .agree__item .error {
  position: absolute;
    margin-top: 20px;
}
/* パーツに関するCSS */

.articlesub-button {
  width: 100%;
  margin: 24px auto 0;
}
.button-fit {
  display: block;
  width: 100%;
}
.button-text {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.75;
}
.button-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button {
  position: relative;
  display: inline-block;
  padding: 15px 15px 11px;
  color: inherit;
  border: 1px solid #181818;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.button-icon:before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cBtn {
  text-align: center;
  display: table;
  background-color: var(--link-color);
  border-radius: 100px;
  margin: 40px auto 0;
  letter-spacing: 0.04em;
  position: relative;
  max-width: 240px;
  width: 100%;
}
.cBtn_link {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  display: block;
  padding: 19px 0;
}
.cBtn_link:after {
  content: "";
  background-image: url(../img/ico-arrowright-wh.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
  background-position: center right;
  padding-right: 2rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cBtn_txt {
}
.fukidashi {
  display: flex;
  align-items: flex-start;
  width: 100%;
	max-width: 640px;
  margin: 1rem 0;
}
.fukidashiImg {
  width: 72px;
  height: 72px;
  border-radius: 100px;
}
.fukidashiTxt {
  background-color: #f5f5f5;
  display: table;
  width: 100%;
  padding: 28px;
  margin-left: 30px;
  position: relative;
}
.fukidashiTxt::before {
  content: "";
  position: absolute;
  top: 47px;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
.fukidashiTxt-txt {
  display: table-cell;
  vertical-align: middle;
}
.writerBox {
  margin: 1rem 0;
}
.writerBox p {
  margin-top: 0;
}
.writerBoxTtl {
  text-align: center;
  color: #3a4570;
  font-weight: bold;
  position: relative;
  top: 15px;
}
.writerBoxArrow {
  background-color: #fff;
  width: 40px;
  display: block;
  margin: 0 auto;
}
.writerBotCnt {
  border: 1px solid #cccccc;
  padding: 20px 30px 30px;
}
.writerBoxInfo {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.writerBoxInfo-img {
  margin-right: 18px;
}
.writerBoxInfo-img img {
  margin-top: 0;
  width: 54px;
  height: 54px;
  border-radius: 100px;
}
.writerBoxInfo-name {
  line-height: 1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.writerBoxInfo-copy {
  color: var(--link-color);
  line-height: 1;
  font-size: 12px;
}

.postlink {
  border: 1px solid #afb7be;
  border-radius: 4px;
  max-width: 720px;
  width: 100%;
  padding: 32px 32px 32px 0;
  position: relative;
  margin: 1rem 0;
}
.postlinkLead {
  color: #fff;
  background-color: #5f6e7d;
  display: table;
  padding: 3px 27px 3px 39px;
  margin-top: 0 !important;
  margin-bottom: 16px;
}
.postlinkLink {
  display: block;
}
.postlinkTtl {
  display: flex;
  align-items: center;
  padding-left: 66px;
  color: #004bb1;
}
.postlinkTtl::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico-arrow.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 32px;
}

.subhead {
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0;
  position: relative;
  text-indent: -1.4em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.subhead::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.subhead[data-type="check"]::before {
  background-image: url(../img/ico-check.svg);
  width: 20px;
  height: 20px;
  background-size: 15px;
  margin-right: 12px;
}
.subhead[data-type="info"]::before {
  background-image: url(../img/ico-info.svg);
  width: 15px;
  height: 20px;
  background-size: 15px;
  margin-right: 17px;
}
.subhead[data-type="bookmark"]::before {
  background-image: url(../img/ico-bookmark.svg);
  width: 15px;
  height: 20px;
  background-size: 15px;
  margin-right: 17px;
}
.subhead[data-type="caution"]::before {
  background-image: url(../img/ico-caution.svg);
  width: 15px;
  height: 20px;
  background-size: 15px;
  margin-right: 17px;
}
.subhead[data-type="normal"]::before {
  background-image: url(../img/ico-normal.svg);
  width: 15px;
  height: 20px;
  background-size: 15px;
  margin-right: 17px;
}
/* メリットデメリット */
.meritdemerit {
  padding: 25px 50px 36px 45px;
  margin: 1rem 0;
  position: relative;
}
.meritdemeritTtl {
  font-size: 17px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 0 !important;
}
.meritdemeritTtl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico-merit.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.meritdemeritTtl .border {
  position: absolute;
  display: inline-block;
  width: calc(100% - 56px);
  right: 0;
  bottom: 6px;
  height: 1px;
}

.meritdemeritList li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 24px;
}
.meritdemeritList li:last-of-type {
  margin-bottom: 0;
}
.meritdemeritList li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 7px;
}
.merit {
  background-color: rgba(245, 160, 183, 0.08);
}
.meritTtl {
  color: #f26e95;
}
.meritTtl .border {
  background-color: #f5a0b7;
}
.meritTtl::before {
  background-image: url(../img/ico-merit.svg);
}
.meritList li::before {
  background-color: #f26e95;
}
.demerit {
  background-color: rgba(236, 248, 248, 0.52);
}
.demeritTtl {
  color: #004bb1;
}
.demeritTtl .border {
  background-color: #858dad;
}
.demeritTtl::before {
  background-image: url(../img/ico-demerit.svg);
}
.demeritList li::before {
  background-color: #004bb1;
}

/*　文字装飾  */
.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffd800 40%);
  display: inline;
}
.color {
  color: #b10000;
}
.b {
  font-weight: bold;
}
.smaller {
  font-size: 14px;
}
.caution {
  font-size: 12px !important;
  line-height: 1.5;
}
/* 口コミ */
.kuchikomi {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.kuchikomiImg {
  max-width: 76px;
  text-align: center;
  width: 100%;
  margin-right: 28px;
}
.kuchikomiImg-img {
  margin-bottom: 8px;
}
.kuchikomiTxt {
  width: 100%;
  background-color: #f5f5f5;
  padding: 32px 40px;
  position: relative;
}
.kuchikomiTxt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
.kuchikomiTxt-ttl {
  margin-top: 0 !important;
  margin-bottom: 24px;
  font-weight: bold;
}
.kuchikomiTxt-txt {
  display: table-cell;
  vertical-align: middle;
}

.orderlist {
  position: relative;
  padding-left: 25px;
  margin: 1rem 0;
}
.orderlist li {
  line-height: 1.6;
  margin-bottom: 24px;
  counter-increment: orderlist_number 1;
}
.orderlist li:last-of-type {
  margin-bottom: 0;
}
.orderlist li::before {
  font-size: 18px;
  display: block;
  color: #ea8994;
  content: counter(orderlist_number) ".";
  font-weight: bold;
  position: absolute;
  font-family: "Poppins", sans-serif;
  text-align: center;
  left: 0;
  font-weight: 600;
}
.unorderlist {
  margin: 1rem 0;
}
.unorderlist li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
}
.unorderlist li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #ea8994;
  position: absolute;
  left: 0;
  top: 7px;
}
.unorderlist li:last-of-type {
  margin-bottom: 0;
}

.quotebox {
  background-color: #f1f0ee;
  padding: 32px 32px 32px 72px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  color: #5f6e7d;
background-image: none;
}
.quotebox::before {
  content: "“";
  font-size: 73px;
  color: var(--main-color);
  font-family: brandon-grotesque;
  display: block;
  position: absolute;
  top: 5px;
  left: 24px;
}
.quotefrom {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  color: #32393f;
}
.quotefromLink {
  color: #32393f;
  text-decoration: underline;
}
.quotebox > p {
  margin-top: 0 !important;
}

/* シンプルボックス */
.simplebox {
  border-radius: 8px;
  border: 1px solid #cccccc;
  padding: 30px;
  margin: 1rem 0;
}
.simplebox > p {
  margin-top: 0 !important;
}
.simpleboxTtl {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1 !important;
  font-size: 18px;
  font-weight: bold;
}
.simpleboxBorder {
  display: block;
  width: 170px;
  height: 2px;
  background-color: var(--accent-color);
  margin: 25px auto;
  position: unset;
  left: initial;
  top: initial;
}
.simplebox[data-type="ttl"] {
  padding: 32px 30px;
}
.simplebox[data-type="list"] {
  padding: 32px 30px;
}
.simplebox > .unorderlist {
  margin-bottom: 0;
}
.table {
  width: 100%;
  table-layout: auto;
  margin: 2rem 0;
  border-collapse: collapse;
  position: relative;
}

.table table {
  width: 640px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
}
.table tr {
  border-bottom: 1px dashed #707070;
}
.table tr:first-of-type,
.table tr:last-of-type {
  border-bottom: none;
}
.table th,
.table td {
  text-align: center;
  padding: 1rem 0;
  font-size: 14px;
}
.table th {
  background-color: #f1f0ee;
  min-width: 100px;
  font-weight: bold;
  border-right: #fff 2px solid;
}
.table td {
  border-right: #f1f0ee 2px solid;
  min-width: 100px;
}
.tablewrap {
  width: 100%;
  margin: 1rem 0;
}
.tablearea {
  width: 639px;
  border-collapse: collapse;
  position: relative;
}
.tablearea::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #5f6e7d;
  top: 0;
}
.tablearea::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #5f6e7d;
  bottom: 0;
}
.tablearea th.heading {
  background-color: #afb7be;
  text-align: center;
  font-weight: bold;
}
.tablearea th,
.tablearea td {
  text-align: center;
  min-width: 100px;
  padding: 1rem 0;
  font-size: 14px;
}
.tablearea th {
  background-color: #f1f0ee;
  min-width: 100px;
  border-right: #fff 2px solid;
}
.tablearea th:not(.heading) {
  border-bottom: 1px dashed #707070;
}
.tablearea td {
  border-right: #f1f0ee 2px solid;
  border-left: #f1f0ee 2px solid;
  border-bottom: 1px dashed #707070;
}

/* チェックボックス */
.checkbox {
  border: 1px solid #98a6b5;
  padding: 32px 40px;
  margin: 1rem 0;
}
.checkboxTtl {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.15em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 0 !important;
  color: #3b4043;
  margin-bottom: 24px;
  line-height: 1 !important;
}
.checkboxTtl::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #004bb1;
  margin-right: 16px;
}
.checkboxTxt-ttl {
  text-align: center;
  font-weight: bold;
  color: #536371;
  margin-top: 0 !important;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 18px;
}
.checkboxTxt-txt {
  color: #32393f;
}

/* コンバージョン */
.conversion {
  margin: 1rem 0;
  text-align: center;
}
.conversionWrap {
  background-color: #f5f5f5;
  padding: 40px 0 24px;
}
.conversionDesc {
  color: var(--sub-color);
  font-size: 14px;
  letter-spacing: 0.065em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
.conversionTtl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.065em;
  margin-bottom: 1.25rem;
  line-height: 1;
}

/* まとめ */
.matomebox {
  margin: 1rem 0;
}
.matomeHeading {
  padding: 1.25rem 0;
  border-top: 5px solid #cdd6dd;
  border-bottom: 5px solid #cdd6dd;
  display: table;
  width: 100%;
  text-align: center;
  color: var(--sub-color);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.matomeHeading-ttl {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.matomeTxt {
  line-height: 1.75;
}

/* Q&A */
.faq {
  background-color: #f1f0ee;
  padding: 32px 25px 32px 71px;
  margin: 1rem 0;
}
.faq p {
  display: inline-block;
  margin-top: 0;
}
.faqQ {
  font-weight: bold;
  position: relative;
  margin-bottom: 39px;
}
.faqA {
  position: relative;
}
.faqATtl {
  font-weight: bold;
  margin-bottom: 21px;
}
.faqA p:not(.faqATtl) {
  line-height: 1.8;
}
.faqQ:before,
.faqA:before {
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: var(--link-color);
  position: absolute;
  left: -34px;
  top: -4px;
}
.faqQ:before {
  content: "Q";
}
.faqA:before {
  content: "A";
}

/*  */
.rankBnrItem {
  position: relative;
  margin-top: 40px;
}
/*  
.rankBnrItem .num {
  position: absolute;
  left: 14px;
  top: -5px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  font-family: "Poppins";
  padding-top: 5px;
}
*/
.Rankico {
  margin-top: 1rem;
}
.Rankico:before {
  content: "";
  width: 60px;
  height: 70px;
  background-size: 60px 70px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 24px;
  margin-bottom: 16px;
  position: relative;
  top: -5px;
}
.Rankico01:before {
  background-image: url(../img/rank01.png);
}
.Rankico02:before {
  background-image: url(../img/rank02.png);
}
.Rankico03:before {
  background-image: url(../img/rank03.png);
}

.Rankico04:before {
  background-image: url(../img/rank04.png);
}

.Rankico05:before {
  background-image: url(../img/rank05.png);
}
.RankicoX:before {
  background-image: url(../img/rankex.svg);
  width: 44px;
  height: 44px;
  background-size: cover;
  top: unset;
}
.rankBnrItem-desc {
  font-size: 14px;
  color: var(--sub-color);
  margin-top: 10px;
  display: block;
}
.rankBnrItem-ttl {
  font-weight: bold;
  font-size: 20px;
}
.rankProduct {
  margin: 1rem 0;
}
.rankProduct .Rankico:before {
  margin-bottom: 0;
  background-size: contain;
  background-position: center;
}
.rankProductItem {
  position: relative;
}
.rankProductItem .num {
  position: absolute;
  left: 13px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: white;
  font-family: "Poppins";
}
.rankProductItem-ttl {
  display: flex;
  align-items: center;
}
.rankProductItem-link {
  text-decoration: underline;
  color: var(--link-color);
  font-size: 20px;
  font-weight: bold;
}
.rankProductWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 40px;
}
.rankProductInfo {
  margin-left: 24px;
}
.rankProductInfo-catch {
  line-height: 1.7;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.rankProductInfo-desc {
  line-height: 2;
  letter-spacing: 0.095em;
}
.rankProductInfo-tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #707070;
  justify-content: space-between;
}
.rankProductInfo-tb dt,
.rankProductInfo-tb dd {
  width: 49.5%;
  font-size: 14px;
  text-align: center;
}
.rankProductInfo-tb dt {
  background-color: #f1f0ee;
  font-weight: bold;
  color: #414042;
  padding: 14px 0;
}
.rankProductInfo-tb dd {
  padding: 1rem 0;
}
.rankProductInfo-tb dt:first-of-type,
.rankProductInfo-tb dd:first-of-type {
  border-right: 1px solid #707070;
}
.rankProductInfo-tb dt {
  border-bottom: 1px solid #707070;
}

.rankCol {
  margin: 1rem 0;
}
.rankColHeading {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  padding-bottom: 18px;
}
.rankColItem {
  display: flex;
  justify-content: space-between;
  border-top: 5px solid #cdd6dd;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.rankColItem-ttl {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}
.rankColItem-ttl:before {
  margin-right: 0;
}
.rankColItem-link {
  color: var(--link-color);
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.rankColItemBlock {
  width: 50%;
}
.rankColItem-ttl img {
  width: 96px;
  margin: 0 24px 0 14px;
}
.rankColItemList li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 0.5rem;
}
.rankColItemList li::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico-triangle.svg);
  width: 9px;
  height: 24px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
.rankCol-tb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #707070;
  margin-bottom: 1.5rem;
}
.rankCol-tb dt,
.rankCol-tb dd {
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.rankCol-tb dt {
  background-color: #f1f0ee;
  font-weight: bold;
  color: #414042;
  padding: 14px 0;
}
.rankCol-tb dd {
  padding: 1rem 0;
}
.rankCol-tb dt:first-of-type,
.rankCol-tb dd:first-of-type {
  border-right: 1px solid #707070;
}
.rankCol-tb dt {
  border-bottom: 1px solid #707070;
}
.rankColBtn {
  display: flex;
  justify-content: space-between;
}
.rankColBtn .cBtn {
  width: 48%;
  margin-top: 0;
}
.rankColBtn .cBtn_link {
  padding: 15px 0;
}
.rankColBtn .cBtn_link:after {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-46%);
}

.rankRow {
  margin: 1rem 0;
  padding: 42px 16px 16px;
  background-color: #f5f5f5;
}
.rankRowsTtl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 46px;
}
.rankRowSub {
  color: #707f89;
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.rankRowCardWrap {
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
  position: relative;
}
.rankRowCardWrap .slick-track {
  display: flex;
}
.rankRowCardWrap:after {
  /* content: ''; */
  background-image: url(../img/ico-arrowcircle-blue.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 10px;
}
.rankRowCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 18px 20px 16px 20px;
  position: relative;
  width: 190px !important;
  min-width: 190px;
  margin-right: 16px;
  counter-increment: RankicoX_number 1;
}
.rankRowCard img {
  margin-bottom: 1rem;
  margin-top: 0;
}
.rankRowCard p {
  margin-top: 0;
  line-height: 1;
}
.rankRowCard:before {
  position: absolute;
  top: 0;
  left: 0;
}
.rankRowCard-catch {
  font-size: 12px;
  font-weight: bold;
  color: var(--sub-color);
  text-align: center;
  margin-bottom: 0.5rem;
}
.rankRowCard-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.065em;
  line-height: 1;
  margin-bottom: 12px;
}
.rankRowCard-point {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.rankRowCard-point:before {
  content: "★";
  color: var(--accent-color);
  font-size: 16px;
  margin-right: 8px;
}
.rankRowCard-desc {
  color: var(--sub-color);
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 1.5rem;
}
.rankRowCard .cBtn {
  margin-top: auto;
  height: 40px;
  min-height: initial;
}
.rankRowCard .cBtn_link {
  padding: 15px 0;
}
.rankRowCard.RankicoX:before {
  background-image: none;
  width: 44px;
  height: 44px;
  background-color: #98a6b5;
  border-radius: 100px;
  content: counter(RankicoX_number);
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins";
  line-height: 44px;
}
/*slick setting*/
.rankRow .slick-prev,
.rankRow .slick-next {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-image: url(../img/ico-arrow-blue.svg);
}
.rankRow .slick-prev:before,
.rankRow .slick-next:before {
  content: none;
  z-index: 9999;
}
.rankRow .slick-prev {
  left: 0;
  z-index: 9999;
  transform: rotate(-180deg);
  top: 46%;
}
.rankRow .slick-next {
  right: 0;
}
.rankRow .slick-disabled {
  display: none !important;
}

/*
--------------------------------------
LiFit用パーツ
--------------------------------------
*/
.maingym {
  margin: 5rem 0;
  border: 1px solid #cdd6dd;
  padding: 1.5rem 1.25rem 40px 1.25rem;
}
.maingym .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.maingym img {
  margin-top: 0;
}
.maingymTtl {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.maingymTtl:before {
  content: "";
  margin-right: 16px;
  background-image: url("../img/lifit/ico-star.svg");
  width: 42px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
.maingymHeading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
}
.maingymImgWrap {
  width: 300px;
  max-width: 100%;
}
.maingymImgWrap img {
  width: 300px;
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.maingymPoint {
  background: #f5f5f5;
  padding: 1rem 2rem;
  color: #707f89;
  width: 300px;
  height: 250px;
  max-width: 100%;
}

.maingymLink {
  width: 300px;
  max-width: 100%;
  font-size: 12px;
  color: var(--link-color);
  margin-bottom: 22px;
}
.maingymLink .fa-chevron-right {
  margin-right: 6px;
}
.maingymPointListItem {
  position: relative;
  height: 3.5rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  font-size: 13px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  text-align: justify;
  padding-left: 1rem;
}
.maingymPointListItem:last-child {
  margin-bottom: 0;
}
.maingymPointListItem:before {
  content: "";
  display: block;
  width: 3px;
  height: 3.5rem;
  border-radius: 100px;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
}
.maingymLabel {
  text-align: center;
  background-color: #cdd6dd;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  padding: 8px 19px;
  display: table;
  color: #707f89;
  margin-bottom: 1rem;
  border-radius: 4px;
  font-size: 12px !important;
  margin-top: 0 !important;
  margin-bottom: 22px;
}
.maingymDesc {
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-size: 15px;
}
.maingymTb {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.maingymTb tbody {
  display: flex;
  flex-wrap: wrap;
}
.maingymTb tr {
  width: 50%;
  display: flex;
  border-bottom: 1px dashed #707070;
}
.maingymTb tr:nth-last-child(-n + 2) {
  border-bottom: none;
}
.maingymTb th,
.maingymTb td {
  padding: 1.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.maingymTb th {
  background-color: #cdd6dd;
  color: #707f89;
  font-size: 12px;
  text-align: center;
  width: 96px;
}
.maingymTb td {
  width: calc(100% - 96px);
  padding-left: 16px;
  padding-right: 10px;
  font-size: 14px;
}
.maingymTag {
  margin-bottom: 2.5rem;
}
.maingymTagItem {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #8b9195;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  height: 30px;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
  line-height: 30px;
}
.maingymTagItem.on {
  background-color: #cdd6dd;
  color: #3b4043;
}
.mainbymPickup {
}
.mainbymPickup_ttl {
  font-size: 17px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--sub-color);
  text-align: center;
  display: block;
  line-height: 1;
  font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
p.mainbymPickup_heading {
  text-align: center;
  color: #fff;
  padding: 0.8rem 10px;
  background-color: #98a6b5;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-top: 0.4rem;
}
.mainbymPickupBox {
  padding: 1.5rem 2rem;
  border: 1px solid #cdd6dd;
  border-top: none;
  margin-bottom: 40px;
}
p.mainbymPickupBox_desc {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 0;
}
.mainbymPickupBox_aim > *,
.mainbymPickupBox_cnt > *,
.mainbymPickupBox_price > * {
  display: inline-block;
  font-size: 12px;
}
.mainbymPickupBox_aim > p,
.mainbymPickupBox_cnt > p,
.mainbymPickupBox_price > p {
  color: #707070;
  margin-right: 22px;
  font-size: 12px;
}

.mainbymPickupBox_aimList,
.mainbymPickupBox_cntList {
  display: inline-block;
  position: relative;
  background-color: #cdd6dd;
  border-radius: 50px;
  color: #3b4043;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 0.25rem;
  font-size: 10px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  text-align: center;
}
.mainbymPickupBox_aimList.on,
.mainbymPickupBox_cntList.on {
  background-color: var(--main-color);
  color: #fff;
}
.mainbymPickupBox_cntList {
  position: relative;
  /* padding-left: 40px; */
}
.mainbymPickupBox_aimList:before,
.mainbymPickupBox_cntList:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.mainbymPickupBox_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mainbymPickupBox_priceItem {
  font-weight: bold;
  font-size: 12px;
  padding-right: 1.25rem;
  margin-top: 1rem;
  border-right: 1px solid #c5d0d8;
}
.mainbymPickupBox_priceItem > p {
  width: 10%;
}
.mainbymPickupBox_priceItem:first-of-type {
  width: 80%;
  padding-right: 0;
  border-right: none;
}
.mainbymPickupBox_priceItem:nth-of-type(n + 3) {
  padding-left: 1.25rem;
}
.mainbymPickupBox_priceItem:last-of-type {
  border-right: none;
}
.mainbymPickupBox_priceItem .light {
  font-weight: initial;
  font-size: 12px;
  margin-right: 1rem;
  color: #707070;
}
.ico-diet:before {
  background-image: url(../img/lifit/ico-diet.svg);
  width: 13px;
  height: 13px;
}
.ico-make:before {
  background-image: url(../img/lifit/ico-make.svg);
  width: 13px;
  height: 13px;
}
.ico-bulk:before {
  background-image: url(../img/lifit/ico-bulk.svg);
  width: 13px;
  height: 13px;
}
.ico-training:before {
  background-image: url(../img/lifit/ico-training.svg);
  width: 15px;
  height: 13px;
  top: 57%;
}
.ico-meal:before {
  background-image: url(../img/lifit/ico-meal.svg);
  width: 14px;
  height: 14px;
}

.ico-diet.on:before {
  background-image: url(../img/lifit/ico-diet-wh.svg);
}
.ico-make.on:before {
  background-image: url(../img/lifit/ico-make-wh.svg);
}
.ico-bulk.on:before {
  background-image: url(../img/lifit/ico-bulk-wh.svg);
}
.ico-training.on:before {
  background-image: url(../img/lifit/ico-training-wh.svg);
}
.ico-meal.on:before {
  background-image: url(../img/lifit/ico-meal-wh.svg);
}

/*  メインジムslick */
.maingym .slick-dots {
  bottom: 5px;
}
/*slick setting*/
.maingym .slick-prev:before,
.maingym .slick-next:before {
  z-index: 9999;
}
.maingym .slick-prev {
  left: 15px;
  z-index: 9999;
}
.maingym .slick-next {
  right: 15px;
}
.maingym .slick-dots li button:before {
  font-size: 11px;
}
.maingym .slick-dots li.slick-active button:before {
  color: #fff;
}
.maingym .slick-dots li button:before {
  color: #cdd6dd;
}

/*  */
.subgym {
  margin: 1rem 0;
  border: 1px solid #cdd6dd;
  padding: 1.5rem 1.25rem 40px 1.25rem;
}
.subgymTtl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.subgymTtl:before {
  content: "";
  margin-right: 16px;
  background-image: url("../img/lifit/ico-star.svg");
  width: 42px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
.subgymSubttl {
  font-size: 20px !important;
  position: relative;
  color: #707f89;
  border-left: 13px solid #98a6b5;
  padding-left: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.subgymTb table {
  border-collapse: collapse;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 598px;
}
.subgymTb tr {
  border-bottom: 1px dashed #707070;
}
.subgymTb th,
.subgymTb td {
  border-right: 1px solid #707070;
  min-width: 125px;
}
.subgymTb th:last-of-type,
.subgymTb td:last-of-type {
  border-right: none;
}
.subgymTb th {
  background-color: #cdd6dd;
  color: #707f89;
  font-size: 15px;
  font-weight: bold;
  padding: 24px 0;
  line-height: 1;
}
.subgymTb td {
  padding: 16px 24px;
}

.maingym {
  border: 1px solid var(--bg-color);
}
.maingymTtl {
  background-color: linear-gradient("");
}
.maingymTtl:before {
  background-image: url;
}
.maingymPointTtl {
  color: rgba(89, 64, 55, 0.5);
  margin: 0 auto 1rem;
  font-size: 10px;
  font-weight: bold;
  background-image: url("../img/lifit/ico-point.svg");
  background-repeat: no-repeat;
  background-size: auto 98%;
  background-color: #fff;
  text-align: right;
  padding: 0 1rem;
  background-position: bottom left 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.maingymLabel {
  border-radius: 4px;
  color: var(--main-color);
  background-color: var(--bg-color);
  line-height: 1;
}
.maingymTb th {
  background-color: var(--bg-color);
  color: var(--main-color);
}
.maingymTagItem.on {
  background-color: var(--main-color);
  color: #fff;
}
.mainbymPickup_ttl {
  color: var(--main-color);
}
p.mainbymPickup_heading {
  color: var(--main-color);
  border: 2px solid var(--bg-color);
  border-bottom: none;
}
.mainbymPickupBox_aimList,
.mainbymPickupBox_cntList {
  background-color: #f5f5f5;
  color: #8b9195;
}
.mainbymPickup_heading {
  background-image: linear-gradient(
    -45deg,
    var(--accent-color) 25%,
    #fff 25%,
    #fff 50%,
    var(--accent-color) 50%,
    var(--accent-color) 75%,
    #fff 75%,
    #fff
  );
  background-size: 10px 10px;
  background-color: transparent;
}
.mainbymPickupBox {
  border: 2px solid var(--bg-color);
  border-top: none;
}
.cBtn {
  background-color: var(--link-color);
  position: relative;
  box-shadow: 0px 5px rgba(0, 75, 177, 0.5);
}
.cBtn::after {
  /* content: ""; */
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.cBtn_link {
  color: #fff;
  position: relative;
  background-color: var(--link-color);
  border-radius: 100px;
  z-index: 2;
}
.cBtn_link:after {
  background-image: url(../img/ico-arrowright-wh.svg);
}
.cBtn:hover {
  opacity: 0.8;
}
.cBtn:active {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  transform: translate(0, 2px);
  box-shadow: none;
}
/* .cBtn:active::after {
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 1);
  
} */
.form .cBtn input[type="submit"] {
  border: none;
  cursor: pointer;
  padding: 15px 0;
}
.form .cBtn_link {
  padding: 0;
}

/* 20210624 Lily用パーツ追加CSS */
.matome_box {
  border: 10px solid #efefef;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin: 35px 0 20px;
}
.matome_box:before {
  content: "";
  width: 100%;
  height: 32px;
  background: url(../img/lily_matome_top_circle.png) no-repeat;
  background-size: contain;
  background-position: center top;
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 1;
}
.matome_box_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url(../img/lily_index_border_x.png), url(../img/lily_index_border_x.png),
    url(../img/lily_stripe_bg_2x.png), url(../img/lily_stripe_bg_2x.png), url(../img/lily_matome_title_point.png);
  background-repeat: no-repeat, no-repeat, repeat-y, repeat-y, no-repeat;
  background-size: calc(50% - 40px) 1px, calc(50% - 40px) 1px, 10px, 10px, 66px;
  background-position: left top, right top, left 10px top, right 10px top, center center;
  border-bottom: 1px dashed #696969;
  position: relative;
  z-index: 999;
}
.matome_text_area {
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
}
.matome_title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 1px dashed #696969;
  color: #333;
  font-size: 14px;
  padding: 5px 0px 15px;
  margin: 0 0 1em 0;
  line-height: 1.6;
}
.numbering {
  position: relative;
  padding: 16px 0 0.5em 56px;
  font-size: 16px;
  display: flex;
  font-weight: bold;
  margin: 0.5em 0 10px;
  align-items: center;
  counter-increment: numbering_number 1;
}
.numbering:before {
  content: counter(numbering_number);
  display: block;
  background-image: url(../img/step00.png);
  background-size: 46.5px 46.5px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 0;
  width: 46.5px;
  height: 46.5px;
  text-align: center;
  line-height: 57px;
  font-family: helvetica, arial;
    font-weight: 500;
}
/* .numbering.two:before {
  background-image: url(../img/step02.png);
}
.numbering.three:before {
  background-image: url(../img/step03.png);
}
.numbering.four:before {
  background-image: url(../img/step04.png);
} */
.number_title {
  position: relative;
  padding: 0 0 0.6em 55px;
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 1em;
  line-height: 1.5em;
  counter-increment: number_title 1;
}
.number_title:before {
  content: counter(number_title);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  box-sizing: border-box;
  background-image: url(../img/number_icon.png);
  background-size: 40px 40px;
  font-family: helvetica, arial;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
}

.number_title.one:before {
  content: '1';
}
.number_title.two:before {
  content: '2';
}
.number_title.three:before {
  content: '3';
}
.number_title.four:before {
  content: '4';
}
.number_title.five:before {
  content: '5';
}
.number_title.six:before {
  content: '6';
}
.number_title.seven:before {
  content: '7';
}
.number_title.eight:before {
  content: '8';
}
.number_title.nine:before {
  content: '9';
}
.number_title.ten:before {
  content: '10';
}
.number_title.eleven:before {
  content: '11';
}
.number_title.twelve:before {
  content: '12';
}
.number_title.thirteen:before {
  content: '13';
}
.merit_box {
  border: 1px solid #f4cdce;
  padding: 15px;
  margin: 30px auto;
}
.merit_box .title {
  margin-bottom: 15px;
  font-size: 16px;
}
.merit_box .title span {
  margin-left: -15px;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  background-color: #f4cdce;
  padding: 14px 20px 15px 35px;
  background-image: url(../img/stripe_back.png);
  background-size: 13px 34px;
  background-repeat: repeat-y;
  position: relative;
}
.merit_box ul li {
  padding-left: 15px;
  position: relative;
}
.merit_box ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.demerit_box {
  border: 1px solid #aaa;
  padding: 15px;
  margin: 30px auto;
}
.demerit_box .title {
  margin-bottom: 15px;
  font-size: 16px;
}
.demerit_box .title span {
  margin-left: -15px;
  display: inline-block;
  color: #fff;
  line-height: 1.5rem;
  background-color: #aaa;
  padding: 14px 20px 15px 35px;
  background-image: url(../img/stripe_back.png);
  background-size: 13px 34px;
  background-repeat: repeat-y;
  position: relative;
}
.demerit_box ul li {
  padding-left: 15px;
  position: relative;
}
.demerit_box ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.simple_box {
  background-color: #f4f4f4;
  padding: 10px 20px;
  margin: 20px auto;
}
.simple_box p:nth-last-of-type(1) {
  margin-bottom: 0;
}
blockquote {
  margin: 3em 10px;
  padding: 1.5em 1em;
  background: #fff;
/*   background-image: url(../img/blockquote.png) no-repeat 1% 5%; */
	 background-image: url(../img/blockquote.png);
	background-repeat: no-repeat;

  border: 2px solid #f4f4f4;
  border-radius: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 25px 10px 10px;
  background-size: 20px 20px;
  background-position: 7px 4px;
}
blockquote cite {
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  display: block;
}

.simple_waku_box {
  border: 1px solid #aaa;
  padding: 15px;
  margin: 30px auto;
}
.simple_waku_box .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.simple_waku_box ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.simple_waku_box ul li:before {
  content: "・";
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.simple_waku_box {
  border: 1px solid #aaa;
  padding: 15px;
  margin: 30px auto;
}
.simple_waku_box .title {
  font-weight: bold;
  margin-bottom: 15px;
}
.simple_waku_box ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  counter-increment: simple_waku_box_number 1;
}
.simple_waku_box ol li:before {
  content: "1";
  color: #666;
  font-family: helvetiva, arial, "Noto Sans Japanese", sans-serif;
  position: absolute;
  left: 0;
  top: -2px;
  content: counter(simple_waku_box_number) ".";
  font-size: 120%;
}
.point3_box_area {
  margin-bottom: 20px;
}
.point3_box_com {
  padding: 4px 0px;
  margin-bottom: 10px;
}
.point3_box_com .box {
  padding: 5px 0px;
  background-color: #fff;
}
.point3_box_com .title {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ededed;
  font-weight: 600;
  margin: 0px 0px 10px;
  font-size: 15px;
  line-height: 1.5em;
}
.point3_box_com .title:before {
  content: " ";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/point3_box_iconc.png);
  background-size: 26px 26px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.point3_box_com .box .txt {
  position: relative;
}
.point3_box_com .box .txt:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  /* background: url(../img/point3_box_iconr.png); */
  background-size: 20px 20px;
  position: absolute;
  top: 5px;
  left: 3px;
}
.point3_box_com .box .txt {
  position: relative;
}
.img_left_box.clearfix {
  display: block;
}
.img_left_box .imgl {
  width: 40%;
  float: left;
}
.img_left_box .imgl img {
  margin-top: 0;
}
.imgl {
  margin: 0px 10px 5px 0;
  padding: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.video {
  max-width: 640px;
  width: 100%;
}
.video iframe {
  width: 640px;
  max-width: 100%;
  height: 382px;
}

.cat_h1 {
  font-size: 26px;
    padding: 24px 40px;
}

/*　文字装飾（リス用）  */
.marker2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #dbecff 40%);
  display: inline;
}
.color2 {
  color: #b10000;
}
.b2 {
  font-weight: bold;
}
.smaller2 {
  font-size: 14px;
}
.caution2 {
  font-size: 12px !important;
  line-height: 1.5;
}

p .small{
    font-size: 13px;
    color: #cacaca;
}


/* =======================================
装飾用(リス用)
======================================= */
.mizu2 { color: #fda2ad;}
.pink2 { color: #fda2ad;}
.ao2 { color: #002255;}
.tya2 { color: #bd000e;}
.gray2 { color: #3d3737;}
.line2{ background: linear-gradient(transparent 70%, #dbecff 0%); font-weight: bold; padding: 2px 2px;}
.bline2{ border-top: 1px solid;padding-bottom: 10px; }
.sline2{ border-top: 1px solid #ccc;padding-bottom: 10px; margin-top: 15px;}
.aka2 { background: linear-gradient(transparent 60%, #dbecff 0%); font-weight: bold;}
.akapink2 {background: linear-gradient(transparent 60%, #dbecff 0%);font-weight: bold;}

.b2 { font-weight:bold;}
.u2 { text-decoration: underline; }
.ss-left2{
	float: left;
}
.ss-right2{
	float: right;
}
.ss-center2{
	margin: 0px auto;
	text-align: center;
}

