@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: url("../img/kaisen_img/bg_pagetitle.jpg") center no-repeat;
    background-size: cover;
}
/*NewsBox*/
.newsbox {
    margin-top: -52px;
    padding-top: 52px;
}
@media print, screen and (min-width:992px) {
    .newsbox {
    margin-top: -60px;
    padding-top: 60px;
}
}
.newsbox .news_text_area {
    zoom: 1;/*ie6*/
    overflow: hidden;	
}
.newsbox .news_text {
    line-height: 1.5;
    text-align: left;
}
.newsbox img {
    margin-bottom: 10px;
}
.newsbox a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.newstitle {
    font-size: 22px;
    font-weight: 700;
    background: url("../img/common_img/bg_title01.png") center bottom no-repeat;
    background-size: 145px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    text-align: center;
}
.newstitle span {
    font-size: 0.875em;
    font-weight: 400;
}
.pdf_link {
    margin-top: 10px;
}
.pdf_link li {
    margin-bottom: 5px;
    text-align: left;
}
.pdf_link li a {
    padding:2px 0 2px 28px;
    display: inline-block;
    line-height: 1.4;
    text-decoration: underline;
    background: url(../img/common_img/icon_pdf.png) left top no-repeat;
    background-size: auto 22px;
}
.pdf_link li a:hover {
    text-decoration: none;
}
@media print, screen and (min-width:768px) {
    .newstitle {
    font-size: 24px;
    background-size: auto;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.newstitle br {
    display:none;
}
}
/* 商品紹介画像 */
.item_area {}
.item_area .item_box {
    margin: 0 0 15px;
}
@media print, screen and (min-width:768px) {
    .item_area {
    display: flex;
    justify-content: center;
}
.item_area .item_box {
    width: calc(100% / 3 - 15px);
    margin: 0;
}
.item_area .item_box:not(:first-child) {
    margin: 0 0 0 30px;
}
}

/* 動画埋め込み */
.movie_area {}
.movie_area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}