@charset "UTF-8";
@media only screen and (max-width: 1000px) {
  .tbl_confirm th, .tbl_confirm td {
    display: block;
    border-collapse: collapse;
    width: 100%;
    border: none;
  }
  .tbl_confirm th {
    width: 100%;
  }
  .tbl_confirm td {
    border-bottom: 1px solid #CCC;
  }
  .register_box table.tbl_register th, .register_box table.tbl_register td {
    display: block;
    border-collapse: collapse;
    width: 100%;
    border: none;
  }
  .register_box table.tbl_register th {
    width: 100%;
  }
  .register_box table.tbl_register td {
    border-bottom: 1px solid #CCC;
  }
  .register_box table.tbl_register td input[type="text"] {
    width: 80%;
    margin: 0px;
    min-width: initial;
  }
  .register_box table.tbl_register td select {
    width: 50%;
    margin: 0px;
  }
  .register_box table.tbl_register td .search-zipcode {
    margin-left: 0px;
    margin-top: 10px;
    width: 140px;
  }
  .product_detail .sample figure img {
    width: 100%;
  }
  .product_detail .sub_ttl {
    font-size: 164%;
    margin-bottom: 40px;
  }
  .product_detail .primary {
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_detail .primary .box {
    width: 100%;
  }
  .product_detail .primary .box p {
    line-height: 1.7;
  }
  .product_detail .primary .right {
    background: #F7F7F7;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .cat__content {
    flex-direction: column-reverse;
    padding: 40px 0px;
  }
  .cat__content .left {
    width: 100%;
  }
  .cat__content .left .sub_ttl {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #FFF;
    background: #000;
    font-size: 114%;
  }
  .cat__content .left .box {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cat__content .left .group ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    background: #FFF;
    transition: .5s all;
  }
  .cat__content .left .group ul li:hover {
    background: #56A5B1;
  }
  .cat__content .left .group ul li a {
    display: block;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
  }
  .cat__content .right {
    width: 100%;
    margin-bottom: 40px;
  }
  .cat__main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cat__main ul li {
    width: 48%;
    margin-bottom: 30px;
    height: 350px;
  }
  .cat__main ul li .outer {
    width: 100%;
    height: 350px;
  }
  .cat__main ul li .sub_ttl {
    color: #FFF;
    width: 100%;
    line-height: 1.7;
    font-size: 164%;
  }
  .cat__main ul li .sub_ttl span {
    font-size: 124%;
  }
  footer {
    padding: 40px 0px;
  }
  footer .sub_ttl {
    font-size: 244%;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    color: #FFF;
  }
  footer .sub_ttl span {
    display: inline-block;
    border-bottom: 3px solid #56A5B1;
  }
  footer .copy {
    text-align: center;
    font-size: 0.94rem;
    padding: 80px 0px 0px;
    color: #FFF;
  }
  footer .link {
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
    padding-top: 40px;
  }
  footer .link .info .name {
    font-size: 114%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFF;
    margin-top: 30px;
  }
  footer .link .group:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  footer .link .group:not(:first-child) {
    width: 33%;
  }
  footer .link .group .nav_ttl {
    font-size: 104%;
    color: #FFF;
  }
  footer .link .group .nav_ttl a {
    color: #FFF;
  }
  footer .link .group ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .link .group ul li a {
    color: #FFF;
  }
  footer .link .group ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
  }
  .contact__area {
    width: 100%;
    background: #56A5B1;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .contact__area .sub_ttl {
    border-bottom: 1px solid #FFF;
    font-size: 164%;
    margin-bottom: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #FFF;
    text-align: center;
  }
  .contact__area ul {
    display: flex;
    justify-content: center;
  }
  .contact__area ul li {
    width: 45%;
  }
  .contact__area ul li:last-child a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    border: 1px solid #FFF;
    text-align: center;
    padding: 20px;
    color: #FFF;
    width: 80%;
    max-width: 260px;
    transition: .5s all;
  }
  .contact__area ul li:last-child a:hover {
    background: #FFF;
    color: #000;
  }
  .contact__area ul li:first-child {
    margin-right: 50px;
    text-align: center;
    font-size: 184%;
    color: #FFF;
  }
  .contact__area ul li:first-child i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .contact__area ul li:first-child span {
    font-size: 40%;
  }
  .contact__area ul li:first-child a {
    color: #FFF;
  }
  .top__merit {
    margin: 30px 0px 50px;
    padding: 20px 0px;
  }
  .top__merit .sub_ttl {
    text-align: center;
    color: #FFF;
    font-size: 154%;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .top__merit p {
    font-size: 100%;
  }
  .top__merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0px;
  }
  .top__merit ul li {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #FFF;
    margin-right: 25px;
    padding: 0px 20px;
  }
  .top__merit ul li:last-child {
    margin-right: 0px;
  }
  .top__lineup_middle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px 0px;
    box-sizing: border-box;
  }
  .top__lineup_middle ul:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .top__lineup_middle ul:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .top__lineup_middle ul li {
    width: 32%;
    margin-bottom: 20px;
    transition: .5s all;
  }
  .top__lineup_middle ul li:hover {
    opacity: 0.7;
  }
  .top__lineup_middle ul li a {
    display: block;
  }
  .top__lineup_middle ul li p {
    text-align: center;
    padding-top: 10px;
  }
  .home-mv {
    position: relative;
  }
  .home-mv .sample {
    right: 1%;
    bottom: 2%;
    z-index: 1;
  }
  .home-mv .sample img {
    width: 150px;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
    position: static;
  }
  .map {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*追記*/
    right: 0;
    /*追記*/
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .main_ttl {
    position: relative;
    top: -100px;
    background: #FFF;
    padding: 50px 0px;
  }
  .nav-unshown {
    display: none;
  }
  .half__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .half__column .box {
    width: 100%;
    margin-bottom: 25px;
  }
  .half__column .group {
    width: 100%;
    margin-bottom: 25px;
  }
  header {
    position: static;
  }
  header .tagline {
    padding: 10px 0px;
  }
  header .tagline .logo {
    width: 280px;
    padding: 0px;
    box-sizing: border-box;
    transition: .3s all;
  }
  .side__nav {
    margin-top: 30px;
  }
  .side__nav .sub_ttl {
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    font-size: 134%;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .side__nav ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 104%;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
    position: relative;
  }
  .side__nav ul li a {
    display: block;
  }
  .side__nav ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .side__nav ul li a:hover {
    color: #56A5B1;
    text-decoration: underline;
  }
  .ttl {
    font-size: 194%;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .top__lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .top__lineup .box {
    width: 100%;
    padding-top: 30px;
  }
  .top__lineup .box ul {
    padding: 25px 0px;
    box-sizing: border-box;
  }
  .top__lineup .box ul li {
    width: 23%;
    margin-bottom: 20px;
    transition: .5s all;
  }
  .top__lineup .box ul li:hover {
    opacity: 0.7;
  }
  .top__lineup .box ul li a {
    display: block;
  }
  .top__lineup .box ul li p {
    text-align: center;
    padding-top: 10px;
  }
  .page__link {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page__link:after {
    display: none;
  }
  .page__link ul li {
    list-style: none;
    width: 48%;
    display: block;
    background: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
    transition: .5s all;
    margin-bottom: 30px;
  }
  .page__link ul li .inner {
    box-sizing: border-box;
    padding: 20px;
  }
  .page__link ul li .inner .sub_ttl {
    margin-bottom: 20px;
    position: relative;
    font-size: 124%;
  }
  .page__link ul li .inner .sub_ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 1px solid #56A5B1;
    width: 40px;
    margin-top: 2.15em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top_about {
    margin-top: 40px;
    position: relative;
  }
  .top_about.show .outer:after {
    animation: wipebar_top_obj 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  }
  .top_about .outer {
    width: 100%;
    position: relative;
    background: url(../img/top_about.jpg) no-repeat bottom center;
    background-size: cover;
    z-index: 0;
    height: auto;
    padding-top: 350px;
  }
  .top_about .outer:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 4;
  }
  .top_about .outer .inner {
    width: 100%;
    right: 0px;
    margin: 0px auto;
    position: static;
    height: 100%;
    background: rgba(198, 200, 208, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_about .outer .inner .box {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
  }
  .top_about .outer .inner .box p {
    line-height: 1.8;
  }
  .top_about .outer .inner .box .btn {
    display: block;
    max-width: 440px;
    width: 80%;
    padding: 30px 0px;
    text-align: center;
    color: #0f57b1;
    background: #FFF;
    position: relative;
    font-size: 108%;
    transition: .5s all;
    margin: 40px auto 0px;
  }
  .top_about .outer .inner .box .btn:before {
    content: "";
    position: absolute;
    top: 33px;
    right: 24px;
    height: 1px;
    background: #FFF;
    width: 26px;
    height: 9px;
    background: url(../img/arrow.png) no-repeat bottom center;
    transition: .5s all;
  }
  .top_about .outer .inner .box .btn:hover:before {
    right: 30px;
  }
  .top_about .outer .inner .box .btn:hover {
    opacity: 0.7;
  }
  .top_about .outer .inner .box .copy {
    position: relative;
    font-size: 154%;
    line-height: 1.7;
    margin-bottom: 80px;
    color: #56A5B1;
  }
  .top_about .outer .inner .box .copy:before {
    content: "";
    width: 80px;
    height: 1px;
    background: #56A5B1;
    position: absolute;
    left: 0px;
    top: 70px;
  }
  .top_about .sub_ttl {
    margin-bottom: 40px;
    line-height: 1.7;
    font-size: 124%;
  }
  .top_about .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_tec_info {
    margin-top: 40px;
    position: relative;
  }
  .top_tec_info:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_tec_info .sub_ttl {
    text-align: left;
    line-height: 1.7;
    font-size: 124%;
  }
  .top_tec_info .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_tec_info .outer {
    width: 100%;
    margin-top: 440px;
  }
  .top_tec_info .outer .wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .top_tec_info .outer .copy {
    font-size: 154%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_tec_info .outer:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 4;
  }
  .top_tec_info .outer:before {
    content: "";
    background: #0038b8;
    /* Old browsers */
    background: -moz-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
    background: -webkit-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
    background: linear-gradient(to right, #0038b8 0%, #18a0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0038b8', endColorstr='#18a0ff', GradientType=0);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .top_tec_info .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 0px;
    width: 100%;
    max-width: initial;
    max-width: auto;
  }
  .top_tec_info .outer .inner p {
    line-height: 1.8;
  }
  .top_tec_info .outer .inner .wrap {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  .top_tec_info .outer .inner .btn {
    display: block;
    max-width: 440px;
    width: 80%;
    padding: 30px 0px;
    text-align: center;
    color: #0f57b1;
    background: #FFF;
    position: relative;
    font-size: 108%;
    transition: .5s all;
    margin: 0px auto;
  }
  .top_tec_info .outer .inner .btn:before {
    content: "";
    position: absolute;
    top: 33px;
    right: 24px;
    height: 1px;
    background: #FFF;
    width: 26px;
    height: 9px;
    background: url(../img/arrow.png) no-repeat bottom center;
    transition: .5s all;
  }
  .top_tec_info .outer .inner .btn:hover:before {
    right: 30px;
  }
  .top_tec_info .outer .inner .btn:hover {
    opacity: 0.7;
  }
  .top_tec_info .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .top_tec_info .outer .inner .box .group {
    width: 48%;
  }
  .top_tec_info .outer .inner .box .group:last-child {
    text-align: right;
  }
  .top_product {
    margin-top: 40px;
  }
  .top_product:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_product .sub_ttl {
    line-height: 1.7;
    font-size: 124%;
  }
  .top_product .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_product .outer {
    width: 100%;
    margin-top: 440px;
  }
  .top_product .outer .copy {
    font-size: 144%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_product .outer:after {
    width: 100%;
    height: 100%;
  }
  .top_product .outer:before {
    width: 100%;
    height: 100%;
  }
  .top_product .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 20px;
    max-width: 100%;
  }
  .top_product .outer .inner .btn {
    max-width: 440px;
    width: 80%;
    padding: 30px 0px;
    font-size: 108%;
    margin: 0px auto;
  }
  .top_product .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
  .top_product .outer .inner .box .cat {
    width: 100px;
    height: 100%;
    min-height: 80px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_product .outer .inner .box .list {
    width: 90%;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .top_product .outer .inner .box .list ul li {
    padding-left: 18px;
    font-size: 94%;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 48%;
  }
  .top__sub_menu {
    position: relative;
    margin-top: -100px;
    width: 100%;
  }
  .top__sub_menu .content {
    background: #FFF;
    width: 100%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .top__sub_menu .content .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_menu .content .group .btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_menu .content .group .btn_list li {
    display: block;
    width: 30%;
  }
  .top__sub_menu .content .group .sub__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_menu .content .group .sub__nav li {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0px 8px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 48%;
    transition: .5s all;
  }
  .top__sub_menu .content .group .sub__nav li a {
    display: block;
  }
  .top__sub_menu .content .group .sub__nav li:hover {
    opacity: 0.7;
  }
  .top__sub_menu .content .group .sub__nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #56A5B1;
    position: absolute;
    left: 5px;
    top: -5px;
    font-size: 134%;
  }
  .top__sub_menu .content .group .box {
    width: 100%;
    border-right: none;
  }
  .top__sub_menu .content .group .box:last-child {
    border-right: none;
  }
  .top__sub_menu .content .group .box .inner {
    padding: 25px;
    box-sizing: border-box;
  }
  .top__sub_menu .content .group .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_menu .content .group .icon:before {
    content: "";
    display: block;
    width: 33%;
    height: 0;
    order: 1;
  }
  .top__sub_menu .content .group .icon li {
    width: 33%;
    margin-bottom: 12px;
    text-align: center;
    transition: .5s all;
  }
  .top__sub_menu .content .group .icon li:hover {
    opacity: 0.7;
  }
  .top__sub_menu .content .group .icon li a {
    color: #000;
    display: block;
    font-size: 94%;
  }
  .top__sub_menu .content .group .icon li img {
    max-width: 100%;
    margin-bottom: 5px;
  }
  .top__sub_menu .content .group .btn {
    font-size: 104%;
    text-decoration: none;
    transition: .5s all;
    position: relative;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #56A5B1;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #000;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    text-align: left;
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box ul {
    margin-bottom: 15px;
  }
  #nav-content .box ul li {
    font-size: 104%;
    font-weight: bold;
    padding: 5px 0;
  }
  #nav-content .box ul li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 84%;
  }
  #nav-content .box ul li ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header .tagline .box .logo {
    padding: 10px;
  }
  .top__guide {
    border: 1px solid #dddddd;
    margin: 100px 0px 60px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__guide .left {
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    height: 350px;
  }
  .top__guide .right {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
  }
  .foot_contact {
    padding: 40px 0px;
    margin-top: 60px;
  }
  .foot_contact .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF;
  }
  .foot_contact .outer .lead {
    font-size: 144%;
    margin-bottom: 25px;
  }
  .foot_contact .outer .tel {
    font-size: 184%;
    letter-spacing: 0.2rem;
    margin-top: 15px;
    margin-right: 25px;
  }
  .foot_contact .outer .btn {
    width: 30%;
    max-width: 250px;
  }
  .foot_contact .outer .btn a {
    display: block;
    width: 100%;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-size: 114%;
  }
  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .nav_area {
    width: 100%;
  }
  .content .main {
    width: 100%;
  }
  .top_news {
    padding: 40px 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 0;
  }
  .top_news .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_news .box .link {
    width: 100%;
    padding-top: 10px;
  }
  .top_news .box .link a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
    width: 80%;
    max-width: 300px;
  }
  .top_news .box .news {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_news .box .news ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top_news .box .news ul .date {
    color: #FFF;
    box-sizing: border-box;
    background: #000;
    padding: 10px 20px;
  }
  .top_news .box .news ul .date a {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
  }
  .top_news .box .news ul .txt {
    margin-left: 20px;
    padding-top: 10px;
  }
  .top_news .box .news ul .txt a {
    text-decoration: underline;
  }
  /*/////////// 会社概要 ////////////*/
  .history_tbl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .history_tbl dl dt {
    width: 15%;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    font-size: 84%;
  }
  .history_tbl dl dt span {
    font-size: 184%;
  }
  .history_tbl dl dd {
    width: 85%;
    padding: 20px;
    box-sizing: border-box;
  }
  .history_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .history_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .history_tbl table th,
  .history_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .history_tbl table thead {
    display: none;
  }
  .history_tbl table tbody {
    text-align: left;
  }
  .history_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .history_tbl table tbody td {
    background: white;
  }
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th,
  .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  .company_tbl table tbody td dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .company_tbl table tbody td dl dt {
    width: 40%;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .company_tbl table tbody td dl dd {
    width: 60%;
    margin-bottom: 8px;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 40px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .main_img {
    height: 625px;
    position: relative;
    margin-top: 0px;
  }
  .main_img .sub_ttl .copy {
    font-size: 204%;
    padding-bottom: 30px;
  }
  .main_img .sub_ttl .en_ttl {
    webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .main_img .sub_ttl .en_ttl_mv {
    webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .main_img .sub_ttl .lead {
    color: #FFF;
    font-size: 154%;
  }
  .main_img .sub_ttl .lead_mv {
    webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  header {
    padding: 10px 0px 0px 0px;
  }
  header .logo {
    padding-bottom: 7px;
  }
  header .sp_mail {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #419bf5;
    line-height: 50px;
    text-align: center;
  }
  header .sp_mail a {
    color: #FFF;
    display: block;
  }
  header .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #000;
    line-height: 50px;
    text-align: center;
  }
  header .sp_tel a {
    color: #FFF;
    display: block;
  }
  /*/////////// 会社概要 ////////////*/
  .message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto;
  }
  .message ul .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }
  .column__half {
    flex-wrap: wrap;
  }
  .column__half .box {
    width: 100%;
  }
  .column__half .box:first-child {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 764px) {
  .home-mv .sub_ttl {
    text-align: left;
    padding-left: 15px;
  }
  .home-mv .sub_ttl .copy {
    color: #FFF;
    font-size: 174%;
    text-align: left;
    line-height: 1.7;
  }
  .home-mv .sub_ttl .lead {
    color: #FFF;
    font-size: 112%;
    text-align: left;
    font-weight: bold;
    padding: 10px 0px;
  }
  /*===========
	.scroll-box
	===========*/
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }
  /*===========
	scrollbar
	===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .detail .product_top {
    width: 100%;
    position: relative;
  }
  .detail .product_top .box {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
  }
  .detail .product_top img {
    min-width: auto;
    width: 100%;
  }
  .product .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .list ul:after {
    content: "";
    display: none;
  }
  .product .list ul li {
    width: 47%;
    margin-bottom: 50px;
  }
  .product .list ul li .sub_ttl {
    font-size: 134%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .product .list ul li .link {
    padding: 20px 25px 0px 0px;
  }
  .product .list ul li .link:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 19px;
    transition: 1s all;
  }
  .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .access section .gmap {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  .access section .left {
    width: 100%;
    position: relative;
  }
  .access section .left .inner {
    width: 100%;
    line-height: 1.7;
  }
  .access section .left .inner .sub_ttl {
    color: #56A5B1;
    font-size: 114%;
  }
  .access section .left .inner p {
    margin-bottom: 15px;
  }
  .access section .right {
    width: 100%;
  }
  .philosophy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .philosophy ul li {
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
  .philosophy ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .philosophy ul li dl dt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 114%;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .philosophy ul li dl dd {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .local_text {
    line-height: 1.6;
    font-size: 1.04rem;
  }
  .txt__list ul li {
    width: 100%;
    background: #FFF;
    padding: 30px;
    margin-bottom: 30px;
  }
  .main_img {
    height: 505px;
    position: relative;
  }
  .main_img .sub_ttl .copy {
    font-size: 204%;
    padding-bottom: 30px;
  }
  .main_img .sub_ttl .en_ttl {
    webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .main_img .sub_ttl .en_ttl_mv {
    webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .main_img .sub_ttl .lead {
    color: #FFF;
    font-size: 154%;
  }
  .main_img .sub_ttl .lead_mv {
    webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  .reverse__764 {
    flex-direction: column-reverse;
  }
  .reverse__764 img {
    width: 100%;
  }
  .local_lead {
    font-size: 114%;
    max-width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .history-area {
    max-width: 100%;
    margin: 0px auto 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .history-area::-webkit-scrollbar {
    height: 5px;
  }
  .history-area::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .history-area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .history-area table {
    width: 760px;
  }
  .search__result {
    padding: 30px 0px;
  }
  .search__result ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #000;
    box-sizing: border-box;
  }
  .search__result ul li {
    box-sizing: border-box;
    width: calc(100% / 2);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 30px;
  }
  .search__result ul li:nth-child(3), .search__result ul li:nth-child(4) {
    border-top: none;
  }
  .search__result ul li a {
    display: block;
  }
  .search__result ul li .name {
    padding-top: 20px;
    font-size: 114%;
  }
  .search__result ul li img {
    width: 100%;
  }
  .search__result ul li .txt {
    padding-top: 20px;
    line-height: 1.6;
  }
  .product_detail .tab__box .outer {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #000;
  }
  .product_detail .tab__box .outer table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
  }
  .product_detail .tab__box .outer table tr {
    width: 100%;
  }
  .product_detail .tab__box .outer table th, .product_detail .tab__box .outer table td {
    box-sizing: border-box;
    padding: 20px 8px;
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 100%;
  }
  .product_detail .tab__box .outer table th {
    font-weight: bold;
    background: #F7F7F7;
    width: 30%;
  }
  .cat__content {
    flex-direction: column-reverse;
    padding: 40px 0px;
  }
  .cat__content .left {
    width: 100%;
  }
  .cat__content .left .sub_ttl {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #FFF;
    background: #000;
    font-size: 114%;
  }
  .cat__content .left .box {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .cat__content .left .group ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    background: #FFF;
    transition: .5s all;
  }
  .cat__content .left .group ul li:hover {
    background: #56A5B1;
  }
  .cat__content .left .group ul li a {
    display: block;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
  }
  .cat__content .left .group .parent {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #FFF;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #000;
    font-size: 108%;
  }
  .cat__content .left .group .parent:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-size: 156%;
    top: 10px;
    box-sizing: border-box;
  }
  .cat__content .right {
    width: 100%;
    margin-bottom: 40px;
  }
  .cat__content .right ul li {
    box-sizing: border-box;
    width: calc(100% / 2);
    padding: 20px;
  }
  .cat__content .right ul li:nth-child(3) {
    border-top: none;
  }
  .cat__content .right ul li img {
    width: 100%;
  }
  .cat__main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cat__main ul li {
    width: 48%;
    margin-bottom: 30px;
    height: 300px;
  }
  .cat__main ul li .outer {
    width: 100%;
    height: 300px;
  }
  .cat__main ul li .sub_ttl {
    color: #FFF;
    width: 100%;
    line-height: 1.7;
    font-size: 144%;
  }
  .cat__main ul li .sub_ttl span {
    font-size: 124%;
  }
  footer {
    padding: 40px 0px;
  }
  footer .list .box {
    width: 100%;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  footer .list .box .pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer .list .box .pay:before {
    content: "";
    display: block;
    width: 30%;
    height: 0;
    order: 1;
  }
  footer .list .box .pay li {
    margin-bottom: 10px;
    width: 30%;
  }
  footer .list .box .pay li img {
    width: 100%;
  }
  footer .list .box a {
    text-decoration: underline;
    color: #56A5B1;
  }
  footer .list .box .lead {
    font-size: 94%;
  }
  footer .list .box .copy_ttl {
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    font-size: 124%;
    margin-bottom: 20px;
  }
  footer .sub_ttl {
    font-size: 244%;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    color: #FFF;
  }
  footer .sub_ttl span {
    display: inline-block;
    border-bottom: 3px solid #56A5B1;
  }
  footer .sub_ttl {
    font-size: 244%;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    color: #FFF;
  }
  footer .sub_ttl span {
    display: inline-block;
    border-bottom: 3px solid #56A5B1;
  }
  footer .copy {
    text-align: center;
    font-size: 0.94rem;
    padding: 50px 0px 0px;
    color: #FFF;
  }
  footer .link {
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
    padding-top: 40px;
  }
  footer .link .info .name {
    font-size: 114%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFF;
    margin-top: 30px;
  }
  footer .link .group:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  footer .link .group:not(:first-child) {
    width: 49%;
  }
  footer .link .group .nav_ttl {
    font-size: 104%;
    color: #FFF;
  }
  footer .link .group .nav_ttl a {
    color: #FFF;
  }
  footer .link .group ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .link .group ul li a {
    color: #FFF;
  }
  footer .link .group ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
  }
  .contact__area {
    width: 100%;
    background: #56A5B1;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .contact__area .sub_ttl {
    border-bottom: 1px solid #FFF;
    font-size: 144%;
  }
  .contact__area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact__area ul li {
    width: 100%;
  }
  .contact__area ul li:last-child a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    border: 1px solid #FFF;
    text-align: center;
    padding: 20px;
    color: #FFF;
    width: 80%;
    max-width: 260px;
    transition: .5s all;
  }
  .contact__area ul li:last-child a:hover {
    background: #FFF;
    color: #000;
  }
  .contact__area ul li:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 184%;
    color: #FFF;
  }
  .contact__area ul li:first-child i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
  }
  .contact__area ul li:first-child span {
    font-size: 40%;
  }
  .contact__area ul li:first-child a {
    color: #FFF;
  }
  .top__merit {
    margin: 30px 0px 10px;
    padding: 20px 0px;
  }
  .top__merit .movie {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .top__merit iframe {
    margin: 30px auto 0px;
    width: 100%;
    height: 360px;
  }
  .top__merit .sub_ttl {
    text-align: center;
    color: #FFF;
    font-size: 144%;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .top__merit p {
    font-size: 100%;
  }
  .top__merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0px;
  }
  .top__merit ul li {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #FFF;
    margin-right: 25px;
    padding: 0px 20px;
  }
  .top__merit ul li:last-child {
    margin-right: 0px;
  }
  .top_news {
    padding: 40px 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 0;
  }
  .top_news .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_news .box .link {
    width: 100%;
    padding-top: 10px;
  }
  .top_news .box .link a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
    width: 80%;
    max-width: 300px;
  }
  .top_news .box .news {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_news .box .news ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .top_news .box .news ul .date {
    color: #FFF;
    box-sizing: border-box;
    background: #000;
    padding: 10px 10px;
  }
  .top_news .box .news ul .date a {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
  }
  .top_news .box .news ul .txt {
    margin-left: 20px;
    padding-top: 10px;
  }
  .top_news .box .news ul .txt a {
    text-decoration: underline;
  }
  .home-mv .sub_ttl .copy {
    color: #FFF;
    font-size: 164%;
    line-height: 1.7;
  }
  .home-mv .sub_ttl .lead {
    color: #FFF;
    font-size: 108%;
    font-weight: bold;
    padding: 10px 0px;
  }
  .common_btn_l {
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #FFF;
    background: #56A5B1;
    text-align: center;
    padding: 20px 0px 20px 0px;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    font-size: 104%;
    position: relative;
  }
  .common_btn_l span {
    font-size: 74%;
    display: inline-block;
    margin-left: 5px;
  }
  .common_btn_l:before {
    content: "";
    position: absolute;
    top: 28px;
    left: -25px;
    height: 1px;
    background: #FFF;
    width: 50px;
    transition: .5s all;
  }
  .common_btn_l:hover:before {
    left: -20px;
  }
  .common_btn_l:hover {
    opacity: 0.7;
  }
  .column_auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column_auto .box {
    width: 100%;
  }
  .column_auto div:last-child {
    margin-left: 0px;
  }
  .history_tbl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .history_tbl dl dt {
    width: 15%;
    padding: 20px 10px;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    font-size: 84%;
  }
  .history_tbl dl dt span {
    font-size: 184%;
  }
  .history_tbl dl dd {
    width: 85%;
    padding: 20px 0px 20px 15px;
    box-sizing: border-box;
  }
  .history_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .history_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .history_tbl table th,
  .history_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .history_tbl table thead {
    display: none;
  }
  .history_tbl table tbody {
    text-align: left;
  }
  .history_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .history_tbl table tbody td {
    background: white;
  }
  .top_tec_info {
    margin-top: 40px;
    position: relative;
  }
  .top_tec_info:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_tec_info .sub_ttl {
    text-align: left;
    line-height: 1.7;
    font-size: 124%;
  }
  .top_tec_info .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_tec_info .outer {
    width: 100%;
    margin-top: 440px;
  }
  .top_tec_info .outer .wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .top_tec_info .outer .copy {
    font-size: 154%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_tec_info .outer:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 4;
  }
  .top_tec_info .outer:before {
    content: "";
    background: #0038b8;
    /* Old browsers */
    background: -moz-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
    background: -webkit-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
    background: linear-gradient(to right, #0038b8 0%, #18a0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0038b8', endColorstr='#18a0ff', GradientType=0);
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .top_tec_info .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 0px;
    max-width: 100%;
  }
  .top_tec_info .outer .inner p {
    line-height: 1.8;
  }
  .top_tec_info .outer .inner .wrap {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  .top_tec_info .outer .inner .btn {
    display: block;
    max-width: 440px;
    width: 80%;
    padding: 30px 0px;
    text-align: center;
    color: #0f57b1;
    background: #FFF;
    position: relative;
    font-size: 108%;
    transition: .5s all;
    margin: 0px auto;
  }
  .top_tec_info .outer .inner .btn:before {
    content: "";
    position: absolute;
    top: 33px;
    right: 24px;
    height: 1px;
    background: #FFF;
    width: 26px;
    height: 9px;
    background: url(../img/arrow.png) no-repeat bottom center;
    transition: .5s all;
  }
  .top_tec_info .outer .inner .btn:hover:before {
    right: 30px;
  }
  .top_tec_info .outer .inner .btn:hover {
    opacity: 0.7;
  }
  .top_tec_info .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .top_tec_info .outer .inner .box .group {
    width: 100%;
  }
  .top_tec_info .outer .inner .box .group:last-child {
    text-align: center;
    margin-bottom: 30px;
  }
  .top_product {
    margin-top: 40px;
  }
  .top_product:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_product .sub_ttl {
    line-height: 1.7;
    font-size: 124%;
  }
  .top_product .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_product .outer {
    width: 100%;
    margin-top: 440px;
  }
  .top_product .outer .copy {
    font-size: 144%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_product .outer:after {
    width: 100%;
    height: 100%;
  }
  .top_product .outer:before {
    width: 100%;
    height: 100%;
  }
  .top_product .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 20px;
    max-width: 100%;
  }
  .top_product .outer .inner .btn {
    max-width: 440px;
    width: 80%;
    padding: 30px 0px;
    font-size: 108%;
  }
  .top_product .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top_product .outer .inner .box .cat {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 10px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .top_product .outer .inner .box .list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .top_product .outer .inner .box .list ul li {
    padding-left: 18px;
    font-size: 94%;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 48%;
  }
  .main_img {
    height: 450px;
    position: relative;
  }
  .main_img .sub_ttl .copy {
    font-size: 174%;
    padding-bottom: 20px;
  }
  .main_img .sub_ttl .lead {
    color: #FFF;
    font-size: 134%;
  }
  .img__ttl_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .img__ttl_list .w30,
  .img__ttl_list .w50 {
    width: 100%;
    margin-bottom: 25px;
  }
  .img__ttl_list .w30 img,
  .img__ttl_list .w50 img {
    width: 100%;
  }
  .img__ttl_list .w30:last-child,
  .img__ttl_list .w50:last-child {
    margin-bottom: 0px;
  }
  .reverse__640 {
    flex-direction: column-reverse;
  }
  .reverse__640 img {
    width: 100%;
  }
  .large__column .l {
    width: 100%;
  }
  .large__column .s {
    width: 100%;
    margin-bottom: 20px;
  }
  .large__column .s img {
    width: 100%;
  }
  .foot_contact {
    padding: 40px 0px;
    margin-top: 60px;
  }
  .foot_contact .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFF;
  }
  .foot_contact .outer .lead {
    font-size: 144%;
    margin-bottom: 0px;
  }
  .foot_contact .outer .tel {
    font-size: 184%;
    letter-spacing: 0.2rem;
    margin-top: 10px;
    margin-right: 0px;
    text-align: center;
    width: 100%;
  }
  .foot_contact .outer .btn {
    width: 100%;
    max-width: 350px;
  }
  .foot_contact .outer .btn a {
    display: block;
    width: 100%;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    font-size: 124%;
    margin: 0px auto;
  }
  .scroll table {
    width: 500px;
  }
  .scroll {
    max-width: 100%;
    margin: 0px auto 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll table {
    width: 800px;
  }
  .second_main_img {
    width: 100%;
    height: 350px;
    max-width: 2000px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    margin: 0px auto 50px;
  }
  .second_main_img .outer h2 {
    font-size: 3.2rem;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  .contact .list {
    flex-wrap: wrap;
  }
  .contact .list .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .contact .list .box .sub_ttl {
    padding: 20px;
    font-size: 124%;
  }
  .contact .list .box .inner {
    padding: 20px;
    width: 100%;
  }
  .contact .list .btn {
    width: 100%;
    background: #2A5B88;
    color: #FFF;
    padding: 15px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th,
  .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .privacy .sub_ttl {
    font-size: 140%;
  }
  .home-mv .sub_ttl .copy {
    color: #FFF;
    font-size: 144%;
    line-height: 1.7;
  }
  .home-mv .sub_ttl .lead {
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0px;
  }
  .send .to_deliveryinfo_button {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #memberpages div.loginbox {
    margin-top: 30px !important;
    width: 100% !important;
  }
  #memberpages div.loginbox .member_login_button {
    width: 220px;
  }
  .cat__bg {
    padding: 40px 0px;
  }
  .cat__bg h2 {
    font-size: 144%;
  }
  .cat__content {
    flex-direction: column-reverse;
    padding: 30px 0px;
  }
  .cat__content .right {
    width: 100%;
    margin-bottom: 40px;
  }
  .cat__content .right ul li {
    box-sizing: border-box;
    width: calc(100% / 2);
    padding: 10px;
  }
  .cat__content .right ul li img {
    width: 100%;
  }
  .cat__main ul li {
    width: 100%;
  }
  footer {
    padding: 40px 0px;
  }
  footer .list .box {
    width: 100%;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  footer .list .box a {
    text-decoration: underline;
    color: #56A5B1;
  }
  footer .list .box .lead {
    font-size: 94%;
  }
  footer .list .box .copy_ttl {
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    font-size: 124%;
    margin-bottom: 20px;
  }
  footer .list .box .pay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  footer .sub_ttl {
    font-size: 244%;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    color: #FFF;
  }
  footer .sub_ttl span {
    display: inline-block;
    border-bottom: 3px solid #56A5B1;
  }
  footer .copy {
    text-align: center;
    font-size: 0.94rem;
    padding: 20px 0px 0px;
    color: #FFF;
  }
  footer .link {
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
    padding-top: 40px;
  }
  footer .link .info .name {
    font-size: 114%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #FFF;
    margin-top: 30px;
  }
  footer .link .group:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  footer .link .group:not(:first-child) {
    width: 49%;
  }
  footer .link .group .nav_ttl {
    font-size: 94%;
    color: #FFF;
  }
  footer .link .group .nav_ttl a {
    color: #FFF;
  }
  footer .link .group ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 84%;
  }
  footer .link .group ul li a {
    color: #FFF;
  }
  footer .link .group ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: -1px;
    color: #FFF;
  }
  .top__merit {
    margin: 30px 0px 10px;
    padding: 20px 0px;
  }
  .top__merit .sub_ttl {
    text-align: center;
    color: #FFF;
    font-size: 124%;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .top__merit p {
    font-size: 100%;
  }
  .top__merit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0px;
  }
  .top__merit ul li {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #FFF;
    margin-right: 25px;
    padding: 0px 20px;
  }
  .top__merit ul li:last-child {
    margin-right: 0px;
  }
  .top__lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .top__lineup .box {
    width: 100%;
  }
  .top__lineup .box .sub_ttl {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .top__lineup .box .sub_ttl h4 {
    color: #FFF;
    line-height: 1.7;
    font-size: 134%;
  }
  .top__lineup .box ul {
    padding: 30px 0px;
    box-sizing: border-box;
  }
  .top__lineup .box ul li {
    width: 32%;
    margin-bottom: 20px;
    transition: .5s all;
  }
  .top__lineup .box ul li:last-child .inner {
    background: #56A5B1;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 124%;
  }
  .top__lineup .box ul li:last-child .inner a {
    display: block;
  }
  .top__lineup .box ul li:hover {
    opacity: 0.7;
  }
  .top__lineup .box ul li a {
    display: block;
  }
  .top__lineup .box ul li p {
    text-align: center;
    padding-top: 10px;
  }
  .product_detail .tab__box .head {
    display: flex;
    flex-wrap: wrap;
  }
  .product_detail .tab__box .head a {
    display: block;
  }
  .product_detail .tab__box .head p {
    width: 150px;
    padding: 15px 10px;
  }
  .product_detail .tab__box .outer {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #000;
  }
  .product_detail .tab__box .outer table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    box-sizing: border-box;
  }
  .product_detail .tab__box .outer table tr {
    width: 100%;
  }
  .product_detail .tab__box .outer table th, .product_detail .tab__box .outer table td {
    box-sizing: border-box;
    padding: 20px 8px;
    border: none;
    vertical-align: middle;
    font-size: 100%;
    display: block;
    width: 100%;
  }
  .product_detail .tab__box .outer table th {
    font-weight: bold;
    background: #F7F7F7;
    width: 100%;
  }
  .top_news {
    padding: 40px 0px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 0;
  }
  .top_news .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_news .box .link {
    width: 100%;
    padding-top: 10px;
  }
  .top_news .box .link a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    margin: 0px auto;
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
    width: 80%;
    max-width: 300px;
  }
  .top_news .box .news {
    width: 100%;
    margin-bottom: 20px;
  }
  .top_news .box .news ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top_news .box .news ul .date {
    color: #FFF;
    box-sizing: border-box;
    background: #000;
    padding: 10px 10px;
    width: 100%;
  }
  .top_news .box .news ul .date a {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
  }
  .top_news .box .news ul .txt {
    width: 100%;
    margin-left: 20px;
    padding-top: 10px;
  }
  .top_news .box .news ul .txt a {
    text-decoration: underline;
  }
  .ttl {
    font-size: 124%;
    text-align: center;
    margin-bottom: 25px;
    text-align: center;
  }
  .home-mv .sample img {
    width: 130px;
  }
  .home-mv .sub_ttl .copy {
    color: #FFF;
    font-size: 114%;
    line-height: 1.7;
  }
  .home-mv .sub_ttl .lead {
    color: #FFF;
    font-size: 94%;
    font-weight: bold;
    padding: 10px 0px;
  }
  .local_lead {
    font-size: 104%;
    max-width: 760px;
    margin: 0px auto;
    text-align: left;
    line-height: 2;
  }
  .page__link {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .page__link:after {
    display: none;
  }
  .page__link ul li {
    list-style: none;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
    transition: .5s all;
    margin-bottom: 30px;
  }
  .page__link ul li .inner {
    box-sizing: border-box;
    padding: 20px;
  }
  .page__link ul li .inner .sub_ttl {
    margin-bottom: 20px;
    position: relative;
    font-size: 124%;
  }
  .page__link ul li .inner .sub_ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 1px solid #56A5B1;
    width: 40px;
    margin-top: 2.15em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .second_main_img {
    width: 100%;
    height: 250px;
    max-width: 2000px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    margin: 0px auto 50px;
  }
  .second_main_img .outer h2 {
    font-size: 2.2rem;
  }
  .foot_contact {
    padding: 40px 0px;
    margin-top: 60px;
  }
  .foot_contact .outer .lead {
    font-size: 124%;
    margin-bottom: 0px;
  }
  .foot_contact .outer .tel {
    font-size: 164%;
    width: 100%;
  }
  .foot_contact .outer .btn {
    width: 100%;
    max-width: 350px;
  }
  .foot_contact .outer .btn a {
    padding: 10px 0px;
  }
  .top_tec_info .outer .inner .btn {
    max-width: auto;
    width: 80%;
    padding: 20px 0px;
    font-size: 108%;
  }
  .top_tec_info .outer .inner .btn:before {
    top: 25px;
  }
  .top_about .outer .inner .box .btn {
    max-width: auto;
    width: 80%;
    padding: 20px 0px;
    font-size: 108%;
  }
  .top_about .outer .inner .box .btn:before {
    top: 25px;
  }
  .top_product {
    margin-top: 40px;
  }
  .top_product:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_product .sub_ttl {
    line-height: 1.7;
    font-size: 124%;
  }
  .top_product .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_product .outer {
    width: 100%;
    margin-top: 340px;
  }
  .top_product .outer .copy {
    font-size: 144%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_product .outer:after {
    width: 100%;
    height: 100%;
  }
  .top_product .outer:before {
    width: 100%;
    height: 100%;
  }
  .top_product .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 20px;
    max-width: 100%;
  }
  .top_product .outer .inner .btn {
    max-width: auto;
    width: 80%;
    padding: 20px 0px;
    font-size: 108%;
  }
  .top_product .outer .inner .btn:before {
    top: 25px;
  }
  .top_product .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top_product .outer .inner .box .cat {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 10px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .top_product .outer .inner .box .list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .top_product .outer .inner .box .list ul li {
    padding-left: 18px;
    font-size: 94%;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 48%;
  }
  .top_product {
    margin-top: 40px;
  }
  .top_product:before {
    right: 0px;
    top: 160px;
    width: 100%;
    max-height: 557px;
    height: 100%;
  }
  .top_product .sub_ttl {
    line-height: 1.7;
    font-size: 124%;
  }
  .top_product .sub_ttl span {
    font-size: 224%;
    color: #56A5B1;
  }
  .top_product .outer {
    width: 100%;
    margin-top: 340px;
  }
  .top_product .outer .copy {
    font-size: 144%;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .top_product .outer:after {
    width: 100%;
    height: 100%;
  }
  .top_product .outer:before {
    width: 100%;
    height: 100%;
  }
  .top_product .outer .inner {
    position: relative;
    z-index: 3;
    padding: 50px 20px;
    max-width: 100%;
  }
  .top_product .outer .inner .btn {
    max-width: auto;
    width: 80%;
    padding: 20px 0px;
    font-size: 108%;
  }
  .top_product .outer .inner .btn:before {
    top: 25px;
  }
  .top_product .outer .inner .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top_product .outer .inner .box .cat {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 20px 10px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .top_product .outer .inner .box .list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .top_product .outer .inner .box .list ul li {
    padding-left: 18px;
    font-size: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .main_img {
    height: 350px;
    position: relative;
  }
  .main_img .sub_ttl .copy {
    font-size: 164%;
    padding-bottom: 20px;
  }
  .main_img .sub_ttl .lead {
    color: #FFF;
    font-size: 124%;
  }
  .checklist li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 124%;
    text-align: left;
  }
  .checklist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #56A5B1;
  }
  .checklist li:last-child {
    margin-bottom: 0px;
  }
  .br-sp {
    display: none;
  }
  .local_ttl {
    font-size: 1.14rem;
  }
  .local_text {
    font-size: 0.9rem;
  }
  .three__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .three__column .down {
    width: 100% !important;
  }
  .three__column .box {
    width: 32%;
    margin-bottom: 25px;
  }
  .three__column .box img {
    max-width: 100%;
  }
  .ttl {
    margin-bottom: 20px;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  .image__list_ttl ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .middle_ttl {
    margin-bottom: 20px;
    font-size: 134%;
  }
  .local__tbl table tbody {
    text-align: left;
  }
  .local__tbl table tbody th {
    width: 50%;
  }
  .people .list ul li {
    width: 100%;
  }
  .require .group {
    margin-bottom: 40px;
  }
  .require .group .box {
    background: #f9fbfe;
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  .require .group .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 30px;
    right: 20px;
  }
  .require .group .sub_ttl {
    padding: 20px 20px;
    font-size: 110%;
  }
}
