/*-------------------
受発注特別対談用CSS
/asp/seminar/special/t001.asp
-------------------*/


/*/-----------
共通パーツ
---------------/*/
a{color:#1d54a7;}
a:hover {
    text-decoration: none !important;
	color:#3b7ad9;
}
a.txt_deco{text-decoration:underline !important;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    .sm_none {
        display: none;
    }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    h3 {
        text-align: center;
        font-size: 2em;
        padding: 2.5em 0 1.5em;
        line-height: 1.4em;
    }
    .md_none {
        display: none;
    }
}



/*/-----------
パンくず
---------------/*/
/* SE対応サイズ ~352px(16×22em) */
@media screen and (max-width:22em){
#breadcrumbs ol{margin-bottom:2em;}
}

/*/-----------
メインビジュアル
---------------/*/

.main-v{margin-bottom:2em;padding-top:100px;}
.main-v img{
width:100%;
min-width:100%;
}
.main-v .pc_only{
display:none;
}
.main-v .sp_only{
display:block;
}
/*main{width:90%;margin:0 auto;position: relative;}*/
.main-contents{width:90%;margin:0 auto;position: relative;}

/* iPhone6対応サイズ ~750px */
@media screen and (max-width:46em){
.main-v img{padding-top:1em;}
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
.main-v .pc_only{
display:block;
}
.main-v .sp_only{
display:none;
}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
.main-v{padding-top:150px;}
.main-contents{width:950px;}
}

/*/-----------
対談
---------------/*/
.page-up { transition: opacity 2.0s; -moz-transition: opacity 1.0s; -webkit-transition: opacity 1.0s; -o-transition: opacity 1.0s; transition:  transform 1.0s; -moz-transition: transform 1.0s; -webkit-transition: transform 1.0s; -o-transition: transform 1.0s; }


h2{margin-bottom:2em;font-size:1.2em;color:#2d67a3;}
.read_txt{margin-bottom:2em;font-size:0.9em;line-height:1.6;}
.inner_contents{margin-bottom:1em;padding:1em;background:#dff2f3;}
.inner_contents p{margin-bottom:2em;line-height:1.8;font-size:0.9em;}
.inner_contents p span{font-weight:bold;}
.photo_area{margin-bottom:2em;}
.photo_area img{width:45%;position: relative;z-index: 100;left:5%;}
.photo_area dl{width:60%;background:#0f86ea;padding:0.5em;position: relative;z-index: 10;top:-10px;left:30%;}
.photo_area dt,.photo_area dd{color:#fff;}
.photo_area dt{margin-bottom:0.5em;text-align:center;}
.photo_area dt span{display:block;font-size:0.7em;line-height:1.6;}
.photo_area dd{font-size:0.8em;line-height:1.4;text-align:left;}
.img_center{display:block;width:70%;margin:0 auto;left:0 !important;}
.im-color{color:#71b024}
.gb-color{color:#00a9db}
.r-color{color:#c6171e}
.case_shere_btn { text-align: right;margin-bottom:30px;}
.fb-like{top:-3px;}
_:-ms-lang(x), .fb-like {/* IE10+(Edge)*/
  top:0;
}
.mb40{margin-bottom:40px !important;}
.txt_caption2{font-size:0.8em !important;}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
.main_title{margin-bottom:0.6em;font-weight:bold;font-size:1em;}
.main_caption{margin-top:8px;text-align:right;font-size:12px;}
.inner_contents{width:58%;padding:2em;margin:2em 0;}
.photo_area{width:30%;}
.photo_area img{width:70%;}
.photo_area dl{width:80%;padding:1em;}
.photo_area dd{font-size:0.9em;}
.layout_left{float:left;}
.layout_right{float:right;}
.layout_left dl{left:0;}
.layout_left.photo_area img{left:50%;}
.img_center{margin:0;left:45% !important;}
.photo_area.layout_right,.photo_area.layout_left{position: absolute;}
.photo_area.layout_right{right:60px;}
.photo_area.layout_left{left:0;}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
.inner_contents{width:60%;}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
.main_title{font-size:1.2em;}
.contents{width:95%;margin:0 auto;}
.photo_area dl{left:30%;}
.photo_area dt{margin-bottom:10px;}
.photo_area.layout_left{left:20px;}
.layout_left dl{left:0;}
.layout_left.photo_area img{left:30%;}
.photo_area.layout_right{right:80px;}
.photo_area img{width:80%;left:10%;}
h2{font-size:1.6em;}
.inner_contents{width:60%;margin-bottom:100px;}
.read_txt{margin-bottom:100px;}
.inner_contents p{margin-bottom:1em;font-size:0.95em;}
.img_center{left:30% !important;}}

/*-----------------
 *資料請求
-----------------*/
.contact {
	max-width: 64em;
	margin: 0 auto 4em;
	text-align: center;
}
.contact_title{font-size:1em;color:#333;}
.cnv_btn{margin:1em auto;}
.cnv_btn a:hover{
	color: #fff;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.contact_title{font-size:1.2em;line-height:1.4;}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.contact_title{font-size:1.5em;}

}
/*-----------------
 *CVボタン
-----------------*/

.cv_btn {
    width: 90%;
    max-width: 50em;
    margin: 1em auto !important;
    text-align: center;
}

.cv_btn a {
    padding: 1em 1em;
    background-color: #ff7800;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    .cv_btn a {
        padding: 0.7em 2em;
        font-size: 1.5em;
    }
}

/*/----------
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;
}



/*/-----------
お得なパッケージ価格
---------------/*/

.packageprice_contents {
    padding-bottom: 5em;
}

.packageprice_contents dl {}

.packageprice_contents dt {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    color: #777;
    line-height: 1;
    text-align: center;
}

.packageprice_contents dt span {
    display: inline-block;
    color: #999;
    vertical-align: middle;
}

.packageprice_contents dd {
    text-align: center;
    color: #777;
}

.packageprice_contents dd .num {
    display: inline-block;
    width: 136px;
    margin-right: 8px;
    font-size: 28px;
    color: #00afcc;
    font-weight: bold;
    text-align: right;
}


/*/----------
事例エリア
------------/*/

.jirei_contents {
    background-color: #F7F7F7;
}


/*-----------------
 *導入企業インタビュー（3社）
 *全製品ページ共通
-----------------*/

.case {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.case_interview {
    margin-bottom: 2em;
    box-shadow: 0 2px 5px #ccc;
    position: relative;
    background-color: #FFFFFF;
}

.case_interview a {
    height: 100%;
    display: block;
}

.case_interview img {
    width: 100%;
}

.case_interview .interview_name {
    padding: 1em 1em 1em 0.9em;
    font-size: 1.1em;
    font-weight: bold;
}

.case_interview .interview_tx {
    padding: 0 1em 3em;
    line-height: 1.8em;
    color: #777;
    font-size: 0.9em;
    text-decoration: underline;
}

.case_interview .interview_link {
    padding: 0 0.8em 1em 0;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    bottom: 0;
}

.case_interview .interview_link:before,
.case_interview .interview_link:after {
    content: "";
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #333;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: -13px;
}



/* タブレット縦サイズ 768px(16×48em)~ smサイズ */

@media screen and (min-width:48em) {
    .case_interview {
        height: 150px;
    }
    .case_interview dt {
        width: 15em;
        margin: 0 2em 0 0;
        float: left;
    }
    .case_interview .interview_tx {
        padding-bottom: 1em;
    }
}


/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */

@media screen and (min-width:64em) {
    .case_interview_wrap {
        width: 56em;
        margin: auto;
    }
    .case_interview {
        width: 17em;
        height: 24em;
        margin-right: 2.5em;
        float: left;
    }
    .case_interview:last-child {
        margin-right: 0;
    }
    .case_interview dt {
        width: 100%;
        height: 170px;
        float: none;
        margin: 0;
    }
    .case_interview a:hover img {
        opacity: 0.7;
    }
    .case_interview a:hover .interview_tx {
        opacity: 0.7;
    }

    /**/
    .one .case_interview_wrap {
        width: 50em;
        margin: auto;
    }
    .one .case_interview {
        height: 150px;
        width: auto;
        margin-right: auto;
        float: none;
        height: 14.4em;
        width: 50em;
    }
    .one .case_interview dt {
        width: 23em;
        height: auto;
        margin: 0 2em 0 0;
        float: left;
    }
    .one .case_interview .interview_tx {
        padding-bottom: 1em;
    }
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */

@media screen and (min-width:75em) {
    .case_interview_wrap {
        width: 64em;
    }
    .case_interview {
        width: 18.5em;
        margin-right: 4.2em;
    }
    .case_interview dt {
        height: 185px;
    }
}