@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 500;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

* {
    font-family: Noto Sans JP, Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    font-size: 16px;
    font-size: 1.6rem; /*-16px-*/
    line-height: 1.6;
    color: #333333;
    font-weight: 400;
    min-width: 1200px;
}

/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* clear
---------------------------------------------- */
.overflow_clear {
    overflow: hidden;
    height: 100%;
}

/* text-align
---------------------------------------------- */
.align_right {
    text-align: right !important;
}
.align_left {
    text-align: left !important;
}
.align_center {
    text-align: center !important;
}
.center {
    margin: 0 auto !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}

/* font
---------------------------------------------- */
.normal {
    font-weight: normal !important;
}
.bold {
    font-weight: bold !important;
}
.italic {
    font-style: italic !important;
}

.f9rem {
    font-size: 0.9rem !important;
}
.f12rem {
    font-size: 1.2rem !important;
}
.f13rem {
    font-size: 1.3rem !important;
}
.f14rem {
    font-size: 1.4rem !important;
}
.f18rem {
    font-size: 1.8rem !important;
}

/* vertical-align
---------------------------------------------- */
.valign_top {
    vertical-align: top !important;
}
.valign_middle {
    vertical-align: middle !important;
}
.valign_btm {
    vertical-align: bottom !important;
}
.valign_sub {
    vertical-align: sub !important;
}

/* visibility
---------------------------------------------- */
.hidden {
    visibility: hidden !important;
}
.visible {
    visibility: visible !important;
}

/* display
---------------------------------------------- */
.none {
    display: none !important;
}

/* margin
---------------------------------------------- */
.mr_none {
    margin-right: 0px !important;
}
.mr_05 {
    margin-right: 5px !important;
}
.mr_10 {
    margin-right: 10px !important;
}
.mr_15 {
    margin-right: 15px !important;
}
.mr_20 {
    margin-right: 20px !important;
}
.mr_25 {
    margin-right: 25px !important;
}
.mr_30 {
    margin-right: 30px !important;
}
.mr_35 {
    margin-right: 35px !important;
}
.mr_40 {
    margin-right: 40px !important;
}
.mr_45 {
    margin-right: 45px !important;
}
.mr_50 {
    margin-right: 50px !important;
}

.ml_none {
    margin-left: 0px !important;
}
.ml_05 {
    margin-left: 5px !important;
}
.ml_10 {
    margin-left: 10px !important;
}
.ml_15 {
    margin-left: 15px !important;
}
.ml_20 {
    margin-left: 20px !important;
}
.ml_25 {
    margin-left: 25px !important;
}
.ml_30 {
    margin-left: 30px !important;
}
.ml_35 {
    margin-left: 35px !important;
}
.ml_40 {
    margin-left: 40px !important;
}
.ml_45 {
    margin-left: 45px !important;
}
.ml_50 {
    margin-left: 50px !important;
}

.mt_none {
    margin-top: 0px !important;
}
.mt_05 {
    margin-top: 5px !important;
}
.mt_10 {
    margin-top: 10px !important;
}
.mt_15 {
    margin-top: 15px !important;
}
.mt_20 {
    margin-top: 20px !important;
}
.mt_25 {
    margin-top: 25px !important;
}
.mt_30 {
    margin-top: 30px !important;
}
.mt_35 {
    margin-top: 35px !important;
}
.mt_40 {
    margin-top: 40px !important;
}
.mt_45 {
    margin-top: 45px !important;
}
.mt_50 {
    margin-top: 50px !important;
}
.mt_60 {
    margin-top: 60px !important;
}

.mb_none {
    margin-bottom: 0px !important;
}
.mb_05 {
    margin-bottom: 5px !important;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_15 {
    margin-bottom: 15px !important;
}
.mb_20 {
    margin-bottom: 20px !important;
}
.mb_25 {
    margin-bottom: 25px !important;
}
.mb_30 {
    margin-bottom: 30px !important;
}
.mb_35 {
    margin-bottom: 35px !important;
}
.mb_40 {
    margin-bottom: 40px !important;
}
.mb_45 {
    margin-bottom: 45px !important;
}
.mb_50 {
    margin-bottom: 50px !important;
}
.mb_55 {
    margin-bottom: 55px !important;
}
.mb_60 {
    margin-bottom: 60px !important;
}
.mb_65 {
    margin-bottom: 65px !important;
}
.mb_70 {
    margin-bottom: 70px !important;
}
.mb_75 {
    margin-bottom: 75px !important;
}
.mb_80 {
    margin-bottom: 80px !important;
}
.mb_85 {
    margin-bottom: 85px !important;
}
.mb_90 {
    margin-bottom: 90px !important;
}
.mb_95 {
    margin-bottom: 95px !important;
}
.mb_100 {
    margin-bottom: 100px !important;
}

/* width
---------------------------------------------- */
.w200 {
    width: 200px !important;
}
.w300 {
    width: 300px !important;
}
.w330 {
    width: 330px !important;
}
.w400 {
    width: 400px !important;
}
.w550 {
    width: 550px !important;
}
.w640 {
    width: 640px !important;
}
.w650 {
    width: 650px !important;
}
.w690 {
    width: 690px !important;
}

.w5per {
    width: 5% !important;
}
.w6per {
    width: 6% !important;
}
.w7per {
    width: 7% !important;
}
.w8per {
    width: 8% !important;
}
.w9per {
    width: 9% !important;
}
.w10per {
    width: 10% !important;
}
.w11per {
    width: 11% !important;
}
.w13per {
    width: 13% !important;
}
.w15per {
    width: 15% !important;
}
.w16per {
    width: 16% !important;
}
.w18per {
    width: 18% !important;
}
.w25per {
    width: 25% !important;
}
.w30per {
    width: 30% !important;
}
.w32per {
    width: 32% !important;
}
.w37per {
    width: 37% !important;
}
.w50per {
    width: 50% !important;
}
.w100per {
    width: 100% !important;
}

/* height
---------------------------------------------- */
.h200 {
    height: 200px;
}

/* indent
---------------------------------------------- */
.indent-1 {
    display: inline-block;
    padding-left: 1em !important;
    text-indent: -1em !important;
}

.indent-3 {
    display: inline-block;
    padding-left: 3em !important;
    text-indent: -3em !important;
}

/* line
---------------------------------------------- */
.lh_12 {
    line-height: 1.2 !important;
}

/* color
---------------------------------------------- */
.blue01 {
    color: #2665b6 !important;
}
.red01 {
    color: #f22620 !important;
}

/* border
---------------------------------------------- */
.bdr_right_none {
    border-right: none !important;
}
.bdr_left_none {
    border-left: none !important;
}

/* flex
---------------------------------------------- */
.flex {
    display: -webkit-flex; /*--safari用--*/
    display: flex;
}

.flex_space_between {
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    -webkit-justify-content: space-between; /*--safari用--*/
    justify-content: space-between;
}

/* opacity
---------------------------------------------- */
.opa80:hover {
    opacity: 0.8 !important;
}

/* 下付き・上付き文字
---------------------------------------------- */
.sub {
    vertical-align: bottom;
    position: relative;
    bottom: -0.5em;
}

.sub02 {
    vertical-align: bottom;
    position: relative;
    top: 0em;
    font-size: 1rem;
}

.sup {
    vertical-align: top;
    position: relative;
    top: -0.5em;
}

.sup02 {
    vertical-align: top;
    position: relative;
    top: 0em;
    font-size: 1rem;
}

/* ------------------------------------------------------------

common

------------------------------------------------------------ */

#wrap_all {
    overflow: hidden;
}

/*--404ページ--*/
#wrap404 {
    padding-top: 50px;
    margin-bottom: 100px;
}

/* レイアウト
---------------------------------------------- */
.wrap_type01 {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto 80px;
}

.wrap_type02 {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto 195px;
}

/* リンク
---------------------------------------------- */
.link01 {
    color: #2768bc;
    text-decoration: underline !important;
}

.link01:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

/* ページタイトル
---------------------------------------------- */
#pagettl {
    background: url(../img/bg_pagettl01.jpg) no-repeat center;
    background-size: cover;
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    -webkit-justify-content: center; /*--safari用--*/
    justify-content: center;
    -webkit-align-items: center; /*--safari用--*/
    align-items: center;
    height: 180px;
}

/* 見出し
---------------------------------------------- */
.heading01 {
    background-image: url("../img/ico_bdr01.gif"), url("../img/bg_heading01.gif"), url("../img/bg_heading02.gif"), linear-gradient(to right, #e4effa, #cde1f5);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: 20px 20px, 0 bottom, right 0, 0 0;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 14px 45px 20px;
    color: #19467f;
    line-height: 1.3;
    margin-bottom: 40px;
}

.heading01 span {
    font-size: 1.6rem;
    margin-left: 15px;
}

.heading02 {
    background: url("../img/bg_heading03.png") no-repeat 0 bottom;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 3px 0 13px 58px;
    margin-bottom: 40px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 24px;
}

.heading03 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #bacfe9;
}

.feature .list_icon01 {
    display: flex;
    margin: 0;
    gap: 10px;
}

.feature img {
    width: 100%;
    height: 100%;
}

/* パンくずリスト
---------------------------------------------- */
#breadcrumb {
    margin-bottom: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

#breadcrumb ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.2;
    overflow: hidden;
    list-style: none;
}

#breadcrumb ul li {
    float: left;
    background: url(../img/ico_arrow05.png) no-repeat right 0.25em;
    padding-right: 15px;
    margin-right: 8px;
    color: #999999;
}

#breadcrumb ul li:last-child {
    background: none;
    padding-right: 0;
    margin-right: 0;
}

#breadcrumb ul li a {
    color: #2768bc;
}

#breadcrumb ul li a:hover {
    color: #d7e3f2;
}

/* ナビ
---------------------------------------------- */
/*--nav_type01--*/
.nav_type01 {
    margin-bottom: 25px;
}

.nav_type01 ul {
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    -webkit-flex-wrap: wrap; /*--safari用--*/
    flex-wrap: wrap;
    margin: 0 -40px 0 0;
    gap: 8px;
}

.nav_type01 ul li {
    display: flex;
    padding: 12px 20px 12px 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/ico_arrow07.png") no-repeat 0;
    color: #333;
}

.nav_type01 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #333;
    opacity: 0%;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}

.nav_type01 ul li:hover::before {
    opacity: 20%;
}

/*--nav_type02--*/

.nav_type02 {
    margin-bottom: 80px;
    display: flex;
    gap: 80px;
}

.nav_type02 ul {
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    -webkit-flex-wrap: wrap; /*--safari用--*/
    flex-wrap: wrap;
    margin: 0 -40px 0 0;
    column-gap: 12px;
    row-gap: 4px;
    /* width: 50%; */
}

.nav_type02 ul li {
    /* font-size:2.2rem; */
    padding: 12px 10px 12px 6px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.nav_type02 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #333;
    opacity: 0%;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: 0.3s;
}

.nav_type02 ul a {
    /* background: url("../img/ico_arrow07.png") no-repeat 0 0.55em; */
    color: #333;
}

.nav_type02 ul li:hover::before {
    opacity: 20%;
}

.nav_thumb {
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
}

.nav_thumb img {
    width: 100%;
    height: 100%;
}

/* ボックス
---------------------------------------------- */
.box_type01 {
    background: repeating-linear-gradient(-45deg, #fff, #fff 0.5px, #d7e3f2 0.5px, #d7e3f2 4px);
    padding: 10px;
}

.box_type_inner01 {
    background: #fff;
    padding: 20px;
}

/* テキスト
---------------------------------------------- */
/*--注意--*/
.txt_attention01 {
    background-image: url("../img/ico_attention01.png"), url("../img/ico_attention01.png");
    background-repeat: no-repeat;
    background-position: right center, left center;
    padding: 0 30px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
}

/*--txt_type01--*/
.txt_type01 {
    position: relative;
    margin-bottom: 20px;
}

.txt_type01::before {
    content: "";
    display: block;
    background: url("../img/bg_txt01.png") no-repeat 0 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.txt_type01::after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2768bc;
}

/*--txt_type02--*/
.txt_type02 {
    color: #2667bb;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #d7e3f2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*--txt_type03--*/
.txt_type03 {
    background: url("../img/ico_circle02.png") no-repeat 0 0.35em;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 10px;
}

/*--txt_type04--*/
.txt_type04 {
    font-weight: bold;
    margin-bottom: 5px;
}

.txt_type04::before {
    content: "";
    display: inline-block;
    background: #2768bc;
    width: 14px;
    height: 14px;
    margin: 0px 10px -1px 0;
}

/*--txt_order01--*/
.txt_order01 {
    background: url("../img/ico_order01.png") no-repeat 0 0.2em;
    padding-left: 30px;
    margin-bottom: 15px;
}

/* リスト
---------------------------------------------- */
/*--list_type01--*/
.list_type01 li {
    margin-bottom: 15px;
    line-height: 1.2;
    display: block;
    background: url(../img/ico_arrow02.png) no-repeat left 0.65em;
    padding-left: 43px;
}

.list_type01 li:last-child {
    margin-bottom: 0;
}

.list_type01 li a {
    color: #333;
}

.list_type01 li span {
    font-size: 1.1rem;
}

.list_type01 li a:hover {
    color: #2768bc;
}

/*--list_type02--*/
.list_type02 li {
    background: url("../img/ico_circle01.png") no-repeat 0 0.55em;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
}

.list_type02 li:last-of-type {
    margin-bottom: 0;
}

/*--list_type03--*/

.list_type03 {
    display: flex;
    gap: 20px;
}

.list_type03 ul {
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    gap: 4px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.list_type03 ul li {
    padding: 12px 10px 12px 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.list_type03 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #333;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    transition: 0.3s;
}

.list_type03 ul li:hover::before {
    opacity: 20%;
}

.two_column {
    width: 50%;
}

.rectangle {
    width: 1px;
    height: auto;
    background: #a9c9ec;
}

.list_type03 ul a {
    /* background: url("../img/ico_arrow07.png") no-repeat 0 0.55em; */
    padding-left: 8px;
    color: #333;
}

/*--list_number01--*/
.list_number01 li {
    padding: 3px 0 3px 40px;
    margin-bottom: 25px;
}

.list_number01 li:nth-child(1) {
    background: url(../img/ico_number01_01.png) no-repeat 0 0.3em;
}
.list_number01 li:nth-child(2) {
    background: url(../img/ico_number01_02.png) no-repeat 0 0.3em;
}
.list_number01 li:nth-child(3) {
    background: url(../img/ico_number01_03.png) no-repeat 0 0.3em;
}
.list_number01 li:nth-child(4) {
    background: url(../img/ico_number01_04.png) no-repeat 0 0.3em;
}
.list_number01 li:nth-child(5) {
    background: url(../img/ico_number01_05.png) no-repeat 0 0.3em;
}
.list_number01 li:nth-child(6) {
    background: url(../img/ico_number01_06.png) no-repeat 0 0.3em;
}

.list_number01 li:last-child {
    margin-bottom: 0;
}

/*--list_number02--*/
.list_number02 li {
    padding: 3px 0 3px 25px;
}

.list_number02 li:nth-child(1) {
    background: url(../img/ico_number02_01.png) no-repeat 0 0.4em;
}
.list_number02 li:nth-child(2) {
    background: url(../img/ico_number02_02.png) no-repeat 0 0.4em;
}

/*--list_attention01--*/
.list_attention01 li {
    background: url("../img/ico_attention01.png") no-repeat 0 0.25em;
    padding-left: 27px;
    margin-bottom: 10px;
}

.list_attention01 li:last-child {
    margin-bottom: 0;
}

/* フォーム関連
---------------------------------------------- */
.form {
    width: 100%;
    margin-bottom: 1px;
    border-top: 1px dotted #999999;
}

.form tr {
    border-bottom: 1px dotted #999999;
}

.form th,
.form td {
    padding: 20px 0;
}

.form th {
    font-weight: bold;
}

.form th img {
    margin-right: 10px;
    vertical-align: sub;
}

.form th span {
    background: url("../img/ico_must01.png") no-repeat 0 0.3em;
    padding-left: 50px;
    display: inline-block;
}

.form td {
    word-break: break-all;
}

.form .col-2 {
    display: flex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border: 1px solid #b5bcce;
    padding: 7px;
    font-size: 1.4rem;
}

textarea {
    display: block;
}

::placeholder {
    color: #bdbdbd;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
    color: #bdbdbd;
}

.ERR {
    color: #d50000;
}

label {
    display: inline-block;
}

/*--内容確認--*/
button.submit {
    background: url(../img/btn_submit01.jpg) no-repeat 0 0;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    width: 300px;
    height: 60px;
    cursor: pointer;
    padding: 0;
}

button.submit:hover {
    background: url(../img/btn_submit01_on.jpg) no-repeat 0 0;
}

/*--戻る--*/
button.back {
    background: url(../img/btn_back01.jpg) no-repeat 0 0;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    width: 300px;
    height: 60px;
    cursor: pointer;
    padding: 0;
}

button.back:hover {
    background: url(../img/btn_back01_on.jpg) no-repeat 0 0;
}

/*--送信--*/
button.send {
    background: url(../img/btn_send01.jpg) no-repeat 0 0;
    border: none;
    display: inline-block;
    text-indent: -9999px;
    width: 300px;
    height: 60px;
    cursor: pointer;
    margin-left: 40px;
    padding: 0;
}

button.send:hover {
    background: url(../img/btn_send01_on.jpg) no-repeat 0 0;
}

/*ラジオボタン*/
input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: inline-block;
    background: url(../img/img_radio01.png) no-repeat 0 0;
    padding: 0 0 0 35px;
    line-height: 30px;
    cursor: pointer;
    margin-right: 1em;
}

input[type="radio"]:checked + label {
    background: url(../img/img_radio01_on.png) no-repeat 0 0;
}
input[type="radio"] + label:hover {
    color: #999;
}

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#wrap_top {
    padding: 5px 0;
    font-size: 1.1rem;
    line-height: 1.2;
}

#wrap_top h1 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding-top: 8px;
}

#header_inner01 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
    margin-top: 4px;
}

#h_logo {
    position: absolute;
    left: 0;
    top: 14px;
}

#h_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ナビ
---------------------------------------------- */
#nav_global {
    position: absolute;
    right: 120px;
    top: 0;
}

#nav_global > ul {
    width: 810px;
    overflow: hidden;
}

#nav_global > ul > li {
    float: left;
    width: 135px;
}

#nav_global > ul > li > a {
    display: block;
    height: 100px;
}

.g01 > a {
    background: url(../img/nav_global01.jpg) no-repeat 0 0;
}
.g02 > a {
    background: url(../img/nav_global01.jpg) no-repeat -135px 0;
}
.g03 > a {
    background: url(../img/nav_global01.jpg) no-repeat -270px 0;
}
.g04 > a {
    background: url(../img/nav_global01.jpg) no-repeat -405px 0;
}
.g05 > a {
    background: url(../img/nav_global01.jpg) no-repeat -540px 0;
}
.g06 > a {
    background: url(../img/nav_global01.jpg) no-repeat -675px 0;
}

.g01 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat 0 -100px;
}
.g02 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat -135px -100px;
}
.g03 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat -270px -100px;
}
.g04 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat -405px -100px;
}
.g05 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat -540px -100px;
}
.g06 > a:hover {
    background: url(../img/nav_global01.jpg) no-repeat -675px -100px;
}

#nav_global > ul > li > a > span {
    display: none;
}

/*--サブメニュー--*/
#nav_global .nav_sub {
    background-color: rgba(39, 104, 188, 0.95);
    font-size: 1.4rem;
    line-height: 1.4;
    display: none;
    position: absolute;
    top: 100px;
    z-index: 1;
}

#nav_global .nav_sub li span {
    display: block;
    font-size: 1.2rem;
}

#nav_global .nav_sub li a {
    display: block;
    color: #fff;
}

#nav_global .nav_sub li a:hover {
    color: #a6c0e1;
}

/*--会社概要--*/
.g01 .nav_sub01 {
    width: 135px;
}

.g01 .nav_sub01 li {
    background: url(../img/ico_arrow01.png) no-repeat 20px 1em;
    border-bottom: 1px solid #fff;
}

.g01 .nav_sub01 li:last-of-type {
    border-bottom: 1px solid rgba(39, 104, 188, 0.95);
}

.g01 .nav_sub01 li a {
    padding: 8px 20px 8px 32px;
}

/*--製品情報--*/
.g03 .nav_sub02 {
    width: 215px;
}

.g03 .nav_sub02 ul {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.g03 .nav_sub02 ul:last-of-type {
    border-bottom: 1px solid rgba(39, 104, 188, 0.95);
}

.g03 .nav_sub02 li {
    background: url(../img/ico_arrow01.png) no-repeat 20px 0.7em;
}

.g03 .nav_sub02 li a {
    padding: 3px 20px 3px 32px;
}

/* ------------------------------------------------------------

footer

------------------------------------------------------------ */

#footer {
    background: url(../img/bg_footer01.gif) repeat-x 0 top;
    padding-top: 54px;
}

#small {
    background: #2768bc;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    padding: 10px 0;
}

/* ナビ
---------------------------------------------- */
.nav_footer {
    width: 1200px;
    margin: 0 auto 40px;
    display: -webkit-flex; /*--safari用--*/
    display: flex;
    -webkit-justify-content: space-between; /*--safari用--*/
    justify-content: space-between;
}

.f_contents {
    letter-spacing: -0.4em;
}

.f_contents ul {
    max-width: 196px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    border-right: 1px solid #b5bcce;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 25px;
}

.f_contents:nth-child(1) ul {
    border-left: 1px solid #b5bcce;
}

.f_contents:nth-child(2) ul:nth-child(1),
.f_contents:nth-child(4) ul:nth-child(1) {
    border: none;
}

.f_contents ul li {
    margin-bottom: 5px;
}

.f_contents ul li:last-child {
    margin-bottom: 0;
}

.f_contents ul li a {
    display: block;
    color: #333;
    font-weight: bold;
}

.f_contents ul li a:hover {
    color: #2768bc;
}

/*--サブメニュー--*/
.f_contents .nav_sub02:last-of-type {
    padding-left: 0;
}

.f_contents .nav_sub02 li {
    margin-bottom: 6px;
}

.f_contents .nav_sub02 li:last-child {
    margin-bottom: 0;
}

.f_contents .nav_sub02 li a {
    background: url(../img/ico_arrow04.png) no-repeat left 0.5em;
    display: block;
    color: #747987;
    font-weight: normal;
    padding-left: 8px;
}

.f_contents .nav_sub02 li a:hover {
    opacity: 0.7;
}

.f_contents .nav_sub02 li span {
    font-size: 1.2rem;
    display: block;
}

/* ページトップボタン
---------------------------------------------- */
#pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 100;
}

#pagetop a {
    background: url(../img/btn_pagetop01.jpg) no-repeat 0 0;
    width: 60px;
    height: 60px;
    display: block;
}

#pagetop a:hover {
    background: url(../img/btn_pagetop01_on.jpg) no-repeat 0 0;
}

#pagetop span {
    display: none;
}

@supports (-ms-ime-align: auto) {
    /* Edge のみ適用される */

    .f_contents ul {
        padding: 0 20px;
    }
} /*--supports--*/

/* Googleサイト内検索
---------------------------------------------- */

.h_inner {
    position: absolute;
    top: -35px;
    right: 0;
    display: flex;
    z-index: 1;
    overflow: hidden;
}

.h_search {
    display: flex;
    background: #173f82;
    height: 45px;
    overflow: hidden;
}

.h_btn_search {
    width: 58px;
    height: 45px;
    background: #4c6cd6 url("../img/ico_search01.png") no-repeat center;
    background-size: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.h_btn_search:hover {
    background-color: #73b4ff;
}

.area_search {
    width: 0;
    background: #efefef;
    display: flex;
    transition: all 0.5s;
}

.area_search.active {
    width: 320px;
}

.area_search_inner {
    width: 0;
    transition: all 0.5s;
}

.area_search_inner.active {
    width: 100%;
}

.search {
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
}

.search > div {
    width: 100%;
}

.gsc-control-cse {
    background: none !important;
    border: none !important;
}

.gsc-control-cse,
.gsib_a {
    padding: 0 !important;
}

.gsc-input-box {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.gsc-input {
    background: #efefef !important;
    height: 45px !important;
    border-radius: 0 !important;
    padding: 0 0 0 5px !important;
    position: relative;
}

.gsc-input-box::after {
    position: absolute;
    content: url(/img/placeholder.png);
    scale: 0.8;
    top: 18%;
    left: 5%;
    transition: 0.2s;
    width: 0;
    z-index: 0;
    pointer-events: none;
}

.gsc-input-box:focus-within::after {
    opacity: 0;
}

.gsc-search-button:hover {
    opacity: 0.8;
}

.gsc-search-button-v2 {
    position: relative;
    right: 0;
    padding: 16px 20px !important;
    border-color: #4785da !important;
    background-color: #4785da !important;
    border-radius: 0 !important;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.search input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
}

.flexbox {
    display: flex;
    gap: 32px;
    align-items: baseline;
}

.flexbox_col {
    display: flex;
    flex-direction: column;
}
