@charset "UTF-8";
/* ============================
	layout.css
	author: alimoto
============================ */
/**
 * Imports
 */
/* ============================
	mixin
============================ */
/* ============================
	device width
============================ */
/* ============================
	color
============================ */
/* ============================
	font-color
============================ */
/* ============================
	bg-color
============================ */
/* ============================
	btn-font-color
	btn-color
============================ */
/* ============================
	border-color
============================ */
/* ============================
	letter-spacing
============================ */
/* ============================
	layout clm gutter
============================ */
/* - 1 Word - */
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ============================
	utility parts
		表示切り替え
		カード
		セット
		幅
		配置
		装飾
		トリミングする外側の枠
		モーション
		list
		line (border)
		background color
		bread
		title
		text
		ガター
============================ */
/*	表示切り替え
========================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,300");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
.none-pc {
  display: none !important; }

.none-tb {
  display: block !important; }

.none-sp {
  display: block !important; }

.only-pc {
  display: block !important; }

.only-tb {
  display: none !important; }

.only-sp {
  display: none !important; }

/*	カード
============================ */
.clm_main .card {
  background: #efefef; }

.card {
  width: 100%;
  padding: 30px 40px;
  background: white; }
  .card.card-radius {
    border-radius: 10px; }

/*	セット
============================ */
.grp {
  margin: 40px 0; }

.grp-big {
  margin: 80px 0; }

/*	幅
============================ */
.w-100 {
  width: 100%;
  height: auto; }

.w-100_max {
  max-width: 920px;
  width: 100%; }

.w_indent {
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.w-90 {
  margin: 0 auto;
  width: 80%; }

.w-75 {
  width: 75%; }

.w-25 {
  width: 25%; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.p-30, #fixed_page .clm_main .fixed_page_in ul,
#fixed_page .clm_main .fixed_page_in ol {
  padding: 30px; }

.spacer-20,
.spacer-40,
.spacer-60,
.spacer-80,
.spacer-100 {
  display: block; }

.spacer-20 {
  margin-bottom: 20px; }

.spacer-40 {
  margin-bottom: 40px; }

.spacer-60 {
  margin-bottom: 60px; }

.spacer-80 {
  margin-bottom: 80px; }

.spacer-100 {
  margin-bottom: 100px; }

/*	配置
============================ */
.pos-r {
  float: right; }

.pos-l {
  float: left; }

.m-auto {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/*	装飾
============================ */
.box-shadow {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }

/*	トリミングする外側の枠
============================ */
.trim {
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  position: relative;
  padding-bottom: 66%;
  height: 0;
  background: url(../img/bg/check.png); }
  .trim img {
    width: 100%;
    height: auto; }
  .trim .trim_4 {
    padding-bottom: 76%; }
  .trim .trim_16 {
    padding-bottom: 56%; }

/*	モーション
============================ */
.smooth-slow,
.smooth-slow:before,
.smooth-slow:after {
  transition: all 0.5s ease; }

.smooth-fast, .list_genre h3 a,
.list_genre h4 a, footer .sitemap .list_links dl dd a, .clm_aside .nav li a, .clm_aside .nav li span, .nav_wrapper .gNav > ul .megamenuTrigger:after, .nav_wrapper .gNav > ul > li *, .list-style ul a, .btn, .page_ctrl a,
.page_ctrl span, .txt_link-arrow, .nav_wrapper .gNav > ul .megamenu .inner ul li a,
.txt_link-arrow-bk, .txt_link-normal, .clm_relation .col a,
.smooth-fast:before,
.list_genre h3 a:before,
.list_genre h4 a:before,
footer .sitemap .list_links dl dd a:before,
.clm_aside .nav li a:before,
.clm_aside .nav li span:before,
.nav_wrapper .gNav > ul > li :before,
.list-style ul a:before,
.btn:before,
.page_ctrl a:before,
.page_ctrl span:before,
.txt_link-arrow:before,
.nav_wrapper .gNav > ul .megamenu .inner ul li a:before,
.txt_link-arrow-bk:before,
.txt_link-normal:before,
.clm_relation .col a:before,
.smooth-fast:after,
.list_genre h3 a:after,
.list_genre h4 a:after,
footer .sitemap .list_links dl dd a:after,
.clm_aside .nav li a:after,
.clm_aside .nav li span:after,
.nav_wrapper .gNav > ul > li :after,
.list-style ul a:after,
.btn:after,
.page_ctrl a:after,
.page_ctrl span:after,
.txt_link-arrow:after,
.nav_wrapper .gNav > ul .megamenu .inner ul li a:after,
.txt_link-arrow-bk:after,
.txt_link-normal:after,
.clm_relation .col a:after {
  transition: all 0.2s ease; }

/*	list
============================ */
.disc {
  margin: 0;
  padding-left: 1.4em;
  list-style: disc; }
  .disc li {
    padding: 3px 0; }

.list_dl dt {
  font-weight: bold;
  margin-bottom: 4px; }

.list_dl dd {
  margin-left: 0 !important;
  margin-bottom: 20px; }

.lower-alpha {
  margin: 0;
  padding-left: 1.4em;
  list-style: lower-alpha; }
  .lower-alpha li {
    padding: 4px 0; }

.decimal {
  padding-left: 1.4em; }
  .decimal li {
    padding: 4px 0; }

.list_reset, .sitemap_layout ul, .talk, .clm_how3 .card_how3 .box .inner, .list-feature, .sec_voice .voice, .ttl_label, .list_check li, .card_item dl, .campaign_limited_beginner .campaign_content ul, .campaign_limited_beginner_top .campaign_content ul, .select_item, footer .sitemap .list_links dl, footer .sitemap, footer .clm_area .list_area, .term_list > li ul, .term_list, .clm_aside .nav, .nav_wrapper .subnav ul, .nav_wrapper .gNav > ul .megamenu .inner, .nav_wrapper .gNav > ul, header .bread .subnav ul, .list-style ul, .ttl_customers .floating ul,
.list_reset dt,
.sitemap_layout ul dt,
.talk dt,
.clm_how3 .card_how3 .box .inner dt,
.list-feature dt,
.sec_voice .voice dt,
.ttl_label dt,
.list_check li dt,
.card_item dl dt,
.campaign_limited_beginner .campaign_content ul dt,
.campaign_limited_beginner_top .campaign_content ul dt,
.select_item dt,
footer .sitemap .list_links dl dt,
footer .sitemap dt,
footer .clm_area .list_area dt,
.term_list > li ul dt,
.term_list dt,
.clm_aside .nav dt,
.nav_wrapper .subnav ul dt,
.nav_wrapper .gNav > ul .megamenu .inner dt,
.nav_wrapper .gNav > ul dt,
header .bread .subnav ul dt,
.list-style ul dt,
.ttl_customers .floating ul dt,
.list_reset dd,
.sitemap_layout ul dd,
.talk dd,
.clm_how3 .card_how3 .box .inner dd,
.list-feature dd,
.sec_voice .voice dd,
.ttl_label dd,
.list_check li dd,
.card_item dl dd,
.campaign_limited_beginner .campaign_content ul dd,
.campaign_limited_beginner_top .campaign_content ul dd,
.select_item dd,
footer .sitemap .list_links dl dd,
footer .sitemap dd,
footer .clm_area .list_area dd,
.term_list > li ul dd,
.term_list dd,
.clm_aside .nav dd,
.nav_wrapper .subnav ul dd,
.nav_wrapper .gNav > ul .megamenu .inner dd,
.nav_wrapper .gNav > ul dd,
header .bread .subnav ul dd,
.list-style ul dd,
.ttl_customers .floating ul dd,
.list_reset li,
.sitemap_layout ul li,
.talk li,
.clm_how3 .card_how3 .box .inner li,
.list-feature li,
.sec_voice .voice li,
.ttl_label li,
.card_item dl li,
.campaign_limited_beginner .campaign_content ul li,
.campaign_limited_beginner_top .campaign_content ul li,
.select_item li,
footer .sitemap .list_links dl li,
footer .sitemap li,
footer .clm_area .list_area li,
.term_list > li ul li,
.term_list li,
.clm_aside .nav li,
.nav_wrapper .subnav ul li,
.nav_wrapper .gNav > ul .megamenu .inner li,
.nav_wrapper .gNav > ul li,
header .bread .subnav ul li,
.list-style ul li,
.ttl_customers .floating ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.list_dot {
  padding-left: 20px;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: url(../img/list/red_dot.png); }
  .list_dot li {
    margin-bottom: 8px; }
    .list_dot li ul {
      margin-top: 8px;
      list-style-image: url(../img/list/red_circle.png); }

.list_num {
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside; }
  .list_num li {
    margin-bottom: 6px; }
    .list_num li:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px;
      background: no-repeat;
      background-size: 20px 20px; }
    .list_num li ul {
      margin-top: 12px;
      margin-bottom: 12px;
      list-style-type: none; }
  .list_num .num_01:before {
    background-image: url(../img/list/num_01.png); }
  .list_num .num_02:before {
    background-image: url(../img/list/num_02.png); }
  .list_num .num_03:before {
    background-image: url(../img/list/num_03.png); }
  .list_num .num_04:before {
    background-image: url(../img/list/num_04.png); }
  .list_num .num_05:before {
    background-image: url(../img/list/num_05.png); }
  .list_num .num_06:before {
    background-image: url(../img/list/num_06.png); }
  .list_num .num_07:before {
    background-image: url(../img/list/num_07.png); }
  .list_num .num_08:before {
    background-image: url(../img/list/num_08.png); }
  .list_num .num_child_01:before {
    background-image: url(../img/list/num_child_01.png); }
  .list_num .num_child_02:before {
    background-image: url(../img/list/num_child_02.png); }
  .list_num .num_child_03:before {
    background-image: url(../img/list/num_child_03.png); }
  .list_num .num_child_04:before {
    background-image: url(../img/list/num_child_04.png); }
  .list_num .num_child_05:before {
    background-image: url(../img/list/num_child_05.png); }
  .list_num .num_child_06:before {
    background-image: url(../img/list/num_child_06.png); }
  .list_num .num_child_07:before {
    background-image: url(../img/list/num_child_07.png); }
  .list_num .num_child_08:before {
    background-image: url(../img/list/num_child_08.png); }

/*	line (border)
============================ */
hr, hr.dotted {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 24px 0;
  padding: 0; }

hr.dotted {
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.line {
  margin: 0 0 80px 0; }

.line_btm-dot {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }

.line_btm, .list_check li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.line_right {
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

/*	background color
============================ */
.bg_lightgray {
  background: #f6f6f6; }

.bg_beige {
  background: rgba(240, 228, 204, 0.3); }

.bg_white {
  background-color: white; }

.bg_lightblue, #fixed_page .clm_main .fixed_page_in ul,
#fixed_page .clm_main .fixed_page_in ol, .box_lightblue, .sec_reason .card {
  background-color: #edf2f9; }

.bg_lightpink {
  background: #f7e8e8; }

.bg_pealpink, .live_loop_items {
  background: #f9dfde; }

/*	bread
============================ */
.bread {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 20px; }
  .bread span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px; }
  .bread a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none; }

/*	title
============================ */
.ttl, #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in h1 {
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 2em 0; }

.ttl_page_sub {
  padding: 72px 10%;
  background: #efefef;
  position: relative; }
  .ttl_page_sub span {
    font-weight: bold;
    font-size: 32px;
    font-size: 3.2rem; }
  .ttl_page_sub:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 10px;
    background: #e84955; }

.ttl_page_sub-eyecatch {
  padding: 72px 10%;
  background: #000; }
  .ttl_page_sub-eyecatch span {
    position: relative;
    z-index: 100;
    color: white; }

.ttl_page {
  position: relative;
  margin-bottom: 30px; }
  .ttl_page span {
    position: absolute;
    top: 0;
    padding: 12.4% 10%;
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem; }
    .ttl_page span .ico {
      border-radius: 100%;
      display: block;
      float: left;
      padding: 19px;
      background: white;
      width: 82px;
      height: 82px;
      margin: 16px 18px 0 0; }
      .ttl_page span .ico img {
        max-width: 44px;
        max-height: 44px; }
  .ttl_page .ttl_point {
    width: 46%;
    position: absolute;
    bottom: 50px;
    left: 20px; }

.ttl_huge, #fixed_page .clm_main .fixed_page_in h1 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6; }
  .ttl_huge span, #fixed_page .clm_main .fixed_page_in h1 span {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    letter-spacing: 1px; }
  .ttl_huge:after, #fixed_page .clm_main .fixed_page_in h1:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 60px;
    height: 6px;
    background: #e84955; }

.ttl_huge-long {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  padding: 0 100px;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 3px; }
  .ttl_huge-long:before, .ttl_huge-long:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    right: 0; }
  .ttl_huge-long:before {
    left: 0; }

.ttl_large, #fixed_page .clm_main .fixed_page_in h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  position: relative; }
  .ttl_large span, #fixed_page .clm_main .fixed_page_in h2 span {
    display: block;
    padding-left: 30px;
    border-left: 3px solid #e84955; }

.ttl_large.ttl_large_label, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label {
  padding-left: 100px; }
  .ttl_large.ttl_large_label .label, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label .label {
    display: inline;
    color: white;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    width: 66px;
    margin-top: -3px;
    padding: 10px 10px 96px 10px;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    background: url(../img/else/ttl_label.png) no-repeat center bottom;
    box-sizing: 100%; }
    .ttl_large.ttl_large_label .label em, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label .label em {
      font-style: normal;
      display: block;
      font-size: 32px;
      font-size: 3.2rem; }

.ttl_big {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }
  .ttl_big small {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 20px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    display: block; }

.ttl_slash {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px; }
  .ttl_slash:before, .ttl_slash:after {
    position: relative;
    top: 3px;
    content: "";
    width: 16px;
    height: 26px;
    margin: 0 0 0 20px;
    display: inline-block;
    background: url(../img/else/slash.png) no-repeat;
    background-size: 100% 100%; }
  .ttl_slash:before {
    transform: scale(-1, 1);
    margin: 0 20px 0 0; }

.ttl_big.ttl_big-nega small {
  color: rgba(255, 255, 255, 0.5); }

.ttl_normal-line, #fixed_page .clm_main .fixed_page_in h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px; }
  .ttl_normal-line:after, #fixed_page .clm_main .fixed_page_in h4:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 6px;
    background: #e84955; }

.ttl_dot-line, #fixed_page .clm_main .fixed_page_in h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e84955; }

.ttl_normal {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold; }
  .ttl_normal small {
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem; }

.ttl_normal-long {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e84955;
  padding: 6px;
  margin-bottom: 30px; }

.ttl_normal-long-big {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 10px; }

.ttl_normal-long_important {
  font-size: 18px;
  font-size: 1.8rem;
  background: #ff0000; }

.ttl_normal-long_corp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 12px;
  margin-bottom: 30px; }

.ttl_small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 14px;
  padding-left: 20px;
  border-left: 2px solid #e84955; }

.ttl_mini, #fixed_page .clm_main .fixed_page_in h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px; }

.ttl_tiny {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .ttl_tiny span {
    padding-left: 20px;
    border-left: 4px solid #e84955;
    margin-bottom: 14px;
    display: block; }

.ttl_micro {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e84955;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.ttl_ribon {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px; }
  .ttl_ribon span {
    display: inline-block;
    position: relative;
    z-index: 200;
    width: 100%;
    height: 40px;
    /*リボンの高さ*/
    line-height: 40px;
    /*リボンの高さ*/
    text-align: center;
    padding: 0 30px;
    /*横の大きさ*/
    background: #ff0000;
    box-sizing: border-box; }
    .ttl_ribon span:before, .ttl_ribon span:after {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      z-index: 1; }
    .ttl_ribon span:before {
      top: 0;
      left: 0;
      border-width: 20px 0px 20px 15px;
      border-color: transparent transparent transparent #c7deff;
      border-style: solid; }
    .ttl_ribon span:after {
      top: 0;
      right: 0;
      border-width: 20px 15px 20px 0px;
      border-color: transparent #c7deff transparent transparent;
      border-style: solid; }

.ttl_ribon_yellow {
  color: black; }
  .ttl_ribon_yellow span {
    width: auto;
    padding: 0 50px;
    /*横の大きさ*/
    background: #ffd15b; }
    .ttl_ribon_yellow span:before {
      border-color: transparent transparent transparent #fff; }
    .ttl_ribon_yellow span:after {
      border-color: transparent #fff transparent transparent; }

.ttl_numSquare {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 8px 0;
  padding-left: 6.6rem; }
  .ttl_numSquare span {
    font-size: 32px;
    font-size: 3.2rem;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 4px 16px;
    border-left: none;
    background: #e84955;
    color: white; }
  .ttl_numSquare:before {
    display: none; }

.ttl_stuff {
  padding: 1.8rem 0 1.8rem 70px;
  background: url(../img/ico/stuff.png) no-repeat left center;
  background-size: 60px; }

.ttl_customers {
  position: relative; }
  .ttl_customers .floating {
    position: absolute;
    z-index: 10;
    width: 40%;
    height: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: #fff url(../img/bg/ttl_customers.png) no-repeat;
    background-size: cover; }
    .ttl_customers .floating .catch {
      text-align: center;
      margin-bottom: 14px; }
      .ttl_customers .floating .catch p {
        font-size: 20px;
        font-size: 2rem;
        position: relative;
        top: 36px;
        left: 0;
        font-weight: bold;
        letter-spacing: 2px;
        color: #fff;
        padding: 4px 14px;
        line-height: 1.4;
        background: #e84955;
        display: inline;
        border-radius: 30px; }
      .ttl_customers .floating .catch strong {
        font-size: 26px;
        font-size: 2.6rem;
        display: block;
        margin-top: 54px;
        line-height: 1.2;
        letter-spacing: 1px; }
        .ttl_customers .floating .catch strong span {
          font-size: 80px;
          font-size: 8rem;
          display: block;
          color: #e84955;
          letter-spacing: 0; }
    .ttl_customers .floating ul {
      width: 150%;
      margin: 0 -25%;
      display: flex;
      justify-content: center; }
      .ttl_customers .floating ul li {
        width: 23%;
        margin: 0 1%;
        font-weight: bold;
        border: 2px solid #ffe000;
        text-align: center;
        border-radius: 200px;
        overflow: hidden;
        background-color: white; }
        .ttl_customers .floating ul li strong {
          font-size: 44px;
          font-size: 4.4rem;
          line-height: 1.2;
          color: #e84955;
          background: #ffe000;
          width: 100%;
          display: block;
          padding: 40px 20px 6px 20px;
          background-repeat: no-repeat;
          background-position: center 14px;
          background-size: 31px auto; }
          .ttl_customers .floating ul li strong span {
            font-size: 24px;
            font-size: 2.4rem; }
        .ttl_customers .floating ul li small {
          background: white;
          font-size: 16px;
          font-size: 1.6rem;
          display: block;
          padding: 8px 14px 10px;
          line-height: 1.4; }
        .ttl_customers .floating ul li:nth-child(1) strong, .ttl_customers .floating ul li:nth-child(3) strong {
          background-image: url(../img/ico/customers_01.png); }
        .ttl_customers .floating ul li:nth-child(2) strong {
          background-image: url(../img/ico/customers_02.png); }
        .ttl_customers .floating ul li:nth-child(4) strong {
          background-image: url(../img/ico/customers_03.png); }
  .ttl_customers .key_imgs {
    display: flex; }
    .ttl_customers .key_imgs img {
      width: 50%;
      height: auto;
      display: block; }

.ttl_page-kv {
  display: block; }

/*	text
============================ */
.color-nega {
  color: white; }
  .color-nega .txt_normal {
    color: rgba(255, 255, 255, 0.8); }
  .color-nega .note, .color-nega .list_genre p a, .list_genre p .color-nega a, .color-nega .list_genre p, .list_genre .color-nega p, .color-nega footer small.copyright, footer .color-nega small.copyright {
    color: rgba(255, 255, 255, 0.5); }
  .color-nega a {
    color: white; }
  .color-nega .card {
    background: #333; }

.txt_huge {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0; }

.txt_large {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0; }

.txt_lead {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 5%;
  padding: 0 2%;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px; }

.note, .list_genre p a:hover, .list_genre p a, .list_genre p, footer small.copyright {
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5); }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

.txt_indent {
  margin-left: 1.5em; }

.none_post {
  display: block;
  width: 100%;
  text-align: center; }

.caution {
  color: #C00; }

.req {
  color: #C00; }

/*	ガター
============================ */
.gutter {
  padding-right: 15px;
  padding-left: 15px; }

.gutter-only-pc {
  padding-right: 15px;
  padding-left: 15px; }

/*	clearfix
============================ */
section:after, section.btn-arrow_clr-gr:after, section.btn-arrow_clr-bk:after, .btn-arrow_clr-bk.btn-arrow_clr-gr:after,
header:after,
header.btn-arrow_clr-gr:after,
header.btn-arrow_clr-bk:after,
.cl:after,
.sitemap_layout:after,
.meta_data.card_item dl:after,
.nav_wrapper .gNav > ul .megamenu .inner:after,
.list-style ul a:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

section,
header,
.cl,
.sitemap_layout,
.meta_data.card_item dl,
.nav_wrapper .gNav > ul .megamenu .inner,
.list-style ul a {
  zoom: 1; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  .none-pc {
    display: block !important; }
  .none-tb {
    display: none !important; }
  .none-sp {
    display: block !important; }
  .only-pc {
    display: none !important; }
  .only-tb {
    display: inline !important; }
  .only-sp {
    display: none !important; }
  /*	title
	============================ */
  .ttl_page span {
    padding: 12.2% 6%;
    font-size: 4vw !important; }
    .ttl_page span .ico {
      padding: 2.5vw;
      background: white;
      width: 10vw;
      height: 10vw;
      margin: 4px 18px 0 0; }
      .ttl_page span .ico img {
        width: 5vw;
        height: 5vw; }
  .ttl_page .ttl_point {
    bottom: -12%;
    left: 6%; }
  .ttl_huge-long:before, .ttl_huge-long:after {
    width: 25%; }
  .ttl_customers .floating {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px; }
    .ttl_customers .floating .catch {
      margin-bottom: 14px; }
      .ttl_customers .floating .catch p {
        font-size: 16px;
        font-size: 1.6rem;
        top: 0;
        left: 0;
        margin: 0;
        letter-spacing: 1px; }
      .ttl_customers .floating .catch strong {
        font-size: 28px;
        font-size: 2.8rem;
        margin-top: 10px; }
        .ttl_customers .floating .catch strong span {
          display: inline;
          font-size: 28px;
          font-size: 2.8rem; }
    .ttl_customers .floating ul {
      width: 70%;
      margin: 0 15%; }
      .ttl_customers .floating ul li {
        width: 23%;
        margin: 0 1%; }
        .ttl_customers .floating ul li strong {
          font-size: 24px;
          font-size: 2.4rem;
          padding: 30px 3px 3px 3px;
          background-position: center 8px;
          background-size: 20px auto; }
          .ttl_customers .floating ul li strong span {
            font-size: 24px;
            font-size: 2.4rem; }
        .ttl_customers .floating ul li small {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 3px 10px 5px; }
  /*	ガター
	============================ */
  .gutter-tb {
    padding-right: 15px;
    padding-left: 15px; }
  .gutter-only-pc {
    padding-right: 0;
    padding-left: 0; }
  /*	line (border)
	============================ */
  .line {
    margin: 0 0 40px 0; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  .none-pc {
    display: block !important; }
  .none-tb {
    display: block !important; }
  .none-sp {
    display: none !important; }
  .only-pc {
    display: none !important; }
  .only-tb {
    display: none !important; }
  .only-sp {
    display: inline !important; }
  /*	セット
	============================ */
  .grp {
    margin: 20px 0; }
  .grp-big {
    margin: 40px 0; }
  /*	幅
	============================ */
  .w_indent {
    max-width: 96%; }
  .w-100_sp {
    width: 100%;
    height: auto; }
  .spacer-20,
  .spacer-40,
  .spacer-60,
  .spacer-80,
  .spacer-100 {
    display: block; }
  .spacer-20 {
    margin-bottom: 20px; }
  .spacer-40 {
    margin-bottom: 20px; }
  .spacer-60 {
    margin-bottom: 30px; }
  .spacer-80 {
    margin-bottom: 40px; }
  .spacer-100 {
    margin-bottom: 50px; }
  /*	bread
	============================ */
  .bread {
    display: none; }
  /*	title
	============================ */
  .ttl, #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in h1 {
    font-size: 14px; }
  .ttl_huge, #fixed_page .clm_main .fixed_page_in h1 {
    font-size: 18px;
    font-size: 1.8rem; }
    .ttl_huge span, #fixed_page .clm_main .fixed_page_in h1 span {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0; }
  .ttl_page .ttl_point {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin: -1% auto 0 auto; }
  .ttl_page_sub {
    padding: 28px 10% 32px 10%; }
    .ttl_page_sub span {
      font-size: 22px;
      font-size: 2.2rem; }
  .ttl_huge-long {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 0 60px; }
    .ttl_huge-long:before, .ttl_huge-long:after {
      top: 50%;
      width: 15%; }
  .ttl_large, #fixed_page .clm_main .fixed_page_in h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 0; }
    .ttl_large span, #fixed_page .clm_main .fixed_page_in h2 span {
      padding-left: 20px; }
  .ttl_large.ttl_large_label, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label {
    padding-left: 70px; }
    .ttl_large.ttl_large_label .label, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label .label {
      width: 50px;
      padding: 7px 7px 86px 7px;
      font-size: 14px;
      font-size: 1.4rem; }
      .ttl_large.ttl_large_label .label em, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label .label em {
        font-size: 26px;
        font-size: 2.6rem; }
  .ttl_big {
    font-size: 18px;
    font-size: 1.8rem; }
  .ttl_slash {
    margin-bottom: 20px; }
    .ttl_slash:before, .ttl_slash:after {
      top: 3px;
      width: 10px;
      height: 16px;
      margin: 0 0 0 10px; }
    .ttl_slash:before {
      margin: 0 10px 0 0; }
  .ttl_normal {
    font-size: 18px;
    font-size: 1.8rem; }
    .ttl_normal small {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
  .ttl_normal-long {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4px 10px;
    margin-bottom: 20px;
    letter-spacing: 0; }
  .ttl_numSquare {
    padding: 6px 0;
    padding-left: 5rem; }
    .ttl_numSquare span {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 2px 11px; }
  .ttl_stuff {
    padding: 2.2rem 0 2.2rem 70px; }
  .ttl_customers .floating .catch strong {
    font-size: 22px;
    font-size: 2.2rem; }
    .ttl_customers .floating .catch strong span {
      font-size: 22px;
      font-size: 2.2rem;
      display: block; }
  .ttl_customers .floating ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap; }
    .ttl_customers .floating ul li {
      width: 48%;
      margin: 0 1%; }
      .ttl_customers .floating ul li small br {
        display: none; }
    .ttl_customers .floating ul li {
      width: 48%;
      margin: 5px 1%;
      border: 1px solid #edd137;
      border: none;
      border-radius: 10px; }
      .ttl_customers .floating ul li strong {
        font-size: 26px;
        font-size: 2.6rem;
        color: #333;
        background-color: #fff;
        padding: 14px 4px 4px; }
        .ttl_customers .floating ul li strong:before {
          transform: scale(-1, 1); }
        .ttl_customers .floating ul li strong:before, .ttl_customers .floating ul li strong:after {
          content: "";
          display: inline-block;
          width: 30px;
          height: 36px;
          position: relative;
          bottom: -5px;
          background-image: url(../img/bg/gekkeiju.png) !important;
          background-size: 30px 36px; }
        .ttl_customers .floating ul li strong span {
          padding: 2px;
          font-size: 14px;
          font-size: 1.4rem; }

  .ttl_customers .key_imgs img {
    width: 50%;
    height: 100% !important;
    display: block; }


  /*	ガター
	============================ */
  .gutter-sp {
    padding-right: 15px;
    padding-left: 15px; } }

body {
  font-family: 'Lato', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif; }

.roboto, .list-feature dt .num, .tobidashi, .ttl_label .label_red, .list_check li span, .campaign_limited_beginner .campaign_content p strong, .campaign_limited_beginner_top .campaign_copy p strong, .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per p strong, .live_loop_items .card_item .card_item_info .others strong em, .ttl_large.ttl_large_label .label, #fixed_page .clm_main .fixed_page_in h2.ttl_large_label .label, .ttl_big small {
  font-family: 'Roboto', sans-serif; }

.robotoCon, .live_loop_items .card_item .card_item_info .ourshop strong em {
  font-family: 'Roboto Condensed', sans-serif; }

.oswald, .ico_mark, .card_item .price_othershop em, .card_item .price em {
  font-family: 'Oswald', sans-serif; }

.lato {
  font-family: 'Lato', sans-serif; }

/* ============================
	frame
============================ */
html {
  font-size: 62.5%;
  box-sizing: border-box; }

*, *:before, *:after, .btn-arrow_clr-gr:after, .btn-arrow_clr-bk:after {
  box-sizing: inherit; }

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0px;
  line-height: 1.6; }

body,
table {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  border-collapse: collapse;
  border: 0px; }
  body *::selection,
  body *::-moz-selection,
  table *::selection,
  table *::-moz-selection {
    background: #cccccc; }

section,
.section {
  padding: 0 0 80px 0;
  max-height: 100%; }

.sec_pb-mini {
  padding: 0 0 40px 0; }

.sec_pt {
  padding-top: 80px; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  .w-100_tb {
    width: 100%; }
  section {
    padding: 0 0 40px 0; }
  .sec_pt {
    padding-top: 40px; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  .w-100_sp {
    width: 100%; }
  .sec_pb-mini {
    padding: 0 0 10px 0; } }

/* ============================
	txt_link
	txt_link-arrow
============================ */
.txt_link-normal, .clm_relation .col a {
  color: #333;
  text-decoration: none; }
  .txt_link-normal:hover, .clm_relation .col a:hover {
    opacity: 0.5; }

a,
.txt_link {
  color: #3059db;
  text-decoration: underline; }
  a:hover,
  .txt_link:hover {
    color: #30add8;
    text-decoration: none; }

.txt_link_normal {
  color: #333;
  text-decoration: none; }
  .txt_link_normal:hover {
    color: #333;
    opacity: 0.5;
    text-decoration: none; }

.txt_link-arrow, .nav_wrapper .gNav > ul .megamenu .inner ul li a,
.txt_link-arrow-bk {
  padding-right: 14px;
  background: url(../img/arrow/wt.png) no-repeat 98% 6px;
  background-size: 5px;
  line-height: 1.4; }
  .txt_link-arrow:hover, .nav_wrapper .gNav > ul .megamenu .inner ul li a:hover,
  .txt_link-arrow-bk:hover {
    background-position: right 6px; }

.txt_link-arrow-bk {
  background-image: url(../img/arrow/bk.png); }

.txt_link-blank {
  padding-right: 18px;
  background: url(../img/arrow/wt_blank.png) no-repeat center right;
  background-size: 10px; }

/* ============================
	btn
		btn-arrow
		btn-arrow_pos
		btn-size & 種類
============================ */
.btnarea {
  text-align: center;
  margin-top: 40px; }
  .btnarea .btn, .btnarea .page_ctrl a, .page_ctrl .btnarea a,
  .btnarea .page_ctrl span,
  .page_ctrl .btnarea span {
    margin-right: 10px;
    margin-left: 10px; }

.btn, .page_ctrl a,
.page_ctrl span {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  border: 0;
  cursor: pointer;
  padding: 14px 40px;
  background: #000;
  border-radius: 200px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
  .btn:hover, .page_ctrl a:hover,
  .page_ctrl span:hover {
    color: #fff;
    background: #ff0055; }
  .btn a, .page_ctrl a a,
  .page_ctrl span a {
    color: #fff;
    text-decoration: none; }

/*	btn-arrow
============================ */
.btn-arrow:after, .btn-arrow_clr-gr:after, .btn-arrow_clr-bk:after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/arrow/wt.png);
  background-size: 8px;
  background-position: 50% center;
  background-repeat: no-repeat; }

.btn-arrow-left:after {
  left: 0; }

.btn-arrow_clr-bk:after {
  background-image: url(../img/arrow/bk.png); }

.btn-arrow_clr-gr:after {
  background-image: url(../img/arrow/gr.png); }

.btn-arrow:hover:after, .btn-arrow_clr-bk:hover:after, .btn-arrow_clr-gr:hover:after {
  background-position: 54% center; }

.arrow_pull:after, .term_list > li:after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/arrow/pull.png);
  background-size: 10px;
  background-position: 50% center;
  background-repeat: no-repeat; }

.arrow_pull--open:after {
  transform: rotate(-180deg); }

/*	btn-arrow_pos
============================ */
.btn-arrow_pos-l:after {
  transform: rotate(180deg); }

.btn-arrow_pos-t:after {
  transform: rotate(-90deg); }

.btn-arrow_pos-b:after {
  transform: rotate(90deg); }

/*	btn-size & 種類
============================ */
.btn-huge {
  width: 100%;
  padding: 30px  12%;
  font-size: 36px;
  font-size: 3.6rem; }

.btn-large {
  padding: 30px  12%;
  font-size: 26px;
  font-size: 2.6rem; }

.btn-big {
  padding: 30px 12%;
  font-size: 20px;
  font-size: 2rem; }

.btn-medium {
  padding: 20px 12%;
  font-size: 16px;
  font-size: 1.6rem; }

.btn-small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 6%; }

.btn-back {
  color: black !important;
  background: #ebebeb;
  box-shadow: none; }
  .btn-back:hover {
    background: #ccc; }

.btn-week {
  color: #000000;
  background: #e7e7e7; }
  .btn-week:hover {
    color: #000000;
    background: #eee; }

.btn-line_normal {
  background: #009f00; }

.btn-black {
  background: #666; }

.btn-border, .page_ctrl a {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white; }
  .btn-border:hover, .page_ctrl a:hover {
    border: 1px solid rgba(0, 0, 0, 0.4); }

.btn-circle {
  border-radius: 100%;
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 20px;
  text-decoration: none;
  background-color: #e84955;
  background-image: url(../img/arrow/totop.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 2000; }
  .btn-circle:hover {
    opacity: 0.8; }

.btn-linecoupon {
  right: 100px;
  background-color: #02b802;
  background-image: url(../img/ico/line_logo.png);
  background-size: 32px; }

.switch_close {
  background-image: url(../img/ico/close.png);
  background-size: 16px; }

.linecoupon {
  position: relative; }
  .linecoupon .btn-close {
    position: absolute;
    z-index: 2000;
    display: block;
    width: 36px;
    height: 36px;
    top: -16px;
    right: -16px;
    border-radius: 100%;
    padding: 10px;
    background: #ccc url(../img/ico/close.png) no-repeat center;
    background-size: 16px;
    cursor: pointer; }

.page_ctrl {
  margin-top: 40px;
  text-align: center; }
  .page_ctrl a,
  .page_ctrl span {
    background: #b50c3b;
    border-radius: 4px;
    padding: 10px 16px;
    margin: 0 1px 4px;
    box-shadow: none; }
  .page_ctrl a {
    background: none; }
    .page_ctrl a:hover {
      background: #efefef;
      border: 1px solid white;
      color: #999; }

.btn_menu,
.btn_menu-close {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 2100;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 15px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  background: #e84955;
  border-radius: 0; }
  .btn_menu img,
  .btn_menu-close img {
    width: 16px;
    margin: 10px auto 4px auto;
    display: block; }
  .btn_menu small,
  .btn_menu-close small {
    font-size: 10px;
    font-size: 1rem; }

.btn_menu_items {
  right: 51px; }

.btn-tel,
.btn-mail,
.btn-line {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 14px;
  text-align: left;
  color: #fff !important;
  background: #3080d2;
  border-radius: 5px 0 0 5px;
  width: 180px;
  line-height: 1.1;
  box-shadow: none; }

.btn-tel {
  background: #666; }

.btn-line {
  background: #009f00;
  border-radius: 0  5px 5px 0; }
  .btn-line:before {
    background-image: url(../img/ico/line.png); }

.fixed-right .btn-mail:before,
.fixed-right .btn-line:before,
.btn-contacts .btn-mail:before,
.btn-contacts .btn-line:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px solid white;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
  padding: 6px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/ico/mail.png); }
  .fixed-right .btn-mail:before:hover,
  .fixed-right .btn-line:before:hover,
  .btn-contacts .btn-mail:before:hover,
  .btn-contacts .btn-line:before:hover {
    color: #333;
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
    background-position: center 20px; }

.fixed-right .btn-line:before,
.btn-contacts .btn-line:before {
  background-image: url(../img/ico/line.png); }

/*	tablet
======================================== */
@media (max-width: 959px) {
  /* ============================
		btn
	============================ */ }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  /* ============================
		btn
	============================ */
  .btnarea {
    margin-top: 20px; }
  .btn, .page_ctrl a,
  .page_ctrl span {
    font-size: 16px;
    font-size: 1.6rem; }
  .btn-huge,
  .btn-large {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 15px; }
  .btn-big {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 15px; }
  .btn-medium {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 30px; }
  .btn_menu {
    display: block; }
  .btn-circle {
    width: 15%;
    height: 46px;
    bottom: 0;
    border-radius: 0;
    padding: 0; }
  .btn-totop {
    background-size: 10px;
    right: 0; }
  .btn-linecoupon {
    right: 15%;
    background-size: 24px; }
  .switch_close {
    background-size: 14px; }
  /*	btn-arrow
	============================ */
  .btn-arrow:after, .btn-arrow_clr-bk:after, .btn-arrow_clr-gr:after {
    display: none; } }

.w_non-liquid, header .inner {
  width: 1170px;
  margin-right: auto;
  margin-left: auto; }

.w_non-liquid_short {
  width: 846px;
  margin-right: auto;
  margin-left: auto; }

.w_liquid_max {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto; }

.clm_main {
  width: 75%;
  float: left; }

.widgettitle {
  display: none; }

.sidebar {
  width: 25%;
  float: right; }
  .sidebar .clm_aside {
    width: 100%; }

/* ============================
	txt_layout
============================ */
.wrap_inline-block {
  letter-spacing: -.40em; }
  .wrap_inline-block > * {
    display: inline-block;
    letter-spacing: 0px;
    vertical-align: top; }

.same-height, .clm_how3 .row {
  display: flex; }
  .same-height .col, .clm_how3 .row .col {
    display: flex;
    align-items: stretch; }
    .same-height .col > div, .clm_how3 .row .col > div {
      width: 100%; }

.flex_v-middle {
  justify-content: center;
  align-items: center; }

.content_indent {
  padding-left: 8%;
  padding-right: 8%; }

/*	clm
============================ */
.clm .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .clm .row .col {
    width: 100%;
    padding: 15px; }
  .clm .row .col-2 {
    width: 50%; }
  .clm .row .col-3 {
    width: 33.333%; }
  .clm .row .col-4 {
    width: 25%; }
  .clm .row .col-5 {
    width: 20%; }
  .clm .row .col-6 {
    width: 16.66%; }
  .clm .row .col-7 {
    width: 14.28%; }

.clm.no-gutters .row {
  margin-right: 0;
  margin-left: 0; }
  .clm.no-gutters .row > * {
    padding: 0; }

.clm_photo-txt {
  display: flex;
  margin-bottom: 30px; }
  .clm_photo-txt .photo {
    width: 30%;
    margin-right: 4%; }
  .clm_photo-txt .txt {
    width: 66%; }
    .clm_photo-txt .txt p {
      margin-top: 0; }

.clm_photo-txt_large .photo {
  width: 40%; }

.clm_photo-txt_large .txt {
  width: 56%; }

.clm_txt-photo {
  display: flex;
  margin-bottom: 30px; }
  .clm_txt-photo .photo {
    width: 40%;
    margin-left: 4%; }
  .clm_txt-photo .txt {
    width: 56%; }
    .clm_txt-photo .txt p {
      margin-top: 0; }

.clm_txt-photo.reflect .photo {
  margin-left: 0;
  margin-right: 4%; }

/*	table
============================ */
.tbl_theme-a table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.tbl_theme-a th.th {
  background: #ebebeb;
  text-align: center; }

.tbl_theme-a th,
.tbl_theme-a td {
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
  padding: 6px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .tbl_theme-a th a,
  .tbl_theme-a td a {
    text-decoration: underline; }

.tbl_theme-a th {
  background: #edf2f9; }

.tbl_theme-a td img {
  width: 50%; }

/*	news list
============================ */
span.date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }

.label {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  width: 80px;
  text-align: center;
  position: relative;
  top: 2px; }

.list-style ul {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .list-style ul a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    padding: 20px 10% 20px 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: url(../img/arrow/r-gr.png) no-repeat 97% center;
    background-size: 10px;
    text-decoration: none; }
    .list-style ul a span.date {
      padding: 0 20px 0 0;
      float: left; }
    .list-style ul a .label {
      width: 14%;
      float: left; }
    .list-style ul a p.ttl_news {
      float: left;
      width: 66%;
      margin: 0;
      padding-left: 20px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list-style ul a:hover {
      background-color: #efefef;
      background-position: 97.5% center; }

.list-style-download ul a {
  background-image: url(../img/arrow/dl.png);
  background-size: 14px; }

.box_border-bold {
  padding: 30px 30px 0px 30px;
  border: 4px solid #d6d6d6; }

.blockquote {
  line-height: 2;
  padding: 46px 10%;
  border: 4px solid #d6d6d6;
  position: relative; }
  .blockquote:before, .blockquote:after {
    display: block;
    content: "";
    width: 27px;
    height: 23px;
    background-size: 27px;
    position: absolute; }
  .blockquote:before {
    background-image: url(../img/else/blockquote_before.png);
    top: 20px;
    left: 20px; }
  .blockquote:after {
    background-image: url(../img/else/blockquote_after.png);
    right: 20px;
    bottom: 20px; }

/*	gmap
============================ */
.gmap {
  position: relative; }
  .gmap #map_custmomize {
    width: 100%;
    height: 600px; }

.home .gmap {
  display: block;
  margin-bottom: 40px; }
  .home .gmap #map_custmomize {
    height: 500px; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  .w_non-liquid, header .inner,
  .w_non-liquid_short {
    width: auto;
    margin: 0 auto; }
  /*	clm
	============================ */
  .clm .row .col-1-tb {
    width: 100%; }
  .clm .row .col-2-tb {
    width: 50%; }
  .clm .row .col-3-tb {
    width: 33.333%; }
  .clm .row .col-4-tb {
    width: 25%; }
  .clm .row .col-5-tb {
    width: 20%; }
  .clm .row .col-6-tb {
    width: 16.66%; }
  /*	table
	============================ */
  .tbl_tranceform-tb > table th,
  .tbl_tranceform-tb > table td {
    width: 100%;
    display: block; }
  .tbl_tranceform-tb > table th {
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0; }
  .tbl_tranceform-tb > table td {
    padding-top: 4px; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  .clm_main {
    width: 100%;
    float: none; }
  .sidebar {
    width: 100%;
    float: none; }
    .sidebar .clm_aside {
      width: 100%; }
  /*	clm
	============================ */
  .clm .row .col-1-sp {
    width: 100%; }
  .clm .row .col-2-sp {
    width: 50%; }
  .clm .row .col-3-sp {
    width: 33.333%; }
  .clm .row .col-4-sp {
    width: 25%; }
  .clm .row .col-5-sp {
    width: 20%; }
  .clm .row .col-6-sp {
    width: 16.66%; }
  .clm_txt-photo {
    display: block;
    margin-bottom: 0px; }
    .clm_txt-photo .photo {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .clm_txt-photo .txt {
      width: 100%; }
  /*	table
	============================ */
  .tbl_tranceform-sp table th,
  .tbl_tranceform-sp table td {
    width: 100%;
    display: block; }
  .tbl_tranceform-sp table th {
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0; }
  .tbl_tranceform-sp table td {
    padding-top: 4px; }
  /* ============================
		txt_layout
	============================ */
  .content_indent {
    padding-left: 2%;
    padding-right: 2%; }
  .box_border-bold {
    padding: 0 20px; } }

/* ============================
	header
============================ */
.fixed-right {
  position: fixed;
  z-index: 1000;
  bottom: 50%;
  right: -132px;
  transform: rotate(90deg); }
  .fixed-right .btn-mail,
  .fixed-right .btn-line {
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: none;
    padding: 10px 14px;
    border-radius: 0 0 0 5px;
    width: 160px; }
    .fixed-right .btn-mail:before, .fixed-right .btn-mail:after,
    .fixed-right .btn-line:before,
    .fixed-right .btn-line:after {
      transition: all 0s ease; }
    .fixed-right .btn-mail:before,
    .fixed-right .btn-line:before {
      width: 32px;
      height: 32px;
      background-size: 20px; }
  .fixed-right .btn-line {
    border-radius: 0 0 5px 0; }

header .header_h1 {
  color: #fff;
  background: #e84955;
  position: relative;
  height: 100%;
  line-height: 1.4;
  overflow: hidden; }
  header .header_h1 h1 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0;
    position: relative;
    z-index: 100; }

header .header {
  padding-top: 16px;
  padding-bottom: 16px; }
  header .header .navbar-brand {
    float: left; }
    header .header .navbar-brand img {
      display: block;
      margin-top: 6px; }
  header .header .contact_info {
    float: right;
    display: flex;
    align-items: center; }
    header .header .contact_info .kaitori_pr {
      margin: 0 15px; }
      header .header .contact_info .kaitori_pr img {
        display: block; }
    header .header .contact_info .freedial {
      text-align: center;
      margin: 0 30px 0 15px;
      line-height: 1.2; }
      header .header .contact_info .freedial strong {
        font-size: 30px;
        font-weight: 900; }
        header .header .contact_info .freedial strong img {
          margin-right: 4px; }
      header .header .contact_info .freedial .note, header .header .contact_info .freedial .list_genre p a, .list_genre p header .header .contact_info .freedial a, header .header .contact_info .freedial .list_genre p, .list_genre header .header .contact_info .freedial p, header .header .contact_info .freedial footer small.copyright, footer header .header .contact_info .freedial small.copyright {
        font-size: 12px;
        display: block;
        text-align: center; }

header .bread {
  height: 36px;
  margin-bottom: 30px;
  position: relative; }
  header .bread .subnav {
    position: absolute;
    top: 1px;
    right: 0;
    line-height: 1;
    background: white;
    box-shadow: -10px 0 4px rgba(255, 255, 255, 0.9); }
    header .bread .subnav ul {
      margin: 10px 0; }
      header .bread .subnav ul li {
        display: inline-block;
        padding: 0 15px; }
        header .bread .subnav ul li:not(:last-child) {
          border-right: 1px solid rgba(0, 0, 0, 0.2); }

/*	tablet
======================================== */
@media (max-width: 959px) {
  header .header .contact_info .btn-contacts,
  header .header .contact_info .kaitori_pr {
    display: none; }
  header .bread div.breadlist {
    display: none; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  .fixed-right {
width: 85%;
    margin: 0;
    z-index: 2000;
    bottom: 0;
    left: 0;
    transform: rotate(0); }
    .fixed-right .btn-mail,
    .fixed-right .btn-line {
      width: 50%;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 10px 10px;
      border-radius: 0; }
      .fixed-right .btn-mail:after,
      .fixed-right .btn-line:after {
        width: 20%;
        background-size: 4px;
        background-position: 50% center; }
      .fixed-right .btn-mail:before,
      .fixed-right .btn-line:before {
        width: 26px;
        height: 26px;
        background-size: 16px; }
    .fixed-right .btn-line {
      border-radius: 0; }
  header .header {
    padding-top: 10px;
    padding-bottom: 10px; }
    header .header .contact_info {
      float: none;
      display: block; }
      header .header .contact_info .freedial {
        width: 170px;
        display: block;
        margin: 6px auto 0 auto; }
        header .header .contact_info .freedial * {
          display: inline; }
        header .header .contact_info .freedial span {
          display: none !important; }
      header .header .contact_info strong {
        font-size: 18px !important; }
        header .header .contact_info strong small {
          font-size: 18px !important; }
    header .header .navbar-brand {
      float: none; }
      header .header .navbar-brand img {
        margin-top: 0;
        width: 200px;
        height: auto; } }

/* ============================
	nav
============================ */
.nav_wrapper_items {
  display: none; }

.nav_wrapper {
  position: relative;
  z-index: 2000;
  line-height: 1.1; }
  .nav_wrapper a {
    text-decoration: none; }
  .nav_wrapper .gNav {
    margin-bottom: 30px; }
    .nav_wrapper .gNav > ul {
      display: flex;
      flex-wrap: wrap; }
      .nav_wrapper .gNav > ul > li {
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
        .nav_wrapper .gNav > ul > li:first-child {
          border-left: 1px solid rgba(0, 0, 0, 0.2); }
        .nav_wrapper .gNav > ul > li:nth-child(1) {
          width: 14.8%; }
        .nav_wrapper .gNav > ul > li:nth-child(2) {
          width: 12.4%; }
        .nav_wrapper .gNav > ul > li:nth-child(3) {
          width: 12.4%; }
        .nav_wrapper .gNav > ul > li:nth-child(4) {
          width: 12.4%; }
        .nav_wrapper .gNav > ul > li:nth-child(5) {
          width: 17.2%; }
        .nav_wrapper .gNav > ul > li:nth-child(6) {
          width: 16%; }
        .nav_wrapper .gNav > ul > li:nth-child(7) {
          width: 14.8%; }
        .nav_wrapper .gNav > ul > li > a {
          display: block;
          color: #333;
          font-weight: bold;
          text-align: center;
          font-size: 15px;
          font-size: 1.5rem;
          padding: 0 0;
          position: relative; }
          .nav_wrapper .gNav > ul > li > a.current {
            color: #ffbb5b; }
          .nav_wrapper .gNav > ul > li > a:hover,
          .nav_wrapper .gNav > ul > li > a .hover {
            color: rgba(0, 0, 0, 0.5); }
      .nav_wrapper .gNav > ul .megamenu {
        display: none;
        position: absolute;
        padding-top: 30px;
        left: 0;
        width: 100%; }
        .nav_wrapper .gNav > ul .megamenu .w_non-liquid, .nav_wrapper .gNav > ul .megamenu header .inner, header .nav_wrapper .gNav > ul .megamenu .inner {
          background: white;
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4); }
        .nav_wrapper .gNav > ul .megamenu .inner {
          display: flex;
          flex-wrap: wrap;
          margin: 0;
          padding: 30px 40px; }
          .nav_wrapper .gNav > ul .megamenu .inner h2 {
            width: 18%;
            height: auto;
            margin-bottom: 0;
            padding-top: 2px;
            padding-bottom: 4px;
            padding-left: 0;
            border-left: none; }
          .nav_wrapper .gNav > ul .megamenu .inner ul {
            width: 82%; }
            .nav_wrapper .gNav > ul .megamenu .inner ul li {
              width: calc( (100% / 3));
              float: left;
              padding: 6px 0 !important; }
              .nav_wrapper .gNav > ul .megamenu .inner ul li a {
                letter-spacing: 0;
                font-size: 15px;
                font-size: 1.5rem;
                background-image: url(../img/arrow/bk.png); }
      .nav_wrapper .gNav > ul .megamenuTrigger:hover > .megamenu {
        display: block; }
  .nav_wrapper .subnav {
    display: none; }

.clm_aside .nav li a, .clm_aside .nav li span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding: 5px 20px;
  color: black;
  opacity: 0.8;
  text-decoration: none; }
  .clm_aside .nav li a:hover, .clm_aside .nav li span:hover {
    opacity: 0.5; }

.clm_aside .nav_list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .clm_aside .nav_list > li > span {
    position: relative;
    display: block;
    padding: 12px 20px;
    cursor: pointer; }
  .clm_aside .nav_list > li div.nav_list-child {
    display: none;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 10px 0 20px 0; }
    .clm_aside .nav_list > li div.nav_list-child ul {
      margin-bottom: 10px;
      padding: 0; }
      .clm_aside .nav_list > li div.nav_list-child ul li > a {
        padding: 5px 20px; }
      .clm_aside .nav_list > li div.nav_list-child ul li:nth-child(n+6) {
        display: none; }

.clm_aside .btn, .clm_aside .page_ctrl a, .page_ctrl .clm_aside a,
.clm_aside .page_ctrl span,
.page_ctrl .clm_aside span {
  width: 100%; }

.clm_aside .list-feature {
  padding-left: 20px;
  margin-top: 0;
  padding: 14px 0 14px 24px;
  border: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
  .clm_aside .list-feature:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .clm_aside .list-feature dt {
    font-size: 20px;
    font-size: 2rem;
    margin: 0; }
    .clm_aside .list-feature dt .num {
      font-size: 20px;
      font-size: 2rem;
      top: 18px;
      color: #e84955;
      font-weight: 500;
      margin-right: 20px;
      -webkit-text-stroke-width: 0; }
  .clm_aside .list-feature dd {
    font-size: 13px;
    font-size: 1.3rem; }

.term_list > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .term_list > li:after {
    cursor: pointer;
    height: 45px; }
  .term_list > li a {
    width: 80%;
    display: inline-block;
    padding: 10px 5px 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none; }
    .term_list > li a:hover {
      opacity: 0.5; }
  .term_list > li ul {
    display: none;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 10px 0; }
    .term_list > li ul li {
      padding: 3px 0; }
      .term_list > li ul li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 4px 5px 20px; }

.term_list li.none-child {
  cursor: auto; }
  .term_list li.none-child:after, .term_list .none-child.btn-arrow_clr-bk:after, .term_list .none-child.btn-arrow_clr-gr:after {
    display: none; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  .nav_wrapper .gNav > ul > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: 0; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  .nav_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    float: none;
    display: none;
    padding-top: 0;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
    border: 5px solid #e84955;
    background: #fff url(../img/bg/dot.png);
    background-size: auto;
    background-size: 10px; }
    .nav_wrapper .gNav {
      padding-top: 60px;
      margin-bottom: 0; }
      .nav_wrapper .gNav > ul > .megamenuTrigger:after {
        content: "";
        width: 20%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../img/arrow/pull_red.png);
        background-size: 14px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
      .nav_wrapper .gNav ul {
        display: block; }
        .nav_wrapper .gNav ul li {
          width: 100% !important;
          position: relative;
          border: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
          .nav_wrapper .gNav ul li:first-child {
            border-left: 0; }
          .nav_wrapper .gNav ul li a {
            display: block;
            height: auto;
            width: 80% !important;
            margin-right: auto;
            margin-left: auto;
            padding: 18px 10px;
            text-align: left !important; }
        .nav_wrapper .gNav ul .megamenu {
          font-size: 15px;
          font-size: 1.5rem;
          display: none;
          position: relative;
          padding: 0; }
          .nav_wrapper .gNav ul .megamenu .w_non-liquid, .nav_wrapper .gNav ul .megamenu header .inner, header .nav_wrapper .gNav ul .megamenu .inner {
            background: none;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4); }
            .nav_wrapper .gNav ul .megamenu .w_non-liquid h2, .nav_wrapper .gNav ul .megamenu header .inner h2, header .nav_wrapper .gNav ul .megamenu .inner h2 {
              display: none; }
            .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner, .nav_wrapper .gNav ul .megamenu header .inner .inner, header .nav_wrapper .gNav ul .megamenu .inner .inner {
              padding: 0 20px; }
              .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner ul, .nav_wrapper .gNav ul .megamenu header .inner .inner ul, header .nav_wrapper .gNav ul .megamenu .inner .inner ul {
                border-top: 1px dotted rgba(0, 0, 0, 0.2);
                padding: 10px;
                width: 100%; }
                .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner ul li, .nav_wrapper .gNav ul .megamenu header .inner .inner ul li, header .nav_wrapper .gNav ul .megamenu .inner .inner ul li {
                  border: 0;
                  padding: 8px 20px; }
                  .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner ul li a, .nav_wrapper .gNav ul .megamenu header .inner .inner ul li a, header .nav_wrapper .gNav ul .megamenu .inner .inner ul li a {
                    text-align: left;
                    padding-top: 0;
                    padding-bottom: 0;
                    display: inline; }
        .nav_wrapper .gNav ul .megamenuTrigger:hover > .megamenu {
          display: none; }
    .nav_wrapper .subnav {
      font-size: 15px;
      font-size: 1.5rem;
      display: block; }
      .nav_wrapper .subnav ul li {
        width: 100% !important;
        position: relative;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .nav_wrapper .subnav ul li a {
          display: block;
          color: #333;
          font-weight: bold;
          height: auto;
          width: 80%;
          margin-right: auto;
          margin-left: auto;
          padding: 18px 10px;
          text-align: left; } }

/* ============================
	footer
============================ */
.linecoupon {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 100px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #efefef;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  z-index: 1000; }
  .linecoupon img {
    float: left;
    width: 230px;
    height: auto;
    margin-right: 14px; }
  .linecoupon div {
    width: 500px; }
    .linecoupon div .ttl, .linecoupon div #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in .linecoupon div h5, .linecoupon div #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in .linecoupon div h4, .linecoupon div #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in .linecoupon div h3, .linecoupon div #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .linecoupon div h2, .linecoupon div #fixed_page .clm_main .fixed_page_in h1, #fixed_page .clm_main .fixed_page_in .linecoupon div h1 {
      margin-bottom: 8px;
      font-size: 20px;
      font-size: 2rem; }
    .linecoupon div .note, .linecoupon div .list_genre p a, .list_genre p .linecoupon div a, .linecoupon div .list_genre p, .list_genre .linecoupon div p, .linecoupon div footer small.copyright, footer .linecoupon div small.copyright {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 6px 0; }
    .linecoupon div .percentage {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      color: #e84955;
      margin: 0;
      line-height: 1; }

footer {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  padding-bottom: 120px; }
  footer .btn_toelsepage {
    margin-bottom: 80px; }
  footer .estimate_mini {
    padding: 30px;
    background: #c7deff; }
    footer .estimate_mini .ttl_huge-long {
      margin: 10px 0 20px 0;
      padding: 0 50px; }
      footer .estimate_mini .ttl_huge-long:before, footer .estimate_mini .ttl_huge-long:after {
        width: 20%; }
    footer .estimate_mini .estimate-how {
      margin-top: 20px;
      box-shadow: none; }
    footer .estimate_mini .estimate-how_mail .inner,
    footer .estimate_mini .estimate-how_line .inner {
      background-position: right 5% bottom -20px;
      background-size: 40%; }
    footer .estimate_mini .estimate-how_mail p,
    footer .estimate_mini .estimate-how_line p {
      font-size: 16px;
      font-size: 1.6rem;
      margin-left: 44px; }
    footer .estimate_mini .estimate-how_line .inner {
      background-image: url("../img/else/woman_line.png"); }
  footer .clm_area {
    margin-bottom: 50px; }
    footer .clm_area img {
      width: 200px;
      margin-left: 20px;
      float: right; }
    footer .clm_area .list_area dt {
      font-weight: bold;
      margin-bottom: 8px; }
    footer .clm_area .list_area dd {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px; }
  footer .ttl_tiny {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem; }
    footer .ttl_tiny small {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal; }
  footer .sitemap {
    margin-top: 80px;
    background: #333;
    padding: 70px 0; }
    footer .sitemap .list_links {
      margin-top: 40px; }
      footer .sitemap .list_links dl {
        display: flex;
        color: #fff;
        margin: 20px 0;
        font-size: 14px;
        font-size: 1.4rem; }
        footer .sitemap .list_links dl dt {
          width: 17%;
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          padding-right: 30px; }
        footer .sitemap .list_links dl dd {
          width: 83%;
          padding-left: 30px;
          line-height: 2; }
          footer .sitemap .list_links dl dd a {
            color: rgba(255, 255, 255, 0.8);
            padding: 0 24px 0 0;
            white-space: nowrap;
            letter-spacing: 0; }
            footer .sitemap .list_links dl dd a:hover {
              opacity: 0.5; }
    footer .sitemap .list_sitemap-customers li {
      display: inline-block; }
  footer .logo_sns {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
    footer .logo_sns .logo img {
      display: block;
      width: 240px;
      margin-bottom: 10px; }
    footer .logo_sns .sns {
      float: right; }
  footer small.copyright {
    float: right;
    display: block;
    text-align: right; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  footer .estimate_mini .ttl_huge-long {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 20px 0;
    padding: 0 20px; }
    footer .estimate_mini .ttl_huge-long:before, footer .estimate_mini .ttl_huge-long:after {
      width: 14%; }
  footer .ttl_ribon {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 0px; }
    footer .ttl_ribon span {
      height: 30px;
      /*リボンの高さ*/
      line-height: 30px;
      /*リボンの高さ*/
      padding: 0 10px;
      /*横の大きさ*/ }
      footer .ttl_ribon span:before {
        border-width: 15px 0px 15px 10px; }
      footer .ttl_ribon span:after {
        border-width: 15px 10px 15px 0px; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  footer {
    padding-top: 10px;
    padding-bottom: 20px; }
    footer .btn_toelsepage {
      margin-bottom: 0; }
    footer .estimate_mini {
      padding: 20px; }
      footer .estimate_mini .ttl_huge-long {
        margin: 10px 0 20px 0;
        padding: 0 20px; }
        footer .estimate_mini .ttl_huge-long:before, footer .estimate_mini .ttl_huge-long:after {
          width: 10%; }
      footer .estimate_mini .estimate-how_mail .inner,
      footer .estimate_mini .estimate-how_line .inner {
        background-position: right 5% bottom 50%;
        background-size: 46%; }
      footer .estimate_mini .estimate-how_mail p,
      footer .estimate_mini .estimate-how_line p {
        font-size: 13px;
        font-size: 1.3rem;
        margin-left: 0; }
    footer .clm_area img {
      width: 120px; }
    footer .ttl_tiny {
      font-size: 16px;
      font-size: 1.6rem; }
      footer .ttl_tiny small {
        font-size: 12px;
        font-size: 1.2rem; }
    footer .sitemap {
      margin-top: 40px;
      padding: 20px 0; }
      footer .sitemap .list_links {
        margin-top: 10px; }
        footer .sitemap .list_links dl {
          display: block; }
          footer .sitemap .list_links dl dt {
            width: 100%;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding-right: 30px;
            padding-bottom: 4px;
            margin-bottom: 10px; }
          footer .sitemap .list_links dl dd {
            width: 100%;
            padding-left: 0; }
    footer .logo_sns .logo img {
      margin-right: 20px; }
    footer .logo_sns .logo strong {
      font-size: 18px;
      font-size: 1.8rem; }
      footer .logo_sns .logo strong span {
        font-size: 12px;
        font-size: 1.2rem; }
    footer .logo_sns .sns img {
      width: 40px;
      height: auto; }
    footer small.copyright {
      padding-top: 30px;
      float: none;
      text-align: center; }
  .linecoupon {
    bottom: 60px;
    right: 0;
    width: 94%;
    margin: 0 3%;
    padding: 10px; }
    .linecoupon img {
      width: 150px;
      height: auto; }
    .linecoupon div {
      width: 100%;
      height: 100%; }
      .linecoupon div .ttl, .linecoupon div #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in .linecoupon div h5, .linecoupon div #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in .linecoupon div h4, .linecoupon div #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in .linecoupon div h3, .linecoupon div #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .linecoupon div h2, .linecoupon div #fixed_page .clm_main .fixed_page_in h1, #fixed_page .clm_main .fixed_page_in .linecoupon div h1 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4px; }
        .linecoupon div .ttl br, .linecoupon div #fixed_page .clm_main .fixed_page_in h5 br, #fixed_page .clm_main .fixed_page_in .linecoupon div h5 br, .linecoupon div #fixed_page .clm_main .fixed_page_in h4 br, #fixed_page .clm_main .fixed_page_in .linecoupon div h4 br, .linecoupon div #fixed_page .clm_main .fixed_page_in h3 br, #fixed_page .clm_main .fixed_page_in .linecoupon div h3 br, .linecoupon div #fixed_page .clm_main .fixed_page_in h2 br, #fixed_page .clm_main .fixed_page_in .linecoupon div h2 br, .linecoupon div #fixed_page .clm_main .fixed_page_in h1 br, #fixed_page .clm_main .fixed_page_in .linecoupon div h1 br {
          display: none; }
      .linecoupon div .note, .linecoupon div .list_genre p a, .list_genre p .linecoupon div a, .linecoupon div .list_genre p, .list_genre .linecoupon div p, .linecoupon div footer small.copyright, footer .linecoupon div small.copyright {
        margin: 5px 0;
        font-size: 12px;
        font-size: 1.2rem; }
      .linecoupon div .percentage {
        font-size: 20px;
        font-size: 2rem; }
        .linecoupon div .percentage strong {
          font-size: 30px;
          font-size: 3rem; } }

/* ============================
	form input
============================ */
input,
select,
textarea {
  letter-spacing: 1px; }

[type=text],
[type=password],
[type=email],
[type=tel],
[type=url],
[type=month],
[type=week],
[type=date],
[type=time],
[type=datetime],
[type=search],
[type=color],
textarea {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  padding: 10px;
  border-radius: 5px; }
  [type=text]:placeholder-shown,
  [type=password]:placeholder-shown,
  [type=email]:placeholder-shown,
  [type=tel]:placeholder-shown,
  [type=url]:placeholder-shown,
  [type=month]:placeholder-shown,
  [type=week]:placeholder-shown,
  [type=date]:placeholder-shown,
  [type=time]:placeholder-shown,
  [type=datetime]:placeholder-shown,
  [type=search]:placeholder-shown,
  [type=color]:placeholder-shown,
  textarea:placeholder-shown {
    color: #ccc; }
  [type=text]::-webkit-input-placeholder,
  [type=password]::-webkit-input-placeholder,
  [type=email]::-webkit-input-placeholder,
  [type=tel]::-webkit-input-placeholder,
  [type=url]::-webkit-input-placeholder,
  [type=month]::-webkit-input-placeholder,
  [type=week]::-webkit-input-placeholder,
  [type=date]::-webkit-input-placeholder,
  [type=time]::-webkit-input-placeholder,
  [type=datetime]::-webkit-input-placeholder,
  [type=search]::-webkit-input-placeholder,
  [type=color]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  [type=text]:-moz-placeholder,
  [type=password]:-moz-placeholder,
  [type=email]:-moz-placeholder,
  [type=tel]:-moz-placeholder,
  [type=url]:-moz-placeholder,
  [type=month]:-moz-placeholder,
  [type=week]:-moz-placeholder,
  [type=date]:-moz-placeholder,
  [type=time]:-moz-placeholder,
  [type=datetime]:-moz-placeholder,
  [type=search]:-moz-placeholder,
  [type=color]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  [type=text]::-moz-placeholder,
  [type=password]::-moz-placeholder,
  [type=email]::-moz-placeholder,
  [type=tel]::-moz-placeholder,
  [type=url]::-moz-placeholder,
  [type=month]::-moz-placeholder,
  [type=week]::-moz-placeholder,
  [type=date]::-moz-placeholder,
  [type=time]::-moz-placeholder,
  [type=datetime]::-moz-placeholder,
  [type=search]::-moz-placeholder,
  [type=color]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  [type=text]:-ms-input-placeholder,
  [type=password]:-ms-input-placeholder,
  [type=email]:-ms-input-placeholder,
  [type=tel]:-ms-input-placeholder,
  [type=url]:-ms-input-placeholder,
  [type=month]:-ms-input-placeholder,
  [type=week]:-ms-input-placeholder,
  [type=date]:-ms-input-placeholder,
  [type=time]:-ms-input-placeholder,
  [type=datetime]:-ms-input-placeholder,
  [type=search]:-ms-input-placeholder,
  [type=color]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc; }
  [type=text]:focus,
  [type=password]:focus,
  [type=email]:focus,
  [type=tel]:focus,
  [type=url]:focus,
  [type=month]:focus,
  [type=week]:focus,
  [type=date]:focus,
  [type=time]:focus,
  [type=datetime]:focus,
  [type=search]:focus,
  [type=color]:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1); }
  .form-req[type=text],
  .form-req[type=password],
  .form-req[type=email],
  .form-req[type=tel],
  .form-req[type=url],
  .form-req[type=month],
  .form-req[type=week],
  .form-req[type=date],
  .form-req[type=time],
  .form-req[type=datetime],
  .form-req[type=search],
  .form-req[type=color],
  textarea.form-req {
    border-color: #d31f2c; }

select {
  padding: 2px; }

[type=radio],
[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle; }

label {
  margin-right: 10px; }

input.btn {
  line-height: 1.8; }

textarea {
  height: 6em;
  white-space: wrap; }

/* ========================================
	tbl_form
======================================== */
.tbl_form {
  margin-top: 30px;
  padding: 40px 0; }
  .tbl_form table {
    width: 70%;
    margin: 0 auto; }

.tbl_form th,
.tbl_form td {
  letter-spacing: 0;
  font-weight: normal;
  padding: 10px 24px; }

.tbl_form th {
  vertical-align: top;
  text-align: left;
  width: 30%;
  padding-top: 16px; }

.tbl_form td {
  line-height: 2.4; }

.select_item {
  margin-bottom: 10px; }

/* ========================================
	誰が書いた？
======================================== */
/* form style追加・修正
====================================*/
form dl {
  margin-bottom: 2rem; }
  form dl dt {
    font-weight: bold;
    margin-bottom: .8rem; }
    form dl dt span {
      color: #FFF;
      font-size: 12px;
      font-weight: normal;
      background: #4C3091;
      display: inline-block;
      margin-left: 1rem;
      padding: 0 .7rem;
      border-radius: 3px; }
  form dl dd {
    margin: 0;
    font-size: 1.6rem; }

form label {
  margin: 0; }

input, button, textarea, select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  outline: none;
  border: 1px solid #ddd;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .9rem 1rem;
  line-height: 2;
  width: 100%; }

::placeholder {
  font-size: 15px; }

select {
  padding: 1rem;
  font-size: 16px;
  height: 40px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #4C3091; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s; }

.mw_wp_form form .error {
  font-size: 14px;
  font-weight: bold; }

.cp_ipselect {
  overflow: hidden;
  text-align: center; }

.mw_wp_form_confirm .cp_ipselect {
  text-align: left; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select option {
  line-height: 1; }

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

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: #fff; }

.mw_wp_form_confirm .cp_ipselect.cp_sl01 {
  position: relative;
  border: none;
  border-radius: 0;
  background: #fff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.mw_wp_form_confirm .cp_ipselect.cp_sl01::before {
  display: none; }

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #333;
  line-height: 1; }

.mw-wp-form_image img {
  max-width: 100%; }

form .btnarea .btn, form .btnarea .page_ctrl a, .page_ctrl form .btnarea a,
form .btnarea .page_ctrl span,
.page_ctrl form .btnarea span {
  margin-bottom: 2rem; }

@media (max-width: 599px) {
  form dt {
    font-size: 16px; } }

/*	tablet
======================================== */
@media (max-width: 959px) {
  /* ========================================
		tbl_form
	======================================== */
  .tbl_form table {
    width: 100%; }
    .tbl_form table td {
      padding: 0 0 10px 0; }
    .tbl_form table th {
      padding: 10px 0;
      font-weight: bold;
      background: none; } }

/*	smartPhone
======================================== */
/* ============================
	prom
============================ */
.prom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px; }
  .prom .none-pc {
    display: none; }
  .prom .only-pc {
    display: block; }
  .prom #slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0; }
    .prom #slider .slide-item img {
      width: 100%; }

.clm_feature {
  margin-bottom: 10px; }
  .clm_feature .box_feature .wrap_feature {
    text-align: center;
    margin-bottom: 10px;
    background: #ffe000; }
    .clm_feature .box_feature .wrap_feature .ttl_ico {
      margin: 0;
      padding: 24px 20px;
      background: url(../img/bg/diagonal_yellow.png);
      background-size: 60px; }
      .clm_feature .box_feature .wrap_feature .ttl_ico img {
        margin: 0 auto 10px auto;
        display: block;
        width: 100px; }
    .clm_feature .box_feature .wrap_feature p {
      margin: 0;
      padding: 20px 30px;
      font-weight: bold; }

.corona {
  color: black;
  font-weight: bold;
  display: flex;
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  margin-bottom: 20px;
  padding: 10px 18px;
  background: #efefef; }
  .corona strong {
    padding: 3px 10px;
    background: white;
    background: #ffe000;
    border: 2px solid black;
    white-space: nowrap; }
  .corona p {
    margin: 0 0 0 20px; }
    .corona p em {
      color: #ff0000;
      font-style: normal; }

/* ============================
	contents
============================ */
/* ----------------------------
	トップページ
---------------------------- */
/* loopslider - 埋め込み必須CSSシステム */
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 123px;
  text-align: left;
  position: relative;
  overflow: hidden; }
  #loopslider .wrap_card_item {
    width: 100%;
    height: 123px;
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden; }
    #loopslider .wrap_card_item:after {
      content: ".";
      height: 0;
      clear: both;
      display: block;
      visibility: hidden; }
    #loopslider .wrap_card_item .card_item {
      float: left;
      overflow: hidden; }

/* /loopslider - 埋め込み必須CSSシステム ここまで */
.live_loop_items {
  padding: 10px; }
  .live_loop_items .ttl, .live_loop_items #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in .live_loop_items h5, .live_loop_items #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in .live_loop_items h4, .live_loop_items #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in .live_loop_items h3, .live_loop_items #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .live_loop_items h2, .live_loop_items #fixed_page .clm_main .fixed_page_in h1, #fixed_page .clm_main .fixed_page_in .live_loop_items h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 10px 10px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold; }
  .live_loop_items .card_item {
    width: 380px; }
    .live_loop_items .card_item .inner {
      width: 370px;
      background: white;
      padding: 10px;
      display: flex; }
    .live_loop_items .card_item .item {
      width: 40%; }
      .live_loop_items .card_item .item .trim {
        padding-bottom: 74%; }
    .live_loop_items .card_item .card_item_info {
      margin-left: 5%;
      width: 55%;
      line-height: 1.2; }
      .live_loop_items .card_item .card_item_info .others span,
      .live_loop_items .card_item .card_item_info .ourshop span {
        color: white;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 4px;
        display: inline-block;
        margin-left: 5px;
        background: #666;
        line-height: 1.4;
        position: relative;
        top: -1px; }
      .live_loop_items .card_item .card_item_info .others strong em {
        font-size: 22px;
        font-size: 2.2rem;
        color: #666;
        text-decoration: line-through;
        font-style: normal; }
      .live_loop_items .card_item .card_item_info .ourshop strong {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; }
        .live_loop_items .card_item .card_item_info .ourshop strong em {
          font-size: 32px;
          font-size: 3.2rem;
          color: #ff0000;
          font-style: normal;
          font-weight: bold; }
      .live_loop_items .card_item .card_item_info .ourshop span {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 4px 1px;
        top: -2px;
        background: #ff0000; }
      .live_loop_items .card_item .card_item_info p {
        font-size: 11px;
        font-size: 1.1rem;
        margin: 4px 0 0 0;
        font-weight: bold;
        overflow: hidden;
        width: 100%;
        height: 3em;
        line-height: 1.6; }

.sec_line-satei {
  padding: 20px 0 0; }
  .sec_line-satei .box_line-satei {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 10px solid #009f00; }
    .sec_line-satei .box_line-satei .ttl_line-satei {
      width: 363px;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0 0 0 10px; }
      .sec_line-satei .box_line-satei .ttl_line-satei img.ttl_line {
        width: 90%; }
      .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0 0 0; }
        .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per .line20per {
          margin: 0; }
          .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per .line20per img.line_app {
            width: 70px;
            margin-right: 20px; }
        .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per p {
          font-size: 24px;
          font-size: 2.4rem;
          font-weight: bold;
          line-height: 1.2;
          margin: 0; }
          .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per p span {
            font-size: 20px;
            font-size: 2rem;
            display: block; }
          .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per p strong {
            font-size: 52px;
            font-size: 5.2rem;
            color: #ff0000; }
            .sec_line-satei .box_line-satei .ttl_line-satei .wrap_line20per p strong small {
              font-size: 30px;
              font-size: 3rem; }
    .sec_line-satei .box_line-satei .line_friends {
      width: 330px;
      margin-left: 30px; }
      .sec_line-satei .box_line-satei .line_friends img {
        width: 100%; }
    .sec_line-satei .box_line-satei .line_btnarea {
      width: 340px;
      margin-left: 50px;
      padding-left: 30px;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      .sec_line-satei .box_line-satei .line_btnarea p {
        margin-top: 0; }

.sec_campaign {
  margin: 0;
  padding: 20px 0 0; }
  .sec_campaign .campaign_season img {
    width: 100%; }

.campaign_limited_beginner_top {
  padding: 24px;
  border: 10px solid #dfdfdf;
  background: url(../img/bg/dot.png);
  background-size: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .campaign_limited_beginner_top:before {
    content: "";
    display: block;
    width: 30px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../img/else/beginner.png) no-repeat center bottom;
    background-size: 100% auto; }
  .campaign_limited_beginner_top .campaign_copy {
    display: flex;
    align-items: center;
    justify-content: center; }
    .campaign_limited_beginner_top .campaign_copy h2 {
      margin: 0;
      margin-right: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 114px;
      height: 114px;
      border-radius: 57px;
      background: #e84955; }
      .campaign_limited_beginner_top .campaign_copy h2 span {
        font-size: 20px;
        font-size: 2rem;
        color: white;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.4; }
    .campaign_limited_beginner_top .campaign_copy p {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.2;
      margin: 0; }
      .campaign_limited_beginner_top .campaign_copy p span {
        font-size: 20px;
        font-size: 2rem;
        display: block; }
      .campaign_limited_beginner_top .campaign_copy p strong {
        font-size: 52px;
        font-size: 5.2rem;
        color: #ff0000; }
        .campaign_limited_beginner_top .campaign_copy p strong small {
          font-size: 24px;
          font-size: 2.4rem; }
  .campaign_limited_beginner_top .campaign_content {
    display: flex;
    text-align: left; }
    .campaign_limited_beginner_top .campaign_content ul {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0;
      padding: 0 40px;
      text-align: left; }
      .campaign_limited_beginner_top .campaign_content ul li {
        margin-bottom: 4px;
        letter-spacing: 1px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
      .campaign_limited_beginner_top .campaign_content ul li:before {
        content: "- "; }
      .campaign_limited_beginner_top .campaign_content ul strong {
        color: #ff0000; }

.campaign_limited_beginner {
  padding: 24px;
  border: 10px solid #dfdfdf;
  background: url(../img/bg/dot.png);
  background-size: 10px;
  position: relative; }
  .campaign_limited_beginner:before {
    content: "";
    display: block;
    width: 30px;
    height: 140px;
    position: absolute;
    top: 0;
    right: 40px;
    background: url(../img/else/beginner.png) no-repeat center bottom;
    background-size: 100% auto; }
  .campaign_limited_beginner h2 {
    text-align: center;
    margin: 0;
    margin-bottom: 20px; }
    .campaign_limited_beginner h2 span {
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      display: inline;
      padding: 2px 14px 2px 20px;
      letter-spacing: 5px;
      line-height: 1.8;
      background: #ffe000; }
  .campaign_limited_beginner .campaign_content {
    width: 100%;
    text-align: center; }
    .campaign_limited_beginner .campaign_content p {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1.2;
      margin: 0 0 10px 0; }
      .campaign_limited_beginner .campaign_content p span {
        font-size: 20px;
        font-size: 2rem;
        display: block; }
      .campaign_limited_beginner .campaign_content p strong {
        font-size: 52px;
        font-size: 5.2rem;
        color: #e84955; }
    .campaign_limited_beginner .campaign_content ul {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px;
      padding: 0 40px;
      text-align: left; }
      .campaign_limited_beginner .campaign_content ul li {
        margin-bottom: 4px;
        letter-spacing: 1px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
      .campaign_limited_beginner .campaign_content ul li:before {
        content: "- "; }
      .campaign_limited_beginner .campaign_content ul strong {
        color: #e84955; }

.tbl-line-dotted .row {
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }

.tbl-line-dotted .col {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  border-right: 1px dotted rgba(0, 0, 0, 0.2); }

.tbl-line-dotted_clm4 .col:nth-child(4n) {
  border-right: 0; }

.tbl-line-dotted_clm3 .col:nth-child(3n) {
  border-right: 0; }

.list_genre h3,
.list_genre h4 {
  display: table;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0;
  position: relative; }
  .list_genre h3 img,
  .list_genre h4 img {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: auto;
    margin-right: 14px; }
  .list_genre h3 a,
  .list_genre h4 a {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 100%;
    height: 40px;
    color: black;
    text-decoration: none;
    background: url(../img/arrow/bk.png) no-repeat 98% center;
    background-size: 5px; }
    .list_genre h3 a:hover,
    .list_genre h4 a:hover {
      background-position: 100% center; }

.list_genre p {
  font-size: 12px;
  font-size: 1.2rem; }
  .list_genre p a {
    text-decoration: none; }
    .list_genre p a:hover {
      opacity: 0.5;
      text-decoration: none; }

.list_genre_thin .row .col {
  padding-top: 6px;
  padding-bottom: 6px; }

.clm_main .trouble .inner {
  padding-right: 5%;
  padding-left: 5%; }

.trouble {
  margin-bottom: 40px;
  background: #e8ecf1; }
  .trouble .inner {
    padding: 20px 10% 220px 10%;
    background: url(../img/else/trouble.png) no-repeat center bottom;
    background-size: 600px; }

.comment {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 16px;
  background: #ffc25b;
  position: relative; }
  .comment:after {
    color: #ffc25b;
    content: "▼";
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    top: auto;
    bottom: -24px;
    margin-top: 0;
    right: 50%; }

.sec_result {
  height: 100%;
  position: relative;
  background: #f3f3f3;
  background-size: cover;
  overflow: hidden; }
  .sec_result .clm__result {
    display: flex;
    position: relative; }
    .sec_result .clm__result > .row {
      margin-right: 0;
      margin-left: 0; }
    .sec_result .clm__result .w-70 {
      width: 70%; }
    .sec_result .clm__result .w-30 {
      width: 30%; }
      .sec_result .clm__result .w-30 img {
        float: right;
        width: 50%; }

.sec_brandbest5 .card_item .logo_img {
  text-align: center;
  border: 1px solid #efefef; }
  .sec_brandbest5 .card_item .logo_img img.item {
    width: 50%;
    margin: 20px auto;
    border: none; }

.card_item .col {
  position: relative; }

.card_item img.item {
  border: 1px solid #efefef;
  height: auto; }

.card_item dl {
  margin-top: 10px;
  margin-bottom: 10px; }
  .card_item dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2; }
    .card_item dl dt small {
      color: rgba(0, 0, 0, 0.5); }
    .card_item dl dt h3 {
      margin-top: 30px;
      margin-bottom: 8px; }
  .card_item dl dd {
    font-size: 13px;
    font-size: 1.3rem; }
    .card_item dl dd strong {
      font-size: 15px;
      font-size: 1.5rem;
      color: #ff0000;
      display: inline-block;
      padding-top: 6px;
      font-weight: 900; }
      .card_item dl dd strong em {
        line-height: 1;
        font-size: 36px;
        font-size: 3.6rem;
        font-style: normal; }

.card_item .no1_tokaiArea {
  width: 60%;
  float: right; }

.card_item .txt_exp {
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-top: 10px; }

.card_item .price {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 4px 2px;
  background: #ffbb5b;
  margin: 0;
  display: block;
  text-align: center;
  width: 50%;
  float: left;
  border-radius: 0 0 6px 0; }
  .card_item .price em {
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal; }

.card_item .price_othershop {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 4px 2px;
  background: #cecece;
  margin: 0;
  display: block;
  text-align: center;
  width: 50%;
  float: left;
  border-radius: 0 0 0 6px; }
  .card_item .price_othershop em {
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal; }

.card_item .label {
  display: inline-block;
  width: 30%;
  line-height: 1;
  margin-right: 10%;
  margin-bottom: 4px;
  padding: 2px 0 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fafafa;
  position: relative;
  top: -4px; }

.card_item .place {
  line-height: 1.2;
  float: right;
  width: 60%;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  background: url(../img/ico/place.png) no-repeat left center;
  background-size: 12px;
  display: inline-block; }

.card_item .txt_name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4; }
  .card_item .txt_name strong {
    color: black; }

.card_item .staff_comment {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #00ae00;
  position: relative; }
  .card_item .staff_comment:before {
    width: 14px;
    height: 14px;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
    color: #00ae00;
    content: "▲";
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto; }

.card_item h4 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0; }

.card_point {
  position: relative;
  display: flex;
  align-items: center; }
  .card_point h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 0; }

.label-red {
  font-size: 32px;
  text-align: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  background: #e84955;
  line-height: 1.2;
  margin: 0 24px 0 0; }
  .label-red small {
    display: block;
    font-size: 13px; }

.staff_04 {
  position: relative;
  height: 14px; }
  .staff_04 img {
    display: block;
    position: absolute;
    right: 0;
    width: 140px; }

.sec_estimate {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  background: #c7deff url(../img/bg/estimate.jpg) no-repeat center bottom;
  background-size: 2000px 622px; }
  .sec_estimate .logo {
    text-align: center; }
    .sec_estimate .logo img {
      width: 400px;
      margin: 20px auto; }
  .sec_estimate .txt_lead {
    color: #ff0000;
    margin: 300px 0 0 0;
    padding: 10px;
    background: white; }

.estimate-how {
  background: white;
  border: 2px solid white;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .estimate-how a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none; }
    .estimate-how a:hover .btn, .estimate-how a:hover .page_ctrl a, .page_ctrl .estimate-how a:hover a,
    .estimate-how a:hover .page_ctrl span,
    .page_ctrl .estimate-how a:hover span {
      background-color: #ff0055; }
  .estimate-how .inner {
    padding: 14px;
    line-height: 1.4; }
  .estimate-how .btn, .estimate-how .page_ctrl a, .page_ctrl .estimate-how a,
  .estimate-how .page_ctrl span,
  .page_ctrl .estimate-how span {
    margin-top: auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem; }

.estimate-how_tel {
  text-align: center; }
  .estimate-how_tel .freedial {
    margin: 15px 0 12px 0; }
    .estimate-how_tel .freedial strong {
      font-size: 32px;
      font-weight: 900;
      text-align: center;
      line-height: 1.2;
      color: black;
      display: block; }

.estimate-how_mail .inner,
.estimate-how_line .inner {
  background: url("../img/else/woman_line24.png") no-repeat right bottom -10px;
  background-size: 50%; }
  .estimate-how_mail .inner h4,
  .estimate-how_line .inner h4 {
    color: #009f00;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: left;
    margin: 0; }
    .estimate-how_mail .inner h4:before,
    .estimate-how_line .inner h4:before {
      content: "";
      width: 35px;
      height: 35px;
      display: inline-block;
      border-radius: 3px;
      float: left;
      margin-right: 4px;
      padding: 6px;
      background-color: #009f00;
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/ico/line.png); }
  .estimate-how_mail .inner p,
  .estimate-how_line .inner p {
    margin: 0 0 0 10px;
    padding-top: 10px;
    font-weight: bold;
    color: black; }

.estimate-how_mail .inner {
  background-image: url("../img/else/woman_mail.png"); }
  .estimate-how_mail .inner h3,
  .estimate-how_mail .inner h4 {
    color: #3080d2; }
    .estimate-how_mail .inner h3:before,
    .estimate-how_mail .inner h4:before {
      background-color: #3080d2;
      background-image: url(../img/ico/mail.png); }

.sec_searcharea {
  padding-top: 30px;
  padding-bottom: 30px; }
  .sec_searcharea p {
    font-weight: bold;
    text-align: center;
    margin: 8px 0;
    padding: 10px 20px;
    background: #e8e8e8;
    width: 26%;
    float: left;
    position: relative; }
    .sec_searcharea p:after {
      content: "▶";
      color: #e8e8e8;
      font-size: 20px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      right: -15px; }

.searcharea {
  float: right;
  width: 68%;
  position: relative; }
  .searcharea input[type="search"] {
    border: 1px solid #d0d0d0;
    border-radius: 100px;
    padding: 14px 24px;
    width: 100%;
    -webkit-appearance: none; }
  .searcharea input[type="submit"] {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    text-indent: -9999px;
    width: 53px;
    height: 88%;
    border: 0;
    background: white url(../img/ico/search.png) no-repeat center;
    background-size: 22px;
    border-radius: 0 40px 40px 0; }
    .searcharea input[type="submit"]:hover {
      opacity: 0.5; }

.clm_bad .col img {
  width: 100%; }

.sec_ok_layout .ttl_normal-long,
.sec_grayish .ttl_normal-long {
  margin-bottom: 0; }

.sec_ok_layout .ttl_normal-long_corp,
.sec_grayish .ttl_normal-long_corp {
  margin-bottom: 0; }

.sec_ok_layout .inner,
.sec_grayish .inner {
  background: #efefef;
  padding: 40px; }
  .sec_ok_layout .inner .col,
  .sec_grayish .inner .col {
    padding-top: 0;
    padding-bottom: 0; }

.sec_ok_layout .inner {
  background: #edf2f9 !important; }

.bar_caution {
  text-align: center;
  color: white;
  margin-bottom: 30px;
  padding: 12px;
  background: #d10021 url(../img/ico/caution.png) no-repeat 20px center;
  background-size: 30px auto; }

.list_check {
  padding-left: 0; }
  .list_check li {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    padding-left: 56px;
    font-size: 28px;
    font-size: 2.8rem;
    position: relative;
    font-weight: bold; }
    .list_check li span {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      color: #e84955;
      margin-bottom: 0; }
    .list_check li:before {
      content: "";
      float: left;
      position: absolute;
      left: 0;
      top: 0px;
      width: 36px;
      height: 36px;
      display: block;
      background: url(../img/ico/check.png) no-repeat center;
      background-size: 20px;
      border: 4px solid #e84955; }
    .list_check li:last-child {
      padding-bottom: 10px;
      margin-bottom: 0;
      border-bottom: none; }

.list_feature {
  margin: 30px 0;
  padding: 0; }
  .list_feature li {
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    white-space: nowrap;
    margin: 5px 2px;
    padding: 8px 20px;
    border-radius: 30px;
    background: white;
    font-weight: bold; }

.tel_area {
  text-align: center;
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2); }
  .tel_area p {
    margin: 10px; }
  .tel_area .freedial {
    margin: 10px 0; }
    .tel_area .freedial strong {
      font-size: 32px;
      font-weight: 900;
      text-align: center;
      line-height: 1.2;
      color: black;
      display: block; }
      .tel_area .freedial strong a {
        color: black;
        text-decoration: none; }
        .tel_area .freedial strong a img {
          margin-right: 6px; }

.ttl_label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative; }
  .ttl_label .label_red {
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: white;
    margin-right: 20px;
    padding: 7px 10px;
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
    background: #e84955; }
    .ttl_label .label_red small {
      font-size: 12px;
      font-size: 1.2rem; }
  .ttl_label small {
    font-weight: normal;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px; }

.ttl_label_large {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 100px; }
  .ttl_label_large .label_red {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 16px 22px 14px 26px;
    left: 0;
    top: 0;
    padding: 16px 0 14px 0;
    width: 70px; }

.ttl_label_large-with_smalltxt .label_red {
  padding: 12px 14px 6px 14px;
  width: auto; }

.office_items_exp dt {
  font-weight: bold;
  margin-bottom: 8px; }

.office_items_exp dd {
  margin: 0;
  margin-bottom: 20px; }

.sec_reason h3 {
  position: relative; }

.youtube {
  content: "";
  display: block;
  margin: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.box-caution {
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
  padding: 15px 20px;
  background: url(../img/bg/pt_yellow.png);
  background-size: 30%; }
  .box-caution p {
    margin: 0; }

.clm_main .clm_img-txt .card_img-txt {
  background: #edf2f9; }

.clm_img-txt .card_img-txt {
  background: white; }
  .clm_img-txt .card_img-txt img {
    display: block; }
  .clm_img-txt .card_img-txt .inner {
    padding: 30px 20px 20px 20px; }
    .clm_img-txt .card_img-txt .inner dt {
      display: block;
      text-align: center; }
      .clm_img-txt .card_img-txt .inner dt span {
        line-height: 1.4;
        padding-bottom: 4px;
        display: inline-block;
        border-bottom: 2px solid #e84955; }
    .clm_img-txt .card_img-txt .inner dd {
      text-align: center;
      color: #336ab0;
      font-weight: bold;
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 20px;
      margin-bottom: 20px; }
    .clm_img-txt .card_img-txt .inner p.note {
      margin: 0; }

.tobidashi {
  font-size: 50px;
  font-size: 5rem;
  margin: -20px 0 30px 0;
  line-height: 1;
  color: #e84955; }
  .tobidashi:before, .tobidashi:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 30px;
    margin: 0 10px;
    background: url(../img/else/slash.png) no-repeat;
    background-size: 20px 30px; }
  .tobidashi:before {
    transform: scale(-1, 1); }

.tobidashi_mini {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0;
  color: black; }
  .tobidashi_mini:before, .tobidashi_mini:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    margin: 0 6px;
    background: url(../img/else/slash.png) no-repeat;
    background-size: 8px 10px; }
  .tobidashi_mini:before {
    transform: scale(-1, 1); }

.home .sec_voice .voice {
  /* Prevent vertical gaps */
  column-count: 2;
  column-gap: 0px; }
  .home .sec_voice .voice li {
    /* Prevent vertical gaps */
    width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important; }

.sec_voice {
  background: #f3f3f3; }
  .sec_voice .voice li {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: table;
    width: 80%;
    margin-right: 10% !important;
    margin-left: 10% !important;
    margin-bottom: 40px;
    text-align: left;
    padding: 20px;
    border-radius: 20px;
    background: white;
    position: relative; }
    .sec_voice .voice li > div {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      width: 82%;
      padding: 20px 20px 30px 0;
      font-size: 13px;
      font-size: 1.3rem; }
    .sec_voice .voice li img {
      margin: 20px;
      display: table-cell;
      vertical-align: middle;
      width: 70px;
      height: 70px;
      border-radius: 100%; }
    .sec_voice .voice li:after {
      content: "";
      display: block;
      width: 35px;
      height: 24px;
      position: absolute;
      right: 40px;
      bottom: -22px;
      background: url(../img/else/fukidashi.png);
      background-size: 35px 24px; }

.archive_voice.sec_voice {
  padding-top: 20px;
  padding-bottom: 20px; }
  .archive_voice.sec_voice .voice li {
    width: 100%; }

.sec_tvprograms {
  background: #3a3a3a; }
  .sec_tvprograms * {
    color: white; }

.sec_list-feature {
  padding-bottom: 20%;
  background: url(../img/else/staff_05.png) no-repeat center bottom;
  background-size: 20%;
  position: relative; }
  .sec_list-feature .bg_staff {
    position: relative; }

.list-feature_none-border {
  border-top: none !important; }

.list-feature {
  position: relative;
  padding-left: 50px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.2); }
  .list-feature:last-child {
    margin-bottom: 80px;
    padding-bottom: 28px; }
  .list-feature dt {
    font-size: 22px;
    font-size: 2.2rem;
    color: #336ab0;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0; }
    .list-feature dt .num {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1;
      position: absolute;
      top: 28px;
      left: 0;
      color: transparent;
      font-weight: 500;
      margin-right: 20px;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #336ab0; }

.clm_how3 .card_how3 {
  background: #efefef; }
  .clm_how3 .card_how3 .header {
    display: flex;
    color: white;
    background: #262626;
    font-weight: bold;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */ }
    .clm_how3 .card_how3 .header .label-red {
      position: relative;
      margin: 0;
      padding-left: 14px;
      padding-right: 14px;
      font-weight: normal; }
    .clm_how3 .card_how3 .header p.txt_catch {
      line-height: 1.4;
      font-size: 18px;
      font-size: 1.8rem;
      margin: 10px 10px 10px 20px;
      vertical-align: middle; }
  .clm_how3 .card_how3 .card_how3_flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .clm_how3 .card_how3 .box_youtube {
    width: 100%;
    padding: 30px; }
  .clm_how3 .card_how3 .box {
    width: 100%; }
    .clm_how3 .card_how3 .box h3 {
      font-size: 66px;
      font-size: 6.6rem;
      color: #e84955;
      line-height: 1;
      margin: 20px 0;
      text-align: center; }
    .clm_how3 .card_how3 .box p {
      text-align: center; }
      .clm_how3 .card_how3 .box p strong {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 20px 0;
        line-height: 1.4; }
    .clm_how3 .card_how3 .box p {
      margin-bottom: 0; }
    .clm_how3 .card_how3 .box .inner {
      padding: 16px 20px; }
      .clm_how3 .card_how3 .box .inner li {
        margin: 6px 0; }

/* 【ページ】category
====================================*/
.sec_searcharea_mini {
  text-align: right; }
  .sec_searcharea_mini .searcharea {
    width: 36%;
    margin: 0;
    float: right; }
    .sec_searcharea_mini .searcharea input[type="search"] {
      font-size: 14px;
      font-size: 1.4rem; }

.box_border {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.ico_mark {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  border-radius: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 84px;
  height: 84px;
  padding: 20px;
  background: white; }
  .ico_mark img {
    width: 28px;
    display: block;
    margin: 0 auto 4px auto; }
  .ico_mark.ico_mark_gold {
    color: #e68c00; }
  .ico_mark.ico_mark_silver {
    color: #808096; }
  .ico_mark.ico_mark_copper {
    color: #ca6a31; }
  .ico_mark.ico_mark_gray {
    color: #535353; }

.ico_mark_mini {
  font-size: 12px;
  font-size: 1.2rem;
  width: 54px;
  height: 54px;
  padding: 10px; }
  .ico_mark_mini img {
    width: 20px;
    margin-bottom: 0; }

.estimate_big {
  padding: 10px 30px;
  background: #c7deff; }
  .estimate_big .ttl_huge-long {
    margin: 0 0 16px 0;
    padding: 0 50px; }
    .estimate_big .ttl_huge-long:before, .estimate_big .ttl_huge-long:after {
      width: 10%; }
  .estimate_big .freedial {
    margin: 5px 0; }
  .estimate_big .estimate-how {
    box-shadow: none; }
    .estimate_big .estimate-how a {
      display: block;
      color: black;
      text-decoration: none; }
  .estimate_big .estimate-how_tel {
    margin-top: 20px;
    padding: 10px; }
  .estimate_big .estimate-how_mail a,
  .estimate_big .estimate-how_line a {
    position: relative; }
    .estimate_big .estimate-how_mail a:after,
    .estimate_big .estimate-how_line a:after {
      content: "";
      width: 30px;
      height: 30px;
      border-radius: 100%;
      position: absolute;
      top: 40%;
      right: 5%;
      background: #3b91dc url(../img/arrow/wt.png) no-repeat center;
      background-size: 8px; }
  .estimate_big .estimate-how_mail .inner,
  .estimate_big .estimate-how_line .inner {
    background-position: right 5% bottom -20px;
    background-size: 50%; }
  .estimate_big .estimate-how_mail p,
  .estimate_big .estimate-how_line p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 20px; }
  .estimate_big .estimate-how_line {
    margin-top: 20px; }
    .estimate_big .estimate-how_line a:after {
      background-color: #00ac00; }
    .estimate_big .estimate-how_line .inner {
      background-image: url("../img/else/woman_line.png"); }

.sec_point {
  margin-bottom: 80px;
  background: #f1f1f1 url(../img/bg/sec_point.jpg) no-repeat top right;
  background-size: 400px auto; }
  .sec_point .point_lead {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2; }
    .sec_point .point_lead img {
      width: 12%;
      margin-right: 8%;
      height: auto; }

.sec_voice_mini {
  background: none; }
  .sec_voice_mini .inner {
    padding: 60px 30px 30px 30px;
    background: #f3f3f3;
    background-size: 50px; }
  .sec_voice_mini .voice li {
    float: none;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%; }
    .sec_voice_mini .voice li:nth-child(even) {
      top: 0; }

.sec_list-qa .ttl_large, .sec_list-qa #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .sec_list-qa h2 {
  margin: 0; }

.sec_list-qa .list-feature:first-of-type {
  border-top: none;
  margin-top: 0; }

.clm_how3_mini .card_how3 .header .label-red {
  padding-top: 10px; }

.clm_how3_mini .card_how3 .header p.txt_catch {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 8px 8px 8px 18px; }

.clm_how3_mini .card_how3 .box h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 20px 0 24px 0; }

.clm_how3_mini .card_how3 .box h4 {
  margin: 20px 0; }
  .clm_how3_mini .card_how3 .box h4 span {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem; }

.clm_how3_mini .card_how3 .box .inner {
  padding: 10px 20px; }
  .clm_how3_mini .card_how3 .box .inner p {
    text-align: left; }

.content_column img {
  width: 80%;
  height: auto;
  margin: 20 auto !important; }

.box_lightblue {
  padding: 10px 30px; }

.talk li {
  float: right;
  color: white;
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 86%;
  margin-bottom: 30px;
  text-align: left;
  padding: 24px;
  border-radius: 10px;
  background: #e84955;
  position: relative; }
  .talk li:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: 28px;
    background: url(../img/else/fukidashi_red.png);
    background-size: 20px 20px; }

.talk li.reply {
  float: left;
  color: black;
  background: #d3d6e1; }
  .talk li.reply:after, .talk .reply.btn-arrow_clr-bk:after, .talk .reply.btn-arrow_clr-gr:after {
    left: 100%;
    top: 28px;
    background: url(../img/else/fukidashi_reply.png);
    background-size: 20px 20px; }

/* 【ページ】column
====================================*/
.list_img-txt {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .list_img-txt .list_img {
    width: 30%;
    margin-right: 40px; }
    .list_img-txt .list_img img {
      width: 100%;
      height: auto; }
  .list_img-txt .list_txt {
    width: 70%;
    font-size: 14px;
    font-size: 1.4rem; }
    .list_img-txt .list_txt .ttl_normal {
      margin-bottom: 20px; }
    .list_img-txt .list_txt p:last-child {
      margin-bottom: 0; }

.meta_data img {
  width: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 6px;
  margin-bottom: 6px; }

.bg_image-opacity {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  display: block; }

#share {
  width: 100%;
  margin-top: 20px;
  clear: both; }
  #share ul {
    padding: 0 !important;
    background: none !important;
    height: auto; }
  #share li {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 84px;
    margin-left: 0 !important;
    margin-right: 1%;
    margin-bottom: 8px;
    border-radius: 3px;
    list-style: none;
    text-indent: 0 !important; }
    #share li:before {
      display: none !important; }
  #share .share-twitter {
    background: #55acee;
    box-shadow: 0 2px #2795e9; }
  #share .share-twitter:hover {
    background: #83c3f3; }
  #share .share-facebook {
    background: #3b5998;
    box-shadow: 0 2px #2d4373; }
  #share .share-facebook:hover {
    background: #4c70ba; }
  #share .share-google {
    background: #dd4b39;
    box-shadow: 0 2px #c23321; }
  #share .share-google:hover {
    background: #e47365; }
  #share .share-hatena {
    background: #2c6ebd;
    box-shadow: 0 2px #225694; }
  #share .share-hatena:hover {
    background: #4888d4; }
  #share .share-pocket {
    background: #f13d53;
    box-shadow: 0 2px #e6152f; }
  #share .share-pocket:hover {
    background: #f26f7f; }
  #share .share-line {
    background: #00C300;
    box-shadow: 0 2px #009d00; }
  #share .share-line:hover {
    background: #2bd92b; }
  #share a {
    display: block;
    height: 27px;
    padding-top: 4px;
    color: #ffffff;
    text-decoration: none; }
  #share a:hover {
    text-decoration: none;
    color: #ffffff; }

.btn_nextprev {
  display: flex; }
  .btn_nextprev a {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: black;
    background: none;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    text-align: left; }
    .btn_nextprev a:hover {
      background: #efefef;
      color: black; }
    .btn_nextprev a:after {
      width: 10%; }
    .btn_nextprev a:first-child {
      margin-right: -1px; }

/* 【ページ】record
====================================*/
.meta_data.card_item dl {
  margin: 0; }
  .meta_data.card_item dl .label {
    width: 100px;
    float: left;
    top: 0;
    margin-right: 20px; }
  .meta_data.card_item dl .place {
    float: left;
    width: 200px; }

.meta_data.card_item ul {
  margin-left: 10px;
  padding: 0 !important;
  background: none !important; }

/* 【ページ】sitemap
====================================*/
.sitemap_layout ul {
  padding: 0; }
  .sitemap_layout ul li {
    margin: 0;
    padding: 5px 0 5px 4px;
    border-top: 1px dotted rgba(0, 0, 0, 0.2); }
    .sitemap_layout ul li a {
      text-decoration: none;
      padding-left: 10px; }
    .sitemap_layout ul li ul {
      padding-top: 5px;
      padding-bottom: 15px;
      padding-left: 30px; }
      .sitemap_layout ul li ul li:last-child {
        padding-bottom: 0; }
      .sitemap_layout ul li ul li:before {
        content: "└"; }
      .sitemap_layout ul li ul li.child {
        margin-left: 30px; }

.gsc-adBlock {
  display: none !important; }

.gsc-resultsHeader {
  border: none !important; }

.bellows .bellows-nav .bellows-subtoggle {
  width: 30px !important; }

.bellows {
  margin-top: 0 !important; }
  .bellows li a {
    padding: 12px 30px 12px 16px !important; }
    .bellows li a span i {
      font-size: 10px;
      color: #999; }
  .bellows li ul li {
    border-bottom: none !important; }
    .bellows li ul li a {
      padding: 0 0 10px 32px !important; }

/* 【ページ】first
====================================*/
.human-kaiketsu dl {
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px; }
  .human-kaiketsu dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    color: white;
    display: inline-block;
    padding: 0px 14px;
    background: #e84955;
    position: absolute; }
  .human-kaiketsu dl dd {
    font-size: 20px;
    font-size: 2rem;
    color: #e84955;
    padding-left: 50px; }

.human-kaiketsu .kaiketsu dt {
  background: #336ab0; }

.human-kaiketsu .kaiketsu dd {
  color: #336ab0; }

/* 【ページ】出張買取の流れ
====================================*/
.clm_point {
  display: flex;
  align-content: center;
  justify-content: space-between; }
  .clm_point div {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background: #ffe000;
    border-right: 1px dotted white; }
    .clm_point div:last-child {
      border-right: none; }
    .clm_point div strong {
      font-size: 26px;
      font-size: 2.6rem;
      display: block;
      padding-top: 6px;
      line-height: 1.2; }
      .clm_point div strong small {
        font-size: 16px;
        font-size: 1.6rem; }

.clm_img_list {
  display: flex;
  align-content: center;
  justify-content: space-between; }
  .clm_img_list ul {
    width: 100%; }

/*	tablet
======================================== */
@media (max-width: 959px) {
  /* ============================
		prom
	============================ */
  .prom .none-pc {
    display: block; }
  .prom .only-pc {
    display: none; }
  .ico_mark,
  .ico_mark_mini {
    top: 20px;
    left: 20px;
    font-size: 10px;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    padding: 8px; }
    .ico_mark img,
    .ico_mark_mini img {
      width: 12px;
      margin: 0 auto; }
  .list_genre .col:nth-child(2n) {
    border-right: none; }
  .list_genre h3,
  .list_genre h4 {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center; }
    .list_genre h3 img,
    .list_genre h4 img {
      width: 24%;
      margin: 0 auto; }
    .list_genre h3 a,
    .list_genre h4 a {
      display: block;
      height: auto;
      margin: 10px 0 0 0;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: left;
      font-weight: normal; }
  .list_genre p {
    margin: 0;
    font-size: 10px;
    font-size: 1rem; }
  .list_genre_thin h4 img {
    display: none; }
  .sec_line-satei .box_line-satei {
    align-items: center; }
    .sec_line-satei .box_line-satei .ttl_line-satei {
      width: 50%; }
      .sec_line-satei .box_line-satei .ttl_line-satei img.ttl_line {
        width: 100%; }
    .sec_line-satei .box_line-satei .line_friends {
      display: none; }
    .sec_line-satei .box_line-satei .line_btnarea {
      width: 50%;
      margin-left: 30px;
      padding-left: 30px; }
  .sec_campaign {
    padding: 20px 0 0; }
  .campaign_limited_beginner_top {
    text-align: center;
    padding: 20px;
    display: block; }
    .campaign_limited_beginner_top:before {
      width: 26px;
      height: 100px;
      right: 20px; }
    .campaign_limited_beginner_top .campaign_copy {
      margin-bottom: 20px; }
      .campaign_limited_beginner_top .campaign_copy h2 {
        margin: 0 10px 0 0;
        padding: 10px 14px;
        width: auto;
        height: auto; }
        .campaign_limited_beginner_top .campaign_copy h2 span {
          font-size: 16px;
          font-size: 1.6rem;
          white-space: nowrap; }
      .campaign_limited_beginner_top .campaign_copy p {
        text-align: left;
        line-height: 1.4;
        font-size: 18px;
        font-size: 1.8rem; }
        .campaign_limited_beginner_top .campaign_copy p span {
          display: inline; }
        .campaign_limited_beginner_top .campaign_copy p strong {
          font-size: 26px;
          font-size: 2.6rem; }
    .campaign_limited_beginner_top .campaign_content {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      .campaign_limited_beginner_top .campaign_content ul {
        padding: 0; }
        .campaign_limited_beginner_top .campaign_content ul li {
          text-align: center; }
  .campaign_limited_beginner {
    padding: 20px; }
    .campaign_limited_beginner:before {
      width: 20px;
      height: 130px;
      right: 20px; }
    .campaign_limited_beginner h2 {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 0 0 10px; }
      .campaign_limited_beginner h2 span {
        width: auto;
        height: auto;
        font-size: 18px;
        font-size: 1.8rem; }
    .campaign_limited_beginner .campaign_content {
      width: 100%;
      padding-left: 0;
      border-left: 0; }
      .campaign_limited_beginner .campaign_content p {
        line-height: 1.4;
        font-size: 18px;
        font-size: 1.8rem; }
        .campaign_limited_beginner .campaign_content p span {
          display: inline; }
        .campaign_limited_beginner .campaign_content p strong {
          font-size: 26px;
          font-size: 2.6rem; }
      .campaign_limited_beginner .campaign_content ul {
        padding: 0; }
        .campaign_limited_beginner .campaign_content ul li {
          text-align: center; }
  .sec_result {
    padding-bottom: 0; }
    .sec_result:before {
      min-width: 230px;
      width: 40%;
      left: 40%;
      right: 0 !important;
      background-position: right bottom; }
    .sec_result .clm__result {
      display: block; }
      .sec_result .clm__result .w-70 {
        width: 100%; }
      .sec_result .clm__result .w-30 {
        width: 100%; }
        .sec_result .clm__result .w-30 img {
          float: left;
          width: 30%; }
  .card_item dl {
    margin-bottom: 0; }
    .card_item dl dt {
      font-size: 14px;
      font-size: 1.4rem; }
      .card_item dl dt h3 {
        margin-top: 20px;
        margin-bottom: 4px; }
    .card_item dl dd {
      font-size: 12px;
      font-size: 1.2rem; }
      .card_item dl dd strong em {
        font-size: 22px;
        font-size: 2.2rem; }
  .card_item .txt_exp {
    font-size: 10px;
    font-size: 1rem; }
  .card_item .price {
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 0 0 6px 6px; }
    .card_item .price em {
      font-size: 14px;
      font-size: 1.4rem; }
  .card_item .price_othershop {
    width: 100%;
    font-size: 10px;
    font-size: 1rem;
    padding: 0px 10px;
    border-radius: 0; }
    .card_item .price_othershop em {
      font-size: 14px;
      font-size: 1.4rem; }
  .card_item .label {
    width: 50%;
    margin-right: 0;
    padding: 2px;
    top: 0; }
  .card_item .place {
    float: none;
    width: 100%;
    padding: 2px 0;
    padding-left: 20px;
    background-size: 12px;
    margin: 6px 0; }
  .result-items dl {
    margin-bottom: 10px; }
    .result-items dl dd {
      font-size: 12px;
      font-size: 1.2rem; }
      .result-items dl dd strong em {
        font-size: 22px;
        font-size: 2.2rem; }
  .result-items .no1_tokaiArea {
    width: 30%;
    float: left; }
  .card_point h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 6px 0; }
  .label-red {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 12px;
    padding: 4px 5px; }
    .label-red small {
      font-size: 10px; }
  .sec_estimate {
    padding-top: 40px;
    padding-bottom: 20px;
    background-size: 200% auto; }
    .sec_estimate .logo img {
      width: 240px;
      margin: 20px 0 0 0; }
    .sec_estimate .ttl_ribon {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 10px;
      margin-top: 40px; }
      .sec_estimate .ttl_ribon span {
        height: 60px;
        /*リボンの高さ*/
        line-height: 0.8;
        /*リボンの高さ*/
        padding: 10px 10px;
        /*横の大きさ*/ }
        .sec_estimate .ttl_ribon span:before {
          border-width: 30px 0px 30px 10px; }
        .sec_estimate .ttl_ribon span:after {
          border-width: 30px 10px 30px 0px; }
    .sec_estimate .txt_lead {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 10px 0 150px 0; }
  .estimate-how_tel {
    padding-top: 0; }
    .estimate-how_tel strong {
      font-size: 240%;
      font-weight: 900;
      text-align: center;
      line-height: 1.2;
      display: block; }
      .estimate-how_tel strong br {
        display: none; }
      .estimate-how_tel strong small {
        font-size: 84%; }
  .estimate-how_mail .inner,
  .estimate-how_line .inner {
    background-position: right 5% bottom 70%;
    background-size: 46%; }
  .estimate-how_mail h3,
  .estimate-how_line h3 {
    color: #009f00;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: left;
    margin: 0; }
    .estimate-how_mail h3:before,
    .estimate-how_line h3:before {
      content: "";
      width: 35px;
      height: 35px;
      display: inline-block;
      border-radius: 3px;
      float: left;
      margin-right: 4px;
      padding: 6px;
      background-color: #009f00;
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/ico/line.png); }
  .estimate-how_mail p,
  .estimate-how_line p {
    margin: 0 0 0 10px;
    padding-top: 10px;
    font-weight: bold; }
  .estimate-how_mail .kagikakko,
  .estimate-how_line .kagikakko {
    position: relative;
    font-size: 14px;
    top: -12px; }
  .estimate-how_mail .inner {
    background-image: url(../img/else/woman_mail.png); }
  .estimate-how_mail h3 {
    color: #3080d2; }
    .estimate-how_mail h3:before {
      background-color: #3080d2;
      background-image: url(../img/ico/mail.png); }
  .sec_searcharea {
    padding-top: 30px;
    padding-bottom: 30px; }
    .sec_searcharea p {
      margin: 0 0 30px 0;
      width: 100%;
      float: none; }
      .sec_searcharea p:after {
        content: "▼";
        top: auto;
        bottom: -20px;
        margin-top: 0;
        margin-right: -18px;
        right: 50%; }
    .sec_searcharea .searcharea {
      width: 100%; }
      .sec_searcharea .searcharea input[type="search"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 20px; }
  .bar_caution {
    margin-bottom: 10px;
    padding: 10px 10px 10px 70px;
    background-size: 30px auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem; }
  .sec_ok_layout .inner,
  .sec_grayish .inner {
    padding-top: 20px; }
    .sec_ok_layout .inner .list_q dt,
    .sec_grayish .inner .list_q dt {
      padding-left: 44px;
      font-size: 16px;
      font-size: 1.6rem; }
      .sec_ok_layout .inner .list_q dt .label,
      .sec_grayish .inner .list_q dt .label {
        position: absolute;
        left: 0;
        top: -4px;
        width: 30px;
        height: 30px;
        display: block;
        margin-right: 20px;
        padding: 5px;
        font-size: 18px;
        font-size: 1.8rem; }
  .list_check {
    padding: 0; }
    .list_check li {
      margin: 0 0 20px 0;
      padding-bottom: 16px;
      padding-left: 40px;
      font-size: 18px;
      font-size: 1.8rem; }
      .list_check li span {
        font-size: 16px;
        font-size: 1.6rem; }
      .list_check li:before {
        top: 0;
        width: 30px;
        height: 30px;
        background-size: 12px; }
  .list_feature {
    margin: 0 0 20px 0;
    padding: 0; }
    .list_feature li {
      color: #ff0000;
      font-size: 13px;
      font-size: 1.3rem;
      display: inline-block;
      white-space: nowrap;
      margin: 4px 1px;
      padding: 3px 10px;
      border-radius: 30px;
      background: white;
      font-weight: bold; }
  .ttl_label_large {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-left: 70px; }
    .ttl_label_large .label_red {
      font-size: 30px;
      font-size: 3rem;
      padding: 10px 16px;
      padding: 10px 0;
      width: 50px; }
    .ttl_label_large small {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px; }
  .ttl_label_large-with_smalltxt .label_red {
    padding: 10px 8px 7px 8px; }
  .clm_img-txt .card_img-txt .inner {
    padding: 14px; }
    .clm_img-txt .card_img-txt .inner dd {
      font-size: 15px;
      font-size: 1.5rem;
      margin-top: 20px;
      margin-bottom: 6px; }
  .sec_voice .inner {
    padding: 30px 20px 10px; }
  .sec_voice .voice li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal; }
    .sec_voice .voice li:nth-child(even) {
      top: 0; }
    .sec_voice .voice li img {
      width: 80px;
      height: 80px; }
  .sec_list-feature {
    background-size: 40%; }
    .sec_list-feature .content_indent {
      padding: 0 15px; }
    .sec_list-feature:before {
      display: none; }
    .sec_list-feature .bg_staff:before {
      display: none; }
  .list-feature {
    padding-left: 40px;
    margin-top: 14px;
    padding-top: 14px; }
    .list-feature dt {
      font-size: 18px;
      font-size: 1.8rem; }
      .list-feature dt .num {
        top: 18px;
        font-size: 28px;
        font-size: 2.8rem; }
    .list-feature dd {
      font-size: 14px;
      font-size: 1.4rem; }
  .clm_how3 .card_how3 .header .label-red {
    padding-top: 10px; }
  .clm_how3 .card_how3 .header p.txt_catch {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 8px 8px 8px 18px; }
  .clm_how3 .card_how3 .card_how3_flex {
    display: block; }
  .clm_how3 .card_how3 .box_youtube {
    width: 100%;
    padding: 20px; }
  .clm_how3 .card_how3 .box h3 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 10px 0; }
  .clm_how3 .card_how3 .box h4 {
    margin: 10px; }
    .clm_how3 .card_how3 .box h4 span {
      font-size: 13px;
      font-size: 1.3rem; }
  .clm_how3 .card_how3 .box .inner {
    padding: 10px 20px; }
    .clm_how3 .card_how3 .box .inner p {
      margin: 0; }
      .clm_how3 .card_how3 .box .inner p strong {
        font-size: 13px;
        font-size: 1.3rem; } }

/*	smartPhone
======================================== */
@media (max-width: 599px) {
  /* ============================
		prom
	============================ */
  .prom .none-pc {
    display: block; }
  .prom .only-pc {
    display: none; }
  .estimate_big {
    padding: 10px 20px; }
  .sec_point {
    margin-bottom: 40px;
    background-size: 200px auto; }
    .sec_point .point_lead {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
      .sec_point .point_lead img {
        display: none; }
  .clm_feature .box_feature .wrap_feature {
    text-align: left;
    display: flex; }
    .clm_feature .box_feature .wrap_feature .ttl_ico {
      width: 30%;
      padding: 10px;
      background-size: 30px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem; }
      .clm_feature .box_feature .wrap_feature .ttl_ico img {
        margin-bottom: 0;
        width: 50px; }
    .clm_feature .box_feature .wrap_feature p {
      width: 70%;
      padding: 20px; }
  .corona {
    display: block;
    margin-bottom: 10px; }
    .corona strong {
      display: block;
      text-align: center;
      margin-bottom: 5px; }
    .corona p {
      margin: 0; }
  /* ============================
		トップページ
	============================ */
  /* loopslider - 埋め込み必須CSSシステム */
  #loopslider {
    height: 94px; }
    #loopslider .wrap_card_item {
      height: 94px; }
  /* /loopslider - 埋め込み必須CSSシステム ここまで */
  .live_loop_items .ttl, .live_loop_items #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in .live_loop_items h5, .live_loop_items #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in .live_loop_items h4, .live_loop_items #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in .live_loop_items h3, .live_loop_items #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .live_loop_items h2, .live_loop_items #fixed_page .clm_main .fixed_page_in h1, #fixed_page .clm_main .fixed_page_in .live_loop_items h1 {
    font-size: 14px;
    font-size: 1.4rem; }
  .live_loop_items .card_item {
    width: 280px; }
    .live_loop_items .card_item .inner {
      width: 270px; }
    .live_loop_items .card_item .card_item_info .others,
    .live_loop_items .card_item .card_item_info .ourshop {
      line-height: 1.3; }
      .live_loop_items .card_item .card_item_info .others strong,
      .live_loop_items .card_item .card_item_info .ourshop strong {
        font-size: 13px;
        font-size: 1.3rem; }
      .live_loop_items .card_item .card_item_info .others span,
      .live_loop_items .card_item .card_item_info .ourshop span {
        color: white;
        font-size: 11px;
        font-size: 1.1rem; }
    .live_loop_items .card_item .card_item_info .others strong em {
      font-size: 12px;
      font-size: 1.2rem; }
    .live_loop_items .card_item .card_item_info .ourshop strong em {
      font-size: 18px;
      font-size: 1.8rem; }
    .live_loop_items .card_item .card_item_info p {
      margin: 0;
      font-size: 10px;
      font-size: 1rem; }
  .sec_line-satei .box_line-satei {
    display: block;
    padding: 20px; }
    .sec_line-satei .box_line-satei .ttl_line-satei {
      width: 100%;
      padding: 0; }
      .sec_line-satei .box_line-satei .ttl_line-satei img.ttl_line {
        width: 100%; }
    .sec_line-satei .box_line-satei .line_friends {
      display: block;
      margin: 0 auto;
      width: 80%; }
    .sec_line-satei .box_line-satei .line_btnarea {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-top: 20px;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      border-left: none; }
  .campaign_limited_beginner_top .campaign_content p span {
    display: block; }
  .campaign_limited_beginner_top .campaign_content ul li {
    text-align: left; }
  .campaign_limited_beginner .campaign_content p span {
    display: block; }
  .campaign_limited_beginner .campaign_content ul li {
    text-align: left; }
  .sec_ok_layout .inner,
  .sec_grayish .inner {
    padding: 20px; }
    .sec_ok_layout .inner .row .list_check:last-child,
    .sec_grayish .inner .row .list_check:last-child {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .sec_ok_layout .inner .row .line_right,
    .sec_grayish .inner .row .line_right {
      border: 0; }
  .staff_04 {
    display: none; }
  .estimate-how_tel .freedial {
    margin: 0; }
    .estimate-how_tel .freedial strong {
      font-size: 22px; }
      .estimate-how_tel .freedial strong img {
        width: 30px; }
  .estimate-how_mail .inner,
  .estimate-how_line .inner {
    background-position: right 5% bottom 75%;
    background-size: 46%; }
    .estimate-how_mail .inner h3,
    .estimate-how_mail .inner h4,
    .estimate-how_line .inner h3,
    .estimate-how_line .inner h4 {
      font-size: 20px;
      font-size: 2rem; }
      .estimate-how_mail .inner h3:before,
      .estimate-how_mail .inner h4:before,
      .estimate-how_line .inner h3:before,
      .estimate-how_line .inner h4:before {
        width: 30px;
        height: 30px;
        background-size: 20px; }
    .estimate-how_mail .inner .kagikakko,
    .estimate-how_line .inner .kagikakko {
      font-size: 12px; }
    .estimate-how_mail .inner p,
    .estimate-how_line .inner p {
      font-size: 13px;
      font-size: 1.3rem; }
  .box-caution {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 15px; }
  .sec_result .clm__result .col:nth-child(n+7) {
    display: none; }
  /* 【ページ】first
	====================================*/
  .human-kaiketsu dl {
    margin-bottom: 6px; }
    .human-kaiketsu dl dt {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0px 5px; }
    .human-kaiketsu dl dd {
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 10px; }
  /* 【ページ】category
	====================================*/
  .sec_searcharea_mini {
    text-align: right; }
    .sec_searcharea_mini .searcharea {
      width: 100%;
      float: none; }
      .sec_searcharea_mini .searcharea input[type="search"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px 20px; }
      .sec_searcharea_mini .searcharea input[type="submit"] {
        width: 53px;
        height: 84%; }
  .home .sec_voice .voice {
    /* Prevent vertical gaps */
    column-count: 1; }
    .home .sec_voice .voice li {
      /* Prevent vertical gaps */
      width: 100% !important; }
  .sec_voice .voice li img {
    position: absolute;
    top: -50px;
    border: 4px solid white; }
  .sec_voice .voice li div {
    width: 100%;
    padding: 50px 20px 20px 20px; }
  .trouble .inner {
    padding: 10px 6% 80px 6%;
    background-size: 300px; }
  .trouble .comment {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px; }
  /* 【ページ】column
	====================================*/
  .list_img-txt {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .list_img-txt .list_img {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; }
      .list_img-txt .list_img img {
        width: 100%;
        height: auto; }
    .list_img-txt .list_txt {
      width: 100%;
      font-size: 12px;
      font-size: 1.2rem; }
      .list_img-txt .list_txt h4 {
        margin-bottom: 10px !important; }
      .list_img-txt .list_txt p {
        margin: 0; }
  /* 【ページ】media
	====================================*/
  .fixed_page_in .alignright {
    width: 80%; } }

/*/////////////////////////////////////////////////
//追加 hashimoto 20190815
//ここから
/////////////////////////////////////////////////*/
img.alignright {
  display: block;
  float: right;
  margin: 0 0 30px 20px;
  max-width: 100%;
  height: auto; }

/* 配置位置 右 */
img.alignleft {
  display: block;
  float: left;
  margin: 0 30px 20px 0;
  max-width: 100%;
  height: auto; }

/* 配置位置 左 */
img.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

/* 配置位置 中央 */
img.attachment-fixesize {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

/* 配置位置 中央 */
@media screen and (max-width: 640px) {
  #fixed_page .clm_main .fixed_page_in {
    font-size: 1.2rem; } }

#fixed_page .clm_main .fixed_page_in p {
  margin-bottom: 2.5rem; }

#fixed_page .clm_main .fixed_page_in h2 {
  margin-top: 80px; }
  #fixed_page .clm_main .fixed_page_in h2:first-of-type {
    margin-top: 0; }
  #fixed_page .clm_main .fixed_page_in h2:before {
    content: '';
    display: inline;
    padding-left: 22px;
    border-left: 3px solid #e84955;
    height: 38px; }

#fixed_page .clm_main .fixed_page_in h3 {
  margin-top: 80px; }
  @media screen and (max-width: 640px) {
    #fixed_page .clm_main .fixed_page_in h3 {
      margin-top: 40px; } }
#fixed_page .clm_main .fixed_page_in h4 {
  margin-top: 60px; }
  @media screen and (max-width: 640px) {
    #fixed_page .clm_main .fixed_page_in h4 {
      margin-top: 40px; } }
#fixed_page .clm_main .fixed_page_in h5 {
  margin-top: 60px; }
  @media screen and (max-width: 640px) {
    #fixed_page .clm_main .fixed_page_in h5 {
      margin-top: 40px; } }
@media screen and (max-width: 640px) {
  img.alignright {
    float: none;
    margin: 0 auto 30px auto;
    width: 100%; }
  /* 配置位置 右 */
  img.alignleft {
    float: none;
    margin: 0 auto 20px auto;
    width: 100%; }
  /* 配置位置 左 */
  img.aligncenter {
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  /* 配置位置 中央 */ }

/*-----------------------------
blockquote
------------------------------*/
#fixed_page .clm_main .fixed_page_in blockquote {
  line-height: 2;
  padding: 26px 10%;
  border: 4px solid #d6d6d6;
  position: relative;
  max-width: 100%;
  margin: 0; }
  #fixed_page .clm_main .fixed_page_in blockquote:before, #fixed_page .clm_main .fixed_page_in blockquote:after {
    display: block;
    content: "";
    width: 27px;
    height: 23px;
    background-size: 27px;
    position: absolute; }
  #fixed_page .clm_main .fixed_page_in blockquote:before {
    background-image: url(../img/else/blockquote_before.png);
    top: 20px;
    left: 20px; }
  #fixed_page .clm_main .fixed_page_in blockquote:after {
    background-image: url(../img/else/blockquote_after.png);
    right: 20px;
    bottom: 20px; }

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden; }

.gallery br {
  display: none; }

.gallery-item {
  float: left;
  margin-bottom: 0 !important; }

.gallery-icon {
  text-align: center; }

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important; }

.gallery-caption {
  color: #222;
  font-size: 15px;
  margin: 0 0 10px;
  text-align: center; }

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0; }

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%; }

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%; }

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%; }

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%; }

@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%; }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%; } }

/*-----------------------------
table
------------------------------*/
#fixed_page .clm_main .fixed_page_in table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

#fixed_page .clm_main .fixed_page_in table th.th {
  background: #ebebeb;
  text-align: center; }

#fixed_page .clm_main .fixed_page_in table th,
#fixed_page .clm_main .fixed_page_in table td {
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

#fixed_page .clm_main .fixed_page_in table th a,
#fixed_page .clm_main .fixed_page_in table td a {
  text-decoration: underline; }

#fixed_page .clm_main .fixed_page_in table th {
  background: #edf2f9; }

/*-----------------------------
list
------------------------------*/
#fixed_page .clm_main .fixed_page_in ul,
#fixed_page .clm_main .fixed_page_in ol {
  list-style: none; }

#fixed_page .clm_main .fixed_page_in ul {
  padding: 30px 40px 30px 50px; }
  @media screen and (max-width: 640px) {
    #fixed_page .clm_main .fixed_page_in ul {
      padding: 15px 15px 15px 25px; } }
#fixed_page .clm_main ul li {
  margin-left: 1rem;
  text-indent: -1rem; }

#fixed_page .clm_main .card ul li {
  margin-left: 0;
  text-indent: 0; }

#fixed_page .clm_main .fixed_page_in ol li {
  margin-left: 29px;
  text-indent: -29px; }

#fixed_page .clm_main .fixed_page_in li > ul,
#fixed_page .clm_main .fixed_page_in li > ol {
  margin-bottom: 0; }

#fixed_page .clm_main .fixed_page_in ul li::before {
  display: inline-block;
  content: '●';
  color: #e84955;
  font-size: 6px;
  vertical-align: 4px;
  margin-right: 0.5em; }

#fixed_page .clm_main .fixed_page_in ul li,
#fixed_page .clm_main .fixed_page_in ol li {
  margin-bottom: 6px; }

#fixed_page .clm_main .fixed_page_in ol {
  counter-reset: parent; }

#fixed_page .clm_main .fixed_page_in ol li::before {
  display: inline-block;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e84955;
  color: #fff;
  margin-left: 0;
  text-indent: 0;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 0.5em;
  counter-increment: parent;
  content: counter(parent); }

/*-----------------------------
ふきだし
------------------------------*/
.balloon__contener {
  clear: both;
  width: 100%;
  padding: 10px 0; }
  .balloon__contener:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    margin-bottom: 2rem; }
  .balloon__contener .balloon__right,
  .balloon__contener .balloon__left {
    width: 100%;
    position: relative;
    display: block;
    float: right;
    max-width: 90%; }
    .balloon__contener .balloon__right figure,
    .balloon__contener .balloon__left figure {
      width: 95px;
      position: absolute;
      padding: 0;
      margin: 0;
      top: 0; }
      .balloon__contener .balloon__right figure img,
      .balloon__contener .balloon__left figure img {
        border-radius: 50%;
        width: 95px;
        height: 95px; }
      .balloon__contener .balloon__right figure figcaption,
      .balloon__contener .balloon__left figure figcaption {
        color: #000000;
        width: 95px;
        position: absolute;
        top: 100px;
        text-align: center;
        font-size: 80%;
        line-height: 100%; }
    .balloon__contener .balloon__right .balloon__text,
    .balloon__contener .balloon__left .balloon__text {
      position: relative;
      padding: 20px;
      border-radius: 10px;
      top: 15px; }
    .balloon__contener .balloon__right .balloon__text::after,
    .balloon__contener .balloon__left .balloon__text::after {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      top: 12px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .balloon__contener .balloon__left {
    float: left; }
    .balloon__contener .balloon__left figure {
      left: 0; }
    .balloon__contener .balloon__left .balloon__text {
      margin-left: 115px;
      background-color: #eb4f66;
      color: #FFF; }
    .balloon__contener .balloon__left .balloon__text::after {
      left: -10px;
      border-right: 15px solid #eb4f66; }
  .balloon__contener .balloon__right {
    float: right; }
    .balloon__contener .balloon__right figure {
      right: 0; }
    .balloon__contener .balloon__right .balloon__text {
      margin-right: 115px;
      background-color: #ddebed; }
    .balloon__contener .balloon__right .balloon__text::after {
      right: -10px;
      border-left: 15px solid #ddebed; }

@media only screen and (max-width: 767px) {
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%; }
    .balloon__contener .balloon__left figure,
    .balloon__contener .balloon__right figure {
      width: 70px; }
      .balloon__contener .balloon__left figure img,
      .balloon__contener .balloon__right figure img {
        width: 70px;
        height: 70px; }
    .balloon__contener .balloon__left figure figcaption,
    .balloon__contener .balloon__right figure figcaption {
      width: 70px; }
    .balloon__contener .balloon__left .balloon__text,
    .balloon__contener .balloon__right .balloon__text {
      margin-left: 95px; } }

/*-----------------------------
一般のお客様トップ ジャンルリンクリスト背景
------------------------------*/
ul.customers_bg {
  background: url(../img/bg/customers_bg.png) no-repeat center right;
  background-size: contain; }

ul.corporate_customer_bg {
  background: url(../img/bg/corporate_customer_bg.png) no-repeat center right;
  background-size: contain; }

@media screen and (max-width: 640px) {
  ul.customers_bg, ul.corporate_customer_bg {
    background: none; }
  ul.corporate_customer_bg {
    height: auto; } }

/*-----------------------------
初回限定クーポンのリンク設定による下線回避
------------------------------*/
.linecoupon a {
  text-decoration: none; }

.linecoupon a:hover div, .linecoupon a:hover img {
  opacity: 0.8; }

.linecoupon a div .ttl, .linecoupon a div #fixed_page .clm_main .fixed_page_in h1, #fixed_page .clm_main .fixed_page_in .linecoupon a div h1, .linecoupon a div #fixed_page .clm_main .fixed_page_in h2, #fixed_page .clm_main .fixed_page_in .linecoupon a div h2, .linecoupon a div #fixed_page .clm_main .fixed_page_in h3, #fixed_page .clm_main .fixed_page_in .linecoupon a div h3, .linecoupon a div #fixed_page .clm_main .fixed_page_in h4, #fixed_page .clm_main .fixed_page_in .linecoupon a div h4, .linecoupon a div #fixed_page .clm_main .fixed_page_in h5, #fixed_page .clm_main .fixed_page_in .linecoupon a div h5 {
  color: #333; }

/*/////////////////////////////////////////////////
//追加 hashimoto 20190815
//ここまで
/////////////////////////////////////////////////*/
/* 0823追加、修正
====================================*/
/* search
====================================*/
.gsc-cursor-box {
  text-align: center;
  margin-top: 40px; }

.fixed_page_in .gsc-results .gsc-cursor-box {
  margin: 6rem 0 6rem; }

.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background: #b50c3b;
  color: #FFF; }

.fixed_page_in .gsc-control-cse .gs-spelling,
.fixed_page_in .gsc-control-cse .gs-result .gs-title,
.fixed_page_in .gsc-control-cse .gs-result .gs-title * {
  font-size: 1.8rem; }

.gsc-cursor-box {
  cursor: pointer;
  color: #FFF; }

.gsc-results .gsc-cursor-box {
  text-align: center; }

.gsc-cursor-page {
  font-family: 'Lato', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  position: relative;
  margin-right: 2px;
  margin-left: 2px;
  transition: all 0.2s ease;
  border-radius: 4px;
  padding: 10px 18px;
  margin: 0 1px 4px;
  border: 1px solid #0000001a; }

.fixed_page_in .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background: #efefef;
  border: 1px solid white;
  color: #999;
  text-decoration: none; }

#fixed_page .clm_main .fixed_page_in #___gcse_0 table th,
#fixed_page .clm_main .fixed_page_in #___gcse_0 table td {
  border: none; }

#fixed_page .clm_main .fixed_page_in #___gcse_0 {
  margin-top: -40px; }

/* 既存class変更 */
/* input[type="search"] → input[type="text"]

.searcharea input[type="text"] {

3297
.sec_searcharea_mini .searcharea input[type="text"] {

4205
.sec_searcharea .searcharea input[type="text"] {

4393
.sec_searcharea_mini .searcharea input[type="text”]

====================================*/
/* ============================
	修正・追加 2019.08.29 hashimoto
============================ */
@media screen and (max-width: 640px) {
  #fixed_page .clm_main .fixed_page_in {
    font-size: 1.4rem; } }

/* 593行 */
.ttl_normal-line, #fixed_page .clm_main .fixed_page_in h4 {
  font-size: 22px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px; }

/* 1353行 */
@media (max-width: 599px) {
  .btn-totop {
    background-size: 10px;
    right: 0;
    z-index: 1000; }
  .btn-linecoupon {
    right: 15%;
    z-index: 1000; } }

/* 3770行 */
#fixed_page .clm_main .fixed_page_in h3 {
  margin-top: 50px; }

/* 3773行 */
@media screen and (max-width: 640px) {
  #fixed_page .clm_main .fixed_page_in h3 {
    margin-top: 40px;
    font-size: 18px; } }

/* 3776行 */
#fixed_page .clm_main .fixed_page_in h4 {
  margin-top: 40px; }

/* 3779行 */
@media screen and (max-width: 640px) {
  #fixed_page .clm_main .fixed_page_in h4 {
    margin-top: 40px;
    font-size: 16px; } }

/* 3782行 */
#fixed_page .clm_main .fixed_page_in h5 {
  margin-top: 30px; }

/* ============================
	修正・追加 2019.09.20 hashimoto
============================ */
/*445*/
.ttl_page_sub {
  padding: 72px 10%;
  background: #efefef url("../img/bg/ttl_page.png");
  background-size: cover;
  position: relative; }

h3.ttl_page_sub.ttl_page_sub-eyecatch {
  background: #e84955 url("none");
  background-size: cover; }

@media screen and (max-width: 768px) {
  /*732*/
  .txt_lead {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 40px; } }

@media (max-width: 599px) {
  /*599*/
  .ttl_page_sub {
    padding: 28px 10% 32px 10%; }
  /*2070*/
  .nav_wrapper .gNav ul li a, .subnav ul li a {
    display: block;
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 14px 18px;
    text-align: center; }
  /*2046*/
  .nav_wrapper .gNav > ul > .megamenuTrigger:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/arrow/pull.svg);
    background-size: 24px;
    background-position: 50% center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 45px; }
  /*2068*/
  .nav_wrapper .gNav ul li a, .subnav ul li a {
    display: block;
    height: auto;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  /*2099*/
  .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner ul li a, .nav_wrapper .gNav ul .megamenu header .inner .inner ul li a, header .nav_wrapper .gNav ul .megamenu .inner .inner ul li a {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
    border-bottom: 1px dotted #DADADA;
    display: block;
    padding-bottom: 1rem;
    width: 100%; }
  .nav_wrapper .gNav ul .megamenu .w_non-liquid .inner ul li:last-child a, .nav_wrapper .gNav ul .megamenu header .inner .inner ul li:last-child a, header .nav_wrapper .gNav ul .megamenu .inner .inner ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0; }
  /*2108*/
  .nav_wrapper .subnav ul li a {
    font-size: 15px;
    color: #333;
    font-weight: bold; } }

/* ============================
	修正・追加 2019.10.26 miyawaki
============================ */
.cat_ori01 {
  border-right: 0; }
  .cat_ori01 .col {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    border-right: 1px dotted rgba(0, 0, 0, 0.2); }
  .cat_ori01 .col:nth-child(3n) {
    border-right: 0; }
  .cat_ori01 .clm .row {
    margin-right: 0px;
    margin-left: 0px; }
  .cat_ori01 h3 {
    font-size: 1em;
    position: relative;
    margin: 10px 0px 0px 0px;
    padding-bottom: 6px; }
    .cat_ori01 h3:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 1px #e84955;
      bottom: -1px;
      width: 10%; }
    .cat_ori01 h3 a {
      color: #333333;
      text-decoration: none; }
  .cat_ori01 img {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto; }

@media (max-width: 959px) {
  .cat_ori01 .col {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    border-right: 1px dotted rgba(0, 0, 0, 0.2); }
  .cat_ori01 .col:nth-child(3n) {
    border-right: 1px dotted rgba(0, 0, 0, 0.2); }
  .cat_ori01 .col:nth-child(2n) {
    border-right: 0; }
  .cat_ori01 h3 {
    font-size: 1em; } }

.cp_menu {
  margin: 0 auto;
  padding: 0;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem; }
  .cp_menu label {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    line-height: 1;
    font-size: 0.8em;
    text-align: right;
    color: #666;
    cursor: pointer;
    right: 0.5em;
    text-decoration: underline; }
    .cp_menu label:hover {
      text-decoration: none; }
  .cp_menu ul {
    margin: 8px 0 0 0;
    padding: 7px 10px;
    list-style: none;
    background: #f4f4f4;
    border-radius: 5px;
    display: none; }
    .cp_menu ul li {
      margin: 2px 0; }
      .cp_menu ul li a {
        display: block;
        color: #000000; }

ul .uri {
  padding: 0;
  position: relative; }

.urili {
  color: #000000;
  border-left: solid 6px #e84955;
  /*左側の線*/
  margin-bottom: 3px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  /*ポチ消す*/
  font-size: 1em;
  font-weight: bold; }

.urip {
  background-color: rgba(170, 210, 215, 0.2);
  padding: 0.5em 0.5em 0.5em 0.5em;
  position: relative;
  margin-bottom: 0.2em;
  margin-top: 0.4em; }

/*修正箇所20201014*/
.list_check {
  padding-left: 0; }

.list_check li {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  padding-left: 56px;
  font-size: 28px;
  font-size: 2rem;
  position: relative;
  font-weight: bold; }
