@charset "UTF-8";

/*カラー一括置換用  --------------------

背景色：#fff
サブ背景色：#ddd
文字色：#000
メインの色：#006f97
リンク色：#888
線：#aaa

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

#page #story .mainImg {
    background: url(/images/story/main-pic_story.jpg) no-repeat;
}
#page #main .midashiC {
    text-align: left;
}

#page #story #sidebar h3 {
    padding: 30px 10px;
}

.layout-two-column-left #sidebar {
    margin-top: 30px;
}

#page .st_01 #main,
#page .st_02 #main,
#page .st_03 #main {
    margin-top: 30px;
}

#page #main .lead {
    margin-top: 30px;
    margin-bottom: 30px;
}

#page #story section {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
#page #story section:last-child {
    margin-bottom: 0px;
}
#page #story .box01St .ttlImg,
#page #story .box02St .ttlImg,
#page #story .box03St .ttlImg {
    width: 100%;
    margin-bottom: 17px;
}
#page #story .ttlImg {
    position: relative;
}
#page #story .ttlImg img {
}
#page #story .ttlImg .ttlTxtBox {
    width: 250px;
    height: 250px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 38px;
}
#page #story .box02St .ttlImg .ttlTxtBox {
    right: 0;
    margin-right: 38px;
}
#page #story.st_02 .ttlImg .ttlTxtBox {
    right: 0;
    margin-right: 38px;
}
#page #story .ttlImg h3 {
    font-size: 18px;
    padding: 32px 0 0 37px;
    font-family: Arial,sans-serif,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica;
}
#page.en #story .box02St .ttlImg h3,
#page.en #story .box03St .ttlImg h3,
#page.en #story.st_02 .ttlImg h3,
#page.en #story.st_03 .ttlImg h3 {
    padding: 32px 0 0 27px;
    line-height: 1.5;
}
#page #story .ttlImg .txt {
    font-size: 28px;
    line-height: 1.42;
    font-weight: bold;
    padding: 13px 35px 0px 35px;
    text-align: justify;
}
#page.en #story .ttlImg .txt {
    font-size: 23px;
    line-height: 1.22;
    font-weight: bold;
    padding: 13px 35px 0px 35px;
    text-align: left;
}

#page.en #story .box02St .ttlImg .txt,
#page.en #story .box03St .ttlImg .txt,
#page.en #story.st_02 .ttlImg .txt,
#page.en #story.st_03 .ttlImg .txt {
    padding: 3px 25px 0px 25px;
}

/*　IE9用 */
#page.en #story .box02St .ttlImg .txt:not(:target) {
  line-height: 1\9;
}
#page.en #story .box03St .ttlImg .txt:not(:target) {
  line-height: 1\9;
}
#page.en #story.st_02 .ttlImg .txt:not(:target) {
  line-height: 1\9;
}
#page.en #story.st_03 .ttlImg .txt:not(:target) {
  line-height: 1\9;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #page.en #story .box02St .ttlImg .txt { line-height: 1 } /* IE11 */
  *::-ms-backdrop, #page.en #story .box03St .ttlImg .txt { line-height: 1 } /* IE11 */
  *::-ms-backdrop, #page.en #story.st_02 .ttlImg .txt { line-height: 1 } /* IE11 */
  *::-ms-backdrop, #page.en #story.st_03 .ttlImg .txt { line-height: 1 } /* IE11 */
}
/*　FF用 */
@-moz-document url-prefix() {
  #page.en #story .box02St .ttlImg .txt,
  #page.en #story .box03St .ttlImg .txt,
  #page.en #story.st_02 .ttlImg .txt,
  #page.en #story.st_03 .ttlImg .txt {
    line-height: 1.12;
  }
}
/*Windows (全バージョン)のみ*/
.win #page.en #story .box02St .ttlImg .txt,
.win #page.en #story .box03St .ttlImg .txt, 
.win #page.en #story.st_02 .ttlImg .txt,
.win #page.en #story.st_03 .ttlImg .txt {
  line-height: 1;
}
/*safari用*/
.safari #page.en #story .box02St .ttlImg .txt,
.safari #page.en #story.st_02 .ttlImg .txt {
  line-height: 1.12;
}
.safari #page.en #story .box03St .ttlImg .txt,
.safari #page.en #story.st_03 .ttlImg .txt {
  line-height: 1.52;
}

#page.zh #story .box03St .ttlImg .txt,
#page.zh #story.st_03 .ttlImg .txt {
    padding: 13px 45px 0px 35px;
}

#page #story .ttlImg img {
    width: 100%;
}

#page #story .box01St img,
#page #story .box02St img, 
#page #story .box03St img {
    width: 100%;
    height: auto;
}

#page #story .txtSt {
    padding: 0 40px;
}
#page #story .txtSt p {
    font-size: 16px;
    line-height: 2;
}

#page #story .midashiImg {
    width: 100%;
    height: 390px;
    margin-bottom: 20px;
}
#page #story .midashiImg img {
    width: 100%;
    height: auto;
}

#page #story .imgRight {
}
#page #story .imgRight.clearfix{
}
#page #story .imgRight figure {
    padding: 7px 0 0 35px;
    width: 250px;
}
#page #story .imgLeft figure {
    padding: 7px 35px 0 0;
    width: 250px;
}
#page #story .imgRight img,
#page #story .imgLeft img {
    width: 250px;
}
#page #story .imgRight .txt {
    float: left;
    width: 530px;
}
#page #story .imgLeft .txt {
    float: left;
    width: 530px;
}

/*20180604 ADD sole-color nagashima*/
#page #story .imgRight.yoko figure {
    width: 312px;
}
#page #story .imgRight.yoko figure img {
    width: 100%;
}
#page #story .imgRight.yoko .txt {
    width: 473px;
}

/*　st_01
-------------------------------------*/

@media screen and (max-width: 760px) {
    #page .pageTtl h2 {
        font-size: 39px;
    }
    #page .pageTtl {
        /*margin-top: 20px;*/
    }
    #page #main {
        padding: 0 20px;
    }
    #page #products .midashiC {
        padding-top: initial;
        margin-top: initial;
    }
    #page #main .midashiC:before {
        top: initial;
    }
    #page #main .imgLeft figure {
        padding: 0 0 10px 0;
        /*float: none;*/
        margin: 0 auto;
    }
    #page #main .imgRight figure, .imgLeft figure {
        width: 260px;
    }
    #page #main .imgRight figure img, .imgLeft figure img {
        width: 260px;
    }
    #page #main table.moduleTable th {
        padding-bottom: 0;
    }
    #page #main table.moduleTable td {
        line-height: 1.5;
        padding-top: 0;
    }
    #page #main .imgRight .txt table.moduleTable, #page #main .imgLeft .txt table.moduleTable {
        width: 100%;
    }
    .layout-two-column-left .contentIn {
        padding-bottom: 0;
    }
    #page .contentIn {
        margin-bottom: 0;
    }
    #page #story .mainImg {
        background-position: calc(100% + 0px)!important;
    }
    #page #story .ttlImg .ttlTxtBox {
        width: 32.896vw;
        height: 73%;
    }
    #page #story .ttlImg h3 {
        font-size: 2.43vw;
        padding: 4vw 0 0 5vw;
        line-height: 4.8vw;
    }
    #page #story .ttlImg .txt {
        font-size: 3.7vw;
        padding: 1.72vw 4.6vw 0 4.6vw;
        letter-spacing: 0;
    }
    #page.en #story .ttlImg .txt {
        font-size: 3.4vw;
        padding: 0vw 4.9vw 0 4.9vw;
        letter-spacing: 0;
    }
    #page.en #story .box02St .ttlImg .txt,
    #page.en #story .box03St .ttlImg .txt,
    #page.en #story.st_02 .ttlImg .txt,
    #page.en #story.st_03 .ttlImg .txt{
        padding: 0vw 1vw 0vw 3.4vw;
        line-height: 4vw;
    }
    #page.en #story .box02St .ttlImg h3,
    #page.en #story .box03St .ttlImg h3,
    #page.en #story.st_02 .ttlImg h3,
    #page.en #story.st_03 .ttlImg h3 {
        padding: 3.7vw 0 0 3.6vw;
        line-height: 3.5vw;
    }
    #page.zh #story .box03St .ttlImg .txt,
    #page.zh #story.st_03 .ttlImg .txt {
        padding: 1.72vw 7vw 0 4.6vw;
    }
    #page #story .ttlImg .ttlTxtBox {
        margin-left: 5vw;
    }
    #page #story .box02St .ttlImg .ttlTxtBox {
        margin-right: 5vw;
    }
    #page #story .txtSt {
        padding: 0;
    }
    #page #story section:last-child {
        margin-bottom: 50px;
    }
    #page #story .imgRight .txt, 
    #page #story .imgLeft .txt {
        float: initial!important;
        width: initial!important;
    }
    #page #main .imgRight figure img, .imgLeft figure img {
        width: 160px!important;
    }
    #page #main .imgRight.yoko figure img {
        width: 180px !important;
    }
    #page #main .imgRight figure {
        width: initial!important;
        padding: 5px 0 10px 15px!important;
    }
    #page #main .imgLeft figure {
        width: initial!important;
        padding: 5px 15px 10px 0!important;
    }
    .mb30 {
        margin-bottom: 15px!important;
    }
}
