@charset "utf-8";
@import url("bootstrap.custom.min.css"); /* only Grid system CSS */

/*製品説明欄*/ 
.t-link {
  background: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px;
    transition: 0.2s;
}
.t-link:hover {
  background: #fff;
  color: #000;
}

/* 試打ボタン */
.box-inn {
    padding: 25px 10px 15px;
    margin: 10px auto 0;
}
.box-inn .list {
    display: flex;
    justify-content: space-around;
}
.btn.-cart.rental-inn-btn,
.btn.-cart.shop-btn {
    width: 48%;
    background-color: #000;
    text-decoration: none;
    transition: 0.6s;
    padding: 10px;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin: 0;
    max-width: none;
}
.box-inn .list a:hover {
    background-color: #ba996b;
    opacity: 1;
}
.shop-btn .icon img {
    margin-right: 0;
}
h2{
    background-color: #4472C4;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
@media (max-width: 769px){
    .box-inn .list {
        display: block;
    }
    .btn.-cart.rental-inn-btn,
    .btn.-cart.shop-btn {
        width: 100%;
    }
    .btn.-cart.rental-inn-btn {
        margin-bottom: 10px;
    }
}

/* 共通 */
img {
    max-width: 100%;
}
.free {
    background: #000000;
}

/* technology-freeitem */
.-freeitem {
    color: #fff;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.textbox {
    width: 50%;
}
.imgbox {
    width: 50%;
    max-width: 450px;
}

.imgbox.shaft {
    width: 50%;
    max-width: 540px;
}

.imgbox_wide {
    width: 100%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.imgbox_wide img{
    width: 100%;
}
.textbox_wide {
    /* width: 100%; */
}
.mainarea .textbox {
    width: 50%;
}
.mainarea .imgbox {
    width: 50%;
}
.abreastbox {
    width: 47%;
}
.abreastbox .textbox,
.abreastbox .imgbox {
    width: 100%;
}
.abreastbox .imgbox {
    margin-top: 5%;
}

.-freeitem {
    padding: 6% 0;
    border-bottom: groove 2px #2d2d2d;  
}
#free-technology .-freeitem:last-of-type {
    border: 0;
}
.textbox .lead {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5em;
}
.textbox .text {
    line-height: 2em;
    margin: 3% 0;
    font-size: 1.6rem;
}

.textbox_wide .lead {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5em;
}
.textbox_wide .text {
    line-height: 2em;
    margin: 3% 0;
    font-size: 1.6rem;
}

@media (max-width: 769px) {
  .textbox,.imgbox,.mainarea .textbox,.mainarea .imgbox,.abreastbox,.imgbox_wide,.textbox_wide {
        width: 100%;
  }
  .textbox .lead {
        font-size: 2.2rem;
  }
  .textbox .text {
        font-size: 1.6rem;
  }
  .textbox_wide .lead {
        font-size: 2.2rem;
  }
  .textbox_wide .text {
        font-size: 1.6rem;
  }
  .abreastbox:first-of-type {
        border-bottom: 1px solid #2d2d2d;
        padding-bottom: 10%;
        margin-bottom: 10%;
  }

}

/*technology-shaft*/
.free-box.-itemdetail .free-box_sblock.-sblock03 .free-box_tit {
    margin-bottom: 20px;
    font-size: 2.2rem;
}
.shaft-describe {
    margin-bottom: 20px;
}
.shaft-describe .lead {
    margin: 0;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.7;    
}
.shaft-describe .text {
    line-height: 1.7;
    font-size: 1.7rem;
}
.rt {
    font-size: 70%;
    margin: 0 2px;
}
#nanoalloy-tag-outer {
    position: relative;
}
#nanoalloy-tag {
    position: absolute;
    right: 50px;
    width: 150px;
    top: 5px;
}
@media (max-width: 769px) {
    .free-box.-itemdetail .free-box_tit {
        font-size: 3rem;
    }
    .free-box.-itemdetail .free-box_sblock.-sblock03 .free-box_tit {
        margin-bottom: 15px;
    }
    .shaft-describe .lead {
        font-size: 1.6rem;
    }
    .shaft-describe .text {
        font-size: 1.5rem;
    }
    #nanoalloy-tag {
        position: relative;
        right: 0;
        width: 150px;
        top: 0;
        margin: 0px auto 30px;
    }
}

@media (min-width: 768px) {
    .free-box.-freetextarea {
        width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }
}