@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

section:not(.indexVisual):not(.indexSolution):not(.indexReason):not(.orderVisual):not(.indexTable):not(.developerVisual):not(.developerSpirit):not(.voiceVisual):not(.voicePoint):not(.voiceUsed):not(.faq) {
    opacity: 1;
}


/*clear fix*/

.l-container:after,
.l-grid:after,
.l-grid--pc:after,
.l-grid--sp:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}


/*
 * Mixin for placeholder
 * @include placeholderColor(red);
 */


/* ==========================
base
========================== */

html {
    height: 100%;
    width: 100%;
}

body {
    background: #FFF;
    color: #323232;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

img {
    line-height: 0;
    vertical-align: bottom;
}


/* ==========================
* link & color
========================== */

a {
    color: #31a8b7;
    text-decoration: underline;
    transition: all .2s;
}

a img {
    opacity: 1;
    transition: all .2s;
}

a:hover {
    color: #2c96a3;
}

a:hover img {
    opacity: .8;
}

a:active {
    color: #2c96a3;
}

:not(input)::-moz-selection:not(textarea)::-moz-selection {
    color: white;
    background: #323232;
}

:not(input)::selection:not(textarea)::selection {
    color: white;
    background: #323232;
}


/* ==========================
clear
========================== */

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.inner:after {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}


/* ==========================
    bootstrap overwrite
========================== */

.text-danger {
    color: #f61717;
}

.img-radius {
    border-radius: 50%;
}


/* ==========================
    loader
========================== */

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    width: 100%;
    height: 120%;
    background-color: #FFF;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

#loadingWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 290px;
    height: 210px;
    margin: auto;
    padding: 30px;
    text-align: center;
    background: #FFF;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
}

#loadingWrap p {
    padding-top: 15px;
}

#loading {
    margin: 42px auto;
    font-size: 11px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #0048a3, 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.5), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.7), 1.8em -1.8em 0 0em #0048a3, 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.5), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7), 2.5em 0em 0 0em #0048a3, 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5), 2.5em 0em 0 0em rgba(0, 72, 163, 0.7), 1.75em 1.75em 0 0em #0048a3, 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.5), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.7), 0em 2.5em 0 0em #0048a3, -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.5), 0em 2.5em 0 0em rgba(0, 72, 163, 0.7), -1.8em 1.8em 0 0em #0048a3, -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.5), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.7), -2.6em 0em 0 0em #0048a3, -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.5), -2.6em 0em 0 0em rgba(0, 72, 163, 0.7), -1.8em -1.8em 0 0em #0048a3;
    }
}

@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #0048a3, 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.5), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.7), 1.8em -1.8em 0 0em #0048a3, 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.5), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.7), 2.5em 0em 0 0em #0048a3, 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.5), 2.5em 0em 0 0em rgba(0, 72, 163, 0.7), 1.75em 1.75em 0 0em #0048a3, 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.5), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.7), 0em 2.5em 0 0em #0048a3, -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.2), -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.5), 0em 2.5em 0 0em rgba(0, 72, 163, 0.7), -1.8em 1.8em 0 0em #0048a3, -2.6em 0em 0 0em rgba(0, 72, 163, 0.2), -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.5), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.7), -2.6em 0em 0 0em #0048a3, -1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0, 72, 163, 0.2), 1.8em -1.8em 0 0em rgba(0, 72, 163, 0.2), 2.5em 0em 0 0em rgba(0, 72, 163, 0.2), 1.75em 1.75em 0 0em rgba(0, 72, 163, 0.2), 0em 2.5em 0 0em rgba(0, 72, 163, 0.2), -1.8em 1.8em 0 0em rgba(0, 72, 163, 0.5), -2.6em 0em 0 0em rgba(0, 72, 163, 0.7), -1.8em -1.8em 0 0em #0048a3;
    }
}


/* ============
* common
============== */

body {
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

.cl::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.btn-orderRound {
    background: #fff;
    border-color: #ff9200;
    color: #ff9200;
    box-shadow: none;
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (max-width: 768px) {
    .indexBtn p .btn-orderRound {
        box-shadow: none;
    }
}


/* ==========================
common
========================== */


/* CTAファーストビュー */

.indexBtn-first {
    padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
    .indexBtn-first {
        padding: 50px 0;
    }
}

.indexBtn-first p {
    width: 570px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .indexBtn-first p {
        width: 100%;
    }
}

.indexBtn-first p .btn-orderRound {
    border-radius: 120px;
    height: 120px;
    line-height: 1.2;
    padding: 34px 0;
    font-size: 42px;
    border: 1px solid #ff9200;
    background: #ff9200;
    color: #fff;
    font-weight: bold;
    position: relative;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .indexBtn-first p .btn-orderRound {
        border-radius: 80px;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0;
        font-size: 30px;
    }
}

.indexBtn-first p .btn-orderRound:hover {
    background: #fff;
    color: #ff9200;
}

.indexBtn-first p .btn-orderRound::before {
    display: block;
    content: "";
    width: 91px;
    height: 106px;
    background: url("../images/btn_bln.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -60px;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .indexBtn-first p .btn-orderRound::before {
        width: 71px;
        height: 86px;
        top: -40px;
        left: 10px;
    }
}

.c-snsBox {
    float: right;
}

.c-snsBox li {
    margin-left: 10px;
}

.c-snsBox--fb {
    vertical-align: top;
}

.c-snsBox--tw>iframe {
    vertical-align: bottom;
}

.c-title--attachment {
    display: table;
    width: 100%;
}

.c-title--attachment h3 {
    display: table-cell;
    padding: 47px 0 0;
    font-size: 60px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    color: #0d3442;
}

.c-title--borderRound {
    display: table;
    margin: auto;
    padding: 4px 40px;
    border: 5px solid #174d8d;
    background: #FFF;
    color: #174d8d;
    font-weight: bold;
    font-size: 28px;
    border-radius: 100px;
}

@media screen and (max-width: 768px) {
    .c-title--borderRound {
        padding: 11px 16px 6px;
        border: 3px solid #174d8d;
        font-size: 19px;
        text-align: center;
        line-height: 1.3;
    }
}

@media screen and (max-width: 365px) {
    .c-title--borderRound {
        padding: 11px 16px 9px;
        font-size: 15px;
    }
}

.c-bg--gray {
    background-color: #f9f9f9;
}

.c-bg--blue {
    background-color: #d3e5fa;
}

.c-bg--check {
    background: url("../images/common_bg_check.gif") repeat;
}

.c-bg--checkBox {
    min-height: 100px;
    padding: 40px 30px;
    border: 3px solid #0d3442;
    border-radius: 11px;
    background: url("../images/common_bg_check.gif") repeat;
}

.c-bg--dot {
    background: url("../images/common_bg_dot_blue.gif") repeat;
}

.c-bg--underline--blue {
    display: inline-block;
    height: 52px;
    background: url("../images/common_bg_underline_blue.png") repeat-x left 41px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .c-bg--underline--blue {
        height: 39px;
        background: url("../images/common_bg_underline_blue.png") repeat-x left 31px;
    }
}

@media screen and (max-width: 365px) {
    .c-bg--underline--blue {
        height: 37px;
        background: url("../images/common_bg_underline_blue.png") repeat-x left 22px;
    }
}

.c-bg--fixed {
    position: absolute;
}

@media screen and (max-width: 768px) {
    .c-bg--fixed {
        display: none;
    }
}

.c-bg--attachment-1 {
    height: 4302px;
    background: url("../images/attachment_bg_1.jpg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .c-bg--attachment-1 {
        background: url("../images/attachment_bg_1.jpg") no-repeat left top;
        background-size: 80%;
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1920px) {
    .c-bg--attachment-1 {
        background: url("../images/attachment_bg_1.jpg") no-repeat left top;
        background-size: 72%;
        background-attachment: fixed;
    }
}

.c-bg--attachment-2 {
    height: 2816px;
    background: url("../images/attachment_bg_2.jpg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .c-bg--attachment-2 {
        background: url("../images/attachment_bg_2.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1920px) {
    .c-bg--attachment-2 {
        background: url("../images/attachment_bg_2.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

.c-bg--attachment-3 {
    height: 1551px;
    background: url("../images/attachment_bg_3.jpg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .c-bg--attachment-3 {
        background: url("../images/attachment_bg_3.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

.c-bg--attachment-4 {
    height: 1684px;
    background: url("../images/attachment_bg_4.jpg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .c-bg--attachment-4 {
        background: url("../images/attachment_bg_4.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1920px) {
    .c-bg--attachment-4 {
        background: url("../images/attachment_bg_4.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

.c-bg--attachment-5 {
    height: 1891px;
    background: url("../images/attachment_bg_5.jpg") no-repeat center top;
}

@media screen and (min-width: 769px) {
    .c-bg--attachment-5 {
        background: url("../images/attachment_bg_5.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1920px) {
    .c-bg--attachment-5 {
        background: url("../images/attachment_bg_5.jpg") no-repeat center top;
        background-size: 100%;
        background-attachment: fixed;
    }
}

.c-heading--index {
    height: 213px;
    background: #0d3442;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-heading--index {
        height: initial;
    }
}

.c-heading--aqua {
    background: #2aa1d9;
}

.c-heading--gray {
    background: #3f3f3f;
}

.c-icon--size {
    display: block;
    background-color: #111;
    padding: 20px;
    width: 137px;
    height: 137px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.c-icon--size span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    .c-icon--size {
        top: -40px;
        width: 80px;
        height: 80px;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) and (max-width: 365px) {
    .c-icon--size {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 768px) {
    .c-icon--size img {
        height: 30px;
    }
}

@media screen and (max-width: 365px) {
    .c-icon--size img {
        height: 23px;
    }
}

@media screen and (max-width: 768px) {
    .c-icon--size span {
        margin-top: 3px;
        font-size: 11px;
    }
}

.c-text-annotation {
    color: #d9534f;
    font-size: 12px;
}

.c-arrow-right {
    position: relative;
}

.c-arrow-right::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-left-color: #e50e0e;
    margin-top: -10px;
    right: -20px;
    top: 50%;
}

.c-arrow-right:before {
    display: block;
    position: absolute;
    right: -40px;
    z-index: 10;
    content: '';
}

.c-arrow-right--red {
    position: relative;
}

.c-arrow-right--red::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 23px;
    border-left-color: #e50e0e;
    margin-top: -23px;
    right: -46px;
    top: 50%;
}

.c-arrow-right--red:before {
    position: absolute;
    right: -70px;
}

@media screen and (max-width: 365px) {
    .c-arrow-right--red:before {
        position: absolute;
        right: -56px;
    }
}

.c-arrowBottom {
    position: relative;
}

.c-arrowBottom::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-top-color: #fb8b1e;
    margin-left: -10px;
    left: 50%;
    bottom: -20px;
}

.c-arrowBottom:before {
    display: block;
    position: absolute;
    right: -40px;
    z-index: 10;
    content: '';
}

.c-arrow-bottom {
    position: relative;
    width: 48px;
    height: 70px;
    margin: auto;
}

.c-arrow-bottom:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10;
    content: '';
    width: 48px;
    height: 70px;
    margin: auto;
    background: url("../images/common_arrow_bottom.png") no-repeat center center;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
    .c-arrow-bottom:after {
        top: 0;
    }
}

.c-arrow-bottom--white:after {
    bottom: 50px;
    background: url("../images/common_arrow_bottom_white.png") no-repeat center center;
}

@media screen and (max-width: 768px) {
    .c-arrow-bottom--white:after {
        top: 28px;
    }
}

.c-checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: -6px 10px 0 0;
    padding: 0;
    border-radius: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .c-checkbox {
        width: 25px;
        height: 25px;
        margin: -6px 7px 0 0;
    }
}

.c-checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    border: 5px solid #174d8d;
    border-radius: 6px;
    content: '';
}

@media screen and (max-width: 768px) {
    .c-checkbox:after {
        width: 25px;
        height: 25px;
    }
}

.c-checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 0;
    left: 8px;
    display: block;
    margin-top: -7px;
    width: 23px;
    height: 32px;
    border-right: 8px solid #e50e0e;
    border-bottom: 8px solid #e50e0e;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .c-checkbox:before {
        width: 15px;
        height: 25px;
    }
}

input[type=checkbox]:checked+.c-checkbox:before {
    opacity: 1;
}

.c-checkbox label {
    display: block;
}

.c-sectionOrder {
    padding: 55px;
    background: #1c305e;
    color: #FFF;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-sectionOrder {
        padding: 4%;
    }
}

.c-sectionOrder .title-sup {
    margin-bottom: 10px;
}

.c-sectionOrder .btn-wrap--asideOrder {
    margin: -30px auto 20px;
}

@media screen and (max-width: 768px) {
    .c-sectionOrder .btn-wrap--asideOrder {
        margin: 0 auto 20px;
    }
}

.common-choise .heading-box {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .common-choise .heading-box {
        margin-bottom: 20px;
    }
}

.common-choise-list {
    display: table;
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .common-choise-list {
        display: block;
        width: 100%;
        padding: 20px 0 10px;
    }
}

.common-choise-list li {
    display: table-cell;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .common-choise-list li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .common-choise-list li {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
}

.common-choise-list li dl {
    padding: 10px;
    background: #fff;
}

.common-choise-list li dl dt {
    position: relative;
    margin-bottom: 17px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .common-choise-list li dl dt {
        width: 100px;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.common-choise .icon {
    display: block;
    position: absolute;
    top: -80px;
    left: -10px;
    background-color: #0d3442;
    padding: 20px;
    width: 137px;
    height: 137px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.common-choise .icon span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    .common-choise .icon {
        top: -40px;
        width: 60px;
        height: 60px;
        padding: 2px;
    }
    .common-choise .icon img {
        height: 20px;
    }
    .common-choise .icon span {
        margin-top: 3px;
        font-size: 8px;
    }
}

.common-choise .size {
    display: inline-block;
    border: 2px solid;
    padding: 6px 8px 4px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .common-choise .size {
        width: 100px;
        font-size: 10px;
    }
}

.common-choise .price {
    display: inline-block;
    float: right;
    vertical-align: middle;
    text-align: right;
    line-height: 0.9;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .common-choise .price {
        float: none;
        margin-top: 5px;
        font-size: 10px;
    }
}

.common-choise .price span {
    color: #e60012;
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: -.01em;
}

@media screen and (max-width: 768px) {
    .common-choise .price span {
        font-size: 36px;
    }
}

@media screen and (max-width: 365px) {
    .common-choise .price span {
        font-size: 30px;
    }
}

.common-choise .price small {
    font-weight: normal;
    font-size: 14px;
}

.common-choise .price small b {
    font-weight: bold;
}

.common-choise-table {
    width: 100%;
    padding: 10px;
    margin: 6px auto 20px;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .common-choise-table {
        font-size: 12px;
    }
}

.common-choise-table tr {
    border-bottom: 1px solid #eee;
}

.common-choise-table th,
.common-choise-table td {
    padding: 5px;
}

.common-choise-table td {
    font-weight: 600;
    text-align: right;
}


/* ==========================
aside
========================== */

aside {
    margin: 40px auto 0;
}

aside .aside-list li {
    float: left;
    width: 50%;
    padding: 6.5% 7% 3%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    aside .aside-list li {
        padding: 1% 1%;
    }
}

aside .aside-list li dl {
    position: relative;
    margin-bottom: 30px;
    border-radius: 13px;
    border: 3px solid #0d3442;
}

@media screen and (max-width: 768px) {
    aside .aside-list li dl {
        margin-bottom: 5px;
    }
}

aside .aside-list li dl dt .ballon {
    position: absolute;
    top: -70px;
    left: -30px;
}

@media screen and (max-width: 768px) {
    aside .aside-list li dl dt .ballon {
        top: -40px;
        left: -10px;
        width: 80px;
    }
}

aside .aside-list li dl dd {
    padding: 10px 20px 20px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    aside .aside-list li dl dd {
        min-height: 170px;
    }
}

@media screen and (max-width: 768px) {
    aside .aside-list li dl dd {
        padding: 5px;
        min-height: 120px;
        letter-spacing: 0.02em;
    }
}

@media screen and (max-width: 365px) {
    aside .aside-list li dl dd {
        min-height: 135px;
    }
}

aside .aside-list h4 {
    margin-bottom: 5px;
    color: #0d3442;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 768px) {
    aside .aside-list h4 {
        font-size: 16px;
    }
}

aside .aside-list p {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    aside .aside-list p {
        font-size: 10px;
    }
}

aside .aside-list p small {
    display: block;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    aside .aside-list p small {
        display: inline;
        font-size: 9px;
    }
}

@media screen and (max-width: 768px) {
    aside .aside-list .row,
    aside .aside-list .col-md-8 {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    aside .aside-list .row {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {
    aside .aside-list .btn-blue {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
        height: 44px;
        line-height: 28px;
    }
    aside .aside-list .btn-blue img {
        width: 120px;
    }
}

.asideOrder {
    margin: 30px auto 0;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    color: #0d3442;
}

@media screen and (max-width: 768px) {
    .asideOrder {
        top: 0;
        margin: 0;
    }
}

.asideOrder__heading {
    position: relative;
    padding: 40px 0 26px;
    background: #0d3442;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .asideOrder__heading {
        padding: 20px 0 15px;
    }
}

.asideOrder__heading h2 {
    font-size: 64px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .asideOrder__heading h2 {
        font-size: 24px;
    }
}

.asideOrder__heading span {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .asideOrder__heading .l-container {
        padding: 0;
    }
}

.asideOrder__authority {
    position: absolute;
    top: 40px;
    left: 530px;
}

@media screen and (max-width: 768px) {
    .asideOrder__authority {
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
    }
}

.asideOrder__authority li {
    display: inline-block;
    width: 48%;
    margin-left: 4%;
}

.asideOrder__authority li img {
    width: 118px;
}

@media screen and (max-width: 768px) {
    .asideOrder__authority li img {
        width: 130px;
    }
}

.asideOrder__content {
    padding: 30px 0;
    background: url("../images/aside_order_img.png") no-repeat right 100px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .asideOrder__content {
        background: url(../images/aside_order_img.png) no-repeat 70px 131px;
        background-size: 46%;
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .asideOrder__content.l-container {
        padding: 280px 10px 20px;
    }
}

.asideOrder__content__txt {
    width: 55%;
    margin: 30px 0 50px;
}

@media screen and (max-width: 768px) {
    .asideOrder__content__txt {
        width: 100%;
        margin: 20px 0;
    }
}

.asideOrder__content .title {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 1.3;
}

.asideOrder__content .title .logo-txt {
    display: block;
    margin: 20px auto 0;
    font-size: 13px;
}

.asideOrder__content .title .title-line {
    display: inline-block;
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .title .title-line {
        display: none;
    }
}

.asideOrder__content .title-sup {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .title-sup {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.asideOrder__content .img-logo {
    display: block;
    width: 400px;
    margin: -5px auto 0;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .img-logo {
        width: 90%;
        margin: -5px auto 0;
    }
}

.asideOrder__content .description {
    margin: 24px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .description {
        margin: 14px auto;
        line-height: 1.2;
    }
}

.asideOrder__content .text-size {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #0d3442;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .text-size {
        padding: 10px;
        font-size: 15px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 768px) {
    .asideOrder__content .btn-wrap--asideOrder {
        margin: 24px auto 20px;
    }
}

.asideOrder__content .list-feature {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-family: 'Montserrat', 'Century Gothic', CenturyGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.asideOrder__content .list-feature li {
    display: inline-block;
    width: 125px;
    height: 120px;
    margin-left: 11px;
    background: #FFF;
    border: 3px solid #0d3442;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .list-feature li:nth-child(4n+1) {
        margin-left: 12%;
    }
}

@media screen and (max-width: 768px) {
    .asideOrder__content .list-feature li {
        width: 24%;
        height: initial;
        margin-bottom: 3.5%;
        margin-left: 1.3%;
    }
}

.asideOrder__content .list-feature li .heading {
    display: table;
    width: 100%;
    background: #0d3442;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.asideOrder__content .list-feature li h3 {
    display: table-cell;
    height: 52px;
    padding: 7px 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .list-feature li h3 {
        height: 45px;
        padding: 7px 0;
        font-size: 9px;
        letter-spacing: -1px;
    }
}

.asideOrder__content .list-feature li h3 small {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -2px;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .list-feature li h3 small {
        font-size: 8px;
    }
}

.asideOrder__content .list-feature li i {
    display: table;
    width: 54px;
    margin: 9px auto 0;
    text-align: center;
}

.asideOrder__content .list-feature li i img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .asideOrder__content .list-feature li i {
        width: 67%;
        margin: 9px auto;
    }
}

.asideOrder__benefits {
    position: relative;
    padding: 40px 0 40px;
    background: #0d3442;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits {
        padding: 5px;
    }
}

.asideOrder__benefits__box {
    padding: 15px;
    background: #c60707;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__box {
        padding: 10px;
    }
}

.asideOrder__benefits__box__title {
    overflow: hidden;
}

.asideOrder__benefits__box__title h2 {
    float: left;
    padding: 10px 0 10px 180px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__box__title h2 {
        float: none;
        padding: 10px 20px 0px 40px;
    }
}

.asideOrder__benefits__label {
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__label {
        padding: 0px 0px 0px 150px;
    }
}

.asideOrder__benefits__ribbon {
    position: absolute;
    top: -71px;
    left: -64px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__ribbon {
        top: -20px;
        left: -18px;
        width: 110px;
    }
}

.asideOrder__benefits__boxin {
    overflow: hidden;
    padding: 40px;
    background: #fff;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin {
        padding: 30px 10px 10px;
        margin: -20px 0 0;
    }
}

.asideOrder__benefits__boxin .benefits_icon {
    display: inline-block;
    padding: 6px 15px 8px 40px;
    border-radius: 25px;
    background: #c60707 url("../images/benefits_icon.png") 10px center no-repeat;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_icon {
        padding: 3px 15px 6px 40px;
    }
}

.asideOrder__benefits__boxin .benefits_icon img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_icon img {
        width: 40px;
    }
}

.asideOrder__benefits__boxin .benefits_no1,
.asideOrder__benefits__boxin .benefits_no2 {
    float: left;
    width: 200px;
    height: 240px;
    margin-right: 20px;
    border: 3px solid #c60707;
    border-radius: 10px;
}

.asideOrder__benefits__boxin .benefits_no1 .benefits_icon,
.asideOrder__benefits__boxin .benefits_no2 .benefits_icon {
    position: relative;
    top: -15px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no1,
    .asideOrder__benefits__boxin .benefits_no2 {
        width: 49%;
        padding-bottom: 15px;
        height: 170px;
        padding: 0 5px 0;
        margin: 0 0 20px 0;
    }
    .asideOrder__benefits__boxin .benefits_no1 .benefits_icon,
    .asideOrder__benefits__boxin .benefits_no2 .benefits_icon {
        position: relative;
        top: -15px;
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no2 {
        float: right;
    }
}

.asideOrder__benefits__boxin .benefits_no1 h3 {
    margin-bottom: 20px;
}

.asideOrder__benefits__boxin .benefits_no2 h3 img {
    position: relative;
    z-index: 10;
}

.asideOrder__benefits__boxin .benefits_no2 .benefits_no2img {
    position: relative;
    top: -20px;
    left: -10px;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no2 .benefits_no2img {
        top: -20px;
        left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no1img,
    .asideOrder__benefits__boxin .benefits_no2img {
        width: 100px;
    }
}

.asideOrder__benefits__boxin .benefits_no3,
.asideOrder__benefits__boxin .benefits_no4,
.asideOrder__benefits__boxin .benefits_no5 {
    display: table;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no3,
    .asideOrder__benefits__boxin .benefits_no4,
    .asideOrder__benefits__boxin .benefits_no5 {
        clear: both;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
}

.asideOrder__benefits__boxin .benefits_no3 h3,
.asideOrder__benefits__boxin .benefits_no4 h3,
.asideOrder__benefits__boxin .benefits_no5 h3 {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no3 h3,
    .asideOrder__benefits__boxin .benefits_no4 h3,
    .asideOrder__benefits__boxin .benefits_no5 h3 {
        display: block;
        float: none;
        margin: 0 0 5px;
        text-align: center;
    }
}

.asideOrder__benefits__boxin .benefits_no3 span,
.asideOrder__benefits__boxin .benefits_no4 span,
.asideOrder__benefits__boxin .benefits_no5 span {
    display: table-cell;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no3 span,
    .asideOrder__benefits__boxin .benefits_no4 span,
    .asideOrder__benefits__boxin .benefits_no5 span {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
}

.asideOrder__benefits__boxin .benefits_no3 .benefits_icon,
.asideOrder__benefits__boxin .benefits_no4 .benefits_icon,
.asideOrder__benefits__boxin .benefits_no5 .benefits_icon {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no3 .benefits_icon,
    .asideOrder__benefits__boxin .benefits_no4 .benefits_icon,
    .asideOrder__benefits__boxin .benefits_no5 .benefits_icon {
        display: inline-block;
        float: none;
        position: relative;
        left: 0%;
        margin-right: 0;
    }
}

.asideOrder__benefits__boxin .benefits_no3txt,
.asideOrder__benefits__boxin .benefits_no4txt,
.asideOrder__benefits__boxin .benefits_no5txt {
    float: left;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .benefits_no3txt,
    .asideOrder__benefits__boxin .benefits_no4txt,
    .asideOrder__benefits__boxin .benefits_no5txt {
        float: none;
    }
}

.asideOrder__benefits__boxin .btn.btn-order {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .asideOrder__benefits__boxin .btn.btn-order {
        width: 100%;
    }
}


/**************
footer
***************/

.footer {
    /* padding: 22px 0 120px; */
    padding: 30px 0 30px;
    background: #f1f1f1;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 55px;
    }
}

.footer .c-snsBox {
    float: left;
    margin-left: 140px;
}

@media screen and (max-width: 768px) {
    .footer .c-snsBox {
        float: right;
        margin-left: 0;
        padding: 10px;
    }
}

.footer__pagetop a {
    display: block;
    position: relative;
    top: -20px;
    width: 85px;
    height: 85px;
    margin: 0 auto 0;
    border-radius: 50%;
    background: #d7cfad;
    line-height: 55px;
    text-align: center;
}

.footer__pagetop a img {
    vertical-align: middle;
}

.footer__logo {
    float: left;
}

.footer__logo--company {
    display: inline-block;
    width: 150px;
}

.footer__logo--company img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .footer__logo--company {
        display: block;
        margin: 0 auto 10px;
        float: none;
        text-align: center;
    }
}

.footer__menu {
    float: left;
    margin-left: 10px;
    font-size: 11px;
    color: #222;
}

@media screen and (max-width: 768px) {
    .footer__menu {
        width: 100%;
    }
}

.footer__menu>li {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .footer__menu>li {
        width: 48%;
        text-align: center;
    }
}

.footer ul.links {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .footer ul.links {
        border-top: 1px solid #ddd;
    }
}

.footer ul.links li {
    display: inline-block;
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .footer ul.links li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        margin: 0;
    }
}

.footer ul.links li a {
    text-decoration: none;
    color: #000;
}

.footer ul.links li a:hover {
    color: #ff9200;
}

.footer .copyright {
    font-size: 11px;
}


/* ============
* header
============== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.9);
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 5px 0;
    }
}

.header .logo {
    float: left;
    width: 208px;
}

@media screen and (max-width: 768px) {
    .header .logo {
        width: 150px;
        margin-left: 10px;
    }
}

.header .logo a {
    display: block;
    width: 208px;
}

@media screen and (max-width: 768px) {
    .header .logo a {
        width: inherit;
    }
}

.header .logo img {
    width: 100%;
}


/* ============
* l-container
============== */

.l-container {
    position: relative;
    width: 1150px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .l-container {
        width: 100%;
        padding: 0px 2%;
    }
}


/*.l-main {
  overflow: hidden; }
*/

.l-right {
    float: right;
}

.l-left {
    float: left;
}

@media screen and (min-width: 769px) {
    .l-grid {
        display: block !important;
    }
}

.l-grid>li {
    float: left;
}


/*.l-grid > li:first-child {
    margin-left: 0 !important; }*/

.l-grid--pc>li {
    float: left;
}

.l-grid--pc>li:first-child {
    margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .l-grid--pc>li {
        float: none;
        margin-left: 0 !important;
    }
}

.l-grid--sp>li {
    float: none;
}

@media screen and (max-width: 768px) {
    .navHeader .l-grid>li {
        float: none;
    }
    .l-grid--sp>li {
        float: left;
    }
    .l-grid--sp>li:first-child {
        margin-left: 0 !important;
    }
}


/* ============
* nav
============== */

nav.fixed {
    position: fixed;
    top: 10px;
}

.navHeader {
    float: right;
    margin-top: 13px;
}

.navHeader li a {
    color: #ff9200;
    font-size: 17px;
    text-decoration: none;
}

.navHeader li a:hover {
    text-decoration: none;
}

.navHeader li .btn {
    border: 1px solid #999;
    box-shadow: none;
}

.navHeader li .btn:hover {
    background: #ff9200;
    color: #fff;
}

.navHeader .nav-list-1 {
    margin-left: 5px;
    padding: 5px 5px;
    background: transparent;
    border-radius: 40px;
    transition: all .8s;
    /* ページカレント */
}

.navHeader .nav-list-1 a {
    color: #000;
    font-weight: 500;
}

.navHeader .nav-list-1:hover {
    background: #ff9200;
}

.navHeader .nav-list-1:hover a {
    color: #FFF;
}

.navHeader .nav-list-1.active {
    background: #333;
}

.navHeader .nav-list-1.active a {
    color: #FFF;
}

.navHeader .nav-list-2 {
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.navHeader .nav-list-2 .btn {
    background: #fff;
    color: #999;
}

.navHeader .btn-orderRound {
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #999;
    text-decoration: none;
}

.navHeader .btn-orderRound:hover {
    background-color: #ff9200;
    color: #FFF;
}

.navHeader .nav-list-3 {
    position: relative;
    top: -8px;
    margin-left: 10px;
}

.navHeader .nav-list-3 .btn {
    background: #ec5437;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    /* font-weight: bold; */
    padding: 10px 15px 40px;
    border: none;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15), inset 0px 1px 2px rgba(255, 255, 255, 0.5), inset 0px -2px 2px rgba(0, 0, 0, 0.15);
}

.navHeader .nav-list-2 .btn:hover,
.navHeader .nav-list-3 .btn:hover {
    background: #ffcc34;
    color: #000;
    border-color: #ffcc34;
}

.icon-hamburger {
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 50px;
    display: none;
    margin-bottom: 0.4em;
    right: 10px;
}

.icon-hamburger span {
    background: #ff9200;
    display: block;
    height: 5px;
    /*left: 50%;*/
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 30%;
    width: 70%;
    right: 0;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
    background: #ff9200;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 70%;
    width: 100%;
}

.icon-hamburger span::before {
    margin-top: -38%;
}

.icon-hamburger span::after {
    margin-top: 19%;
}

@media screen and (max-width: 768px) {
    .navHeader {
        margin: 0;
        position: relative;
        float: none;
    }
    .l-grid {
        position: absolute;
        width: 100%;
        /*background-color: rgba(255,255,255,0.9);*/
        background-color: #FFFCDE;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 20px 20px 20px 0;
        top: 3em;
        display: none;
    }
    .navHeader .nav-list-1 {
        text-align: center;
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .navHeader .nav-list-2 {
        margin-top: 30px;
    }
    .icon-hamburger {
        display: inline-block;
    }
}

.navFixed {
    position: fixed;
    top: 40Vh;
    right: 0;
    z-index: 998;
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (max-width: 768px) {
    /*.navFixed {
      position: fixed;
      top: initial;
      bottom: 0;
      left: 0; }*/
    .navFixed {
        position: fixed;
        top: initial;
        bottom: initial;
        left: initial;
        right: 6em;
        margin-top: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    .navFixed {
        position: fixed;
        top: initial;
        bottom: initial;
        left: initial;
        right: 5em;
        margin-top: 0.5em;
    }
}

.navFixed ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    writing-mode: tb-rl;
    /*IE*/
    -o-writing-mode: vertical-rl;
    /*Opera*/
    -webkit-writing-mode: vertical-rl;
    /*Chrome, Safari*/
    writing-mode: vertical-rl;
    /*Firefox, Edge*/
    transition: all 0.3s;
    /*max-height: 160px;*/
    max-height: 400px;
    display: none;
}

@media screen and (max-width: 768px) {
    .navFixed ul li:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .navFixed ul li:last-child .icon-nav {
        left: 8px;
    }
}

@media screen and (max-width: 365px) {
    .navFixed ul li:last-child .icon-nav {
        left: 2px;
    }
}

@media screen and (max-width: 768px) {
    .navFixed ul li {
        float: left;
        width: 33.3%;
        margin-bottom: 0;
        border-radius: 0;
        writing-mode: initial;
        -o-writing-mode: initial;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        height: 40px;
        border-radius: 10px;
        display: initial;
    }
}

.navFixed ul li a {
    display: block;
    padding: 25px 25px 25px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
}

.navFixed ul li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .navFixed ul li a {
        padding: 0.93em 1em;
        font-size: 1.2em;
        line-height: 0.7em;
    }
}

@media screen and (max-width: 414px) {
    .navFixed ul li a {
        padding: 0.82em 0.5em;
        font-size: 0.85em;
        line-height: 2em;
    }
}

.navFixed ul li a:hover img {
    opacity: 1 !important;
}

.navFixed ul li:hover img {
    opacity: 1 !important;
}

.navFixed ul li .icon-nav {
    display: inline-block;
    width: 30px;
    margin-bottom: 6px;
    border-radius: 100px;
}

@media screen and (max-width: 768px) {
    .navFixed ul li .icon-nav {
        float: left;
        position: relative;
        top: -3px;
        width: 20px;
    }
}

.navFixed__index {
    background: #0d3442;
    border-right: 1px solid rgba(51, 51, 51, 0.4);
}

@media screen and (max-width: 768px) {
    .navFixed__index {
        letter-spacing: -0.03em;
    }
}

@media screen and (max-width: 365px) {
    .navFixed__index {
        letter-spacing: -0.1em;
    }
}

.navFixed__index:hover {
    background: #000202;
}

.navFixed__now_free {
    background: #db3a1b;
}

.navFixed__now_free:hover {
    background: #ED9C28;
}

.navFixed__developer {
    background: #111;
}

.navFixed__developer:hover {
    background: #373737;
}

.navFixed__voice {
    background: #0d3442;
}

.navFixed__voice:hover {
    background: #15566d;
}

.navFixed__faq {
    background: #d34649;
}

.navFixed__faq:hover {
    background: #e34b4e;
}

.navFixed__order {
    background: #ff9200;
}

.navFixed__order:hover {
    background: #ffa833;
}

.navFixed__badge {
    width: 70px !important;
    max-width: initial;
    position: absolute;
    top: -40px;
    left: -44px;
}

@media screen and (max-width: 768px) {
    .navFixed__badge {
        position: absolute;
        top: -20px;
        left: 0;
        width: 40px !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.go-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 40px;
    z-index: 99999;
}

.go-to-top a:hover,
.go-to-top a:visited {
    text-decoration: none;
    color: #333;
}

.go-to-top-button {
    background-color: #eee;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    font-size: 22px;
}


/* ============
* btn
============== */

button:focus {
    outline: none;
}

.btn {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 7px 10px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.5s ease;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    color: #FFF;
}


/* ============
* btn-font-size
============== */

.btn--biggest {
    font-size: 30px;
}

.btn--x-large {
    font-size: 25px;
}

.btn--large {
    font-size: 15px;
}

.btn--middle {
    font-size: 13px;
}

.btn--small {
    font-size: 10px;
}


/* ============
* btn-height-size
============== */

.btn-thin {
    height: 22px;
    padding: 3px 5px;
    font-size: 11px;
}


/* ============
* btn-sns
============== */

.btn-facebook {
    background: #5789B0;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background: #3c617f;
}

.btn-twitter {
    background: #69BDDB;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background: #30a0c8;
}

.btn-googleplus {
    background: #DB6969;
}

.btn-googleplus:hover,
.btn-googleplus:focus {
    background: #c83030;
}

.btn-arrow-left:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 37px;
    content: '\f105';
    display: inline-block;
    height: 39px;
    margin: auto;
    font-family: FontAwesome;
    font-size: 30px;
    transition: all .2s;
}

.btn-arrow-left:hover:before,
.btn-arrow-left:focus:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 42px;
}


/* ============
* btn-style
============== */

.btn-wrap {
    display: table;
    margin: auto;
}

.btn-wrap--renewal {
    text-align: center;
    background: url("../images/common_btn_bg_renewal.png") no-repeat center 16px;
    background-size: 338px 49px;
}

.btn-wrap--renewal img.item {
    display: block;
    width: 300px;
    margin: auto;
    padding-left: 15px;
}

.btn-wrap--renewal p {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
}

.btn-wrap--asideOrder {
    display: table;
    margin: 40px auto;
}

.btn-wrap--asideOrder .btn {
    display: inline-block;
    padding: 23px 80px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .btn-wrap--asideOrder .btn {
        padding: 15px 30px;
        font-size: 18px;
    }
}

.btn-order {
    padding: 20px 20px;
    border: none;
    background: #fb8b1e;
    box-shadow: inset 0px -3px 0px 0px #b05803;
    border-radius: 100px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .btn-order {
        padding: 15px;
    }
}

.btn-order:hover,
.btn-order:focus {
    background: #e27104;
}

.btn-order .arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.btn-order .cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 10px;
}

.btn-orderRound {
    padding-left: 10px;
    border: none;
    background: #fd3b15;
    box-shadow: inset 0px -3px 0px 0px #ab1d01;
    display: inline-block;
    padding: 0 22px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
    border-radius: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
}

.btn-orderRound:not(:target) {
    line-height: 43px\;
}

 :root .btn-orderRound {
    line-height: 43px\;
}

.btn-orderRound:hover,
.btn-orderRound:focus {
    background: #dd2602;
}

.btn-developerRound {
    display: inline-block;
    padding: 20px 70px;
    border-radius: 40px;
    background: #111111;
}

.btn-developerRound:after {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    display: inline-block;
    width: 11px;
    height: 13px;
    margin: auto;
    content: '';
    background: url("../images/common_icon_arrow_white.png") no-repeat;
    background-size: 100%;
}

.btn-developerRound:hover,
.btn-developerRound:focus {
    background: #373737;
}

.btn-blue {
    background: #0d3442;
    display: inline-block;
    padding: 0 30px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    line-height: 2.1;
}

.btn-blue:not(:target) {
    line-height: 60px\;
}

 :root .btn-blue {
    line-height: 60px\;
}

.btn-grayRound {
    padding: 20px 20px;
    border: none;
    border-radius: 40px;
    background: #d8d8d8;
    box-shadow: inset 0px -3px 0px 0px #a2a2a2;
    font-weight: bold;
    color: #6f6f6f;
}

.btn-grayRound .arrow:after {
    position: absolute;
    top: 7px;
    right: 20px;
    bottom: 0;
    content: "\f105";
    font-family: FontAwesome;
    margin: auto;
    font-size: 14px;
}

.btn-grayRound:hover,
.btn-grayRound:focus {
    color: #FFF;
    background: #9a9a9a;
    box-shadow: inset 0px -3px 0px 0px #848484;
}

.btn-outlineRound,
.btn-outlineRound--white {
    background: transparent;
}

.btn-outlineRound--white {
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    border-radius: 40px;
    border: 1px solid #FFF;
}

.btn-outlineRound--white:after {
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 34px;
    display: inline-block;
    margin: auto;
    content: '\f105';
    font-family: FontAwesome;
}

.btn-default {
    background: #CCC;
}

.btn-default:hover {
    background: #b3b3b3;
}


/* ============
* contact
============== */

input[type="text"],
input[type="password"],
textarea {
    width: 100%;
    padding: 12px;
    list-height: 2;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    background: #FFF;
    box-sizing: border-box;
    transition: all 0.30s ease-in-out;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #f9fdff;
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.6);
    border: 1px solid rgba(81, 203, 238, 0.6);
}

input.error,
textarea.error {
    width: 100%;
    float: left;
    background: white;
    box-shadow: 0 0 5px #f9e2e2;
    border: 1px solid #f0b9b8;
}

input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    margin-left: 5px;
}

input[type="radio"] {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    margin-left: 5px;
}

input[type="submit"][disabled] {
    background: #DCDCDC;
    cursor: not-allowed;
}

.section-orderdetail label.radio {
    display: inline-block;
}

.section-orderdetail .help-block {
    margin-bottom: 0;
    padding: 7px 10px;
    background: #fef2f2;
    border-radius: 7px;
}

.checkbox label {
    display: block;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

.radio,
.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
}

.radio:hover,
.checkbox:hover {
    background-color: #eaeaea;
}

.radio:hover:after,
.checkbox:hover:after {
    border-color: #58a2f5;
}

.radio:after,
.checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
}

.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #58a2f5;
    content: '';
    opacity: 0;
}

input[type=radio]:checked+.radio:before {
    opacity: 1;
}

.checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #58a2f5;
    border-bottom: 3px solid #58a2f5;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
    opacity: 1;
}

.help-block-error {
    color: #d9534f;
}

.errorMessage {
    color: #d9534f;
}

.errorSummary {
    max-width: 900px;
    width: 80%;
    margin: 20px auto;
    padding: 20px;
}

.errorSummary {
    border-radius: 6px;
    color: #d9534f;
    background: white;
    border: 1px solid #f4cecd;
}

.errorSummary p {
    color: #d9534f;
}

.errorSummary li {
    color: #d9534f;
}


/* ============
* headlines
============== */

.headline-sup {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 48px;
    font-weight: 700;
}

.headline-sup:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    margin: 6px auto 18px;
    text-align: inherit;
    background: #d9534f;
}

.headline--borderBottom {
    border-bottom: 2px solid #323232;
}

.headline--borderBottom .headline-title--page {
    font-size: 25px;
    font-weight: bold;
    line-height: 2.2;
}

.headline--borderLeft {
    border-left: 2px solid #323232;
}

.headline--borderLeft .headline-title--page {
    margin-top: 40px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}

.headline__title--wide {
    margin: 35px auto;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}


/* ============
* iconfont
============== */


/* ============
* label
============== */

.m-label {
    padding: 4px 3px;
    border-radius: 5px;
    color: white;
    line-height: 1;
}

.m-label--product {
    background: #0d3442;
}

.m-label--evolution {
    background: #e50e0e;
}

.m-label--evolution small {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0;
}


/* m-modal
-------------------------*/

.js-modal__content {
    display: none;
}

.m-modal .js-modal__content {
    display: block;
}

a.js-modal--open {
    cursor: pointer;
}

a.js-modal--open:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .m-modal__box-under-shadow {
        position: relative;
        z-index: 999;
        box-shadow: 0 1px 12px -3px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 1px 12px -3px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 1px 12px -3px rgba(0, 0, 0, 0.8);
    }
}

.m-modal__image--scroll {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 200px;
    height: 70px;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .m-modal__image--scroll {
        display: block;
    }
}

.m-modal__image--scroll img {
    width: 60px;
}

.m-modal__seed {
    position: relative;
    z-index: 12;
}

.m-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99ffffff, EndColorStr=#99ffffff);
    /*IE8以下用*/
}

.m-modal__box {
    position: relative;
    width: inherit;
    background: #ffffff;
    border: 1px solid #eaeaea;
}

@media screen and (max-width: 768px) {
    .m-modal__box {
        padding: 10px;
    }
}

.m-modal__box .c-text--caution {
    font-size: 13px;
    font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
    .m-modal__box .c-text--caution {
        font-size: 10px;
        font-size: 1rem;
    }
}

.m-modal__title {
    padding: 8px;
    background: #00479d;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.m-modal__description {
    padding: 5px 10px;
}

.m-modal__description p:first-child {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .m-modal__description p:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .m-modal__text--update {
        padding: 10px;
    }
}

.m-modal__inner {
    overflow: auto;
    position: relative;
    height: 55vh;
    margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
    .m-modal__inner {
        overflow: auto;
        height: 430px;
        box-shadow: inset 0 -5px 12px -3px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 -5px 12px -3px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 -5px 12px -3px rgba(0, 0, 0, 0.8);
    }
}

.m-modal__inner .table-modal {
    margin-top: -1px;
}

.m-modal__inner .table-modal th,
.m-modal__inner .table-modal td {
    padding: 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.m-modal__inner .table-modal th {
    width: 150px;
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .m-modal__inner .table-modal th {
        width: auto;
    }
}

.m-modal__inner .table-modal td table th {
    width: 100px;
}

.m-modal__inner .table-modal td table th:nth-child(3) {
    width: auto;
}

.m-modal__inner .table-modal dl dt {
    background: #f0f0f0;
    padding: 5px 10px;
    margin: 10px 0 5px;
    font-weight: bold;
}

.m-modal__inner .table-modal dl dt:first-child {
    margin-top: 0;
}

.m-modal__inner .table-modal dl dd dl {
    margin-top: 10px;
}

.m-modal__inner .table-modal dl dd dl dt {
    background: none;
    padding: 0;
    margin: 0;
}

.m-modal__inner .card-com {
    width: 100%;
    margin: 10px auto;
}

.m-modal__inner .card-com th {
    width: 60px;
}

.m-modal__close {
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    font-weight: bold;
    border-radius: 4px;
    background: #040404;
    color: #FFF;
    font-size: 14px;
    transition: 0.3s all;
    text-decoration: none;
    text-align: center;
}

.m-modal__close:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .m-modal__close {
        z-index: 999;
        width: 100%;
        padding: 14px 0;
        border-radius: 0;
        text-align: center;
    }
}

.m-modal__close:hover,
.m-modal__close:focus {
    color: #FFF;
    background: #505050;
}

.m-modal__close i {
    display: inline-block;
    margin-right: 5px;
}


/* ============
* social
============== */

.social__list li {
    width: 100%;
    margin-top: 10px;
}

.social__list li:first-child {
    margin-top: 0;
}

.auth-link {
    display: inline-block;
    width: inherit;
}

.auth-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: auto;
    vertical-align: text-bottom;
}

.auth-link.facebook {
    background: #5789B0;
}

.auth-link.facebook:hover {
    background: #3c617f;
}

.auth-icon.facebook {
    background: url("../imagesicon_facebook.svg") no-repeat;
}

.auth-link.twitter {
    background: #69BDDB;
}

.auth-link.twitter:hover {
    background: #30a0c8;
}

.auth-icon.twitter {
    background: url("../imagesicon_twitter.svg") no-repeat;
}

.auth-link.google {
    background: #DB6969;
}

.auth-link.google:hover {
    background: #c83030;
}

.auth-icon.google {
    background: url("../imagesicon_googleplus.svg") no-repeat;
}


/* ============
* state
============== */

.is-overhidden {
    overflow: hidden;
}

.is-text--link {
    color: #31a8b7;
    text-decoration: underline;
}

.is-text--arrow {
    text-decoration: underline;
    color: #323232;
}

.is-text--arrow:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-right: 3px;
    background: url("../imagescommon_icon_arrow_right.svg") no-repeat;
    -webkit-background-size: 4px;
    -o-background-size: 4px;
    background-size: 4px;
}


/* ==========================
is-errorStyle
========================== */

.is-errorStyle {
    box-shadow: 0 0 5px 0 rgba(255, 0, 0, 0.6);
    outline: 0;
    border: 1px #ff9e9e solid !important;
    background-color: #ffedee !important;
}


/* ==========================
is-anchor
========================== */

.is-anchor--dev {
    display: block;
    position: relative;
    top: -20px;
}


/* ==========================
is-vertical
========================== */

.is-vertical--middle {
    vertical-align: middle !important;
}

.is-vertical--top {
    vertical-align: top !important;
}

.is-vertical--baseline {
    vertical-align: baseline !important;
}

.is-vertical--text-bottom {
    vertical-align: text-bottom !important;
}


/* ==========================
is-color
========================== */

.is-hidden--sp {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .is-hidden--sp {
        /*display: none !important;*/
    }
}

.is-visible--sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .is-visible--sp {
        display: block !important;
    }
}


/* ==========================
is-bgColor
========================== */

.is-bgColor--base {
    background: #252525 !important;
}


/* ==========================
is-hover--circle
========================== */

.is-hover--circle {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.is-hover--circle::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 35%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: .3s;
}

.is-hover--circle:hover::after {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
}


/* ==========================
is-alpha--hover
========================== */

.is-alpha--hover,
.is-alpha--hover img {
    transition: all 0.4s ease;
}

.is-alpha--hover:hover,
.is-alpha--hover:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.is-hover--effect {
    position: relative;
    display: block;
}

.is-hover--effect:hover img {
    transform: rotate(0) scale(1);
}

.is-hover--effect:hover .is-hover--caption {
    transform: rotateY(0) rotateX(0);
    opacity: 1;
}

.is-hover--effect .is-hover--caption {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transform: rotateY(-90deg) rotateX(-90deg);
    transition: all .3s;
}

.is-hover--effect .is-hover--more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 30px;
    margin: auto;
}

.is-hover--effect .is-hover--more:before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 20px;
    color: #FFF;
    display: inline-block;
}

.is-scaleUp--img img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.is-scaleUp--img img:hover {
    scale: 1.2;
}

.is-scaleUp--img {
    overflow: hidden;
}

.is-triangle--top {
    position: relative;
}

.is-triangle--top::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-left: -10px;
    left: 50%;
    top: -20px;
}

.is-triangle--right {
    position: relative;
}

.is-triangle--right::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-left-color: rgba(255, 255, 255, 0.2);
    margin-top: -10px;
    right: -20px;
    top: 50%;
}

.is-triangle--bottom {
    position: relative;
}

.is-triangle--bottom::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-top-color: rgba(255, 255, 255, 0.2);
    margin-left: -10px;
    left: 50%;
    bottom: -20px;
}

.is-triangle--left {
    position: relative;
}

.is-triangle--left::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-right-color: rgba(255, 255, 255, 0.2);
    margin-top: -10px;
    left: -20px;
    top: 50%;
}

.is-triangle--left--red {
    position: relative;
}

.is-triangle--left--red::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 10px;
    border-right-color: #323232;
    margin-top: -10px;
    left: -20px;
    top: 50%;
}


/* ============
* table
============== */

.must {
    padding-left: 5px;
    font-size: 11px;
    color: #CD4F4F;
}

.m-table-figure {
    width: 330px;
}

@media screen and (max-width: 768px) {
    .m-table-figure {
        width: 90%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 768px) {
    .m-table-figure tbody {
        width: 100%;
    }
}

.m-table-figure tbody th,
.m-table-figure tbody td {
    padding: 3px 10px;
    background: #FFF;
    border: 2px solid #2467a3;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .m-table-figure tbody th,
    .m-table-figure tbody td {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .m-table-figure tbody th {
        width: 80%;
    }
}

.m-table-figure tbody td {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .m-table-figure tbody td {
        width: 20%;
    }
}

.m-table-figure tr:nth-child(even) th,
.m-table-figure tr:nth-child(even) td {
    background: #ebf8fc;
}


/* ==========================
u-fst // フォントスタイル
========================== */

.u-fst-1 {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.u-fst-num {
    font-family: 'Oswald', 'Montserrat', sans-serif;
}


/* ==========================
u-fs // フォントサイズ
========================== */

.u-fs10 {
    font-size: 10px;
}

.u-fs11 {
    font-size: 11px;
}

.u-fs12 {
    font-size: 12px;
}

.u-fs13 {
    font-size: 13px;
}

.u-fs14 {
    font-size: 14px;
}

.u-fs15 {
    font-size: 15px;
}

.u-fs16 {
    font-size: 16px;
}

.u-fs17 {
    font-size: 17px;
}

.u-fs18 {
    font-size: 18px;
}

.u-fs19 {
    font-size: 19px;
}

.u-fs20 {
    font-size: 20px;
}

.u-fs21 {
    font-size: 21px;
}

.u-fs22 {
    font-size: 22px;
}

.u-fs23 {
    font-size: 23px;
}

.u-fs24 {
    font-size: 24px;
}

.u-fs25 {
    font-size: 25px;
}

.u-fs26 {
    font-size: 26px;
}

.u-fs27 {
    font-size: 27px;
}

.u-fs28 {
    font-size: 28px;
}

.u-fs29 {
    font-size: 29px;
}

.u-fs30 {
    font-size: 30px;
}

.u-fs31 {
    font-size: 31px;
}

.u-fs32 {
    font-size: 32px;
}

.u-fs33 {
    font-size: 33px;
}

.u-fs34 {
    font-size: 34px;
}

.u-fs35 {
    font-size: 35px;
}

.u-fs36 {
    font-size: 36px;
}

.u-fs37 {
    font-size: 37px;
}

.u-fs38 {
    font-size: 38px;
}

.u-fs39 {
    font-size: 39px;
}

.u-fs40 {
    font-size: 40px;
}


/* ==========================
u-text
========================== */

.u-marker--yellow {
    background: linear-gradient(transparent 50%, #fff100 50%);
}


/* ==========================
u-text
========================== */

.u-text--link {
    display: block;
    color: #31a8b7;
    text-align: right;
}

.u-text--weight {
    font-size: larger;
    font-weight: bold;
}

.u-text--initial {
    font-size: initial;
    font-weight: initial;
}

.u-box--center {
    display: block;
    margin: auto !important;
    text-align: center;
}


/* ============
* u-w*p
============== */

.u-w10p {
    width: 10% !important;
}

.u-w20p {
    width: 20% !important;
}

.u-w30p {
    width: 30% !important;
}

.u-w40p {
    width: 40% !important;
}

.u-w50p {
    width: 50% !important;
}

.u-w60p {
    width: 60% !important;
}

.u-w70p {
    width: 70% !important;
}

.u-w80p {
    width: 80% !important;
}

.u-w90p {
    width: 90% !important;
}

.u-w100p {
    width: 100% !important;
}


/* ==========================
u-p
========================== */

.u-p1 {
    padding: 1px;
}

.u-p2 {
    padding: 2px;
}

.u-p3 {
    padding: 3px;
}

.u-p4 {
    padding: 4px;
}

.u-p5 {
    padding: 5px;
}

.u-p6 {
    padding: 6px;
}

.u-p7 {
    padding: 7px;
}

.u-p8 {
    padding: 8px;
}

.u-p9 {
    padding: 9px;
}

.u-p10 {
    padding: 10px;
}

.u-p11 {
    padding: 11px;
}

.u-p12 {
    padding: 12px;
}

.u-p13 {
    padding: 13px;
}

.u-p14 {
    padding: 14px;
}

.u-p15 {
    padding: 15px;
}

.u-p16 {
    padding: 16px;
}

.u-p17 {
    padding: 17px;
}

.u-p18 {
    padding: 18px;
}

.u-p19 {
    padding: 19px;
}

.u-p20 {
    padding: 20px;
}

.u-p21 {
    padding: 21px;
}

.u-p22 {
    padding: 22px;
}

.u-p23 {
    padding: 23px;
}

.u-p24 {
    padding: 24px;
}

.u-p25 {
    padding: 25px;
}

.u-p26 {
    padding: 26px;
}

.u-p27 {
    padding: 27px;
}

.u-p28 {
    padding: 28px;
}

.u-p29 {
    padding: 29px;
}

.u-p30 {
    padding: 30px;
}

.u-p31 {
    padding: 31px;
}

.u-p32 {
    padding: 32px;
}

.u-p33 {
    padding: 33px;
}

.u-p34 {
    padding: 34px;
}

.u-p35 {
    padding: 35px;
}

.u-p36 {
    padding: 36px;
}

.u-p37 {
    padding: 37px;
}

.u-p38 {
    padding: 38px;
}

.u-p39 {
    padding: 39px;
}

.u-p40 {
    padding: 40px;
}


/* ==========================
u-m
========================== */

.u-mt5 {
    margin-top: 5px;
}

.u-mt10 {
    margin-top: 10px;
}

.u-mt20 {
    margin-top: 20px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mt40 {
    margin-top: 40px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mr10 {
    margin-right: 10px;
}

.u-mr20 {
    margin-right: 20px;
}

.u-mr30 {
    margin-right: 30px;
}

.u-mr40 {
    margin-right: 40px;
}

.u-mr50 {
    margin-right: 50px;
}

.u-mb10 {
    margin-bottom: 10px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb40 {
    margin-bottom: 40px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-ml10 {
    margin-left: 10px;
}

.u-ml20 {
    margin-left: 20px;
}

.u-ml30 {
    margin-left: 30px;
}

.u-ml40 {
    margin-left: 40px;
}

.u-ml50 {
    margin-left: 50px;
}


/* ==========================
u-p
========================== */

.u-pt10 {
    padding-top: 10px;
}

.u-pt11 {
    padding-top: 11px;
}

.u-pt12 {
    padding-top: 12px;
}

.u-pt13 {
    padding-top: 13px;
}

.u-pt14 {
    padding-top: 14px;
}

.u-pt15 {
    padding-top: 15px;
}

.u-pt16 {
    padding-top: 16px;
}

.u-pt17 {
    padding-top: 17px;
}

.u-pt18 {
    padding-top: 18px;
}

.u-pt19 {
    padding-top: 19px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pt21 {
    padding-top: 21px;
}

.u-pt22 {
    padding-top: 22px;
}

.u-pt23 {
    padding-top: 23px;
}

.u-pt24 {
    padding-top: 24px;
}

.u-pt25 {
    padding-top: 25px;
}

.u-pt26 {
    padding-top: 26px;
}

.u-pt27 {
    padding-top: 27px;
}

.u-pt28 {
    padding-top: 28px;
}

.u-pt29 {
    padding-top: 29px;
}

.u-pt30 {
    padding-top: 30px;
}

.u-pt31 {
    padding-top: 31px;
}

.u-pt32 {
    padding-top: 32px;
}

.u-pt33 {
    padding-top: 33px;
}

.u-pt34 {
    padding-top: 34px;
}

.u-pt35 {
    padding-top: 35px;
}

.u-pt36 {
    padding-top: 36px;
}

.u-pt37 {
    padding-top: 37px;
}

.u-pt38 {
    padding-top: 38px;
}

.u-pt39 {
    padding-top: 39px;
}

.u-pt40 {
    padding-top: 40px;
}

.u-pt50 {
    padding-top: 50px;
}

.u-pr10 {
    padding-right: 10px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pr30 {
    padding-right: 30px;
}

.u-pr40 {
    padding-right: 40px;
}

.u-pr50 {
    padding-right: 50px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pb20 {
    padding-bottom: 20px;
}

.u-pb30 {
    padding-bottom: 30px;
}

.u-pb40 {
    padding-bottom: 40px;
}

.u-pb50 {
    padding-bottom: 50px;
}

.u-pl10 {
    padding-left: 10px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pl30 {
    padding-left: 30px;
}

.u-pl40 {
    padding-left: 40px;
}

.u-pl50 {
    padding-left: 50px;
}


/* ============
* lh*
============== */

.u-lh1 {
    line-height: 1 !important;
}

.u-lh1_1 {
    line-height: 1.1 !important;
}

.u-lh1_2 {
    line-height: 1.2 !important;
}

.u-lh1_3 {
    line-height: 1.3 !important;
}

.u-lh1_4 {
    line-height: 1.4 !important;
}

.u-lh1_5 {
    line-height: 1.5 !important;
}

.u-lh1_6 {
    line-height: 1.6 !important;
}

.u-lh1_7 {
    line-height: 1.7 !important;
}

.u-lh1_8 {
    line-height: 1.8 !important;
}

.u-lh1_9 {
    line-height: 1.9 !important;
}

.u-lh2 {
    line-height: 2 !important;
}

.u-lh2_1 {
    line-height: 2.1 !important;
}

.u-lh2_2 {
    line-height: 2.2 !important;
}

.u-lh2_3 {
    line-height: 2.3 !important;
}

.u-lh2_4 {
    line-height: 2.4 !important;
}

.u-lh2_5 {
    line-height: 2.5 !important;
}

.u-lh2_6 {
    line-height: 2.6 !important;
}

.u-lh2_7 {
    line-height: 2.7 !important;
}

.u-lh2_8 {
    line-height: 2.8 !important;
}

.u-lh2_9 {
    line-height: 2.9 !important;
}

.u-lh3 {
    line-height: 3 !important;
}

.u-text--red {
    color: #e60012;
}

.ttl,
.sub,
h2,
.indexVisual .max ul li,
.lead,
.ttl_s {
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
}


/* ============
* index
============== */

.indexVisual {
    padding: 100px 2% 2%;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .indexVisual {
        padding: 50px 2% 2%;
    }
}

.indexVisual .wrapper {
    background: url("../images/main_bg.jpg") no-repeat;
    background-size: 100% auto;
    padding: 6% 0;
}

@media screen and (max-width: 768px) {
    .indexVisual .box .catch {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .indexVisual .box .catch__text {
        width: 30%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .indexVisual .box .catch__logo {
        width: 70%;
    }
}

.indexVisual .box .sub {
    display: table;
    padding: 10px 0 20px 70px;
}

@media screen and (max-width: 768px) {
    .indexVisual .box .sub {
        padding: 50px 0 10px;
        font-size: 10px;
    }
}

.indexVisual .box .sub p {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

@media screen and (max-width: 768px) {
    .indexVisual .box .sub p {
        padding-right: 5px;
    }
}

.indexVisual .box .main_badge {
    margin-bottom: 30px;
}

.indexVisual .max {
    box-shadow: 3px 3px 8px #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.indexVisual .max .ttl {
    font-size: 30px;
    background: #0d3442;
    color: #fff;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .indexVisual .max .ttl {
        font-size: 21px;
    }
}

@media screen and (max-width: 365px) {
    .indexVisual .max .ttl {
        font-size: 16px;
    }
}

.indexVisual .max ul {
    width: 100%;
}

.indexVisual .max ul li {
    width: 20%;
    float: left;
    border-right: 1px dashed #d9d9d9;
    text-align: center;
    padding: 40px 5px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    color: #0d3442;
}

@media screen and (max-width: 768px) {
    .indexVisual .max ul li {
        width: 50%;
        padding: 15px 10px;
    }
    .indexVisual .max ul li:first-child {
        width: 100%;
    }
    .indexVisual .max ul li:nth-child(2n+1) {
        border-right: none;
    }
    .indexVisual .max ul li:first-child,
    .indexVisual .max ul li:nth-child(2),
    .indexVisual .max ul li:nth-child(3) {
        border-bottom: 1px dashed #d9d9d9;
    }
}

@media screen and (max-width: 365px) {
    .indexVisual .max ul li {
        font-size: 13px;
    }
}

.indexVisual .max ul li:last-child {
    border-right: none;
}

.indexVisual .max ul li .img {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    min-height: 58px;
}

.indexVisual .max ul li .img p {
    display: table-cell;
    vertical-align: middle;
}

.indexVisual .max ul li span {
    color: #ff9200;
}

.indexSolution {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .indexSolution img {
        width: 100%;
    }
    .indexSolution .btm .ttl img {
        width: 80%;
    }
}

.indexReason {
    padding: 70px 0;
}

@media screen and (max-width: 768px) {
    .indexReason {
        padding: 40px 0;
    }
}

@media screen and (max-width: 365px) {
    .indexReason {
        padding: 20px 0;
    }
}

.indexReason .l-ttl {
    text-align: center;
}

.indexReason .l-ttl .sub {
    font-size: 24px;
    padding: 20px 0 30px;
}

@media screen and (max-width: 768px) {
    .indexReason .l-ttl .sub {
        font-size: 18px;
    }
}

.indexReason ul li {
    width: 32%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 5%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexReason ul li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.indexReason ul li:nth-child(3n) {
    margin-right: 0;
}

.indexReason ul li:nth-child(3n+1) {
    clear: both;
}

.indexReason ul li .num {
    background: #fff;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    top: 6px;
    left: 7px;
}

.indexReason ul li .num span {
    display: block;
    font-size: 16px;
}

.indexReason ul li .num::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -13px;
    bottom: 25%;
    transform: translateY(-50%);
}

.indexReason ul li .ttl {
    padding: 7px 7px 7px 55px;
    text-align: center;
    background: #0d3442;
    color: #ffd040;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.indexReason ul li .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    padding: 10px;
    background: #f1f1f1;
    font-size: 14px;
    line-height: 1.5;
    min-height: 200px;
}

@media screen and (max-width: 768px) {
    .indexReason ul li .txt {
        min-height: inherit;
        padding: 15px;
    }
}

.indexIntro {
    padding: 0 0 70px;
}

.indexIntro .l-ttl {
    text-align: center;
    margin-bottom: 40px;
}

.indexIntro .l-ttl .sub {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .indexIntro .l-ttl .sub {
        font-size: 18px;
    }
}

.indexIntro .l-ttl h2 {
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .indexIntro .l-ttl h2 {
        font-size: 28px;
    }
}

.indexIntro .l-ttl h2 span {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .indexIntro .l-ttl h2 span {
        font-size: 21px;
    }
}

.indexIntro .l-ttl h2 b {
    color: #ff9200;
}

.indexIntro ul {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

.indexIntro ul li {
    width: 18%;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 5%;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .indexIntro ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.indexIntro ul li:nth-child(5n) {
    margin-right: 0;
}

.indexIntro ul li:nth-child(5n+1) {
    clear: both;
}

.indexIntro ul li .ttl {
    font-weight: bold;
    font-size: 14px;
}

.indexIntro ul li .ttl.st {
    letter-spacing: -1px;
}

.indexIntro ul li .img {
    padding: 10px 0;
}

.indexIntro ul li .txt {
    font-size: 13px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .indexIntro ul li .txt {
        font-size: 14px;
    }
}

.indexFive {
    padding: 0 0 30px;
    background: #ffa42a;
    position: relative;
}

.indexFive::before {
    display: block;
    content: "";
    width: 286px;
    height: 86px;
    border-radius: 86px;
    background: #ffa42a;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .indexFive::before {
        width: 90%;
        height: 60px;
        border-radius: 60px;
        top: -30px;
    }
}

.indexFive .l-ttl {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    position: relative;
    top: -20px;
}

@media screen and (max-width: 768px) {
    .indexFive .l-ttl {
        top: -10px;
    }
}

.indexFive .l-ttl .sub {
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .indexFive .l-ttl .sub {
        font-size: 24px;
    }
}

.indexFive .l-ttl h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 5px auto 20px;
}

@media screen and (max-width: 768px) {
    .indexFive .l-ttl h2 {
        font-size: 28px;
    }
}

.indexFive .l-ttl h2 span {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .indexFive .l-ttl h2 span {
        font-size: 21px;
    }
}

.indexFive .l-ttl h2 .yl {
    color: #fff551;
}

.indexFive .l-ttl h2 .bk {
    color: #000;
}

.indexFive ul {
    text-align: center;
}

.indexFive ul li {
    width: 31%;
    min-height: 176px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 .5% 4%;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    line-height: 1.4;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexFive ul li {
        width: 100%;
        min-height: inherit;
        display: block;
    }
}

.indexFive ul li .img {
    position: absolute;
    top: 15px;
    left: 15px;
}

@media screen and (max-width: 768px) {
    .indexFive ul li .img {
        width: 50px;
    }
}

.indexFive ul li .ttl {
    font-size: 30px;
    font-weight: bold;
    color: #224065;
    line-height: 1.2;
    text-align: center;
    padding: 18px 0 24px 52px;
}

@media screen and (max-width: 768px) {
    .indexFive ul li .ttl {
        font-size: 24px;
        padding: 12px 0 20px 70px;
        text-align: left;
    }
}

.indexFive ul li .ttl.md {
    font-size: 28px;
    letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
    .indexFive ul li .ttl.md {
        font-size: 24px;
    }
}

.indexFive ul li .ttl.st {
    font-size: 24px;
    padding: 10px 0 15px 40px;
}

@media screen and (max-width: 768px) {
    .indexFive ul li .ttl.st {
        padding: 12px 0 20px 70px;
    }
}

.indexFive ul li .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    padding: 5px;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 14px;
    text-align: left;
}

.indexFive ul li .now {
    width: 55px;
    height: 48px;
    padding: 7px 2px;
    border-radius: 50%;
    background: #d34649;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
    position: absolute;
    top: -25px;
    right: -10px;
}

@media screen and (max-width: 768px) {
    .indexFive ul li .now {
        top: -10px;
        right: 20px;
    }
}

.indexFive ul li .now::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 10px solid #d34649;
    position: absolute;
    right: 25%;
    bottom: -12px;
    transform: translateX(-50%) rotate(180deg);
}

.indexTable {
    padding: 60px 0 70px;
}

@media screen and (max-width: 768px) {
    .indexTable {
        padding: 50px 0;
    }
}

@media screen and (max-width: 365px) {
    .indexTable {
        padding: 20px 0;
    }
}

.indexTable.scd {
    padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
    .indexTable.scd {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 365px) {
    .indexTable.scd {
        padding: 0 0 20px;
    }
}

.indexTable.scd h2 {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .indexTable.scd h2 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 365px) {
    .indexTable.scd h2 {
        font-size: 24px;
    }
}

.indexTable .l-ttl {
    text-align: center;
    line-height: 1.2;
}

.indexTable .l-ttl .sub {
    font-size: 24px;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .indexTable .l-ttl .sub {
        font-size: 18px;
    }
}

.indexTable .l-ttl .sub span {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .indexTable .l-ttl .sub span {
        font-size: 14px;
    }
}

.indexTable .l-ttl .lead {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 40px;
    margin: 20px auto 100px;
}

@media screen and (max-width: 768px) {
    .indexTable .l-ttl .lead {
        margin: 20px auto 10px;
    }
}

.indexTable .l-ttl .lead span {
    font-size: 14px;
}

.indexTable h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .indexTable h2 {
        font-size: 28px;
        letter-spacing: -.02em;
    }
}

.indexTable h2 span {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .indexTable h2 span {
        font-size: 21px;
    }
}

.indexTable h2 b {
    color: #ff9200;
}

@media screen and (max-width: 365px) {
    .indexTable h2 b {
        font-size: 21px;
    }
}

@media screen and (max-width: 768px) {
    .indexTable table {
        width: 100%;
    }
    .indexTable .scroll {
        overflow: auto;
        white-space: nowrap;
        padding: 80px 0 30px;
    }
}

@media screen and (max-width: 768px) and (max-width: 365px) {
    .indexTable .scroll {
        padding: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .indexTable .scroll::-webkit-scrollbar {
        height: 5px;
    }
    .indexTable .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .indexTable .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    .indexTable .scroll tbody th {
        white-space: normal;
        width: 130px;
    }
}

.indexTable table.price_table {
    width: 100%;
}

.indexTable table.price_table th,
.indexTable table.price_table td {
    font-weight: bold;
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

.indexTable table.price_table tr.rd td span {
    color: #d34649;
}

.indexTable table.price_table thead th {
    text-align: center;
    border-right: 8px solid #fff;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th {
        border-right-width: 2px;
    }
}

.indexTable table.price_table thead th:nth-child(1) {
    width: 24%;
}

.indexTable table.price_table thead th:nth-child(2) {
    width: 21%;
}

.indexTable table.price_table thead th:nth-child(3) {
    width: 30%;
}

.indexTable table.price_table thead th:nth-child(4) {
    width: 25%;
}

.indexTable table.price_table thead th:nth-child(1) {
    text-align: right;
    /* padding: 10px;*/
    padding: 0;
}

.indexTable table.price_table thead th:nth-child(4) {
    border-right: none;
}

.indexTable table.price_table thead th .nv {
    background: #0d3442;
    color: #fff;
    font-size: 21px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th .nv {
        font-size: 16px;
    }
}

.indexTable table.price_table thead th .nv01 {
    background: #adadad;
    color: #fff;
    font-size: 21px;
    padding: 10px;
    border-radius: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th .nv01 {
        font-size: 16px;
    }
}

.nv-t {
    background: #adadad;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    /* border-radius: 10px 10px 0 0;  */
}

@media screen and (max-width: 768px) {
    .nv-t {
        font-size: 16px;
    }
}

thead .nv-t {
    border-radius: 10px 10px 0 0;
}

.indexTable table.price_table thead th .bl {
    background: #0d6b92;
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border-bottom: 10px solid #eae9e6;
    border-radius: 10px 10px 0 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th .bl {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th .bl {
        border-bottom-width: 4px;
    }
}

.indexTable table.price_table thead th .bl span {
    display: block;
    width: 60%;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px;
    border-radius: 10px;
    background: #f4d027;
    color: #000;
    line-height: 1.2;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table thead th .bl span {
        font-size: 14px;
    }
}

.indexTable table.price_table thead th .bl span b {
    display: block;
    color: #df2828;
}

.indexTable table.price_table thead th .bl span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 10px solid #f4d027;
    position: absolute;
    right: 45%;
    bottom: -25px;
    transform: translateY(-50%);
}

.indexTable table.price_table tbody tr:nth-child(2n) td {
    background: #f6f6f5;
}

.indexTable table.price_table tbody tr th {
    text-align: right;
    padding: 10px;
    border-right: 8px solid #fff;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr th {
        border-right-width: 2px;
    }
}

.indexTable table.price_table tbody tr th span {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr th span {
        font-size: 10px;
    }
}

.indexTable table.price_table tbody tr th .Parenthesis {
    position: relative;
    display: inline-block;
    padding: 0 2px 0 10px;
    vertical-align: middle;
    margin-left: 3px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr th .Parenthesis {
        padding-right: 4px;
    }
}

.indexTable table.price_table tbody tr th .Parenthesis:before,
.indexTable table.price_table tbody tr th .Parenthesis:after {
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    font-size: 26px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr th .Parenthesis:before,
    .indexTable table.price_table tbody tr th .Parenthesis:after {
        font-size: 19px;
    }
}

.indexTable table.price_table tbody tr th .Parenthesis:before {
    left: -5px;
    content: '(';
}

.indexTable table.price_table tbody tr th .Parenthesis:after {
    right: -5px;
    content: ')';
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr th .Parenthesis:after {
        right: 0;
    }
}

.indexTable table.price_table tbody tr td {
    padding: 10px;
    background: #eae9e6;
    text-align: center;
    border-right: 8px solid #fff;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr td {
        border-right-width: 2px;
    }
}

.indexTable table.price_table tbody tr td:last-child {
    border-right: none;
}

.indexTable table.price_table tbody tr td span {
    font-size: 24px;
    font-family: "Oswald", "Century Gothic", CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr td span {
        font-size: 16px;
    }
}

.indexTable table.price_table tbody tr td span.jp {
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

.indexTable table.price_table tbody tr td span.s {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr td span.s {
        font-size: 11px;
    }
}

.indexTable table.price_table tbody tr td.pr_td {
    font-size: 32px;
    color: #d34649;
}

.indexTable table.price_table tbody tr td.ov_td {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr td.pr_td {
        font-size: 16px;
    }
}

.indexTable table.price_table tbody tr.pr th,
.indexTable table.price_table tbody tr.pr td {
    padding: 30px 10px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr.pr th,
    .indexTable table.price_table tbody tr.pr td {
        padding: 10px;
    }
}

.indexTable table.price_table tbody tr.m_price .txt {
    min-height: 110px;
}

.indexTable table.price_table tbody tr.m_price .txt span {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr.m_price .txt span {
        font-size: 16px;
    }
}

.indexTable table.price_table tbody tr.m_price .txt span.jp {
    font-family: "Oswald", "Noto Sans JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

.indexTable table.price_table tbody tr.m_price .form_box,
.indexTable table.price_table tbody tr.m_price .form_box_y,
.indexTable table.price_table tbody tr.m_price .form_box_2,
.indexTable table.price_table tbody tr.m_price .form_box_y2 {
    min-height: 110px;
    text-align: left;
    font-size: 14px;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr.m_price .form_box,
    .indexTable table.price_table tbody tr.m_price .form_box_y,
    .indexTable table.price_table tbody tr.m_price .form_box_2,
    .indexTable table.price_table tbody tr.m_price .form_box_y2 {
        font-size: 12px;
    }
}

.indexTable table.price_table tbody tr.m_price .form_box input[type=radio] label:last-of-type,
.indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio] label:last-of-type,
.indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio] label:last-of-type,
.indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio] label:last-of-type {
    margin-bottom: 0;
}

.indexTable table.price_table tbody tr.m_price .form_box input[type=radio]+label,
.indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio]+label,
.indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio]+label,
.indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio]+label {
    padding-left: 30px;
    margin-bottom: 5px;
    position: relative;
    color: #323232;
}

@media screen and (min-width: 0\0) {
    .indexTable table.price_table tbody tr.m_price .form_box input[type=radio]+label,
    .indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio]+label,
    .indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio]+label,
    .indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio]+label {
        height: 22px;
    }
}

.indexTable table.price_table tbody tr.m_price .form_box input[type=radio]+label::before,
.indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio]+label::before,
.indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio]+label::before,
.indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio]+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
    border-radius: 50%;
}

.indexTable table.price_table tbody tr.m_price .form_box input[type=radio]:checked+label,
.indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio]:checked+label,
.indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio]:checked+label,
.indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio]:checked+label {
    color: #ff9200;
}

.indexTable table.price_table tbody tr.m_price .form_box input[type=radio]:checked+label::after,
.indexTable table.price_table tbody tr.m_price .form_box_y input[type=radio]:checked+label::after,
.indexTable table.price_table tbody tr.m_price .form_box_2 input[type=radio]:checked+label::after,
.indexTable table.price_table tbody tr.m_price .form_box_y2 input[type=radio]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #ff9200;
    border-radius: 50%;
}

.indexTable table.price_table tbody tr.m_price .form_box span,
.indexTable table.price_table tbody tr.m_price .form_box_y span,
.indexTable table.price_table tbody tr.m_price .form_box_2 span,
.indexTable table.price_table tbody tr.m_price .form_box_y2 span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr.m_price .form_box span,
    .indexTable table.price_table tbody tr.m_price .form_box_y span,
    .indexTable table.price_table tbody tr.m_price .form_box _2span,
    .indexTable table.price_table tbody tr.m_price .form_box_y2 span {
        font-size: 14px;
    }
}

.indexTable table.price_table tbody tr.m_price .btn-orderRound {
    border-radius: 40px;
    height: 40px;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 16px;
    border: 1px solid #ff9200;
    background: #ff9200;
    color: #fff;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .indexTable table.price_table tbody tr.m_price .btn-orderRound {
        font-size: 14px;
        padding: 10px;
    }
}

.indexTable table.price_table tbody tr.m_price .btn-orderRound span {
    display: block;
    font-size: 24px;
}

.indexTable table.price_table tbody tr.m_price .btn-orderRound:hover {
    background: #fff;
    color: #ff9200;
}

.indexSeven {
    padding: 0 0 70px;
}

.indexSeven h2 {
    text-align: right;
    margin-bottom: 60px;
}

.indexSeven .block {
    margin-bottom: 120px;
    /**** .pro end ****/
    /**** .sol end ****/
    /**** .block01 end ****/
    /**** .block02 end ****/
    /**** .block03 end ****/
    /**** .block04 end ****/
    /**** .block05 end ****/
    /**** .block06 end ****/
    /**** .block07 end ****/
}

@media screen and (max-width: 768px) {
    .indexSeven .block {
        margin-bottom: 70px;
    }
}

.indexSeven .block:last-child {
    margin-bottom: 0;
}

.indexSeven .block ul.list_box {
    margin-top: 30px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

.indexSeven .block ul.list_box li {
    width: 30.5%;
    float: left;
    margin-right: 4%;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_box li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.indexSeven .block ul.list_box li:last-child {
    margin-right: 0;
}

.indexSeven .block ul.list_box li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 12px solid #b8b8b8;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_box li::after {
        border-left: none;
        border-top: 15px solid #b8b8b8;
        position: absolute;
        right: 50%;
        top: auto;
        bottom: -40px;
        transform: translate(0, -50%) rotate(-135deg);
    }
}

.indexSeven .block ul.list_box li:last-child::after {
    display: none;
}

.indexSeven .block ul.list_box li .ttl_s {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #0d3442;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px;
}

.indexSeven .block ul.list_box li .img_s {
    background: #fff;
    padding: 15px 0 0;
}

.indexSeven .block ul.list_box li .txt_s {
    font-size: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

.indexSeven .block ul.list_double {
    text-align: center;
    width: 80%;
    margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_double {
        width: 100%;
    }
}

.indexSeven .block ul.list_double li {
    width: 48%;
    margin: 0 .5%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_double li {
        width: 100%;
        margin: 0 auto 5%;
    }
}

.indexSeven .block ul.list_double li .ttl_s {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.indexSeven .block .pro {
    padding: 0 45px 45px;
    background: #f7f7f7;
    border-radius: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro {
        padding: 0 15px 15px;
    }
}

.indexSeven .block .pro::before {
    display: block;
    content: "";
    width: 532px;
    height: 92px;
    border-radius: 92px;
    background: #f7f7f7;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro::before {
        width: 90%;
        height: 60px;
        border-radius: 60px;
        top: -30px;
    }
}

.indexSeven .block .pro .num {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    background: linear-gradient(#0b4154, #46788a);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: -40px;
    left: -25px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .num {
        width: 56px;
        height: 56px;
        padding: 8px;
        font-size: 15px;
        top: -20px;
        left: -5px;
    }
}

.indexSeven .block .pro .num span {
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .num span {
        font-size: 18px;
    }
}

.indexSeven .block .pro .num::after {
    content: "";
    display: block;
    width: 35px;
    height: 39px;
    background: url("../images/seven_ico001.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -10px;
    top: -12px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .num::after {
        width: 21px;
        height: 26px;
    }
}

.indexSeven .block .pro .ttl {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #1d4265;
    position: relative;
    top: -20px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .ttl {
        font-size: 21px;
        top: 0;
        margin: 0 auto 20px 35px;
        width: 80%;
    }
}

.indexSeven .block .pro .inner {
    text-align: center;
}

.indexSeven .block .pro .inner .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .inner .txt {
        font-size: 15px;
    }
}

.indexSeven .block .pro .inner .lead {
    font-size: 24px;
    font-weight: bold;
    color: #1d4265;
    margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .pro .inner .lead {
        font-size: 18px;
        margin-top: 10px;
    }
}

.indexSeven .block .sol {
    padding: 0 45px 45px;
    background: #fffcde;
    border-radius: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol {
        padding: 0 15px 15px;
    }
}

.indexSeven .block .sol::before {
    display: block;
    content: "";
    width: 532px;
    height: 92px;
    border-radius: 92px;
    background: #fffcde;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol::before {
        width: 90%;
        height: 60px;
        border-radius: 60px;
        top: -30px;
    }
}

.indexSeven .block .sol .ico {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 40px 10px;
    background: url("../images/seven_bg.png") no-repeat;
    background-size: 100% auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: -40px;
    left: -25px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol .ico {
        width: 56px;
        height: 56px;
        padding: 20px 0;
        font-size: 15px;
        top: -20px;
        left: -5px;
    }
}

.indexSeven .block .sol .ico::after {
    content: "";
    display: block;
    width: 34px;
    height: 44px;
    background: url("../images/seven_ico002.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -10px;
    top: -12px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol .ico::after {
        width: 21px;
        height: 24px;
    }
}

.indexSeven .block .sol .ttl {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    color: #ff9200;
    position: relative;
    top: -20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol .ttl {
        font-size: 21px;
        top: 0;
        margin: 0 auto 10px;
        width: 80%;
    }
}

.indexSeven .block .sol .inner {
    text-align: center;
}

.indexSeven .block .sol .inner .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol .inner .txt {
        font-size: 16px;
    }
}

.indexSeven .block .sol .inner .lead {
    font-size: 24px;
    font-weight: bold;
    color: #ff9200;
    margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .sol .inner .lead {
        font-size: 18px;
        margin-top: 10px;
    }
}

.indexSeven .block .sol ul.list_box li::after {
    border-left-color: #ffcc34;
}

.indexSeven .block .sol ul.list_box li .ttl_s {
    background: #ffcc34;
    color: #000;
}

.indexSeven .block .sol ul.list_box li .txt_s {
    text-align: left;
}

.indexSeven .block .logobox {
    width: 580px;
    margin: 40px auto 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-right: 2px dotted #ddd;
    border-left: 2px dotted #ddd;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .logobox {
        width: 100%;
        border: none;
        margin: 10px auto 70px;
    }
}

.indexSeven .block .logobox p {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .logobox p {
        display: block;
    }
}

.indexSeven .block .logobox p.logo {
    margin: 0 10px;
}

.indexSeven .block .logobox::after {
    display: block;
    content: "";
    width: 59px;
    height: 19px;
    background: url("../images/arrow.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.indexSeven .block .btn-orderRound {
    width: 50%;
    border-radius: 90px;
    height: 90px;
    line-height: 1.2;
    padding: 20px 0;
    font-size: 18px;
    border: 1px solid #ff9200;
    background: #ff9200;
    color: #fff;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .btn-orderRound {
        width: 100%;
        border-radius: 70px;
        height: 70px;
        padding: 15px 0;
        font-size: 15px;
        margin-top: 10px;
        box-shadow: none;
    }
}

.indexSeven .block .btn-orderRound span {
    display: block;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block .btn-orderRound span {
        font-size: 18px;
    }
}

.indexSeven .block .btn-orderRound:hover {
    background: #fff;
    color: #ff9200;
}

.indexSeven .block ul.list_price {
    margin-top: 30px;
}

.indexSeven .block ul.list_price>li {
    width: 30.5%;
    float: left;
    margin-right: 4%;
    position: relative;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price>li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.indexSeven .block ul.list_price>li:last-child {
    margin-right: 0;
}

.indexSeven .block ul.list_price>li .ttl_s {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #000;
    background: #ffcc34;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price>li .ttl_s {
        font-size: 18px;
    }
}

.indexSeven .block ul.list_price>li .ttl_s.or {
    background: #ff9200;
}

.indexSeven .block ul.list_price>li .txt_s {
    font-size: 14px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price>li .txt_s {
        padding: 12px;
    }
}

.indexSeven .block ul.list_price ul {
    margin-bottom: 15px;
    text-align: center;
    min-height: 140px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price ul {
        min-height: inherit;
    }
}

.indexSeven .block ul.list_price ul li {
    margin-bottom: 5px;
}

.indexSeven .block ul.list_price .pr_ttl {
    font-weight: bold;
}

.indexSeven .block ul.list_price .pr_num {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price .pr_num {
        font-size: 16px;
    }
}

.indexSeven .block ul.list_price .pr_num span {
    font-family: "Oswald", "Century Gothic", CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    color: #d34649;
}

@media screen and (max-width: 768px) {
    .indexSeven .block ul.list_price .pr_num span {
        font-size: 24px;
    }
}

.indexSeven .block.block01 .pro .txt {
    margin-bottom: 25px;
}

.indexSeven .block.block01 .pro .sub {
    display: inline-block;
    background: #006e96;
    color: #fff;
    font-size: 14px;
    padding: 7px 12px;
    height: 30px;
    border-radius: 30px;
}

.indexSeven .block.block01 .pro .sub span {
    color: #fcff0c;
    margin-right: 6px;
}

.indexSeven .block.block01 .pro ul.list_box li .ttl_s {
    padding: 18px 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .pro ul.list_box li .ttl_s {
        padding: 10px;
    }
}

.indexSeven .block.block01 .pro ul.list_box li .ttl_s.double {
    line-height: 1.2;
    padding: 9px 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .pro ul.list_box li .ttl_s.double {
        padding: 10px;
    }
}

.indexSeven .block.block01 .pro ul.list_box li .txt_s {
    min-height: 100px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .pro ul.list_box li .txt_s {
        min-height: inherit;
    }
}

.indexSeven .block.block01 .pro .inner .lead {
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .pro .inner .lead {
        font-size: 21px;
    }
}

.indexSeven .block.block01 .pro .inner .lead span {
    display: block;
    font-size: 20px;
    color: #000;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .pro .inner .lead span {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block01 .sol::before {
        width: 645px;
    }
}

.indexSeven .block.block01 .sol .txt {
    font-weight: bold;
}

.indexSeven .block.block01 .sol ul.list_box li .ttl_s {
    padding: 18px 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .sol ul.list_box li .ttl_s {
        padding: 10px;
    }
}

.indexSeven .block.block01 .sol ul.list_box li .ttl_s.double {
    line-height: 1.2;
    padding: 9px 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .sol ul.list_box li .ttl_s.double {
        padding: 10px;
    }
}

.indexSeven .block.block01 .sol ul.list_box li .txt_s {
    min-height: 300px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block01 .sol ul.list_box li .txt_s {
        min-height: inherit;
    }
}

.indexSeven .block.block01 .sol .lead span {
    display: block;
    color: #000;
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block02 .pro::before {
        width: 645px;
    }
}

.indexSeven .block.block02 .pro ul.list_check {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block02 .pro ul.list_check {
        width: 100%;
    }
}

.indexSeven .block.block02 .pro ul.list_check li {
    position: relative;
    padding-left: 26px;
    text-align: left;
    margin-bottom: 7px;
    font-size: 22px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block02 .pro ul.list_check li {
        font-size: 18px;
        padding-left: 20px;
    }
}

.indexSeven .block.block02 .pro ul.list_check li::before {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background: url("../images/check.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block02 .pro ul.list_check li::before {
        width: 12px;
        height: 12px;
    }
}

.indexSeven .block.block02 .pro .sub {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 20px;
    height: 32px;
    border-radius: 32px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block02 .pro .sub {
        height: auto;
        border-radius: 10px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block02 .sol::before {
        width: 700px;
    }
}

.indexSeven .block.block02 .sol .txt {
    font-weight: bold;
}

.indexSeven .block.block02 .sol ul.list_box li .txt_s {
    min-height: 110px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block02 .sol ul.list_box li .txt_s {
        min-height: inherit;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block03 .pro::before {
        width: 410px;
    }
}

.indexSeven .block.block03 .pro .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block03 .sol::before {
        width: 650px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block04 .pro::before {
        width: 430px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block04 .sol::before {
        width: 490px;
    }
}

.indexSeven .block.block04 .sol .txt {
    margin-bottom: 30px;
}

.indexSeven .block.block04 .sol .txt span {
    font-weight: bold;
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block05 .pro::before {
        width: 350px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block05 .sol::before {
        width: 580px;
    }
}

.indexSeven .block.block05 .sol .account {
    width: 60%;
    margin: 20px auto 0;
    padding: 45px;
    background: #fff;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block05 .sol .account {
        width: 100%;
        padding: 10px;
        margin-top: 35px;
    }
}

.indexSeven .block.block05 .sol .account .ttl_s {
    display: inline-block;
    background: #ffcc34;
    padding: 6px 20px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.indexSeven .block.block05 .sol .account table.tbl {
    width: 100%;
}

.indexSeven .block.block05 .sol .account table.tbl thead th {
    text-align: center;
    background: #3b3733;
    color: #fff;
    font-size: 16px;
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block05 .sol .account table.tbl thead th {
        font-size: 14px;
    }
}

.indexSeven .block.block05 .sol .account table.tbl tbody td {
    text-align: center;
    background: #eae9e6;
    font-size: 18px;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block05 .sol .account table.tbl tbody td {
        font-size: 14px;
    }
}

.indexSeven .block.block05 .sol .account table.tbl tbody td span {
    font-family: "Oswald", "Century Gothic", CenturyGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block05 .sol .account table.tbl tbody td span {
        font-size: 18px;
    }
}

.indexSeven .block.block05 .sol .account table.tbl tbody tr:nth-child(2n) td {
    background: #f4f3f1;
}

.indexSeven .block.block05 .sol .account table.tbl th:first-child,
.indexSeven .block.block05 .sol .account table.tbl td:first-child {
    border-right: 1px solid #fff;
}

.indexSeven .block.block05 .sol .account table.tbl td:last-child {
    color: #d34649;
}

.indexSeven .block.block05 .sol .lead {
    color: #000;
}

.indexSeven .block.block05 .sol .lead span {
    display: block;
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block05 .sol .lead span {
        font-size: 28px;
    }
}

.indexSeven .block.block05 .sol .lead b {
    color: #ff9200;
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block06 .pro::before {
        width: 430px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block06 .sol::before {
        width: 660px;
    }
}

.indexSeven .block.block06 .sol .wrap {
    width: 600px;
    margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block06 .sol .wrap {
        width: 100%;
    }
}

.indexSeven .block.block06 .sol .wrap .research {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    padding: 25px;
    background: #fff;
    margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block06 .sol .wrap .research {
        padding: 15px;
    }
}

.indexSeven .block.block06 .sol .wrap .research .ttl_s {
    font-weight: bold;
    margin-bottom: 10px;
}

.indexSeven .block.block06 .sol .wrap .research .txt_s {
    font-size: 13px;
    text-align: left;
}

.indexSeven .block.block06 .sol .wrap .num {
    padding: 15px;
    border-radius: 10px;
    background: #ffcc34;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block06 .sol .wrap .num {
        font-size: 16px;
        padding: 10px;
    }
}

.indexSeven .block.block06 .sol .wrap .num span {
    color: #ed2807;
}

.indexSeven .block.block06 .sol .wrap .num span b {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block06 .sol .wrap .num span b {
        font-size: 21px;
    }
}

.indexSeven .block.block06 .sol .lead span {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block06 .sol .lead span {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block07 .pro::before {
        width: 700px;
    }
}

.indexSeven .block.block07 .pro .lead {
    font-size: 20px;
}

@media screen and (min-width: 769px) {
    .indexSeven .block.block07 .sol::before {
        width: 670px;
    }
}

.indexSeven .block.block07 .sol .lead {
    color: #000;
}

.indexSeven .block.block07 .sol .lead span {
    display: block;
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .indexSeven .block.block07 .sol .lead span {
        font-size: 28px;
    }
}

.indexSeven .block.block07 .sol .lead b {
    color: #ff9200;
}

.indexBenefit {
    background: url("../images/benefit_bg.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

@media screen and (max-width: 365px) {
    .indexBenefit {
        padding: 50px 0 20px;
    }
}

.indexBenefit .l-container {
    max-width: 820px;
}

.indexBenefit .deadline {
    position: absolute;
    top: -61px;
    right: 0;
    width: 206px;
    background: linear-gradient(#f6755c 0%, #f34c2c 100%);
    border-radius: 2px 0 0 0;
    color: #fff;
    text-align: center;
    padding: 10px 0 15px;
    margin: 0;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .indexBenefit .deadline {
        right: auto;
        left: 50%;
        width: 164px;
        padding: 6px 0 10px;
        transform: translateX(-50%);
    }
}

.indexBenefit .deadline::before {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    border: none;
    border-bottom: solid 12px #df2f0d;
    border-right: solid 12px transparent;
}

.indexBenefit .deadline::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 103px solid #f34c2c;
    border-right: 103px solid #f34c2c;
    border-bottom: 15px solid transparent;
}

@media screen and (max-width: 768px) {
    .indexBenefit .deadline::after {
        border-left: 82px solid #f34c2c;
        border-right: 82px solid #f34c2c;
        border-bottom: 10px solid transparent;
    }
}

.indexBenefit .deadline .deadline__border {
    position: absolute;
    top: -10px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% + 23px);
    border-left: 1px dashed rgba(255, 255, 255, 0.4);
    border-right: 1px dashed rgba(255, 255, 255, 0.4);
    z-index: 3;
}

.indexBenefit .deadline p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -.02em;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .indexBenefit .deadline p {
        font-size: 14px;
    }
}

.indexBenefit .deadline p .num {
    color: #ffe82c;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 2px #f23814;
    margin: 0 0.05em;
}

@media screen and (max-width: 768px) {
    .indexBenefit .deadline p .num {
        font-size: 24px;
    }
}

.indexBenefit .deadline p .tweak1 {
    margin-left: -.5em;
}

.indexBenefit .deadline p .tweak2 {
    margin-right: -.5em;
}

.indexBenefit .h2_wrap {
    text-align: center;
}

.indexBenefit .h2_wrap h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .indexBenefit .h2_wrap h2 {
        font-size: 30px;
    }
}

.indexBenefit .h2_wrap h2 span {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .indexBenefit .h2_wrap h2 span {
        font-size: 24px;
    }
}

.indexBenefit .h2_wrap h2 b {
    color: #ff9200;
}

.indexBenefit .h2_wrap h2::before {
    display: block;
    content: "";
    width: 79px;
    height: 79px;
    background: url("../images/bene_badge.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: -85px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .indexBenefit .h2_wrap h2::before {
        width: 50px;
        height: 50px;
        left: -62px;
    }
}

.indexBenefit .h2_sub {
    text-align: center;
    margin-bottom: 30px;
}

.indexBenefit .h2_sub span {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 10px;
    background: #ffcc34;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .indexBenefit .h2_sub span {
        font-size: 18px;
        padding: 8px 10px;
    }
}

.indexBenefit .h2_sub b {
    color: #ff3838;
}

.indexBenefit ul.list_bene li {
    padding: 18px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    min-height: 110px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li {
        min-height: inherit;
        padding: 15px;
    }
}

.indexBenefit ul.list_bene li>div {
    float: left;
}

.indexBenefit ul.list_bene li>div.num {
    width: 70px;
    background: url("../images/benefit_ico.png") no-repeat center top;
    background-size: auto 24px;
    padding: 30px 0 0;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li>div.num {
        width: 100%;
        margin-top: 0;
    }
}

.indexBenefit ul.list_bene li>div.ttl {
    width: 290px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li>div.ttl {
        width: 100%;
        text-align: center;
    }
}

.indexBenefit ul.list_bene li>div.ttl .ttl_s {
    font-size: 28px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li>div.ttl .ttl_s {
        font-size: 18px;
    }
}

.indexBenefit ul.list_bene li>div.ttl .ttl_s span {
    color: #ff9200;
}

.indexBenefit ul.list_bene li>div.ttl .ttl_s b {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li>div.ttl .ttl_s b {
        font-size: 21px;
    }
}

.indexBenefit ul.list_bene li>div.ttl .txt_s {
    font-size: 18px;
    background: #fff8e3;
    padding: 3px 10px;
    border-radius: 8px;
}

.indexBenefit ul.list_bene li>div.ttl .txt_s b {
    color: #e34549;
}

.indexBenefit ul.list_bene li>div.ttl .txt_s span {
    font-size: 14px;
}

.indexBenefit ul.list_bene li>div.txt {
    width: 420px;
    padding: 10px 20px;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li>div.txt {
        width: 100%;
    }
}

.indexBenefit ul.list_bene li::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.indexBenefit ul.list_bene li.l_03 .ttl .ttl_s,
.indexBenefit ul.list_bene li.l_04 .ttl .ttl_s,
.indexBenefit ul.list_bene li.l_05 .ttl .ttl_s {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li.l_03 .ttl .ttl_s,
    .indexBenefit ul.list_bene li.l_04 .ttl .ttl_s,
    .indexBenefit ul.list_bene li.l_05 .ttl .ttl_s {
        text-align: center;
    }
}

.indexBenefit ul.list_bene li.l_01 .ttl .ttl_s {
    font-size: 42px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li.l_01 .ttl .ttl_s {
        font-size: 30px;
    }
}

.indexBenefit ul.list_bene li.l_03 .ttl .ttl_s {
    font-size: 27px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li.l_03 .ttl .ttl_s {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {
    .indexBenefit ul.list_bene li.l_04 {
        width: 49%;
        float: left;
        height: 133px;
    }
}

.indexBenefit ul.list_bene li.l_05 {
    position: relative;
}

@media screen and (min-width: 769px) {
    /* .indexBenefit ul.list_bene li.l_05 {
          width: 49%;
          float: right; }*/
}

.indexBenefit ul.list_bene li.l_05 .sub {
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.indexBenefit ul.list_bene li.l_05 .ttl .ttl_s {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li.l_05 .ttl .ttl_s {
        font-size: 18px;
    }
}

.indexBenefit ul.list_bene li.l_05 .ttl .ttl_s span {
    font-size: 34px;
}

@media screen and (max-width: 768px) {
    .indexBenefit ul.list_bene li.l_05 .ttl .ttl_s span {
        font-size: 24px;
    }
}

.indexBtn-last {
    padding: 100px 0 10px;
}

@media screen and (max-width: 768px) {
    .indexBtn-last {
        padding: 50px 0;
    }
}

.indexBtn-last p {
    width: 570px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .indexBtn-last p {
        width: 100%;
    }
}

.indexBtn-last p .btn-orderRound {
    border-radius: 120px;
    height: 120px;
    line-height: 1.2;
    padding: 34px 0;
    font-size: 42px;
    border: 1px solid #ff9200;
    background: #ff9200;
    color: #fff;
    font-weight: bold;
    position: relative;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .indexBtn-last p .btn-orderRound {
        border-radius: 80px;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0;
        font-size: 30px;
    }
}

.indexBtn-last p .btn-orderRound:hover {
    background: #fff;
    color: #ff9200;
}

.indexBtn-last p .btn-orderRound::before {
    display: block;
    content: "";
    width: 91px;
    height: 106px;
    background: url("../images/btn_bln.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -60px;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .indexBtn-last p .btn-orderRound::before {
        width: 71px;
        height: 86px;
        top: -40px;
        left: 10px;
    }
}


/* CTAボタン基本スタイル */

.indexBtn {
    padding: 130px 0 120px;
}

@media screen and (max-width: 768px) {
    .indexBtn {
        padding: 50px 0;
    }
}

.indexBtn p {
    width: 570px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .indexBtn p {
        width: 100%;
    }
}

.indexBtn p .btn-orderRound {
    border-radius: 120px;
    height: 120px;
    line-height: 1.2;
    padding: 34px 0;
    font-size: 42px;
    border: 1px solid #ff9200;
    background: #ff9200;
    color: #fff;
    font-weight: bold;
    position: relative;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .indexBtn p .btn-orderRound {
        border-radius: 80px;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0;
        font-size: 30px;
    }
}

.indexBtn p .btn-orderRound:hover {
    background: #fff;
    color: #ff9200;
}

.indexBtn p .btn-orderRound::before {
    display: block;
    content: "";
    width: 91px;
    height: 106px;
    background: url("../images/btn_bln.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -60px;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .indexBtn p .btn-orderRound::before {
        width: 71px;
        height: 86px;
        top: -40px;
        left: 10px;
    }
}

.indexBnr {
    padding: 100px 0 90px;
}

.indexBnr .l-container {
    text-align: center;
    position: relative;
    width: 1150px;
    margin: auto;
}

.indexBnr .l-container p {
    width: 18%;
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .indexBnr {
        padding: 50px 0;
    }
    .indexBnr .l-container {
        width: 100%;
        padding: 2px;
    }
    .indexBnr .l-container p {
        width: 100%;
        margin-bottom: 20px;
        display: block;
        padding: 10px 10px 18px;
    }
}

.indexFtList {
    padding: 90px 0 60px;
    background: #f1f1f1;
}

@media screen and (max-width: 768px) {
    .indexFtList {
        padding: 50px 0 20px;
    }
}

.indexFtList ul.list_ft {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .indexFtList ul.list_ft {
        display: flex;
        justify-content: center;
    }
}

.indexFtList ul.list_ft li {
    width: 31%;
    float: left;
    margin-right: 2%;
    padding: 18px 18px 25px;
    background: #fff;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .indexFtList ul.list_ft li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 10px 18px;
    }
}

.indexFtList ul.list_ft li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .indexFtList ul.list_ft li .img img {
        width: 100%;
    }
}

.indexFtList ul.list_ft li .ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 12px auto;
}

@media screen and (max-width: 768px) {
    .indexFtList ul.list_ft li .ttl {
        font-size: 18px;
    }
}

.indexFtList ul.list_ft li .txt {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .indexFtList ul.list_ft li .txt {
        font-size: 14px;
    }
}

.indexFtList ul.list_ft li .btn-orderRound {
    background: #fff;
    color: #ff9200;
    border: 1px solid #ff9200;
    box-shadow: none;
    font-size: 16px;
}

.indexFtList ul.list_ft li .btn-orderRound:hover {
    background: #ff9200;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}


/* ============
* voice
============== */

.voiceVisual {
    padding: 100px 2% 0;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .voiceVisual {
        padding: 50px 2% 2%;
    }
}

.voiceVisual .wrapper {
    background: url("../images/voice_bg.jpg") no-repeat;
    background-size: cover;
    padding: 70px 0 0;
    min-height: 684px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .voiceVisual .wrapper {
        min-height: auto;
        background-size: 100% auto;
        padding: 2% 0 7%;
    }
}

.voiceVisual .box {
    padding-left: 400px;
}

@media screen and (max-width: 768px) {
    .voiceVisual .box {
        padding-left: 35%;
    }
}

@media screen and (max-width: 768px) {
    .voiceVisual .box .catch {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .voiceVisual .box .catch .catch01 {
        width: 65%;
        margin-left: 30%;
    }
}

.voiceVisual .box .catch .catch02 {
    padding-left: 14px;
}

@media screen and (max-width: 768px) {
    .voiceVisual .box .catch .catch02 {
        width: 65%;
        margin-top: -2%;
        margin-left: 20%;
    }
}

.voiceVisual .box .catch .catch03 {
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px;
}

.voiceVisual .box .catch .catch03 span {
    background: linear-gradient(transparent 65%, #ffd239 0%);
}

@media screen and (max-width: 768px) {
    .voiceVisual .box .catch .catch03 {
        font-size: 10px;
        padding-left: 0;
        width: 105%;
    }
}

.voiceVisual .sub {
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media screen and (max-width: 768px) {
    .voiceVisual .sub {
        font-size: 10px;
    }
}


/* ============
* voicePoint
============== */

.voicePoint .l-container {
    position: relative;
    padding: 150px 0 85px;
}

@media screen and (max-width: 768px) {
    .voicePoint .l-container {
        padding: 50px 0 20px;
    }
}

.voicePoint .l-container .l-ttl {
    position: absolute;
    border-radius: 70px;
    line-height: 70px;
    text-align: center;
    width: 400px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding: 0 70px 0 150px;
    background: #ff9200 url(../images/voice_point_ico.png) no-repeat 90px center;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .voicePoint .l-container .l-ttl {
        padding: 0 0 0 40px;
        width: 60%;
        background-position: 9.3vw center;
        background-size: auto 70%;
        font-size: 20px;
        line-height: 40px;
        top: 0px;
    }
}

.voicePoint ul {
    display: flex;
    width: 100%;
    padding: 0 85px;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .voicePoint ul {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .voicePoint ul {
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.voicePoint ul li {
    width: 24%;
    border: 3px solid #d9d9d9;
    text-align: center;
    padding: 7px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
    margin-right: 38px;
}

@media screen and (max-width: 768px) {
    .voicePoint ul li {
        margin: 0 5px 10px 0;
        width: 48%;
    }
}

@media screen and (min-width: 415px) {
    .voicePoint ul li {
        width: 24%;
    }
}

.voicePoint ul li:last-child {
    margin-right: 0;
}

.voicePoint ul li .img {
    min-height: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .voicePoint ul li .img {
        min-height: 40px;
        height: 40px;
    }
}

.voicePoint ul li .img img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .voicePoint ul li .img img {
        width: auto;
        height: 100%;
    }
}

.voicePoint ul li p {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .voicePoint ul li p {
        font-size: 16px;
    }
}

.voicePoint ul li p span {
    font-size: 24px;
    color: #ff9200;
}

@media screen and (max-width: 768px) {
    .voicePoint ul li p span {
        font-size: 18px;
    }
}

.voicePoint ul li p.ln1 {
    margin-top: .8em;
}


/* ============
* voiceUsed
============== */

.voiceUsed {
    background-color: #ffffe4;
    font-size: 24px;
    padding: 35px 0 0;
}

@media screen and (max-width: 365px) {
    .voiceUsed {
        font-size: 18px;
    }
}

.voiceUsed .l-container .l-ttl {
    text-align: center;
}

.voiceUsed .l-container .l-ttl .sub {
    margin-bottom: 10px;
}

.voiceUsed .l-container .l-ttl .sub img {
    margin: 0 20px;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container .l-ttl .sub img {
        position: relative;
        top: 5px;
        width: 50%;
        max-width: 288px;
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 365px) {
    .voiceUsed .l-container .l-ttl .sub img {
        position: relative;
        top: 5px;
        width: 60%;
        margin: 0 5px 0 0;
    }
}

.voiceUsed .l-container .l-ttl h2 {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container .l-ttl h2 {
        font-size: 21px;
    }
}

@media screen and (max-width: 365px) {
    .voiceUsed .l-container .l-ttl h2 {
        font-size: 18px;
    }
}

.voiceUsed .l-container>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 90px 85px 0;
    padding-top: 90px;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul {
        padding: 40px 0 0;
        margin: 0 auto;
    }
}

.voiceUsed .l-container>ul>li {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul>li {
        width: 100%;
    }
}

@media screen and (min-width: 415px) {
    .voiceUsed .l-container>ul>li {
        width: 245px;
    }
}

@media screen and (min-width: 769px) {
    .voiceUsed .l-container>ul>li {
        width: 275px;
    }
}

.voiceUsed .l-container>ul>li .ttl {
    padding: 5px;
    background-color: #ff9810;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 160px;
    transform: rotate(-3deg);
    top: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width: 0\0) {
    .voiceUsed .l-container>ul>li .ttl {
        padding: 9px 5px 1px;
    }
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul>li .ttl {
        width: 160px;
    }
}

.voiceUsed .l-container>ul>li .img {
    margin-bottom: 20px;
}

.voiceUsed .l-container>ul>li ul {
    display: inline-block;
    font-size: 22px;
}

@media screen and (max-width: 365px) {
    .voiceUsed .l-container>ul>li ul {
        font-size: 16px;
    }
}

.voiceUsed .l-container>ul>li ul.cl {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul>li ul.cl {
        margin: 0 1em;
        justify-content: center;
    }
}

@media screen and (max-width: 365px) {
    .voiceUsed .l-container>ul>li ul.cl {
        margin: 0;
    }
}

.voiceUsed .l-container>ul>li ul.cl li {
    margin-right: .5em;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul>li ul.cl li {
        width: 120px;
    }
}

.voiceUsed .l-container>ul>li ul.wd {
    margin-right: -1em;
}

@media screen and (max-width: 768px) {
    .voiceUsed .l-container>ul>li ul.wd {
        margin-right: 0;
    }
}

.voiceUsed .l-container>ul>li ul li {
    text-align: left;
}


/* ============
* voiceUserintro
============== */

.voiceUserintro {
    margin: 130px 0 90px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro {
        margin: 30px 0;
    }
}

.voiceUserintro .l-container .block {
    margin-top: 90px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .block {
        margin-top: 30px;
    }
}

.voiceUserintro .l-container h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    border-bottom: 3px solid #ff9200;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container h2 {
        font-size: 22px;
        padding: 10px;
    }
}

@media screen and (max-width: 365px) {
    .voiceUserintro .l-container h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 365px) {
    .voiceUserintro .l-container h2 .visible-xs-block {
        display: none !important;
    }
}

.voiceUserintro .l-container .cl .imgblock {
    width: 390px;
    float: left;
    padding: 20px 25px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .imgblock {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
}

.voiceUserintro .l-container .cl .imgblock .img {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .imgblock .img {
        margin-bottom: 0;
    }
}

.voiceUserintro .l-container .cl .imgblock dl dt {
    float: left;
    padding: 6px 0;
}

.voiceUserintro .l-container .cl .imgblock dl dd {
    border-bottom: 2px dotted #ff9200;
    padding: 6px 0 6px 100px;
}

.voiceUserintro .l-container .cl .imgblock dl dd strong {
    color: #ff9200;
}

.voiceUserintro .l-container .cl .imgblock dl dd strong.rd {
    color: #d34649;
}

.voiceUserintro .l-container .cl .imgblock dl dd:last-child {
    border: none;
}

.voiceUserintro .l-container .cl .txtblock {
    float: left;
    width: 590px;
    margin-left: 15px;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .txtblock {
        padding: 20px 10px;
        width: 100%;
        margin: 0;
    }
}

.voiceUserintro .l-container .cl .txtblock .ico {
    display: inline-block;
    padding: 0 14px;
    border: 2px solid #ff9200;
    border-radius: 43px;
    line-height: 2;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #ff9200;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .txtblock .ico {
        font-size: 14px;
        padding: 0 8px;
        margin: 0 5px 5px 0;
    }
}

@media screen and (max-width: 365px) {
    .voiceUserintro .l-container .cl .txtblock .ico {
        padding: 0 5px;
        font-size: 13px;
    }
}

.voiceUserintro .l-container .cl .txtblock .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .txtblock .ttl {
        margin-top: 10px;
        font-size: 22px;
    }
}

@media screen and (max-width: 365px) {
    .voiceUserintro .l-container .cl .txtblock .ttl {
        font-size: 20px;
    }
}

.voiceUserintro .l-container .cl .txtblock .txt {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .cl .txtblock .txt {
        font-size: 16px;
        margin-top: 10px;
    }
}

.voiceUserintro .l-container .msg {
    text-align: center;
    background-color: #ffffe4;
    font-size: 20px;
    padding: 40px 0 30px;
    position: relative;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .msg {
        font-size: 14px;
        padding: 20px 13px 10px;
        margin-top: 20px;
    }
}

.voiceUserintro .l-container .msg .ttl {
    font-size: 30px;
    color: #ff9200;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .voiceUserintro .l-container .msg .ttl {
        font-size: 18px;
        top: -9px;
    }
}

@media screen and (max-width: 365px) {
    .voiceUserintro .l-container .msg .ttl {
        font-size: 15px;
        letter-spacing: -.02em;
    }
}

.voiceUserintro .l-container .msg .txt {
    line-height: 1.8;
}


/* ============
* voiceList
============== */

.voiceList {
    margin-bottom: 70px;
    background-color: #ffffe4;
    padding: 35px 0 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .voiceList {
        margin-bottom: 30px;
        padding: 20px 0 10px;
    }
}

.voiceList .l-ttl {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .voiceList .l-ttl {
        font-size: 20px;
    }
}

.voiceList .l-ttl h2 strong {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .voiceList .l-ttl h2 strong {
        font-size: 30px;
        display: inline-block;
    }
}

@media screen and (max-width: 365px) {
    .voiceList .l-ttl h2 strong {
        font-size: 28px;
    }
}

.voiceList .l-ttl h2 strong.or {
    color: #ff9200;
}

.voiceList ul {
    display: flex;
    justify-content: space-between;
    padding: 90px 75px 0;
    padding-top: 90px;
}

@media screen and (max-width: 768px) {
    .voiceList ul {
        display: block;
        padding: 40px 0 0;
    }
}

.voiceList ul li {
    width: 33%;
}

@media screen and (max-width: 768px) {
    .voiceList ul li {
        width: 100%;
        margin-bottom: 3em;
    }
}

.voiceList ul li .bln {
    font-size: 20px;
    min-height: 120px;
    display: inline-block;
    position: relative;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .voiceList ul li .bln {
        min-height: auto;
    }
}

@media screen and (max-width: 365px) {
    .voiceList ul li .bln {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

.voiceList ul li .bln strong {
    color: #157198;
}

.voiceList ul li .bln:before,
.voiceList ul li .bln:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 3px;
    border-radius: 3px;
    background-color: #111111;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 365px) {
    .voiceList ul li .bln:before,
    .voiceList ul li .bln:after {
        width: 1.5px;
    }
}

.voiceList ul li .bln:before {
    transform: rotate(-14deg);
    left: -25px;
}

.voiceList ul li .bln:after {
    transform: rotate(14deg);
    right: -25px;
}

.voiceList ul li .bln.ln4:before {
    left: -10px;
}

.voiceList ul li .bln.ln4:after {
    right: -10px;
}

.voiceList ul li .img {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .voiceList ul li .img {
        margin-bottom: 5px;
    }
}

.voiceList ul li .usr {
    font-size: 18px;
}

@media screen and (max-width: 365px) {
    .voiceList ul li .usr {
        font-size: 13px;
    }
}


/* ============
* developer
============== */

.or {
    color: #ff9200;
}

.mk {
    background: linear-gradient(transparent 65%, #ffd239 0%);
}

.developerVisual {
    padding: 100px 0 0;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .developerVisual {
        padding: 50px 2% 0;
    }
}

.developerVisual .wrapper {
    background: url("../images/dev_bg.jpg") no-repeat;
    background-size: cover;
    padding: 103px 0 53px;
    min-height: 684px;
}

@media screen and (max-width: 768px) {
    .developerVisual .wrapper {
        min-height: auto;
        background-size: 100% auto;
        padding: 2% 3%;
    }
}

.developerVisual .box {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .developerVisual .box {
        padding-left: 0%;
    }
}

.developerVisual .box .catch {
    position: relative;
}

@media screen and (max-width: 768px) {
    .developerVisual .box .catch {
        width: 75%;
    }
}

.developerVisual .box .catch .catch01 {
    width: 100%;
    margin-bottom: 42px;
    margin-left: 26px;
}

@media screen and (max-width: 768px) {
    .developerVisual .box .catch .catch01 {
        margin-bottom: 4%;
        margin-left: 0;
    }
}

.developerVisual .box .catch .catch02 {
    margin-bottom: 20px;
    margin-left: 18px;
}

@media screen and (max-width: 768px) {
    .developerVisual .box .catch .catch02 {
        margin-bottom: 3%;
        margin-left: 0;
    }
}

.developerVisual .box .developer_badge {
    margin-left: 53px;
}

@media screen and (max-width: 768px) {
    .developerVisual .box .developer_badge {
        width: 50%;
        margin-left: 8%;
    }
}


/* ============
* developerSpirit
============== */

.developerSpirit {
    text-align: center;
    padding-top: 75px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .developerSpirit {
        padding-top: 10px;
        margin-bottom: 40px;
    }
}

.developerSpirit .l-ttl {
    font-weight: bold;
    background-color: #ffffe4;
    margin-top: 35px;
    padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .l-ttl {
        padding: 0 15px 15px;
    }
}

.developerSpirit .l-ttl .ico {
    display: inline-block;
    padding: 0 35px;
    border: 2px solid #ff9200;
    border-radius: 73px;
    line-height: 2;
    text-align: center;
    font-size: 36px;
    color: #ff9200;
    background-color: #fff;
    margin: -35px 0 20px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .l-ttl .ico {
        font-size: 14px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
}

.developerSpirit .l-ttl h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .l-ttl h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 365px) {
    .developerSpirit .l-ttl h2 {
        font-size: 14px;
    }
}

.developerSpirit .l-ttl h2 strong {
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .l-ttl h2 strong {
        font-size: 20px;
    }
}

@media screen and (max-width: 365px) {
    .developerSpirit .l-ttl h2 strong {
        font-size: 18px;
    }
}

.developerSpirit .l-ttl .sub {
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .developerSpirit .l-ttl .sub {
        font-size: 16px;
        letter-spacing: -.02em;
    }
}

.developerSpirit .ttl {
    font-size: 48px;
    font-weight: bold;
    margin: 50px 0;
    background-color: #ffcc34;
    border-radius: 5px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.09);
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    .developerSpirit .ttl {
        font-size: 24px;
        margin: 20px 0;
    }
}

.developerSpirit .row {
    margin-bottom: 2em;
}

.developerSpirit .row .txt {
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.75;
}

.developerSpirit .row .txt .mk {
    background: linear-gradient(transparent 65%, rgba(255, 210, 57, 0.35) 0%);
}

@media screen and (min-width: 769px) {
    .developerSpirit .row .pt30 {
        padding-top: 30px;
    }
}

.developerSpirit .row.row01 {
    margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
    .developerSpirit .row.row01 .col-sm-8 {
        padding-right: 0;
    }
}

.developerSpirit .row.row01 .img {
    float: right;
}

@media screen and (min-width: 769px) {
    .developerSpirit .row.row02 .col-sm-4 {
        text-align: left;
    }
}

.developerSpirit .row.row02 .col-sm-8 {
    float: right;
}

@media screen and (min-width: 769px) {
    .developerSpirit .row.row02 .col-sm-8 {
        padding-left: 0;
    }
}

.developerSpirit .txt {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .txt {
        font-size: 16px;
        letter-spacing: -.02em;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 365px) {
    .developerSpirit .txt {
        font-size: 15px;
    }
}

.developerSpirit .txt .logo {
    margin: 0 10px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .developerSpirit .txt .logo {
        width: 50%;
        max-width: 288px;
    }
}

@media screen and (max-width: 768px) {
    .developerSpirit .txt strong {
        display: inline-block;
    }
}

.developerSpirit .txt .ck {
    display: inline-block;
    background: url("../images/check_red.png") left center no-repeat;
    padding-left: 52px;
    margin: 1em 16px 0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .developerSpirit .txt .ck {
        margin: 1em 4px 0;
        padding-left: 30px;
        background-size: 24px auto;
    }
}

.developerSpirit .txt .bgye {
    background-color: #fffcde;
    display: inline-block;
    padding: 10px 70px;
    border-radius: 40px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .developerSpirit .txt .bgye {
        padding: 5px 25px;
    }
}


/* ============
* developerConcept
============== */

.developerConcept {
    text-align: center;
    background-color: #fcfcfb;
    padding: 50px 0 80px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .developerConcept {
        padding-bottom: 40px;
    }
}

.developerConcept .l-ttl {
    margin-bottom: 20px;
}

.developerConcept .l-ttl h2 {
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .developerConcept .l-ttl h2 {
        font-size: 18px;
    }
}

.developerConcept .l-ttl strong {
    color: #ff9200;
    font-size: 65px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .developerConcept .l-ttl strong {
        font-size: 30px;
    }
}

.developerConcept .wrap {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #ff9200;
    padding: 20px 0 0;
    margin: 40px 100px;
}

@media screen and (max-width: 768px) {
    .developerConcept .wrap {
        margin: 20px 10px;
    }
}

.developerConcept .txt {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .developerConcept .txt {
        font-size: 18px;
    }
}

@media screen and (max-width: 365px) {
    .developerConcept .txt {
        font-size: 16px;
    }
}

.developerConcept .txt strong {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .developerConcept .txt strong {
        font-size: 22px;
    }
}

@media screen and (max-width: 365px) {
    .developerConcept .txt strong {
        font-size: 20px;
    }
}

.developerConcept .txt strong.bk {
    font-size: 27px;
}

@media screen and (max-width: 768px) {
    .developerConcept .txt strong.bk {
        font-size: 20px;
    }
}

.developerConcept .arrow {
    background: url("../images/arrow.png") center bottom no-repeat;
    padding-bottom: 40px;
}

.developerConcept .box {
    background: #ffcc34;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    padding: 25px 0;
    margin: 0 110px;
    border-radius: 10px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .developerConcept .box {
        font-size: 14px;
        margin: 0 10px;
        padding: 8px 40px 8px 30px;
    }
}

.developerConcept .box:after {
    background: url("../images/dev_concept_box_img001.png") right bottom no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: -110px;
    bottom: 0;
    width: 159px;
    height: 225px;
}

@media screen and (max-width: 768px) {
    .developerConcept .box:after {
        right: -10px;
        width: 80px;
        height: 110px;
        background-size: 100%;
    }
}

.developerConcept .box .or {
    color: #d34649;
    font-size: 33px;
}

@media screen and (max-width: 768px) {
    .developerConcept .box .or {
        font-size: 16px;
    }
}

.developerConcept .box .or b {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .developerConcept .box .or b {
        font-size: 18px;
    }
}

.developerConcept .box .txt {
    margin-bottom: 0;
    line-height: 1.4;
}


/* ============
* developerParticular
============== */

.developerParticular {
    position: relative;
    margin-bottom: 170px;
}

@media screen and (max-width: 768px) {
    .developerParticular {
        margin-bottom: 60px;
    }
}

.developerParticular:before {
    display: block;
    content: "";
    width: 532px;
    height: 92px;
    border-radius: 92px;
    background: #fffcde;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .developerParticular:before {
        width: 85%;
        top: -40px;
    }
}

.developerParticular .l-container {
    background: #fffcde;
    padding: 0 60px 100px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .developerParticular .l-container {
        padding: 0 10px 40px;
    }
}

.developerParticular .l-ttl {
    text-align: center;
    font-size: 30px;
    position: relative;
    height: auto;
}

@media screen and (max-width: 768px) {
    .developerParticular .l-ttl {
        font-size: 18px;
    }
}

.developerParticular .l-ttl strong {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .developerParticular .l-ttl strong {
        font-size: 24px;
    }
}

.developerParticular .l-ttl h2 {
    position: relative;
    top: -30px;
}

@media screen and (max-width: 768px) {
    .developerParticular .l-ttl h2 {
        top: -15px;
    }
}

.developerParticular .ldtxt {
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .developerParticular .ldtxt {
        font-size: 14px;
    }
}

.developerParticular .ldtxt .txt {
    margin-bottom: 30px;
}

.developerParticular .ldtxt .apl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .developerParticular .ldtxt .apl {
        font-size: 14px;
    }
}

@media screen and (max-width: 365px) {
    .developerParticular .ldtxt .apl {
        font-size: 13px;
    }
}

.developerParticular .ldtxt .apl strong {
    border: 3px solid #ff9200;
    border-radius: 3px;
    background-color: #FFF;
    color: #ff9200;
    padding: 0 10px 2px;
    margin: 0 5px;
    font-size: 27px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .developerParticular .ldtxt .apl strong {
        font-size: 18px;
        padding: 0 5px 2px;
        margin: 0 2px;
    }
}

.developerParticular .ldtxt .apl strong.open {
    background-color: #ff9200;
    color: #FFF;
}

.developerParticular .ldtxt .txtL {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .developerParticular .ldtxt .txtL {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.developerParticular .particularbox {
    background-color: #FFF;
    position: relative;
    padding: 50px 30px 50px 50px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox {
        padding: 20px;
        margin-bottom: 40px;
    }
}

.developerParticular .particularbox .num {
    position: absolute;
    top: -70px;
    left: -30px;
    font-weight: bold;
    display: inline-block;
    background: url("../images/dev_particular_bln.png") center center no-repeat;
    width: 113px;
    height: 128px;
    text-align: center;
    font-size: 20px;
    padding-top: 35px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .num {
        top: -35px;
        left: -10px;
    }
}

.developerParticular .particularbox .num p {
    transform: rotate(-5deg);
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .num {
        width: 80px;
        height: 90px;
        background-size: 100% auto;
        padding-top: 1.8em;
        font-size: 16px;
    }
}

.developerParticular .particularbox .num span {
    display: block;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .num span {
        font-size: 18px;
    }
}

.developerParticular .particularbox .img {
    float: left;
    width: 250px;
    text-align: center;
    padding: 10px 40px 0 0;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .img {
        width: 100%;
        padding: 20px 0;
    }
}

.developerParticular .particularbox .txt_block {
    width: 550px;
    float: left;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .txt_block {
        width: 100%;
    }
}

.developerParticular .particularbox .txt_block .ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .txt_block .ttl {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.developerParticular .particularbox .txt_block .txt {
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .developerParticular .particularbox .txt_block .txt {
        font-size: 16px;
    }
}

.developerParticular .arrow {
    background: url("../images/arrow.png") center top no-repeat;
    padding-top: 40px;
}

.developerParticular .btmtxt {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .developerParticular .btmtxt {
        font-size: 16px;
    }
}

.developerParticular .btmtxt .rd {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .developerParticular .btmtxt .rd {
        font-size: 20px;
    }
}

.developerParticular .rd {
    color: #d34649;
}


/* ============
* developerHistory
============== */

.developerHistory {
    margin-bottom: 80px;
    position: relative;
    background: #ffaa2f;
}

@media screen and (max-width: 768px) {
    .developerHistory {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 365px) {
    .developerHistory {
        margin-bottom: 10px;
    }
}

.developerHistory:before {
    display: block;
    content: "";
    width: 532px;
    height: 92px;
    border-radius: 92px;
    background: #ffaa2f;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .developerHistory:before {
        width: 85%;
        top: -40px;
    }
}

.developerHistory .l-container {
    padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-container {
        padding-bottom: 50px;
    }
}

.developerHistory .l-ttl {
    text-align: center;
    font-size: 30px;
    position: relative;
    height: auto;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl {
        font-size: 16px;
    }
}

.developerHistory .l-ttl strong {
    font-size: 44px;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl strong {
        font-size: 22px;
    }
}

.developerHistory .l-ttl h2 {
    position: relative;
    top: -30px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl h2 {
        top: -15px;
    }
}

.developerHistory .l-ttl h2:before,
.developerHistory .l-ttl h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 3px;
    border-radius: 3px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl h2:before,
    .developerHistory .l-ttl h2:after {
        height: 25px;
    }
}

.developerHistory .l-ttl h2:before {
    transform: rotate(-14deg);
    left: -25px;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl h2:before {
        left: -15px;
    }
}

.developerHistory .l-ttl h2:after {
    transform: rotate(14deg);
    right: -25px;
}

@media screen and (max-width: 768px) {
    .developerHistory .l-ttl h2:after {
        right: -15px;
    }
}

.developerHistory dl {
    padding: 50px 107px 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .developerHistory dl {
        padding: 20px 10px 0 15vw;
    }
}

.developerHistory dl:before {
    background: url("../images/dev_history_img001.png") left top no-repeat;
    content: "";
    width: 57px;
    height: 128px;
    display: block;
    position: absolute;
    top: 7px;
    left: 132px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl:before {
        top: -10px;
        left: 18vw;
        background-size: 40px auto;
    }
}

.developerHistory dl dt {
    width: 153px;
    height: 153px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #6a6a6a;
    float: left;
    margin-left: -73px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dt {
        width: 100px;
        height: 100px;
        margin-left: -42px;
        font-size: 18px;
    }
}

.developerHistory dl dt:last-of-type {
    background-color: #0d6b92;
    color: #fff;
}

.developerHistory dl dt:first-child {
    position: relative;
    z-index: 1;
}

.developerHistory dl dd {
    padding: 50px 0 50px 110px;
    border-left: 9px solid #0d6b92;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd {
        padding: 30px 0 10px 60px;
    }
}

.developerHistory dl dd:last-child {
    border: none;
    padding-left: 120px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd:last-child {
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd:last-child .ttl {
        padding-left: 69px;
    }
}

.developerHistory dl dd .ttl {
    font-size: 40px;
    color: #0d6b92;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .ttl {
        font-size: 22px;
    }
}

.developerHistory dl dd ul {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd ul {
        font-size: 16px;
    }
}

.developerHistory dl dd ul li span {
    font-size: 65%;
}

.developerHistory dl dd .listwrap {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .listwrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .listwrap .lst1 {
        margin-right: 2em;
    }
}

.developerHistory dl dd .future {
    margin-left: -85px;
    padding-top: 15px;
    width: 800px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future {
        width: 80vw;
        margin-left: 0;
        padding-top: 30px;
    }
}

.developerHistory dl dd .future li {
    position: relative;
    border: 4px solid #0d6b92;
    border-radius: 20px;
    background-color: #fff;
    padding: 13px 40px 13px 70px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li {
        padding: 20px 20px 20px 45px;
    }
}

.developerHistory dl dd .future li .ico {
    width: 103px;
    height: 103px;
    background: url("../images/dev_history_ico.png") center center no-repeat;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 1.2em;
    line-height: 1.2;
    position: absolute;
    left: -50px;
    top: 0;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li .ico {
        left: -40px;
        font-size: 16px;
        width: 80px;
        height: 80px;
        background-size: 100% auto;
    }
}

.developerHistory dl dd .future li .future_ttl {
    color: #6a6a6a;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li .future_ttl {
        font-size: 20px;
    }
}

.developerHistory dl dd .future li .future_ttl .future_img {
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li .future_ttl .future_img {
        margin-left: 10px;
        width: 40px;
        display: inline-block;
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li .future_ttl .future_img img {
        width: 100%;
        height: auto;
    }
}

.developerHistory dl dd .future li .future_txt {
    color: #000;
    font-size: 24px;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .developerHistory dl dd .future li .future_txt {
        font-size: 16px;
    }
}

.developerHistory .btmtxt {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .developerHistory .btmtxt {
        font-size: 20px;
    }
}

.developerHistory .btmtxt strong {
    font-size: 48px;
    color: #fff;
    border-bottom: solid 3px #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .developerHistory .btmtxt strong {
        font-size: 20px;
    }
}

.developerHistory .btmtxt strong:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 6px;
}

@media screen and (max-width: 768px) {
    .developerHistory .btmtxt strong:before {
        bottom: 3px;
    }
}


/* ============
* developerQuestion
============== */

.developerQuestion .l-ttl {
    text-align: center;
    font-size: 36px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .l-ttl {
        font-size: 18px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .developerQuestion .l-ttl {
        margin-bottom: 20px;
    }
}

.developerQuestion .questionlist {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist {
        margin-bottom: 40px;
    }
}

.developerQuestion .questionlist dt {
    font-size: 26px;
    font-weight: bold;
    margin: 15px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dt {
        font-size: 16px;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}

.developerQuestion .questionlist dt strong {
    font-size: 33px;
    color: #ffcc34;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dt strong {
        font-size: 18px;
    }
}

.developerQuestion .questionlist dd {
    display: flex;
    margin-bottom: 60px;
}

.developerQuestion .questionlist dd .box {
    background-color: #fffff7;
    width: 825px;
    border-radius: 10px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dd .box {
        width: 100%;
        padding: 10px;
    }
}

.developerQuestion .questionlist dd .box .txt {
    padding-left: 40px;
    text-indent: -40px;
    font-size: 22px;
    letter-spacing: -0.06em;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dd .box .txt {
        font-size: 14px;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}

.developerQuestion .questionlist dd .box span {
    color: #ffa42a;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dd .box span {
        font-size: 16px;
    }
}

.developerQuestion .questionlist dd .box strong {
    color: #d34649;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dd .box strong {
        font-size: 16px;
    }
}

.developerQuestion .questionlist dd .img {
    padding: 33px;
}

@media screen and (max-width: 768px) {
    .developerQuestion .questionlist dd .img {
        padding: 20px 5px;
    }
}

@media screen and (max-width: 365px) {
    .developerQuestion .questionlist dd .img {
        display: none;
    }
}


/* ============
* developerSupport
============== */

.developerSupport .l-ttl {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl {
        padding: 0 20px;
        margin-bottom: 10px;
    }
}

.developerSupport .l-ttl .bln {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl .bln {
        font-size: 16px;
    }
}

.developerSupport .l-ttl .bln:before,
.developerSupport .l-ttl .bln:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 2px;
    border-radius: 2px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}

.developerSupport .l-ttl .bln:before {
    transform: rotate(-14deg);
    left: -25px;
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl .bln:before {
        left: -10px;
    }
}

.developerSupport .l-ttl .bln:after {
    transform: rotate(14deg);
    right: -25px;
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl .bln:after {
        right: -10px;
    }
}

.developerSupport .l-ttl h2 {
    color: #ff9200;
    font-size: 48px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .developerSupport .l-ttl h2 {
        font-size: 24px;
    }
}

.developerSupport .box_wrap {
    background-color: #fcfcfb;
    padding: 120px 0;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap {
        padding: 50px 0;
    }
}

.developerSupport .box_wrap .box {
    display: flex;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box {
        display: block;
        padding: 0 20px;
    }
}

.developerSupport .box_wrap .box .img {
    width: 155px;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box .img {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.developerSupport .box_wrap .box .txtbox {
    width: 840px;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box .txtbox {
        width: 100%;
    }
}

.developerSupport .box_wrap .box .txtbox .ttl {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -.02em;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box .txtbox .ttl {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.developerSupport .box_wrap .box .txtbox .txt {
    font-size: 18px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box .txtbox .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.developerSupport .box_wrap .box .txtbox .name {
    font-size: 14px;
}

.developerSupport .box_wrap .box+.box {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .developerSupport .box_wrap .box+.box {
        margin-top: 40px;
    }
}


/* ============
* developerSupportpoint
============== */

.developerSupportpoint {
    padding-top: 80px;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint {
        margin-bottom: 50px;
    }
}

.developerSupportpoint .l-container {
    text-align: center;
}

.developerSupportpoint .l-ttl {
    margin: 0 35px;
    position: relative;
    padding: 20px 0;
    margin-bottom: 60px;
    background: #fff3bc;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl {
        margin: 0 10% 30px;
    }
}

@media screen and (max-width: 414px) {
    .developerSupportpoint .l-ttl {
        margin: 0 0 30px;
        padding: 30px 65px 30px 20px;
    }
}

.developerSupportpoint .l-ttl:after {
    background: url("../images/dev_supportpoint_ttl.png") right bottom no-repeat;
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    bottom: -30px;
    width: 159px;
    height: 225px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl:after {
        bottom: -10px;
        right: 0;
        width: 80px;
        height: 110px;
        background-size: 100%;
    }
}

.developerSupportpoint .l-ttl .img {
    display: inline-block;
    position: absolute;
    left: 75px;
    top: -30px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl .img {
        width: 80px;
        left: 0;
    }
}

@media screen and (max-width: 414px) {
    .developerSupportpoint .l-ttl .img {
        width: 80px;
        left: 0;
        top: -55px;
    }
}

.developerSupportpoint .l-ttl .sub {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl .sub {
        font-size: 18px;
    }
}

@media screen and (max-width: 365px) {
    .developerSupportpoint .l-ttl .sub {
        font-size: 15px;
    }
}

.developerSupportpoint .l-ttl h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 365px) {
    .developerSupportpoint .l-ttl h2 {
        font-size: 15px;
        padding: 0;
    }
}

.developerSupportpoint .l-ttl h2 strong {
    font-size: 48px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl h2 strong {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .l-ttl h2 strong {
        font-size: 20px;
    }
}

.developerSupportpoint .pointlist {
    text-align: left;
    padding: 0 100px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .pointlist {
        padding: 0;
    }
}

.developerSupportpoint .pointlist li {
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .pointlist li {
        margin-bottom: 20px;
    }
}

.developerSupportpoint .pointlist li .ttl {
    font-weight: bold;
    color: #0d6b92;
    font-size: 24px;
    padding: 0 35px 15px;
    border-bottom: 3px solid #0d6b92;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .pointlist li .ttl {
        padding: 10px 10px;
        font-size: 20px;
    }
}

.developerSupportpoint .pointlist li .ttl .img {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .pointlist li .ttl .img {
        width: 120px;
        height: auto;
        margin-bottom: 10px;
        display: block;
    }
}

.developerSupportpoint .pointlist li .txt {
    font-size: 18px;
    padding: 20px 35px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .pointlist li .txt {
        padding: 10px 10px;
        font-size: 16px;
    }
}

.developerSupportpoint .arrow {
    background: url("../images/arrow.png") center top no-repeat;
    padding-top: 40px;
    background-size: 108px auto;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .arrow {
        font-size: 16px;
    }
}

.developerSupportpoint .arrow strong {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .arrow strong {
        font-size: 20px;
    }
}

.developerSupportpoint .sub {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .sub {
        font-size: 16px;
    }
}

.developerSupportpoint .img_l {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .img_l {
        padding: 0 10px;
    }
}

.developerSupportpoint .txt_l {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .developerSupportpoint .txt_l {
        font-size: 16px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}


/* ============
* order
============== */

.orderVisual {
    padding: 100px 2% 0;
    max-width: 1340px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .orderVisual {
        padding: 50px 2% 2%;
        margin-bottom: 0;
    }
}

.orderVisual .wrapper {
    background: url("../images/order_bg.jpg") no-repeat;
    background-size: cover;
    padding: 140px 0 0;
    min-height: 684px;
}

@media screen and (max-width: 768px) {
    .orderVisual .wrapper {
        min-height: auto;
        background-size: 100% auto;
        padding: 5% 3%;
    }
}

.orderVisual .box {
    padding-left: 450px;
}

@media screen and (max-width: 768px) {
    .orderVisual .box {
        padding-left: 45%;
    }
}

.orderVisual .box .catch {
    position: relative;
}

@media screen and (max-width: 768px) {
    .orderVisual .box .catch {
        width: 100%;
    }
}

.orderVisual .box .catch .catch01 {
    width: 100%;
}

.orderVisual .box .catch .order_badge {
    position: absolute;
    left: -110px;
    bottom: -100px;
}

@media screen and (max-width: 768px) {
    .orderVisual .box .catch .order_badge {
        width: 43%;
        left: -14vw;
        bottom: -6vw;
    }
}

.orderExample {
    display: flex;
    margin-top: 24px;
    font-weight: bold;
}

.orderExample .bln {
    background-color: #1b779e;
    border-radius: 13px;
    color: #FFF;
    position: relative;
    width: 230px;
    height: 90px;
    text-align: center;
    padding-top: 8px;
}

.orderExample .bln:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 99.8%;
    border: 10px solid transparent;
    border-left: 16px solid #1b779e;
}

.orderExample .bln strong {
    font-size: 20px;
    color: #fad62c;
}

.orderExample .edt {
    border-radius: 13px;
    border: 3px solid #d8d8d8;
}

.orderExample .edt1 {
    width: 502px;
    margin-left: 20px;
    display: flex;
    padding: 10px 24px;
    justify-content: space-between;
}

.orderExample .edt2 {
    width: 250px;
    margin-left: 15px;
    padding: 10px 5px;
}

.gid_ico {
    border: 3px solid #ff9200;
    border-radius: 70px;
    line-height: 2;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #ff9200;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .gid_ico {
        line-height: 1.5;
        font-size: 16px;
        margin-top: 30px;
        padding: 3px 1em;
    }
}


/* ============
* orderCaution
============== */

.orderCaution {
    background-color: #fcfcfb;
    padding: 50px 0 60px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .orderCaution {
        padding: 30px 0 20px;
    }
}

.orderCaution .l-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
    .orderCaution .l-ttl {
        margin-bottom: 30px;
    }
}

.orderCaution ul {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .orderCaution ul {
        font-size: 16px;
    }
}

@media screen and (max-width: 365px) {
    .orderCaution ul {
        font-size: 12px;
    }
}

.orderCaution ul li {
    line-height: 1.3;
    margin-bottom: 30px;
    padding-left: 1.3em;
    text-indent: -1.2em;
}


/* ============
* orderList
============== */

.orderList {
    margin-bottom: 70px;
    padding: 35px 0 40px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 365px) {
    .orderList {
        padding: 0 0 20px;
    }
}

.orderList .l-ttl {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .orderList .l-ttl {
        font-size: inherit;
    }
}

.orderList .l-ttl h2 {
    font-weight: bold;
}

.orderList .l-ttl h2 img {
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .orderList .l-ttl h2 img {
        margin: 0 5px;
        width: 70%;
        height: auto;
    }
}

@media screen and (max-width: 365px) {
    .orderList .l-ttl h2 img {
        width: 50%;
    }
}

.orderList .l-ttl h2 span {
    font-size: 36px;
    margin-top: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .orderList .l-ttl h2 span {
        font-size: 20px;
    }
}

.orderList .l-ttl h2 strong {
    color: #1b779e;
}

@media screen and (max-width: 365px) {
    .orderList .l-ttl h2 strong {
        display: inline-block;
    }
}

.orderList .l-ttl h2 strong.or {
    color: #ff9200;
    font-size: 48px;
    margin: 0 8px;
}

@media screen and (max-width: 768px) {
    .orderList .l-ttl h2 strong.or {
        font-size: 24px;
        margin: 0;
    }
}

.orderList ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 90px 0 0;
    padding-top: 90px;
}

@media screen and (max-width: 768px) {
    .orderList ul {
        padding-top: 20px;
    }
}

.orderList ul li {
    width: 30%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .orderList ul li {
        width: 300px;
        margin: 0 auto 20px;
    }
}

.orderList ul li .bln {
    font-size: 18px;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    margin-bottom: 5px;
}

.orderList ul li .bln strong {
    color: #157198;
}

.orderList ul li .bln:before,
.orderList ul li .bln:after {
    content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 3px;
    border-radius: 3px;
    background-color: #111111;
    top: 0;
    bottom: 0;
    margin: auto;
}

.orderList ul li .bln:before {
    transform: rotate(-14deg);
    left: -25px;
}

.orderList ul li .bln:after {
    transform: rotate(14deg);
    right: -25px;
}

.orderList ul li .circle {
    border: 3px solid #ff9200;
    border-radius: 50%;
    padding: 15px 0;
    width: 212px;
    height: 212px;
    display: inline-block;
}

.orderList ul li .img {
    margin-bottom: 7px;
    height: 45px;
}

.orderList ul li .img img {
    height: 100%;
    width: auto;
}

.orderList ul li .txt {
    font-size: 24px;
}

@media screen and (max-width: 365px) {
    .orderList ul li .txt {
        font-size: 20px;
    }
}

.orderList ul li .txt strong {
    font-size: 30px;
    color: #ff9200;
}

@media screen and (max-width: 365px) {
    .orderList ul li .txt strong {
        font-size: 28px;
    }
}

.orderList ul li .txt.ln3 {
    line-height: 1.2;
}


/* ============
* orderSolution
============== */

.orderSolution {
    text-align: center;
    padding: 90px 20px;
}

@media screen and (max-width: 768px) {
    .orderSolution {
        padding: 90px 10px;
    }
}

@media screen and (max-width: 365px) {
    .orderSolution {
        padding: 30px 10px;
    }
}

.orderSolution .txt {
    line-height: 1.5;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .orderSolution .txt {
        font-size: 18px;
    }
}

.orderSolution .txt .mk {
    background: linear-gradient(transparent 65%, #ffd239 0%);
    font-size: 36px;
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .orderSolution .txt .mk {
        font-size: 24px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .orderSolution .txt .mk {
        font-size: 18px;
    }
}

.orderSolution .txt strong {
    color: #ff9200;
    font-size: 44px;
}

@media screen and (max-width: 768px) {
    .orderSolution .txt strong {
        font-size: 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .orderHdr {
        line-height: 2;
    }
}

@media screen and (max-width: 365px) {
    .orderHdr {
        font-size: 24px;
        line-height: 1.8;
    }
}


/* ============
* faq
============== */

.input-box,
.no-result {
    position: relative;
    display: block;
    overflow: hidden;
    width: 350px;
    height: 3em;
    margin: 0 37%;
    margin-bottom: 30px;
}

.searchclear {
    position: absolute;
    right: 12px;
    top: 0px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 18px;
    cursor: pointer;
    color: #5A5A5A;
}

.faq {
    padding: 10px 0 0;
    max-width: 1340px;
    margin-top: 1em;
    margin-right: auto;
    margin-left: 1em;
    margin-bottom: 30px;
}

#faq_search {
    margin-bottom: 2em;
}

.panel-default>.panel-heading {
    background-color: #FFFCDE;
}

.entry-header h2 {
    padding: 100px 0 0;
    font-size: 2em;
    text-align: center;
}

.faq ul {
    clear: left;
    margin-top: 20px;
}

.ul-faq li a {
    float: left;
    padding: 10px;
    margin: 0 5px 8px 0;
    background: #ff9200;
    border: 1px solid #ff9200;
    border-radius: 30px;
    text-decoration: none;
    color: #FFF;
}

.ul-faq li a:hover {
    background: #FFF;
    border: 1px solid #ff9200;
    color: #ff9200;
}

.panel-group h3 {
    font-size: 1.5em;
    padding: 0.25em 0.5em;
    margin: 1.5em 0 0.5em 10px;
    color: #ff9200;
    background: transparent;
    border-left: solid 5px #ff9200;
    vertical-align: middle;
}

.question a {
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 100%;
}

.question a:hover {
    color: #ff9200;
}

.question .q {
    padding: 5px 5px 2px;
    background-color: #ff9200;
    color: #FFF;
    margin-right: 0.8em;
    border-radius: 3px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.img40 {
    width: 40%;
}

.no-result {
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 10px 0 0;
        max-width: 1340px;
        margin-top: 1em;
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom: 30px;
    }
    .ul-faq li a {
        float: left;
        width: 100%;
        padding: 10px;
        margin: 0 8px 8px 0;
        background: #ff9200;
        border-radius: 5px;
        text-decoration: none;
    }
}


/* Safari 9.0+ (non-iOS) */

_:-webkit-full-screen:not(:root:root),
body {
    letter-spacing: 0;
}

_:-webkit-full-screen:not(:root:root) .navFixed,
body .navFixed {
    right: 52px;
    transform: translate3d(0, 0, 0);
}

_:-webkit-full-screen:not(:root:root) .indexProblemAllergy__description strong,
body .indexProblemAllergy__description strong {
    letter-spacing: -1px;
}

_:-webkit-full-screen:not(:root:root) .developFeatureBox .title span,
body .developFeatureBox .title span {
    letter-spacing: -0.5px;
}


/* Safari 9.0+ */

_::-webkit-:not(:root:root),
body {
    letter-spacing: 0;
}

_::-webkit-:not(:root:root) .navFixed,
body .navFixed {
    right: 60px;
    transform: translate3d(0, 0, 0);
}

_::-webkit-:not(:root:root) .indexProblemAllergy__description strong,
body .indexProblemAllergy__description strong {
    letter-spacing: -1px;
}


/* Safari 7.1+ (9.0 is the latest version of Safari at this time) */

_::-webkit-full-page-media,
_:future,
 :root body {
    letter-spacing: 0;
}

_::-webkit-full-page-media .navFixed,
_:future .navFixed,
 :root body .navFixed {
    right: 60px;
    transform: translate3d(0, 0, 0);
}

_::-webkit-full-page-media .indexProblemAllergy__description strong,
_:future .indexProblemAllergy__description strong,
 :root body .indexProblemAllergy__description strong {
    letter-spacing: -1px;
}


/* IE9,8 */


/* firefox */

@-moz-document url-prefix() {
    #thumbnail li:hover {
        border: 0 !important;
    }
    #thumbnail li.current {
        border: 0 !important;
    }
}


/*# sourceMappingURL=style.css.map */

.site-content {
    margin-top: 80px;
    background-image: none!important;
}

@media screen and (max-width: 768px) {
    .site-content {
        margin-top: 60px;
    }
}

.entry-header h1.entry-title {
    padding: 0 30px 15px 20px;
    display: block;
    text-align: center;
    font-size: 2em;
    margin-left: 0;
}

.copyright {
    padding-top: 0!important;
    padding-bottom: 0!important;
    background: none!important;
    color: #323232!important;
}