@charset "UTF-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
@import url("editor-style.css");
@import url("editor-style-custom.css");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
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 {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

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

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input,
button,
select,
optgroup,
option,
textarea {
    cursor: pointer;
    font-family: initial;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

img {
    vertical-align: middle;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/*------------------------------------------------------------
	form parts reset
------------------------------------------------------------*/
/*
	ボタンの設定
*/
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*------------------------------------------------------------
	setting
------------------------------------------------------------*/
body {
    color: #333333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2;
}

body.is-fixed {
    overflow: hidden;
}

@media screen and (min-width: 640px) {
    body {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: 0.05em;
        line-height: 2;
    }
}

a {
    color: #0550bf;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

a figure {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a figure:hover {
    opacity: 0.7;
}

button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

button:hover {
    opacity: 0.7;
}

img {
    height: auto;
    max-width: 100%;
}

video {
    display: block;
    height: auto;
    max-width: 100%;
}

iframe {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

@media screen and (min-width: 640px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    .tab {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .tab {
        display: none !important;
    }
}

@media screen and (max-width: 639px) {
    .pc {
        display: none !important;
    }
}

/*------------------------------------------------------------
	plugins
------------------------------------------------------------*/
/*------------------------------------------------------------
	layout	[0] 共通パーツ用
------------------------------------------------------------*/
.l-container {
    overflow: hidden;
}

.l-section,
.l-section--small {
    padding-bottom: 40px;
    padding-top: 40px;
}

.l-section p+p {
    margin-top: 1.3em;
}

.l-section--small {
    padding-bottom: 40px;
    padding-top: 40px;
}

.l-section--small p+p {
    margin-top: 1.3em;
}

@media screen and (min-width: 640px) {

    .l-section,
    .l-section--small {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media screen and (min-width: 640px) {
    .l-section--small {
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

@media screen and (min-width: 640px) {
    .l-pc-section {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.l-center,
.l-center--pc-small,
.l-center--pc-no-pad {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media screen and (min-width: 640px) {

    .l-center,
    .l-center--pc-small,
    .l-center--pc-no-pad {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .l-center--pc-small {
        max-width: 1200px;
    }
}

@media screen and (min-width: 640px) {
    .l-center--pc-no-pad {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

.l-sp-center {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

@media screen and (min-width: 640px) {
    .l-sp-center {
        padding-left: 0;
        padding-right: 0;
    }
}

.l-pc-center {
    position: relative;
}

.l-pc-center--small {
    max-width: 1040px;
    position: relative;
}

@media screen and (min-width: 640px) {

    .l-pc-center,
    .l-pc-center--small {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        width: 100%;
    }
}

.l-flex {
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 640px) {

    .l-pc-flex,
    .l-pc-flex--reverse {
        -ms-flex-align: stretch;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-pc-flex>*,
    .l-pc-flex--reverse>* {
        width: 50%;
    }
}

@media screen and (min-width: 640px) {
    .l-pc-flex--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
    }
}

.l-flex-cen {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 640px) {

    .l-pc-flex-cen,
    .l-pc-flex-cen--reverse {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (min-width: 640px) {
    .l-pc-flex-cen--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
    }
}

.l-flex-ali-cen {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 640px) {

    .l-pc-flex-ali-cen,
    .l-pc-flex-ali-cen--reverse {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-pc-flex-ali-cen>*,
    .l-pc-flex-ali-cen--reverse>* {
        width: 50%;
    }
}

@media screen and (min-width: 640px) {
    .l-pc-flex-ali-cen--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
    }
}

/* ---------------------------
	ヘッダー用
--------------------------- */
.l-header {
    background: #FFF;
    width: 100%;
}

.l-header .inner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px;
}

.l-header .logo {
    line-height: 1;
}

.l-header .logo a {
    color: #0550bf;
    display: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    opacity: 1 !important;
}

@media screen and (min-width: 640px) {
    .l-header {
        display: none;
    }

    .l-header .inner {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1200px;
    }

    .l-header .logo a {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.l-menu-btn {
    -webkit-transform: translate(0, -4px);
    background: #FFF;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
    width: 50px;
    z-index: 300;
}

.l-menu-btn:hover {
    cursor: pointer;
}

.l-menu-btn span {
    background: #0550bf;
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 45%;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    width: 26px;
}

.l-menu-btn span.top {
    -webkit-animation: menu-btn-top .3s;
    animation: menu-btn-top .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.l-menu-btn span.middle {
    opacity: 1;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.l-menu-btn span.bottom {
    -webkit-animation: menu-btn-bottom .3s;
    animation: menu-btn-bottom .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.l-menu-btn span.text {
    background: none;
    color: #0550bf;
    font-size: 8px;
    font-size: 0.5rem;
    text-align: center;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.l-menu-btn.is-open span.top {
    -webkit-animation: menu-btn-top-close .3s;
    animation: menu-btn-top-close .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.l-menu-btn.is-open span.middle {
    opacity: 0;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
}

.l-menu-btn.is-open span.bottom {
    -webkit-animation: menu-btn-bottom-close .3s;
    animation: menu-btn-bottom-close .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (min-width: 640px) {
    .l-menu-btn {
        display: none;
        height: 90px;
        width: 120px;
    }

    .l-menu-btn span {
        margin-left: -22px;
        width: 44px;
    }

    .l-menu-btn span.top {
        -webkit-animation: menu-btn-top--pc .3s;
        animation: menu-btn-top--pc .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .l-menu-btn span.middle {
        opacity: 1;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
    }

    .l-menu-btn span.bottom {
        -webkit-animation: menu-btn-bottom--pc .3s;
        animation: menu-btn-bottom--pc .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .l-menu-btn.is-open span.top {
        -webkit-animation: menu-btn-top-close--pc .3s;
        animation: menu-btn-top-close--pc .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .l-menu-btn.is-open span.middle {
        opacity: 0;
        -webkit-transition: .3s opacity;
        transition: .3s opacity;
    }

    .l-menu-btn.is-open span.bottom {
        -webkit-animation: menu-btn-bottom-close--pc .3s;
        animation: menu-btn-bottom-close--pc .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@-webkit-keyframes menu-btn-top {
    0% {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
}

@keyframes menu-btn-top {
    0% {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
}

@-webkit-keyframes menu-btn-bottom {
    0% {
        -webkit-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }
}

@keyframes menu-btn-bottom {
    0% {
        -webkit-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }
}

@-webkit-keyframes menu-btn-top-close {
    0% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
    }
}

@keyframes menu-btn-top-close {
    0% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
    }
}

@-webkit-keyframes menu-btn-bottom-close {
    0% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg);
    }
}

@keyframes menu-btn-bottom-close {
    0% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(45deg);
        transform: translateY(-1px) rotate(45deg);
    }
}

@-webkit-keyframes menu-btn-top--pc {
    0% {
        -webkit-transform: translateY(-1px) rotate(-40deg);
        transform: translateY(-1px) rotate(-40deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-17px) rotate(0deg);
        transform: translateY(-17px) rotate(0deg);
    }
}

@keyframes menu-btn-top--pc {
    0% {
        -webkit-transform: translateY(-1px) rotate(-40deg);
        transform: translateY(-1px) rotate(-40deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-17px) rotate(0deg);
        transform: translateY(-17px) rotate(0deg);
    }
}

@-webkit-keyframes menu-btn-bottom--pc {
    0% {
        -webkit-transform: translateY(-1px) rotate(40deg);
        transform: translateY(-1px) rotate(40deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(15px) rotate(0deg);
        transform: translateY(15px) rotate(0deg);
    }
}

@keyframes menu-btn-bottom--pc {
    0% {
        -webkit-transform: translateY(-1px) rotate(40deg);
        transform: translateY(-1px) rotate(40deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(15px) rotate(0deg);
        transform: translateY(15px) rotate(0deg);
    }
}

@-webkit-keyframes menu-btn-top-close--pc {
    0% {
        -webkit-transform: translateY(-17px) rotate(0deg);
        transform: translateY(-17px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(-40deg);
        transform: translateY(-1px) rotate(-40deg);
    }
}

@keyframes menu-btn-top-close--pc {
    0% {
        -webkit-transform: translateY(-17px) rotate(0deg);
        transform: translateY(-17px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(-40deg);
        transform: translateY(-1px) rotate(-40deg);
    }
}

@-webkit-keyframes menu-btn-bottom-close--pc {
    0% {
        -webkit-transform: translateY(15px) rotate(0deg);
        transform: translateY(15px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(40deg);
        transform: translateY(-1px) rotate(40deg);
    }
}

@keyframes menu-btn-bottom-close--pc {
    0% {
        -webkit-transform: translateY(15px) rotate(0deg);
        transform: translateY(15px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-1px) rotate(40deg);
        transform: translateY(-1px) rotate(40deg);
    }
}

/* ---------------------------
	共通メニュー用
--------------------------- */
.l-gnav {
    -webkit-overflow-scrolling: touch;
    background: #0550bf;
    display: none;
    overflow: auto;
    width: 100vw;
}

.l-gnav li a {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    height: 50px;
    justify-content: space-between;
    line-height: 1;
    padding: 0 15px;
    position: relative;
}

.l-gnav li img {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
}

@media screen and (min-width: 640px) {
    .l-gnav {
        border-bottom: 1px solid #FFF;
        display: block !important;
    }

    .l-gnav .inner {
        margin: 0 auto;
        max-width: 1200px;
    }

    .l-gnav ul {
        -ms-flex-align: stretch;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-gnav li a {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -ms-flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        align-items: center;
        border-bottom: none;
        border-left: 1px solid #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        font-size: 0.8125rem;
        height: 60px;
        justify-content: center;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: center;
    }

    .l-gnav li img {
        margin-right: 4px;
        width: 20px;
    }

    .l-gnav li:nth-child(1),
    .l-gnav li:nth-child(2) {
        width: 17%;
    }

    .l-gnav li:nth-child(3) {
        width: 25%;
    }

    .l-gnav li:nth-child(4) {
        width: 21%;
    }

    .l-gnav li:nth-child(5) {
        width: 20%;
    }

    .l-gnav li:last-child a {
        border-right: 1px solid #FFF;
    }
}

@media screen and (min-width: 768px) {
    .l-gnav li a {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1;
    }

    .l-gnav li img {
        width: auto;
    }
}

@media screen and (min-width: 1280px) {
    .l-gnav li a {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
    }

    .l-gnav li img {
        margin-right: 10px;
    }
}

/* ---------------------------
	共通メニュー用ここまで
--------------------------- */
.l-main {
    background: #e4eefa;
    display: block;
    position: relative;
}

.l-mv {
    background: #0550bf;
    position: relative;
    text-align: center;
}

.l-mv .mv-date {
    color: #0550bf;
    font-size: 0.8em;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1.8em;
    width: 100%;
    z-index: 3;
}

@media screen and (min-width: 640px) {
    .l-mv {
        height: 150px;
    }

    .l-mv img {
        -webkit-transform: translate(-50%, 0%);
        display: block;
        height: 150px;
        left: 50%;
        max-width: none;
        position: absolute;
        top: 0;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: auto;
    }

    .l-mv .mv-date {
        font-size: 1.1em;
        top: 1.1em;
    }
}

@media screen and (min-width: 896px) {
    .l-mv {
        height: 230px;
    }

    .l-mv img {
        height: 230px;
    }
}

@media screen and (min-width: 640px) {
    .page-index .l-mv {
        height: 250px;
    }

    .page-index .l-mv img {
        height: 250px;
    }
}

@media screen and (min-width: 896px) {
    .page-index .l-mv {
        height: 380px;
    }

    .page-index .l-mv img {
        height: 380px;
    }
}

.l-pc-two-columns .main-column {
    background: #e4eefa;
    padding: 40px 15px;
}

.l-pc-two-columns .sub-column {
    background: #f9f9f9;
    padding: 15px;
}

@media screen and (min-width: 640px) {
    .l-pc-two-columns {
        -ms-flex-align: stretch;
        -ms-flex-direction: row-reverse;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: stretch;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        padding: 25px 0;
    }

    .l-pc-two-columns .main-column {
        background: #FFF;
        border-radius: 0 10px 10px 0;
        padding: 0;
        width: calc(100% - 240px);
    }

    .l-pc-two-columns .sub-column {
        border-radius: 10px 0 0 10px;
        width: 240px;
    }
}

.l-item {
    background: #FFF;
    line-height: 1.8;
    padding: 25px 15px;
}

.l-item+.l-item {
    border-top: 2px solid #f9f9f9;
}

.l-item h3 {
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-item h3 .img {
    display: block;
}

.l-item h3 img {
    width: 76px;
}

.l-item h3 .text {
    display: block;
    padding-top: 2px;
    width: calc(100% - 91px);
}

.l-item h3 .sub {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.15;
}

.l-item h3 .name {
    border-bottom: 2px solid #e2e2e2;
    color: #0550bf;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-top: -2px;
    padding-bottom: 10px;
}

.l-item>.flex>.img {
    overflow: hidden;
}

.l-item>.flex>.img img {
    border: 1px solid #bababa;
    display: block;
    margin: 20px auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 230px;
}

.l-item>.flex>.img img:hover {
    opacity: 0.7;
}

@media screen and (min-width: 640px) {
    .l-item {
        background: transparent;
        padding: 50px;
    }

    .l-item h3 img {
        width: 99px;
    }

    .l-item h3 .text {
        width: calc(100% - 124px);
    }

    .l-item h3 .sub {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .l-item h3 .name {
        border-bottom-width: 3px;
        font-size: 36px;
        font-size: 2.25rem;
        letter-spacing: 0.05em;
        line-height: 1.25;
        margin-bottom: 23px;
        margin-top: 6px;
    }

    .l-item>.flex>.img {
        margin-bottom: 0;
        margin-top: 0;
    }

    .l-item>.flex>.text {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .l-item>.flex {
        -ms-flex-align: stretch;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-item>.flex>.text {
        margin-top: 0;
        width: calc(100% - 255px);
    }
}

.l-point {
    background: #f9f9f9;
    border-radius: 5px;
    margin: 15px 0;
    padding: 15px;
}

.l-point h4 {
    color: #0550bf;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 0 25px;
    position: relative;
    text-align: center;
}

.l-point h4:before {
    background: #0550bf;
    content: '';
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 2px;
}

.l-point h4:after {
    background: #0550bf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 2px;
}

.l-point li {
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: stretch;
    border: 2px solid #0550bf;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 50px;
}

.l-point li+li {
    margin-top: 5px;
}

.l-point .img {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #0550bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50px;
}

.l-point .img img {
    display: block;
    width: 32px;
}

.l-point .text {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.2;
    padding: 0 10px;
    width: calc(100% - 50px);
}

@media screen and (min-width: 640px) {
    .l-point {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .l-point h4 {
        margin-bottom: 10px;
        width: auto;
    }

    .l-point h4::before {
        height: 80%;
        left: 25px;
        top: 5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        width: 3px;
    }

    .l-point h4::after {
        height: 80%;
        right: 25px;
        top: 5px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        width: 3px;
    }

    .l-point ul {
        -ms-flex-align: stretch;
        -ms-flex-pack: justify;
        -ms-flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .l-point li {
        border-radius: 10px;
        border-width: 3px;
        min-height: 60px;
        width: 49.5%;
    }

    .l-point li:nth-child(2) {
        margin-top: 0;
    }

    .l-point .img {
        width: 60px;
    }

    .l-point .img img {
        width: 40px;
    }

    .l-point .text {
        padding: 0 5px;
        width: calc(100% - 60px);
    }
}

.l-detail {
    -ms-flex-align: stretch;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 20px;
}

.l-detail li {
    border: 2px solid #0550bf;
    width: 50%;
}

.l-detail li:nth-child(1),
.l-detail li:nth-child(4) {
    border-right: none;
}

.l-detail li:nth-child(3),
.l-detail li:nth-child(5) {
    border-left-color: #bababa;
}

.l-detail li:nth-child(1) {
    border-radius: 5px 0 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.l-detail li:nth-child(2) {
    border-radius: 0 0 5px 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    word-break: break-word;
}

.l-detail li:nth-child(3) {
    border-radius: 0 5px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.l-detail li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.l-detail li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    word-break: break-word;
}

.l-detail dl {
    text-align: center;
}

.l-detail dt {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #0550bf;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    height: 30px;
    justify-content: center;
}

.l-detail dd {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 47px;
    justify-content: center;
    line-height: 1.2;
}

.l-detail img {
    width: 90px;
}

.l-detail .num {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 1024px) {
    .l-detail li {
        width: 20%;
    }

    .l-detail li:nth-child(2),
    .l-detail li:nth-child(3),
    .l-detail li:nth-child(4) {
        border-right: none;
    }

    .l-detail li:nth-child(2),
    .l-detail li:nth-child(3),
    .l-detail li:nth-child(4) {
        border-left-color: #bababa;
    }

    .l-detail li:nth-child(1) {
        border-radius: 5px 0 0 5px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .l-detail li:nth-child(2),
    .l-detail li:nth-child(3) {
        border-radius: 0;
    }

    .l-detail li:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 20%;
    }

    .l-detail li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .l-detail li:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .l-detail li:nth-child(5) {
        border-left-color: #bababa;
        border-radius: 0 5px 5px 0;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 20%;
        word-break: keep-all;
    }

    .l-detail dt {
        height: 50px;
    }

    .l-detail dd {
        height: 74px;
    }

    .l-detail img {
        max-width: 90%;
        width: auto;
    }

    .l-detail .num {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.l-review {
    background: #eef5ff;
    border-radius: 2.5px;
    margin-top: 20px;
    padding: 15px;
}

.l-review h4 {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #0550bf;
    border-radius: 3px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 10px;
    min-height: 30px;
    padding: 5px;
}

.l-review li+li {
    margin-top: 20px;
}

.l-review li>p {
    letter-spacing: -0.05em;
}

.l-review .star {
    vertical-align: unset;
    width: 80px;
}

.l-review .flex {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.l-review .flex .img {
    width: 50px;
}

.l-review .flex .text {
    background: #FFF;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
    position: relative;
    width: calc(100% - 65px);
}

.l-review .flex .text:before {
    -webkit-transform: translate(0%, -50%);
    border-bottom: 6px solid transparent;
    border-left: 0px solid #FFF;
    border-right: 10px solid #FFF;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 0;
}

@media screen and (min-width: 640px) {
    .l-review {
        border-radius: 5px;
        padding: 20px;
    }

    .l-review h4 {
        border-radius: 6px;
        font-size: 18px;
        font-size: 1.125rem;
        height: 50px;
        margin-bottom: 20px;
    }

    .l-review li>p {
        letter-spacing: 0.05em;
        padding-left: 100px;
    }

    .l-review .star {
        width: 95px;
    }

    .l-review .flex .img {
        width: 77px;
    }

    .l-review .flex .text {
        border-radius: 6px;
        width: calc(100% - 100px);
    }

    .l-review .flex .text:before {
        border-bottom: 10px solid transparent;
        border-left: 0px solid #FFF;
        border-right: 16px solid #FFF;
        border-top: 10px solid transparent;
        left: -16px;
    }
}

.l-sub-nav {
    margin: 15px -15px 0;
}

.l-sub-nav>ul>li a,
.l-sub-nav>ul>li span {
    display: block;
    line-height: 1.5;
    min-height: 50px;
    padding: 13px 30px 13px 50px;
    position: relative;
}

.l-sub-nav>ul>li>a,
.l-sub-nav>ul>li>span {
    border-top: 2px solid #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
}

.l-sub-nav>ul>li>a:before,
.l-sub-nav>ul>li>span:before {
    -webkit-transform: translate(0%, -50%);
    background: #0550bf;
    content: '';
    display: block;
    height: 4px;
    left: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 15px;
}

.l-sub-nav>ul>li>a:after {
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    border-right: 2px solid #0550bf;
    border-top: 2px solid #0550bf;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    width: 10px;
}

.l-sub-nav>ul ul li a {
    background: #FFF;
    border-bottom: 2px solid #e2e2e2;
    font-size: 15px;
    font-size: 0.9375rem;
}

.l-sub-nav>ul ul li a:after {
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    border-right: 2px solid #0550bf;
    border-top: 2px solid #0550bf;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    width: 10px;
}

@media screen and (min-width: 640px) {

    .l-sub-nav>ul>li a,
    .l-sub-nav>ul>li span {
        padding: 13px 25px 13px 40px;
    }

    .l-sub-nav>ul>li>a,
    .l-sub-nav>ul>li>span {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .l-sub-nav>ul>li>a:before,
    .l-sub-nav>ul>li>span:before {
        left: 15px;
    }

    .l-sub-nav>ul>li>a:after {
        height: 8px;
        right: 15px;
        width: 8px;
    }

    .l-sub-nav>ul ul li a:after {
        height: 8px;
        width: 8px;
    }
}

/* ---------------------------
	フッター用
--------------------------- */
.l-footer {
    position: relative;
}

.l-footer .sitemap {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #0550bf;
    border-top: 1px solid #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    justify-content: center;
}

.l-footer .sitemap a {
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    margin-right: 20px;
    margin-left: 20px;
}

.l-footer .sitemap a:first-child {
    margin-right: 20px;
}

.l-footer .copyright {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.l-footer small {
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
}

@media screen and (min-width: 640px) {
    .l-footer .sitemap {
        height: 50px;
    }

    .l-footer .sitemap a {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .l-footer .copyright {
        min-height: 50px;
        padding: 15px;
    }

    .l-footer small {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.l-pagetop {
    background: #0550bf;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    height: 45px;
    line-height: 1;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.l-pagetop:before {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    content: '';
    display: block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 10px;
    -ms-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    width: 8px;
}

@media screen and (min-width: 640px) {
    .l-pagetop {
        background: transparent;
        bottom: 130px;
        content: '';
        display: block;
        height: 70px;
        opacity: 0;
        padding-top: 0;
        position: absolute;
        position: fixed;
        right: 30px;
        visibility: hidden;
        width: 70px;
        z-index: -1;
    }

    .l-pagetop:before {
        content: none;
    }

    .l-pagetop.is-show {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        visibility: visible;
        z-index: 100;
    }

    .l-pagetop.is-show:hover {
        opacity: 0.7;
    }
}

.l-breadthumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 0.9em;
    padding: 1em 15px;
}

@media screen and (min-width: 640px) {
    .l-breadthumb {
        font-size: 1em;
        margin-bottom: 1.5em;
        padding: 0;
    }
}

.l-breadthumb ul li {
    display: inline-block;
    margin-right: 1em;
}

.l-breadthumb ul li::before {
    content: '＞';
    display: inline-block;
    margin-right: 1em;
}

.l-breadthumb ul li:first-child::before {
    display: none;
}

.l-breadthumb ul li a {
    color: #333;
}

.l-archive .main-column,
.l-single .main-column,
.l-page .main-column {
    padding: 0 15px 40px;
}

@media screen and (min-width: 640px) {

    .l-archive .main-column,
    .l-single .main-column,
    .l-page .main-column {
        padding: 0;
    }
}

.l-archive {
    border: none;
}

.l-archive .l-archive-title {
    background: #0550bf url(../images/common/border_white.png) repeat center center/6px;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    padding: 1em 0;
    text-align: center;
    word-break: keep-all;
}

@media screen and (min-width: 640px) {
    .l-archive .l-archive-title {
        border-radius: 0 10px 0 0;
        font-size: 2.4em;
    }
}

.l-archive-column .l-item-archive {
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 2em;
    padding: 2em 1em;
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive {
        padding: 2em;
    }
}

.l-archive-column .l-item-archive:last-child {
    margin-bottom: 0;
}

.l-archive-column .l-item-archive .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-archive-column .l-item-archive .inner .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive .inner .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        min-width: 30%;
    }
}

.l-archive-column .l-item-archive .inner .detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1em;
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive .inner .detail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        margin-top: 0;
        min-width: 65%;
    }
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive .inner .detail.full {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}

.l-archive-column .l-item-archive .inner .detail .title {
    background: url(../images/common/icon_archive.svg) no-repeat left center/1em auto;
    border-bottom: 3px solid #e2e2e2;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.8em;
    padding: 0 0 0.2em 1.5em;
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive .inner .detail .title {
        font-size: 1.4em;
    }
}

.l-archive-column .l-item-archive .inner .detail .text {
    word-break: break-word;
}

.l-archive-column .l-item-archive .inner .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1em;
}

.l-archive-column .l-item-archive .inner .btn a {
    margin: 0 auto;
}

@media screen and (min-width: 640px) {
    .l-archive-column .l-item-archive .inner .btn a {
        width: 30%;
    }
}

.l-single .l-single-title {
    background: #0550bf url(../images/common/border_white.png) repeat center center/6px;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    padding: 1em 0;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .l-single .l-single-title {
        border-radius: 0 10px 0 0;
        font-size: 2.4em;
    }
}

.l-single .l-related-page {
    padding-top: 1em;
}

@media screen and (min-width: 640px) {
    .l-single .l-related-page {
        padding-top: 0;
    }
}

.l-single .l-related-page .related-page-title {
    background: #0550bf url(../images/common/icon_page.png) no-repeat left 1em center/auto 1em;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    padding: 0.8em 0.5em 0.8em 3em;
}

.l-single .l-related-page .related-page-list {
    background: #f9f9f9;
}

.l-single .l-related-page .related-page-list li {
    border-bottom: 1px solid #e2e2e2;
    display: block;
}

.l-single .l-related-page .related-page-list li:last-child {
    border-bottom: none;
}

.l-single .l-related-page .related-page-list li a {
    display: block;
    line-height: 1.4;
    padding: 0.8em 1em 0.8em 2em;
    position: relative;
}

@media screen and (min-width: 640px) {
    .l-single .l-related-page .related-page-list li a {
        padding: 1.2em 1em 1.2em 2.5em;
    }
}

.l-single .l-related-page .related-page-list li a::before {
    border-bottom: 2px solid #0550bf;
    border-right: 2px solid #0550bf;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.5em;
    margin-top: -0.25em;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
}

@media screen and (min-width: 640px) {
    .l-single .l-related-page .related-page-list li a::before {
        left: 1em;
    }
}

.l-single .single-page {
    border: none;
    padding-top: 0;
}

.l-page-sitemap .l-sitemap-title {
    background: #0550bf;
    border-left: 0.6em solid #3773cc;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    margin: 2em 0 1.4em;
    padding: 0.8em 0.5em 0.8em 1em;
}

.l-page-sitemap .l-sitemap-title:first-child {
    margin: 0 0 1.4em;
}

@media screen and (min-width: 640px) {
    .l-page-sitemap .l-sitemap-title {
        border-left: 0.7em solid #3773cc;
        font-size: 1.6em;
        padding: 0.8em 0.5em 0.8em 1.2em;
    }
}

.l-page-sitemap .l-sitemap li {
    list-style-type: none;
    margin-bottom: 1em;
    padding-left: 1.2em;
    position: relative;
}

.l-page-sitemap .l-sitemap li:last-child {
    margin-bottom: 0;
}

.l-page-sitemap .l-sitemap li::before {
    background: #0550bf;
    border-radius: 1em;
    content: '';
    font-size: 16px;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 8px;
}

@media screen and (min-width: 640px) {
    .l-page-sitemap .l-sitemap li::before {
        top: 0.6em;
    }
}

.l-page-sitemap .l-sitemap li ul {
    margin-top: 0.5em;
}

.l-page-sitemap .l-sitemap li ul li {
    margin-bottom: 0.5em;
}

.l-page-sitemap .l-sitemap li ul li::before {
    background: none;
    border-bottom: 2px solid #0550bf;
    border-radius: 0;
    border-right: 2px solid #0550bf;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0;
    position: absolute;
    top: 0.6em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
}

.l-all-lanking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-all-lanking .l-lanking-item {
    border: 2px solid #0550bf;
    border-radius: 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1.5em;
    min-width: 100%;
    position: relative;
}

.l-all-lanking .l-lanking-item:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 640px) {
    .l-all-lanking .l-lanking-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        margin-bottom: 0;
        min-width: 32%;
    }
}

.l-all-lanking .lanking-title {
    background: #0550bf url(../images/common/border_white.png) repeat center center/6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    padding: 1em 1.5em;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .l-all-lanking .lanking-title {
        padding: 0.2em 1.5em;
    }
}

.l-all-lanking .lanking-title .inner {
    display: table;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .l-all-lanking .lanking-title .inner {
        min-height: 5.5em;
    }
}

.l-all-lanking .lanking-title .img,
.l-all-lanking .lanking-title .text {
    display: table-cell;
    vertical-align: middle;
}

.l-all-lanking .lanking-title .img {
    max-width: 25%;
    width: 25%;
}

.l-all-lanking .lanking-title .img img {
    display: block;
    width: 100%;
}

.l-all-lanking .lanking-title .text {
    max-width: 75%;
    padding-left: 1em;
    width: 75%;
    word-break: break-word;
}

.l-all-lanking .lanking-img img {
    display: block;
    height: 8em;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 90%;
}

.l-all-lanking .lanking-img img _:-ms-lang(x)::-ms-backdrop,
.l-all-lanking .lanking-img img {
    height: auto;
    width: 80%;
}

.l-all-lanking .lanking-detail {
    padding: 1em 1em 1.2em;
}

@media screen and (min-width: 640px) {
    .l-all-lanking .lanking-detail .inner {
        padding: 0 0 5.5em;
    }
}

.l-all-lanking .lanking-text {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .l-all-lanking .c-blue-btn {
        bottom: 1.2em;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 85%;
    }
}

.l-item-lanking .c-grad-btn {
    margin: 1.5em auto;
}

@media screen and (min-width: 640px) {
    .l-item-lanking .c-grad-btn {
        margin: 2em auto;
    }
}

/*------------------------------------------------------------
	compornent	[0] 共通パーツ用
------------------------------------------------------------*/
/*
	見出し
*/
/*
	ボタン
*/
.c-grad-btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#FF7342), color-stop(50%, #FF376F), color-stop(50%, #FF376F), to(#FF7342)) no-repeat 50% 50%/100% 100%;
    background: linear-gradient(90deg, #FF7342 0%, #FF376F 50%, #FF376F 50%, #FF7342 100%) no-repeat 50% 50%/100% 100%;
    background-position: left 0% top 0%;
    background-size: 200% 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px 0px #d6d7dc;
    box-shadow: 0px 4px 0px 0px #d6d7dc;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    justify-content: center;
    line-height: 1;
    margin: 20px auto 0;
    max-width: 440px;
    min-height: 50px;
    min-width: 200px;
    padding: 5px 5px;
    position: relative;
    text-align: center;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
    width: 100%;
    z-index: 1;
}

.c-grad-btn:after {
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    width: 8px;
}

.c-grad-btn:hover,
.c-grad-btn:active {
    -webkit-transform: translate(0, 4px);
    background-position: left 100% top 0%;
    -webkit-box-shadow: 0px 0px 0px 0px #d6d7dc;
    box-shadow: 0px 0px 0px 0px #d6d7dc;
    opacity: 1;
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

@media all and (-ms-high-contrast: none) {
    .c-grad-btn {
        height: 86px;
        max-width: 440px;
    }
}

@supports (-ms-ime-align: auto) {
    .c-grad-btn {
        max-width: 440px;
    }
}

@media screen and (min-width: 640px) {
    .c-grad-btn {
        background: -webkit-gradient(linear, left top, right top, from(#FF7342), color-stop(50%, #FF376F), color-stop(50%, #FF376F), to(#FF7342)) no-repeat 50% 50%/100% 100%;
        background: linear-gradient(90deg, #FF7342 0%, #FF376F 50%, #FF376F 50%, #FF7342 100%) no-repeat 50% 50%/100% 100%;
        background-position: left 0% top 0%;
        background-size: 200% 100%;
        border-radius: 10px;
        font-size: 23px;
        font-size: 1.4375rem;
        min-height: 86px;
        min-width: 440px;
    }

    .c-grad-btn:after {
        height: 10px;
        right: 40px;
        width: 10px;
    }
}

.c-blue-btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #0550bf;
    background-position: left 0% top 0%;
    background-size: 200% 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 0px 0px #d6d7dc;
    box-shadow: 0px 4px 0px 0px #d6d7dc;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    justify-content: center;
    line-height: 1;
    margin: 20px auto 0;
    padding: 5px 5px;
    padding: 1em 0;
    position: relative;
    text-align: center;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
    width: 100%;
    z-index: 1;
}

.c-blue-btn.large {
    padding: 1.5em 0;
}

.c-blue-btn:after {
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
    width: 8px;
}

.c-blue-btn:hover,
.c-blue-btn:active {
    -webkit-transform: translate(0, 4px);
    background-position: left 100% top 0%;
    -webkit-box-shadow: 0px 0px 0px 0px #d6d7dc;
    box-shadow: 0px 0px 0px 0px #d6d7dc;
    opacity: 1;
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

@media screen and (min-width: 640px) {
    .c-blue-btn {
        background: #0550bf;
        background-position: left 0% top 0%;
        background-size: 200% 100%;
        border-radius: 10px;
        font-size: 1.3em;
    }

    .c-blue-btn:after {
        height: 10px;
        right: 1em;
        width: 10px;
    }

    .c-blue-btn.large:after {
        right: 2em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future {
        display: block;
    }

    :root button.c-grad-btn {
        display: block;
    }
}

/*------------------------------------------------------------
	index	[1] TOPページ用
------------------------------------------------------------*/
.page-index .p-point {
    background: #FFF;
    margin-top: 15px;
    padding: 0 15px 30px;
    position: relative;
}

.page-index .p-point h3 {
    margin: 0 -15px 20px;
}

.page-index .p-point p {
    line-height: 2;
}

.page-index .p-point p+p {
    margin-top: 1.5em;
}

.page-index .p-point .copy-wrap {
    margin: 0 0 20px;
    text-align: center;
}

.page-index .p-point .copy {
    color: #0550bf;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    position: relative;
    text-align: center;
}

.page-index .p-point .copy:before {
    background: #0550bf;
    content: '';
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    width: 2px;
}

.page-index .p-point .copy:after {
    background: #0550bf;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 2px;
}

.page-index .p-point .copy span {
    display: block;
    font-size: 27px;
    font-size: 1.6875rem;
    letter-spacing: -0.02em;
}

.page-index .p-point .service,
.page-index .p-point .point {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
}

.page-index .p-point .service li,
.page-index .p-point .point li {
    margin: 2.5%;
    width: 30%;
}

.page-index .p-point .service li:nth-child(1),
.page-index .p-point .point li:nth-child(1) {
    margin-left: 0;
}

.page-index .p-point .service li:nth-child(3),
.page-index .p-point .point li:nth-child(3) {
    margin-right: 0;
}

.page-index .p-point h4 {
    background: #0550bf;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 6px 10px 6px 10px;
    position: relative;
}

.page-index .p-point h4:before {
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 30px;
}

.page-index .p-point .p-service-1 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-service-1 h4:before {
    background: url(../images/index/icon_service_01.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-service-2 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-service-2 h4:before {
    background: url(../images/index/icon_service_02.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-service-3 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-service-3 h4:before {
    background: url(../images/index/icon_service_03.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-service-4 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-service-4 h4:before {
    background: url(../images/index/icon_service_04.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-service-5 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-service-5 h4:before {
    background: url(../images/index/icon_service_05.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-point-1 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-point-1 h4:before {
    background: url(../images/index/icon_point_01.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-point-2 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-point-2 h4:before {
    background: url(../images/index/icon_point_02.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-point-3 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-point-3 h4:before {
    background: url(../images/index/icon_point_03.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-point-4 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-point-4 h4:before {
    background: url(../images/index/icon_point_04.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point .p-point-5 h4 {
    padding-left: 45px;
}

.page-index .p-point .p-point-5 h4:before {
    background: url(../images/index/icon_point_05.svg) no-repeat center;
    background-size: auto 100%;
}

.page-index .p-point h5 {
    border-bottom: 2px solid #e2e2e2;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 20px;
    padding-left: 10px;
    position: relative;
}

.page-index .p-point h5:before {
    background: #0550bf;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 3px;
}

.page-index .p-point .list {
    margin: 20px 0;
    margin: 30px 0;
}

.page-index .p-point .list li {
    padding-left: 1em;
    position: relative;
}

.page-index .p-point .list li:before {
    -webkit-transform: translate(0%, -50%);
    background: #333333;
    border-radius: 5px;
    content: '';
    display: block;
    height: 3px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 3px;
    width: 4px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-service-1 h4:before {
        background-image: url(../images/index/icon_service_01@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-service-1 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-service-1 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-service-2 h4:before {
        background-image: url(../images/index/icon_service_02@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-service-2 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-service-2 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-service-3 h4:before {
        background-image: url(../images/index/icon_service_03@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-service-3 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-service-3 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-service-4 h4:before {
        background-image: url(../images/index/icon_service_04@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-service-4 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-service-4 h4:before {
        background-size: auto 24px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-service-5 h4:before {
        background-image: url(../images/index/icon_service_05@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-service-5 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-service-5 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-point-1 h4:before {
        background-image: url(../images/index/icon_point_01@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-point-1 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-point-1 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-point-2 h4:before {
        background-image: url(../images/index/icon_point_02@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-point-2 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-point-2 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-point-3 h4:before {
        background-image: url(../images/index/icon_point_03@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-point-3 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-point-3 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-point-4 h4:before {
        background-image: url(../images/index/icon_point_04@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-point-4 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-point-4 h4:before {
        background-size: 100% 25px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .page-index .p-point .p-point-5 h4:before {
        background-image: url(../images/index/icon_point_05@2x.svg);
    }
}

@media all and (-ms-high-contrast: none) {
    .page-index .p-point .p-point-5 h4:before {
        background-size: 28px auto;
        height: 30px;
        top: 14px;
    }
}

@supports (-ms-ime-align: auto) {
    .page-index .p-point .p-point-5 h4:before {
        background-size: 100% 25px;
    }
}

@media screen and (min-width: 640px) {
    .page-index .p-point {
        margin-top: 50px;
        padding: 0 50px 50px;
    }

    .page-index .p-point h3 {
        margin: 0 -50px 40px;
        position: relative;
        z-index: 1;
    }

    .page-index .p-point p+p {
        margin-top: 2em;
    }

    .page-index .p-point .copy-wrap {
        margin: 0 0 40px;
        text-align: center;
    }

    .page-index .p-point .copy {
        font-size: 32px;
        font-size: 2rem;
    }

    .page-index .p-point .copy:before {
        height: 60%;
        left: -25px;
        top: 15px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        width: 5px;
    }

    .page-index .p-point .copy:after {
        height: 60%;
        right: -25px;
        top: 15px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        width: 5px;
    }

    .page-index .p-point .copy span {
        display: inline;
        font-size: 48px;
        font-size: 3rem;
    }

    .page-index .p-point .service,
    .page-index .p-point .point {
        margin: 30px 0;
    }

    .page-index .p-point .service li,
    .page-index .p-point .point li {
        margin: 1%;
        width: 18.4%;
    }

    .page-index .p-point .service li:nth-child(3),
    .page-index .p-point .point li:nth-child(3) {
        margin-right: 1%;
    }

    .page-index .p-point .service li:nth-child(5),
    .page-index .p-point .point li:nth-child(5) {
        margin-right: 0;
    }

    .page-index .p-point h4 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 20px 12px 20px;
    }

    .page-index .p-point h4:before {
        height: 25px;
        left: 10px;
        top: 18px;
        width: 45px;
    }

    .page-index .p-point .p-service-1 h4,
    .page-index .p-point .p-service-2 h4,
    .page-index .p-point .p-service-3 h4,
    .page-index .p-point .p-service-4 h4,
    .page-index .p-point .p-service-5 h4,
    .page-index .p-point .p-point-1 h4,
    .page-index .p-point .p-point-2 h4,
    .page-index .p-point .p-point-3 h4,
    .page-index .p-point .p-point-4 h4,
    .page-index .p-point .p-point-5 h4 {
        padding-left: 60px;
    }

    .page-index .p-point h5 {
        border-bottom-width: 3px;
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 30px;
        padding-bottom: 5px;
        padding-left: 20px;
    }

    .page-index .p-point h5:before {
        height: 25px;
        left: 0;
        top: 6px;
        width: 7px;
    }
}

@media screen and (min-width: 1024px) {
    .page-index .p-point:after {
        background: url(../images/index/img_wimax.png) no-repeat center;
        background-size: 100%;
        content: '';
        display: block;
        height: 166px;
        position: absolute;
        right: 20px;
        top: 60px;
        width: 166px;
        z-index: 1;
    }
}

@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .page-index .p-point:after {
        background-image: url(../images/index/img_wimax@2x.png);
    }
}

/*------------------------------------------------------------
	コラムページャー
------------------------------------------------------------*/
.pager_wrap{
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 640px){
    .pager_wrap{
        width: 60%;
    }
}
.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-numbers li a,
.page-numbers li .dots,
.page-numbers li .current {
    display: block;
    width: 30px;
    text-align: center;
    color: #0550bf;
    border: 1px solid #0550bf;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-numbers li a.prev,
.page-numbers li a.next {
    width: 60px;
}
@media screen and (min-width: 640px) {
    .page-numbers li a.prev,
.page-numbers li a.next {
    width: 100px;
}
}

.page-numbers li .current {
    color: #fff;
    background-color: #0550bf;
}

.page-numbers li .dots {
    border: none;
}

.page-numbers li a:hover {
    background-color: #0550bf;
    color: #fff;
    opacity: 1;
}



/*------------------------------------------------------------
	utility	[0] 共通調整用
------------------------------------------------------------*/
.u-dis-none {
    display: none !important;
}

.u-z-index-1 {
    position: relative;
    z-index: 1;
}

.u-opa {
    opacity: 0.7;
}

.u-fl-left {
    display: block;
    float: left !important;
}

img.u-fl-left {
    margin: 0 12px 12px 0;
}

.u-fl-right {
    display: block;
    float: right !important;
}

img.u-fl-right {
    margin: 0 0 12px 12px;
}

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

.u-mt-0 {
    margin-top: 0px !important;
}

.u-mr-0 {
    margin-right: 0px !important;
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

.u-ml-0 {
    margin-left: 0px !important;
}

.u-pt-0 {
    padding-top: 0px !important;
}

.u-pr-0 {
    padding-right: 0px !important;
}

.u-pb-0 {
    padding-bottom: 0 !important;
}

.u-pl-0 {
    padding-left: 0px !important;
}

.u-mt-small {
    margin-top: 20px !important;
}

.u-mt-medium {
    margin-top: 30px !important;
}

.u-mt-large {
    margin-top: 50px !important;
}

.u-mb-small {
    margin-bottom: 20px !important;
}

.u-mb-medium {
    margin-bottom: 30px !important;
}

.u-mb-large {
    margin-bottom: 50px !important;
}

.u-border {
    border: 2px solid #333333;
}

@media screen and (min-width: 768px) {
    .u-border {
        border-width: 4px;
    }
}

.u-br-5 {
    border-radius: 5px;
}

.u-br-10 {
    border-radius: 10px;
}

.u-col-red {
    color: #e5004f;
}

.u-col-blue {
    color: #0550bf;
}

.u-fs-0 {
    font-size: 0;
}

.u-fs-medium {
    font-size: 14px;
    font-size: 0.875rem;
}

.u-fw-normal {
    font-weight: normal;
}

.u-fw-bold {
    font-weight: bold;
}

.u-ta-center {
    text-align: center !important;
}

.u-ta-right {
    text-align: right !important;
}

.u-ta-left {
    text-align: left !important;
}

.u-td-ul {
    text-decoration: underline;
}

.u-va-top {
    vertical-align: top !important;
}

@media screen and (min-width: 1024px) {
    img.u-fl-left {
        margin: 0 25px 25px 0;
    }

    img.u-fl-right {
        margin: 0 0 25px 25px;
    }

    .u-mt-small {
        margin-top: 30px !important;
    }

    .u-mt-medium {
        margin-top: 50px !important;
    }

    .u-mt-large {
        margin-top: 80px !important;
    }

    .u-mb-small {
        margin-bottom: 30px !important;
    }

    .u-mb-medium {
        margin-bottom: 50px !important;
    }

    .u-mb-large {
        margin-bottom: 80px !important;
    }

    .u-pc-ta-center {
        text-align: center !important;
    }
}

.u-cf {
    *zoom: 1;
}

.u-cf:after {
    clear: both;
    content: "";
    display: block;
}

.u-pe-none {
    pointer-events: none;
}

.u-tracktags {
    display: none;
}