/*-------------------
lpページ用CSS
/buyer/menu-kanri.asp
-------------------*/


/*/-----------
共通パーツ
---------------/*/

h2 {
    text-align: center;
    font-size: 1.25em;
    padding: 2.5em 0 1.5em;
    line-height: 1.4em;
}

.page_title {
    font-size: 0.9em;
    line-height: 1.3em;
    padding: 0.5em;
    margin: auto 1em;
}

.text_none {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}





/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    .sm_none {
        display: none;
    }
}





/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    h2 {
        text-align: center;
        font-size: 2em;
        padding: 2.5em 0 1.5em;
        line-height: 1.4em;
    }
    .md_none {
        display: none;
    }
}





/*/-----------
メインビジュアル
---------------/*/

#restaurant .main-v {
    background: url("/web/jp/asp/buyer/images/restaurant_mainv.jpg") top no-repeat;
    background-size: cover;
    text-align: center;
    padding:6.5em 0 2em 0;
}

#restaurant .main-v p.sub-title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
    color: #86b81b;
    margin: 0.4em 0 0.5em 0;
}

#restaurant .main-v h1 {
    font-size: 1.7em;
    line-height: 1.4em;
    color: #86b81b;
    font-weight: bold;
    margin: 0;
}

#wholesaler .main-v {
    background: url("/web/jp/asp/buyer/images/wholesaler_mainv.jpg") top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6.5em 0 2em 0;
}

#wholesaler .main-v p.sub-title {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.5em;
    color: #86b81b;
    margin: 0.4em 0 0.5em 0;
}

#wholesaler .main-v h1 {
    font-size: 1.7em;
    line-height: 1.4em;
    color: #86b81b;
    font-weight: bold;
    /*padding-bottom: 0.4em;*/
    margin: 0;
}

.main-v {
    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) {

    #restaurant .main-v {
        padding: 10em 0 3em 0;
    }



    #restaurant .main-v p.sub-title {
        font-size: 1.3em;
        margin: 0.4em 0 0.5em 0;
    }

    #restaurant .main-v h1 {
        font-size: 2.5em;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
    #wholesaler .main-v {
        padding:10em 0 3em 0;
    }

    #wholesaler .main-v p.sub-title {
        font-size: 1.3em;
        margin: 0.4em 0 0.5em 0;
    }

    #wholesaler .main-v h1 {
        font-size: 2.5em;
        line-height: 1.2em;
        margin-bottom: 0.5em;
    }
}

.main-v_point .curled-box {
    border-radius: 50%;
    background-color: #fff;
    height: 150px;
    width: 150px;
    color: #333333;
    margin: auto 0.25em;
    display: inline-block;
    letter-spacing: normal;
}

.main-v_point .curled-box p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 2em 0 0 0;
}

#restaurant .main-v_point .curled-box01 .img {
    background-image: url("/web/jp/asp/buyer/images/restaurant_mainv-point01.svg")
}

#restaurant .main-v_point .curled-box02 .img {
    background-image: url("/web/jp/asp/buyer/images/restaurant_mainv-point02.svg");
}

#restaurant .main-v_point .curled-box03 .img {
    background-image: url("/web/jp/asp/buyer/images/restaurant_mainv-point03.svg");
}

#wholesaler .main-v_point .curled-box01 .img {
    background-image: url("/web/jp/asp/buyer/images/wholesaler_mainv-point01.svg");
}

#wholesaler .main-v_point .curled-box02 .img {
    background-image: url("/web/jp/asp/buyer/images/wholesaler_mainv-point02.svg");
}

#wholesaler .main-v_point .curled-box03 .img {
    background-image: url("/web/jp/asp/buyer/images/wholesaler_mainv-point03.svg");
}

.main-v_point .curled-box .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 105%;
    height: 5em;
}









/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    .main-v_point .curled-box {
        height: 200px;
        width: 200px;
    }
    .main-v_point .curled-box p {
        font-size: 1em;
        line-height: 1.4em;
        padding: 2.5em 0 0 0;
    }
    .main-v_point .curled-box .img {
        background-size: 100%;
        height: 7em;
    }
}






/*/----------
ポイント　カードレイアウト
------------/*/

#sec-benefit {
    background-color: #fdf2dd;
    padding-bottom: 1em;
}

#sec-benefit .card_box {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#sec-benefit .card_box .card {
    margin-bottom: 1em;
    padding: 1.5em 0 1em 0;
    background: #fff;
    border-radius: 5px;
    border: 1px #ccc solid;
    position: relative;
    text-align: center;
}

#sec-benefit .row .col {
    width: 48%;
    float: left;
    padding-left: 2%;
}

#sec-benefit a:hover .card {
    border: 1px #ff9933 solid;
}

#sec-benefit a:hover .card .img {
    opacity: 0.2;
}

#restaurant #sec-benefit .card01 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-1.svg") no-repeat center;
    height: 5em;
    background-size: 75%;
}

#restaurant #sec-benefit .card02 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-2.svg") no-repeat center;
    height: 5em;
    background-size: 75%;
}

#restaurant #sec-benefit .card03 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-3.svg") no-repeat center;
    height: 5em;
    background-size: 85%;
}

#restaurant #sec-benefit .card04 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-4.svg") no-repeat center;
    height: 5em;
    background-size: 85%;
}

#restaurant #sec-benefit .card05 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-5.svg") no-repeat center;
    height: 6em;
    background-size: 85%;
}

#restaurant #sec-benefit .card06 .img {
    background: url("/web/jp/asp/buyer/images/restaurant_benefit-6.svg") no-repeat center;
    height: 6em;
    background-size: 80%;
}

#wholesaler #sec-benefit .card01 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-1.svg") no-repeat center;
    height: 5em;
    background-size: 75%;
}

#wholesaler #sec-benefit .card02 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-3.svg") no-repeat center;
    height: 5em;
    background-size: 75%;
}

#wholesaler #sec-benefit .card03 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-2.svg") no-repeat center;
    height: 5em;
    background-size: 70%;
}

#wholesaler #sec-benefit .card04 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-4.svg") no-repeat center;
    height: 5em;
    background-size: 70%;
}

#wholesaler #sec-benefit .card05 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-5.svg") no-repeat center;
    height: 6em;
    background-size: 85%;
}

#wholesaler #sec-benefit .card06 .img {
    background: url("/web/jp/asp/buyer/images/wholesaler_benefit-6.svg") no-repeat center;
    height: 6em;
    background-size: 80%;
}

#sec-benefit .card-img {
    border-radius: 5px 5px 0 0;
    max-width: 100%;
    height: auto;
}

#sec-benefit .card-content {
    padding: 20px;
}

#sec-benefit .card-title {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #86b81b;
}

#sec-benefit .card-text {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

#sec-benefit .card-link {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 20px;
}

#sec-benefit .card-link a {
    text-decoration: none;
    color: #0bd;
    margin: 0 10px;
}

#sec-benefit .card-link a:hover {
    color: #0090aa;
}

#sec-benefit a .card-more {
    font-size: 1.8rem;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
}

#sec-benefit a:hover .card-more {
    opacity: 1;
    color: #ff9933;
}

#sec-benefit a:hover .card-img {
    opacity: 0.2;
}







/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {

    #restaurant #sec-benefit .card01 .img {
        height: 5em;
        background-size: 60%;
    }

    #restaurant #sec-benefit .card02 .img {
        height: 5em;
        background-size: 60%;
    }

    #restaurant #sec-benefit .card03 .img {
        height: 5em;
        background-size: 60%;
    }

    #restaurant #sec-benefit .card04 .img {
        height: 5em;
        background-size: 60%;
    }

    #restaurant #sec-benefit .card05 .img {
        height: 6em;
        background-size: 60%;
    }

    #restaurant #sec-benefit .card06 .img {
        height: 6em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card01 .img {
        height: 5em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card02 .img {
        height: 5em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card03 .img {
        height: 5em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card04 .img {
        height: 5em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card05 .img {
        height: 6em;
        background-size: 60%;
    }

    #wholesaler #sec-benefit .card06 .img {

        height: 6em;
        background-size: 60%;
    }
}






/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    #sec-benefit .row {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1024px;
        content: " ";
        display: table;
    }

    #sec-benefit .row .col {
        width: 31%;
        float: left;
        padding-left: 1%;
        padding-right: 1%;
    }
    #sec-benefit .card-title {
        font-size: 1.3em;
    }

    #sec-benefit .card .img {
        height: 6em;
        background-size: 60%;
    }
}

.card__inline-content {
    border-radius: 0.5rem;
    width: 280px;
}

.card__inline-content .card01 {
    padding: 2em;
    text-align: center;
    border-color: #eceeef;
    background-color: #fff;
    border-radius: 0.5em;
}

.card__inline-content .card01 h4 {
    color: #86b81b;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.6em;
}

.card__inline-content .card01 p {
    font-size: 1em;
    line-height: 1.7em;
    text-align: left;
}

.card__inline-content .card01__img {
    margin-bottom: 30px;
}

.card__inline-content .card01__img img {
    width: 70%;
    height: auto;
}

.card__inline-content .card01__close {
    color: #86b81b;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.5rem;
    font-weight: bold;
}





/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {

    .card__inline-content {
        border-radius: 0.5rem;
        width: 400px;
    }
}






/*/----------
フロー図
------------/*/

#sec-integration {
    text-align: center;
}

#sec-integration img {
    max-width: 80%;
    height: auto;
    padding: 1em 0 2em 0;
}







/*/----------
コンバージョンエリア　ボタンなど
------------/*/

.sec-purpose {
    background: #c2db8d;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
	text-align: center;
}

.sec-purpose.bottom {
        padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.sec-purpose.bottom h4 {

}

.sec-purpose .contents {
    width: 90%;
    margin: 0 auto;
}

.sec-purpose .contents h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5em;
    padding: 20px 0 0 0;
	margin-bottom: 2.25em;
}






/*-----------------
 *CVボタン
-----------------*/

.cnv_btn {
    margin: 0 auto 1em;
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {

}





/*/----------
colorbox
------------/*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fdf2dd;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#colorbox {
    outline: 0;
}

#cboxMiddleLeft {
    width: 45px;
}

#cboxMiddleRight {
    width: 45px;
}

#cboxContent {
    /* background: #fff; */
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url("../images/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
    background: url("../images/loading.gif") no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}







/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    text-indent: -9999px;
}

#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus {
    outline: none;
}






/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    width: 42px;
    height: 42px;
    left: -45px;
    top: 45%;
    background: url("/web/jp/asp/buyer/images/restaurant__arrow.png") no-repeat 0px -42px;
}

#cboxPrevious:hover {
    background: url("/web/jp/asp/buyer/images/restaurant__arrow.png") no-repeat 0px 0px;
}

#cboxNext {
    width: 42px;
    height: 42px;
    right: -45px;
    top: 45%;
    background: url("/web/jp/asp/buyer/images/restaurant__arrow.png") no-repeat -42px -42px;
}

#cboxNext:hover {
    background: url("/web/jp/asp/buyer/images/restaurant__arrow.png") no-repeat -42px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}







/*/-----------
お得なパッケージ価格
---------------/*/

#sec-packageprice {
    padding-bottom: 5em;
}

#sec-packageprice dl {}

#sec-packageprice dt {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #777;
    line-height: 1;
    text-align: center;
}

#sec-packageprice dt span {
    display: inline-block;
    color: #999;
    vertical-align: middle;
}

#sec-packageprice dd {
    text-align: center;
    color: #777;
}

#sec-packageprice dd .num {
    display: inline-block;
    width: 136px;
    margin-right: 8px;
    font-size: 28px;
    color: #00afcc;
    font-weight: bold;
    text-align: right;
}






/*/----------
事例エリア
------------/*/

#sec-case {
    background-color: #F7F7F7;
}

#sec-case .contents {
    width: 90%;
    max-width: 64em;
    margin: auto;
}





/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    /* .case-interview.one 事例ひとつだけのレイアウト */
    .case-interview.one {
        position: relative;
        height: 260px;
    }
    .case-interview.one .case-interview_card {
        height: 220px;
        width: 700px;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
    }
    .case-interview.one .case-interview_card dt {
        height: auto;
        width: auto;
        float: none;
    }
    .case-interview.one .case-interview_card dt img {
        height: 220px;
        float: left;
        width: auto;
    }
    .case-interview.one .case-interview_card dd {
            position: relative;
        float: left;
        width: 280px;
        padding: 10px 30px;
    }
    .case-interview.one .case-interview_card dd.itv-name {
        margin-top: 1.5em;
    }
}






/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {}



/*-----------------
 *sec-consul　コンサル(2018/07/05追加)
-----------------*/
#sec-consul{
	padding: 3em 0 3em;
	background-color: #f5f5f5;
    background-image: url(/web/jp/asp/images/top_bg-obi.png);
	background-position: -120px 0;
}
#sec-consul .contents{
	border: 1px solid #105579;
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
#sec-consul .contents h3{
	color: #105579;
	font-size: 1.3em;
	margin: 24px auto 24px;
	font-weight: bold;
}
#sec-consul .contents p{
	width: 92%;
	margin: 0 auto 24px;
	line-height: 1.5em;
	text-align: center;
}
#sec-consul .contents .cnd_btn a{
    font-size: 1em;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	#sec-consul{
		background-position: 0 0;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#sec-consul{
		background-position: 120px 0;
	}
}

/*-----------------
 *動画カラム
-----------------*/

#list-movies .movieset{
    margin-bottom: 2em;
    box-shadow: 0 2px 5px #ccc;
	width:100%;
}	
#list-movies .movieset:last-child{
	margin-bottom: 5em
}
#list-movies .movieset .movie{
	width: 100%;
	line-height:0;
}
#list-movies .movieset .description{
	padding: 1.5em;
}
#list-movies .movieset .movie iframe{
	width: 100%;
}
#list-movies .movieset p{
	line-height: 1.6;
}
#list-movies .movieset p.caption{
	margin-bottom: 20px;
	font-size: 1.1em;
    font-weight: bold;
}
#list-movies .movieset p.membername{
    color: #777;
    font-size: 0.9em;
}
#list-movies .movieset p.movie_time{		
    color: #333;
    font-size: 0.9em;
    margin-top:1em;
}
#sec-case #list-movies .movieset{
	background: #fff;
	max-width: 950px;
}
#sec-case #list-movies .movieset .movie,
#sec-case #list-movies .movieset .description{
	float: left !important;
}
#sec-case #list-movies .movieset .description{
    text-align:right;
}
#sec-case #list-movies .movieset .description p{
    text-align:left;
}
#sec-case #list-movies .movieset .description a{
    display:inline-block;
    margin-top:1em;
    text-decoration: underline;
    font-size:14px;
}
#sec-case #list-movies .movieset .description a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#list-movies .contents_left {
		width: 90%;
		max-width: 42.75em;
	}
#sec-case #list-movies .movieset .description a{
    font-size:16px;
}    
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#list-movies .contents_left {
		width: 90%;
		max-width: 37.25em;	
		margin: auto;
		float: left;
	}
	#list-movies .movieset .movie,
	#list-movies .movieset .description{
		display:inline-block;
		vertical-align: top;
	}
	#list-movies .movieset .movie{
		width: auto !important;
	}
 	#list-movies .movieset{
		margin:auto;
	}
	#list-movies .movieset .description{
		width: 570px !important;
        background: #fff;
	}
    #sec-case #list-movies .movieset .description a{
        margin-top:55px;
    }        
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#list-movies .contents_left {
		width: 90%;
		max-width: 42.75em;
	}
	#sec-case #list-movies .movieset .description{
		width: 450px !important;
    }
#sec-case #list-movies .movieset{
	background: #fff;
	max-width: 800px;
}
}
