@charset "utf-8";


/* CSS Document */


/* 20180509 作成　ver.1.0.0 */


/*header仮修正*/


/*-------------------
製品ページ　契約書セミナーページ用CSS
/asp/seminar/・・・
-------------------*/

#asp {
    font-size: 16px;
}

.contents {
    /*  width: 90%;*/
    max-width: 64em;
    margin: auto;
}

.btn a:hover {
    opacity: 0.85;
    cursor: pointer;
}


/* タブレット縦サイズ 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) {}



/*-----------------
 *メインビジュアル
-----------------*/

#asp .main-v {
    padding-top: 8em;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-image: url("/web/jp/asp/seminar/images/201706_beonereport_mainv-bg.jpg");
    background-size: 1200px;
    background-position: right center;
    background-color: #f7f6f5;
}

#asp .main-v p.lead,
#asp h1 {

    color: #333;
    text-align: center;
}


#asp .main-v h1 {
font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1.2em;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
}

#asp .main-v h1 img {
    height: 40px;
    width: auto;
    padding-right: 0.2em;
}

#asp .main-v h1 span {
    color: #e19140;
    padding-left: 0.2em;
}

#asp .main-v .point {
    margin-bottom: 2em;
    text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff, -1px -1px 8px #fff;
    text-align: center;
    font-size: 0.9em;
}
#asp .main-v .point p{
    margin-bottom: 0.7em;
}
#asp .main-v .point span img {
    width: 25px;
    padding-left: 20px;
    padding-right: 10px;
}


/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #asp .main-v .point {
    font-size: 1.2em;
}
    #asp .main-v h1 {
        font-size: 2em;
    }

}




/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #asp .main-v {
        margin-top: 40px;
        background-size: 100%;
    }

}





/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:75em) {

}








/*-----------------
 *各section　上下の余白・背景
-----------------*/

#sec-merit,
#sec-purpose,
 #sec-information{
    padding: 60px 0;
}
#sec-catch{
    padding: 30px 0 60px 0;
}
#sec-voice{
    padding: 0 0 60px 0;
}

#sec-information {
    background-color: #fbf9f7;
}
#sec-catch,#sec-purpose{
    background-color: #f5f9fb;
}

#sec-catch .contents,
#sec-voice .contents,
#sec-purpose .contents,
.sec-share .contents {
    width: 90%;
    max-width: 1024px;
    margin: auto;
}

#sec-catch dl {}

#sec-catch dl dt {
    font-size: 1.2em;
    color: #105579;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

#sec-catch dl dd {
    font-size: 0.9em;
    line-height: 1.6em;
}


#sec-catch a{
    text-decoration: underline;
    color: #333333;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-catch {
        background-position: bottom center;
    }
}




.sec-share{
    text-align:right;
    padding:1.5em 0 0 0;
    background-color: #f5f9fb;
}

.sec-share .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
.sec-share{
    text-align:right;
}

}
/*---;--------------
 *見出し　デザイン設定
-----------------*/

h2 {
    color: #333;
    font-weight: normal;
    margin-bottom: 40px;
    font-size: 1.3em;
    line-height: 1.75em;
    text-align: center;
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    h2 {
        font-size: 1.75em;
    }
}





/*-----------------
 *sec-merit　導入すると
-----------------*/

#sec-merit .merit-area {
    margin-bottom: 60px;
}


#sec-merit dl.merit {
    width: 90%;
    margin: 0 auto 70px;
    text-align: center;
}

#sec-merit dl.merit:last-child {
    margin: 0 auto 0;
}

#sec-merit dl.merit dt.title h3 {
    font-size: 1.3em;
    line-height: 1.5;
    color: #105579;
    margin: 0;
}

#sec-merit dl.merit dt.title {
    font-size: 0.9em;
    margin-bottom: 1em;
    color: #999999;
}

#sec-merit dl.merit dt.img-area {
    margin-bottom: 1em;
}

#sec-merit dl.merit dd.text p {
    font-size: 0.9em;
    line-height: 1.6;
    margin-bottom: 1em;
    text-align: left;
    margin-bottom: 1em;
}

#sec-merit dl.merit dd.text p:last-child {
    margin-bottom: 0;
}

#sec-merit h2 { font-size: 25px; color: #105579; text-align: center; font-weight: bold; }
#sec-merit h2 span.toptext { font-size: 30px; color: #fff; background-color: #105579; padding: 6px 14px; margin-right: 5px; }



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-merit dl.merit {
        margin: 0 auto 40px;
    }
    #sec-merit dl.merit dt.title h3 {
        margin: 0 0 1em 0;
        font-size: 1.8em;
    }

    #sec-merit dl.merit1 dt.title,
    #sec-merit dl.merit3 dt.title {
        text-align: left;
        float: left;
        width: 60%;
    }
    #sec-merit dl.merit1 dd.text,
    #sec-merit dl.merit3 dd.text {

        float: left;
        width: 60%;
    }
    #sec-merit dl.merit1 dt.img-area,
    #sec-merit dl.merit3 dt.img-area {
        float: right;
    }

    #sec-merit dl.merit2 dt.title {
        text-align: left;
        float: right;
        width: 60%;
    }
    #sec-merit dl.merit2 dd.text {

        float: right;
        width: 60%;
    }
    #sec-merit dl.merit2 dt.img-area {
        float: left;
    }

    #sec-merit .merit {
        width: 90%;
        margin: 0 auto 5em;
    }
}



/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {


    #sec-merit dl.merit1 dt.title,
    #sec-merit dl.merit3 dt.title {
        width: 70%;
    }
    #sec-merit dl.merit1 dd.text,
    #sec-merit dl.merit3 dd.text {
        width: 70%;
    }

    #sec-merit dl.merit2 dt.title {
        width: 70%;
    }
    #sec-merit dl.merit2 dd.text {
        width: 70%;
    }
}


/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:75em) {
        #sec-merit dl.merit {
        width: 100%;
    }

}


/*-----------------
 *sec-voice ページ最後
-----------------*/

#sec-voice {
    text-align: center;
}

#sec-voice .voice {
    text-align: center;
    border: 1px solid #105579;
}

#sec-voice .voice .inner .img-area {
    margin-bottom: 1em;
}

#sec-voice .voice .inner .text .title {
    margin: 1.5em 0 1em 0;
    font-size: 1em;
}

#sec-voice .voice .inner .text p {
    line-height: 1.5;
    font-size: 0.9em;
    text-align: left;
}


#sec-voice .contents h4 {
    padding: 1.1em 0;
    font-size: 1.2em;
    border-bottom: 1px solid #105579;
        background: #105579;
    color: #FFFFFF;
}
#sec-voice table th,
#sec-voice table td {
    width: 80%;
    display: inline-block;
   /* padding: 20px 5%;*/
}

#sec-voice table th {
    padding: 2em 0 0 0;
    text-align: center;
}
#sec-voice table td {
padding: 2em 0;
    text-align: left;

}
#sec-voice table td .title{
    margin-bottom: 1em;
     line-height: 1.4;
}
#sec-voice table td p{
 line-height: 1.4;
 font-size: 0.9em;
    }
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    #sec-voice {
         margin: 0 auto;
           max-width: 700px;
    }
#sec-voice table th, #sec-voice table td {
    display: table-cell;
}
#sec-voice table th {
    padding: 2em 0 2em 0;
    text-align: center;
    width: 40%;
}

    #sec-voice table td {
        padding: 2em 2em 2em 0;
        width: 60%;
        text-align: left;
    }
#sec-voice table td .title{
    margin: 1.5em 0;

}
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {


}



/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:75em) {


}


/*/----------
コンバージョンエリア　ボタンなど
------------/*/

#sec-purpose { text-align: center; }
#sec-purpose .cnv_btn {
    margin: 1em auto;
}

#sec-purpose p.add {
    line-height: 1.5;
    font-size: 0.9em;
    margin-bottom: 2em;
}

#sec-purpose .contents {
    width: 90%;
    margin: 0 auto;
}

#sec-purpose .contents h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
    padding: 20px 0 0 0;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
#sec-purpose .contents h4 {
    font-size: 1.2em;
}

    }


/*-----------------
 *sec-information ページ最後
-----------------*/

#sec-information p {
    text-align: center;
    line-height: 1.7em;
}

#sec-information p.tel {
    font-size: 1.8em;
}


