﻿@charset "UTF-8";
/* PC */
@media screen and (min-width: 769px) {
.pc {
    display: block;
}
.sp {
    display: none;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: top;
}
body {
    background-color: #fff;
}
a {
    color: #696969;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
.fLeft {
    float: left;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #494949;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header {
    width: 100%;
    height: 675px;
    background-color: #000;
    position: relative;
    z-index: 1;
}
#header_inner {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /*position: absolute;
    z-index: 110;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
h1.toplogo_left.clearfix {
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 101;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}
div#header_inner ul {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 101;
}
div#header_inner ul li {
    float: left;
    margin: 0 5px 0 0;
}
div#header_inner ul li:nth-child(1) {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-family: monospace;
    font-weight: 600;
    letter-spacing: -1px;
}
/*-------------
topmain
-------------*/
.topmain {
    width: 1200px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
}
/*-------------
menu
-------------*/
#nav-tgl {
    display: none;
}
.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px 0 0 5px;
    
}
.open::before, .open::after {
    content: "";
}
.open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(62% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
    transform: translateY(-12px);
}
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-300px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #444;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
}
.drower-menu a:hover {
    background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}
/*-------------
main
-------------*/
#main {
    width: 100%;
    margin: 0 0 80px 0;
    overflow: hidden;
}
.topbox1.clearfix {
    width: 1000px;
    margin: 30px auto 40px auto;
}
.topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
}
.topbox1.clearfix ul li:nth-child(1) {
    font-size: 26px;
    line-height: 40px;
}
.topbox1.clearfix ul li:nth-child(2) {
    width: 939px;
    margin: 40px auto;
}
.topbox1.clearfix ul li:nth-child(3) {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 30px 0;
}
.topbox1.clearfix ul li:nth-child(4) img {
    margin: 0 5px 0 5px;
}
.topbox1.clearfix ul li:nth-child(4) a:hover {
    opacity: 0.8;
}
.topbox2.clearfix {
    width: 100%;
    background-color: #000;
    text-align: center;
}
.topbox3.clearfix {
    width: 1000px;
    margin: 20px auto 0 auto;
}
.topbox3_left.clearfix {
    width: 420px;
    float: left;
    margin: 40px 0 0 20px;
}
.topbox3_left.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
}
.topbox3_left.clearfix h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 20px;
}
ul.topnewslist.clearfix {
    overflow-y: scroll;
    width: 400px;
    background-color: #ececec;
    height: 170px;
    padding: 10px;
    margin: 0 0 0 0;
}
ul.topnewslist.clearfix li {
    font-size: 15px;
    line-height: 27px;
    border-bottom: dotted 1px #717171;
    padding: 5px 0 0 5px;
}
ul.topnewslist.clearfix li span {
    display: block;
}
ul.topnewslist.clearfix li img {
    margin: 2px 0 0 10px;
}
ul.topnewslist.clearfix li a {
    text-decoration: underline;
    color: #0024ff;
    font-size: 15px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
}
.topbox3_right.clearfix {
    width: 441px;
    height: 352px;
    background: no-repeat url(../images/top/top_back.png);
    float: right;
}
.topbox3_right.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    line-height: 32px;
}
.topbox3_right.clearfix ul {
    padding: 85px 0 0 0;
}
.topbox3_right.clearfix ul li p {
    width: 53%;
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0 15px 0;
}
.topbox3_right.clearfix ul li a:hover {
    opacity: 0.8;
}
.topbox4.clearfix {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 0 40px;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 226px;
    right: 25px;
    z-index: 200;
}
/*-------------
footer
-------------*/
#footer{
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: dotted 1px #717171;
}
.ft_middle {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 10px 0;
}
ul.ft_middle_left.clearfix {
    width: 270px;
    float: left;
    margin: 10px 0 0 0;
}
ul.ft_middle_left.clearfix li:nth-child(2) {
    font-size: 14px;
    line-height: 19px;
    margin: 20px 0 20px 0;
}
ul.ft_middle_left.clearfix li:nth-child(4) {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0 0;
}
ul.ft_middle_right.clearfix {
    width: 475px;
    float: left;
    margin: 0 0 0 90px;
}
ul.ft_middle_right.clearfix li {
    float: left;
    font-size: 14px;
}
ul.ft_middle_right.clearfix li:nth-child(1) {
    width: 173px;
    background-color: #494949;
    color: #fff;
    line-height: 25px;
    height: 25px;
    text-align: center;
    margin: 0 10px 0 0;
}
ul.ft_middle_right.clearfix li:nth-child(2) {
    width: 288px;
    background-color: #494949;
    color: #fff;
    line-height: 23px;
    height: 25px;
    text-align: center;
}
ul.ft_middle_right.clearfix li:nth-child(3) {
    width: 173px;
    line-height: 23px;
    margin: 5px 0 0 0;
}
ul.ft_middle_right.clearfix li:nth-child(4) {
    width: 145px;
    line-height: 23px;
    margin: 5px 0 0 15;
}
ul.ft_middle_right.clearfix li:nth-child(5) {
    width: 130px;
    line-height: 23px;
    margin: 5px 0 0 0;
}
}

/* Tablet */
@media screen and (max-width: 768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: top;
    width: 100%;
}
body {
    background-color: #fff;
}
a {
    color: #323232;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
.fLeft {
    float: left;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #494949;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header {
    width: 100%;
    /* height: 825px; */
    background-color: #000;
    /* position: relative; */
    /* z-index: 1; */
}
#header_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /*position: absolute;
    z-index: 110;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
h1.toplogo_left.clearfix {
    width: 174px;
    /* position: absolute; */
    /* top: 20px; */
    /* left: 0; */
    /* z-index: 10; */
    font-size: 12px;
    color: #fff;
    /* text-align: center; */
    line-height: 20px;
    font-weight: 500;
    margin: 8px 0 0 5px;
}
/*-------------
topmain
-------------*/
.topmain {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    /* position: absolute; */
    /* top: 105px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    /* z-index: 100; */
}
video#js-video {
    width: 100%;
}
/*-------------
menu
-------------*/
#nav-tgl {
    display: none;
}
.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 45px 0 0 5px;
    
}
.open::before, .open::after {
    content: "";
}
.open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(40% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
    transform: translateY(-12px);
}
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-255px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #444;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
}
.drower-menu a:hover {
    background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}
/*-------------
main
-------------*/
#main {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.topbox1.clearfix {
    width: 95%;
    margin: 30px auto 40px auto;
}
.topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
}
.topbox1.clearfix ul li:nth-child(1) {
    font-size: 23px;
    line-height: 30px;
}
.topbox1.clearfix ul li:nth-child(2) {
    max-width: 939px;
    margin: 25px auto;
}
.topbox1.clearfix ul li:nth-child(3) {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.topbox1.clearfix ul li:nth-child(4) img {
    margin: 10px auto;
    width: 80%;
    max-width: 300px;
    display: block;
}
.topbox2.clearfix {
    width: 100%;
    background-color: #000;
    text-align: center;
}
.topbox3.clearfix {
    width: 95%;
    margin: 20px auto 0 auto;
}
.topbox3_left.clearfix {
    max-width: 420px;
    float: none;
    margin: 30px auto 0 auto;
}
.topbox3_left.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.topbox3_left.clearfix h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 17px;
}
ul.topnewslist.clearfix {
    overflow-y: scroll;
    max-width: 400px;
    background-color: #ececec;
    height: 150px;
    padding: 10px;
    margin: 0 0 0 0;
}
ul.topnewslist.clearfix li {
    font-size: 13px;
    line-height: 23px;
    border-bottom: dotted 1px #717171;
    padding: 5px 0 0 5px;
}
ul.topnewslist.clearfix li span {
    display: block;
}
ul.topnewslist.clearfix li img {
    width: 40px;
    margin: 0 0 0 5px;
}
ul.topnewslist.clearfix li a {
    text-decoration: underline;
    color: #0024ff;
    font-size: 15px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
}
.topbox3_right.clearfix {
    max-width: 351px;
    height: auto;
    background: no-repeat url(../images/top/top_back.png);
    background-size: contain;
    margin: 25px auto 0 auto;
}
.topbox3_right.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 25px;
}
.topbox3_right.clearfix ul {
    padding: 15px 0 0 0;
}
.topbox3_right.clearfix ul li p {
    width: 53%;
    font-size: 13px;
    line-height: 21px;
    margin: 15px 0 15px 0;
}
.topbox3_right.clearfix ul li a {
    margin: 10px auto;
    width: 80%;
    max-width: 250px;
    display: block;
}
.topbox4.clearfix {
    width: 420px;
    margin: 40px auto 0 auto;
}
/*-------------
footer
-------------*/
#footer{
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: dotted 1px #717171;
}
.ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 10px 0;
}
ul.ft_middle_left.clearfix {
    width: 255px;
    margin: 10px auto 0 auto;
    text-align: center;
}
ul.ft_middle_left.clearfix li:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0 20px 0;
}
ul.ft_middle_left.clearfix li:nth-child(4) {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 0;
}
}

/* SP */
@media screen and (max-width: 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
* {
    margin: 0;
    padding: 0;
}
*::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: top;
    width: 100%;
}
body {
    background-color: #fff;
}
a {
    color: #323232;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
.fLeft {
    float: left;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #494949;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header {
    width: 100%;
    /* height: 825px; */
    background-color: #000;
    /* position: relative; */
    /* z-index: 1; */
}
#header_inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    /*position: absolute;
    z-index: 110;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
h1.toplogo_left.clearfix {
    width: 174px;
    /* position: absolute; */
    /* top: 20px; */
    /* left: 0; */
    /* z-index: 10; */
    font-size: 12px;
    color: #fff;
    /* text-align: center; */
    line-height: 20px;
    font-weight: 500;
    margin: 8px 0 0 5px;
}
/*-------------
topmain
-------------*/
.topmain {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    /* position: absolute; */
    /* top: 105px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    -ms-transform: translateX(-50%);
    /* z-index: 100; */
}
video#js-video {
    width: 100%;
}
/*-------------
menu
-------------*/
#nav-tgl {
    display: none;
}
.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #696969;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 45px 0 0 5px;
    
}
.open::before, .open::after {
    content: "";
}
.open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(40% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
    transform: translateY(-12px);
}
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-255px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #444;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 1.0rem;
}
.drower-menu a:hover {
    background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}
/*-------------
main
-------------*/
#main {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.topbox1.clearfix {
    width: 95%;
    margin: 30px auto 40px auto;
}
.topbox1.clearfix ul {
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    text-align: center;
}
.topbox1.clearfix ul li:nth-child(1) {
    font-size: 20px;
    line-height: 28px;
}
.topbox1.clearfix ul li:nth-child(2) {
    max-width: 939px;
    margin: 25px auto;
}
.topbox1.clearfix ul li:nth-child(3) {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.topbox1.clearfix ul li:nth-child(4) img {
    margin: 10px auto;
    width: 80%;
    max-width: 300px;
    display: block;
}
.topbox2.clearfix {
    width: 100%;
    background-color: #000;
    text-align: center;
}
.topbox3.clearfix {
    width: 95%;
    margin: 20px auto 0 auto;
}
.topbox3_left.clearfix {
    max-width: 420px;
    float: none;
    margin: 30px 0 0 0;
}
.topbox3_left.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.topbox3_left.clearfix h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 17px;
}
ul.topnewslist.clearfix {
    overflow-y: scroll;
    max-width: 400px;
    background-color: #ececec;
    height: 150px;
    padding: 10px;
    margin: 0 0 0 0;
}
ul.topnewslist.clearfix li {
    font-size: 13px;
    line-height: 23px;
    border-bottom: dotted 1px #717171;
    padding: 5px 0 0 5px;
}
ul.topnewslist.clearfix li span {
    display: block;
}
ul.topnewslist.clearfix li img {
    width: 40px;
    margin: 0 0 0 5px;
}
ul.topnewslist.clearfix li a {
    text-decoration: underline;
    color: #0024ff;
    font-size: 15px;
}
ul.topnewslist.clearfix li a:hover {
    text-decoration: none;
}
.topbox3_right.clearfix {
    max-width: 441px;
    height: auto;
    background: no-repeat url(../images/top/top_back.png);
    background-size: contain;
    margin: 25px 0 0 0;
}
.topbox3_right.clearfix h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 25px;
}
.topbox3_right.clearfix ul {
    padding: 15px 0 0 0;
}
.topbox3_right.clearfix ul li p {
    width: 53%;
    font-size: 13px;
    line-height: 21px;
    margin: 15px 0 15px 0;
}
.topbox3_right.clearfix ul li a {
    margin: 10px auto;
    width: 80%;
    max-width: 250px;
    display: block;
}
.topbox4.clearfix {
    width: 95%;
    margin: 40px auto 0 auto;
}
/*-------------
footer
-------------*/
#footer{
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: dotted 1px #717171;
}
.ft_middle {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 10px 0;
}
ul.ft_middle_left.clearfix {
    width: 255px;
    margin: 10px auto 0 auto;
    text-align: center;
}
ul.ft_middle_left.clearfix li:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0 20px 0;
}
ul.ft_middle_left.clearfix li:nth-child(4) {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 0;
}
}
