@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    box-sizing: border-box;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* clear */

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

.clear {
    display: inline-table;
}

/* MacIE begin \*/

* html .clear {
    height: 1%;
}
img {
    vertical-align: bottom;
}

.clear {
    display: block;
}


/* colの隙間削除 */
/*
[class*="col-"] {
    margin:0;
    padding:0;

}
*/
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.eng {
    font-family: futura-pt, sans-serif;
    font-weight: 450;
    font-style: normal;
}

/* MacIE end */

body {
    /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    font-size: 15px;
    line-height: 1.6;
    color: #595959;
    text-align: left;

    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}


a {
    color: #1E6F66;
    text-decoration: underline;
}

a:link, a:visited {
    color: #1E6F66;
    text-decoration: underline;
    display: inline-block;
}

a:hover, a:active {
    color: #30B1A5;
    text-decoration: underline;
}


#wrapper {
    margin: 0 auto;


}

#contents {
    text-align: center;
    margin: 0 auto;

    /*position: relative;*/
}

/*ページ上部*/

#topPage #topContents {
    width: 100%;
    text-align: center;
    /*height: 770px;
    background: url(../images/top_main_bg.jpg) no-repeat top center;*/

    z-index: 0;
}
#topPage #topContents #topflash {
    /*width: 1100px;
    height: 550px;
    */

    position: relative;
    padding-bottom: 43.75%;
    height: 0;
    overflow: hidden;

    width: 100%;
    margin: 0 auto;

    /*padding-bottom: 15px;*/

    z-index: 1;

    margin-top: -70px;


}
#topPage #topContents #topflash .top_img_wrap {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
#topPage #topContents #topflash #top_img1, #topPage #topContents #topflash #top_img2 {
    opacity: 0;
}
#topPage #topContents #topflash #top_img1 img, #topPage #topContents #topflash #top_img2 img {
    width: 100%;
}


#topPage #topContents #topflash svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#topPage #topContents #topflash svg > span {
    position: absolute;
    top: 0;
    right: 0;
}

#topflash svg path, #topflash svg line, #topflash svg polyline, #topflash svg polygon {
    stroke: #333;
    stroke-width: 1px;
    fill:none;
}

#topPage #topContents #topflash svg .bgImg {
    opacity:0;
}


#topPage #topContents #topflash #topFlashUp {
    width: 100%;
    height: 28px;
    background: url(../images/top_flash_up.png) no-repeat top center;
    position: absolute;
    top:0;
    left:0;
    z-index: 99998;
}
#topPage #topContents #topflash #topFlashDown {
    width: 100%;
    height: 39px;
    background: url(../images/top_flash_down.png) no-repeat top center;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 99999;
}


#topLoader {
    position: absolute;

    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader.gif) no-repeat center center;

    z-index: 999999;
}


#topContents {
    width: 100%;
    /*height: 480px;*/
    position: relative;
    /*background: url(../images/top_bg.jpg) no-repeat top center;*/

    z-index: 0;
    background: #FFF;

}
#topContents #mainflash {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    /*padding-bottom: 15px;*/

    position: relative;


    z-index: 2;
    margin-top: -35px;
}

#topContents #mainflash img {
    width: 100%;
}


/* 135周年 */
#anniv {
    width: 1100px;
    margin: 0 auto;
    margin-top: -25px;

}
#anniv .video_wrapper {
    position: relative;
  width: 100%;
  padding-top: 56.25%;

}

#anniv .video_wrapper .btn_play {
    position: relative;

    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

    color: #FFF;



    z-index: 1;
}
#anniv .video_wrapper .btn_play button {
    background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
#anniv .video_wrapper .btn_play span {
    display: inline-block;
    cursor: pointer;
    font-size: 2.0rem;
    color: #FFF;

    position: absolute;
    bottom :10px;
    left: 20px;
}
#anniv .video_wrapper .btn_play span.sound_off {

}

#anniv .video_wrapper .btn_play span.sound_off {
    animation: volume_flash 0.8s linear infinite;
}

@keyframes volume_flash {
  0%,100% {
    opacity: 1;
  }
    25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
}


#anniv .video_wrapper video {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

    z-index: 0;
}

a.anniv_btn {

    position: absolute;
    bottom :15px;
    right: 15px;
    border: 1px solid #333;
    background: rgba(255,255,255,1.0);
    color: #333;
    padding: 0.2rem 1.0rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    /*font-family: "kozuka-mincho-pro";*/
    letter-spacing: 0.1rem;

    z-index: 2;
}
a.anniv_btn  img {
    width: 50px;
    margin-right: 0.5rem;
}
a.anniv_btn  span {
display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1rem;
}







#topContents #header {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;

    overflow: hidden;

    z-index: 3;

    padding-bottom: 10px;
}
#header .header_inner {
    min-height: 170px;
    border-bottom-right-radius: 2000px 150px;
    border-bottom-left-radius: 2000px 150px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;


    background: linear-gradient(#FFF 75%, #E9E9E9);
    /*
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.15));
    */
    border-bottom: 1px solid #FFF;
}

#topContents #header #headerBar {
    /*background: linear-gradient(to right, #2FAEA1, #8DEBE1 50%, #2FAEA1);*/
    background: #FFF;

    height: 4px;

}

#header h1 {
    display: none;
}


#topContents #header #headerContents {
    width: 1100px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;

    padding-top: 15px;
    margin-bottom: 20px;
}

#topContents #header #headerContents p#headerLogo {
    width: 320px;
}
#topContents #header #headerContents p#headerLogo img {
    width: 100%;
}
#headerContents .icon{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
/*PC*/
@media screen and (min-width: 768px){
    #topContents #header #headerContents {
        width: 1100px;
        margin: 0 auto;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    #headerContents .icon img {
        max-height: 46px;
        max-width: 100%;
    }
    #topContents #header #headerContents > div > ul > li {
        margin-left: 15px;
    }
}

/*sp*/
@media screen and (max-width: 767px){
    #topContents #header #headerContents {
        width: 100%;
        align-content: center;
        align-items: center;
    }
    #headerContents .icon img {

        max-height: 30px;
        max-width: 100%;
    }
    #topContents #header #headerContents > div > ul > li {
        margin-right: 60px;
    }
}

#topContents #header #headerContents > div > ul {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}



.marubtn a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;

    /*background: #9BB5B3;
    background: #929292;*/

    transition: .3s;
}
.marubtn a:after {
    transition: .3s;
}

.marubtn a .fa {
    line-height: 28px;
}
.marubtn a:hover {
    background: #2FAEA1;
    color: #FFF;
}


#topContents #header #headerNavi {
    width: 1100px;
    margin: 0 auto;


    z-index: 888;
}

#topContents #header #headerNavi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

    border-left: 1px solid #E1E1E1;


}
#topContents #header #headerNavi ul li {
    list-style-type:none;
    position:relative;

    width: 12.5%;

}
#topContents #header #headerNavi ul li:first-of-type {

}
#topContents #header #headerNavi ul li:nth-of-type(7) {

}
#topContents #header #headerNavi ul li a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;

    border-left: 1px solid #FFF;
    border-right: 1px solid #E1E1E1;

    padding: 10px 0px;


    font-family: "kozuka-mincho-pro";
    font-weight: 500;

    color: #333;

    font-size: 0.9rem;

    text-shadow: #FFF 1px 1px 0px, #FFF 1px 1px 0px;
}


#topContents #header #headerNavi ul li a.header_navi_btn {

    position: relative;
    overflow:hidden;
    transition: .1s;
}
#topContents #header #headerNavi ul li a.header_navi_btn:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 1px;
    /*background: #2FAEA1;*/
    background: linear-gradient(to right, transparent, #8DEBE1 35%, #8DEBE1 65%, transparent);
}
#topContents #header #headerNavi ul li a.header_navi_btn:hover {
    cursor: pointer;
}
#topContents #header #headerNavi ul li a.header_navi_btn:hover:after {
    width: 100%;
    left: 0;
}

/* ドロップダウン */
#headerNavi ul li ul li a {
    padding: 12px 0px;
    background-color:#009779;
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:1em;
    font-size: 12px;
    width:138px;
    text-align:center;
}
#headerNavi ul li ul li a:hover,
#headerNavi ul li ul li a.open {
    background-color:#00CCA4;
}

#headerNavi ul li ul {
    margin-left:0;
    padding-top:1px;
    list-style:none;
    position:absolute;
    left:-18px;

    z-index:999;
}

#headerNavi ul li ul li {
    padding-bottom:1px;
    float:none;
    border-right:none;
}


#groupNavi {
    width: 1100px;

    margin: 0 auto;
    position: relative;

    z-index: 3;

    margin-bottom: 50px;
}

#groupNavi ul {
    width: 1100px;
    margin: 0 auto;

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

#groupNavi ul li {
    list-style-type:none;
    display: inline-block;
    width: 15%;

}
#groupNavi ul li img {
    width: 100%;
}


.main_wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: -25px;

    padding-top: 10px;

    z-index: 1;
}
.main_wrapper .main_inner {
    /*
    min-height: 180px;
    border-top-right-radius: 2000px 160px;
    border-top-left-radius: 2000px 160px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    */

    background: linear-gradient(to bottom,#E9E9E9,#FFFFFF 2%,#FFFFFF);
    /*background: url(../images/wave_bg.jpg) repeat-x center top #FFF;

    filter: drop-shadow(0px -2px 4px rgba(0,0,0,0.05));*/
    border-top: 1px solid #FFF;

    padding-top: 5rem;
    padding-bottom: 5rem;
}

/*トップページ上部*/
#mainContents {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: left;
    /*border: #F00 1px solid;*/
    /*position: relative;*/

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


#topPage #mainContents {
    flex-direction: column;
}


#topContents #mainflash {
    width: 100%;
    margin-top: -70px;
    background-size: 100% auto;

}
#topContents #mainflash #flashCont {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#topContents #mainflash #flashCont p {
    font-size: 2.0rem;
    font-family: "kozuka-mincho-pro";
    font-weight: 300;
    color: #333;
    padding-top: 3.0rem;

    text-shadow:1px 1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,1px -1px 10px #FFF,-1px -1px 10px #FFF;
}


/*トップ美顔*/

.top_bigan {

    margin-bottom: 1.5rem;

}
.top_bigan a {
    width: 48%;
}


/* トップスライド */


#slides {
    z-index:100;
    position: relative;
    background: url(../images/top_banner_bg.jpg) no-repeat top center;
}

.slides_container {
    margin: 0 auto;
    width: 910px;
    height: 132px;
    margin-bottom: 35px;

    overflow: hidden;
    position: relative;
    display: none;
}

.slides_container div.slide {
    width: 862px;
    height: 132px;
    display:block;
    padding-top: 25px;
    margin-left: 28px;
}


.slides_container div.slide .item {
    float:left;
    display:block;
    margin-left: 0;
    margin-right: 7px;
}


/* トップスライド ページめくり */

.pagination {
    display: none;
    margin:0;
    width:auto;
    float: right;
    margin-top: 5px;
}

.pagination li {
    float:left;
    margin:0 3px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:15px;
    height:0;
    padding-top:15px;
    background-image:url(../images/slides/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -15px;
}

#prev {
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 101;
}
#next {
    position: absolute;
    top: 25px;
    left: 890px;
    z-index: 102;
}




#topTopics {
    width: 100%;
    margin-bottom: 70px;
}

#topTopics > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#topTopics > ul > li {
    width: 48%;
    margin-bottom: 30px;
}
#topTopics > ul > li > img {
    width: 100%;
}

#topLeft {

    width: 55%;
}

#topRight {

    width: 42%;

    text-align: center;

    background: #F5F6F7;
    padding: 25px 0;

    border-radius: 7px;
}

#topLeft #topBrandBanner  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#topLeft #topBrandBanner li {
    display: block;
    width: 49%;
    margin-bottom: 40px;
}
#topLeft #topBrandBanner li img {
    width: 100%;
}

#topLeft #topBrandBanner li p {
    font-size: 0.8rem;
    line-height: 1.6;
}


#topLeft a, #topLeft a {
    display: block;
}

#topLeft a:link, #topLeft a:visited {
    color: #595959;
    text-decoration: underline;
}

#topLeft a:hover, #topLeft a:active {
    color: #30B1A5;
    text-decoration: underline;
}


/* facebook */


#topRight a.pinkribbon_banner {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;

}

#topRight #sns_box > h3 {
    padding: 0;
    color: #3B5998;
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: center;
}
#topRight #sns_box > h3 i {
    margin-right: 5px;
}


/*お知らせ*/

.cols {
    display: flex;
    justify-content: space-between;

    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}


#topNews {
    width: 48%;

}

.newsWrapper dl dt {
    display: block;
    background: #EBEFEF;
    padding: 1.7% 2% 1.7% 2%;
    color: #4F6262;
    font-size:  1.1em;

    font-family: "kozuka-mincho-pro";
    font-weight: 300;

    margin-bottom: 5px;
}
.newsWrapper dl dt span {
    display: inline-block;
    float: right;

}
.newsWrapper dl dt span a {
    background: #4F6262;
    border-radius: 15px;

    font-size:  0.7em;
    color: #FFF;
    text-decoration: none;
    padding: 3px 12px;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

.newsWrapper dl dd.contentsInner {
    margin: 0 auto;
    padding: 0;
    /*width: 400px;*/

    margin-top: 0px;

}

.newsWrapper dl dd ul.newsBlock {
    width: auto;
    margin: 0 auto;
    padding: 10px 10px 15px 5px;

    border-bottom: #CCC 1px dashed;

    font-size: 1.0em;
}

.newsWrapper dl dd ul.newsBlock li.newsDate {
    font-weight: bold;
    color: #30B1A5;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.8em;
}
.newsWrapper dl dd ul.newsBlock li.newsTitle {
    margin-bottom: 5px;
}
.newsWrapper dl dd ul.newsBlock li.newsMessage {
    font-size: 0.8rem;
}

#topRelease {
    width: 48%;

}
.newsWrapper dl dd ul.newsBlock li span.release_date {
    font-weight: bold;
    color: #30B1A5;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.8em;

}
.newsWrapper dl dd ul.newsBlock li span.icon {
    display: inline-block;
    font-size: 0.7em;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;

    margin-right: 10px;
}
.newsWrapper dl dd ul.newsBlock li span.mj {
    background: #E45E56;
}
.newsWrapper dl dd ul.newsBlock li span.ms {
    background: #E75297;
}
.newsWrapper dl dd ul.newsBlock li span.rf {
    background: #F3A498;
}
.newsWrapper dl dd ul.newsBlock li span.cj {
    background: #5A2694;
}





/*フッター*/


.footer_wrapper {
    background: url(../images/footer_bg2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;

    padding-top: 10px;
    z-index: 10;

}
.footer_wrapper .footer_inner {
    /*
    min-height: 180px;
    border-top-right-radius: 2000px 300px;
    border-top-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;

    background: linear-gradient(to bottom,#E9E9E9,#FFFFFF 10%,#FFFFFF);
    */
    /*background: url(../images/wave_bg.jpg) repeat-x center top #FFF;*/

    /*
    filter: drop-shadow(0px -2px 4px rgba(0,0,0,0.15));


    border-top: 3px solid #8DEBE1;*/


    padding-top: 30px;
}


#footer {

    /*background: url(../images/footer_bg.jpg) no-repeat top center;*/

}

#footer #footerContents {
    width: 1100px;
    margin: 0 auto;

    padding-bottom: 5.0rem;
}

#footer #footerContents #footerMenuWrapper {
    width: 100%;

    margin-bottom: 50px;
}

#footer #footerContents #footerMenuWrapper #footerMenu {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;

    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#footer #footerContents #footerMenuWrapper #footerMenu dl {
    text-align: left;
    margin-right: 25px;

    margin-bottom: 30px;
}
#footer #footerContents #footerMenuWrapper #footerMenu dl dt {
    display: block;

    margin-bottom: 10px;
    font-weight: 300;
}
#footer #footerContents #footerMenuWrapper #footerMenu dl dt a {
    color: #333;
    font-size: 1.0rem;
    line-height: 1.5;
}
#footer #footerContents #footerMenuWrapper #footerMenu dl dt a i {
    color: #333;
    margin-right: 3px;
}

#footer #footerContents #footerMenuWrapper #footerMenu dl dd {

    margin-bottom: 5px;
    font-size: 0.8rem;
    /*padding-left: 0.7rem;*/

}

#footer #footerContents #footerMenuWrapper #footerMenu dl dd a {
    color: #333;
    line-height: 1.5;
}

#footer #footerContents #footerMenuWrapper .footerMenuList2 ul {

    display: flex;
    justify-content: space-around;

}

#footer #footerContents #footerMenuWrapper .footerMenuList2 li {

    display: inline-block;


}
#footer #footerContents #footerMenuWrapper .footerMenuList2 li a {
    text-align: left;
}

#footer #footerContents #footerMenuWrapper .footerMenuList2 li a i {
    color: #2FAEA1;
    margin-right: 3px;
}

#footer #footerContents .footerAddress {
    border-top: 0px solid #1E6F66;
    padding: 20px 0 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer #footerContents .footerAddress ul {
    font-size: 0.8rem;

    text-align: left;
}
#footer #footerContents .footerAddress ul li {
    margin-bottom: 5px;
}
#footer #footerContents .footerAddress #footerCopyright {
    text-align: center;

    font-size: 0.8rem;

    /*
    font-family: "kozuka-mincho-pro";
    font-weight: 300;
    */
}

#pageTopBtn {
    text-align: center;

    position: relative;
    margin-top: -25px;

    z-index: 999;


}
#pageTopBtn a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 1.3rem;
    padding: 5px 0;

    text-decoration: none;

    line-height: 0.6;

    /*filter: drop-shadow(1px 1px 0px rgba(255,255,255,1.0));*/

}
#pageTopBtn a span {
    font-size: 0.8rem;
}


#footerGroupNavi {
    width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;

    background: #FFF;

    margin-bottom: 5rem;

    filter: drop-shadow(0px 5px 8px rgba(0,0,0,0.1));

    /*
    font-family: "kozuka-mincho-pro";
    font-weight: 300;
    */

}
#footerGroupNavi h3  {
    color: #1E6F66;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    vertical-align: middle;

    font-family: "kozuka-mincho-pro";
    font-weight: 300;
}
#footerGroupNavi h3 span {
    width: 3.5%;
    min-width: 35px;
    margin-right: 5px;
    display: inline-block;

}
#footerGroupNavi h3 span img {
    width: 100%;
}
#footerGroupNavi h3 span img path {

}

#footerGroupNavi ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

#footerGroupNavi ul li {
    margin-right: 5px;

}
#footerGroupNavi ul li img {
    width: 100%;

}

#topPage #footerGroupNavi {
    display: none;
}


#footer_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#footer_banner li {
    width: 19%;
}
#footer_banner li img {
    width: 100%;
}


/*左コンテンツ*/

#leftContents {

    width: 22%;
    margin: 0 auto;
    text-align: center;

    position: relative;

    z-index: 3;

    display: none;
}

#leftContents2 {

    width: 25%;
    margin: 0 auto;
    text-align: center;

    position: relative;

    z-index: 3;

    display: none;
}

/*左サブナビ*/


#leftContents #sideNavi {
    margin-bottom: 30px;
    text-align: left;

    z-index: 1;



    background: #EFF3F2;
    border: solid 5px #FFF;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.15));

    padding: 20px 15px;
}
#leftContents #sideNavi h3 {
    color: #1E6F66;
    font-size: 1.2rem;
    margin-bottom: 10px;

    font-family: "kozuka-mincho-pro";
    font-weight: 300;
}
#leftContents #sideNavi #sideNaviBtn {

    text-align: center;
}

#leftContents #sideNavi #sideNaviBtn ul {
    text-align: left;

    list-style: none;


    padding-bottom: 10px;
}
#leftContents #sideNavi #sideNaviBtn ul li {
    display: block;
    width: 100%;
}
#leftContents #sideNavi #sideNaviBtn ul li a {
    text-align: left;
    display: block;
    list-style: none;

    /*background: linear-gradient(#FFFFFF, #E9EFEF);*/
    background: #C0D1D0;

    text-decoration: none;
    font-size: 0.8em;
    padding: 10px 0;
    border-top: 1px #C0D1D0 solid;
    border-left: 1px #C0D1D0 solid;
    border-right: 1px #C0D1D0 solid;
    padding-left: 10px;



  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  position: relative;

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;

}
#leftContents #sideNavi #sideNaviBtn ul li:last-of-type a {
    border-bottom: 1px #C0D1D0 solid;
}

#leftContents #sideNavi #sideNaviBtn ul li a:hover {

    text-decoration: none;
}


#leftContents #sideNavi #sideNaviBtn ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#leftContents #sideNavi #sideNaviBtn ul li a:hover, #leftContents #sideNavi #sideNaviBtn ul li a:focus, #leftContents #sideNavi #sideNaviBtn ul li a:active {
  color: #FFF;
    background: #C0D1D0;
}
#leftContents #sideNavi #sideNaviBtn ul li a:hover:before, #leftContents #sideNavi #sideNaviBtn ul li a:focus:before, #leftContents #sideNavi #sideNaviBtn ul li a:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}



#leftContents #sideNavi #sideNaviBtn .bottomLine {

}


#development #leftContents #sideNavi #sideNaviBtn ul li:nth-child(3) a {
    font-size: 0.8em;
}


#release #leftContents {

}


/*左バナー*/

#leftContents #leftBanner {

    margin: 0 auto;
    text-aling: center;

    border: 0px #F00 solid;

    z-index: 0;
}
#leftContents #leftBanner ul li {

}

/*右コンテンツ*/

#rightContents {

    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;

}

#linkFollow {
    margin-bottom: 20px;
    font-size: 0.8rem;
}
#linkFollow ul {
    margin: 0;
    padding: 0;
}
#linkFollow ul li {
    float: left;

    margin-right: 18px;

}
#linkFollow ul li::before {
    font-family: "Font Awesome 5 Free";
      font-weight: 900;
     content: "\f0da";

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
}


.contentsBlock {
    width: 100%;

    margin-bottom: 0px;

}

/*
.contentsBlock h2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../images/h2_bg.jpg) no-repeat top right #EFFAF9;
    border: 1px solid #B0B9B9;
    padding: 0.7rem 0 0.7rem 0.4rem;
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.1em;
    font-family: "kozuka-mincho-pro";
    font-weight: 500;
}
.contentsBlock h2 span {
    display: block;
    border-left: 4px #33ADA0 solid;
    padding-left: 8px;

}
*/

.contentsBlock h2{
    position: relative;
    display: block;

    font-size: 1.6rem;
    font-family: "kozuka-mincho-pro";
    font-weight: 300;

    margin-bottom: 50px;

    text-align: center;
}
.contentsBlock h2:before, .hlWrapper h2:before{
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 100%;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background-color: #7ED1E6;*/
    background: linear-gradient(to right, #FFF, #8DEBE1 50%, #FFF);
    border-radius: 1px;


}
.contentsBlock h2:after {

}



.subContents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: left;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.subContents h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #1E6F66;
    font-family: "kozuka-mincho-pro";
    font-weight: 500;


}

.subContentsTitle {

    display: block;
    background: #EBEFEF;
    padding: 10px 20px;
    color: #4F6262;
    font-size:  1.1rem;

    font-family: "kozuka-mincho-pro";
    font-weight: 300;
    margin-bottom: 20px;

    border-bottom: 1px solid #9BB5B3;
    border-radius: 5px;
    text-align: left;

}

.subContents2 {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: left;
    float: left;
}

.subContentsTitle2 {
    background: #e1ebea;
    background: -moz-linear-gradient(top,  #e1ebea 0%, #eff1f0 100%);
    background: -webkit-linear-gradient(top,  #e1ebea 0%,#eff1f0 100%);
    background: linear-gradient(to bottom,  #e1ebea 0%,#eff1f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ebea', endColorstr='#eff1f0',GradientType=0 );

    border-bottom: 1px solid #D9DDDC;
    border-radius: 5px;

    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    color: #698D8A;
    font-size: 1.1em;
    /*font-weight: bold;*/
    margin: 0px;
    margin-bottom: 10px;
    letter-spacing: 2px;

    font-family: "kozuka-mincho-pro";
    font-weight: 500;
}

.subContents2 ul li {
    margin-left: 5px;
}

.pageTitle {
    margin-bottom: 25px;
}

.waku1 {

    width: 100%;
    margin: 0 auto;

    background: #F5F8F8;
    border: 5px solid #DCE5E2;
    border-radius: 7px;

    padding: 20px;
}

.waku1 p {

}
.waku1Header {
    background: url(../images/waku1_h.gif) no-repeat;
    height: 15px;
}
.waku1Footer {
    background: url(../images/waku1_f.gif) no-repeat;
    height: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

table tr th, table tr td {
    padding: 1.0rem;
    font-size: 13px;
    border: 1px solid #C0D1D0;
}

table tr th    {
    width: 25%;
    text-align: center;
    font-weight: bold;
    background: #E9EFEF;
}

table tr td    {
    text-align: left;
}

#company table tr th {
    width: 25%;
}




dl.table {
    display: flex;
    justify-content: space-between;
    border-collapse: collapse;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #C0D1D0;
    border-top: none;

}
dl.table dt {
    box-sizing: border-box;
    border-top: 1px solid #C0D1D0;
    padding: 20px;
    background: #E9EFEF;
    width: 30%;

}
dl.table dd {
    box-sizing: border-box;
    border-left: 1px solid #C0D1D0;
    border-top: 1px solid #C0D1D0;
    padding: 20px;
    width: 70%;
}

dl.table dd input {
    width: 90%;
}

.listPointer li {
    display: block;
    background: url(../images/pointer_rect.gif) no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    line-height: 17px;
    /*height: 15px;*/
    font-size: 13px;
    margin-bottom: 10px;
}

.windowOpen {
    background: url(../images/icon_window_open.gif) no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    line-height: 1.3em;
}

.ERR {
    color: #C00;
}

.seoTxt {
    display: none;
}

#contact form input[type=text], #contact form textarea, #contact form select {
    padding: 5px 2px;
}

.topNewIcon {
    background: #FF4683;
    padding: 1px 5px 1px 5px;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 3px;

}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}


.button_container {
    position: fixed;
    top: 25px;
    right: 10px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.25s ease;

    display: none;

}
.button_container:hover {
    opacity: 0.7;
}
.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background: #555;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 12px;
}
.button_container span:nth-of-type(3) {
  top: 23px;
}

.overlay {
    position: fixed;
    background: #555;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;

    z-index: 1;
}
.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.0rem;

  text-align: center;


}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;

  position: relative;
  height: 100%;
    width: 95%;

    flex-wrap: wrap;
    justify-content: flex-start;

}
.overlay ul li {
  display: block;


  position: relative;
  opacity: 0;
    margin-bottom: 1.0rem;

    width: 50%;


}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
    padding: 0.5rem 0;

}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* Highlight
---------------*/
#highlight{
    width: 100%;
    margin-bottom: 70px;
}

#highlight ul{
    width: 100%;
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#highlight ul li{
    width: 19%;
    display: block;
    vertical-align: top;
}

#highlight ul li a {
    display: block;
}
#highlight ul li a:link, #highlight ul li a:visited {
    color: #595959;
    text-decoration: none;
}

#highlight ul li a:hover, #highlight ul li a:active {
    color: #30B1A5;
    text-decoration: none;
}

#highlight ul li a figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

}


#highlight ul li a figure img {
    width: 100%;
    z-index: 0;
    vertical-align: bottom;
}
#highlight ul li a figcaption {
    width: 100%;

    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding: 0 2%;

}
#highlight ul li a figcaption p {
    font-size: 0.8rem;
    padding: 0.75em 0 0.5em;
}
#highlight ul li a figcaption strong {
    font-size: 0.8rem;
}
#highlight ul li a figcaption strong i {
    margin-left: 5px;
}


#highlight ul li a figure * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#highlight ul li a figure img{
    filter: brightness(1.0);

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#highlight ul li a:hover figure img{

    filter: brightness(0.5);
}

#highlight ul li a figure .detail {

    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}
#highlight ul li a figure .detail span {

    margin: 0 auto;
    margin-top: 50%;
    display: inline-block;
    color: #FFF;
    font-size: 0.8rem;

    border: 1px solid #FFF;
    padding: 2px 20px;
}

#highlight ul li a:hover figure .detail {
    opacity: 1.0;
}

#highlight ul li a figure .detail span i {
    margin-left: 5px;
}



#spNavi {
    margin-bottom: 2.5rem;
}
#spNavi h3 {
    color: #555;
    font-size: 1.2rem;
    text-align: center;
    font-family: "kozuka-mincho-pro";
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
#spNavi nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#spNavi nav ul li {
    width: 33%;

}
#spNavi nav ul li a {
    border: #FFF 3px solid;

    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 1.0rem 0;
    background: linear-gradient(to bottom right, #F2F4F4 25%, #EDF1F0);
    text-decoration: none;

    /*filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.15));*/

}
#spNavi nav ul li a span.icon {
    width: 55%;
}

#spNavi nav ul li a img {
    width: 100%;
}


/* ボタン */

.btn_group {
    display: flex;
    justify-content: space-around;

    margin-bottom: 30px;
}


.form_btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 1.2rem;

    color: #FFF;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

a.form_btn {
    text-decoration: none;
    color: #FFF;
}

.form_btn:hover {
    cursor: pointer;
    opacity: .8;

}


.btn_color_green {
    background: #2FAEA1;
}
.btn_color_gray{
    background: #777;
}

.form_btn i {
    padding: 0 5px;
}


/* お問い合わせ電話番号 */

.tel_number {
    color: #2FAEA1;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.5;

    font-family: "kozuka-mincho-pro";
    font-weight: 500;
}
.tel_number span {
    display: block;
    font-size: 1.0rem;
}
.tel_number i {
    margin-right: 10px;
}


.green_copy {
    color: #2FAEA1;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
    font-family: "kozuka-mincho-pro";
    font-weight: 500;
}





@media screen and (max-width: 949px) {
    .btn_group {

        flex-wrap: nowrap;
    }

    .form_btn {


        margin: 0 auto;
        margin-bottom: 1.0rem;
    }


}




/* sp */

@media screen and (max-width: 949px) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }

    .main_wrapper .main_inner {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #topPage #topContents #topflash {
        /*
        width: 100%;
        position: relative;
        padding-bottom: 43.75%;
        height: 0;
        overflow: hidden;
        */
        padding-bottom: 55%;
        margin-top: -20px;
    }

    #topPage #topContents #topflash svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #topLoader {


        width: 100%;
        height: 100%;

    }

    #topContents #mainflash {
        width: 100%;

    }

    #anniv {
        width: 100%;
        margin-top: -5px;
    }
    a.anniv_btn {
        position: relative;
        bottom: auto;
        right: auto;
        width: 90%;
        margin: 0 auto;
        margin-top: 3.0rem;
        margin-bottom: 3.0rem;
        text-align: center;
        font-size: 4.0vw;
        padding: 0.7rem 0;
        justify-content: center;

        background: rgba(255,255,255,1);
    }
    #anniv .video_wrapper .btn_play span {
        font-size: 6vw;
        bottom:0;
        left:2.0vw;
    }

    #topContents #header {
        padding-bottom: 0;

    }
    #header .header_inner {
        min-height: auto;
    }

    #topContents #header #headerNavi {
        width: 100%;
        display: none;
    }

    #topContents #header #headerContents > div > ul >li:nth-child(n + 2) {
        display: none;
    }

    #topContents #header #headerContents p#headerLogo {
        width: 40%;
        min-width: 200px;
    }


    .button_container {
        display: inline-block;
    }


    #groupNavi {
        width: 100%;
        display: none;
    }
    #mainContents {
        width: 100%;
    }


    .cols {
        width: 100%;
        flex-wrap: wrap;
    }

    #topTopics {
        width: 95%;
    }
    #topNews, #topRelease {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 1.5rem;

    }
    #topLeft, #topRight {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 1.0rem;

    }
    #topTopics > ul > li {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 1.0rem;
    }

    .contentsBlock h2 {
        font-size: 1.6rem;
    }

    #sns_box {
        width: 100%;
    }
    .fb-page {
        width: 100% !important;
    }

    .footer_wrapper {
        background-size: cover;
        background-attachment: scroll;
    }

    #footer #footerContents {
        width: 100%;
        margin: 0 auto;
    }

    #footer #footerContents #footerMenu {
        width: 100%;
    }

    #footer #footerContents #footerMenuWrapper {
        width: 95%;
        margin: 0 auto;
    }
    #footer #footerContents #footerMenuWrapper #footerMenu {
        flex-wrap: wrap;
        justify-content: space-between;

        width: 100%;
        margin-bottom: 2.0rem;
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 2.5rem;

        border-top: 1px solid #CCD7D5;
    }
    #footer #footerContents #footerMenuWrapper #footerMenu dl {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;

    }
    #footer #footerContents #footerMenuWrapper #footerMenu dl dt {
        margin-bottom: 0;

    }
    #footer #footerContents #footerMenuWrapper #footerMenu dl dt a {
        font-size: 0.7rem;
        display: block;

        border-left: 1px solid #CCD7D5;
        border-right: 1px solid #CCD7D5;
        border-bottom: 1px solid #CCD7D5;
        border-collapse: collapse;

        text-decoration: none;
        padding: 0.7rem 0 0.7rem 0.3rem;
        background: rgba(255,255,255,0.75)
    }

    #footer #footerContents #footerMenuWrapper #footerMenu dl.border2 dt a {
        border-left: none;
    }

    #footer #footerContents #footerMenuWrapper #footerMenu dl dd {
        display: none;
    }

    #footer #footerContents #footerMenuWrapper .footerMenuList2 {

    }
    #footer #footerContents #footerMenuWrapper .footerMenuList2 ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    #footer #footerContents #footerMenuWrapper .footerMenuList2 ul li {
        width: 48%;
        text-align: left;
        font-size: 0.8rem;
        margin-bottom: 1.0rem;
    }

    #footer #footerContents .footerAddress {
        flex-direction: column;
    }
    #footer #footerContents .footerAddress ul {
        margin-bottom: 3.0rem;
    }

    #footer_banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #footer_banner li {
        margin-right: 0;
        width: 47%;
        margin-bottom: 1.0rem;
    }

    #leftContents {
        float: none;
        display: none;
    }
    #rightContents {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;

    }


    #topContents #mainflash {
        width: 100%;
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;


    }

    #topContents #mainflash #flashCont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #topContents #mainflash #flashCont img {
        width: 100%;
    }
    #topContents #mainflash #flashCont p {
        font-size: 5vw;

    }

    .top_bigan {

        padding: 0 5%;
    }
    .top_bigan a {
        width: 100%;
    }

    #rightContents #linkFollow {
        display: none;
    }

    .contentsBlock {
        width: 95%;
        margin: 0 auto;
    }


    #footerGroupNavi {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3.5rem;
        display: block;

        padding: 1.0rem;
    }
    #footerGroupNavi ul {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }
    #footerGroupNavi ul li {
        width: 45%;
        margin-bottom: 1.0rem;
    }
    #footerGroupNavi ul li img {
    }

    .subContents .left, .subContents .right {
        float: none;
    }

    .contentsBlock img {
        display: block;
        max-width: 100%;
        height: auto;
    }


    dl.table {
        flex-direction: column;
    }
    dl.table dt, dl.table dd {
        width: 100%;
    }
    dl.table dd {
        margin-right: 0;
    }

    dl.table dd select {
        width: 100%;
    }


    #footerShopBtn {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3.0rem;
    }
    #footerShopBtn a {
        display: block;
        text-decoration: none;
        background: #2FAEA1;
        color: #FFF;
        font-size: 1.0rem;
        padding: 0.6rem 0;
        text-align: center;
    }
    #footerShopBtn a i {
        margin-right: 0.5rem;
    }

    /* Highlight
    ---------------*/
    #highlight{
        padding: 8% 0;
        background-color: #F8F8F8;
    }
    #highlight ul{
        padding: 0 5%;

        flex-direction: column;
    }
    #highlight ul li{
        width: 100%;
        display: block;
        background-color: #FFF;
        border: 1px solid #EEE;

        border-collapse: collapse;

        margin-bottom: 0.7rem;

    }

    #highlight ul li:last-of-type{
        border-bottom: 1px solid #EEE;
    }


    #highlight ul li a figure{
        display: inline-block;
        width: 32%;
        margin: 0;
        padding: 0;


    }



    #highlight ul li a figcaption{
        display: inline-block;
        vertical-align: top;
        width: 68%;
        padding: 3%;
    }
    #highlight ul li a figcaption p{
        margin: 0;
    }
    #highlight ul li a {
        display: flex;
    }

    #highlight h2:before, .hlWrapper h2:before {
        background: linear-gradient(to right, #F8F8F8, #8DEBE1 50%, #F8F8F8);

    }

    #topPage #footerGroupNavi {
        display: block;
    }

    .green_copy {
        font-size: 5.2vw;
    }

}






