@charset "UTF-8";
/*-------------- Retina --------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #sampleVideo_smt {
    display: block !important;
    z-index: -99;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("../../../../uploads/img/movie01.png") no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  #sampleVideo {
    display: none !important;
  }
}

/* pc browser */
@media screen and (min-width: 950px) {
  /*------------------- toppage -------------------*/
  #toppage {
    overflow: hidden;
  }
  #toppage .wrapper {
    width: 100%;
    clear: both;
    margin-top: 86px;
  }
  #toppage .page01 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    height: 836px;
    padding-top: 70px;
    background-image: url("../../../../uploads/img/index_bg01.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #48477b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #toppage .page01 h2 {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    font-size: 80px;
    width: 100%;
    font-weight: bold;
    line-height: 480px;
    margin-bottom: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  /* ADD START 20180410 */
  #toppage .page01 h2 a {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    font-size: 80px;
    width: 100%;
    font-weight: bold;
    line-height: 480px;
    margin-bottom: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
    /* ADD END 20180410 */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #toppage .page01 .irtopic {
    position: absolute;
    right: 0;
    bottom: 240px;
    width: 380px;
    height: 70px;
    height: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    border-bottom: 70px solid #0c4191;
    border-left: 34px solid transparent;
  }
  #toppage .page01 .irtopic p {
    font-size: 20px;
    line-height: 40px;
    padding-top: 3px;
    padding-left: 10px;
  }
  #toppage .page01 .irtopic p a {
    color: #fff;
    font-size: 20px;
  }
  #toppage .page01 .irtopic p a span {
    font-size: 11px;
    line-height: 15px;
    display: block;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bcc1c7;
  }
  #toppage .page01 .irtopic:hover {
    width: 420px !important;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
  }
  #toppage .page01 .newstopic {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #toppage .page01 .newstopic .newstopicbox {
    position: relative;
    max-width: 1080px;
    width: 98%;
    height: 210px;
    margin: 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 {
    position: absolute;
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child {
    float: left;
    width: 13%;
    height: 180px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
    border-right: solid 1px #808080;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child h3 {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child p {
    font-size: 13px;
    line-height: 25px;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child #ui_selectmenu_wrapper {
    display: none;
  }
  #toppage .page01 .newstopic .newstopicbox .topic {
    float: right;
    overflow: hidden;
    width: 85%;
    height: 180px;
    margin-top: 30px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist {
    margin-bottom: 10px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li a {
    color: #555659;
    font-size: 12px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li a:hover {
    border-bottom: solid 1px #555659;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist {
    margin-top: 6px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    color: #0c4191;
    vertical-align: top;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a {
    color: #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a:hover {
    color: #0c4191;
    border-bottom: solid 1px #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(1) {
    font-size: 10px;
    overflow: hidden;
    width: 78px;
    height: 17px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(2),
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(4) {
    width: 5px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(3) {
    width: auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(5) {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 570px;
    height: auto;
    line-height: normal;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .news_hidden {
    display: none;
  }
  #toppage .page02 {
    font-size: 20px;
    z-index: 2;
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #c1c4ca;
  }
  #toppage .page02 .page02box {
    position: relative;
    max-width: 1080px;
    width: 98%;
    min-height: 480px;
    bottom: 2px;
    text-align: center;
    margin: 0 auto;
  }
  #toppage .page02 .page02box div:first-child {
    font-size: 12px;
    height: 100px;
    margin-top: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }
  #toppage .page02 .page02box div:first-child h3 {
    font-size: 36px;
    line-height: 50px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page02 .page02box div:first-child p {
    font-size: 12px;
  }
  #toppage .page02 .page02box figure.snip1210 {
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 2px 1%;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
  }
  #toppage .page02 .page02box figure.snip1210 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #toppage .page02 .page02box figure.snip1210 img {
    width: 100%;
    height: auto;
  }
  #toppage .page02 .page02box figure.snip1210 .smt_index_g_img {
    display: none;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption h3 {
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption p {
    margin: 0;
    width: 100%;
    padding: 0 20px 30px 20px;
    color: #666;
    text-align: center;
    bottom: 0;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    margin-top:-1px;
  }
  #toppage .page02 .page02box figure.snip1210 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #toppage .page02 .page02box figure.snip1210:hover figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #toppage .page02 .page02box .detail02 {
    position: absolute;
    line-height: 10px;
    right: 10px;
    bottom: 0;
    padding: 2px 6px 4px 6px;
    border: dashed 1px #fff;
  }
  #toppage .page02 .page02box .detail02 a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page02 .page02box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page02 .page02box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 {
    z-index: 3;
    width: 100%;
    height: auto;
    background: #fff;
  }
  #toppage .page03 .page03box {
    position: relative;
    max-width: 1000px;
    width: 98%;
    height: 550px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #toppage .page03 .page03box .detail01 {
    position: absolute;
    line-height: 15px;
    right: 10px;
    bottom: 20px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
  }
  #toppage .page03 .page03box .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page03 .page03box .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page03 .page03box .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 .page03box div#page03_title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
  }
  #toppage .page03 .page03box div#page03_title h3 {
    font-size: 36px;
    line-height: 50px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page03 .page03box div#page03_title p {
    font-size: 12px;
  }
  #toppage .page03 .page03box .title {
    margin-top: 20%;
    font-size: 40px;
    font-weight: bold;
    color: #0c4191;
    line-height: 70px;
    text-align: center;
  }
  #toppage .page03 .page03box img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  #toppage .page03 .page03box .slick-slider {
    position: relative;
  }
  #toppage .page03 .page03box .statement_wrapper {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    width: 100%;
    pointer-events: none;
    background-color: white !important;
    position: absolute;
  }
  #toppage .page03 .page03box .statement_wrapper p {
    font-size: 18px;
    line-height: 40px;
    color: #888;
    margin: 40px 0;
    text-align: center;
  }
  #toppage .page03 .page03box .statementtopic01 {
    display: inline-block;
    width: 45%;
    height: auto;
    padding: 1%;
    text-align: right;
  }
  #toppage .page03 .page03box .statementtopic02 {
    float: right;
    width: 53%;
    height: auto;
    text-align: left;
  }
  #toppage .page04 {
    bottom: 89px;
    display: table;
    width: 100%;
    height: auto;
  }
  #toppage .page04 .page04box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #toppage .page04 .page04box .detail02 {
    z-index: 1;
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #999;
    width: 100px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page04 .page04box .detail02 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page04 .page04box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page04 .page04box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo {
    z-index: -99;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("../../../../uploads/img/movie01.png") no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo_smt {
    display: none;
  }
  #toppage aside {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    z-index: 10;
  }
  #toppage aside ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #toppage aside ul li {
    display: inline-block;
    padding: 10px 10px;
  }
  #toppage aside ul li img:hover {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  }
  /*------------------- toppage -------------------*/
}

/* tablet big browser */
@media screen and (max-width: 950px) and (min-width: 750px) {
  #toppage {
    overflow: hidden;
  }
  #toppage .wrapper {
    width: 100%;
    clear: both;
    margin-top: 86px;
  }
  #toppage .page01 {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 100%;
    height: 726px;
    padding-top: 20px;
    background-image: url("../../../../uploads/img/index_bg01.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #555;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #toppage .page01 h2 {
    font-size: 60px;
    width: 100%;
    font-weight: bold;
    line-height: 440px;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
/* ADD START 20180410 */
  #toppage .page01 h2 a {
    font-size: 60px;
    width: 100%;
    font-weight: bold;
    line-height: 440px;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  /* ADD END 20180410 */
  #toppage .page01 .irtopic {
    position: absolute;
    right: 0;
    bottom: 270px;
    width: 380px;
    height: 70px;
    height: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    border-bottom: 70px solid #0c4191;
    border-left: 34px solid transparent;
  }
  #toppage .page01 .irtopic p {
    font-size: 20px;
    line-height: 40px;
    padding-top: 3px;
    padding-left: 10px;
  }
  #toppage .page01 .irtopic p a {
    font-size: 20px;
    color: #fff;
  }
  #toppage .page01 .irtopic p a span {
    font-size: 11px;
    line-height: 15px;
    display: block;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bcc1c7;
  }
  #toppage .page01 .newstopic {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 270px;
    background-color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox {
    position: relative;
    max-width: 1080px;
    width: 98%;
    height: 240px;
    margin: 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 {
    position: absolute;
    line-height: 15px;
    right: 10px;
    bottom: 0;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
    margin-top:14px;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child {
    float: left;
    width: 13%;
    height: 180px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
    border-right: solid 1px #808080;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child p {
    font-size: 12px;
    line-height: 25px;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child #ui_selectmenu_wrapper {
    display: none;
  }
  #toppage .page01 .newstopic .newstopicbox .topic {
    float: right;
    overflow: hidden;
    width: 85%;
    height: 180px;
    margin-top: 30px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist {
    margin-bottom: 10px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li a {
    color: #555659;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist li a:hover {
    border-bottom: solid 1px #555659;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist {
    margin-top: 6px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    color: #0c4191;
    vertical-align: top;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a {
    color: #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a:hover {
    color: #0c4191;
    border-bottom: solid 1px #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(1) {
    font-size: 10px;
    width: 78px;
    height: 17px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(2),
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(4) {
    width: 5px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(3) {
    width: auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(5) {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 65%;
    height: auto;
    line-height: normal;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .news_hidden {
    display: none;
  }
  #toppage .page02 {
    font-size: 20px;
    z-index: 2;
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #c1c4ca;
  }
  #toppage .page02 .page02box {
    position: relative;
    width: 98%;
    min-height: 480px;
    bottom: 2px;
    text-align: center;
    margin: 0 auto;
  }
  #toppage .page02 .page02box div:first-child {
    font-size: 12px;
    height: 100px;
    margin-top: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }
  #toppage .page02 .page02box div:first-child h3 {
    font-size: 30px !important;
    line-height: 50px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page02 .page02box figure.snip1210 {
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 250px;
    max-height: 250px;
    width: 100%;
  }
  #toppage .page02 .page02box figure.snip1210 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #toppage .page02 .page02box figure.snip1210 img {
    width: 100%;
    height: auto;
  }
  #toppage .page02 .page02box figure.snip1210 .smt_index_g_img {
    display: none;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption h3 {
    position: absolute;
    bottom: 100%;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption p {
    margin: 0;
    width: 100%;
    padding: 0 20px 30px 20px;
    color: #666;
    text-align: center;
    bottom: 0;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    margin-top:-1px;
  }
  #toppage .page02 .page02box figure.snip1210 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #toppage .page02 .page02box figure.snip1210:hover figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #toppage .page02 .page02box .detail02 {
    position: absolute;
    line-height: 10px;
    right: 10px;
    bottom: 0;
    padding: 2px 6px 4px 6px;
    border: dashed 1px #fff;
  }
  #toppage .page02 .page02box .detail02 a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page02 .page02box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page02 .page02box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 {
    z-index: 3;
    width: 100%;
    height: auto;
    background: #fff;
  }
  #toppage .page03 .page03box {
    position: relative;
    width: 98%;
    height: 500px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #toppage .page03 .page03box .detail01 {
    position: absolute;
    line-height: 15px;
    right: 10px;
    bottom: 20px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
  }
  #toppage .page03 .page03box .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page03 .page03box .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page03 .page03box .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 .page03box div#page03_title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
  }
  #toppage .page03 .page03box div#page03_title h3 {
    font-size: 36px;
    line-height: 50px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page03 .page03box div#page03_title p {
    font-size: 12px;
  }
  #toppage .page03 .page03box .title {
    margin-top: 20%;
    font-size: 30px;
    font-weight: bold;
    color: #0c4191;
    line-height: 70px;
    text-align: center;
  }
  #toppage .page03 .page03box img {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  #toppage .page03 .page03box .slick-slider {
    margin: 0  auto;
    width: auto;
    position: relative;
  }
  #toppage .page03 .page03box .statement_wrapper {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-color: white !important;
  }
  #toppage .page03 .page03box .statement_wrapper p {
    font-size: 14px;
    line-height: 30px;
    color: #888;
    margin: 20px 40px 40px 40px;
    text-align: center;
  }
  #toppage .page03 .page03box .statementtopic01 {
    display: inline-block;
    width: 45%;
    height: auto;
    padding: 1%;
    text-align: right;
  }
  #toppage .page03 .page03box .statementtopic02 {
    float: right;
    width: 53%;
    height: auto;
    text-align: left;
  }
  #toppage .page04 {
    bottom: 89px;
    display: table;
    width: 100%;
    height: auto;
  }
  #toppage .page04 .page04box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #toppage .page04 .page04box .detail02 {
    z-index: 1;
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #999;
    width: 100px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page04 .page04box .detail02 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page04 .page04box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page04 .page04box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo {
    z-index: -99;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("../../../../uploads/img/movie01.png") no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo_smt {
    display: none;
  }
  #toppage aside {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    z-index: 10;
  }
  #toppage aside ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #toppage aside ul li {
    display: inline-block;
    padding: 10px 10px;
  }
  #toppage aside ul li img:hover {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  }
  /*------------------- toppage -------------------*/
}

/* tablet min browser */
@media screen and (max-width: 750px) and (min-width: 550px) {
  /*------------------- toppage -------------------*/
  #toppage {
    overflow: hidden;
  }
  #toppage .wrapper {
    width: 100%;
    clear: both;
    margin-top: 0px;
  }
  #toppage .page01 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 600px;
    padding-top: 130px;
    background-image: url("../../../../uploads/img/index_bg01.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #555;
    background-size: 750px;
  }
  #toppage .page01 h2 {
    font-size: 50px;
    width: 100%;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  /* ADD START 20180410 */
  #toppage .page01 h2 a {
    font-size: 50px;
    width: 100%;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
    /* ADD END 20180410 */
  #toppage .page01 .irtopic {
    position: absolute;
    right: 0;
    bottom: 330px;
    width: 100%;
    height: 50px;
    height: 0;
    border-bottom: 50px solid #0c4191;
  }
  #toppage .page01 .irtopic p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
    padding-left: 10px;
  }
  #toppage .page01 .irtopic p a {
    color: #fff;
  }
  #toppage .page01 .irtopic p a span {
    font-size: 9px;
    line-height: 15px;
    display: block;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bcc1c7;
  }
  #toppage .page01 .newstopic {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox {
    position: relative;
    max-width: 1080px;
    width: 98%;
    height: 330px;
    margin: 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 {
    width: 100px;
    position: relative;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
    margin: 0 auto;
    text-align: center;
    margin-top:14px;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child {
    color: #0c4191;
    border-bottom: solid 2px #00379d;
    position: relative;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child h3 {
    font-size: 25px;
    line-height: 60px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child p {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child #ui_selectmenu_wrapper {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic {
    overflow: hidden;
    width: 98%;
    height: 263px;
    margin: 5px auto 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist {
    display: none;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist {
    margin-top: 6px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    color: #0c4191;
    vertical-align: top;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a {
    color: #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a:hover {
    color: #0c4191;
    border-bottom: solid 1px #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(1) {
    font-size: 10px;
    width: 78px;
    height: 17px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(2),
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(4) {
    width: 5px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(3) {
    width: auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(5) {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 84%;
    height: auto;
    margin-left: 16%;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .news_hidden {
    display: none;
  }
  #toppage .page02 {
    font-size: 20px;
    z-index: 2;
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #c1c4ca;
  }
  #toppage .page02 .page02box {
    position: relative;
    width: 98%;
    bottom: 2px;
    text-align: center;
    margin: 0 auto;
  }
  #toppage .page02 .page02box div:first-child {
    font-size: 10px;
    height: 70px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
  }
  #toppage .page02 .page02box div:first-child h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page02 .page02box figure.snip1210 {
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 2px 1%;
    width: 80%;
    max-width: 270px;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #toppage .page02 .page02box figure.snip1210 img {
    width: 100%;
    height: auto;
  }
  #toppage .page02 .page02box figure.snip1210 .pc_index_g_img {
    display: none;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption {
    width: 100%;
    z-index: 1;
    margin-top: -6px;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption h3 {
    position: relative;
    bottom: 100%;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption p {
    height: 50px;
    margin: 0;
    width: 100%;
    padding: 0 10px 20px 10px;
    color: #666;
    text-align: center;
    bottom: 0;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    margin-top:-1px;
  }
  #toppage .page02 .page02box figure.snip1210 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #toppage .page02 .page02box .detail02 {
    line-height: 10px;
    padding: 2px 6px 4px 6px;
    border: dashed 1px #fff;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #toppage .page02 .page02box .detail02 a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page02 .page02box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page02 .page02box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 {
    z-index: 3;
    width: 100%;
    height: auto;
    background: #fff;
  }
  #toppage .page03 .page03box {
    position: relative;
    width: auto;
    height: 550px;
    margin-bottom: 20px;
    text-align: center;
  }
  #toppage .page03 .page03box .detail01 {
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
    width: 130px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page03 .page03box .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page03 .page03box .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page03 .page03box .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 .page03box #page03_title {
    padding-bottom: 30px;
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
  }
  #toppage .page03 .page03box #page03_title h3 {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page03 .page03box .slick-slider {
    margin: 0  auto;
    width: auto;
    margin-bottom: 20px;
    position: relative;
  }
  #toppage .page03 .page03box .statement_wrapper {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    position: absolute;
    pointer-events: none;
    background-color: white !important;
    width: 100%;
  }
  #toppage .page03 .page03box .statement_wrapper p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #888;
    width: 90%;
    margin: 0 auto;
  }
  #toppage .page03 .page03box .title {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #0c4191;
    text-align: center;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  #toppage .page03 .page03box .br:after {
    content: "\A";
    white-space: pre;
  }
  #toppage .page03 .page03box .statementtopic01 {
    width: 100%;
    margin: 0 auto;
  }
  #toppage .page03 .page03box .statementtopic01 img {
    width: 320px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  #toppage .page03 .page03box .statementtopic02 {
    width: 100%;
    height: auto;
  }
  #toppage .page03 .page03box .statementtopic02 img {
    width: 60%;
    height: 60%;
    display: inline-block;
    margin-bottom: 10px;
  }
  #toppage .page04 {
    bottom: 89px;
    display: table;
    width: 100%;
    height: auto;
  }
  #toppage .page04 .page04box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #toppage .page04 .page04box .detail02 {
    z-index: 1;
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #999;
    width: 100px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page04 .page04box .detail02 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page04 .page04box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page04 .page04box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo {
    z-index: -99;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("../../../../uploads/img/movie01.png") no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo_smt {
    display: none;
  }
  #toppage aside {
    margin-top: 40px;
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    z-index: 10;
  }
  #toppage aside ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 0;
  }
  #toppage aside ul li {
    display: inline-block;
    padding: 10px 10px;
  }
  #toppage aside ul li img:hover {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  }
  /*------------------- toppage -------------------*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 750px) and (min-width: 550px) {
  #toppage .page01 {
    background-image: url("../../../../uploads/img/index_bg01@2x.jpg") !important;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
  }
  #toppage .page01 .newstopic {
    background-color: #fff;
  }
}

/*--------------smartphone browser--------------*/
@media screen and (max-width: 550px) {
  /*------------------- toppage -------------------*/
  #toppage {
    overflow: hidden;
  }
  #toppage .wrapper {
    width: 100%;
    clear: both;
    margin-top: 0px;
  }
  #toppage .page01 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 550px;
    padding-top: 50px;
    background-image: url("../../../../uploads/img/index_bg01.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #555;
    background-size: 550px;
  }
  #toppage .page01 h2 {
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
  /* ADD START 20180410 */
  #toppage .page01 h2 a {
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  }
    /* ADD END 20180410 */
  #toppage .page01 .irtopic {
    position: absolute;
    right: 0;
    bottom: 330px;
    width: 100%;
    height: 50px;
    height: 0;
    border-bottom: 50px solid #0c4191;
  }
  #toppage .page01 .irtopic p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
    padding-left: 10px;
  }
  #toppage .page01 .irtopic p a {
    color: #fff;
  }
  #toppage .page01 .irtopic p a span {
    font-size: 9px;
    line-height: 15px;
    display: block;
    overflow-y: hidden;
    margin-bottom: 10px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #bcc1c7;
  }
  #toppage .page01 .newstopic {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox {
    position: relative;
    max-width: 1080px;
    width: 98%;
    height: 330px;
    margin: 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 {
    width: 100px;
    position: relative;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
    margin: 5px auto 0 auto;
    text-align: center;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page01 .newstopic .newstopicbox .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child {
    color: #0c4191;
    border-bottom: solid 2px #00379d;
    position: relative;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child h3 {
    font-size: 25px;
    line-height: 60px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin: 0 5px;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child p {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
  }
  #toppage .page01 .newstopic .newstopicbox div:first-child #ui_selectmenu_wrapper {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic {
    overflow: hidden;
    width: 98%;
    height: 263px;
    margin: 5px auto 0 auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .taglist {
    display: none;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist {
    margin-top: 6px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li {
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    color: #0c4191;
    vertical-align: top;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a {
    color: #0c4191;
    font-size: 11px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li a:hover {
    color: #0c4191;
    border-bottom: solid 1px #0c4191;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(1) {
    font-size: 10px;
    width: 78px;
    height: 17px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(2),
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(4) {
    width: 5px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(3) {
    width: auto;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist li:nth-child(5) {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    line-height: normal;
    margin-left: 86px;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_pr {
    color: #fff !important;
    border: solid 1px #da0d4a !important;
    background: #da0d4a !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_co {
    color: #fff !important;
    border: solid 1px #86a1c8 !important;
    background: #86a1c8 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ir {
    color: #fff !important;
    border: solid 1px #0c4191 !important;
    background: #0c4191 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_kb {
    color: #fff !important;
    border: solid 1px #555659 !important;
    background: #555659 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_sh {
    color: #0c4191 !important;
    border: solid 1px #0c4191 !important;
    background: #fff !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .newslist .tag_ot {
    color: #555659 !important;
    border: solid 1px #bcc1c7 !important;
    background: #bcc1c7 !important;
  }
  #toppage .page01 .newstopic .newstopicbox .topic .news_hidden {
    display: none;
  }
  #toppage .page02 {
    font-size: 20px;
    z-index: 2;
    display: table;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background: #c1c4ca;
  }
  #toppage .page02 .page02box {
    position: relative;
    width: 98%;
    bottom: 2px;
    text-align: center;
    margin: 0 auto;
  }
  #toppage .page02 .page02box div:first-child {
    font-size: 10px;
    height: 60px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }
  #toppage .page02 .page02box div:first-child h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page02 .page02box figure.snip1210 {
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px 1%;
    width: 80%;
    max-width: 260px;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 img {
    width: 100%;
    height: auto;
  }
  #toppage .page02 .page02box figure.snip1210 .pc_index_g_img {
    display: none;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption {
    left: 0;
    width: 100%;
    z-index: 1;
    margin-top: -6px;
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption h3 {
    background: #fff;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption h3 img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  #toppage .page02 .page02box figure.snip1210 figcaption p {
    width: auto;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    background: #fff;
    padding: 0 10px 20px 10px;
  }
  #toppage .page02 .page02box figure.snip1210 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  #toppage .page02 .page02box .detail02 {
    line-height: 10px;
    padding: 2px 6px 4px 6px;
    border: dashed 1px #fff;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top: 5px;
  }
  #toppage .page02 .page02box .detail02 a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page02 .page02box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page02 .page02box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 {
    z-index: 3;
    width: 100%;
    height: auto;
    background: #fff;
  }
  #toppage .page03 .page03box {
    position: relative;
    width: auto;
    height: 450px;
    margin-bottom: 20px;
    text-align: center;
  }
  #toppage .page03 .page03box .detail01 {
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #888;
    width: 130px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page03 .page03box .detail01 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page03 .page03box .detail01:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page03 .page03box .detail01:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page03 .page03box #page03_title {
    padding-bottom: 30px;
    font-size: 10px;
    margin-top: 30px;
    text-align: center;
    vertical-align: middle;
    color: #0c4191;
  }
  #toppage .page03 .page03box #page03_title h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Century Gothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
    font-weight: normal;
  }
  #toppage .page03 .page03box .slick-slider {
    margin: 0  auto;
    width: auto;
    margin-bottom: 20px;
    position: relative;
  }
  #toppage .page03 .page03box .statement_wrapper {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    position: absolute;
    pointer-events: none;
    background-color: white !important;
    width: 100%;
  }
  #toppage .page03 .page03box .statement_wrapper p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #888;
    width: 90%;
    margin: 0 auto;
  }
  #toppage .page03 .page03box .title {
    margin-top: 30px;
    font-size: 23px;
    line-height: 40px;
    font-weight: bold;
    color: #0c4191;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  #toppage .page03 .page03box .br:after {
    content: "\A";
    white-space: pre;
  }
  #toppage .page03 .page03box .statementtopic01 {
    width: 100%;
    margin: 0 auto;
  }
  #toppage .page03 .page03box .statementtopic01 img {
    width: 250px;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  #toppage .page03 .page03box .statementtopic02 {
    width: 100%;
    height: auto;
  }
  #toppage .page03 .page03box .statementtopic02 img {
    width: 60%;
    height: 60%;
    display: inline-block;
    margin-bottom: 10px;
  }
  #toppage .page04 {
    bottom: 89px;
    display: table;
    width: 100%;
    height: auto;
  }
  #toppage .page04 .page04box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #toppage .page04 .page04box .detail02 {
    z-index: 1;
    position: absolute;
    line-height: 15px;
    padding: 2px 6px 2px 6px;
    border: dashed 1px #999;
    width: 100px;
    text-align: center;
    bottom: 0;
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
  }
  #toppage .page04 .page04box .detail02 a {
    font-size: 11px;
    color: #888;
  }
  #toppage .page04 .page04box .detail02:hover {
    border: solid 1px #0c4191;
    background: #567bb2;
  }
  #toppage .page04 .page04box .detail02:hover > a {
    font-size: 11px;
    color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo {
    z-index: -99;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    background: url("../../../../uploads/img/movie01.png") no-repeat;
    background-size: cover;
    background-color: #fff;
  }
  #toppage .page04 .page04box #sampleVideo_smt {
    display: none;
  }
  #toppage aside {
    padding-top: 50px;
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    z-index: 10;
  }
  #toppage aside ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
  }
  #toppage aside ul li {
    display: inline-block;
    padding: 10px 10px;
  }
  #toppage aside ul li img:hover {
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  }
  /*------------------- toppage -------------------*/
}

footer, #footer {
  margin-top: 0 !important;
}

/*-------------- Retina --------------*/
