@charset "UTF-8";
@font-face {
  font-family: 'morimoto-sans';
  font-weight: 100;
  src: url("../font/notosans_demiLight.woff2") format("woff2"), url("../font/notosans_demiLight.woff") format("woff");
}

@font-face {
  font-family: 'morimoto-sans';
  font-weight: 400;
  src: url("../font/notosans_regular.woff2") format("woff2"), url("../font/notosans_regular.woff") format("woff");
}

@font-face {
  font-family: 'morimoto-sans';
  font-weight: 700;
  src: url("../font/notosans_medium.woff2") format("woff2"), url("../font/notosans_medium.woff") format("woff");
}

@font-face {
  font-family: 'icomoon';
  src: url("../icon/icomoon.eot?7umfzx");
  src: url("../icon/icomoon.eot?7umfzx#iefix") format("embedded-opentype"), url("../icon/icomoon.ttf?7umfzx") format("truetype"), url("../icon/icomoon.woff?7umfzx") format("woff"), url("../icon/icomoon.svg?7umfzx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*========================================= HTMLベース設定（normarizeベース）*/
* {
  box-sizing: border-box;
  margin: 0;
  line-height: 1.4;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: morimoto-sans, sans-serif;
  font-size: 1.4rem;
  color: #353535;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

small {
  font-size: 0.8em;
}

img {
  border: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

i {
  margin-right: 5px;
}

.sns-btn {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: url(../images/share/sp/dot_gray.gif) 0 0 repeat;
  background-size: 10px;
}

.sns-btn ul li {
  display: inline-block;
}

.sns-btn ul li:first-child {
  margin-right: 10px;
}

.sns-btn ul li img {
  width: 35px;
}

/*==========================================
   SP start
==========================================*/

@media screen and (max-width: 640px) {
	
	
	
	
	
	/*====== SP ヘッダー ======*/
/*    .l-header {
        background: url("https://woman.chintai/images/share/sp/bg-waterColor.png") center center no-repeat;
        background-size: cover;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
    .l-header .header-inner {
        padding: 12px 8px 8px; }
    .l-header .header-h1 {
        padding: 2px 2px;
        background: #353535;
        color: #ffffff;
        font-size: 1.0rem;
        text-align: center;
        letter-spacing: 0.1rem; }
    .l-header .header-h1 h1 {
        font-size: 1rem; }
    .l-header .header-h1 p {
        font-size: 1rem; }
    .l-header .header-nav {
        float: right;
        width: 40%; }
    .l-header .header-nav ul {
        display: table;
        padding-bottom: 4px;
        width: 100%;
        table-layout: fixed; }
    .l-header .header-nav li {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    .l-header .header-nav li a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 3.8vw;
        text-decoration: none;
        color: #353535; }
    .l-header .header-nav li a.is-none {
        color: #353535;
        pointer-events: none;
        opacity: 0.7; }
    .l-header .header-nav li i:before {
        display: inline-block;
        transform: scale(1.8); }
    .l-header .header-nav li span {
        display: none; }
    .l-header .header-nav li + li {
        border-left: 1px solid rgba(0, 0, 0, 0.5); }
    .l-header .header-nav li.header_nav-btn {
        width: 55px; }
    .l-header .header-nav li.header_nav-btn a {
        width: 0;
        padding-left: 28px;
        background: url("https://woman.chintai/images/share/sp/icon-menu@2x.png") center center no-repeat;
        background-size: auto 90%; }
    .l-header .header-nav li:first-child {
        position: relative; }
    .l-header .header-nav li:first-child a .favorite_count {
        position: absolute;
        top: 0;
        right: 0;
        color: #ffffff;
        background: #e12780;
        padding: 2px;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 1.2;
        width: 2rem;
        height: 2rem;
        display: table-cell;
        vertical-align: middle; }
    .l-header .header-nav .header_nav-body {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 40;
        height: 100%;
        background: #ffffff;
        border-top: 4px solid #e12780; }
    .l-header .header-nav .header_nav-body.is-active dd a {
        display: block; }
    .l-header .header-nav .header_nav-body dt {
        display: none; }
    .l-header .header-nav .header_nav-body dd a {
        display: none;
        font-size: 1.4rem;
        padding: 10px 20px;
        background: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #bbbbbb; }
    .l-header .header-nav .header_nav-body dd a i {
        text-decoration: none; }
    .l-header .header-nav .header_nav-body dd.menu-close {
        text-align: right; }
    .l-header .header-nav .header_nav-body dd.menu-close a {
        background: #353535;
        border-bottom: 0;
        color: #ffffff; }
    .l-header .header-logo {
        float: left;
        width: 55%;
        height: 32px;
        background: url("https://woman.chintai/images/share/sp/img_logo.svg") center center no-repeat;
        background-size: 100% auto; }

    .l-header.-top {
        padding-bottom: 15vw;
        background: url("https://woman.chintai/images/share/sp/bg-mv_top.svg") bottom -2px center no-repeat, url("https://woman.chintai/images/share/sp/bg-waterColor.png") center center no-repeat;
        background-size: 100% auto, cover;
        box-shadow: none;
        position: relative; }
    .l-header.-top .header-inner {
        padding: 12px 0 8px; }
    .l-header.-top a {
        text-decoration: none; }
    .l-header.-top a .header-logo {
        float: none;
        height: auto;
        background: none;
        width: 85%;
        margin: 0 auto; }
    .l-header.-top a .header-logo span {
        display: block; }
    .l-header.-top a .header-logo .header_img {
        margin: 0 auto; }
    .l-header.-top a .header-logo .header_img img {
        width: 100%; }
    .l-header.-top a .header-logo .header_lead {
        font-size: 1rem;
        color: #ffffff;
        font-weight: bold;
        text-align: center; }
    .l-header.-top .header-nav {
        float: none;
        width: 100%; }
    .l-header.-top .header-nav li a {
        font-size: 3.8vw; }
    .l-header.-top .header-nav li i:before {
        margin-right: 4px; }
    .l-header.-top .header-nav li span {
        display: inline; }
    .l-header.-top .header-nav li.header_nav-btn {
        width: 55px; }
    .l-header.-top .header-nav li + li {
        border-left: 1px solid rgba(0, 0, 0, 0.5); }
    .l-header.-top .header-about {
        position: absolute;
        bottom: 0;
        right: 10px; }
    .l-header.-top .header-about a {
        padding: 3px 10px;
        background: #e12780;
        color: #ffffff;
        border-radius: 18px;
        text-decoration: none;
        font-size: 1.2rem; }*/

/*====== SP フッター ======*/
    .l-footer {
        border-top: dashed 1px #353535;
        background: #f7f7f7; }
    .l-footer .footer-text {
        position: relative;
        margin: 16px 0;
        padding: 0 10px;
        font-size: 1.4rem;
        line-height: 1.6; }
    .l-footer .footer-text p {
        overflow: hidden;
        margin-bottom: 8px;
        max-height: 2.8em; }
    .l-footer .footer-bottom {
        padding: 0 10px;
        background: #e12780; }
    .l-footer .footer-bottom small {
        padding: 8px 0;
        display: block;
        font-size: 1.0rem;
        color: #ffffff;
        text-align: center; }
    .l-footer .footer-nav {
        padding: 16px 0;
        border-bottom: solid 1px #ffffff;
        text-align: center; }
    .l-footer .footer-nav li {
        display: inline-block;
        padding: 4px 4px;
        font-size: 1.4rem;
        color: #ffffff; }
    .l-footer .footer-nav li::after {
        content: "\007c";
        display: inline-block;
        padding-left: 4px; }
    .l-footer .footer-nav a {
        color: #ffffff; }

    .only-pc {
        display: none;
    }

    .txt-away {
        overflow: hidden;
        text-indent: 120%;
        white-space: nowrap; }


/*====== SP 都道府県検索リンク ======*/
    
    .l-cont .cont-inner {
        position: relative; }
    .m-drilldown + .m-drilldown {
        margin-top: 16px; }
    .m-drilldown .drilldown-title {
        position: relative;
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        padding: 8px 50px 8px 0;
        text-align: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .m-drilldown .drilldown-title h2, .m-drilldown .drilldown-title h5, .m-drilldown .drilldown-title p {
        display: inline-block;
        background-image: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 39%, #ffee55 40%, #ffee55 89%, rgba(255, 255, 0, 0) 90%, rgba(255, 255, 0, 0) 100%);
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 400; }
    .m-drilldown .drilldown-body li {
        position: relative;
        border-bottom: 1px solid #bbbbbb;
        background: #f7f7f7;
        font-size: 1.6rem; }
    .m-drilldown .drilldown-body li .checknum {
        font-size: 0.8em; }
    .m-drilldown .drilldown-body a {
        display: block;
        padding: 12px 0;
        text-align: center;
        color: #353535;
        text-decoration: none; }
    .m-drilldown .drilldown-body ul {
        letter-spacing: -0.4em;
        background: #f7f7f7; }
    .m-drilldown .drilldown-body ul::after {
        content: "";
        display: block;
        clear: both; }
    .m-drilldown .drilldown-body li {
        letter-spacing: normal;
        display: inline-block;
        border-right: 1px solid #bbbbbb;
        width: 50%;
        vertical-align: baseline; }
    .m-drilldown .drilldown-body li:nth-child(2n) {
        border-right: none; }

    .js-drilldown .js-drillTrg {
        cursor: pointer;
        position: relative; }
    .js-drilldown .js-drillTrg::after {
        content: "＋";
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 0;
        border-left: 1px solid #bbbbbb;
        height: calc(100% - 16px);
        width: 50px;
        color: #e12780;
        font-size: 2.2rem;
        line-height: 2.8rem; }
    .js-drilldown .js-drillBody {
        overflow: hidden;
        height: auto;
        padding-top: 0;
        max-height: 0;
        transition: all 150ms ease; }
    .js-drilldown.is-open .js-drillBody {
        padding-top: 4px;
        max-height: 3000px;
        transition: all 250ms ease; }
    .js-drilldown.is-open .js-drillTrg::after {
        content: "ー"; }

/*====== パンくずリスト ======*/
    
    .m-breadcrumb {
        padding: 8px 0;
        background: #ffffff;
        text-align: center; }
    .m-breadcrumb ul {
        display: inline-block; }
    .m-breadcrumb li {
        display: inline-block;
        padding-right: 4px;
        font-size: 1.2rem; }
    .m-breadcrumb li::after {
        content: "\003e";
        display: inline-block;
        padding-left: 4px; }
    .m-breadcrumb li:last-child:after {
        content: none; }
    .m-breadcrumb a {
        color: #008cd3; }

}


/*==========================================
    PC start
==========================================*/

@media screen and (min-width: 641px) {
    body {
        min-width: 960px; }

/*====== PC ヘッダー ======*/
/*    .l-header {
        background: url("https://woman.chintai/images/share/pc/bg-waterColor.png") bottom center no-repeat, url("https://woman.chintai/images/share/pc/bg-header.png") top center no-repeat;
        background-size: 100% auto, 100% auto;
        max-height: 100px;
        height: 15vw; }
    .l-header .header-h1 {
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: block;
        padding: 2px 2px; }
    .l-header .header-h1 h1 {
        max-width: 960px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.0rem;
        text-align: left;
        letter-spacing: 0.1rem; }
    .l-header .header-h1 p {
        max-width: 960px;
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.0rem;
        text-align: left;
        letter-spacing: 0.1rem; }
    .l-header .header-inner {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        font-size: 1.4rem;
        margin-top: 10px; }
    .l-header .header-inner .header-nav {
        position: absolute;
        right: 0; }
    .l-header .header-inner .header-nav ul {
        float: left;
        display: table;
        margin-right: 5px; }
    .l-header .header-inner .header-nav ul li {
        display: inline-block; }
    .l-header .header-inner .header-nav ul li a {
        color: #353535;
        text-decoration: none;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.5);
        padding: 5px 10px;
        min-width: 150px;
        text-align: center;
        display: block; }
    .l-header .header-inner .header-nav ul li a i {
        font-size: 1.6rem; }
    .l-header .header-inner .header-nav ul li a.is-none {
        color: #ffffff;
        pointer-events: none;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.5; }
    .l-header .header-inner .header-nav ul li:first-child {
        position: relative; }
    .l-header .header-inner .header-nav ul li:first-child a {
        border-radius: 4px 0 0 4px; }
    .l-header .header-inner .header-nav ul li:first-child a .favorite_count {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #ffffff;
        background: #e12780;
        padding: 2px;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 1.2;
        width: 2rem;
        height: 2rem;
        display: table-cell;
        vertical-align: middle; }
    .l-header .header-inner .header-nav ul li:nth-child(2) a {
        border-radius: 0 4px 4px 0; }
    .l-header .header-inner .header-nav ul .header_nav-btn {
        display: none; }
    .l-header .header-inner .header-nav .header_nav-body {
        float: left;
        padding-right: 10rem;
        position: relative;
        z-index: 1000; }
    .l-header .header-inner .header-nav .header_nav-body.is-active dd.menu-pc {
        display: block; }
    .l-header .header-inner .header-nav .header_nav-body.is-active dd.menu-close {
        display: block; }
    .l-header .header-inner .header-nav .header_nav-body dt a {
        color: #353535;
        text-decoration: none;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.5);
        padding: 5px 10px;
        min-width: 150px;
        text-align: center;
        display: block;
        border-radius: 4px; }
    .l-header .header-inner .header-nav .header_nav-body dt a i {
        font-size: 1.6rem; }
    .l-header .header-inner .header-nav .header_nav-body dd {
        background: #ffffff;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .l-header .header-inner .header-nav .header_nav-body dd a {
        color: #353535;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px; }
    .l-header .header-inner .header-nav .header_nav-body dd a:hover {
        background: #e12780;
        color: #ffffff; }
    .l-header .header-inner .header-nav .header_nav-body dd.menu-pc {
        display: none; }
    .l-header .header-inner .header-nav .header_nav-body dd.menu-close {
        display: none; }
    .l-header .header-inner .header-nav .header_nav-body .menu-search {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: none;
        box-shadow: none; }
    .l-header .header-inner .header-nav .header_nav-body .menu-search a:hover {
        background: none;
        color: #353535; }
    .l-header .header-inner .header-logo {
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://woman.chintai/images/share/pc/img_logo.svg) 0 0 no-repeat;
        background-size: auto 100%;
        width: 257px;
        height: 34px; }
    .l-header.-top .header-about {
        position: absolute;
        top: 40px;
        right: 0; }
    .l-header.-top .header-about a {
        padding: 3px 10px;
        background: #e12780;
        color: #ffffff;
        border-radius: 18px;
        text-decoration: none;
        font-size: 1.2rem; }
    
    .page-top .l-cont.-top_search .search-title h1 .cont_title-sub {
        display: none; }

    .page-top .l-header.-top .header-inner a {
        display: block; }
    .page-top .l-header.-top .header-inner a .header-logo {
        background: none;
        height: auto;
        top: -3px;
        width: auto; }
    .page-top .l-header.-top .header-inner a .header-logo span {
        display: block; }
    .page-top .l-header.-top .header-inner a .header-logo .header_img {
        width: 254px; }
    .page-top .l-header.-top .header-inner a .header-logo .header_img img {
        width: 100%; }
    .page-top .l-header.-top .header-inner a .header-logo .header_lead {
        width: 300px;
        font-size: 1rem;
        color: #ffffff;
        font-weight: bold;
        text-align: left; }
    
    .m-menu_bg.is-active {
        display: none; }

    .only-sp {
        display: none !important; }

    .txt-away {
        overflow: hidden;
        text-indent: 120%;
        white-space: nowrap; }*/


/*====== PC　都道府県検索リンク ======*/
    .l-main {
        overflow: hidden; }
    .l-main .main-body,
    .l-main .main-additional {
        overflow: hidden;
        background: #ffffff; }

    .cont-inner {
        width: 960px;
        margin: 0 auto;
        font-size: 1.4rem;
        position: relative; }

    .l-box {
        font-size: 1.4rem;
        background: #fff;
        border-radius: 2px;
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
        width: 100%; }

    .m-drilldown {
        border-bottom: 1px solid #bbbbbb;
        margin-top: 20px;
        padding-bottom: 20px; }
    .m-drilldown .drilldown-title {
        background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 35%, yellow 100%, yellow 89%, rgba(255, 255, 0, 0) 90%, rgba(255, 255, 0, 0) 100%);
        background-size: 10% auto;
        display: inline-block;
        margin-bottom: 10px; }
    .m-drilldown .drilldown-title i {
        margin: 0;
        font-size: 2rem; }
    .m-drilldown .drilldown-title h2, .m-drilldown .drilldown-title p {
        display: inline-block;
        font-weight: normal;
        font-size: 2rem; }
    .m-drilldown .drilldown-title h2 span::before, .m-drilldown .drilldown-title p span::before {
        content: "『"; }
    .m-drilldown .drilldown-title h2 span::after, .m-drilldown .drilldown-title p span::after {
        content: "』"; }
    .m-drilldown .drilldown-body ul li {
        float: left;
        margin: 5px 0;
        border-right: 1px solid #bbbbbb; }
    .m-drilldown .drilldown-body ul li a {
        color: #353535;
        margin: 0 15px; }

/*====== PC　フッター ======*/
    .l-footer .footer-text .btn-more {
        display: none; }
    .l-footer .footer-bottom {
        background: #ea508b;
        padding: 10px 0; }
    .l-footer .footer-bottom .footer-nav {
        float: left; }
    .l-footer .footer-bottom .footer-nav ul li {
        float: left; }
    .l-footer .footer-bottom .footer-nav ul li a {
        color: #ffffff;
        font-size: 1.2rem;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
        text-decoration: none; }
    .l-footer .footer-bottom .footer-nav ul li a i {
        text-decoration: none;
        font-size: 1rem; }
    .l-footer .footer-bottom .footer-nav ul li:last-child a {
        border-right: 0; }
    .l-footer .footer-bottom small {
        float: right;
        color: #ffffff;
        font-size: 1.2rem; }
    /*====== 背景の種類 ======*/
    .bg-stripe {
        background: url("https://woman.chintai/images/share/pc/bg-stripe@2x.png") center center repeat;
        background-size: 12px;
        position: relative;
        padding: 40px 0; }

    .bg-dot_grey {
        background: url("https://woman.chintai/images/share/pc/bg-seo_top.png") 0 0 no-repeat, url("https://woman.chintai/images/share/pc/dot_gray.gif") 0 0 repeat;
        background-size: 100% auto, 10px auto;
        padding: 50px 0 40px; }

    .bg-dot_blue {
        background: url("https://woman.chintai/images/share/pc/dot_blue.gif") 0 0 repeat;
        background-size: 10px auto;
        padding: 20px 0; }

/*============= パンくずリスト =============*/
    .m-breadcrumb {
        font-size: 1.2rem;
        padding: 10px 0; }
    .m-breadcrumb ul li {
        float: left;
        padding-right: 1rem; }
    .m-breadcrumb ul li::after {
        content: "\003e";
        display: inline-block;
        padding-left: 4px; }
    .m-breadcrumb ul li:last-child:after {
        content: none; }
    .m-breadcrumb ul li a {
        color: #38b8eb; }

}


  /*======================================================= ⬇︎2018/09 はてぶキャンペーン追記 */
/* ---------------------
    - 0.icon
    - 1.setting
    - 2.layout
    - 3.mv_area
    - 4.lead-text
    - 5.gnav
    - 6.hateb-campaign
    - 7.twitter-campagn
    - 8.about-sns
    - 9.search-room
    - 10.20181010_追加分
--------------------- */

/* =====================
  0.icon
===================== */
/* =====================
  1.setting
===================== */
body {
  background: #fff;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.4;
  font-size: 1.4rem;
}

a {color: #2a335c;}
a:hover {cursor: pointer;}

.sp_in {
  display: none;
}

.pc_in {
  display: block;
}

/*SP版*/
@media screen and (max-width: 769px) {
  .sp_in {
    display: block;
  }

  .pc_in {
    display: none;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  img {
    width: 100%;
  }
  .only-sp {
    display: none;
  }
}

/* =====================
  2.layout
===================== */
.main-inner {
  margin: 0 auto;
}

/*SP版*/
@media screen and (max-width: 769px) {
/*  .main-inner {
    margin: 0 auto 60px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
  }*/
  
  .footer-btnArea {
    padding: 0 10px;
    }
  
  .m-drilldown + .m-drilldown {
    margin: 20px 0;
  }
  
  .contents-title {
    margin: 0 auto 30px;
    text-align: center;
  }
  
  .contents-title i {
    font-size: 2.0rem;
    margin: 0 auto 5px;
    display: block;
  }
  
  .contents-title img {
    width: 100%;
  }
  
  .contents-sub_title {
    position: relative;
    margin: 0 auto 20px;
    height: 4vh;
    text-align: center;
  }
  
  .contents-sub_title::before , 
  .contents-sub_title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-image: url(../images/sub-title-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
  }
  
  .contents-sub_title::before {
    left: 50px;
  }
  
  .contents-sub_title::after {
    right: 50px;
  }
  
  .contents-sub_title span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
  }
  
  .contents-sub_title span img {
    width: 50%;
  }
  
  .lead_text {
    text-align: center;
    margin: 0 auto 30px;
  }
  
  .list-type01 {
    
  }
  
  .list-type01 li {
    background: url(../images/list-bg.png);
    padding: 10px;
  }
  
  .list-type01_inner {
    padding: 20px 10px 15px;
    background: #fff;
  }
  
  .list-type01-images {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .list-type01-images img {
    width: 90%;
  }
  
  .list-type01-title {
    position: relative;
    text-align: center;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    background:url(../images/list-type01-title_border.png) bottom repeat-x;
    background-size: 25px;
    color: #dc6f17;
    font-weight: bold;
  }
  
  .list-type01-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 0;
  }
  
  .list-type01-title span::before , 
  .list-type01-title span::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  
  .list-type01-title span::before {
    bottom: 0;
    left: 0;
    background-image: url(../images/list-type01-title_before.png);
  }
  
  .list-type01-title span::after {
    top: 0;
    right: 5px;
    background-image: url(../images/list-type01-title_after.png);
  }
  
  .list-type01-text {
    text-align: center;
  }
  
  /*application-area*/
  .application-area {
    margin: 0 auto 30px;
    padding: 20px 10px;
    border-top: 4px solid #709ec5;
    border-bottom: 4px solid #709ec5;
    background: #fff;
  }
  
  .application-area-inner {
    
  }
    
  .application-area-title {
    margin: 0 auto 20px;
    padding: 0px 0 10px;
    position: relative;
    text-align: center;
  }
  
  .application-area-title img {
    width: 90%;
  }
  
  .application-area-title::before , 
  .application-area-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  
  .application-area-title::before {
    top: 0;
    left: 0;
    background-image: url(../images/application-title_before.png);
  }
  
  .application-area-title::after {
    bottom: 0;
    right: 0;
    background-image: url(../images/application-title_after.png);
  }
  
  .application-list {
    
  }
  
  .application-list li:first-child {
    margin: 0 auto 10px;
  }
  
  /*-btn*/
  a.-btn {
	margin-bottom: 10px;
    display: block;
    border: 1px solid #2a335c;
    border-radius: 5px;
    padding: 8px 0px 10px;
    color: #2a335c;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #fff;
    line-height: 1;
    vertical-align: middle;
    /*⬇︎ shdow */
    -webkit-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    /* shdow ⬆︎*/
  }
  
  a.-btn span {
    
  }
  
  a.-btn i {
    font-size: 1.6rem;
    margin-right: 0px;
  }
  
  a.-btn i::before {
    vertical-align: middle;
  }
  
  a.-btn .icon-hateb {
    color: #00a4de;
  }
  
  a.-btn .icon-twitter {
    color: #1ea1f2;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  
  .main-inner {
      margin: 0 auto;
    border-bottom: 1px dashed #ccc;
  }
  
  .contents-title {
    margin: 0 auto 20px;
  }
  .contents-title i {
    display: block;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .contents-title img {
    width: 100%;
  }
  .contents-sub_title {
    position: relative;
    margin: 0 auto 20px;
    height: 6vh;
    text-align: center;
  }
  .contents-sub_title::before,
  .contents-sub_title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-image: url(../images/sub-title-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
  }
  .contents-sub_title::before {
    left: 40px;
  }
  .contents-sub_title::after {
    right: 40px;
  }
  .contents-sub_title span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
  }
  .contents-sub_title span img {
    width: 65%;
  }
  .lead_text {
    text-align: center;
    margin: 0 auto 40px;
  }
  .list-type01 li {
    background: url(../images/list-bg.png);
    padding: 15px;
  }
  .list-type01_inner {
    padding: 20px 10px;
    background: #fff;
  }
  .list-type01-images {
    margin-bottom: 20px;
    text-align: center;
  }
  .list-type01-images img {
    width: 90%;
  }
  .list-type01-title {
    position: relative;
    text-align: center;
    margin: 0 auto 25px;
    padding-bottom: 15px;
    background: url(../images/list-type01-title_border.png) bottom repeat-x;
    background-size: 25px;
    color: #dc6f17;
    font-weight: bold;
  }
  .list-type01-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 0;
  }
  .list-type01-title span::before,
  .list-type01-title span::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .list-type01-title span::before {
    bottom: 0;
    left: 0;
    background-image: url(../images/list-type01-title_before.png);
  }
  .list-type01-title span::after {
    top: 0;
    right: 15px;
    background-image: url(../images/list-type01-title_after.png);
  }
  .list-type01-text {
    text-align: center;
  }
  /*application-area*/
  .application-area {
    margin: 0 auto;
    border-top: 4px solid #709ec5;
    border-bottom: 4px solid #709ec5;
    background: #fff;
  }
  .application-area-inner {
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.4rem;
    padding: 40px 0;
  }
  .application-area-title {
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    width: 50%;
  }
  .application-area-title img {
    width: 90%;
  }
  .application-area-title::before,
  .application-area-title::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .application-area-title::before {
    top: 0;
    left: 0;
    background-image: url(../images/application-title_before.png);
  }
  .application-area-title::after {
    bottom: 0;
    right: 0;
    background-image: url(../images/application-title_after.png);
  }
  .application-list {
    display: flex;
  }
  .application-list li {
    font-size: 1.4rem;
    width: calc(50% - 10px);
  }
  .application-list li:first-child {
    margin-right: 10px;
  }
  .application-list li:last-child {
    margin-left: 10px;
  }
  /*-btn*/
  a.-btn {
	margin-bottom: 10px;
    display: block;
    border: 2px solid #2a335c;
    border-radius: 5px;
    padding: 15px;
    color: #2a335c;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #fff;
    /*⬇︎ shdow */
    -webkit-box-shadow: 2px 2px 5px 0px #adadad;
    -moz-box-shadow: 2px 2px 5px 0px #adadad;
    box-shadow: 2px 2px 5px 0px #adadad;
    /* shdow ⬆︎*/
  }
  
  a.-btn i {
    font-size: 1.8rem;
  }
  
  a.-btn i::before {
    vertical-align: middle;
  }
  
  a.-btn .icon-hateb {
    color: #00a4de;
  }
  
  a.-btn .icon-twitter {
    color: #1ea1f2;
  }
  
  a.-btn:hover {
    opacity: 0.8;
  }
}

/* =====================
  3.mv_area
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .mv_area {
    margin: 0 auto 15px;
    padding: 15px 0 25px;
  }
  
  .mv_area-inner {
    position: relative;
  }
  
  .mv_img img {
    width: 100%;
  }
  
  .mv_text {
    position: absolute;
    bottom: -25px;
    left: 10px;
    background: url(../images/mv_text_sp.png) no-repeat top left;
    background-size: contain;
    width: calc(100% - 20px);
    height: 0;
    padding-top: 80px;
  }
  
  .mv_text img {
    width: 100%;
    height: auto;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  .mv_area {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  
  .mv_area-inner {
    margin: 0 auto;
    max-width: 960px;
  }
  
  .mv_area .mv_area-inner {
    position: relative;
  }
  .mv_text {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url(../images/mv_text_pc.png) no-repeat top left;
    background-size: auto;
    width: 596px;
    height: 150px;
    padding-top: 16%;
  }
  
  .mv_text img {
    width: 100%;
    height: auto;
  }
}

/* =====================
  4.lead-text
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .lead-text {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  
  .lead-text p {
    border: 2px dashed #a0837d;
    padding: 10px;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  .lead-text {
    margin: 0 auto;
    max-width: 960px;
    margin-bottom: 40px;
  }
  .lead-text p {
    border: 2px dashed #a0837d;
    padding: 15px;
    font-size: 1.4rem;
    text-align: center;
  }
}

/* =====================
  5.gnav
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .gnav {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  
  .gnav li {
    width: 23.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  
  .gnav li i.icon-sns {
    margin: 0 auto 15px;
  }
  
  .gnav li i.icon-search_room {
    font-size: 1.8rem;
  }
  
  .gnav li a {
    display: block;
    height: 55px;
    color: #353535;
    text-decoration: none;
    font-size: 2.6vw;
    border-right: 1px dashed #353535;
    padding: 3px 4px;
  }
  
  .gnav li a::before {
    display: block;
  }
  
  /*gnav-icon*/
  .gnav li.hateb a::before {
    content: "\e906";
  }
  
  .gnav li.twitter a::before {
    content: "\e90b";
  }
  
  .gnav li.sns a::before {
    content: "\e904";
  }
  
  .gnav li.search_room a::before {
    content: "\e904";
  }
  
  .gnav li i {
    display: block;
    margin: 0 auto 5px;
    font-size: 1.6rem;
    color: #4c4c4c;
  }
  
  .gnav li:nth-child(3) , 
  .gnav li:last-child {
    width: 23.5%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #ccc;
    font-size: 2.6vw;
    border-right: 1px dashed #353535;
    padding: 3px 4px;
  }
  
  .gnav li:nth-child(3) i , 
  .gnav li:last-child i {
    color: #ccc;
  }
  
  .gnav li a span {
    display: block
  }
  
  
  .gnav li:first-child a {
    border-left: 1px dashed #353535;
  }
  
  .gnav li span {
    
  }
}
/*PC版*/
@media screen and (min-width: 770px) {
  .gnav {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    margin-bottom: 40px;
  }
  .gnav li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px dashed #353535;
  }
  .gnav li::before {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  .gnav li:first-child {
    border-left: 1px dashed #353535;
  }
  .gnav li a {
    font-size: 1.6rem;
    padding: 5px;
    display: block;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gnav li:hover {
    border-bottom: 3px solid #25325f;
    margin-bottom: -3px;
  }
  .gnav li i {
    display: block;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  
  .gnav li i.icon-search_room {
    font-size: 2.4rem;
  }
  
  .gnav li:nth-child(3) , 
  .gnav li:last-child {
    font-size: 1.6rem;
    padding: 5px;
    display: block;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
  }
  
  .gnav li:nth-child(3):hover , 
  .gnav li:last-child:hover {
    border-bottom: none;
  }
  
  .gnav li a span {
    display: block;
  }
  .gnav li br {
    display: none;
  }
}

/* =====================
  6.hateb-campaign
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .hateb-campaign {
    padding: 20px 0 30px;
    margin: 0 auto 15px;
    background: #f4fafa;
    height: auto;
    overflow: hidden;
  }
  
  .hateb-campaign .contents-title {
    padding: 0 10px;
  }
  
  .hateb-post-btn {
    width: calc(100% - 20px);
    margin: 0 auto 30px;
  }
  
  /*hateb-about*/
  .hateb-about {
    margin: 0 auto 30px;
    width: calc(100% - 20px);
  }
  
  .hateb-about-inner {
    background: #fff;
    padding: 15px 10px;
    position: relative;
  }
  
  .hateb-about_bnr {
    margin-bottom: 20px;
  }
  
  .hateb-about_bnr img {
    width: 100%;
  }
  
  .grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  
  .grad-btn::before {
      content: "続きを読む"
    }
  
/*
  .hateb-about_text {
    position: relative;
    overflow: hidden;
    height: 210px;
  }

  
  .hateb-about_text::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; 
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  
  .grad-trigger {
    display: none; 
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"
  }
  .grad-trigger:checked ~ .hateb-about_text {
    height: auto; 
    margin-bottom: 15px;
  }
  .grad-trigger:checked ~ .hateb-about_text::before {
    display: none;
  }
*/
  
  /*hateb-present*/
  .hateb-present {
    margin: 0 auto 30px;
    padding: 0 10px;
    height: auto;
    overflow:  hidden;
  }
  
  .hateb-present_list li {
    position: relative;
  }
  
  .hateb-present_list li:first-child {
    margin: 0 auto 20px;
  }
  
  .hateb-present_list li:first-child::before , 
  .hateb-present_list li:nth-child(2)::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0;
    top: -15px;
  }
  
  .hateb-present_list li:first-child::before {
    background-image: url(../images/hateb-present-label_01.png);
  }
  
  .hateb-present_list li:nth-child(2)::before {
    background-image: url(../images/hateb-present-label_02.png);
  }
  
  .hateb-present_title_01 , 
  .hateb-present_title_02 {
    width: 80%;
  }
  
  .hateb-present_title_01::after {
    background-image: url(../images/hateb-present_title_label_01.png);
  }
  
  
  .hateb-present_title_02::after {
    background-image: url(../images/hateb-present_title_label_02.png);
  }
  
  /*hateb-application*/
  
  /*hateb-episode*/
  .hateb-episode {
    padding: 0 10px;
    margin: 0 auto 30px;
  }
  
  .hateb-episode-title {
    height: 6.5vh;
  }
  
  .hateb-episode-title span img {
    width: 45%;
  }
  
  .hateb-episode-list li {
    background: #fff;
    padding: 10px;
  }
  
  .hateb-episode-list li:first-child {
    margin: 0 auto 20px;
  }
  
  .hateb-episode-list_inner {
    border: 2px dashed #a0837d;
    padding: 10px;
  }
  
  .episode-account_images {
    text-align: center;
    margin: 0 auto 10px;
  }
  
  .episode-account_images img {
    border-radius: 50%;
    width: 30%;
    height: auto;
  }
  
  .episode-accont_name {
    text-align: center;
    margin: 0 auto 10px;
  }
  
  .episode-article_title {
    margin: 0 auto 10px;
  }
  
  /*hateb-requirements*/
  .hateb-requirements {
    padding: 0 10px;
  }
  
  .hateb-requirements-title {
    height: 3.5vh;
    margin: 0 auto 30px;
  }
  
  .hateb-requirements-title span {
    width: 80%;
  }
  
  .application-requirements {
    /*⬇︎ shdow */
    /*
    -webkit-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(173,173,173,1);
    */
    box-shadow: -1px -1px 2px #ccc inset;
    /* shdow ⬆︎*/
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    height: 45vh;
    overflow: auto;
  }
  
  .application-requirements-list {
    
  }
  
  .application-requirements-list dt {
    color: #2a335c;
    font-weight: bold;
    margin: 0 aut0 5px;
  }
  
  .application-requirements-list dd {
    margin: 0 auto 15px;
  }
  
  .application-requirements-list dd:last-child {
    margin: 0 auto;
  }
  
  .application-requirements-list ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .application-requirements-list li {
    
  }
}
/*PC版*/
@media screen and (min-width: 770px) {
  .hateb-campaign {
    background: #f4fafa;
    /*contents-title*/
    /*hateb-about*/
    /*hateb-present*/
    /*hateb-episode*/
    /*hateb-requirements*/
  }
  .hateb-campaign .hateb-campaign_inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 0 60px;
    font-size: 1.4rem;
  }
  
  .hateb-post-btn {
    margin: 40px auto 0;
    width: 700px;
  }
  
  .hateb-about-inner input , 
  .hateb-about-inner label {
    display: none;
  }
  
  .hateb-campaign .contents-title {
    width: 50%;
    margin: 0 auto 30px;
  }
  .hateb-campaign .hateb-about {
    margin: 0 auto 40px;
    background: #fff;
    display: flex;
    padding: 20px;
    border: 1px dashed #ccc;
  }
  .hateb-campaign .hateb-about .hateb-about_bnr {
    width: calc(40% - 10px);
    margin: 55px 10px 0px 0px;
    float: left;
  }
  .hateb-campaign .hateb-about .hateb-about_text {
    width: calc(58% - 10px);
    margin-left: 20px;
    font-size: 1.4rem;
    float: right;
  }
  .hateb-campaign .hateb-present {
    background: #f4fafa;
  }
  .hateb-campaign .hateb-present .contents-sub_title {
    text-align: center;
    width: 40%;
    height: 30px;
    margin: 0 auto 40px;
  }
  .hateb-campaign .hateb-present .contents-sub_title span {
    display: block;
    margin: 0 auto;
  }
  .hateb-campaign .hateb-present .lead_text {
    margin-bottom: 50px;
  }
  .hateb-campaign .hateb-present .hateb-present_list {
    display: flex;
  }
  .hateb-campaign .hateb-present .hateb-present_list li {
    background: url(../images/list-bg.png);
    padding: 15px;
    width: calc(50% - 10px);
    position: relative;
    box-sizing: border-box;
  }
  .hateb-campaign .hateb-present .hateb-present_list li::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0;
    top: -15px;
  }
  .hateb-campaign .hateb-present .hateb-present_list li:first-child {
    margin-right: 10px;
  }
  .hateb-campaign .hateb-present .hateb-present_list li:first-child::before {
    background-image: url(../images/hateb-present-label_01.png);
  }
  .hateb-campaign .hateb-present .hateb-present_list li:last-child {
    margin-left: 10px;
  }
  .hateb-campaign .hateb-present .hateb-present_list li:last-child::before {
    background-image: url(../images/hateb-present-label_02.png);
  }
  .hateb-campaign .hateb-present .hateb-present_list li .list-type01_inner {
    background: #fff;
    padding: 15px 10px;
  }
  .hateb-campaign .hateb-present .hateb-present_list li .list-type01_inner .hateb-present_title_01,
  .hateb-campaign .hateb-present .hateb-present_list li .list-type01_inner .hateb-present_title_02 {
    width: 80%;
  }
  .hateb-campaign .hateb-present .hateb-present_list li .list-type01_inner .hateb-present_title_01::after {
    background-image: url(../images/hateb-present_title_label_01.png);
  }
  .hateb-campaign .hateb-present .hateb-present_list li .list-type01_inner .hateb-present_title_02::after {
    background-image: url(../images/hateb-present_title_label_02.png);
  }
  .hateb-campaign .hateb-episode {
    margin: 0 auto 60px;
    font-size: 1.4rem;
  }
  .hateb-campaign .hateb-episode-title {
    width: 35%;
    height: 50px;
  }
  .hateb-campaign .hateb-episode-list {
    display: flex;
  }
  .hateb-campaign .hateb-episode-list li {
    background: #fff;
    padding: 15px;
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .hateb-campaign .hateb-episode-list li:first-child {
    margin-right: 10px;
  }
  .hateb-campaign .hateb-episode-list li:last-child {
    margin-left: 10px;
  }
  .hateb-campaign .hateb-episode-list_inner {
    border: 2px dashed #a0837d;
    padding: 15px;
  }
  
  .hateb-campaign .episode-account_images {
    text-align: center;
    margin: 0 auto 10px;
  }
  .hateb-campaign .episode-account_images img {
    border-radius: 50%;
    width: 30%;
    height: auto;
  }
  .hateb-campaign .episode-accont_name {
    text-align: center;
    margin: 0 auto 10px;
  }
  .hateb-campaign .episode-article_title {
    margin: 0 auto 10px;
  }
  .hateb-requirements-title {
    width: 40%;
    height: 30px;
    margin: 0 auto 35px;
  }
.hateb-requirements-title span {
    width: 80%;
  }
  .application-requirements {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    overflow: hidden;
    height: auto;
    box-shadow: none;
  }
  .application-requirements-list dt {
    color: #2a335c;
    font-weight: bold;
    margin: 0 aut0 5px;
  }
  .application-requirements-list dd {
    margin: 0 auto 15px;
  }
  .application-requirements-list dd:last-child {
    margin: 0 auto;
  }
  .application-requirements-list ul {
    list-style-type: disc;
    padding-left: 20px;
  }
}

/* =====================
  7.twitter-campagn
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
/*
  .twitter-campaign {
    padding-bottom: 10px;
  }
*/
  
  .twitter-campaign_inner {
    
  }
  
  .twitter-campaign .contents-title , 
  .twitter-campaign .lead_text {
    padding: 0 10px;
  }
  
  /*twitter-cource*/
  .twitter-cource {
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  
  .twitter-cource-title {
    height: 3vh;
    margin: 0 auto 30px;
  }
  
  .twitter-cource-title span img {
    width: 45%;
  }
  
  .twitter-cource_list li {
    position: relative;
  }
  
  .twitter-cource_list li:first-child {
    margin: 0 auto 30px;
  }
  
  .twitter-cource_list li:first-child::before , 
  .twitter-cource_list li:nth-child(2)::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0;
    top: -15px;
  }
  
  .twitter-cource_list li:first-child::before {
    background-image: url(../images/cource_label-01.png);
  }
  
  .twitter-cource_list li:nth-child(2)::before {
    background-image: url(../images/cource_label-02.png);
  }
  
  .cource-present_title_01 , 
  .cource-present_title_02 {
    width: 85%;
  }
  
  .cource-present_title_01::after {
    background-image: url(../images/cource-present_title_label_01.png);
    top: 25px;
  }
  
  .cource-present_title_02::after {
    background-image: url(../images/cource-present_title_label_02.png);
    top: 25px;
  }
  
  .cource-present_title_01 span , 
  .cource-present_title_02 span {
    padding-right: 20px;
    display: block;
  }
  
  .cource-present_title_01 span::after , 
  .cource-present_title_02 span::after {
    right: 30px;
  }
  
  .twitter-list {
    margin: 0 auto 20px;
  }
  
  .twitter-list li {
    
  }
  
  /*tab*/
  .tab_wrap {
    
  }
  
  .tab_area {
    border-bottom: 2px solid #709ec5;
    margin: 0 auto 15px;
    padding: 0 10px;
    display: flex;
  }
  
  .tab_area li {
    display: block;
    width: calc(100% - 20px/2);
    padding: 8px 5px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #cccccc;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
  }
  
  .tab_area li:first-child {
    margin-right: 10px;
  }
  
  .tab_area li.is-active {
    background: #709ec5;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    border: none;
  }
  
  .tab-panel {
    display: none
    
  }
  .tab-panel.is-active {
    display: block
    
  }
  
  .panel01 {
    display: block;
  }
  
  .tab_panel.active {
    display: block;
  }
  
  .twitter-step-list li {
    padding: 10px;
    border: 2px dashed #b48e8e;
  }
  
  .twitter-step-list li:first-child {
    position: relative;
    margin: 0 auto 45px;
  }
  
  .twitter-step-list li:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #2a335c transparent transparent transparent;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .twitter-step-list dl {
    margin: 0 auto 5px;
  }
  
  .twitter-step-list dt {
    color: #dc6f17;
  }
  
  .twitter-example {
    padding: 0 10px;
  }
  
  .twitter-example-title {
    height: 6.5vh;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  .twitter-campaign {
    padding-bottom: 10px;
  }
  .twitter-campaign_inner {
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.4rem;
    padding: 40px 0 60px;
  }
  .contents-title {
    width: 50%;
    margin: 0 auto 30px;
  }
  /*twitter-cource*/
  .twitter-cource {
    margin: 0 auto 30px;
  }
  .twitter-cource-title {
    margin: 0 auto 40px;
    width: 30%;
    height: 25px;
  }
  .twitter-cource_list {
    display: flex;
  }
  .twitter-cource_list li {
    width: calc(50% - 10px);
    box-sizing: border-box;
    position: relative;
  }
  .twitter-cource_list li:first-child {
    margin-right: 10px;
  }
  .twitter-cource_list li:last-child {
    margin-left: 10px;
  }
  .twitter-cource_list li:first-child::before,
  .twitter-cource_list li:nth-child(2)::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0;
    top: -15px;
  }
  .twitter-cource_list li:first-child::before {
    background-image: url(../images/cource_label-01.png);
  }
  .twitter-cource_list li:nth-child(2)::before {
    background-image: url(../images/cource_label-02.png);
  }
  .cource-present_title_01,
  .cource-present_title_02 {
    width: 85%;
  }
  .cource-present_title_01::after {
    background-image: url(../images/cource-present_title_label_01.png);
    top: 25px;
  }
  .cource-present_title_02::after {
    background-image: url(../images/cource-present_title_label_02.png);
    top: 25px;
  }
  .cource-present_title_01 span,
  .cource-present_title_02 span {
    padding-right: 20px;
    display: block;
  }
  .cource-present_title_01 span::after,
  .cource-present_title_02 span::after {
    right: 30px;
  }
  .twitter-list {
    margin: 0 auto 20px;
    display: flex;
  }
  
  .twitter-list li {
    width: calc(33.3333% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
  
  .twitter-list-two {
    margin: 0 auto 20px;
    display: flex;
    width: 600px;
  }
  
  .twitter-list-two li {
    width: calc(50% - 0px);
    margin-right: 10px;
    margin-left: 10px;
  }
  
  /*tab*/
  .tab_area {
    margin: 0 auto;
    display: flex;
  }
  .tab_area li {
    display: block;
    width: calc(100% - 20px/2);
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #cccccc;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
  }
  .tab_area li:first-child {
    margin-right: 5px;
  }
  .tab_area li:last-child {
    margin-left: 5px;
  }
  .tab_area li.is-active {
    background: #a0b4c5;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    border: none;
  }
  .panel_area {
    padding: 20px;
    border: 4px solid #a0b4c5;
  }
  .tab-panel {
    display: none;
  }
  .tab-panel.is-active {
    display: block;
  }
  .panel01 {
    display: block;
  }
  .tab_panel.active {
    display: block;
  }
  .twitter-step-list {
    display: flex;
  }
  .twitter-step-list li {
    padding: 15px;
    border: 2px dashed #b48e8e;
  }
  .twitter-step-list li:first-child {
    position: relative;
    width: 45%;
    margin-right: 10%;
  }
  .twitter-step-list li:last-child {
    width: 45%;
  }
  .twitter-step-list li:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #709dc5 transparent transparent transparent;
    right: -75px;
    top: 50px;
    margin: auto;
    transform: rotate(-90deg);
  }
  .twitter-step-list dl {
    margin: 0 auto 10px;
  }
  .twitter-step-list dt {
    color: #dc6f17;
    font-weight: bold;
  }
  
  .twitter-example {
    margin: 0 auto 30px;
  }
  
  .twitter-example-title {
    width: 40%;
    height: 50px;
  }
  
  
}

/* =====================
  8.about-sns
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .about-sns {
    background: #f4fafa;
    padding: 20px 0;
/*    margin: 0 auto 20px;*/
  }
  
  .about-sns_inner {
    padding: 0 10px;
  }
  
  .about-sns-twitter {
    margin: 40px auto 40px;
  }
  
  .about-sns-twitter-title {
    height: 3vh;
  }
  
  .about-sns-twitter-title span img {
    width: 50%;
  }
  
  /*about-sns-instagram*/
  .about-sns-instagram {
    
  }
  
  .about-sns-instagram-title {
    height: 3.0vh;
    margin: 0 auto 25px;
  }
  
  .about-sns-instagram-title span img {
    width: 60%;
  }
  
  .about-sns-instagram_list {
    text-align: center;
  }
  
  /*instagram*/
  .img-circle {
    width: 25%;
    height: auto;
  }
}

/*PC版*/
@media screen and (min-width: 770px) {
  .about-sns {
    background: #f4fafa;
    margin: 0 auto;
  }
  .about-sns_inner {
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.4rem;
    padding: 40px 0 60px;
  }
  .about-sns-twitter {
    margin: 60px auto 60px;
  }
  .about-sns-twitter-title {
    width: 40%;
    height: 25px;
    margin: 0 auto 30px;
  }
  /*about-sns-instagram*/
  .about-sns-instagram-title {
    height: 30px;
    width: 45%;
    margin: 0 auto 30px;
  }
  
  .about-sns-instagram_list {
    text-align: center;
  }
  .about-sns-instagram_list li iframe {
    height: 690px !important;
    overflow: hidden;
  }
  
  .sns-follow-btn {
    width: 700px;
    margin: 0 auto;
  }
}

/* =====================
  9.search-room
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .search-room {
    padding: 0 10px;
    margin: 0 auto 30px;
  }
  
  .search-room .contents-title i {
    font-size: 2.8rem;
  }
  
  .search-room-text_area {
    display: inline-block;
    position: relative;
    margin: 0 auto 10px;
  }
  
  .search-room-images {
    width: 25%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .search-room-images img {
    width: 100%;
  }
  
  .search-room-text {
    width: 70%;
    float: right;
  }
}

/* PC版*/
@media screen and (min-width: 770px) {
  .search-room_inner {
    margin: 0 auto;
    max-width: 960px;
    font-size: 1.4rem;
    padding: 40px 0 60px;
  }
  .search-room-text_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 670px;
    margin: 0 auto 20px;
  }
  .search-room-images {
    width: 15%;
    float: left;
  }
  
  .search-room-text {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border: 2px solid #ccc;
    float: right;
    margin-left: 40px;
    border-radius: 8px;
  }
  
  .search-room-text:after , 
  .search-room-text:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .search-room-text:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
  }
  .search-room-text:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 23px;
    margin-top: -23px;
  }
}

/* =====================
  10.20181010_追加分
===================== */
/*SP版*/
@media screen and (max-width: 769px) {
  .finished-campaign {
    text-align: center;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #f00;
  }
}

/* PC版*/
@media screen and (min-width: 770px) {
  .finished-campaign {
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
    color: #f00;
    font-size: 16px;
  }
}
  /*======================================================= ⬆︎2018/09 はてぶキャンペーン追記 */
/* 不動産・賃貸物件情報の見方 */
.annotation{
	font-size: 12px;
}
.housinginfoImg{
	width: 150px;
}
.housinginfoImg img{
	width: 100%;
}