@charset "utf-8";


/* Reset
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 400;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* Common Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section .section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.section_title {
    position: relative;
    font-size: 4rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
}

.section_title::before {
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
}

.section_title::after {
    content: '';
    height: 2px;
    width: 60px;
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
}

.pc {
    display: inline-block;
}

.sp {
    display: none;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
    height: 94px;
    width: 100%;
    padding: 8px 50px;
    box-sizing: border-box;
    background-color: #fff;
}

header .header-inner {
    width: 100%;
}

header .header-inner .logo {
    max-width: 297px;
    height: auto;
    display: inline-block;
}

header .header-inner .logo-lead {
    display: inline-block;
    position: relative;
    bottom: 16px;
    left: 10px;
}

/* Main Visual
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-visual {
    background: url(../img/mv_pc.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding-top: 44%;
}

.main-visual h1 {
    text-indent: -9999px;
}
/* cp
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-cp {
}
.section-cp .section-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 15px;

}
.section-cp .cp_banner {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 7px 7px 10px #a2a2a2;
}

/* Support
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-support {
    background-image: url(../img/bg_support.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 50px 15px;
}

.section-support .section-inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
}

.section-support h1 {
    max-width: 782px;
    margin: 0 auto 30px;
}

.section-support .flex .support_item {
    flex: 1;
    margin: 0 3%;
    margin-bottom: 1em;
}

.section-support .flex .support_item figure {
    margin-bottom: 30px;
}

.section-support .flex .support_item .support_item_title {
    margin-bottom: 1em;
}

.support-content-bottom {
    padding: 0 3%;
}

.support-content-bottom figure {
    max-width: 324px;
    margin-right: 60px;
}

.section-support .support_list li {
    font-size: 2rem;
    font-weight: 700;
    color: #165f00;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #165f00;
    display: inline-block;
}

.section-support .support_list li::before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../img/icon_check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
}

/* CTA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-cta {
    background-color: #be0000;
    padding: 30px 15px;
}

.cta-buttons .button {
    width: 32%;
    height: 142px;
    border-radius: 15px;
    padding: 7px;
    box-sizing: border-box;
    transition: .2s;
    text-align: center;
    color: #fff;
    font-size:14px;
}

.cta-buttons .button:hover {
    opacity: .8;
}

.cta-buttons .button a {
    display: block;
    border: 3px solid #be0000;
    background-color: #fff;
    height: 60%;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.cta-buttons .button a::after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(../img/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cta-buttons .button a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cta-buttons .button a img:hover {
    opacity: inherit;
}

.cta-buttons .button_order a img {
    max-width: 175px;
    left: 50px;
}

.cta-buttons .button_inquiry a img {
    max-width: 175px;
    left: 50px;
}

.cta-buttons .button_apply a img {
    max-width: 175px;
    left: 40px;
}

/* Merit
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-merit {
    padding: 50px 15px;
    text-align: center;
}

.section-merit .section_title img {
    max-width: 340px;
    margin-right: 10px;
}

.merit-list {
    max-width: 840px;
    margin: 0 auto 50px;
}

.merit-list_item {
    max-width: 220px;
    height: auto;
    position: relative;
}

.merit-list_item::after {
    content: '';
    width: 45px;
    height: 45px;
    background-image: url(../img/icon_plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}

.merit-list_item:last-child::after {
    content: none;
}

.merit_content-bottom {
    background-image: url(../img/bg_check.png);
    background-repeat: repeat;
    padding: 50px 15px;
    margin-right: -15px;
    margin-left: -15px;
}

.merit-box {
    background-color: #fff;
    border: 4px solid #165f00;
    box-sizing: border-box;
    padding: 30px 80px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 140px 140px;
    text-align: left;
}

.merit-box:last-child {
    margin-bottom: 0;
}

.merit-box .merit-box_title {
    text-align: center;
    margin-bottom: 25px;
}

.merit-box01 {
    background-image: url(../img/img_merit-number01.png);
}

.merit-box01 .merit-box_title img {
    max-width: 564px;
}

.merit-box02 {
    background-image: url(../img/img_merit-number02.png);
}

.merit-box02 .merit-box_title img {
    max-width: 505px;
}

.merit-box03 {
    background-image: url(../img/img_merit-number03.png);
}

.merit-box03 .merit-box_title img {
    max-width: 600px;
}

.merit-box02 figure {
    max-width: 775px;
    margin: 25px auto 0;
}

.merit-box03 .flex {
    align-items: center;
}

.merit-box03 figure {
    max-width: 340px;
    margin-right: 60px;
}

.merit-box03 .merit-box_text {
    flex: 1;
}

/* Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-media {
    background-color: #dafaff;
    padding: 50px 15px;
    margin-top: 50px;
}

.media_content-top {
    background-color: #fff;
    border: 6px solid #004976;
    padding: 0 40px 40px;
}

.media_content-top h2 {
    margin-top: -52px;
    margin-right: -46px;
    margin-left: -83px;
}

.media-feature {
    position: relative;
    height: 630px;
    margin-bottom: 40px;
}

.media-feature_item {
    position: absolute;
}

.media-feature_item1 {
    max-width: 211px;
    top: 0;
    left: 40px;
}

.media-feature_item2 {
    max-width: 284px;
    top: 0;
    left: 47.5%;
    transform: translateX(-50%);
}

.media-feature_item3 {
    max-width: 255px;
    top: 0;
    right: 40px;
}

.media-feature_item4 {
    max-width: 256px;
    bottom: 0;
    left: 20px;
}

.media-feature_item5 {
    max-width: 251px;
    bottom: 0;
    left: 48.5%;
    transform: translateX(-50%);
}

.media-feature_item6 {
    max-width: 283px;
    bottom: 0;
    right: 20px;
}

.media-label_item {
    margin: 0 20px;
    background-color: #000;
    padding: 20px 25px;
}

.media_content-bottom {
    background-color: #004976;
    color: #fff;
    padding: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 664px 540px; */
    position: relative;
}

.media-list {
    padding: 0 25px;
    box-sizing: border-box;
}

#grid-cell1 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.media-list_title {
    border-bottom: 3px solid #fff;
    padding-left: 20px;
    padding-bottom: 10px;
}

.media-list_title img {
    height: 34px;
    width: auto;
}

.media-list_item {
    list-style: none;
    margin-top: 20px;
    margin-left: 20px;
}

.media-list_item .media-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.media-list_item .media-name .date {
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 10px;
}

.media-list_item .article {
    justify-content: start;
}

.media-list_item .article .article_image {
    max-width: 160px;
    height: auto;
}

.media-list_item .article .article_title {
    font-size: 1.8rem;
    margin-left: 15px;
}

.media-list_item .article .article_title span {
    font-size: 1.4rem;
    display: block;
}

.twitter-banner {
    position: absolute;
    width: 480px;
    height: 165px;
    bottom: 6px;
    right: 6px;
}

.twitter-banner a {
    transition: .2s;
}

.twitter-banner a:hover {
    opacity: .8;
}

/* PR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-pr {
    padding: 50px 15px;
}

.pr_content {
    border: 6px solid #c8b07d;
    background-image: url(../img/bg_pr02.png);
    padding: 0 40px 40px;
}

.pr_content h2 {
    margin-top: -33px;
    margin-right: -46px;
    margin-left: -99px;
}

.pr_content-top {
    height: 262px;
    background-color: #fff;
    margin: 0 -40px;
    background-image: url(../img/bg_pr01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30px;
}

.pr_content-top_lead {
    max-width: 506px;
    height: auto;
    margin: 0 auto 20px;
}

.pr_content-top_title {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
}

.pr_content-bottom {
    display: grid;
    grid-template-columns: 1fr 440px;
}

#pr_content-bottom_item1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    /* margin-bottom: 30px; */
    margin-top: 30px;
}

#pr_content-bottom_item2 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-right: 12px;
}

#pr_content-bottom_item3 {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    margin-left: -15px;
    margin-right: 40px;
    margin-top: 42px;
}

#pr_content-bottom_item4 {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
}

/* Voice
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-voice {
    text-align: center;
    margin-top: 30px;
}

.voice_content {
    flex-wrap: wrap;
}

.voice_content_item {
    width: 46%;
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 10px 10px rgba(0, 0, 0, 1);
    margin-bottom: 50px;
    position: relative;
}

.voice_content_item .voice_image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_voice.png);
    background-repeat: repeat;
    background-size: cover;
    width: 40%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
}



.voice_content_item .voice_text {
    width: 60%;
    padding: 20px 10px;
}

.voice_content_item4 .voice_text img {
    width: 188px;
}
.voice_content_item .voice_text .voice_lead {
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.voice_content_item .voice_text .voice_name {
    font-size: 130%;
    font-weight: bold;
    color: #fff;
    background: #000;
    border-radius: 50px;
    margin: 0 auto 15px;
}


.voice_content_item .voice_text .voice_comment {
    padding: 0 20px;
    text-align: left;
}

.voice_content_item4 .badge {
    position: absolute;
    width: 139px;
    height: 168px;
    display: block;
    top: -38px;
    left: -49px;
}

/* Flow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-flow {
    text-align: center;
    margin-top: 30px;
    height: 460px;
    margin-bottom: 50px;
}

.flow_content {
    background-color: #d1fac5;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.flow_content::before {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

.flow_content::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.flow_list {
    max-width: 1000px;
    margin: 80px auto;
    background-image: url(../img/img_flow06_pc.png);
    background-repeat: no-repeat;
    background-size: 875px auto;
    background-position: center;
}

.flow_list_item {
    list-style: none;
    max-width: 177px;
}

/* Editor
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-editor {
    background-image: url(../img/bg_editor02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 50px 15px;
    box-sizing: border-box;
}

.editor_content {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 45px 60px 45px 342px;
    box-sizing: border-box;
    outline: 1px solid #575757;
    outline-offset: -5px;
    position: relative;
    box-sizing: border-box;
}

.editor_content::before {
    content: '';
    width: 28px;
    height: 36px;
    background-image: url(../img/img_editor01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 0;
}

.editor_content::after {
    content: '';
    width: 28px;
    height: 36px;
    background-image: url(../img/img_editor01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: 10px;
}

.editor_content figure {
    width: 311px;
    position: absolute;
    left: 0px;
    bottom: 5px;
}

.editor_content_title {
    width: 266px;
    text-align: center;
    display: block;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
    margin: 0 auto 28px;
}

.editor_content_title img {
    width: 180px;
}

/* FAQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-faq {
    text-align: center;
    padding: 50px 15px 0;
}

.faq-list.flex {
    flex-wrap: wrap;
    position: relative;
}

.faq-list .faq-list_item {
    width: 47%;
    border: 4px solid #165f00;
    margin-bottom: 70px;
}

.faq-list .faq-list_item .faq_q {
    background-color: #165f00;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    padding: 50px 30px 30px;
    line-height: 1.3;
    position: relative;
}

.faq-list .faq-list_item .faq_q::before {
    content: '';
    width: 69px;
    height: 69px;
    background-image: url(../img/icon_faq.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}

.faq-list .faq-list_item .faq_a {
    padding: 30px 45px;
    text-align: left;
}

.faq-list figure {
    width: 320px;
    height: 366px;
    margin-left: auto;
}

/* footer
---------------------------------------- */
#footer {
    width: 1000px;
    margin: 0 auto;
}

#footer #assistNav {
    text-align: center;
    margin: 30px 0;
    font-size: 1.2rem;
    zoom: 1;
}

#footer #assistNav:before,
#footer #assistNav:after {
    content: "";
    display: block;
}

#footer #assistNav:after {
    clear: both;
}

#footer #assistNav li {
    display: inline;
    padding-left: 10px;
}

#footer #assistNav li+li {
    border-left: 1px solid #DDD;
    margin-left: 10px;
}

#footer #assistNav li.firstChild {
    padding-left: 0;
    background: none;
}

#footer #assistNav .footerAddress {
    float: left;
}

#footer #assistNav .footerAddress dt {
    float: left;
}

#footer #assistNav .footerAddress dd {
    float: right;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}

#footer #assistNav .footerAddress img {
    max-width: 238px;
}

#copyright {
    margin-top: 10px;
    background-color: #9A9B95;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    padding: 20px 0;
}

/*--------------------------------------------------------
解像度720px以下
--------------------------------------------------------*/
@media only screen and (max-width : 720px) {
    body {
        font-size: 1.6rem;
    }

    /* Common Style
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section_title {
        font-size: 2.3rem;
        line-height: 1.3;
    }

    .section_title::before {
        height: 1px;
        width: 30px;
        left: -50px;
    }

    .section_title::after {
        height: 1px;
        width: 30px;
        right: -50px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: inline-block;
    }

    /* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    header {
        height: 85px;
        padding: 7px 0;
        text-align: center;
    }

    header .header-inner .logo {
        max-width: 168px;
    }

    header .header-inner .logo-lead {
        font-size: 1.3rem;
        bottom: auto;
        left: 0;
    }

    /* Main Visual
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .main-visual {
        background: url(../img/mv_sp.jpg) no-repeat center;
        background-size: cover;
       padding-top: 164.53%;
    }
        /* cp
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-cp .cp_banner {
        box-shadow: 4px 6px 8px #a2a2a2;
    }
    /* Support
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-support {
        padding: 30px 25px;
    }

    .section-support .section-inner {
        border-radius: 15px;
        padding: 20px 15px;
    }

    .support_content-top.flex {
        flex-direction: column;
    }

    .section-support .flex .support_item {
        margin: 0 0 20px;
    }

    .section-support .flex .support_item figure {
        max-width: 200px;
        margin: 0 auto 15px;
    }

    .section-support .flex .support_item .support_item_title {
        text-align: center;
    }

    .section-support .flex .support_item .support_item_title img {
        height: 24px;
        width: auto;
    }

    .support-content-bottom.flex {
        flex-direction: column;
        padding: 0;
    }

    .support-content-bottom figure {
        max-width: 240px;
        margin: 0 auto 20px;
    }

    .section-support .support_list li {
        font-size: 1.5rem;
        border-bottom: none;
        margin-left: 20px;
    }

    .section-support .support_list li span {
        border-bottom: 1px solid #165f00;
    }

    .section-support .support_list li::before {
        width: 21px;
        height: 21px;
        left: -20px;
    }

    /* CTA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-cta {
        padding: 25px;
    }

    .cta-buttons.flex {
        flex-direction: column;
    }

    .cta-buttons .button {
        width: 100%;
        height: 100px;
        border-radius: 10px;
        padding: 4px;
        margin-bottom: 30px;
        font-size:13px;
    }

    .cta-buttons .button a {
        border: 2px solid #be0000;
        border-radius: 6px;
    }

    .cta-buttons .button a::after {
        width: 21px;
        height: 21px;
        right: 20px;
    }

    .cta-buttons .button a img {
        height: 50px;
        width: auto;
    }
    .cta-buttons .order2 a img {
        height: 32px;
    }
    .cta-buttons .button_order a img,.cta-buttons .button_inquiry a img,.cta-buttons .button_apply a img {
        left: calc(50% - 80px);
    }
    .button{
        font-size: 13px;
    }

    /* Merit
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-merit {
        padding: 30px 15px;
        text-align: center;
    }

    .section-merit .section_title img {
        max-width: 200px;
        margin: 0 auto 5px;
        display: block;
    }

    .merit-list {
        margin-bottom: 25px;
    }

    .merit-list_item {
        max-width: 95px;
    }

    .merit-list_item::after {
        width: 21px;
        height: 21px;
        right: -25px;
    }

    .merit-list_item:last-child::after {
        content: none;
    }

    .merit_content-bottom {
        padding: 30px 25px;
    }

    .merit-box {
        padding: 25px 15px;
        margin-bottom: 25px;
        background-size: 80px 80px;
    }

    .merit-box .merit-box_title {
        margin-bottom: 20px;
    }

    .merit-box .merit-box_title .sp {
        display: inline-block;
    }

    .merit-box01 .merit-box_title img {
        max-width: 189px;
    }

    .merit-box02 .merit-box_title img {
        max-width: 189px;
    }

    .merit-box03 .merit-box_title img {
        max-width: 305px;
    }

    .merit-box02 figure {
        max-width: 245px;
        margin: 20px auto 0;
    }

    .merit-box03 .flex {
        flex-direction: column;
    }

    .merit-box03 figure {
        max-width: 275px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* Media
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-media {
        padding: 25px;
        margin-top: 25px;
    }

    .media_content-top {
        border: 2px solid #004976;
        padding: 0 20px 20px;
    }

    .media_content-top h2 {
        margin-top: -47px;
        margin-right: -22px;
        margin-left: -36px;
    }

    .media-feature {
        height: auto;
        margin-bottom: 20px;
        column-count: 2;
        column-gap: 10px;
        margin-top: 10px;
    }

    .media-feature_item {
        position: relative;
        margin: 0;
        display: grid;
        grid-template-rows: 1fr auto;
        margin-bottom: 10px;
        break-inside: avoid;
    }

    .media-feature_item1 {
        max-width: 100%;
        top: auto;
        left: auto;
    }

    .media-feature_item2 {
        max-width: 100%;
        top: auto;
        left: auto;
        transform: none;
    }

    .media-feature_item3 {
        max-width: 100%;
        top: auto;
        right: auto;
    }

    .media-feature_item4 {
        max-width: 100%;
        bottom: auto;
        left: auto;
    }

    .media-feature_item5 {
        max-width: 100%;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .media-feature_item6 {
        max-width: 100%;
        bottom: auto;
        right: auto;
    }

    .media-label {
        flex-wrap: wrap;
    }

    .media-label_item {
        margin: 0 5px 10px;
        padding: 10px;
        text-align: center;
    }

    .media-label_item:first-child {
        width: 28%;
    }

    .media-label_item:nth-child(2) {
        flex: 1;
    }

    .media-label_item img {
        height: 25px;
        width: auto;
    }

    .media_content-bottom {
        padding: 20px 0 2px;
        display: block;
    }

    .media-list {
        padding: 0 25px;
        box-sizing: border-box;
    }

    #grid-cell1 {
        grid-row: none;
        grid-column: none;
    }

    .media-list_title {
        border-bottom: 2px solid #fff;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .media-list_title img {
        height: 20px;
    }

    .media-list_item {
        list-style: none;
        margin-top: 10px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .media-list_item .media-name {
        font-size: 1.8rem;
        margin-bottom: 7px;
        line-height: 1;
    }

    .media-list_item .media-name .date {
        font-size: 1.2rem;
    }

    .media-list_item .article {
        justify-content: start;
    }

    .media-list_item .article .article_image {
        max-width: 95px;
    }

    .media-list_item .article .article_title {
        font-size: 1.4rem;
        margin-left: 10px;
        line-height: 1.3;
    }

    .media-list_item .article .article_title span {
        font-size: 1.2rem;
    }

    .twitter-banner {
        position: relative;
        width: 100%;
        padding: 0 2px;
        box-sizing: border-box;
        height: auto;
        bottom: auto;
        right: auto;
    }

    /* PR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-pr {
        padding: 25px;
    }

    .pr_content {
        border: 3px solid #c8b07d;
        padding: 0 25px 25px;
    }

    .pr_content h2 {
        margin-top: -24px;
        margin-right: -28px;
        margin-left: -45px;
    }

    .pr_content-top {
        height: auto;
        margin: 0 -25px;
        background-size: 200%;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .pr_content-top_lead {
        max-width: 217px;
        margin: 0 auto 10px;
    }

    .pr_content-top_title {
        max-width: 300px;
    }

    .pr_content-bottom {
        display: block;
    }

    #pr_content-bottom_item1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #pr_content-bottom_item2 {
        margin-right: -12px;
        margin-bottom: 0;
    }

    #pr_content-bottom_item3 {
        margin-left: -13px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 0;
    }

    /* Voice
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-voice {
        margin-top: 25px;
        padding: 0 25px;
        margin-bottom: 25px;
    }

    .voice_content {
        flex-direction: column;
    }

    .voice_content_item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        box-shadow: 6px 6px rgba(0, 0, 0, 1);
    }

 

  


    .voice_content_item .voice_text .voice_name {
        margin: 0 auto 15px;
    }


    .voice_content_item .voice_text .voice_comment {
        padding: 0;
    }

    .voice_content_item4 .badge {
        width: 70px;
        height: auto;
        top: -21px;
        left: -28px;
    }

    /* Flow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-flow {
        margin-top: 25px;
        height: 370px;
        margin-bottom: 50px;
    }

    .section-flow .section_title {
        margin-bottom: 15px;
    }

    .flow_content::before {
        height: 2px;
        top: 5px;
    }

    .flow_content::after {
        height: 2px;
        bottom: 5px;
    }

    .flow_list {
        margin: 15px auto 15px;
        background-image: url(../img/img_flow06_sp.png);
        background-size: 70% auto;
        background-position: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .flow_list_item {
        max-width: 30%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* Editor
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-editor {
        background-size: auto 300px;
        height: auto;
        padding: 0 25px 25px;
        margin: 100px auto;
    }

    .editor_content {
        background-image: none;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        width: 100%;
        padding: 185px 20px 20px;
        outline: 1px solid #575757;
        outline-offset: -5px;
        position: relative;
        height: auto;
    }

    .editor_content::before {
        content: '';
        width: 16px;
        height: 20px;
        background-image: url(../img/img_editor01.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        left: 0;
    }

    .editor_content::after {
        content: '';
        width: 16px;
        height: 20px;
        background-image: url(../img/img_editor01.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -5px;
        right: 10px;
    }

    .editor_content figure {
        width: 210px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }

    .editor_content_title {
        width: 106px;
        padding-bottom: 5px;
        margin: 0 auto 15px;
    }

    .editor_content_title img {
        width: 106px;
    }

    /* FAQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .section-faq {
        text-align: center;
        padding: 30px 25px;
    }

    .faq-list .faq-list_item {
        width: 100%;
        border: 2px solid #165f00;
        margin-bottom: 30px;
    }

    .faq-list .faq-list_item .faq_q {
        font-size: 2rem;
        padding: 25px 20px 15px;
    }

    .faq-list .faq-list_item .faq_q::before {
        width: 41px;
        height: 41px;
        top: -20px;
    }

    .faq-list .faq-list_item .faq_a {
        padding: 20px;
        text-align: left;
    }

    .faq-list figure {
        position: relative;
        width: 160px;
        height: 183px;
        right: auto;
        bottom: auto;
        margin: 0 auto;
    }

    /* footer
    ---------------------------------------- */
    #footer {
        width: 100%;
    }

    #ftelBox {
        text-align: center;
        margin: 10px 25px 20px 25px;
        display: block;
    }

    .ftel {
        padding: 5px 10px 5px 20px;
        margin: 0 1%;
        color: #FFF;
        background: -moz-linear-gradient(top,
                #FF9444 0%,
                #F06406);
        background: -webkit-gradient(linear, left top, left bottom,
                from(#FF9444),
                to(#F06406));
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .ftel a {
        font-size: 14px;
        color: #FFF;
        background: none;
        width: auto;
        display: inline;
    }

    .ftel span {
        text-decoration: none;
        font-size: 30px;
        text-align: center;
        display: inline-block;
        background: none;
        padding-left: 5px;
        color: #FFF;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .telIcon {
        background: url(../img/icon_tel.png) no-repeat 0 center;
        background-size: 14%;
        font-size: 13px;
        padding: 2% 0 2% 10%;
    }

    .teltxt {
        font-size: 21px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #copyright {
        background: #000;
        font-size: 1rem;
        margin-top: 0;
    }

}
