@charset "UTF-8";

/*---------------------------------
       一般・共有
----------------------------------*/
html {
    font-size: 62.5%
}
body {
    color: #56372f;
    background: #fff;
    font-size: 140%;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.4;
}
.inner{
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 10px;
}
h3 {
    margin: 10px 0 35px;
    text-align: center;
}
h3 > img {
    max-width: 320px;
    width: 100%;
    padding: 0 10px;
}
.campaign-summary,
.point-area,
.requirement-area
{
    background: #f8f8f8;
}
.merit-area,
.step-area,
.question-area{
    background: url(../images/bg-wood@2x.png) repeat top center;
    background-size: 40px;
}
.emphasis{
    color: #6d9b7b;
}
.attention{
    font-size: 1.2rem;
}
.attention::before{
    content: "\00203b";
    display: inline-block;
    margin-right: 5px;
}
#wrapper{
    overflow: hidden;
}
.pc-only{
    display: none !important;
}

/*---------------------------------
　　ヘッダー
----------------------------------*/
header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 68px;
    -webkit-box-shadow: 0 2px 3px 0 #e3e3e3;
    -moz-box-shadow: 0 2px 3px 0 #e3e3e3;
    -ms-box-shadow: 0 2px 3px 0 #e3e3e3;
    box-shadow: 0 2px 3px 0 #e3e3e3;
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f2f2f2),color-stop(100%,#f2f2f2));
    background-image: -webkit-linear-gradient(#fefefe,#f2f2f2);
    background-image: -moz-linear-gradient(#fefefe,#f2f2f2);
    background-image: -o-linear-gradient(#fefefe,#f2f2f2);
    background-image: linear-gradient(#fefefe,#f2f2f2);
    font-weight: bold
}

header.noneHeaderWord {
    height: 46px
}

header h1.spHeaderWord {
    padding: 4px .6em;
    background: #f7f7f7;
    color: #666;
    font-size: 8.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
    height: 23px;
    line-height: 1.5
}

header .head_inner ul li {
    float: left;
    border-right: 1px solid #ccc;
    height: 45px;
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center
}

header .head_inner ul li a {
    color: #000;
    font-size: 10px
}

header .head_inner ul li a.active {
    color: #06c
}

header .head_inner ul li:first-child {
    width: 40%;
    padding: 1px 6px 0
}

header .head_inner ul li:first-child a {
    background: url(/sp/cn/images/index/logo_net_chintai_2018spring_sp.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    display: block;
    width: 120px;
    height: 40px;
    -webkit-background-size: 121.5px 40.5px;
    -moz-background-size: 121.5px 40.5px;
    -ms-background-size: 121.5px 40.5px;
    background-size: 121.5px 40.5px;
    text-indent: -9999px;
    margin: 0 auto
}

header .head_inner ul li:nth-child(2) {
    width: 24%
}

header .head_inner ul li:nth-child(2) a {
    background: url(/sp/cn/images/common2014/common/icn_heart_01.png) no-repeat left center;
    -webkit-background-size: 12px;
    -moz-background-size: 12px;
    -ms-background-size: 12px;
    background-size: 12px;
    display: block;
    padding-left: 17px
}

header .head_inner ul li.favorite_header_link {
    padding: 10px 2px
}

header .head_inner ul li.favorite_header_link a {
    background-position: center 0;
    background-size: 16px;
    padding: 19px 0 0
}

header .head_inner ul li.favorite_header_link a span br {
    display: none
}

header .head_inner ul li:nth-child(3) {
    width: 23%
}

header .head_inner ul li:nth-child(3) a {
    background: url(/sp/cn/images/common2014/common/icn_option_01.png) no-repeat left center;
    -webkit-background-size: 13px;
    -moz-background-size: 13px;
    -ms-background-size: 13px;
    background-size: 13px;
    padding-left: 19px;
    display: block
}

header .head_inner ul li#history_header {
    width: 23%
}

header .head_inner ul li#history_header a {
    background: url(../images/sp_history.png) no-repeat left center;
    background-position: center 0;
    -webkit-background-size: 13px;
    -moz-background-size: 13px;
    -ms-background-size: 13px;
    background-size: 18px;
    padding: 19px 0 0;
    display: block;
    border-right: 0;
    height: auto
}

header .head_inner ul li:last-child {
    border-right: 0
}

header .head_inner ul li:last-child a {
    background: url(/sp/cn/images/common2014/common/icn_side_menu.png) no-repeat scroll 0 0 rgba(0,0,0,0);
    display: block;
    width: 19px;
    height: 15px;
    -webkit-background-size: 19px 15px;
    -moz-background-size: 19px 15px;
    -ms-background-size: 19px 15px;
    background-size: 19px 15px;
    margin: 0 auto
}

#favorite_header .count>span,#history_header .count>span {
    padding: 1px 0;
    display: inline-block;
    color: #fff
}

.head_nav {
    position: relative
}

#g_nav {
    position: absolute;
    top: 68px;
    right: -326px;
    background: #f7f7f7;
    width: 320px;
    height: calc(100vh - 68px);
    text-align: left;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-top: solid 1px #ccc;
    display: block;
    overflow: auto
}

#g_nav.noneHeaderWordNav {
    top: 46px;
    height: calc(100vh - 46px)
}

#g_nav>p,#g_nav ul li a {
    width: 100%;
    color: #000;
    padding: 10px .6em .6em;
    text-align: left;
    border-bottom: solid 1px #ccc
}

#g_nav>p {
    font-weight: bold;
    background: #f7f7f7
}

#g_nav ul li a {
    position: relative;
    text-decoration: none;
    background: #fff
}

#g_nav ul li a>span {
    background: url(../images/icn_search.png) no-repeat;
    background-size: 30px;
    height: 22px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

#g_nav span.nav_top {
    background: #fff;
    padding: 10px 0;
    max-width: 100%;
    display: block;
    margin: 10px .6em 100px;
    border-radius: 4px;
    text-align: center;
    font-size: 85%;
    border: solid 1px #ccc
}
#g_nav span.nav_top a{
    text-decoration: none;
    color: #06c;
}

#g_nav li .icn_ensen {
    background-position: 0 -48px
}

#g_nav li .icn_area {
    background-position: 0 -84px
}

#g_nav li .icn_tsukin {
    background-position: 0 -119px
}

#g_nav li .icn_rent {
    background-position: 0 -151px
}

#g_nav li .icn_theme {
    background-position: 0 -316px
}

#g_nav li .icn_line {
    background-position: 0 -439px
}

#g_nav li .icn_history {
    background-position: 0 -500px
}

#g_nav li .icn_realestate {
    background-position: 0 -284px
}

#g_nav li .icn_tel {
    background-position: 0 -378px
}

#g_nav li .icn_news {
    background-position: 0 -471px
}

#nav_toggle {
    width: 13%;
    height: 45px;
    padding: 13px 10px
}

#nav_toggle>div {
    position: relative
}

#nav_toggle span {
    display: block;
    height: 3px;
    width: 26px;
    background: #3ba3ed;
    margin: 0 auto 5px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.open #nav_toggle span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.open #nav_toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg)
}

.open #nav_toggle span:nth-child(2) {
    display: none
}

.open #nav_toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

.open #g_nav {
    right: 0
}

.nav_bg {
    opacity: 0
}

.nav_bg.active {
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 800;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}



/*---------------------------------
メイン
----------------------------------*/
.main-area {
    padding: 65px 0 45px;
    background: url('../images/bg-wood@2x.png') repeat top center;
    background-size: 40px;
}
.main{
    background: url(../images/main_reef.png) repeat-x top center;
    background-size: 1300px;
    padding-top: 20px;
}
.main h2 > img{
    max-width: 1020px;
    width: 100%;
}

/*---------------------------------
ナビゲーション
----------------------------------*/
.page-nav {
    text-align: center;
    position: relative;
    min-height: 43vw;
    background: #f8f8f8;
}
.page-nav ul {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
}
.page-nav li {
    display: inline-block;
    width: 30.6%;
    padding: 4px;
    background: #fbf8ef;
    box-shadow: 0 3px 2px 0 #ccc;
    margin: 0 5px 10px 0;
}
.page-nav li:nth-child(3n+3){
    margin: 0 0 10px 0;
}
.page-nav li a {
    border: dashed 1px #a0837d;
    padding: 25px 5px;
    position: relative;
}
.page-nav li a::before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #56372f #56372f;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*---------------------------------
キャンペーン概要
----------------------------------*/
.campaign-summary {
    background: #f8f8f8;
    padding-top: 30px;
}
.campaign-summary > div > div {
    background: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    border: dashed 1px #a0837d;
    border-radius: 4px;
    line-height: 1.6;
    position: relative;
}
.campaign-summary > div > div:first-child {
    margin-bottom: 40px;
}
.campaign-summary > div > div > h3 {
    position: relative;
    top: -27px;
    margin: 0;
}
.campaign-summary > div > div > p{
    margin-bottom: 15px;
}
.campaign-summary > div > div > span {
    width: 90px;
    display: inline-block;
    position: absolute;
    left: -16px;
    bottom: -42px;
}
.campaign-summary > div > div > p > a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    border: solid 1px #56372f;
    color: #56372f;
    text-decoration: none;
    border-radius: 4px;
}
.campaign-summary > div > div > p > a span::after{
    content: "";
    display: inline-block;
    margin: -6px 0 0 10px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #56372f #56372f;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
}
.campaign-summary > div > div > p span.small-link a{
    color: #56372f;
}

/*---------------------------------
応募ボックス
----------------------------------*/
.app-box{
    background: url(../images/bg_search-sp@2x.png) no-repeat center top;
    background-size: cover;
    border-top: solid 4px #d1cbb4;
    border-bottom: solid 4px #d1cbb4;
}
.app-box.-max .inner{
    background: url(../images/deco_search-l@2x.png) no-repeat top -30px left -45px, url(../images/deco_search-r@2x.png) no-repeat bottom -20px right -20px;
    background-size: 110px,130px;
}
.app-box p.ttl {
    margin: 10px 0 5px;
    text-align: center;
}
.app-box p.ttl > img {
    max-width: 290px;
}
.app-box li{
    margin-bottom: 15px;
}
.app-box li a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    background: #fff;
    padding: 7px 10px;
    border: solid 1px #56372f;
    color: #56372f;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.6;
    box-shadow: 0 2px 2px 0 #ccc;
}
.app-box li a span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}
.app-box li a span.app-icn::before {
    background: url("../images/icn_phone@2x.png") no-repeat;
    background-size: contain;
}
.app-box li a span.search-icn::before {
    background: url("../images/icn_loop@2x.png") no-repeat;
    background-size: contain;
}

/*---------------------------------
メリット
----------------------------------*/

.merit-area .inner > p,
.merit-area .inner > .copy-txt{
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    border: solid 1px #56372f;
    color: #56372f;
    border-radius: 4px;
    margin-bottom: 35px;
}
.merit-area .inner > .copy-txt{
    padding: 15px 10px 10px;
    margin: 35px 0 15px;
    position: relative;
}
.merit-area li{
    position: relative;
    margin-bottom: 25px;
}
.merit-area li > span {
    display: inline-block;
    position: absolute;
    width: 200px;
    top: -32px;
    left: -10px;
    z-index: 2;
}
.merit-area ul li > p {
    text-align: center;
    position: relative;
    top: 15px;
    z-index: 1;
}
.merit-area ul li > p img {
    max-width: 280px;
    width: 100%;
    border: solid 1px #56372f;
    border-radius: 4px;
}
.merit-area li > div {
    background: #fff;
    padding: 30px 10px 15px;
    border: dashed 1px #a0837d;
    border-radius: 4px;
    position: relative;
}
.merit-area li > div strong {
    font-size: 1.6rem;
}
.merit-area li > div > span {
    position: absolute;
    z-index: 3;
}
.merit-area li:nth-child(1) > div > span {
    width: 95px;
    top: -45px;
    right: -30px;
}
.merit-area li:nth-child(2) > div > span {
    width: 95px;
    top: -30px;
    left: -20px;
}
.merit-area li:nth-child(5) > div > span {
    width: 95px;
    top: -40px;
    right: -20px;
}
.merit-area li > div p {
    margin-bottom: 15px;
}
.merit-area li > div p:last-child{
    margin-bottom: 0;
}
.merit-area .inner > .copy-txt > p > img {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}
.merit-area .inner > .copy-txt > span {
    position: absolute;
    display: inline-block;
}
.merit-area .inner > .copy-txt > span:nth-child(1) {
    width: 70px;
    top: -25px;
    left: -35px;
}
.merit-area .inner > .copy-txt > span:nth-child(3) {
    width: 50px;
    bottom: -32px;
    right: -26px;
}
/*---------------------------------
メリット・応募の流れ
----------------------------------*/
.list-area ul li {
    padding: 10px;
    background: #fff;
    box-shadow: 0 3px 2px 0 #ccc;
    margin: 0 10px 35px;
    text-align: center;
    position: relative;
    border-radius: 4px;
}
.list-area ul li:last-child{
    margin-bottom: 25px;
}
.list-area ul li > div {
    border: dashed 1px #a0837d;
}
.list-area li .number {
    display: inline-block;
    width: 90px;
    position: absolute;
    top: -51px;
    left: -20px;
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.list-area li .illust {
    display: block;
    padding: 15px 10px 10px;
}
.list-area li .illust > img {
    max-width: 190px;
    width: 100%;
}
.list-area ul li div > dl{
    background: #fbf8ef;
    padding: 15px 10px;
}
.list-area ul li div > dl dt{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
/*-------- ポイント ----------*/
.list-area .inner {
    position: relative;
}
.point-area .inner > span {
    display: inline-block;
    position: absolute;
}
.point-area .inner > span:nth-child(2) {
    top: 30px;
    left: -5px;
    width: 50px;
}
.point-area .inner > span:nth-child(3) {
    top: 120px;
    right: 5px;
    width: 25px;
}
.point-area .move{
    padding: 20px 0;
    border: dashed 1px #a0837d;
    background: url(../images/bg-wood@2x.png) repeat top center;
    background-size: 40px;
    border-radius: 4px;
}
.point-area .move-inner{
    margin: 0 auto;
    border-radius: 4px;
}
.point-area .move-inner iframe{
    width: 100%;
}
.point-area .move > p a {
    font-size: 1.6rem;
    color: #56372f;
    text-align: center;
    margin-top: 10px;
}
/*-------- ステップ ----------*/
.step-area h3 {
    background: url(../images/img_butterfly@2x.png) no-repeat bottom right;
    background-size: 60px;
}
.step-area ul li::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 17px solid #a0837d;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
}
.step-area ul li:last-child::before{
    display: none;
}
/*---------------------------------
応募要項
----------------------------------*/
.requirement-area dt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.requirement-area dd {
    border: solid 1px #56372f;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.requirement-area dd > p,
.requirement-area dd ol{
    margin-bottom: 10px;
}
.requirement-area dd p:nth-of-type(2) {
    margin-top: 10px;
}
.requirement-area dd ul li{
    list-style-type: disc;
    margin-left: 15px;
    word-break: break-all;
}
.requirement-area dd ul.attention-list{
    margin-top: 10px;
}
.requirement-area dd ul.attention-list > li{
    list-style-type: none;
    font-size: 1.2rem;
    margin-left: 0;
}
.requirement-area dd ul.attention-list > li::before{
    content: "\00203b";
    display: inline-block;
    margin-right: 5px;
}
.requirement-area dd ol li > span::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 10px;
}
/*---------------------------------
よくある質問
----------------------------------*/
.question-area dl {
    padding: 15px;
    border: solid 1px #56372f;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
}
.question-area dl dt {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: #a0837d 1px dashed;
    font-size: 1.6rem;
}
.question-area dl dt::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    background: url(../images/icn_Q@2x.png) no-repeat;
    background-size: contain;
}
.question-area dl dd{
    padding-top: 5px;
}
.question-area dl dd::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    background: url(../images/icn_A@2x.png) no-repeat center left;
    background-size: contain;
}
.question-area dl dt span,
.question-area dl dd span{
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}

/*---------------------------------
フッター
----------------------------------*/
.ft-area{
    background: #6d9b7b;
    padding: 20px 10px;
    text-align: center;
}
.ft-area ul li{
    display: inline-block;
}
.ft-area ul li::after {
    content: "\007c";
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.ft-area ul li:last-child::after{
    display: none;
}
.ft-area ul li a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}
.ft-area .copylight{
    color: #fff;
    margin-top: 10px;
    font-size: 1.2rem;
}
/*---------------------------------
レスポンシブ PC開始
----------------------------------*/
@media screen and (min-width: 480px){
}
@media screen and (min-width: 769px){
    .sp-only{
        display: none !important;
    }
    .pc-only{
        display: inline-block !important;
    }
    body{
        font-size: 1.5rem;
    }
    .inner{
        width: 1020px;
        padding: 30px 0;
    }
    .mb10{
        margin-bottom: 10px;
    }
    header {
        position: fixed;
        z-index: 700;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        min-width: 1020px;
        background-color: #f2f2f2;
        background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fefefe),color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top,#fefefe 0,#f2f2f2 100%);
        background: -moz-linear-gradient(top,#fefefe 0,#f2f2f2 100%);
        background: -o-linear-gradient(top,#fefefe 0,#f2f2f2 100%);
        background: linear-gradient(top,#fefefe 0,#f2f2f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFFEFEFE',endColorstr='#FFF2F2F2');
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
        box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    }

    header #hdInner{
        *zoom: 1;
        width: 1020px;
        height: 46px;
        margin: 0 auto;
        text-align: left;
    }
    header #hdInner p {
        display: inline-block;
        width: 137px;
        vertical-align: middle;
        padding: 5px 0;
    }
    header #hdInner h1 {
        display: inline-block;
        padding: 15px 5px;
        font-size: 10px;
        vertical-align: middle;
    }
    h3 {
        margin: 30px 0 35px;
    }
    h3 > img {
        max-width: 370px;
    }
    .merit-area h3 img {
        max-width: 600px;
    }
    .main{
        background-size: 1580px;
    }
    .main-area {
        padding: 45px 0;
    }
    .page-nav {
        min-height: 100px;
    }
    .page-nav ul {
        width: 1020px;
    }
    .page-nav li{
        width: 15.5%;
    }
    .page-nav li:nth-child(3n+3){
        margin: 0 5px 10px 0;
    }
    .page-nav li a{
        padding: 35px 5px;
    }
    .page-nav li a::before{
        bottom: 16px;
    }
    .page-nav li a:hover::before{
        bottom: 8px;
        transition: 0.3s;
    }
    .campaign-summary .inner {
        background: url('../images/bg_description@2x.png') no-repeat center top;
        background-size: 1020px;
        height: 650px;
    }
    .campaign-summary > div > div{
        border: 0;
        background: none;
        display: inline-block;
        vertical-align: top;
    }
    .campaign-summary > div > div:nth-child(1){
        width: 59.3%;
        height: 570px;
        padding: 20px 50px 20px;
    }
    .campaign-summary > div > div:nth-child(2){
        width: 40%;
        position: relative;
        top: 200px;
    }
    .campaign-summary > div > div > span{
        display: none;
    }
    .campaign-summary > div > div > h3{
        position: static;
        margin: 10px 0 35px;
    }
    .campaign-summary > div > div > p > a{
        width: 220px;
        margin: 0 auto;
        background: #fff;
        padding: 4px 10px;
    }
    .campaign-summary > div > div > p > a:hover{
        transition: 0.2s;
        border: solid 1px #6d9b7b;
        color: #fff;
        background: #6d9b7b;
    }
    .campaign-summary > div > div > p > a:hover span::after{
        transition: 0.2s;
        border-color: transparent transparent #fff #fff;
    }
    .app-box{
        text-align: center;
    }
    .app-box.-max {
        background: url(../images/deco_search-l@2x.png) no-repeat top -30px left -45px, url(../images/deco_search-r@2x.png) no-repeat bottom -20px right -20px,url(../images/bg_search-sp@2x.png) no-repeat center top;
        background-size: 160px,185px,cover;
    }
    .app-box.-max .inner{
        background: none;
    }
    .app-box li {
        display: inline-block;
        width: 49%;
    }
    .app-box li:nth-child(2) {
        margin-left: 10px;
    }
    .app-box p.ttl > img {
        max-width: 380px;
        margin-bottom: 5px;
    }
    .app-box li a {
        font-size: 1.8rem;
        padding: 10px;
    }
    .app-box li a:hover {
        transition: 0.2s;
        border: solid 1px #6d9b7b;
        color: #fff;
        background: #6d9b7b;
        box-shadow: none;
    }
    .app-box li a:hover span.app-icn::before {
        background: url(../images/icn_phone-on@2x.png) no-repeat;
        background-size: contain;
    }
    .app-box li a:hover span.search-icn::before {
        background: url(../images/icn_loop-on@2x.png) no-repeat;
        background-size: contain;
    }
    .merit-area .inner > p, .merit-area .inner > .copy-txt{
        width: 810px;
        margin: 0 auto 50px;
    }
    .merit-area li > div {
        margin-bottom: 40px;
    }

    .merit-area li:last-child {
        margin-bottom: 70px;
    }
    .merit-area li:nth-child(1){
        background: url(../images/flower-02@2x.png) no-repeat right 30px bottom;
        background-size: 100px;
    }
    .merit-area li:nth-child(4){
        background: url(../images/flower-03@2x.png) no-repeat left 30px bottom;
        background-size: 100px;
    }
    .merit-area ul li:nth-child(odd) > p,
    .merit-area li:nth-child(odd) > div,
    .merit-area ul li:nth-child(even) > p,
    .merit-area li:nth-child(even) > div
    {
        display: inline-block;
        vertical-align: top;
    }
    .merit-area ul li:nth-child(even) > p,
    .merit-area li:nth-child(even) > div
    {
        float: right;
    }
    .merit-area ul li:nth-child(odd) > p,
    .merit-area ul li:nth-child(even) > p{
        width: 350px;
    }
    .merit-area ul li > p img{
        max-width: 100%;
    }
    .merit-area li:nth-child(odd) > div,
    .merit-area li:nth-child(even) > div{
        width: 550px;
        top: 40px;
        border: dashed 2px #a0837d;
    }
    .merit-area li:nth-child(odd) > div{
        left: -40px;
        padding: 30px 20px 30px 60px;
    }
    .merit-area li:nth-child(even) > div{
        right: -40px;
        padding: 30px 60px 30px 20px;
    }
    .merit-area li:nth-child(even)::after{
        content: "";
        display: block;
        clear: both;
    }
    .merit-area li:nth-child(odd) > span {
        left: -30px;
    }
    .merit-area li:nth-child(even) > span {
        left: auto;
        right: 190px;
    }
    .merit-area li:nth-child(2) > div > span{
        width: 115px;
        top: auto;
        bottom: -20px;
        left: -60px;
    }
    .merit-area li:nth-child(5) > div > span {
        width: 125px;
        top: -50px;
        right: -40px;
    }
    .merit-area .inner > .copy-txt > p > img {
        max-width: 410px;
    }
    .list-area ul{
        margin-top: 60px;
    }
    .list-area ul li {
        margin: auto;
        margin-right: 10px;
        display: inline-block;
        width: 23.8%;
        vertical-align: top;
    }
    .list-area ul li:last-child {
        margin-right: 0;
    }
    .list-area li .illust {
        padding: 50px 10px 20px;
    }
    .list-area ul li div > dl {
        height: 130px;
    }
    .list-area ul li div > dl dd.attention {
        margin-top: 10px;
    }
    .step-area.list-area ul li div > dl{
        height: 150px;
    }
    .step-area ul li::before {
        bottom: 0;
        top: 45%;
        left: auto;
        right: -15px;
        bottom: auto;
        margin: auto;
        border-right: none;
        border-left: 13px solid #a0837d;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
    }
    .point-area .inner > span:nth-child(2) {
        top: 70px;
        left: 45px;
        width: 70px;
    }
    .point-area .inner > span:nth-child(3) {
        top: 160px;
        right: 75px;
        width: 35px;
    }
    .point-area .move{
        padding: 20px;
        position: relative;
    }
    .point-area .move-inner{
        width: 563px;
        height: 318px;
        border: solid 2px #56372f;
    }
    .point-area .move > p {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .point-area .move > p a:hover {
        text-decoration: none;
    }
    .step-area h3 {
        background: url(../images/img_butterfly@2x.png) no-repeat bottom left 80px;
        background-size: 75px;
    }
    .requirement-area dd{
        padding: 25px;
    }
    .question-area dl{
        padding: 25px;
    }
    .question-area dl dt {
        font-size: 1.8rem;
    }
    .ft-area ul li a {
        padding-right: 15px;
    }
    .ft-area ul li::after {
        margin-right: 15px;
    }
    .ft-area ul li a:hover{
        opacity: 0.8;
    }
    #anchorTop{
        position: fixed;
        z-index: 300;
        bottom: 0;
        right: 10px;
        display: none;
    }
}