﻿/* PC */
@media screen and (min-width: 1038px) {
  .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: #394456;
    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", system-ui;
    font-size: 12px;
    line-height: 2.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #header_inner {
    width: 100%;
    position: fixed;
    z-index: 110;
    height: 60px;
  }
  /*-------------
menu
-------------*/
  div#menu {
    float: right;
    max-width: 775px;
    width: 54%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 0;
  }
  /*nav*/
  div#menu-nav {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #menu-nav li {
    float: left;
    margin: 0;
  }
  #menu-nav li a {
    font-family: "Raleway", sans-serif;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    display: block;
    padding: 5px 5px 0 5px;
    margin: 0 5px;
  }
  #menu-nav li a:hover {
    color: #d31616;
  }
  @media screen and (min-width: 1100px) {
    #menu-nav li a {
      font-size: 16px;
      margin: 0 5px;
    }
  }
  @media screen and (min-width: 1260px) {
    #menu-nav li a {
      font-size: 20px;
      margin: 0 5px;
    }
  }
  @media screen and (min-width: 1450px) {
    #menu-nav li a {
      font-size: 24px;
      margin: 0 5px;
    }
  }
  .fixedmenu {
    background-color: rgba(255, 255, 255, 0.7);
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 0;
  }
  ul#slider_over {
    width: 100%;
  }
  ul#slider_over li {
    float: left;
  }
  .topmain1 {
    max-width: 778px;
    width: 38%;
    overflow: hidden;
    margin: 0 20px 0 0;
  }
  .topmain2 {
    max-width: 62px;
    width: 10%;
    height: 238px;
    overflow: hidden;
    margin: 0 20px 0 0;
  }
  .topmain3 {
    max-width: 902px;
    width: 52%;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  .topmain4 {
    max-width: 395px;
    width: 23%;
    overflow: hidden;
    margin: 0 20px 0 0;
  }
  .topmain5 {
    max-width: 395px;
    width: 23%;
    overflow: hidden;
    margin: 0 20px 0 0;
  }
  .topmain6 {
    max-width: 837px;
    width: 47.5%;
    overflow: hidden;
    margin: -12px 0 0 0;
  }
  .topmain7 {
    max-width: 128px;
    width: 10%;
    overflow: hidden;
    margin: -315px 0 0 18px;
  }
  li#top_logo {
    max-width: 778px;
    width: 37%;
    margin: -85px 0 0 10px;
  }
  li#top_logo img {
    width: 100%;
  }
  li#top_scroll {
    float: right !important;
    max-width: 128px;
    width: 10%;
    margin: -85px 2% 0 0;
  }
  li#top_scroll img {
    width: 100%;
  }
  /*-------------
main
-------------*/
  #main {
    width: 100%;
    margin: 60px 0 40px 0;
    overflow: hidden;
  }
  .topbox1 {
    max-width: 1200px;
    min-width: 1015px;
    width: 90%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1 p {
    float: left;
    font-size: 20px;
    line-height: 30px;
    margin: 50px 0 0 0;
  }
  .topbox1 p span {
    display: block;
    font-size: 35px;
    line-height: 70px;
    font-weight: 600;
  }
  .topbox1 img {
    float: right;
    display: block;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 100px auto 0 auto;
  }
  h2.top_banner {
    font-size: 25px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -1px;
  }
  .topmain_box2_left.clearfix {
    width: calc(35% - 120px);
    ;
    float: left;
  }
  .topmain_box2_right.clearfix {
    width: calc(65% - 120px);
    ;
    float: right;
  }
  div#myslider img, div#myslider5 img {
    width: 250px;
    padding: 5px 7px 0 0;
  }
  .topbox2.clearfix a img {
    margin: 45px 0 0 20px;
  }
  .topbox3.clearfix {
    max-width: 1140px;
    margin: 100px auto 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul li {
    float: left;
    margin: 0 0 70px 0;
  }
  .topbox3.clearfix ul li:nth-child(1) {
    width: 460px;
    margin: 0 70px 0 0;
  }
  .topbox3.clearfix ul li:nth-child(4) {
    width: 460px;
    margin: 0 0 0 70px;
  }
  .topbox3.clearfix ul li:nth-child(1) a, .topbox3.clearfix ul li:nth-child(4) a {
    display: block;
    width: 200px;
    margin: 40px auto 0 auto;
  }
  .topbox3.clearfix ul li h2 {
    font-size: 25px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  .topbox3.clearfix ul li h2 span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -1px;
  }
  .topbox3.clearfix ul li:nth-child(2) img, .topbox3.clearfix ul li:nth-child(3) img {
    width: 600px;
  }
  .topbox3.clearfix ul li:nth-child(2) a:hover, .topbox3.clearfix ul li:nth-child(3) a:hover {
    opacity: 0.8;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 209px;
    right: 20px;
    z-index: 200;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: solid 2px #d1d1d1;
  }
  .ft_middle {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 15px 0;
  }
  img.footer_logo.clearfix {
    float: left;
    width: 139px;
  }
  .ft_middle_left {
    width: 300px;
    float: left;
    margin: 20px 0 0 25px;
  }
  .ft_middle_left li:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  .ft_middle_left li:nth-child(2) {
    font-size: 12px;
    line-height: 17px;
  }
  .ft_middle_left li:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  .ft_middle_left li:nth-child(3) span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 10px;
  }
  ul.footer_list.clearfix {
    width: 300px;
    float: left;
    margin: 30px 0 0 35px;
  }
  ul.footer_list.clearfix li {
    float: left;
    font-size: 13px;
    line-height: 22px;
  }
  ul.footer_list.clearfix li:nth-child(odd) {
    width: 120px;
  }
  ul.footer_list.clearfix li:nth-child(even) {
    margin: 0 0 0 0;
  }
  ul.footer_list.clearfix li a {
    font-size: 13px;
    line-height: 22px;
  }
  ul.footer_list.clearfix li a:hover {
    text-decoration: underline;
  }
  .iso {
    margin-top: 10px;
    float: right;
  }
  .iso img {
    width: 200px;
  }
  .ft_bottom {
    clear: both;
    text-align: right;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 0;
  }
}
/* Tablet */
@media screen and (max-width: 1038px) {
  .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: #394456;
    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", system-ui;
    font-size: 12px;
    line-height: 2.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2 {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 1000;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 216px;
  }
  h1.toplogo_left.clearfix img {
    width: 20%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .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 #000;
    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(-260px);
  }
  #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: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #000;
    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;
  }
  .toggle {
    display: none;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    overflow: hidden;
    margin: 55px 0 0 0;
  }
  ul#slider_over {
    width: 100%;
  }
  ul#slider_over li {
    float: left;
  }
  .topmain1 {
    max-width: 778px;
    width: 75%;
    overflow: hidden;
    margin: 0 15px 0 0;
  }
  .topmain2 {
    max-width: 62px;
    width: 13%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topmain3 {
    max-width: 902px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 -15px 0;
  }
  .topmain4 {
    max-width: 395px;
    width: 47%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .topmain5 {
    max-width: 395px;
    width: 47%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topmain6 {
    max-width: 837px;
    width: 100%;
    overflow: hidden;
    margin: -15px 0 0 0;
  }
  .topmain7 {
    max-width: 128px;
    width: 10%;
    overflow: hidden;
    margin: -315px 0 0 18px;
  }
  li#top_logo {
    max-width: 778px;
    width: 90%;
    margin: -20px 0 0 5px;
  }
  li#top_logo img {
    width: 100%;
  }
  li#top_scroll {
    width: 128px;
    margin: -20px 0 0 40%;
  }
  li#top_scroll img {
    width: 100%;
  }
  /*-------------
main
-------------*/
  #main {
    width: 95%;
    margin: 20px auto 20px auto;
    overflow: hidden;
  }
  .topbox1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1 p {
    max-width: 420px;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 0 auto;
  }
  .topbox1 p span {
    display: block;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
  }
  .topbox1 img {
    display: block;
    max-width: 420px;
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 80px auto 0 auto;
  }
  h2.top_banner {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .topmain_box2_left.clearfix {
    width: 100%;
  }
  .topmain_box2_right.clearfix {
    width: 100%;
  }
  div#myslider img, div#myslider5 img {
    width: 250px;
    padding: 5px 7px 0 0;
  }
  .topbox2.clearfix a img {
    display: block;
    width: 200px;
    margin: 10px auto;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 50px auto 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul li {
    margin: 0 0 70px 0;
  }
  .topbox3.clearfix ul li:nth-child(1) {
    max-width: 460px;
    margin: 0 auto 30px auto;
  }
  .topbox3.clearfix ul li:nth-child(3) {
    max-width: 460px;
    margin: 0 auto 30px auto;
  }
  .topbox3.clearfix ul li:nth-child(1) a, .topbox3.clearfix ul li:nth-child(3) a {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
  }
  .topbox3.clearfix ul li h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  .topbox3.clearfix ul li h2 span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .topbox3.clearfix ul li:nth-child(2) img, .topbox3.clearfix ul li:nth-child(4) img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: solid 2px #d1d1d1;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  img.footer_logo.clearfix {
    display: block;
    width: 139px;
    margin: 0 auto;
  }
  .ft_middle_left {
    max-width: 300px;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .ft_middle_left li:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  .ft_middle_left li:nth-child(2) {
    font-size: 12px;
    line-height: 17px;
  }
  .ft_middle_left li:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  .ft_middle_left li:nth-child(3) span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 10px;
  }
  .iso {
    width: 300px;
    margin: 10px auto 0 auto;
  }
  .iso img {
    width: 300px;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-size: 10px;
    margin: 0 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: #394456;
    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", system-ui;
    font-size: 12px;
    line-height: 2.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
  }
  /*-------------
container
-------------*/
  #container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #header2 {
    width: 100%;
  }
  #header_inner {
    width: 100%;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 1000;
  }
  h1.toplogo_left.clearfix {
    margin: 5px 0 0 2%;
    max-width: 216px;
  }
  h1.toplogo_left.clearfix img {
    width: 20%;
  }
  /*-------------
menu
-------------*/
  #nav-tgl {
    display: none;
  }
  .nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2%;
  }
  .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 #000;
    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(-260px);
  }
  #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: 270px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #000;
    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;
  }
  .toggle {
    display: none;
  }
  /*-------------
topmain
-------------*/
  .topmain {
    width: 100%;
    overflow: hidden;
    margin: 55px 0 0 0;
  }
  ul#slider_over {
    width: 100%;
  }
  ul#slider_over li {
    float: left;
  }
  .topmain1 {
    max-width: 778px;
    width: 75%;
    overflow: hidden;
    margin: 0 15px 0 0;
  }
  .topmain2 {
    max-width: 62px;
    width: 13%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topmain3 {
    max-width: 902px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0 -15px 0;
  }
  .topmain4 {
    max-width: 395px;
    width: 47%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .topmain5 {
    max-width: 395px;
    width: 47%;
    overflow: hidden;
    margin: 0 0 0 0;
  }
  .topmain6 {
    max-width: 837px;
    width: 100%;
    overflow: hidden;
    margin: -15px 0 0 0;
  }
  .topmain7 {
    max-width: 128px;
    width: 10%;
    overflow: hidden;
    margin: -315px 0 0 18px;
  }
  li#top_logo {
    max-width: 778px;
    width: 90%;
    margin: -20px 0 0 5px;
  }
  li#top_logo img {
    width: 100%;
  }
  li#top_scroll {
    width: 128px;
    margin: -20px 0 0 33%;
  }
  li#top_scroll img {
    width: 100%;
  }
  /*-------------
main
-------------*/
  #main {
    width: 95%;
    margin: 20px auto 20px auto;
    overflow: hidden;
  }
  .topbox1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .topbox1 p {
    max-width: 420px;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 0 auto;
  }
  .topbox1 p span {
    display: block;
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
  }
  .topbox1 img {
    display: block;
    max-width: 420px;
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .topbox2.clearfix {
    width: 100%;
    margin: 80px auto 0 auto;
  }
  h2.top_banner {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  h2.top_banner span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .topmain_box2_left.clearfix {
    width: 100%;
  }
  .topmain_box2_right.clearfix {
    width: 100%;
  }
  div#myslider img, div#myslider5 img {
    width: 250px;
    padding: 5px 7px 0 0;
  }
  .topbox2.clearfix a img {
    display: block;
    width: 200px;
    margin: 10px auto;
  }
  .topbox3.clearfix {
    width: 100%;
    margin: 50px auto 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topbox3.clearfix ul li {
    margin: 0 0 70px 0;
  }
  .topbox3.clearfix ul li:nth-child(1) {
    max-width: 460px;
    margin: 0 auto 30px auto;
  }
  .topbox3.clearfix ul li:nth-child(3) {
    max-width: 460px;
    margin: 0 auto 30px auto;
  }
  .topbox3.clearfix ul li:nth-child(1) a, .topbox3.clearfix ul li:nth-child(3) a {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
  }
  .topbox3.clearfix ul li h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 15px 0;
  }
  .topbox3.clearfix ul li h2 span {
    display: block;
    font-family: "Raleway", sans-serif;
    color: #d31616;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .topbox3.clearfix ul li:nth-child(2) img, .topbox3.clearfix ul li:nth-child(4) img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  /*-------------
footer
-------------*/
  #footer {
    clear: both;
    margin: 0 auto;
    width: 100%;
    border-top: solid 2px #d1d1d1;
  }
  .ft_middle {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  img.footer_logo.clearfix {
    display: block;
    width: 139px;
    margin: 0 auto;
  }
  .ft_middle_left {
    max-width: 300px;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .ft_middle_left li:nth-child(1) {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  .ft_middle_left li:nth-child(2) {
    font-size: 12px;
    line-height: 17px;
  }
  .ft_middle_left li:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 5px 0 0 0;
  }
  .ft_middle_left li:nth-child(3) span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 10px;
  }
  .iso {
    width: 200px;
    margin: 10px auto 0 auto;
  }
  .iso img {
    width: 200px;
  }
  .ft_bottom {
    clear: both;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    font-size: 10px;
    margin: 0 0 0 0;
  }
}