@charset "utf-8";
/* CSS Document */
/* 20180313 作成　*/
/* 20181015 改修　ver.1.1 */

/*-------------------
製品ページ　契約書TOPページ用CSS
/contract/workflow.asp
-------------------*/
#contract {
    font-size: 16px;
}
.contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
}
.btn a:hover {
    opacity: 0.85;
    cursor: pointer;
}
p.tx-link a {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #2684e2;
    text-decoration: underline;
}
p.tx-link a:hover {
    opacity: 0.8;
}
h2 {
	font-weight: bold;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 2.5em 0 1em;
}
p.clear {
    font-size: 1.25em;
    line-height: 1.4;
    font-weight: bold;
    color: #934b81;
    text-align: center;
    margin-bottom: 4px;
}
p.clear.black {
    color: #333333;
}
p.clear:last-child {
    margin-bottom: 0;
}
#sec-merit,
#sec-property {
    padding: 0 0 60px;
    background: url(/web/jp/asp/buyer/images/menu-kanri_line-sp.png) top center no-repeat;
    text-align: center;
}
#sec-function{
    padding: 0 0 60px;
    background-color: #f8f8f8;
}
#sec-cnv {
    padding: 60px 0;
    background-image: url(/web/jp/contract/images/top_cnv_bg.jpg);
    background-size: cover;
    background-position: center;
}
#sec-catch .contetns,
#sec-property .contetns,
#sec-merit .contetns {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    h2 {
		text-align: center;
		font-size: 1.5em;
		padding: 60px 0 40px;
		line-height: 1.4em;
    }
    #sec-merit,
    #sec-property{
        background: url(/web/jp/asp/buyer/images/menu-kanri_line-pc.png) top center no-repeat;
    }
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {}


/*/-----------
メインビジュアル
---------------/*/
.page_title {
	background: linear-gradient(#f2e6ef, #fff5fc);
    text-align: center;
	padding: 6.75em 0 1.75em;
}
.page_title h1 {
	color: #934b81;
	font-weight: bold;
    font-size: 1.7em;
  /*  font-weight: bold;*/
    margin: 0;
    /*text-shadow: -2px -2px 40px #fff, 2px -2px 40px #fff, 2px 2px 40px #fff, -2px 2px 40px #fff;
*/
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .page_title {
		padding: 8em 0 2em;
    }

    .page_title h1 {
        font-size: 2em;
    }
}

/*/----------
キャッチ
------------/*/
#sec-catch {}
#sec-catch .catch_img {
    margin: 0 auto ;
    width: 250px;
    height: auto;
    text-align: center;
    position: relative;
    background-image: url(/web/jp/contract/images/workflow_catch-bg.jpg);
    background-size: 100%;
}
#sec-catch .catch_img img {
    margin: 1.5em 0 2em 0;
    width: 120px;
    opacity: 0.8;
}
#sec-catch dl dt {
    font-size: 1.25em;
    line-height: 1.7em;
    padding: 60px 0 20px;
    font-weight: bold;
}
#sec-catch dl dd {
    padding-bottom: 2em;
}
#sec-catch dl dd p {
    font-size: 1em;
    line-height: 1.7em;
}
#sec-catch .purpose {
    margin: 2em 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-catch .contetns {
        max-width: 1024px;
        margin-bottom: 3em;
    }
    #sec-catch dl {
        float: left;
        width: 50%;
    }
    #sec-catch dl dt {
        font-size: 1.5em;
        line-height: 1.7em;
    }
    #sec-catch dl dd p {
        font-size: 1em;
    }
    #sec-catch .catch_img {
        float: right;
        margin-top: 60px;
        width: 310px;
        height: 210px;
    }
    #sec-catch .catch_img img {
        width: 50%;
      margin: 1.8em 0 2em 0;      
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {

    #sec-catch dl {
        float: left;
        width: 65%;
    }
}

/*/----------
特徴
------------/*/
#sec-property {}
#sec-property .property .property-box {
    margin: 0 auto 3em auto;
}
#sec-property .property .property-box p {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
}
#sec-property .property .property-box .img-area {
    margin: 0 auto 1em auto;
    width: 250px;
    height: 250px;
    text-align: center;
    position: relative;
}
#sec-property .property .property-box .img-area .title {
    position: absolute;
    top: 2.5em;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
#sec-property .property .property-box .img-area img {
    margin-top: 5em;
    width: 130px;
    height: 130px;
}
#sec-property .property .property-box .img-area-01 {
    background-image: url(/web/jp/contract/images/workflow_property-01_bg.jpg);
}
#sec-property .property .property-box .img-area-02 {
    background-image: url(/web/jp/contract/images/workflow_property-02_bg.jpg);
}
#sec-property .property .property-box .img-area-03 {
    background-image: url(/web/jp/contract/images/workflow_property-03_bg.jpg);
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-merit {}
    #sec-property .property .property-box .img-area .title {
        top: 4em;
    }
    #sec-property .property .property-box .img-area img {
        margin-top: 6em;
        width: 110px;
        height: 110px;
    }
    #sec-property .property .property-box {
        width: 33%;
        float: left;
    }
    #sec-property .property .property-box .img-area {
        background-position: center;
        width: 100%;
        height: 270px;
        background-size: 90%;
    }
    #sec-property .property .property-box p {
        margin: 0 2em;
        text-align: left;
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-property .property .property-box .img-area {
        background-size: 80%;
    }
    #sec-property .property .property-box .img-area .title {
        top: 3em;
    }
    #sec-property .property .property-box .img-area img {
        margin-top: 5.5em;
        width: 130px;
        height: 130px;
    }
}

/*/----------
メリット
------------/*/
#sec-merit {}
#sec-merit .merit {
    margin-bottom: 1em;
}
#sec-merit .merit .merit-box {
    background-color: #fff7f9;
    width: 46%;
    float: left;
    height: 150px;
    margin-bottom: 8%;
    position: relative;
}
#sec-merit .merit .merit-box span {
    display: none;
}
#sec-merit .merit .merit-box:nth-child(odd) {
    margin-right: 8%;
}
#sec-merit .merit .merit-box p {
    position: absolute;
    bottom: 0.5em;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
}
#sec-merit .merit .merit-box img {
    width: 124px;
    height: 99px;
}
#sec-merit .merit .merit-box span {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 70px;
    color: #FFFFFF;
    font-weight: bold;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
    #sec-merit .merit {
        margin-bottom: 2em;
    }
    #sec-merit .merit .merit-box {
        height: 180px;
        padding-top: 1em;
    }
    #sec-merit .merit .merit-box span {
        display: block;
    }
    #sec-merit .merit .merit-box p {
        font-size: 1.1em;
    }
    #sec-merit .merit .merit-box img {
        width: 170px;
        height: 102px;
    }
    #sec-merit .merit .merit-box {
        width: 47%;
        margin-bottom: 4%;
    }

    #sec-merit .merit .merit-box:nth-child(odd) {
        margin-right: 6%;
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    #sec-merit .merit {
        margin-bottom: 3em;
    }
    #sec-merit .merit .merit-box {
        width: 27%;
        height: 190px;
    }
    #sec-merit .merit .merit-box {
        margin: 3% 3% 0.5% 3%;
    }
    #sec-merit .merit .merit-box:nth-child(odd) {
        margin: 3% 3% 0.5% 3%;
    }
	#sec-merit .merit .merit-box:nth-child(1),
	#sec-merit .merit .merit-box:nth-child(2),
	#sec-merit .merit .merit-box:nth-child(3){
		margin-top: 0;
	}
}

/*-----------------
*sec-function　主な機能
-----------------*/
.function-box li {
    width: 48%;
    height: 60px;
    margin-bottom: 16px;
    background-color: #FFFFFF;
    border-radius: 12px 12px 0px 12px;
    font-size: 1em;
    text-align: center;
    float: left;
}
.function-box li.function-tx-s {
    line-height: 20px;
}
.function-box li:nth-child(odd) {
    margin-right: 4%;
}
.function-box li:last-child {
    margin-bottom: 40px;
}
.function-box li p {
    margin-top: 20px;
}
.function-box li.function-tx-s p {
    margin-top: 13px;
}
#sec-function a {
    text-align: center;
    display: block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
.function-box li.function-tx-s p {
    margin-top: 20px;
}

    .function-box li {
            font-size: 1.25em;
        width: 31%;
    }
    .function-box li:nth-child(odd) {
        margin-right: 0;
    }
    .function-box li {
        margin-right: 3%!important;
    }
    .function-box li:nth-child(3),
    .function-box li:nth-child(6) {
        margin-right: 0!important;
    }
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
    .function-box li {
        width: 22%;
        margin-bottom: 24px;
    }
    .function-box li {
        margin-right: 4%!important;
    }
    .function-box li:nth-child(3),
    .function-box li:nth-child(6) {
        margin-right: 4%!important;
    }
    .function-box li:nth-child(4),
    .function-box li:nth-child(8) {
        margin-right: 0!important;
    }
}

/*-----------------
 *sec-cnv　コンバージョンエリア
-----------------*/
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .section_lead {
        font-size: 1.5em;
    }
}


/*-----------------
 *CVボタン
-----------------*/
.mail {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 20px;
}
.annotation{
	color: #666;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 15px; 
}
.cnv-btn {
    width: 90%;
    max-width: 32em;
    margin: auto;
    text-align: center;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
    .step-box p.title {
        padding-bottom: 30px;
    }
    .mail {
    	margin-top: 40px;
	}
}