@charset "UTF-8";

/* CSS Document */


/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    clear: both
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*clearfix End*/

strong, b {
    font-weight: bold;
}

.textBox2px {
    border: 2px solid #ccc;
    margin: 0 0 1.8em;
    padding: 15px 10px !important;
}

.textBox2px p:last-child {
    margin: 0 !important;
}

.content--summary {
    padding-bottom: 40px!important;
}

.content--detail-main .content--thumb {
    float: right!important;
    width: auto!important;
}

.caption {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 82.5%;
}

.module--tmpl .box_lblue .body_img img,
.module--tmpl .box_lbeige .body_img img,
.module--tmpl .box_lgreen .body_img img,
.module--tmpl .box_legreen .body_img img,
.module--tmpl .box_lpurple .body_img img,
.module--tmpl .box_lred .body_img img,
.module--tmpl .box_lorange .body_img img {
    width: 100%!important;
}


/*20170112 背景カラーの時の余白等調整*/

.module--tmpl .box_lblue .body_text,
.module--tmpl .box_lbeige .body_text,
.module--tmpl .box_lgreen .body_text,
.module--tmpl .box_legreen .body_text,
.module--tmpl .box_lpurple .body_text,
.module--tmpl .box_lred .body_text,
.module--tmpl .box_lorange .body_text {
    font-size: 100%;
    margin-bottom: 16px;
}

.module--tmpl .box_lblue .body_text:last-child,
.module--tmpl .box_lbeige .body_text:last-child,
.module--tmpl .box_lgreen .body_text:last-child,
.module--tmpl .box_legreen .body_text:last-child,
.module--tmpl .box_lpurple .body_text:last-child,
.module--tmpl .box_lred .body_text:last-child,
.module--tmpl .box_lorange .body_text:last-child {
    margin-bottom: 0px;
}

.module--tmpl .box_lblue .is_bottom,
.module--tmpl .box_lbeige .is_bottom,
.module--tmpl .box_lgreen .is_bottom,
.module--tmpl .box_legreen .is_bottom,
.module--tmpl .box_lpurple .is_bottom,
.module--tmpl .box_lred .is_bottom,
.module--tmpl .box_lorange .is_bottom {
    padding-bottom: 0!important;
}

/*調整ここまで*/

.module--tmpl .content--journalist_a .journalist-set {
    font-size: 114.3%;
}

.module--tmpl .image_center+h2 {
    margin-top: 30px;
}

.module--tmpl .content--journalist_a {
    margin-bottom: 24px;
}

.buttonTranslate {
    display: block;
    font-size: 150%!important;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.buttonTranslate a {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
    color: #333;
    font-weight: normal;
    position: relative;
    -webkit-transition: opacity .12s ease-in 0s;
    transition: opacity .12s ease-in 0s;
}
.buttonTranslate a:hover,
.buttonTranslate a:active {
    opacity: 0.65;
    text-decoration: none;
}
.buttonTranslate i {
    display: block;
    margin-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*0613_biz table-style*/
.module--tmpl table td {
    font-size: 100%;
    padding: 14px 16px;
}
table {
    line-height: initial;
}
table td:first-child{
    text-align: center;
}
table td {
    vertical-align: middle;
}
table span {
    font-size: 76%;
}
.module--tmpl table {
    margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
    .module--tmpl .box_lblue .body_text:last-child,
    .module--tmpl .box_lbeige .body_text:last-child,
    .module--tmpl .box_lgreen .body_text:last-child,
    .module--tmpl .box_legreen .body_text:last-child,
    .module--tmpl .box_lpurple .body_text:last-child,
    .module--tmpl .box_lred .body_text:last-child,
    .module--tmpl .box_lorange .body_text:last-child {
        margin-bottom: 16px;
    }
    .module--tmpl .box_lblue .is_bottom,
    .module--tmpl .box_lbeige .is_bottom,
    .module--tmpl .box_lgreen .is_bottom,
    .module--tmpl .box_legreen .is_bottom,
    .module--tmpl .box_lpurple .is_bottom,
    .module--tmpl .box_lred .is_bottom,
    .module--tmpl .box_lorange .is_bottom {
        padding-bottom: 16px!important;
    }
    .module--tmpl .image_center > .box_lblue .body_text:last-child,
    .module--tmpl .image_center > .box_lbeige .body_text:last-child,
    .module--tmpl .image_center > .box_lgreen .body_text:last-child,
    .module--tmpl .image_center > .box_legreen .body_text:last-child,
    .module--tmpl .image_center > .box_lpurple .body_text:last-child,
    .module--tmpl .image_center > .box_lred .body_text:last-child,
    .module--tmpl .image_center > .box_lorange .body_text:last-child {
        margin-bottom: 0px!important;
    }
    .module--tmpl .image_center > .box_lblue .is_bottom,
    .module--tmpl .image_center > .box_lbeige .is_bottom,
    .module--tmpl .image_center > .box_lgreen .is_bottom,
    .module--tmpl .image_center > .box_legreen .is_bottom,
    .module--tmpl .image_center > .box_lpurple .is_bottom,
    .module--tmpl .image_center > .box_lred .is_bottom,
    .module--tmpl .image_center > .box_lorange .is_bottom {
        padding-bottom: 0px!important;
    }
}

table tr {
    border-top: 1px solid #ccc;
}
    .module--tmpl table th .module--tmpl table td {
        border-right: 1px solid #cccccc;
    }



@media screen and (max-width: 599px) {
    .content--detail-main .content--thumb {
        display: none!important;
    }
    .module--tmpl .content--journalist_a .journalist-set figure {
        display: table-cell;
        width: 30%;
    }
    .module--tmpl .content--journalist_b dl dd.free-text {
        font-size: 80%!important;
    }
    .image_center .tmpl_video {
        margin-bottom: 0!important
    }
    .image_center .tmpl_video.is_top,
    .image_center .tmpl_video.is_middle {
        padding-bottom: 16px;
    }
    .image_center .tmpl_video.is_bottom {
        padding-bottom: 40px;
    }
    .image_center .square,
    .image_center .vertical {
        text-align: center;
    }
    .image_center .square iframe {
        width: 300px!important;
        height: 300px!important;
    }
    .image_center .vertical iframe {
        width: 300px!important;
        height: 533px!important;
    }
    .spHide {
        display: none!important;
    }
}

@media print,
screen and (min-width: 600px) {
    .module--tmpl .content--journalist_d {
        padding: 12px 8px 8px;
        border: 1px solid #ccc;
        font-size: 114.3%;
        overflow: hidden;
        width: auto;
    }
    .module--tmpl .content--journalist_d .journalist-set {
        display: table-cell;
        text-align: center;
        width: auto;
    }
    .module--tmpl .content--journalist_d .journalist-set figure {
        width: 85%;
        margin: 0 auto 8px;
        vertical-align: top;
        overflow: hidden;
    }
    .image_center .tmpl_video {
        margin-bottom: 0!important
    }
    .image_center .tmpl_video.is_top,
    .image_center .tmpl_video.is_middle {
        padding-bottom: 16px;
    }
    .image_center .tmpl_video.is_bottom {
        padding-bottom: 40px;
    }
    .image_center .square,
    .image_center .vertical {
        text-align: center;
    }
    .image_center .square iframe {
        width: 360px!important;
        height: 360px!important;
    }
    .image_center .vertical iframe {
        width: 360px!important;
        height: 640px!important;
    }
    .pcHide {
        display: none!important;
    }

}

