@charset "UTF-8";
/*
  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

html {
    font: 62.5%/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
        'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
}

/*body{
	font-size: 16px;
}
*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?g297mr');
    src: url('../fonts/icomoon.eot?g297mr#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?g297mr') format('truetype'),
        url('../fonts/icomoon.woff?g297mr') format('woff'),
        url('../fonts/icomoon.svg?g297mr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^='icomoon-'],
[class*=' icomoon-'] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#cse-search-form {
    display: none !important;
}

.icomoon-thin-angle-up:before {
    content: '\e900';
}

.icomoon-thin-angle-right:before {
    content: '\e901';
}

.icomoon-thin-angle-left:before {
    content: '\e902';
}

.icomoon-thin-angle-down:before {
    content: '\e903';
}

.icomoon-target-blank:before {
    content: '\e904';
}

/*.body{
	font-size: 16px;
}*/
.body .trunk {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

.body .trunk > .branches {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.body .trunk > .branches > .boxpad-left {
    padding-left: 0;
}

.body .trunk > .branches > .boxpad-right {
    padding-right: 0;
}

.body .trunk > .branches > .leaf {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.body .trunk > .branches:first-of-type {
    margin-top: 0;
}

.body .trunk > .wmax {
    max-width: 1120px;
}

.body .trunk > .boxpad {
    padding-left: 0;
    padding-right: 0;
}

.body .trunk > .liner > * {
    float: left;
}

.body .trunk:before,
.body .trunk:after {
    content: ' ';
    display: table;
}

.body .trunk:after {
    clear: both;
}

.body .trunk > .tbl {
    display: table;
}

.body .trunk > .tbl > * {
    display: table-cell;
}

.body .trunk > .blk {
    display: block;
}

.body .trunk > .blk > * {
    display: block;
}

.body .trunk .branches {
    min-width: 1120px;
    position: relative;
}

/* ↓ ここから - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
.body.lower .trunk .branches.header {
    height: 131px;
}

.body.lower .trunk .branches.grey {
    background: #f7f7f7;
}

.body.lower .trunk .branches.dark-grey {
    background: #efefef;
}

.body.lower .trunk .branches.blue {
    background: #006fc5;
}

.body.lower .trunk .branches .leaf.title {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: normal;
    line-height: 100px;
    letter-spacing: 3px;
}

.body.lower .trunk .branches .leaf > .breadcrum {
    display: table;
    width: 100%;
    padding: 21px 0 44px;
}

.body.lower .trunk .branches .leaf > .breadcrum .item {
    float: left;
    color: #1f1f1f;
    font-size: 15px;
    list-style-type: none;
}

.body.lower .trunk .branches .leaf > .breadcrum .separator {
    padding: 0 5px;
}

.body.lower .trunk .branches .leaf > .breadcrum .link {
    color: #1f1f1f;
    font-size: 15px;
    text-decoration: underline;
}

.body.lower .trunk .branches .leaf > .breadcrum .link:hover {
    text-decoration: none;
}

.body.lower .trunk .branches .leaf > .main {
    display: table;
    width: 100%;
    padding-bottom: 83px;
}

.body.lower .trunk .branches .leaf > .main > .sidebar {
    display: table;
    float: left;
    width: 265px;
}

.body.lower .trunk .branches .leaf > .main > .sidebar .menu .heading {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 16px;
    background: #006fc5;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.body.lower .trunk .branches .leaf > .main > .sidebar .menu .heading:hover {
    opacity: 0.8;
}

.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item {
    display: block;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px 0 32px;
    background-color: #ffffff;
    background-image: url(../images/common/menu_bullet.gif);
    background-repeat: no-repeat;
    background-position: 15px center;
    border-top: 1px solid #f7f7f7;
    text-decoration: none;
}

.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item:hover {
    text-decoration: underline;
}

.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item.active {
    color: #006fc5;
}

.body.lower .trunk .branches .leaf > .main > .content {
    display: table;
    float: right;
    width: 835px;
}

.body.lower .trunk .branches .leaf > .contact {
    display: table;
}

.body.lower .trunk .branches .leaf > .contact .message {
    float: left;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    margin: 40px 23px 0 72px;
    letter-spacing: 0.8px;
    margin-right: 50px;
}

.body.lower .trunk .branches .leaf > .contact .message:after {
    content: ' ';
    display: block;
    width: 98%;
    height: 3px;
    margin: 10px 0 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.body.lower .trunk .branches .leaf > .contact .link {
    float: right;
    color: #006ec5;
    font-size: 18px;
    line-height: 60px;
    margin: 20px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    letter-spacing: 1.6px;
    text-decoration: none;
    background-image: url(../images/common/contact-icon.gif);
    background-position: 120px center;
    width: 360px;
    padding-left: 36px;
    box-sizing: border-box;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.body.lower .trunk .branches .leaf > .contact .link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

/* ↑ ここまで - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
/* ↓ ここから - 2016/04/05 - ピックアップテンプレート */
.pickup-footer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pickup-footer .list {
    padding: 10px 0px;
}

.pickup-footer .list > .children {
    display: table;
    height: 50px;
    padding-left: 0;
    width: auto;
}

.pickup-footer .list > .children > .middle {
    display: table-cell;
    vertical-align: middle;
}

.pickup-footer .list > .children.corporate a {
    background: #006fc5 url('../images/common/bottom-link.png') no-repeat scroll
        90% center;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 0;
    text-align: center;
    text-decoration: none;
    width: 160px;
    margin-left: 25px;
    box-sizing: border-box;
}

.pickup-footer .list > .children.copyright {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.pickup .area-headblue {
    height: auto;
}

.pickup .clear {
    clear: both;
}

.pickup .left {
    float: left;
}

.pickup .right {
    float: right;
}

.pickup .clearfix:before,
.pickup .clearfix:after {
    content: ' ';
    display: table;
}

.pickup .clearfix:after {
    clear: both;
}

/* ↑ ここまで - 2016/02/19 - ピックアップテンプレート */
.area-headblue {
    height: 50px;
    width: 100%;
    background-color: #006fc5;
}

.area-headblue .base {
    height: 50px;
    width: 100%;
    min-width: 1120px;
    background-color: #006fc5;
    position: fixed;
    z-index: 10000;
}

.subnav {
    float: right;
    height: 100%;
    color: #fff;
    display: table;
    *zoom: 1;
}

.subnav > * {
    display: table-cell;
    vertical-align: middle;
}

.subnav:before,
.subnav:after {
    content: ' ';
    display: table;
}

.subnav:after {
    clear: both;
}

.subnav > .children {
    letter-spacing: 1px;
}

.subnav > .item {
    font-size: 1.2rem;
    padding-right: 10px;
}

.subnav > .tel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    padding-right: 25px;
}

.subnav > .ontime {
    font-size: 1.4rem;
    padding-right: 25px;
}

.subnav > .ontime span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
}

.subnav form.gsc-search-box {
    margin-bottom: 0;
}

.subnav .gsc-control-cse.gsc-control-cse-ja {
    padding: 0;
    margin-right: 20px;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box {
    margin-bottom: 0;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    td.gsc-input {
    padding-right: 0;
    width: 162px;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    td.gsc-input
    > .gsc-input-box {
    width: 162px;
    height: auto;
    border: none;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    td.gsc-input
    > .gsc-input-box
    .gstl_50
    .gsib_a {
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    td.gsc-input
    > .gsc-input-box
    .gstl_50
    .gsib_a
    .gsc-input {
    padding-right: 0;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    .gsc-search-button
    .gsc-search-button.gsc-search-button-v2 {
    margin-top: 0;
    background: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.subnav
    .gsc-control-cse.gsc-control-cse-ja
    .gsc-control-wrapper-cse
    .gsc-search-box.gsc-search-box-tools
    .gsc-search-box
    .gsc-search-button
    .gsc-search-button.gsc-search-button-v2:before {
    display: none;
}

.subnav .lang .link {
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.subnav .lang .link .middle {
    display: table-cell;
    vertical-align: middle;
}

.subnav .lang .link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.55);
}

.subnav .lang.active .link {
    height: 50px;
    width: 50px;
    background-color: rgba(57, 56, 104, 0.5);
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.subnav .lang.active .link .middle {
    display: table-cell;
    vertical-align: middle;
}

.subnav .lang.active .link:hover {
    color: #fff;
    background-color: rgba(57, 56, 104, 0.3);
}

.gsc-search-box tbody {
    width: 182px;
    display: table;
}

.nav {
    overflow-x: hidden;
    background-color: #fff;
    border-bottom: 1px #cbcbcb solid;
}

.nav .gnav {
    /* margin-left: auto;
  margin-right: auto; */
    zoom: 1;
    display: flex;
    min-width: 1120px;
    align-items: center;
    justify-content: center;
    /*ロゴはhoverかからない*/
}

.nav .gnav > * {
    float: left;
}

.nav .gnav:before,
.nav .gnav:after {
    content: ' ';
    display: table;
}

.nav .gnav:after {
    clear: both;
}

.nav .gnav > .children:first-of-type .w .link {
    display: table;
    padding-left: 0em;
    height: 80px;
    padding: 0;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.nav .gnav > .children:first-of-type .w .link > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav .gnav > .children:first-of-type .w .link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    -webkit-transition: ease 0.8s;
    transition: ease 0.8s;
}

.nav .gnav > .children:nth-of-type(2) {
    margin-left: 22px;
}

.nav .gnav > .children:nth-of-type(n) .w {
    position: relative;
    height: 80px;
    display: table;
    padding-left: 0em;
}

.nav .gnav > .children:nth-of-type(n) .w > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav .gnav > .children:nth-of-type(n) .w .link.level1 {
    color: rgb(34, 34, 34);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    height: 80px;
    text-align: center;
    display: table;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.nav .gnav > .children:nth-of-type(n) .w .link.level1 > .middle {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.nav .gnav > .children:nth-of-type(n) .w > .link.level1:hover {
    background-color: rgba(179, 212, 238, 0.9);
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(n) .w .positioning {
    height: 100%;
}

.nav .gnav > .children:nth-of-type(n) .w .positioning > .link.level1 {
    width: 70px;
}

.nav .gnav > .children:nth-of-type(n) .w .positioning > .link.level1:hover {
    background-color: rgba(179, 212, 238, 0.9);
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(n) .w:hover .drop-menu {
    height: 320px;
}

.nav .gnav .drop-menu {
    display: none;
    box-shadow: 0px 2px 2px 0px #ddd;
}

.nav .gnav .drop-menu.up {
    box-shadow: 0px -2px 2px 0px #ddd;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu {
    bottom: 80px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    min-width: 1120px;
    background-color: rgba(179, 212, 238, 0.9);
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 20000px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
    text-align: center;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > * {
    /*float: left;*/
    margin-left: 20px;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > *:first-of-type {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list:before,
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list:after {
    content: ' ';
    display: table;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children {
    width: 550px;
    height: 260px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    display: inline-block;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .link {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 0em;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children
    > .link
    > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children
    > .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .list {
    margin-top: 20px;
    margin-left: 18px;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: underline;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link:hover {
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list {
    *zoom: 1;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list
    > * {
    float: left;
    margin-left: 20px;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list
    > *:first-of-type {
    margin-left: 0;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:before,
.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:after {
    content: ' ';
    display: table;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(2):hover {
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(2):hover .level1 {
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(2):hover .drop-menu {
    height: 320px;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu {
    bottom: 80px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    min-width: 1120px;
    background-color: rgba(179, 212, 238, 0.9);
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 20000px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > * {
    float: left;
    margin-left: 20px;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > *:first-of-type {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list:before,
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list:after {
    content: ' ';
    display: table;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children {
    width: 360px;
    height: 60px;
    background-color: #fff;
    margin-bottom: 20px;
    -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}

.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children:nth-of-type(4),
.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children:nth-of-type(7),
.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children:nth-of-type(10) {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .link {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 0em;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children
    > .link
    > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children
    > .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .list {
    margin-top: 15px;
    margin-left: 18px;
}

.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(3)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(3):hover {
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(3):hover .level1 {
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(3):hover .drop-menu {
    height: 290px;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu {
    bottom: 80px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    min-width: 1120px;
    background-color: rgba(179, 212, 238, 0.9);
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 20000px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
}

/* 追加 */
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list {
    display: flex;
    /* gap: 25px; */
    max-width: 1120px;
    width: 100%;
    margin-inline: auto;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > * {
    float: left;
    margin-left: 20px;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > *:first-of-type {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list:before,
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list:after {
    content: ' ';
    display: table;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children {
    width: 265px;
    height: 200px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}

/* 追加 */
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children {
    width: calc((100% - 100px) / 5);
    height: auto;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children img {
    max-width: 100%;
    width: 100%;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children:nth-of-type(5) {
    height: 60px;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .link {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 0em;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children
    > .link
    > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children:nth-child(3)
    > .link
    > .middle {
    padding-top: 11px;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children
    > .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .list {
    margin-top: 15px;
    margin-left: 18px;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(4):hover {
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(4):hover .level1 {
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(2):hover .drop-menu {
    height: 330px;
}

.nav .gnav > .children:nth-of-type(4):hover .drop-menu {
    height: 380px;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .product-nav-low,
.nav .gnav > .children:nth-of-type(4) .drop-menu > .product-nav-low {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .product-nav-low ul,
.nav .gnav > .children:nth-of-type(4) .drop-menu > .product-nav-low ul {
    text-align: center;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    .icon-caret-right,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    > span.title,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > span.title {
    text-align: center;
    font-size: 16px;
    position: relative;
    margin: 0 auto 20px;
    display: table;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    > span.title::before,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > span.title::before {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0%, -50%);
    background-color: #333;
    height: 1px;
    width: 20px;
    background-size: contain;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    > span.title::after,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > span.title::after {
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0%, -50%);
    background-color: #333;
    height: 1px;
    width: 20px;
    background-size: contain;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .product-nav-low > ul li {
    max-width: 295px;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-right: 8px;
    width: 100%;
}

.nav .gnav > .children:nth-of-type(4) .drop-menu > .product-nav-low > ul li {
    max-width: 215px;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-right: 8px;
    width: 100%;
    min-height: 68px;
}

.nav .gnav .vpack {
    font-size: 13px;
    line-height: 1.5;
}

.nav .gnav .mini {
    padding: 16px 0px !important;
    height: 68px;
    box-sizing: border-box;
}

.nav .gnav .mini .underline {
    font-size: 13px;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    > ul
    li:last-child,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > ul
    li:last-child {
    margin-right: 0px;
}

.nav .gnav > .children:nth-of-type(2) .drop-menu > .product-nav-low > ul li a,
.nav .gnav > .children:nth-of-type(4) .drop-menu > .product-nav-low > ul li a {
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    display: block;
    font-size: 16px;
    color: #333;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > ul
    li:nth-child(2)
    a {
    padding: 20px 0px;
}

.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > ul
    li:nth-child(3)
    a {
    padding: 10px 0px;
}

.nav
    .gnav
    > .children:nth-of-type(2)
    .drop-menu
    > .product-nav-low
    > ul
    li
    a:hover,
.nav
    .gnav
    > .children:nth-of-type(4)
    .drop-menu
    > .product-nav-low
    > ul
    li
    a:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu {
    bottom: 80px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    min-width: 1120px;
    background-color: rgba(179, 212, 238, 0.9);
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 20000px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > * {
    float: left;
    margin-left: 20px;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > *:first-of-type {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list:before,
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list:after {
    content: ' ';
    display: table;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children {
    width: 360px;
    height: 160px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}

.nav
    .gnav
    > .children:nth-of-type(5)
    .drop-menu
    > .list
    > .children:nth-of-type(5) {
    height: 60px;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .link {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 0em;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(5)
    .drop-menu
    > .list
    > .children
    > .link
    > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav
    .gnav
    > .children:nth-of-type(5)
    .drop-menu
    > .list
    > .children
    > .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .list {
    margin-top: 15px;
    margin-left: 18px;
}

.nav
    .gnav
    > .children:nth-of-type(5)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(5)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(5):hover {
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(5):hover .level1 {
    color: #006fc5;
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(5):hover .drop-menu {
    height: 280px;
}

/*---------Start: .nav .gnav > .children:nth-of-type(6)-------------*/
.nav .gnav > .children:nth-of-type(6) .drop-menu {
    bottom: 80px;
    left: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    min-width: 1120px;
    background-color: rgba(179, 212, 238, 0.9);
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 20000px;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 30px;
    width: 1120px;
    text-align: center;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list > * {
    /*float: left;*/
    margin-left: 20px;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list > *:first-of-type {
    margin-left: 0;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list:before,
.nav .gnav > .children:nth-of-type(6) .drop-menu > .list:after {
    content: ' ';
    display: table;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list .icon-caret-right {
    font-size: 1rem;
    padding-right: 10px;
    vertical-align: 3px;
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list > .children {
    width: 550px;
    height: 260px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
    display: inline-block;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list > .children > .link {
    width: 100%;
    height: 60px;
    display: table;
    padding-left: 0em;
    text-align: center;
    color: #222;
    font-size: 1.6rem;
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children
    > .link
    > .middle {
    display: table-cell;
    vertical-align: middle;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children
    > .link:hover {
    text-decoration: underline;
}

.nav .gnav > .children:nth-of-type(6) .drop-menu > .list > .children > .list {
    margin-top: 20px;
    margin-left: 18px;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.6;
    text-decoration: underline;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children
    > .list
    > .children
    .link:hover {
    text-decoration: none;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list {
    *zoom: 1;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list
    > * {
    float: left;
    margin-left: 20px;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list
    > *:first-of-type {
    margin-left: 0;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:before,
.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:after {
    content: ' ';
    display: table;
}

.nav
    .gnav
    > .children:nth-of-type(6)
    .drop-menu
    > .list
    > .children:nth-of-type(2)
    > .list:after {
    clear: both;
}

.nav .gnav > .children:nth-of-type(6):hover {
    background-color: rgba(179, 212, 238, 0.9);
}

.nav .gnav > .children:nth-of-type(6):hover .level1 {
    color: #006fc5;
}

.nav .gnav > .children:nth-of-type(6):hover .drop-menu {
    height: 320px;
}

/*---------End: .nav .gnav > .children:nth-of-type(6)-------------*/
.nav-small {
    display: block;
    font-size: 14px;
}

.jpnsite {
    display: block;
    font-size: 11px;
}

.footer > .list {
    padding-top: 40px;
    padding-bottom: 30px;
    *zoom: 1;
}

.footer > .list > * {
    float: left;
}

.footer > .list:before,
.footer > .list:after {
    content: ' ';
    display: table;
}

.footer > .list:after {
    clear: both;
}

.footer > .list > .children {
    width: 224px;
}

.footer > .list > .children > .list {
    padding-left: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.footer > .list > .children > .list > .children {
    padding-bottom: 12px;
}

.footer > .list > .children > .list > .children:last-of-type {
    padding-bottom: 0;
}

.footer > .list > .children > .list > .children > .link {
    text-decoration: none;
    font-size: 1.2rem;
    color: #222;
}

.footer > .list > .children > .list > .children > .link:hover {
    text-decoration: underline;
}

.footer > .list > .children > .list > .children > .link.head:hover {
    text-decoration: underline;
    text-decoration-color: #006fc5;
}

.footer > .list > .children > .list > .children > .link > .ttl {
    font-size: 1.4rem;
    color: #006fc5;
    position: relative;
    padding-bottom: 5px;
}

.footer > .list > .children > .list > .children > .link > .ttl:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 2px;
    top: 1px;
    left: -13px;
    background-color: #006fc5;
}

.footer .area-footblue {
    width: 100%;
    background-color: #006fc5;
}

.footer .area-footblue .list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    *zoom: 1;
}

.footer .area-footblue .list > * {
    float: left;
}

.footer .area-footblue .list > *:last-child {
    float: right;
}

.footer .area-footblue .list:before,
.footer .area-footblue .list:after {
    content: ' ';
    display: table;
}

.footer .area-footblue .list:after {
    clear: both;
}

.footer .area-footblue .list > .children {
    height: 50px;
    display: table;
    padding-left: 0em;
}

.footer .area-footblue .list > .children > .middle {
    display: table-cell;
    vertical-align: middle;
}

.footer .area-footblue .list > .children .link {
    height: 19px;
    border-left: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

.footer .area-footblue .list > .children .link:hover {
    text-decoration: underline;
}

.footer .area-footblue .list > .children .copyright {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 1.2rem;
}

.footer .area-footblue .list > .children:first-of-type .link {
    border-left: none;
    padding-left: 0;
}

.pagetop {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: table;
    padding-left: 0em;
    text-align: center;
    position: fixed;
    z-index: 9999;
    bottom: 90px;
    right: 45px;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagetop > .middle {
    display: table-cell;
    vertical-align: middle;
}

.pagetop .icomoon-thin-angle-up {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

.pagetop:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-color: #006fc5;
    top: 0;
    left: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pagetop:hover:after {
    background-color: rgba(0, 111, 197, 0.8);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ↓ ここから - 2016/02/19 - ピックアップテンプレート */
.main-banner {
    width: 100%;
    min-width: 1120px;
    position: relative;
}

.main-banner img {
    width: 100%;
}

.pickup-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-align: center;
    background-color: #ffffff;
    opacity: 0.8;
    width: 550px;
    padding-top: 40px;
}

.pickup-social {
    position: absolute;
    top: 14px;
    right: 10px;
}

.twitter-share-button {
    float: left;
    padding-right: 10px;
}

.fb_iframe_widget {
    float: left;
}

.pickup-title-des {
    font-size: 16px;
}

.pickup-main-title {
    font-size: 48px;
    margin-bottom: 20px;
}

.pickup-menu-icon {
    position: absolute;
    top: 15px;
    left: 25px;
    cursor: pointer;
}

.pickup-side-menu {
    position: absolute;
    top: 0px;
    left: -300px;
    bottom: 0px;
    width: 300px;
    background-color: #006fc5;
}

.pickup-side-menu .item {
    border-bottom: 1px solid #004376;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pickup-side-menu .item:not(.icon):not(.title):hover {
    background-color: #2684ce;
}

.pickup-side-menu .item.icon {
    text-align: right;
    border: none;
    padding: 10px 0px;
}

.pickup-side-menu .item.icon .link {
    display: inline;
    cursor: pointer;
}

.pickup-side-menu .item.icon img {
    width: auto;
}

.pickup-side-menu .item.title {
    text-align: center;
}

.pickup-side-menu .item.title,
.pickup-side-menu .item .link {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 1.75;
    padding: 15px;
    text-decoration: none;
}

.pickup-side-menu .item .link span {
    font-size: 12px;
    display: block;
}

.pickup-menu {
    background-color: #006fc5;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    min-width: 1120px;
    overflow: hidden;
}

.pickup-menu ul {
    display: inline-block;
    list-style: none;
}

.pickup-menu ul li {
    display: inline;
}

.pickup-menu ul li a {
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0 30px;
    /* variable width */
    line-height: 60px;
}

.pickup-menu ul li a:hover {
    text-decoration: underline;
}

.pickup-contact-title {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.pickup-contact-button {
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 420px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.5px;
    display: block;
    margin: auto;
    background: url(../images/common/img-contact-bg.png) no-repeat 370px center;
    background-color: #006fc5;
    text-decoration: none;
    border-radius: 3px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pickup-contact-button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.pickup-footer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pickup-footer .list {
    padding: 10px 0px;
}

.pickup-footer .list > .children {
    display: table;
    height: 50px;
    padding-left: 0;
    width: auto;
}

.pickup-footer .list > .children > .middle {
    display: table-cell;
    vertical-align: middle;
}

.pickup-footer .list > .children.corporate a {
    background: #006fc5 url('../images/common/bottom-link.png') no-repeat scroll
        90% center;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 0;
    text-align: center;
    text-decoration: none;
    width: 160px;
    margin-left: 25px;
    box-sizing: border-box;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pickup-footer .list > .children.corporate a:hover {
    opacity: 0.8;
}

.pickup-footer .list > .children.copyright {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.pickup .area-headblue {
    height: auto;
}

.clear {
    clear: both;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu1 {
    padding: 60px 0;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu1 .pickup-cont-item {
    float: left;
    width: 33.333%;
    display: inline-block;
    margin-bottom: 40px;
}

.body
    .trunk
    .branches
    .leaf.pickup-contact-content.kazu1
    .pickup-cont-item
    .pickup-tel {
    font-size: 24px;
    color: #006fc5;
}

.body
    .trunk
    .branches
    .leaf.pickup-contact-content.kazu1
    .pickup-cont-item:nth-of-type(1) {
    margin-left: 370px;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu2 {
    padding: 60px 0;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu2 .u-flex {
    display: flex;
    justify-content: center;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu2 .pickup-cont-item {
    float: left;
    width: 33.333%;
    display: inline-block;
    margin-bottom: 40px;
}

.body
    .trunk
    .branches
    .leaf.pickup-contact-content.kazu2
    .pickup-cont-item
    .pickup-tel {
    font-size: 24px;
    color: #006fc5;
}

.body
    .trunk
    .branches
    .leaf.pickup-contact-content.kazu2
    .pickup-cont-item:nth-of-type(1) {
    margin-left: 180px;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu3 {
    padding: 60px 0;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu3 .pickup-cont-item {
    float: left;
    width: 33.333%;
    display: inline-block;
    margin-bottom: 40px;
}

.body
    .trunk
    .branches
    .leaf.pickup-contact-content.kazu3
    .pickup-cont-item
    .pickup-tel {
    font-size: 24px;
    color: #006fc5;
}

.ind-search {
    position: fixed;
    right: -319px;
    top: 250px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
}

@media screen and (min-width: 1120px) {
    .ind-search:hover {
        right: 0;
    }
}

.ind-search .ind-search-button {
    cursor: pointer;
    width: 40px;
    height: 220px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 70px;
    float: left;
    background: url(../images/common/ind-search.png) no-repeat center 40px;
    background-color: #006fc5;
}

.ind-search .ind-search-button:hover + .ind-search-form {
    display: block;
}

.ind-search .ind-search-form {
    display: block;
    float: left;
    padding: 20px 12px;
    /* padding-right: 12px; */
    /* padding-top: 20px; */
    background-color: #efefef;
    height: 220px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ind-search .ind-search-form .ind-search-area {
    width: 100%;
    height: 38px;
    border: 1px solid #dddddd;
    margin-right: 7px;
    margin-bottom: 18px;
    text-align: center;
    color: #006fc5;
    font-size: 16px;
    float: left;
    line-height: 38px;
    background-color: #fff;
}

.ind-search .ind-search-form .ind-search-area:hover {
    text-decoration: underline;
}

.ind-search .ind-search-form .ind-search-market {
    width: 100%;
    height: 38px;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
    color: #006fc5;
    float: left;
    line-height: 38px;
    background-color: #fff;
}

.ind-search .ind-search-form .ind-search-market:hover {
    text-decoration: underline;
}

.ind-search .ind-search-form p {
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 6px;
    clear: both;
}

.ind-search .ind-search-form .ind-search-keyword {
    width: 209px;
    height: 40px;
    border: 1px solid #dddddd;
    margin-right: 7px;
    padding-left: 10px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ind-search .ind-search-form .ind-search-submit {
    width: 80px;
    height: 40px;
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: #006fc5;
    cursor: pointer;
    transition-duration: 0.3s;
}

.ind-search .ind-search-form .ind-search-submit:hover {
    opacity: 0.8;
}

.ind-search .ind-search-button .ttl {
    position: absolute;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 91px;
    left: -15px;
    font-size: 18px;
    letter-spacing: 1px;
}

/* ↑ ここまで - 2016/02/19 - ピックアップテンプレート */
.unlink {
    pointer-events: none;
    cursor: default;
}

.scroll {
    pointer-events: auto;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 120px;
    left: 50%;
    display: block;
    text-align: center;
    margin-left: -25px;
}

.scroll .p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: #fff;
}

.scroll-down {
    width: 46px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    display: table;
    padding-left: 0em;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.scroll-down > .middle {
    display: table-cell;
    vertical-align: middle;
}

.scroll-down .icomoon-thin-angle-down {
    color: #fff;
    font-size: 2rem !important;
    font-weight: 800 !important;
    padding-top: 5px;
}

.scroll-down:hover {
    opacity: 0.6;
}

.w-nav {
    width: 100%;
    height: 81px;
    display: block;
}

@media screen and (max-width: 1119px) {
    .pickup .area-headblue {
        min-width: 0;
    }
}
@media screen and (max-width: 1119px) {
    .pickup .area-headblue > img {
        min-height: 400px;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px) {
    .pickup .area-headblue > img {
        min-height: 340px;
    }
}
@media screen and (max-width: 767px) {
    .pickup-text {
        box-sizing: border-box;
        display: table;
        width: max-content;
        max-width: calc(100% - 40px);
        padding: 20px 20px 12px;
    }
}
@media screen and (max-width: 767px) {
    .pickup-title-des {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .pickup-main-title {
        font-size: 30px;
        line-height: 1.4;
        margin-top: 5px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .pickup-menu {
        font-size: 14px;
    }
}
@media screen and (max-width: 1119px) {
    .pickup-menu.nav {
        min-width: 0;
    }
}
@media screen and (max-width: 1119px) {
    .pickup-menu.nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1;
        padding: 20px 0;
        gap: 10px 30px;
    }
}
@media screen and (max-width: 767px) {
    .pickup-menu.nav ul {
        gap: 10px 20px;
        padding: 15px 20;
    }
}
.pickup-menu.nav ul li {
    margin: 0;
}
@media screen and (max-width: 1119px) {
    .pickup-menu.nav a {
        float: unset;
        line-height: 1;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 1119px) {
    .pickup-side-menu {
        overflow: auto;
    }
}

.header.header-pickup .area-headblue {
    display: block;
}

@media screen and (max-width: 1119px) {
    .body .trunk .header .slider {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .body .trunk .header .slider .bx-controls .bx-pager .bx-pager-link {
        width: 8px;
        height: 8px;
        border-width: 2px;
    }
}
@media screen and (max-width: 1119px) {
    .body .trunk .header .w-whitenav {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .body .trunk .header .w-maincopy {
        transform: scale(1, 1);
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .body .trunk .header .w-maincopy .maincopy .ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .body .trunk .header .w-maincopy .maincopy .link.siege {
        min-width: 250px;
    }
}
@media screen and (max-width: 767px) {
    .body .trunk .header .w-maincopy .maincopy .link.siege > .middle {
        font-size: 16px;
        padding: 15px 10px;
    }
}

.nav-logo {
    display: none;
}
@media screen and (max-width: 1119px) {
    .nav-logo {
        display: block;
    }
}

@media screen and (max-width: 1119px) {
    .header .nav:not(.pickup-menu) .gnav > .children.children-logo {
        display: none;
    }
    .nav:not(.pickup-menu) .gnav > .children.children-logo {
        display: none;
    }
    .nav .gnav {
        display: block;
        min-width: unset;
        text-align: left;
    }
    .nav .gnav > .children {
        display: flex;
        flex-direction: column-reverse;
        float: none;
        margin: 0 !important;
    }
    .nav .gnav > .children:nth-of-type(n) .w .link.level1 {
        text-align: left;
    }
    .nav .gnav > .children:nth-of-type(n) .w::before,
    .nav .gnav > .children:nth-of-type(n) .w::after {
        top: 50%;
    }
    .nav .gnav .none-sp {
        display: none;
    }
}
@media screen and (max-width: 1119px) {
    .footer > .list > .children:nth-child(1) .list .children {
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 1119px) {
    .footer > .list > .children:nth-child(1) .list .children .link.head::before,
    .footer > .list > .children:nth-child(1) .list .children .link.head::after {
        display: none;
    }
}

@media screen and (max-width: 1119px) {
    .body .trunk .branches .container {
        padding: 0 20px;
    }
}
.header .area-top {
    display: none;
}

.area-headblue .base {
    min-width: initial;
}

.nav .area-headblue {
    display: none;
}

.ind-search {
    right: -296px;
}

.ind-search .ind-search-button {
    height: 250px;
}

.ind-search .ind-search-button .ttl {
    bottom: 100px;
}

.ind-search .ind-search-form {
    height: 250px;
}

.gsc-search-box tbody {
    width: 100%;
}

@media screen and (max-width: 1119px) {
    body {
        line-height: 1.6;
    }
    .body .trunk .branches {
        min-width: initial;
    }
    .body .trunk > .branches > .leaf {
        padding: 0 20px;
    }
    .body.lower .trunk .branches .leaf > .main {
        display: block;
    }
    .body.lower .trunk .branches .leaf > .contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }
    .body.lower .trunk .branches .leaf > .contact .message {
        margin: 0;
        text-align: center;
        line-height: 1.6;
    }
    .body.lower .trunk .branches .leaf > .contact .link {
        width: 250px;
        margin-bottom: 0;
        padding: 15px 20px 13px 52px;
        background-position: 72px center;
        line-height: 1.6;
    }
    .footer {
        padding: 50px 0 0;
    }
    .body .trunk > .branches.footer .list.leaf {
        display: flex;
        justify-content: space-between;
        column-gap: 12px;
        padding-bottom: 40px;
    }
    .body .trunk > .branches.footer .list.leaf::before,
    .body .trunk > .branches.footer .list.leaf::after {
        content: none;
    }
    .footer > .list > .children {
        width: calc(20% - 10px);
    }
    .footer > .list > * {
        float: none;
    }
    .footer > .list > .children > .list > .children > .link > .ttl:before {
        top: 9px;
    }
    .footer .area-footblue {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .body .trunk .branches .leaf.pickup-contact-content.kazu2 div {
        display: flex;
        justify-content: center;
    }
    .body
        .trunk
        .branches
        .leaf.pickup-contact-content.kazu2
        .pickup-cont-item:nth-of-type(1) {
        margin-left: 0;
    }
    .body.lower .trunk .branches .leaf.title {
        padding-top: 50px;
        padding-bottom: 50px;
        line-height: 1.6;
    }
    .hamburger {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        width: 20px;
        height: 14px;
        cursor: pointer;
    }
    .hamburger span {
        position: relative;
        width: 32px;
        height: 12px;
    }
    .hamburger::before,
    .hamburger::after,
    .hamburger span::before,
    .hamburger span::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background-color: #222222;
        transition: all 0.5s;
    }
    .hamburger::before {
        top: 0;
    }
    .hamburger::after {
        bottom: 0;
    }
    .hamburger span::before,
    .hamburger span::after {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .hamburger.active::before,
    .hamburger.active::after {
        opacity: 0;
    }
    .hamburger.active span::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .hamburger.active span::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .body.lower .trunk .branches.header {
        height: 50px;
    }
    .header .area-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        padding: 10px 15px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .header .area-top .logo img {
        width: 140px;
        height: auto;
    }
    .header .area-headblue {
        display: none;
    }
    .header .nav:not(.pickup-menu) {
        position: fixed !important;
        z-index: 10001 !important;
        top: 50px !important;
        left: 0;
        display: block;
        min-width: initial !important;
        width: 100% !important;
        height: calc(100vh - 50px);
        padding: 0 0 80px;
        background-color: #fff;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box;
    }
    .header .nav:not(.pickup-menu).active {
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
    }
    .header .nav:not(.pickup-menu) .logo {
        display: none;
    }
    .header .nav:not(.pickup-menu) .gnav {
        padding: 0 20px;
    }
    .header .nav:not(.pickup-menu) .gnav > .children {
        display: flex;
        flex-direction: column-reverse;
        float: none;
        margin: 0 !important;
    }
    .header .nav:not(.pickup-menu) .gnav > .children:hover {
        background: #fff !important;
    }
    .header .nav:not(.pickup-menu) .gnav > .children:hover .level1 {
        background: #fff !important;
    }
    .header .nav:not(.pickup-menu) .gnav .drop-menu {
        position: initial !important;
    }
    .header .nav:not(.pickup-menu) .gnav > .children:nth-of-type(2) .list {
        padding-bottom: 24px;
    }
    .header .nav:not(.pickup-menu) .area-headblue {
        display: block;
        height: auto;
    }
    .header .nav:not(.pickup-menu) .base {
        position: initial;
        height: auto;
        padding: 30px 40px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .header .nav:not(.pickup-menu) .subnav {
        position: relative;
        float: none;
        display: flex;
        flex-direction: column;
    }
    .header .nav:not(.pickup-menu) .subnav > * {
        display: inline-block;
    }
    .header .nav:not(.pickup-menu) .subnav > .tel {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .header .nav:not(.pickup-menu) .subnav > .tel span {
        user-select: text;
    }
    .header .nav:not(.pickup-menu) .subnav .lang .link {
        width: 40px;
        height: 40px;
    }
    .header .nav:not(.pickup-menu) .subnav .lang {
        position: absolute;
        top: 8px;
        right: 0;
    }
    .header .nav:not(.pickup-menu) .subnav .lang.jp {
        right: 40px;
    }
    .header .nav:not(.pickup-menu) .subnav .gsc-control-cse.gsc-control-cse-ja {
        margin-right: 0;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w {
        position: relative;
        height: auto;
        padding: 0 10px;
        border-bottom: 1px solid #dddddd;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w:hover {
        background-color: #fff;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w::before,
    .header .nav .gnav > .children:nth-of-type(n) .w::after {
        content: '';
        position: absolute;
        top: 25px;
        right: 10px;
        width: 11px;
        height: 1px;
        background-color: #006fc5;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w::after {
        transform: rotate(90deg);
    }
    .header .nav .gnav > .children:nth-of-type(n) .w.active::after {
        opacity: 0;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w .link.level1 {
        height: auto;
        padding: 16px 0 !important;
        color: #006fc5;
        font-size: 12px;
        transition: all 0.5s;
    }
    .header .nav .gnav > .children:nth-of-type(n) .w .link.level1:hover {
        background-color: #fff;
    }
    .header .nav .gnav > .children:nth-of-type(n) .drop-menu {
        display: none;
        min-width: initial;
        padding: 0 0 0 20px !important;
        background-color: #fff;
        box-shadow: none;
        border-bottom: 1px solid #dddddd;
        transition: none;
    }
    .header .nav .gnav > .children:nth-of-type(n) .drop-menu > .list {
        display: block;
        margin-top: 0;
        width: 100%;
        padding-top: 16px;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low {
        width: 100%;
        margin-top: 24px;
        padding-bottom: 24px;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > span.title,
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > span.title {
        margin: 0 0 15px;
        font-size: 9px;
        text-align: left;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        ul,
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        ul {
        text-align: left;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        box-shadow: none;
        width: auto;
        height: auto;
        flex-shrink: 0;
        float: none;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children
        img {
        width: 60px;
        height: 38px;
        margin-right: 15px;
        object-fit: cover;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children
        > .link {
        display: block;
        height: auto;
        padding-left: 15px;
        font-size: 12px;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        .icon-caret-right,
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        .icon-caret-right,
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        .icon-caret-right {
        display: none;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > ul
        li {
        max-width: 100%;
        min-height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > ul
        li:last-child {
        margin-bottom: 0;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > ul
        li
        br {
        display: none;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > ul
        li
        a {
        height: auto;
        padding: 0 !important;
        font-size: 12px;
        text-align: left;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > ul
        li
        a
        .mini
        .underline {
        font-size: 12px;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > span.title {
        display: flex;
        align-items: center;
        column-gap: 4px;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > span.title::before,
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .product-nav-low
        > span.title::after {
        position: initial;
        width: 3px;
        height: 1px;
        background-color: #333333;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children {
        margin-bottom: 15px;
        margin-left: 0;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children:last-child {
        margin-bottom: 0;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children
        .link {
        padding-left: 0;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children
        .link
        .nav-small {
        display: inline;
        font-size: 12px;
    }
    .header .nav .gnav > .children:nth-of-type(7) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(8) .drop-menu {
        display: none !important;
    }
    .header .nav .gnav > .children:nth-of-type(7) .w::before,
    .header .nav .gnav > .children:nth-of-type(7) .w::after,
    .header .nav .gnav > .children:nth-of-type(8) .w::before,
    .header .nav .gnav > .children:nth-of-type(8) .w::after {
        content: none;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .w
        .positioning
        > .link.level1 {
        width: auto;
    }
    .header
        .nav
        .gnav
        > .children:nth-of-type(n)
        .drop-menu
        > .list
        > .children
        > .link:hover {
        text-decoration: none;
    }
    .header .nav .gnav > .children:nth-of-type(2) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(3) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(4) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(5) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(6) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(7) .drop-menu,
    .header .nav .gnav > .children:nth-of-type(8) .drop-menu {
        height: auto;
    }
    .header .nav .gnav > .children:nth-of-type(3) .drop-menu > .list,
    .header .nav .gnav > .children:nth-of-type(5) .drop-menu > .list,
    .header .nav .gnav > .children:nth-of-type(6) .drop-menu > .list {
        padding-bottom: 24px;
    }
    .ind-search .ind-search-form {
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .body.lower .trunk .branches .leaf.title {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .body.lower .trunk .branches .leaf > .breadcrum .item,
    .body.lower .trunk .branches .leaf > .breadcrum .link {
        font-size: 12px;
    }
    .body.lower .trunk .branches .leaf > .contact .message {
        font-size: 16px;
    }
    .footer {
        padding: 0;
    }
    .body .trunk > .branches.footer .list.leaf {
        display: block;
        padding: 5px 20px 30px;
    }
    .footer > .list > .children {
        width: 100%;
    }
    .footer .area-footblue {
        padding: 30px 20px;
    }
    .footer .area-footblue .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .area-footblue .list > .children {
        height: auto;
    }
    .footer .area-footblue .list > *:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .footer .area-footblue .list > .children .copyright {
        text-align: center;
    }
    .footer > .list > .children > .list {
        padding-left: 0;
    }
    .footer > .list > .children > .list > .children {
        position: relative;
        display: flex;
        align-items: flex-start;
        padding: 16px 30px 16px 10px;
        border-bottom: 1px solid #dddddd;
    }
    .footer > .list > .children > .list > .children > .link > .ttl {
        padding-bottom: 0;
    }
    .footer > .list > .children > .list > .children.sub {
        display: none;
    }
    .footer > .list > .children > .list > .children > .link.head:hover,
    .footer > .list > .children > .list > .children > .link:hover {
        text-decoration: none;
    }
    .footer > .list > .children > .list > .children > .link > .ttl:before {
        content: none;
    }
    .footer > .list > .children > .list > .children > .link.head::before,
    .footer > .list > .children > .list > .children > .link.head::after {
        content: '';
        position: absolute;
        top: 27px;
        right: 10px;
        width: 11px;
        height: 1px;
        background-color: #006fc5;
        pointer-events: none;
    }
    .footer > .list > .children > .list > .children > .link.head::after {
        transform: rotate(90deg);
    }
    .footer > .list > .children > .list > .children.active > .link.head::after {
        opacity: 0;
    }
    .footer > .list > .children > .list > .children.sub {
        padding: 16px 20px;
    }
    .footer
        > .list
        > .children:last-child
        > .list
        > .children
        .link.head::before,
    .footer
        > .list
        > .children:last-child
        > .list
        > .children
        .link.head::after {
        content: none;
    }
    .footer > .list > .children > .list > .children:last-of-type {
        padding-bottom: 16px;
    }
    .pagetop {
        bottom: 60px;
        right: 10px;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
    }
    .pagetop::after {
        width: 100%;
        height: 100%;
    }
    .pagetop .icomoon-thin-angle-up {
        position: relative;
        top: -1px;
        font-size: 16px;
    }
    .body .trunk .branches .leaf.pickup-contact-content.kazu2 {
        padding: 40px 20px;
    }
    .body .trunk .branches .leaf.pickup-contact-content.kazu2 div {
        flex-direction: column;
    }
    .body
        .trunk
        .branches
        .leaf.pickup-contact-content.kazu2
        .pickup-cont-item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }
    .body
        .trunk
        .branches
        .leaf.pickup-contact-content.kazu2
        .pickup-cont-item:last-child {
        margin-bottom: 30px;
    }
    .body
        .trunk
        .branches
        .leaf.pickup-contact-content.kazu2
        .pickup-cont-item
        p {
        font-size: 1.6rem;
    }
    .pickup-contact-button {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 300px;
        width: 100%;
        background: #006fc5;
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .pickup-contact-button::after {
        content: '';
        position: relative;
        top: -1px;
        display: inline-block;
        width: 22px;
        height: 16px;
        flex-shrink: 0;
        margin-left: 10px;
        background: url(../images/common/img-contact-bg.png) no-repeat
            center/contain;
    }
    .u_break {
        display: none;
    }
    .pickup-contact-title {
        padding: 20px;
        font-size: 16px;
        line-height: 1.6;
    }
    .ind-search {
        display: flex;
        right: -264px;
    }
    .ind-search .gsc-search-box tbody {
        width: 100%;
    }
    .ind-search .ind-search-button .ttl {
        left: -10px;
        font-size: 16px;
    }
    .ind-search .ind-search-form .ind-search-area,
    .ind-search .ind-search-form .ind-search-market,
    .ind-search .ind-search-form p {
        font-size: 14px;
    }
    .body
        .trunk
        .branches
        .leaf.pickup-contact-content.kazu2
        .pickup-cont-item
        .pickup-tel {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 1119px) {
    .c-scroll {
        width: 100%;
        overflow-x: auto;
    }
}
@media screen and (max-width: 1119px) {
    .c-scroll-img,
    .c-scroll .mission-image {
        min-width: 560px;
    }

    .ind-search{
        min-width: 311px;
    }


}
