@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
* {
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
    font-size: inherit;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

li {
    list-style-type: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
    vertical-align: top;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

q:before,
q:after {
    content: "";
}

i {
    font-style: normal;
}

main {
    display: block;
}

*:focus {
    outline: none;
}
body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

section {
    display: block !important;
    margin: 0;
    padding: 0;
}

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}

@media (max-width: 834px) {
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
}

.text-center {
    text-align: center !important;
}

.text-color1 {
    color: #ffffff !important;
}
.text-color2 {
    color: #332015 !important;
}
.text-color3 {
    color: #b90154 !important;
}
.text-color4 {
    color: #002a7c !important;
}

.bg-color1 {
    background-color: #e8edef !important;
}
.bg-color2 {
    background-color: #dfe6f5 !important;
}


.accordionBody {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.include-accordion.active .accordionBody {
    padding: 0;
}
.accordionBtn {
    cursor: pointer;
}


.sp-btn {
    display: none;
}


header {
    display: block;
    width: 100%;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
}
header ._header_bg {
    display: block;
    background-color: #005ec5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
header ._header_body {
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
header ._header_body ._header_logo {
    width: 180px;
}
header ._header_body ._header_nav {
    display: block;
}
header ._header_body ._header_nav li {
    display: inline-block;
    padding-right: 1.5em;
}
header ._header_body ._header_nav li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 1020px) {
    header ._header_body ._header_nav li {
        display: inline-block;
        padding-right: 1em;
    }
    header ._header_body ._header_nav li a {
        font-size: 13px;
        line-height: 1;
        color: #fff;
    }
}
@media (max-width: 920px) {
    header ._header_body ._header_logo {
        width: 150px;
    }
    header ._header_body ._header_nav li a {
        font-size: 12px;
        line-height: 1;
        color: #fff;
    }
}


footer {
    display: block;
    width: 100%;
    padding-top: 40px;
}
footer ._buylink {
    width: 100%;
    padding: 0 0 50px;
}
footer ._buylink h3 {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #18549c;
}
footer ._buylink ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ._buylink ul li {
    display: block;
    width: 240px;
    margin: 0 20px;
}
footer ._buylink ul li a {
    display: block;
    background-color: #fff;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
    transition: opacity ease .3s;
}
footer ._buylink ul li a:hover {
    opacity: .7;
}

footer ._footer_contents {
    width: 100%;
    padding: 50px 0;
}
footer ._footer_contents ._footer_contents_body {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
footer ._footer_contents ._footer_contents_body ._snslink {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ._footer_contents ._footer_contents_body ._snslink li {
    display: block;
    border-radius: 30px;
    overflow: hidden;
    width: 60px;
    margin: 0 20px;
}
footer ._footer_contents ._footer_contents_body ._sitemap {
    border-bottom: #ffffff solid 1px;
    max-width: 800px;
    margin: 0 auto 28px;
    padding: 0 10px 20px;
    display: flex;
    align-items: center;
}
footer ._footer_contents ._footer_contents_body ._sitemap h4 {
    display: block;
    width: 8em;
    margin-bottom: 8px;
    padding-right: 2em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit {
    display: table;
    padding-right: 2em;
}
footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit._last {
    display: table;
    padding-right: 0;
}
footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink {
    margin-bottom: 8px;
}
footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink a {
    display: block;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1;
    position: relative;
}
footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink a::after {
	position: absolute;
	top: 2px;
    left: 0;
	content: "\e5e1";
	font-family: "Material Icons";
    font-size: 10px;
	transition: 0.4s;
}
footer ._footer_contents ._footer_contents_body ._corp {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ._footer_contents ._footer_contents_body ._corp ._corp_info {
    max-width: 320px;
    margin: 0 20px;
}


main {
    display: block;
    background-color: #ffffff;
    padding-top: 80px;
    color: #18549c;
    letter-spacing: .08em;
}

._mv {
    background-color: #18549c;
    width: 100%;
}

._mv ._mv_top {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
._mv ._mv_top ._mv_top_img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
._mv ._mv_top ._mv_top_bg {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 0;
    z-index: 1;
}
._mv ._mv_top ._mv_top_text {
    width: 22%;
    position: absolute;
    left: 3%;
    top: 20%;
    z-index: 20;
}
._mv ._mv_top ._mv_top_product {
    width: 29%;
    position: absolute;
    left: 3%;
    bottom: 0;
    z-index: 21;
}
._mv ._mv_top ._mv_top_logo {
    width: 22%;
    position: absolute;
    right: 5%;
    bottom: 7%;
    z-index: 22;
}

._mv ._mv_contents {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
._mv ._mv_contents h2 {
    display: block;
}

._top {
    position: relative;
}
._top ._top_effect {
    display: block;
    width: 100%;
}
._top ._top_effect ._top_effect_contents {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 940px;
    min-height: 350px;
    padding: 0 20px;
}
._top ._top_effect ._top_effect_bg1 {
    background: url(../img/top/img1.png) right center no-repeat;
    background-size: 50%;
}
._top ._top_effect ._top_effect_bg2 {
    background: url(../img/top/img2.png) left center no-repeat;
    background-size: 50%;
}
._top ._top_effect ._top_effect_body1 {
    width: 100%;
    padding-left: 5%;
    padding-right: 45%;
}
._top ._top_effect ._top_effect_body2 {
    width: 100%;
    padding-left: 50%;
}
._top ._top_effect h3 {
    margin-bottom: .5em;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .1em;
}
._top ._top_effect p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

._top ._top_contentslink {
    display: block;
    width: 100%;
    padding: 50px 0 10px;
}
._top ._top_contentslink ._top_contentslink_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit {
    border-radius: 25px;
    width: 47%;
    height: 360px;
    margin-bottom: 5%;
    padding: 25px;
    position: relative;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit._top_contentslink_bg1 {
    background: url(../img/top/bg1.png) center bottom no-repeat;
    background-size: 100%;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit._top_contentslink_bg2 {
    background: url(../img/top/bg2.png) center bottom no-repeat;
    background-size: 100%;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit._top_contentslink_bg3 {
    background: url(../img/top/bg3.png) center bottom no-repeat;
    background-size: 100%;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit._top_contentslink_bg4 {
    background: url(../img/top/bg4.png) center bottom no-repeat;
    background-size: 100%;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit h3 {
    padding-top: 10px;
    margin-bottom: .6em;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit p span {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit ._textlink {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px;
}
._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit ._textlink a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1;
    text-align: right;
    color: #18549c;
}

._contents {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
    color: #18549c;
}
._contents ._contents_title {
    padding: 40px 0;
}
._contents ._contents_title h2 {
    display: table;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1;
    letter-spacing: .2em;
}
._contents ._contents_title h2 span {
    background:linear-gradient(transparent 60%, #dfe6f5 0%);
    padding: 2px .3em 2px .5em;
}
._contents ._contents_body {
    width: 100%;
    margin-bottom: 40px;
}
._contents ._contents_body h3 {
    margin-bottom: .5em;
    font-size: 28px;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: .1em;
}
._contents ._contents_body ._contents_body_text {
    margin-bottom: 1em;
    font-size: 17px;
    line-height: 2;
    letter-spacing: .1em;
}
._contents ._contents_body ._contents_body_text.mb100 {
    margin-bottom: 100px;
}

._contents ._effect_body {
    width: 100%;
    margin-bottom: 100px;
    position: relative;
}
._contents ._effect_body.mb0 {
    margin-bottom: 0;
}
._contents ._effect_body h3 {
    margin-bottom: 1em;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .1em;
}
._contents ._effect_body ._effect_body_text {
    font-size: 17px;
    line-height: 1.8;
}
._contents ._effect_body ._effect_body_baloon {
    width: 26%;
    position: absolute;
    right: 5%;
    top: -5%;
}
._contents ._effect_body ._effect_body_sayou {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._contents ._effect_body ._effect_body_sayou ._sayou_img {
    width: 40%;
}
._contents ._effect_body ._effect_body_sayou ._sayou_img figure {
    width: 70%;
    margin: 0 auto;
}
._contents ._effect_body ._effect_body_sayou ._sayou_text1 {
    width: 33%;
    padding-bottom: 25%;
}
._contents ._effect_body ._effect_body_sayou ._sayou_text2 {
    width: 33%;
    padding-top: 22%;
}
._contents ._effect_body ._effect_body_sayou h4 {
    border-bottom: #18549c solid 1px;
    margin-bottom: 6px;
    padding-bottom: 3px;
}
._contents ._effect_body ._effect_body_sayou p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}
._contents ._effect_body ._effect_body_sayou p span {
    display: block;
    padding-top: 5px;
    font-size: 60%;
}

._contents ._effect_point {
    border-radius: 30px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 35px 25px;
    position: relative;
}
._contents ._effect_point ._effect_point_title {
    margin-bottom: .5em;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 2;
}
._contents ._effect_point ._effect_point_title span {
    font-size: 24px;
}
._contents ._effect_point ._effect_point_text {
    font-size: 17px;
    line-height: 2;
}
._contents ._effect_point ._effect_point_text span {
    font-weight: bold;
}
._contents ._effect_point ._effect_point_text span strong {
    font-size: 24px;
    line-height: 1.4;
}
._contents ._effect_point ._effect_point_img {
    width: 36%;
    position: absolute;
    right: 5%;
    top: -50px;
    z-index: 1;
}

._contents ._product_lineup {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
._contents ._product_lineup ._product_lineup_inner {
    width: 45%;
}
._contents ._product_lineup ._product_lineup_inner figure {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
._contents ._product_lineup ._product_lineup_inner ._product_lineup_body {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #000000;
}
._contents ._product_lineup ._product_lineup_inner ._product_text1 {
    margin: 0 3px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1;
}
._contents ._product_lineup ._product_lineup_inner ._product_text2 {
    border: #000000 solid 1px;
    margin: 0 3px;
    padding: 3px 4px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .05em;
}
._contents ._product_pdflink {
    border-top: #c7d5ed solid 1px;
    border-bottom: #c7d5ed solid 1px;
    width: 90%;
    margin: 0 auto 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._contents ._product_pdflink ._pdflink_btn a {
    display: table;
    background-color: #18549c;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 1;
    color: #ffffff;
    transition: opacity ease .3s;
}
._contents ._product_pdflink ._pdflink_btn a:hover {
    opacity: .8;
}
._contents ._product_pdflink ._pdflink_text {
    display: table;
    padding-left: 1em;
    font-size: 11px;
    line-height: 1.3;
    color: #000000;
    letter-spacing: 0;
}

._contents ._product_info {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
._contents ._product_info ._product_info_inner {
    width: 45%;
}
._contents ._product_info ._product_info_body {
    width: 100%;
    margin-bottom: 20px;
}
._contents ._product_info ._product_info_body h3 {
    margin-bottom: .3em;
    font-size: 24px;
    font-feature-settings: "palt";
    line-height: 1;
    letter-spacing: .1em;
}
._contents ._product_info ._product_info_body h3 span {
    font-size: 60%;
}
._contents ._product_info ._product_info_body h4 {
    margin-bottom: .3em;
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    letter-spacing: .1em;
}
._contents ._product_info ._product_info_body h4 span {
    background-color: #18549c;
    display: block;
    margin-bottom: 3px;
    padding: 2px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}
._contents ._product_info ._product_info_body h5 {
    margin-bottom: .3em;
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    letter-spacing: .1em;
    color: #dc0000;
}
._contents ._product_info ._product_info_body ul {
    margin-bottom: 10px;
}
._contents ._product_info ._product_info_body ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0;
    color: #000000;
}
._contents ._product_info ._product_info_body ._info_body_text1 {
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.5;
    text-align: justify;
    color: #000000;
}
._contents ._product_info ._product_info_body ._info_body_text2 {
    font-size: 10px;
    font-feature-settings: "palt";
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
}
._contents ._product_info ._info_body_table {
    width: 100%;
    margin-bottom: 6px;
    border-top: #18549c solid 1px;
    border-left: #18549c solid 1px;
}
._contents ._product_info ._info_body_table th {
    background-color: #e8edef;
    border-right: #18549c solid 1px;
    border-bottom: #18549c solid 1px;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
._contents ._product_info ._info_body_table td {
    border-right: #18549c solid 1px;
    border-bottom: #18549c solid 1px;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #000000;
}
._contents ._product_info ._info_body_table td._age1 {
    background-color: #dfe6f5;
}
._contents ._product_info ._info_body_table td._age2 {
    background-color: #c7d5ed;
}
._contents ._product_info > ._info_body_table {
    width: auto;
    margin: 0 auto;
}
._contents ._product_info > ._info_body_table th {
    padding: 10px;
    font-size: 15px;
}
._contents ._product_info > ._info_body_table td {
    padding: 10px;
    font-size: 15px;
}
._contents ._product_illust {
    max-width: 40%;
    margin: 0 auto;
}

._contents ._manner_point {
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
._contents ._manner_point::before {
    content: "";
    display: block;
    border-right: #18549c dashed 1px;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
._contents ._manner_point::after {
    content: "";
    display: block;
    border-bottom: #18549c dashed 1px;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
._contents ._manner_point ._manner_point_body1 {
    width: 46%;
    padding-bottom: 5%;
}
._contents ._manner_point ._manner_point_body2 {
    width: 46%;
    padding-top: 5%;
}
._contents ._manner_point ._manner_point_img {
    width: 100%;
    margin-bottom: 10px;
}
._contents ._manner_point ._manner_point_title {
    width: 100%;
    margin-bottom: 10px;
    line-height: 0;
}
._contents ._manner_point ._manner_point_text {
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #000000;
}

._contents ._faq {
    border-bottom: #18549c dashed 1px;
    width: 100%;
    position: relative;
}
._contents ._faq ._faq_list {
    width: 100%;
}
._contents ._faq ._faq_list ._faq_title {
    display: block;
    border-top: #18549c dashed 1px;
    padding: 20px 50px 20px 1em;
    position: relative;
}
._contents ._faq ._faq_list ._faq_title::before {
    content: "";
    display: block;
    background: url(../img/common/icon_open.jpg) center center no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: calc(50% - 21px);
    z-index: 10;
}
._contents ._faq ._faq_list.active ._faq_title::before {
    background: url(../img/common/icon_close.jpg) center center no-repeat;
    background-size: 100% 100%;
}
._contents ._faq ._faq_list ._faq_title h3 {
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 20px;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: justify;
}
._contents ._faq ._faq_list ._faq_title h3 span {
    display: inline-block;
    width: 1.2em;
    font-weight: bold;
    text-indent: 0;
    color: #18549c;
}
._contents ._faq ._faq_list ._faq_body {
    border-top: #18549c dashed 1px;
    width: 100%;
    padding: 20px 50px 20px 2.5em;
}
._contents ._faq ._faq_list ._faq_body ._faq_body_text {
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-size: 17px;
    line-height: 1.4;
    text-align: justify;
    color: #000000;
}
._contents ._faq ._faq_list ._faq_body ._faq_body_text span {
    display: inline-block;
    width: 1.2em;
    font-weight: bold;
    text-indent: 0;
    color: #18549c;
}
._contents ._faq_img {
    max-width: 220px;
    margin: 0 auto;
    padding-top: 40px;
}

._contents ._history_imgunit {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
._contents ._history_imgunit ._history_imgunit_img {
    width: 40%;
}
._contents ._history_imgunit ._history_imgunit_img p {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    letter-spacing: 0;
}
._contents ._history_imgunit ._history_imgunit_text {
    width: 60%;
}
._contents ._history_imgunit ._history_imgunit_text h3 {
    border-bottom: #18549c dashed 1px;
    margin-bottom: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 28px;
    line-height: 1;
    letter-spacing: .1em;
}
._contents ._history_imgunit ._history_imgunit_text p {
    font-size: 16px;
    line-height: 1.8;
    text-indent: 1em;
    letter-spacing: .08em;
    color: #000000;
}
._contents ._history_imgunit ._history_imgunit_text h3.pdr10,
._contents ._history_imgunit ._history_imgunit_text p.pdr10 {
    padding-right: 6%;
}
._contents ._history_imgunit ._history_imgunit_text h3.pdl10,
._contents ._history_imgunit ._history_imgunit_text p.pdl10 {
    padding-left: 6%;
}

._contents ._history_origin {
    border: #dfe6f5 solid 10px;
    border-radius: 30px;
    margin-bottom: 60px;
    padding: 24px 14px;
    position: relative;
}
._contents ._history_origin h3 {
    display: block;
    background-color: #ffffff;
    padding: 5px 1em 5px 1.1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
    position: absolute;
    left: 50%;
    top: -.9em;
    transform: translateX(-50%);
}
._contents ._history_origin p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

._contents ._history_chronology {
    width: 100%;
    position: relative;
}
._contents ._history_chronology::before {
    content: "";
    display: block;
    border-right: #97a0cb solid 2px;
    width: calc(50% - 1px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
._contents ._history_chronology::after {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    width: 20px;
    height: 100px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 0;
    z-index: 2;
}
._contents ._history_chronology ._history_chronology_contents {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
._contents ._history_chronology ._history_chronology_contents::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #18549c;
    position: absolute;
    left: calc(50% - 8px);
    top: 0;
    z-index: 2;
}
._contents ._history_chronology ._history_chronology_contents.pdl50 {
    padding-left: 50%;
}
._contents ._history_chronology ._history_chronology_contents.pdr50 {
    padding-right: 50%;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -26px;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text {
    width: 57%;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text ._chronology_title1 {
    width: 55%;
    margin-bottom: 15px;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text ._chronology_title2 {
    width: 100%;
    padding-left: 45%;
    margin-bottom: 15px;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text p {
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.7;
    letter-spacing: .05em;
    color: #000000;
}
._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_img {
    width: 40%;
}

._contents ._contact_unit {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}
._contents ._contact_unit ._contact_body {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._contents ._contact_unit ._contact_body ._contact_body_logo {
    width: 25%;
}
._contents ._contact_unit ._contact_body ._contact_body_logo figure {
    display: block;
    width: 100%;
}
._contents ._contact_unit ._contact_body ._contact_body_text {
    width: 60%;
    padding-left: 5%;
}
._contents ._contact_unit ._contact_body ._contact_body_text h4 {
    margin-bottom: .8em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
}
._contents ._contact_unit ._contact_body ._contact_body_text ._address {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
._contents ._contact_unit ._contact_body ._contact_body_text ._address ._address_text1 {
    background-color: #18549c;
    display: block;
    width: 5em;
    margin-bottom: .5em;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}
._contents ._contact_unit ._contact_body ._contact_body_text ._address ._address_text2 {
    display: block;
    width: calc(100% - 5em);
    margin-bottom: .5em;
    padding-left: .5em;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
._contents ._contact_unit ._contact_link {
    background-color: #e8edef;
    border-radius: 40px;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
}
._contents ._contact_unit ._contact_link ._contact_link_text {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
._contents ._contact_unit ._contact_link ._contact_link_btn {
    max-width: 250px;
    margin: 0 auto;
}
._contents ._contact_unit ._contact_link ._contact_link_btn a {
    display: block;
    width: 100%;
    transition: all ease .3s;
}
._contents ._contact_unit ._contact_link ._contact_link_btn a:hover {
    filter: brightness(1.2);
}
._contents ._contact_unit ._contact_img {
    max-width: 220px;
    margin: 0 auto;
}



._contents ._contact_unit .__contactform {
    background-color: #e8edef;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 40px 40px 40px;
    position: relative;
    z-index: 10;
}

._contents ._contact_unit .__contactform h2 {
	display: block;
    border-top: #205ea9 solid 1px;
    border-bottom: #205ea9 solid 1px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #205ea9;
	text-align: center;
}
._contents ._contact_unit .__contactform h3 {
    margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
._contents ._contact_unit .__contactform p {
	font-size: 15px;
	line-height: 1.5;
}
._contents ._contact_unit .__contactform .__notes {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #d00;
}

._contents ._contact_unit .__contactform .__pagelink {
	padding: 30px 0 0 0;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
._contents ._contact_unit .__contactform .__pagelink li {
	display: table;
	margin: 0 5px 10px;
}
._contents ._contact_unit .__contactform .__pagelink li a {
	display: block;
	padding: 12px;
	background-color: #205ea9;
    border-radius: 3px;
	cursor: pointer;
	font-size: 15px;
    letter-spacing: 0;
	color: #fff;
}
._contents ._contact_unit .__contactform .__pagelink li a:hover {
	background-color: #205ea9;
}


@media (max-width: 834px) {
    
	.sp-btn {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        right: 20px;
        top: 7px;
        z-index: 2000;
	}
    .sp-btn span {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 3px;
        display: block;
        background-color: #ffffff;
        transition: all 0.3s ease;
    }
    .sp-btn .first-bar {
        transform: translateY(-10px);
    }
    .sp-btn .second-bar {
        transform: translateY(0);
    }
    .sp-btn .third-bar {
        transform: translateY(10px);
    }
    .open_sp_menu .sp-btn span {
    }
    .open_sp_menu .sp-btn .first-bar {
        transform: translateY(0) rotate(-135deg)
    }
    .open_sp_menu .sp-btn .second-bar {
        opacity: 0;
    }
    .open_sp_menu .sp-btn .third-bar {
        transform: translateY(0) rotate(135deg);
    }


    header {
        height: 70px;
        overflow: hidden;
    }
    .open_sp_menu header {
        height: 100vh;
    }
    header ._header_bg {
        height: 60px;
    }
    .open_sp_menu header ._header_bg {
        height: 100vh;
        transition: all ease .3s;
    }
    header ._header_body {
        max-width: 1200px;
        height: 60px;
        margin: 0 auto;
        display: block;
        position: relative;
        z-index: 2;
    }
    header ._header_body ._header_logo {
        width: 150px;
        position: absolute;
        left: 5px;
        top: 5px;
    }
    header ._header_body ._header_nav {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        padding: 100px 10vw 0;
        opacity: 0;
        transition: all ease .3s;
    }
    .open_sp_menu header ._header_body ._header_nav {
        opacity: 1;
    }
    header ._header_body ._header_nav li {
        border-bottom: #ffffff solid 1px;
        display: block;
        padding-right: 0;
        padding: 1.2em 0;
        margin: 0 auto;
    }
    header ._header_body ._header_nav li:first-child {
        border-top: #ffffff solid 1px;
    }
    header ._header_body ._header_nav li a {
        padding-left: 2em;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        position: relative;
    }
    header ._header_body ._header_nav li a::after {
        position: absolute;
        top: 4px;
        left: 1em;
        content: "\e5e1";
        font-family: "Material Icons";
        font-size: 12px;
        transition: 0.4s;
    }



    footer {
        display: block;
        width: 100%;
        padding-top: 10vw;
    }

    footer ._footer_contents {
        width: 100%;
        padding: 10vw 0 5vw;
    }
    footer ._footer_contents ._footer_contents_body {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 5vw;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap {
        border-bottom: none;
        max-width: inherit;
        margin: 0 auto 5vw;
        padding: 0;
        display: block;
        align-items: center;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap h4 {
        display: block;
        border-bottom: #ffffff solid 1px;
        width: 100%;
        margin-bottom: 0;
        padding: 4vw;
        font-size: 4.5vw;
        font-weight: bold;
        line-height: 1;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit._last {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-right: 0;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink {
        display: block;
        border-bottom: #ffffff solid 1px;
        width: 100%;
        margin-bottom: 0;
        padding: 4vw;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink a {
        font-size: 4vw;
    }
    footer ._footer_contents ._footer_contents_body ._sitemap ._sitemap_unit ._sitemap_textlink a::after {
        top: .3vw;
        font-size: 3vw;
    }
    footer ._footer_contents ._footer_contents_body ._corp {
        display: block;
        width: 80vw;
        max-width: 350px;
        margin: 0 auto;
    }
    footer ._footer_contents ._footer_contents_body ._corp ._corp_info {
        max-width: inherit;
        width: 100%;
        margin: 5vw auto;
    }


    main {
        display: block;
        padding-top: 60px;
    }

    ._mv {
    }

    ._mv ._mv_top {
        max-width: inherit;
        height: 150vw;
    }
    ._mv ._mv_top ._mv_top_img {
        width: 90vw;
        padding-top: 20vw;
    }
    ._mv ._mv_top ._mv_top_bg {
        width: 90vw;
        position: absolute;
        left: 5vw;
        top: 20vw;
        z-index: 1;
    }
    ._mv ._mv_top ._mv_top_text {
        width: 60%;
        position: absolute;
        left: 9vw;
        top: 7vw;
        z-index: 20;
    }
    ._mv ._mv_top ._mv_top_product {
        width: 54vw;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 21;
    }
    ._mv ._mv_top ._mv_top_logo {
        width: 40vw;
        position: absolute;
        right: 6vw;
        bottom: 9vw;
        z-index: 22;
    }

    ._mv ._mv_contents {
        max-width: inherit;
    }
    ._mv ._mv_contents h2 {
        display: block;
    }

    ._top {
        position: relative;
    }
    ._top ._top_effect {
        display: block;
        width: 100%;
    }
    ._top ._top_effect ._top_effect_contents {
        display: block;
        margin: 0 auto;
        max-width: inherit;
        min-height: inherit;
        padding: 0;
    }
    ._top ._top_effect ._top_effect_bg1 {
        background: url(../img/top/img1.png) 53vw 8vw no-repeat;
        background-size: 50%;
    }
    ._top ._top_effect ._top_effect_bg2 {
        background: url(../img/top/img2.png) 55vw -5vw no-repeat;
        background-size: 48%;
    }
    ._top ._top_effect ._top_effect_body1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 8vw 5vw;
    }
    ._top ._top_effect ._top_effect_body2 {
        width: 100%;
        padding-left: 0;
        padding: 8vw 5vw;
    }
    ._top ._top_effect h3 {
        margin-bottom: .5em;
        font-size: 6.5vw;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: .05em;
    }
    ._top ._top_effect p {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.8;
    }

    ._top ._top_contentslink {
        display: block;
        width: 100%;
        padding: 8vw 0 2vw;
    }
    ._top ._top_contentslink ._top_contentslink_inner {
        display: block;
        margin: 0 auto;
        max-width: inherit;
        padding: 0 4vw;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit {
        border-radius: 8vw;
        width: 100%;
        height: 90vw;
        margin-bottom: 5vw;
        padding: 5vw;
        position: relative;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit h3 {
        padding-top: 2vw;
        margin-bottom: .6em;
        font-size: 6.5vw;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit p {
        font-size: 4vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.8;
        letter-spacing: .1em;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit p span {
        display: block;
        padding-top: .5em;
        font-size: 3vw;
        line-height: 1;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit ._textlink {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 5vw;
    }
    ._top ._top_contentslink ._top_contentslink_inner ._top_contentslink_unit ._textlink a {
        display: block;
        font-size: 5vw;
        font-weight: bold;
        text-decoration: underline;
        line-height: 1;
        text-align: right;
        color: #18549c;
    }

    ._contents {
        max-width: inherit;
        margin: 0 auto;
        padding: 10vw 4vw;
    }
    ._contents ._contents_title {
        padding: 5vw 0 10vw;
    }
    ._contents ._contents_title h2 {
        display: table;
        margin: 0 auto;
        font-size: 8vw;
        letter-spacing: .1em;
    }
    ._contents ._contents_title._contents_title_line2 h2 {
        line-height: 1.5;
        text-align: center;
    }
    ._contents ._contents_title h2 span {
        background:linear-gradient(transparent 60%, #dfe6f5 0%);
        padding: 2px .3em 2px .3em;
    }

    ._contents ._contents_body {
        width: 100%;
        margin-bottom: 10vw;
    }
    ._contents ._contents_body h3 {
        margin-bottom: .5em;
        font-size: 6.5vw;
    }
    ._contents ._contents_body ._contents_body_text {
        margin-bottom: 1em;
        font-size: 16px;
        line-height: 2;
        letter-spacing: .1em;
    }
    ._contents ._contents_body ._contents_body_text.mb100 {
        margin-bottom: 20vw;
    }

    ._contents ._effect_body {
        width: 100%;
        margin-bottom: 20vw;
        position: relative;
    }
    ._contents ._effect_body.mb0 {
        margin-bottom: 0;
    }
    ._contents ._effect_body h3 {
        display: block;
        margin-bottom: 1em;
        font-size: 6.5vw;
    }
    ._contents ._effect_body ._effect_body_text {
        font-size: 16px;
        text-align: justify;
    }
    ._contents ._effect_body ._effect_body_baloon {
        width: 36vw;
        position: absolute;
        right: 0;
        top: -4vw;
    }
    ._contents ._effect_body ._effect_body_sayou {
        width: 92vw;
        margin: 0 auto;
        padding-top: 45vw;
        padding-bottom: 43vw;
        display: block;
        position: relative;
    }
    ._contents ._effect_body ._effect_body_sayou ._sayou_img {
        width: 44vw;
        margin: 0 auto;
    }
    ._contents ._effect_body ._effect_body_sayou ._sayou_img figure {
        width: 100%;
        margin: 0 auto;
    }
    ._contents ._effect_body ._effect_body_sayou ._sayou_text1 {
        width: 66vw;
        padding-bottom: 0;
        position: absolute;
        left: 4vw;
        top: 10vw;
    }
    ._contents ._effect_body ._effect_body_sayou ._sayou_text2 {
        width: 66vw;
        padding-top: 0;
        position: absolute;
        right: 4vw;
        bottom: 0;
    }
    ._contents ._effect_body ._effect_body_sayou h4 {
        border-bottom: #18549c solid 1px;
        margin-bottom: 6px;
        padding-bottom: 3px;
    }
    ._contents ._effect_body ._effect_body_sayou p {
        font-size: 3.6vw;
        text-align: justify;
    }
    ._contents ._effect_body ._effect_body_sayou p span {
        display: block;
        padding-top: 5px;
        font-size: 60%;
    }

    ._contents ._effect_point {
        border-radius: 8vw;
        width: 100%;
        margin: 0 auto 13vw;
        padding: 15vw 5vw 5vw 5vw;
        text-align: justify;
        position: relative;
    }
    ._contents ._effect_point ._effect_point_title {
        margin-bottom: .5em;
        font-size: 9vw;
        font-weight: bold;
        line-height: 1.5;
        position: relative;
        z-index: 2;
    }
    ._contents ._effect_point ._effect_point_title span {
        font-size: 66%;
    }
    ._contents ._effect_point ._effect_point_text {
        font-size: 16px;
        line-height: 2;
    }
    ._contents ._effect_point ._effect_point_text span {
        font-weight: bold;
    }
    ._contents ._effect_point ._effect_point_text span strong {
        font-size: 22px;
        line-height: 1.4;
    }
    ._contents ._effect_point ._effect_point_img {
        width: 60vw;
        position: absolute;
        right: 5vw;
        top: -12vw;
        z-index: 1;
    }

    ._contents ._product_lineup {
        width: 90vw;
        margin: 0 auto;
        display: flex;
    }
    ._contents ._product_lineup ._product_lineup_inner {
        width: 48%;
    }
    ._contents ._product_lineup ._product_lineup_inner figure {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    ._contents ._product_lineup ._product_lineup_inner ._product_lineup_body {
        margin-bottom: 4vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #000000;
    }
    ._contents ._product_lineup ._product_lineup_inner ._product_text1 {
        margin: 0 0 .5em 0;
        font-size: 3.5vw;
        font-feature-settings: "palt";
        line-height: 1;
    }
    ._contents ._product_lineup ._product_lineup_inner ._product_text2 {
        border: #000000 solid 1px;
        margin: 0;
        padding: 1vw 1.5vw;
        font-size: 3.5vw;
        line-height: 1;
        letter-spacing: .05em;
    }
    ._contents ._product_pdflink {
        border-top: #c7d5ed solid 1px;
        border-bottom: #c7d5ed solid 1px;
        width: 92vw;
        margin: 0 auto 10vw;
        padding: 3vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ._contents ._product_pdflink ._pdflink_btn a {
        padding: 1vw;
        font-size: 3vw;
    }
    ._contents ._product_pdflink ._pdflink_text {
        display: table;
        padding-left: 1em;
        font-size: 3vw;
        text-align: center;
    }

    ._contents ._product_info {
        width: 92vw;
        margin: 0 auto;
        display: block;
    }
    ._contents ._product_info ._product_info_inner {
        width: 100%;
    }
    ._contents ._product_info ._product_info_body {
        width: 100%;
        margin-bottom: 30px;
    }
    ._contents ._product_info ._product_info_body h3 {
        font-size: 22px;
    }
    ._contents ._product_info ._product_info_body h4 {
        font-size: 14px;
    }
    ._contents ._product_info ._product_info_body h5 {
        font-size: 14px;
    }
    ._contents ._product_info ._product_info_body ul li {
        font-size: 13px;
    }
    ._contents ._product_info ._product_info_body ._info_body_text1 {
        font-size: 13px;
    }
    ._contents ._product_info ._product_info_body ._info_body_text2 {
        font-size: 10px;
    }
    ._contents ._product_info ._info_body_table {
        width: 100%;
        margin-bottom: 6px;
        border-top: #18549c solid 1px;
        border-left: #18549c solid 1px;
    }
    ._contents ._product_info ._info_body_table th {
        line-height: 1;
        letter-spacing: .05em;
    }
    ._contents ._product_info ._info_body_table td {
        font-size: 11px;
        letter-spacing: .05em;
    }
    ._contents ._product_info > ._info_body_table th {
        padding: 6px;
        font-size: 12px;
        letter-spacing: .05em;
    }
    ._contents ._product_info > ._info_body_table td {
        padding: 6px;
        font-size: 12px;
        letter-spacing: .05em;
    }
    ._contents ._product_illust {
        max-width: 60vw;
        margin: 0 auto;
    }

    ._contents ._manner_point {
        width: 92vw;
        margin: 0 auto 10vw;
        display: block;
        position: relative;
    }
    ._contents ._manner_point::before {
        display: none;
    }
    ._contents ._manner_point::after {
        display: none;
    }
    ._contents ._manner_point ._manner_point_body1 {
        border-bottom: #18549c dashed 1px;
        width: 100%;
        padding: 5vw 4vw;
    }
    ._contents ._manner_point ._manner_point_body2 {
        border-bottom: #18549c dashed 1px;
        width: 100%;
        padding: 5vw 4vw;
    }
    ._contents ._manner_point ._manner_point_img {
        width: 100%;
        margin-bottom: 10px;
    }
    ._contents ._manner_point ._manner_point_title {
        width: 100%;
        margin-bottom: 10px;
        line-height: 0;
    }
    ._contents ._manner_point ._manner_point_text {
        font-size: 14px;
        font-feature-settings: "palt";
        line-height: 1.5;
        color: #000000;
    }

    ._contents ._faq {
        border-bottom: #18549c dashed 1px;
        width: 100%;
        position: relative;
    }
    ._contents ._faq ._faq_list {
        width: 100%;
    }
    ._contents ._faq ._faq_list ._faq_title {
        display: block;
        border-top: #18549c dashed 1px;
        padding: 4vw 40px 4vw .5em;
        position: relative;
    }
    ._contents ._faq ._faq_list ._faq_title::before {
        content: "";
        display: block;
        background: url(../img/common/icon_open.jpg) center center no-repeat;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: calc(50% - 15px);
        z-index: 10;
    }
    ._contents ._faq ._faq_list.active ._faq_title::before {
        background: url(../img/common/icon_close.jpg) center center no-repeat;
        background-size: 100% 100%;
    }
    ._contents ._faq ._faq_list ._faq_title h3 {
        display: block;
        padding-left: 1.2em;
        text-indent: -1.2em;
        font-size: 17px;
        font-feature-settings: "palt";
        line-height: 1.4;
    }
    ._contents ._faq ._faq_list ._faq_title h3 span {
        display: inline-block;
        width: 1.2em;
        font-weight: bold;
        text-indent: 0;
        color: #18549c;
    }
    ._contents ._faq ._faq_list ._faq_body {
        background-color: #e8edef;
        border-top: #18549c dashed 1px;
        width: 100%;
        padding: 4vw 1em 4vw .5em;
    }
    ._contents ._faq ._faq_list ._faq_body ._faq_body_text {
        display: block;
        padding-left: 1.2em;
        text-indent: -1.2em;
        font-size: 16px;
        line-height: 1.4;
        color: #000000;
    }
    ._contents ._faq ._faq_list ._faq_body ._faq_body_text span {
        display: inline-block;
        width: 1.2em;
        font-weight: bold;
        text-indent: 0;
        color: #18549c;
    }
    ._contents ._faq_img {
        max-width: 220px;
        width: 60vw;
        margin: 0 auto;
        padding-top: 10vw;
    }

    ._contents ._history_imgunit {
        width: 100%;
        margin-bottom: 10vw;
        display: block;
    }
    ._contents ._history_imgunit ._history_imgunit_img {
        width: 100%;
    }
    ._contents ._history_imgunit ._history_imgunit_img p {
        margin-bottom: 1.5em;
        padding-top: 5px;
        font-size: 12px;
        line-height: 1.3;
        color: #000000;
        letter-spacing: 0;
    }
    ._contents ._history_imgunit ._history_imgunit_text {
        width: 100%;
    }
    ._contents ._history_imgunit ._history_imgunit_text h3 {
        font-size: 7vw;
    }
    ._contents ._history_imgunit ._history_imgunit_text p {
        margin-bottom: 1em;
        font-size: 16px;
        line-height: 1.8;
        text-indent: 1em;
        color: #000000;
    }
    ._contents ._history_imgunit ._history_imgunit_text h3.pdr10,
    ._contents ._history_imgunit ._history_imgunit_text p.pdr10 {
        padding-right: 0;
    }
    ._contents ._history_imgunit ._history_imgunit_text h3.pdl10,
    ._contents ._history_imgunit ._history_imgunit_text p.pdl10 {
        padding-left: 0;
    }

    ._contents ._history_origin {
        border: #dfe6f5 solid 2vw;
        border-radius: 10vw;
        margin-bottom: 10vw;
        padding: 5vw;
        position: relative;
    }
    ._contents ._history_origin h3 {
        display: block;
        background-color: #ffffff;
        padding: 3vw;
        font-size: 5.5vw;
        font-weight: bold;
        line-height: 1;
        letter-spacing: .1em;
        position: absolute;
        left: 8vw;
        top: -7vw;
        transform: translateX(0);
    }
    ._contents ._history_origin p {
        font-size: 15px;
        font-feature-settings: "palt";
        line-height: 2;
        text-align: justify;
    }

    ._contents ._history_chronology {
        width: 100%;
        position: relative;
    }
    ._contents ._history_chronology::before {
        content: "";
        display: block;
        border-right: #97a0cb solid 2px;
        width: calc(50% - 1px);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    ._contents ._history_chronology::after {
        content: "";
        display: block;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        width: 20px;
        height: 100px;
        position: absolute;
        left: calc(50% - 10px);
        bottom: 0;
        z-index: 2;
    }
    ._contents ._history_chronology ._history_chronology_contents {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    ._contents ._history_chronology ._history_chronology_contents::before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #18549c;
        position: absolute;
        left: calc(50% - 8px);
        top: 0;
        z-index: 2;
    }
    ._contents ._history_chronology ._history_chronology_contents.pdl50 {
        padding-left: 55%;
    }
    ._contents ._history_chronology ._history_chronology_contents.pdr50 {
        padding-right: 55%;
        text-align: right;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        top: -4px;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text {
        width: 100%;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text ._chronology_title1 {
        width: 55%;
        margin-bottom: 10px;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text ._chronology_title2 {
        width: 100%;
        padding-left: 45%;
        margin-bottom: 10px;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_text p {
        margin-bottom: 1em;
        font-size: 13px;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
    ._contents ._history_chronology ._history_chronology_contents ._chronology_unit ._chronology_unit_img {
        width: 60%;
        margin: 0 auto;
        order: 2;
    }

    ._contents ._contact_unit {
        max-width: inherit;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
    }
    ._contents ._contact_unit ._contact_body {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_logo {
        width: 50%;
        margin: 0 auto 30px;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_logo figure {
        display: block;
        width: 100%;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_text {
        width: 88vw;
        margin: 0 auto;
        padding-left: 0;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_text h4 {
        margin-bottom: .8em;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_text ._address {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_text ._address ._address_text1 {
        font-size: 14px;
    }
    ._contents ._contact_unit ._contact_body ._contact_body_text ._address ._address_text2 {
        font-size: 14px;
        letter-spacing: 0;
    }
    ._contents ._contact_unit ._contact_img {
        max-width: 220px;
        margin: 0 auto;
    }



    ._contents ._contact_unit .__contactform {
        width: 95%;
        margin: 0 auto 30px;
        padding: 6vw;
        position: relative;
        z-index: 10;
    }

    ._contents ._contact_unit .__contactform h2 {
        display: block;
        margin-bottom: 20px;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5;
        color: #205ea9;
        text-align: center;
    }
    ._contents ._contact_unit .__contactform h3 {
        font-size: 15px;
    }
    ._contents ._contact_unit .__contactform p {
        font-size: 14px;
        line-height: 1.5;
    }
    ._contents ._contact_unit .__contactform .__notes {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #d00;
    }

    ._contents ._contact_unit .__contactform .__pagelink {
        padding: 30px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    ._contents ._contact_unit .__contactform .__pagelink li {
        display: table;
        margin: 0 5px 10px;
    }
    ._contents ._contact_unit .__contactform .__pagelink li a {
        display: block;
        padding: 12px;
        background-color: #205ea9;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
        letter-spacing: 0;
        color: #fff;
    }
    ._contents ._contact_unit .__contactform .__pagelink li a:hover {
        background-color: #205ea9;
    }
}
