@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

body {
    font-family: "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 840px) {
    body {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 700px) {
    body {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 540px) {
    body {
        font-size: 1.2rem;
    }
}

a {
    color: #252525;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.externallink[target="_blank"]:after {
    display: inline-block;
    content: "\f08e";
    font-family: 'Font Awesome 5 Light';
    margin-left: 0.2em;
}

.btn {
    margin-left: auto;
    margin-right: auto;
    padding: 1.25em 2.5em 1.25em 1.5em;
    color: #FFF;
    font-size: 0.875em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #FF8000;
    border-radius: 95px;
    border: none;
    display: block;
    max-width: 28.33333em;
    width: 100%;
    position: relative;
    top: 0;
    /* &[target="_blank"]:after {
        @include fa($fa-var-external-link);
    } */
}

.btn:hover {
    opacity: 0.7;
}

.btn:after {
    content: "";
    background: url(../img/arrow.png) no-repeat;
    background-size: 100% auto;
    width: 0.5em;
    height: 0.85714em;
    position: absolute;
    right: 1.28571em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: normal;
}

.btn + .btn {
    margin-top: 1em;
}

.btn--disabled {
    background: #CCC;
    top: 0em !important;
}

.btn--gray {
    background: #CCC;
    color: #252525;
}

.btn--gray:after {
    content: none;
}

.btn.round {
    border-radius: 5.0em;
}

.btn.orange {
    background: #ff7f00;
}

.btn.blue {
    background: #0079BC;
}

.btn-cont {
    margin-top: 2em;
}

@media screen and (max-width: 700px) {
    .btn-cont {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.indent {
    margin-left: 1em;
    text-indent: -1em;
}

.indent__list + .indent__list {
    margin-top: 5px;
}

@media screen and (max-width: 700px) {
    .indent {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 540px) {
    .indent {
        font-size: 1.2rem;
    }
}

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

.sp-show {
    display: none !important;
}

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

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

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

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

.font-bold {
    font-weight: bold !important;
}

.font-small {
    font-size: 0.75em !important;
}

.font-mid {
    font-size: 1.25em !important;
}

.font-large {
    font-size: 1.625em !important;
}

.color-red {
    color: #e20000;
}

.color-pink {
    color: #e1007f;
}

.color-blue {
    color: #0079BC;
}

.color-orange {
    color: #FF8000;
}

.color-brown {
    color: #40210f;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0;
    padding: 0.5em;
    height: 3em;
    width: 100%;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"][readonly], input[type="password"][readonly], input[type="date"][readonly], input[type="datetime"][readonly], input[type="email"][readonly], input[type="number"][readonly], input[type="search"][readonly], input[type="tel"][readonly], input[type="time"][readonly], input[type="url"][readonly] {
    background: #f2f2f2;
    color: #999;
}

input[type="text"].inline-input, input[type="password"].inline-input, input[type="date"].inline-input, input[type="datetime"].inline-input, input[type="email"].inline-input, input[type="number"].inline-input, input[type="search"].inline-input, input[type="tel"].inline-input, input[type="time"].inline-input, input[type="url"].inline-input {
    display: inline-block;
}

input[type="text"]#zip01, input[type="password"]#zip01, input[type="date"]#zip01, input[type="datetime"]#zip01, input[type="email"]#zip01, input[type="number"]#zip01, input[type="search"]#zip01, input[type="tel"]#zip01, input[type="time"]#zip01, input[type="url"]#zip01 {
    width: 6em;
}

input[type="text"]#zip02, input[type="password"]#zip02, input[type="date"]#zip02, input[type="datetime"]#zip02, input[type="email"]#zip02, input[type="number"]#zip02, input[type="search"]#zip02, input[type="tel"]#zip02, input[type="time"]#zip02, input[type="url"]#zip02 {
    width: 8em;
}

select, textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    margin: 0;
    padding: 0.5em;
    height: 3em;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

textarea {
    width: 100%;
    height: 15em;
}

input::-webkit-input-placeholder {
    color: #BBB;
}

input::-moz-placeholder {
    color: #BBB;
}

input::-ms-input-placeholder {
    color: #BBB;
}

input::placeholder {
    color: #BBB;
}

@media screen and (max-width: 700px) {
    input::-webkit-input-placeholder {
        font-size: 0.75em;
    }
    input::-moz-placeholder {
        font-size: 0.75em;
    }
    input::-ms-input-placeholder {
        font-size: 0.75em;
    }
    input::placeholder {
        font-size: 0.75em;
    }
}

/* IE */
input:-ms-input-placeholder {
    color: #BBB;
}

/* Edge */
input::-ms-input-placeholder {
    color: #BBB;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid .grid-list {
    width: 100%;
    margin-bottom: 2em;
}

@media screen and (min-width: 841px) {
    .grid--2 .grid-list {
        width: 48.57143%;
    }
    .grid--2 .grid-list:nth-of-type(even) {
        margin-left: 2.85714%;
    }
}

@media screen and (max-width: 840px) {
    .grid--2 .grid-list {
        margin-top: 15px;
    }
}

@media screen and (min-width: 841px) {
    .grid--3 .grid-list {
        width: 32%;
        margin-left: 2%;
    }
    .grid--3 .grid-list:nth-of-type(3n+1) {
        margin-left: 0%;
    }
}

@media screen and (max-width: 840px) {
    .grid--3 .grid-list {
        width: 49%;
        margin-bottom: 1em;
    }
    .grid--3 .grid-list:nth-of-type(even) {
        margin-left: 2%;
    }
}

@media screen and (max-width: 540px) {
    .grid--3 .grid-list {
        width: 100%;
        margin-bottom: 1em;
    }
    .grid--3 .grid-list:nth-of-type(even) {
        margin-left: 0;
    }
}

/*==================================================================================================
    header
==================================================================================================*/
.main-ttl {
    color: #FFF;
    text-align: center;
    font-size: 2.5em;
    padding: 2em 1em;
    background: url(../img/main_bg.jpg);
}

@media screen and (max-width: 540px) {
    .main-ttl {
        font-size: 1.875em;
    }
}

/*==================================================================================================
    footer
==================================================================================================*/
footer .inner {
    padding: 25px 15px;
    border-top: 2px solid #0079BC;
}

@media screen and (max-width: 540px) {
    footer .inner {
        padding: 0;
    }
}

footer .inner .footer-nav {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
}

footer .inner .footer-nav__list {
    line-height: 1.2;
}

footer .inner .footer-nav__list a {
    text-decoration: none;
    color: #0079BC;
}

footer .inner .footer-nav__list a:hover {
    text-decoration: underline;
}

footer .inner .footer-nav__list:nth-child(n + 2) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #0079BC;
}

@media screen and (max-width: 540px) {
    footer .inner .footer-nav__list {
        width: 100%;
    }
    footer .inner .footer-nav__list a {
        padding: 15px 0;
        text-align: center;
        display: block;
    }
    footer .inner .footer-nav__list:nth-child(n + 2) {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #0079BC;
    }
}

footer .copyright {
    padding: 15px;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    background: #0079BC;
}

/*==================================================================================================
    container
==================================================================================================*/
.site-container {
    /* margin-top: (100em/16); */
}

.sec-cont {
    padding: 5em 0;
    position: relative;
    text-align: center;
}

.sec-cont--dot {
    background: url(../img/sec_bg.jpg);
}

@media screen and (max-width: 840px) {
    .sec-cont--dot {
        background-size: 150% auto;
    }
}

.sec-cont.ptop0 {
    padding-top: 0;
}

@media screen and (max-width: 540px) {
    .sec-cont {
        padding: 2.5em 0;
    }
}

.sec-cont__ttl {
    margin-bottom: 3.75em;
}

.sec-cont__ttl02 {
    margin-bottom: 0.83333em;
    padding-bottom: 5px;
    color: #e1007f;
    font-size: 1.375em;
    font-weight: bold;
    text-align: left;
    border-bottom: 3px solid #e1007f;
}

.sec-cont__ttl02.orange {
    color: #ff7f00;
    border-bottom: 3px solid #ff7f00;
}

.sec-cont__ttl02.blue {
    color: #0079BC;
    border-bottom: 3px solid #0079BC;
}

.sec-cont__ttl03 {
    margin-bottom: 0.83333em;
    padding: 0.5em 0.5em;
    color: #fff;
    font-size: 2.125em;
    font-weight: bold;
    background: #e1007f;
}

.sec-cont__ttl03.orange {
    background: #ff7f00;
}

.sec-cont__ttl03.blue {
    background: #0079BC;
}

.sec-cont__ttl03.gra-orange {
    background: #ffb100;
    background: -webkit-linear-gradient(left, #ffb100 0%, #ff5900 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffb100), to(#ff5900));
    background: linear-gradient(to right, #ffb100 0%, #ff5900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb100', endColorstr='#ff5900',GradientType=1 );
}

@media screen and (max-width: 540px) {
    .sec-cont__ttl03 {
        font-size: 1.75em;
    }
}

.sec-cont .btn {
    font-size: 1.5em;
}

.sec-cont .inner {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1150px) {
    .sec-cont .inner {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.sec-cont .inner960 {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 990px) {
    .sec-cont .inner960 {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.sec {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
}

@media screen and (max-width: 1150px) {
    .sec {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.sec__ttl {
    background: #0079BC;
}

@media screen and (max-width: 700px) {
    .sec__ttl img {
        max-width: 310px;
        margin: 0 auto;
    }
}

.sec__body {
    padding: 3.125em;
}

@media screen and (max-width: 700px) {
    .sec__body {
        padding: 5.7971%;
    }
}

.sec__read {
    font-size: 1.75em;
    color: #0079BC;
    font-weight: bold;
}

.sec__img {
    margin-top: 1.875em;
}

.sec .btn {
    margin-top: 1.875em;
}

.sec .indent {
    margin-top: 0.9375em;
}

.tokuten-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tokuten-list li {
    background: #E2F2FF;
    color: #0079BC;
    padding: 1.25em 1.25em 16.25em;
    position: relative;
}

.tokuten-list .tokuten-ttl {
    font-size: 1.5em;
    margin-bottom: 0.41667em;
}

.tokuten-list .tokuten-read {
    font-size: 1.125em;
    margin-bottom: 1.11111em;
}

.tokuten-list .tokuten-img {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.25em;
}

@media screen and (max-width: 700px) {
    .tokuten-list li {
        padding: 1.25em 49.18033% 1.25em 0;
        min-height: 150px;
    }
    .tokuten-list li .tokuten-read {
        font-size: 0.875em;
    }
    .tokuten-list li .tokuten-img {
        padding: 15px;
        width: 170px;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
    }
}

.aco {
    border: 0.3125em solid #0079BC;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.aco.active, .aco:hover {
    background: #FFF8CC;
}

.aco.active .aco__head:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.aco__head {
    font-size: 2em;
    padding: 0.75em;
    font-weight: bold;
    color: #0079BC;
    position: relative;
}

.aco__head:after {
    content: "";
    background: url(../img/arrow2.png) no-repeat;
    background-size: 100% auto;
    width: 0.84375em;
    height: 0.5em;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    font-weight: normal;
}

@media screen and (max-width: 840px) {
    .aco__head {
        font-size: 1.5em;
    }
}

.aco__body {
    display: none;
    font-size: 1.125em;
    padding: 1.11111em 2.77778em 2.77778em;
    text-align: left;
}

@media screen and (max-width: 700px) {
    .aco__body {
        padding: 10px 20px 20px;
    }
}

.dl-type01 {
    margin-bottom: 1.66667em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dl-type01 dt {
    margin-bottom: 0.5em;
    font-weight: bold;
    width: 20%;
}

.dl-type01 dd {
    margin-bottom: 0.5em;
    width: 80%;
}

@media screen and (max-width: 700px) {
    .dl-type01 dt {
        margin-bottom: 0.5em;
        width: 100%;
    }
    .dl-type01 dd {
        margin-bottom: 1.0em;
        width: 100%;
    }
}

.dl-type02 {
    margin-bottom: 1.66667em;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dl-type02 dt {
    margin-bottom: 0.5em;
    font-weight: bold;
    width: 20%;
}

.dl-type02 dd {
    margin-bottom: 0.5em;
    width: 80%;
}

@media screen and (max-width: 840px) {
    .dl-type02 dt {
        margin-bottom: 0.5em;
        width: 25%;
    }
    .dl-type02 dd {
        margin-bottom: 1.0em;
        width: 75%;
    }
}

@media screen and (max-width: 700px) {
    .dl-type02 dt {
        margin-bottom: 0.5em;
        width: 30%;
    }
    .dl-type02 dd {
        margin-bottom: 1.0em;
        width: 70%;
    }
}

.dl-type03 {
    margin-bottom: 1.66667em;
    text-align: left;
}

.dl-type03:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

.dl-type03 dt {
    font-weight: bold;
    float: left;
    margin-right: .25em;
}

.dl-type03 dt.tokuten {
    float: none;
}

.dl-type03 dd {
    margin-bottom: .5em;
}

@media screen and (max-width: 700px) {
    .dl-type03 dt {
        float: none;
        margin-right: .25em;
    }
}

.ul-type01 {
    margin-bottom: 1.66667em;
    text-align: left;
}

.ul-type01 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.3em;
}

.ul-type01 li::before {
    padding-right: 10px;
    content: "●";
    text-align: center;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.ul-type02 {
    margin-bottom: 1.66667em;
    text-align: left;
}

.ul-type02 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.3em;
}

.ul-type02 li::before {
    padding-right: 10px;
    content: "※";
    text-align: center;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.ul-type03 {
    margin-bottom: 1.66667em;
    text-align: left;
}

.ul-type03 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.3em;
}

.ul-type03 li::before {
    padding-right: 10px;
    content: "・";
    text-align: center;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.gotop-btn {
    position: fixed;
    right: 0.625em;
    bottom: 0.625em;
    width: 3.75em;
    height: 3.75em;
    z-index: 98;
    background: #242222;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 0.25em;
    line-height: 1;
    -webkit-transition: 0s;
    transition: 0s;
}

.gotop-btn:before {
    display: block;
    line-height: 1;
    content: "";
    width: 1em;
    height: 1em;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(-45deg) translate(-18%, 18%);
    transform: rotate(-45deg) translate(-18%, 18%);
    margin: 0 auto;
}

.main {
    background: url(../img/main_bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.step-list li {
    border: 2px solid #0079BC;
    padding: 1.5625em;
}

.step-list li .step-sub {
    display: inline-block;
    background: #0079BC;
    color: #FFF;
    font-weight: bold;
    font-size: 1.125em;
    padding: 0.25em 1em;
    border-radius: 5em;
}

.step-list li .step-ttl {
    color: #0079BC;
    font-size: 1.5em;
    margin-top: 0.625em;
}

.step-list li .step-detail {
    margin-top: 1.25em;
}

.step-list li .step-img {
    margin-top: 1.25em;
}

@media screen and (max-width: 700px) {
    .step-list li .step-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
    .step-list li .step-detail br {
        display: none;
    }
    .step-list li .step-detail .step-read {
        width: 75%;
    }
    .step-list li .step-detail .step-img {
        margin-top: 0;
        width: 22%;
    }
}
