@charset "UTF-8";
html {
    height: inherit !important;
}

body {
    overflow-y: auto;
}

.t-default p {
    margin: 0;
}

.t-default header.template_c2 #header_area .inn_ .tel p.txt,
.t-default header.template_c2 #header_area .inn_ .tel p.time {
    font-size: 11px;
}

@media only screen and (min-width: 768px) {
    .container {
        width: 95%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 95%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1150px) {
    .container {
        width: 1120px;
        padding-left: 0;
        padding-right: 0;
    }
}

header.template_c2 #header_area .inn_ .cv {
    align-items: center;
}

.t-default header .login a,
.t-default header .mylist a,
.t-default header .estimate a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    padding: 3px 20px;
    margin: 0 20px 2px 0;
}

.t-default .login a:hover,
.t-default .mylist a:hover,
.t-default .estimate a:hover{
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
.t-default header .login a {
    background-color: #6153CC;
}

.t-default header .mylist a {
    background-color: #f9cf26;
}

.t-default header .estimate a {
    background-color: #6153CC;
}

.t-default header .long .mylist a::before,
.t-default header .long .estimate a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.t-default header .mylist a::before{
background: url(../image/mylist_off.png)no-repeat center center /contain #f9cf26;
width: 15px;
}

.t-default header .estimate a::before{
    background: url(../image/estimate_calc_icon_white.png)no-repeat center center /contain #6153CC;
    width: 15px;
}

.t-default header .login a br {
    display: none;
}

@media only screen and (max-width: 820px) {
    header.template_c2 #header_area .inn_ .cv {
        display: inherit;
    }

    header.template_c2 #header_area .inn_ .cv .qa,
    header.template_c2 #header_area .inn_ .cv .h_lead_lang,
    header.template_c2 #header_area .inn_ .cv .cvbtn {
        display: none;
    }

    .t-default header .login,
    .t-default header .mylist,
    .t-default header .estimate {
        position: inherit;
        right: 145px;
        letter-spacing: -1px;
        top: 20px;
        margin: 3px;
    }

    .t-default header .login a,
    .t-default header .mylist a,
    .t-default header .estimate a {
        font-size: 12px;
        padding: 3px 8px;
        margin: 0;
    }

    .t-default header .login a br {
        display: block;
    }

}


@media only screen and (max-width: 690px) {
    .t-default header .login,
    .t-default header .mylist,
    .t-default header .estimate {
        right: 115px;
        margin: 3px;
    }

}

#area7-wrapper.ible-bgcolor-01 {
    background: none;
}

#area7.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.t-default .ible-area--footer .l-footer {
    padding: 0;
}

.t-default #area8-wrapper.ible-area--endfooter {
    padding: 0;
}

#area8.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.t-default .ible-area--endfooter .ible-grid__cell {
    padding: 0;
}

footer {
    margin: 0;
}

#area3.container {
    width: 100%;
    padding: 0;
}

.t-default .ible-area--category-mainimage,
.t-default .ible-area--item-mainimage {
    height: auto;
    background: none;
}

#pagetitle.template_c2 .pagetitle_bg {
    width: 100vw;
    height: 100%;
}

.btn {
    display: block;
    border: none;
    padding: 0;
}

#area4-wrapper {
    margin-top: 130px;
    background: #EBEDED;
}

#area4.container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.t-default .ible-area--breadcrumb .ible-widget__breadcrumbs {
    margin-bottom: 0;
    background: #EBEDED;
}

@media only screen and (max-width: 820px) {

    #area4-wrapper {
        margin-top: 80px;
    }
}

.content-area-right-wrapper.col-lg-3 {
    float: left;
    width: 260px;
    margin-top: 90px;
}

.content-area-left-wrapper.col-lg-9 {
    float: right;
    width: calc(100% - 300px);
}

@media only screen and (max-width: 1024px) {

    .content-area-left-wrapper.col-lg-9 {
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 991px) {
    .t-default .content-area-wrapper .content-area-right-wrapper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 820px) {

    .content-area-right-wrapper.col-lg-3 {
        float: none;
        width: 100%;
    }

    .content-area-left-wrapper.col-lg-9 {
        float: none;
        width: 100%;
    }
}

.btn.btn-primary {
    background-color: #333448;
    padding: 10px;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.t-default .box-border-bg {
    border: 1px solid #D8D9EE;
    background: #D8D9EE;
}

#categorybox2.box-border-bg {
    margin-bottom: -1rem !important;
    padding-bottom: 0 !important;
}

.t-default select.form-control {
    background: #ffffff url(../image/icon_dropdown.png) no-repeat 0 0;
    background-size: 10px auto;
    background-position: right 12px center;
    padding: 0 15px 0 5px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #CCCCCC;
}

.t-default select.form-control::-ms-expand {
    display: none;
}

.side_title03 {
    background: #6153CC;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    text-align: center;
    padding: 13px 5px;
}

.t-default .side_title03 h3 {
    font-size: 18px;
}

.t-default h4.side_title04 {
    font-size: 16px;
    padding-left: 5px;
    line-height: 1;
    margin-bottom: 10px;
    color: #333448;
    position: relative;
}

.t-default h4.side_title04::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #6153CC;
    position: absolute;
    left: -5px;
    top: 0;
}

.ible-form__part.m0 {
    margin-bottom: 0;
}

.t-default .footercv .tel_sp a {
    color: #000000;
}

.t-default .footercv .fax a {
    color: #000000;
    pointer-events: none;
}

.space-40 {
    display: none;
}

/* ã‚¢ã‚¤ãƒ†ãƒ ä¸€è¦§ */
/*-------------------------------*/
#listgrid2col1 .ible-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#listgrid2col1 .ible-list .col-sm-6 {
    width: calc(50% - 5px);
    float: none;
    border: 1px solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 10px;
    height: auto !important;
}

#listgrid2col1.three_col .ible-list .col-sm-6 {
    width: 33%;
    float: none;
    border: 1px solid #CCC;
    padding-bottom: 30px;
    margin-bottom: 10px;
    height: auto !important;
}


#listgrid1col1 .ible-list {
    display: flex;
    flex-wrap: wrap;
}

#listgrid1col1.three_col .ible-list .col-sm-12 {
    width: 33%;
    float: none;
    border: 1px solid #CCC;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-left: 0.5%;
    height: auto !important;
}

#listgrid1col1.three_col .ible-list .col-sm-12:nth-child(3n+1) {
    margin-left: 0;
}


@media only screen and (max-width: 690px) {

    #listgrid1col1 .ible-list {
        flex-direction: column;
    }

    #listgrid1col1.three_col .ible-list .col-sm-12 {
        width: 100%;
        margin-left: 0;
    }

}


#listgrid2col1 .ible-list .col-sm-6.bl-hover,
#listgrid1col1.three_col .ible-list .col-sm-12.bl-hover {
    box-shadow: 0 0 10px #DDD;
}


.t-default #listgrid1col1.ible-grid__list-item.three_col .search-result-cell>.ible-block--image {
    width: 100%;
}

.t-default #listgrid1col1.ible-grid__list-item.three_col .search-result-cell>.ible-block--head-paragraph {
    width: 100%;
    margin-left: 0;
    display: block;
}

.t-default #listgrid1col1.ible-grid__list-item.three_col .search-result-cell>.ible-block--head-paragraph p {
    font-size: 13px;
}

.item_list_title02 {
    background: #6153CC;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    margin-bottom: 16px;
}

.item_list_title02 a {
    color: #fff;
}

.item_list_title02 a:hover {
    color: #fff;
    text-decoration: underline;
}

.t-default .item_list_title02 h2 {
    font-size: 16px;
    line-height: 1.2;
}

.t-default p.cate_area {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 1.2;
    /*margin-bottom: 7px;	*/
}

.item_list_wrap {
    margin-bottom: 10px;
}

.item_list_img {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 5px;
}

.item_list_img img {
    max-width: 100%;
    height: auto;
}

.flag02 {
    width: calc(43.5% - 22px);
    margin-left: calc(56.5% + 10px);
    margin-bottom: 5px;

    font-size: 0;
}

.t-default .flag02 p.flag02_in {
    font-size: 11px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    background: #233c6b;
    color: #ffffff;
    border: 1px solid #DEDEDE;
    padding: 3px 15px;
    margin: 0;
    word-break: break-all;
}

.flag01 {
    width: calc(48% - 10px);
    margin-left: calc(50% + 10px);
    font-size: 0;
}



.t-default p.flag01_01 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #E00707;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_02 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #65C400;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_03 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #00B9AE;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_04 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #289b3a;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_05 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #A052E3;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_06 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #955024;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_07 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #176DBF;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_08 {
    display: inline-block !important;
    padding: 1px 5px;
    color: #ffffff;
    background: #e52689;
    margin-bottom: 5px;
    font-size: 11px;
}

.t-default p.flag01_09 {
    display: inline-block !important;
    padding: 6px 5px;
    color: #ffffff;
    background: #F98826;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.2;
    word-break: break-all;
}




.item_list_catch {
    clear: both;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px solid #dddddd;
    width: 100%;
    padding: 1px 12px;
    margin-top: 5px;
    margin-bottom: 15px;

}

.clearfix>div::after {
    content: "";
    display: table;
    clear: both;
}

.t-default p.item_list_title03 {
    color: #6153CC;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.item_list_inner {
    padding-left: 12px;
    padding-right: 12px;
}


@media only screen and (min-width: 801px) and (max-width: 1024px) {
    #listgrid2col1 .ible-list {
        flex-direction: column;
    }

    #listgrid2col1 .ible-list .col-sm-6 {
        width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    #listgrid2col1 .ible-list {
        flex-direction: column;
    }

    #listgrid2col1 .ible-list .col-sm-6 {
        width: 100%;
    }
}

.item_list_tab {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 2px;
}

.item_list_tab table {
    border-collapse: separate;
}

.item_list_tab table th {
    background: #233c6b;
    color: #ffffff;
    width: 100px;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    vertical-align: top;
    padding: 5px;
    border-right: 2px solid #ffffff;
}

.item_list_tab table td {
    font-size: 12px;
    padding: 5px;
    background: #F0F2F2;
}

.item_list_tab.first table td {
    background: #dee1e8;
}

.pager li.current>span {
    background-color: #233c6b;
}

@media only screen and (max-width: 690px) {

    .item_list_tab table th {
        width: 130px;
        padding-right: 0;
    }
}


/* ã‚¢ã‚¤ãƒ†ãƒ è©³ç´° */
/*-------------------------------*/

.item_top_title02 {
    width: 100%;
    background: #6153CC;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 12px;
}

.t-default .item_top_title02 h2 {
    font-size: 28px;
    line-height: 1.2;
}

.t-default .item_image_box.sub_l_area {
    min-width: 300px;
    min-height: 300px;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    height: auto;
}

.sub_l_list {
    display: flex;
}

.sub_l_list>div {
    /*border:1px solid #dddddd;*/
    height: 94px;
    width: 32%;
    margin-left: 2%;
    overflow: hidden;
    position: relative;
}

.sub_l_list>div>div {
    top: 50%;
}

.sub_l_list>div:first-child {
    margin-left: 0;
}

.t-default .content-area-left-wrapper .sub_l_list>div img {
    max-height: 92px;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sub_l_img {
    width: 100%;
    height: 300px;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 5px;
    /*border: 1px solid #dddddd;*/
    overflow: hidden;
}

.sub_l_img .verlign_m {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.t-default .content-area-left-wrapper .sub_l_img img {
    max-width: 100%;
    max-height: 298px;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 980px) {
    .t-default .ible-area--category-mainimage,
    .t-default .ible-area--item-mainimage {
        min-height: 130px;
    }

    .t-default .ible-area--category-mainimage::before,
    .t-default .ible-area--item-mainimage::before {
        height: 130px;
    }

    #pagetitle.template_c2 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 979px) {
    .t-default .ible-area--category-mainimage,
    .t-default .ible-area--item-mainimage {
        min-height: 90px;
    }

    .t-default .ible-area--category-mainimage::before,
    .t-default .ible-area--item-mainimage::before {
        height: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .t-default .item_image_box.sub_l_area {
        min-width: 250px;
        min-height: 250px;
    }

    .sub_l_img {
        height: 250px;
        background-color: #e9eaef;
    }

    .t-default .content-area-left-wrapper .sub_l_img img {
        max-height: 248px;
    }
}

.mainimg_right_txt {
    float: right;
    width: calc(100% - 300px - 2%);
    ;
}

@media only screen and (max-width: 1024px) {
    .mainimg_right_txt {
        width: calc(100% - 250px - 2%);
        ;
    }
}

.item_flag01_wrap {
    /*margin-bottom:15px;*/
}

.item_flag01 {
    display: inline-block !important;
    font-size: 13px;
    background: #233c6b;
    color: #ffffff;
    padding: 1px 15px;
    margin-right: 4px;
    margin-bottom: 5px;
}

.item_flag01.flg01 {
    background: #176DBF;
}

.item_flag01.flg02 {
    background: #e52689;
}

.item_flag01.flg03 {
    background: #F98826;
}

.item_flag02_wrap {
    margin-bottom: 15px;
}

.item_flag02 {
    display: inline-block !important;
    font-size: 13px;
    background: #E00707;
    color: #ffffff;
    padding: 1px 15px;
    margin-right: 4px;
    margin-bottom: 5px;
}


.item_flag02.recommend {
    background: #65C400;
}

.item_flag02.rohs {
    background: #00B9AE;
}

.item_flag02.rohs2 {
    background: #289b3a;
}

.item_flag02.ordermade {
    background: #A052E3;
}

.item_flag02.lot10 {
    background: #955024;
}



.t-default .item_title02 {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.t-default .item_title02::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #233c6b;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.t-default .item_title02 h2 {
    font-size: 22px;
}

.item_detail_tab table th {
    background: #233c6b;
    color: #ffffff;
    font-weight: normal;
    width: 170px;
    padding: 15px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
}

.item_detail_tab table td {
    width: calc(100% - 170px);
    background: #dee1e8;
    padding: 15px;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
}

.item_detail_tab_wrap>.item_detail_tab:nth-child(even) table td {
    background: #F0F2F2;
}


.item_detail_tab02 table th {
    background: #233c6b;
    color: #ffffff;
    font-weight: normal;
    width: 170px;
    padding: 15px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
}

.item_detail_tab02 table td {
    width: calc(100% - 170px);
    background: #dee1e8;
    padding: 15px;
    border-bottom: 2px solid #ffffff;
    font-size: 14px;
}

.item_detail_tab02.another_c table td {
    background: #F0F2F2;
}

@media only screen and (max-width: 767px) {

    .t-default .item_image_box.sub_l_area {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .mainimg_right_txt {
        float: none;
        width: 100%;
    }

    .item_detail_tab table th {
        width: 40%;
        padding: 15px 2%;
        font-size: 12px;
    }

    .item_detail_tab table td {
        width: 60%;
        padding: 15px 2%;
        ;
        font-size: 12px;
    }

    .item_detail_tab02 table th {
        width: 40%;
        padding: 15px 2%;
        font-size: 12px;
    }

    .item_detail_tab02 table td {
        width: 60%;
        padding: 15px 2%;
        ;
        font-size: 12px;
    }
}


/* link btn */
.item_btn_list {
    margin-top: 20px;
}

.item_btn_list .item_btn {
    width: 100%;
    margin-bottom: 12px;
}

.item_btn_list .item_btn:nth-child(even) {
    margin-right: 0;
}

.item_btn_list .item_btn a {
    color: #FFF;
    background: #303a7e url(../image/common/arr_wh.png) no-repeat;
    background-position: right 15px center;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 18px 5px 15px;
    height: 50px;
    border-radius: 5px;
    transition: 0.8s;
}

.item_btn_list .item_btn.mail a {
    background: #444aad url(../image/common/arr_wh.png) no-repeat;
    background-position: right 15px center;
}

.item_btn_list .item_btn.geer a {
    background: #5c60d6 url(../image/common/arr_wh.png) no-repeat;
    background-position: right 15px center;
}

.item_btn_list .item_btn.print a {
    background: #948ce8 url(../image/common/arr_wh.png) no-repeat;
    background-position: right 15px center;
}

.item_btn_list .item_btn a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: auto;
    background-size: contain;
}

.item_btn_list .item_btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.item_btn_list .item_btn.file a::before {
    background-image: url(../image/common/icon_book.png);
}

.item_btn_list .item_btn.geer a::before {
    background-image: url(../image/common/icon_geer.png);
}

.item_btn_list .item_btn.print a::before {
    background-image: url(../image/common/icon_print.png);
}

.item_btn_list .item_btn.mail a::before {
    background-image: url(../image/common/icon_mail.png);
}


/* relate link btn */

.relate_link_list {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}

.relate_link_btn {
    width: 48.5%;
}

.t-default .relate_link_btn a {
    display: block;
    background: #233c6b url(../image/common/arr_wh.png) no-repeat;
    background-position: left 18px center;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    padding: 12px 12px 12px 40px;
    line-height: 1.4;
}

.relate_link_btn a:hover {
    color: #ffffff;
    opacity: 0.7;
    text-decoration: none;
}

@media only screen and (max-width: 690px) {

    .relate_link_list {
        flex-direction: column;
    }

    .t-default .relate_link_btn {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}


.t-default #relatedlistgrid4col1 .ible-part__image {
    border: 1px solid #dddddd;
    height: 140px;
    margin-bottom: 10px;
}

.t-default #relatedlistgrid4col1 .ible-part__image>div {
    top: 50%;
}

.t-default #relatedlistgrid4col1 .ible-part__image img {
    max-height: 138px;
    height: auto;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-initialized .slick-slide {
    padding: 0 8px;
}

.t-default #relatedlistgrid4col1 h4 {
    font-size: 15px;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 13px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '?';
    text-align: center;
    opacity: .25;
    color: #2F337B !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    bottom: -40px !important;
}

.slick-dots li {
    margin: 0 2px !important;
}

.slick-prev::before,
.slick-next::before {
    color: #2F337B !important;
}

@media only screen and (max-width: 991px) {
    .t-default .ible-grid__list-related .ible-cell {
        margin-top: 0;
    }

    .t-default #relatedlistgrid4col1 {
        width: 95%;
    }
}



/*â†“ BMå´ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°*/
/*-----------------------------------------------------------------*/



/*ITEMè©³ç´°ç”¨ã‚¹ã‚¿ã‚¤ãƒ«

-----------------------------------------------------------------*/
/*-----------------------------

ã‚¢ã‚¤ãƒ†ãƒ ä¸€è¦§

-------------------------------*/
.itemall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itemall .inn_ {
    width: calc(50% - 5px);
    border: 1px solid #CCC;
    padding: 20px;
    box-shadow: 0 0 10px #DDD;
    margin-bottom: 10px;
}

.itemall .itemblock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.itemall .item_img {
    width: 130px;
    height: 130px;
}

.itemall .itemdetail {
    width: calc(100% - 150px);
}

/*ãƒ†ãƒ¼ãƒ–ãƒ«*/
.dbtbl {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.dbtbl .titl {
    font-size: 14px;
    font-weight: bold;
    color: #333448;
    position: relative;
    padding-right: 20px;
}

.dbtbl .titl::after {
    content: "";
    width: 1px;
    height: 14px;
    border-right: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
}

.dbtbl .txt {
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
}

/*-----------------------------

ã‚¢ã‚¤ãƒ†ãƒ è©³ç´°

-------------------------------*/
.itemwrap::after {
    content: "";
    display: table;
    clear: both;
}

.item_area {
    float: left;
    width: 320px;
}

.item_img {
    position: relative;
    width: 320px;
    height: 300px;
}

.item_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
}

.item_list li {
    width: calc((100% - 8px * 2) / 3);
    margin-left: 8px;
    margin-bottom: 8px;
    list-style: none;
}

.item_list li:nth-child(3n+1) {
    margin-left: 0;
}

.item_list li a {
    display: block;
    position: relative;
    z-index: 0;
}

.item_list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
    z-index: 1;
    transition: 0.8s;
}

.item_list li a:hover::before {
    border: 2px solid #233c6b;
}

.itemdetail_blocks {
    float: right;
    width: calc(100% - 320px - 20px);
}

.flaglist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/*ãƒ•ãƒ©ã‚°ï¼–å€‹*/
.flaglist p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 13px;
    line-height: 1;
    height: 24px;
    padding: 0 16px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.fg_01 {
    background-color: #E00707;
}

.fg_02 {
    background-color: #F7821E;
}

.fg_03 {
    background-color: #00B9AE;
}

.fg_04 {
    background-color: #0795E0;
}

.fg_05 {
    background-color: #A052E3;
}

.fg_06 {
    background-color: #D6348B;
}

/*ã‚¿ã‚¤ãƒˆãƒ«*/
.dbtitile_en {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    line-height: 1.2;
    margin-bottom: 10px;
}

.dbtitile_01 {
    color: #2F337B;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.dbtitile_02 {
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dbtitile_02::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 14px;
    background-color: #BBB;
    margin-right: 10px;
}

/*ã‚¿ã‚°*/
.taglist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 15px;
}

.taglist p {
    color: #2F337B;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F2F2;
    height: 28px;
    border: 1px solid #DEDEDE;
    padding: 0 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*ãƒªãƒ³ã‚¯ãƒœã‚¿ãƒ³*/
.btn_list {
    display: flex;
    flex-wrap: wrap;
}

.btn_list .btn {
    margin-right: 5px;
    width: calc(50% - 5px);
    margin-bottom: 5px;
}

.btn_list .btn:nth-child(even) {
    margin-right: 0;
}

.btn_list .btn a {
    color: #FFF;
    background-color: #233c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    height: 50px;
    border-radius: 5px;
    transition: 0.8s;
}

.btn_list .btn.mail a {
    background-color: #474EBC;
    font-size: 15px;
    font-weight: bold;
}

.btn_list .btn a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: auto;
    background-size: contain;
}

.btn_list .btn a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.btn_list .btn.file a::before {
    background-image: url(../image/common/icon_book.png);
}

.btn_list .btn.geer a::before {
    background-image: url(../image/common/icon_geer.png);
}

.btn_list .btn.print a::before {
    background-image: url(../image/common/icon_print.png);
}

.btn_list .btn.mail a::before {
    background-image: url(../image/common/icon_mail.png);
}

@media only screen and (max-width: 979px) {
    .itemall .inn_ {
        width: 100%;
    }
}

@media only screen and (max-width: 690px) {

    .item_area,
    .itemdetail_blocks {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .item_img {
        width: 100%;
    }
}




#selectbox1 select.form-control {
    margin-bottom: 20px;
}


.item_list_img .ible-part__core .hover_baloon {
    display: none;
}

@media only screen and (min-width: 1025px) {

    .item_list_img .ible-part__core .hover_baloon {
        display: none;
        position: absolute;
        top: 50%;
        font-size: 11px;
        background: rgba(97, 83, 204, 0.70);
        color: #ffffff;
        padding: 1px 4px;
        border-radius: 3px;
    }

    .item_list_img:hover .ible-part__core .hover_baloon,
    .ible-area-item-search .search-result-cell.bl-hover .hover_baloon {
        display: block;
    }
}

.btn_dl span,
.t-default .btn_dl a {
    color: #FFF;
    background-color: #9AC32D;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-align: none;
    line-height: 1;
    padding: 5px 18px 5px 15px;
    height: 50px;
    border-radius: 5px;
    transition: 0.8s;
    cursor: pointer;
}

.btn_dl_other span,
.t-default .btn_dl_other a {
    background-color: #FABC00;
}

.btn_dl span::before,
.t-default .btn_dl a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 20px auto;
    background-size: contain;
    background-image: url(../other/icon_dl.svg);
}

.btn_dl span:hover,
.t-default .btn_dl a:hover {
    background-color: #7ca904;
    text-decoration: none;
}

.btn_dl_other span:hover,
.t-default .btn_dl_other a:hover {
    background-color: #c59401;
}

.modal_wrap {
    position: fixed;
    display: none;
    width: 94%;
    max-width: 780px;
    height: auto;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    z-index: 1002;
}

.modal_wrap.active {
    display: block;
}

.modal_bg {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1001;
}

.modal_bg.active {
    display: block;
}

.modal_close_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 50px;
    right: 50px;
    z-index: 1002;
    cursor: pointer;
}

.modal_close_btn::before {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close_btn::after {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 50px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close_btn .menu::before {
    position: absolute;
    content: '閉じる';
    width: 100%;
    left: 0;
    bottom: -18px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.modal_title h2 {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    background: #6153CC;
    padding: 10px 20px;
}

.modal_detail {
    padding: 36px 20px;
}

.modal_btn+.modal_btn {
    margin-top: 20px;
}

.modal_btn a {
    color: #FFF;
    background: #948ce8 url(../image/common/arr_wh.png) no-repeat;
    background-position: right 15px center;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 18px 5px 15px;
    height: 50px;
    border-radius: 5px;
    transition: 0.8s;
}

.modal_btn a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 20px auto;
    background-size: contain;
    background-image: url(../other/icon_dl.svg);
}

.modal_btn a:hover {
    color: #fff;
    text-decoration: none;
    background-image: #6153CC;
}

.favorite_add_btn,
.favorite_delete_btn {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    left: auto !important;
}

.detail_mylist_wrap .favorite_add_btn,
.detail_mylist_wrap .favorite_delete_btn {
    top: 3px !important;
    right: -7px !important;
}

.addMylist,
.deleteMylist {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: 50% 4px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    cursor: pointer;
    transition: all 0.3s;
}

.deleteMylist {
    background-image: url(../image/mylist_off.png);
    background-color: #f9cf26;
}

.addMylist {
    background-image: url(../image/mylist_on.png);
    background-color: #cecece;
}

.favorite_add_btn:hover .deleteMylist {
    background-color: #ffb000;
}

.favorite_delete_btn:hover .addMylist {
    background-color: #747474;
}

@media only screen and (max-width: 690px) {
    .modal_title h2 {
        font-size: 22px;
    }

    .modal_close_btn {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .modal_close_btn::before {
        width: 30px;
    }

    .modal_close_btn::after {
        height: 30px;
    }

    .modal_close_btn .menu::before {
        bottom: -12px;
        font-size: 10px;
    }

    .modal_btn+.modal_btn {
        margin-top: 10px;
    }

    .detail_mylist_wrap .favorite_add_btn,
    .detail_mylist_wrap .favorite_delete_btn {
        top: 0;
        right: -12px;
        transform: translateY(0);
    }

    #listgrid1col1.three_col .ible-list .col-sm-12 .favorite_add_btn,
    #listgrid1col1.three_col .ible-list .col-sm-12 .favorite_delete_btn {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 485px) {
    .tel_sp {
        margin-bottom: 10px;
    }
    #area4-wrapper {
        margin-top: 104px;
    }
    #top .template_c2 #header_area .inn_ {
        display: block;
    }
    #top  .template_c2 .tel_sp {
        margin-top: 10px;
    }
    #top_mainimage,
    #locator_template_c2 {
        margin-top: 104px;
    }
    .top-animation {
        top:104px;
    }
    header.template_c2 #header_area .inn_ .cv {
        display: block;
    }
}
@media only screen and (max-width: 450px) {
    header.template_c2 #header_area .inn_ {
       display: block;
    }
    .tel_sp {
        margin-bottom: 10px;
    }
}


#pagetitle.template_c2 .pagetitle_block .txtCW{
  color: #fff;
  margin: auto;
}
