@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5要素をブロックに */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* リストのマークを除去 */

ol,
ul {
    list-style: none;
}


/* 引用符を除去 */

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}


/* テーブルを整える */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-family: "ヒラギノ角ゴ ProN W6", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-feature-settings: "pkna";
    text-align: justify;
    font-weight: bold;
}

body {
    background-color: #fcfcfc;
    font-family: "ヒラギノ角ゴ ProN W6", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "ヒラギノ角ゴ ProN W6", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: 400;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative;
    margin: 0;
}

h2 {
    font-size: 120%;
}

.br600 {
    display: none;
}

.tooltip {
    font-family: Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.no-thank-yu,
.navbar,
.btn,
.form-control,
.input-gruop,
.breadcrumb,
.nav-tabs,
.nav-pills,
.panel-title,
.list-group,
.pagination,
.pager,
.alert,
.label,
.badge,
.panel-heading,
.lead,
.tooltip,
.popover {
    font-family: Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.no-sp {
    display: none;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
    width: 60%;
    text-align: center;
    margin: auto;
	font-weight: bold;
	display: block;
}




.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f29757;
}

a.btn--radius {
   border-radius: 100vh;
}







@media (min-width: 768px) {
    .no-sp {
        display: inline;
    }
}


/*文字詰め*/

html .tx {
    line-height: 2;
}

.section-top {
    padding-top: 80px;
}


/*header================*/

header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #26323F;
}

header .container img.logo {
    padding: 10px 0;
    float: left;
}

header .container div.link {
    text-align: right;
    height: 78px;
    line-height: 78px;
}

@media only screen and (max-width: 767px) {
    header .container img.logo {
        float: none;
    }

    header .container div.link {
        height: 30px;
        line-height: 30px;
    }
}

header .container div.link a {
    color: #26323F;
    text-decoration: none;
}

header .container div.link a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px;
}

.block-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 750px) and (max-width: 1199px) {
    header .navbar-brand {
        width: 270px;
    }
}

@media (min-width: 1200px) {
    header .navbar-brand {
        width: 455px;
    }
}

@media (min-width: 768px) {
    header .navbar-nav {
        margin: 0 -15px 0 0;
    }

    header .navbar-brand {
        padding: 0;
    }
}


/*footer================*/

footer {
    background-color: #168aff;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer a:link,
footer a:visited {
    color: #fff;
}

footer .nav a:hover {
    color: #666;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: none;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    margin: 0;
    z-index: 2;
}

#page-top img {
    width: 100%;
}

#pageTop a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    #page-top {
        width: 50px;
        bottom: 5px;
        right: 10px;
    }

    .onlySP {
        display: block;
    }

    .onlyPC {
        display: none;
    }
}

@media (min-width: 768px) {
    .onlySP {
        display: none;
    }

    .onlyPC {
        display: block;
    }
}


/*mainVisual================*/

#main-visual.container-fluid {
    position: relative;
}

#main-visual .row {
    position: relative;
    width: 100%;
    max-width: 1186px;
    margin-top: 240px;
    margin-left: auto;
    margin-right: auto;
}

#main-visual .main-tit {
    margin: 60px auto 0;
}

#main-visual .main-tit p {
    text-align: center;
}

#main-visual .main-tit p.img {
    max-width: 824px;
    width: 90%;
    margin: 0 auto;
}

#main-visual .main-tit p.img img {
    width: 100%;
}

#main-visual .main-tit .logo-02 img {
    width: 100%;
}

#main-visual .main-tit .logo-01 {
    text-align: center;
}

#main-visual.container-fluid {
    max-width: 1350px;
    margin: 0 auto;
}

#main-visual .row img {
    width: 100%;
    height: auto;
}

.price-list {
    max-width: 700px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    width: 100%;
    margin: 0 auto 50px;
    font-size: 1.3em;
}

.price-list span {
    font-size: 1.5em;
    color: #359df3;
}

.tit02 {
    font-size: 1.3em;
}

.under-line02 {
    background: linear-gradient(transparent 60%, #dae24a 30%);
    display: inline-block;
    line-height: 1;
    font-size: 1.2em;
}

.font-s {
    font-size: 0.8em;
}

.font-ss {
    font-size: 12px;
    font-family:Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: normal;
}


.center {
    margin: 0 auto;
    text-align: center;
}

.btn01-list {
    display: flex;
    justify-content: space-between;
    max-width: 560px;
    width: 100%;
    margin: 0 auto 50px;
}

.btn01-list li {
    width: 270px;
}

.btn01 {
    color: #fff;
    padding: 30px 0;
    width: 270px;
    display: block;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
}

a.btn01:link,
a.btn01:visited,
a.btn01:hover,
a.btn01:active,
a.btn01:focus {
    color: #fff;
    text-decoration: none;
}

.btn-b {
    background-color: #168aff;
}

.btn-o {
    background-color: #ff9900;
}

.ab img {
    width: 100%;
}

.br450 {
    display: none;
}


/*about================*/

#about {
    position: relative;
    max-width: 1076px;
    max-width: 1370px;
    width: 90%;
    background-color: #d9e8f9;
    padding: 50px 175px;
    border-radius: 20px;
    margin: 0 auto;
}

#about .inner {
    margin-right: auto;
}

#about h2 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    line-height: 1;
}

#about .title-description {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 20px;
}

#about .txt-description {
    color: #2871b7;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 40px 50px 40px 40px;
}

#about .txt-description p {
    margin-bottom: 0;
}

.block-add {
    display: flex;
    justify-content: space-between;
}

.about-title {
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
    /*display: flex;
    align-items: center;
    justify-content: center;
    */
}

.box-add {
    width: 48%;
    border: 2px solid #333;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}

.add {
    border-color: #ea5532;
}

.add .add-tit {
    color: #ea5532;
    font-size: 1.3em;
}

.gentei {
    border-color: #003686;
}

.gentei_tit {
    color: #003686;
    font-size: 1.3em;
}

.f-tit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title .f-tit span {
    color: #333;
    font-size: 36px;

}

.about-contents01 {
    max-width: 1025px;
    width: 100%;
    padding: 50px;
    margin-bottom: 55px;
    background-color: #fff;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
}

.about-contents01 a {
    color: #004eff;
}

.about-contents02 p {
    width: 500px;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    margin-bottom: 25px;
}

.about-kinou01 {
    font-size: 30px;
    background-color: #009143;
    color: #fff;
    padding: 5px;
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: center;
}

.about-kinou02 {
    font-size: 30px;
    background-color: #ea5532;
    color: #fff;
    padding: 5px;
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: center;
}

.about-shidou {
    font-size: 30px;
    background-color: #ea5532;
    color: #fff;
    padding: 5px;
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: center;
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
	width: 100%;
}

.about-list li {
font-family: Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
    width: 48%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-weight:normal;
    font-size: 14px;

}

.about-list .title {
    color: #006cb7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}
.about-list span.ind1{
padding-left:1em;
text-indent:-1em;
}
.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.page-inner {
    background-image: url(../img/bg-circle01.png), url(../img/bg-circle01.png);
    background-position: top 5vw left 10vw, top -10vw right -10vw;
    background-repeat: no-repeat;
}

.poin-contents01 {
    max-width: 1020px;
    width: 95%;
    margin: 100px auto;
    margin: 0px auto;
    padding: 0;
}

.poin-contents01 li {
    position: relative;
}

.poin-contents01 li .ab {
    position: absolute;
    top: -30px;
    right: -300px;
}

.poin-contents01 li .point-title {
    display: flex;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
    padding-right: 20px;
}

.point-title {
    display: flex;
    align-items: center;
    border-radius: 50px;
    font-size: 30px;
    border: 2px solid #168aff;
    color: #168aff;
    overflow: hidden;
}

.point-title p {
    width: calc(100% - 222px);
    line-height: 1.3;
}

.point-num {
    width: 222px;
    font-size: 30px;
    display: block;
    color: #fff;
    background: #168aff;
    padding: 25px 40px;
    overflow: hidden;
    margin-right: 10px;
}

.point-num img {
    width: 100%;
}

.point-txt {
    display: block;
    font-size: 18px;
    padding: 45px 60px;
}

.box01 .inner {
    max-width: 850px;
    width: 100%;
    margin-left: 41vw;
}

.img-title {
    text-align: center;
    margin: 0;
}

.box01-inner {
    padding: 40px 30px 40px 60px;
    border: 5px solid #02a687;
    border-radius: 10px;
    background-color: #fff;
}

.box01 .inner dt {
    display: inline-block;
    font-size: 30px;
    color: #02a687;
    font-weight: bold;
    border-bottom: 10px solid #ffe93b;
}

.box01 .inner dd {
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}

#use {
    padding: 115px 0 0;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 50px;
    margin-bottom: 0;
    background-color: #73beff;
    background: linear-gradient(90deg, rgba(99, 163, 255, 1) 0%, rgba(182, 220, 255, 1) 50%, rgba(114, 190, 255, 1) 100%);
}

#use .inner {
    max-width: 1070px;
    width: 95%;
    margin: 50px auto;
    padding: 0;
}

#use .read {
    font-size: 48px;
    color: #fff;
    line-height: 2;
}

#use .txt01 {
    display: inline-block;
    color: #168aff;
    background-color: #fff;
    padding: 25px 18px;
    margin-right: 23px;
    line-height: 1;
}

#use .txt02 {
    display: inline-block;
    color: #ff9900;
    background-color: #fff;
    padding: 25px 18px;
    margin: 0 23px;
    line-height: 1;
}

.s-font {
    font-size: 36px;
    display: inline-block;
}

.at-txt {
    font-size: 12px;
    margin-top: 5px;
}


/*back-ground*/

#main-visual {
    position: relative;
}

#main-visual .bg-ab01 {
    position: absolute;
    left: 0;
    bottom: 5.5vw;
    z-index: 3;
}

#main-visual .bg-ab02 {
    position: absolute;
    right: 0;
    bottom: 5vw;
    z-index: 3;
}

#about {
    position: relative;
}

#about .bg-ab01 {
    position: absolute;
    width: 52.5vw;
    top: -8vw;
    left: -31vw;
    z-index: -1;
}

#point {
    position: relative;
}

#point .bg-ab01 {
    position: absolute;
    width: 52.5vw;
    top: 7.5vw;
    right: 5vw;
    z-index: -1;
}

#merit {
    position: relative;
}

#merit .bg-ab01 {
    position: absolute;
    width: 52.5vw;
    top: 42vw;
    left: 5vw;
    z-index: -1;
}

.bg-ab01 img {
    width: 100%;
}

.bg-ab02 img {
    width: 100%;
}


/*use*/


/*
.use-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.use-list li {
    width: 48%;
}

.use-list li .bg-w {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
}
*/

.use-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.use-list li {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.bg-w {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.txt {
    flex-grow: 1;
}

.at-txt {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
}

#use h3 {
    font-size: 30px;
    background-color: #359df3;
    color: #fff;
    padding: 5px;
    margin-top: 80px;
    margin-bottom: 25px;
    text-align: center;
}

.use-list .title {
    color: #006cb7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1;
}

.col01 .flex {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.col01 .use-list li {
    width: 100%;
}

.point-img {
    margin: 20px auto 25px;
}

.col01 .use-list li .point-img {
    margin: 20px 0 0 20px;
}

.point-img img {
    width: 100%;
}

.col01 .flex .title {
    margin-bottom: 20px;
}

.col01 .flex .txt {
    width: 520px;
}

.use-list .txt {
    font-size: 18px;
}

.col01 .use-list {
    margin-bottom: 80px;
}


/*faq*/

#faq {
margin-top: 30px;
    padding-bottom: 80px;
}

#faq .inner {
    max-width: 1070px;
    width: 95%;
    margin: 80px auto 0;
    padding: 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
}

#faq dl {
    padding: 10px;
}

#faq dl dt {
    display: flex;
    font-size: 30px;
    color: #006cb7;
    margin-bottom: 25px;
}

#faq dl dd {
    display: flex;
    margin-bottom: 30px;
    margin-bottom: 45px;
}

#faq dl dd p {
    width: calc(100% - 50px);
    font-size: 18px;
}

#faq dl dt p {
    width: calc(100% - 50px);
    font-size: 30px;
}

#faq dl dt:before {
    content: "";
    background: url(../img/icon-q.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: 0 0 3px 10px;
    margin-right: 10px;
}

#faq dl dd:before {
    content: "";
    background: url(../img/icon-a.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: 0 0 3px 10px;
    margin-right: 10px;
}

@media (max-width: 1300px) {
    #main-visual .main-tit p.img {
        max-width: unset;
        width: 58vw;
        margin: 0 auto;
    }

    #main-visual .bg-ab01 {
        width: 15vw;
        left: 1vw;
        bottom: 5.5vw;
    }

    #main-visual .bg-ab02 {
        width: 15vw;
        right: 1vw;
    }

    #about {
        padding: 50px;
    }

    #use {
        padding: 50px 0 0;
    }

    #use .inner {
        margin: 0 auto;
    }

    .point-title p {
        padding-right: 30px;
    }

    .poin-contents01 li .ab {
        position: absolute;
        top: -30px;
        right: 0;
        width: 30vw;
    }
}

@media (max-width: 1200px) {
    .block-add {
        display: block;
    }

    .box-add {
        width: 100%;
    }

    .gentei {
        margin-top: 20px;
    }

    .f-tit img {
        max-width: 700px;
        width: 100%;
    }
}

@media (max-width: 900px) {


    #main-visual .main-tit p.img {
        width: 98%;
    }

    #main-visual .bg-ab01 {
        position: absolute;
        left: 20vw;
        width: 20vw;
        bottom: 0;
        z-index: 3;
    }

    #main-visual .bg-ab02 {
        position: absolute;
        right: 20vw;
        width: 23vw;
        bottom: 0;
        z-index: 3;
    }

    #main-visual .main-tit {
        margin: 20px auto 23vw;
    }

    #about {
        position: relative;
        max-width: 1370px;
        width: 95%;
        background-color: #d9e8f9;
        padding: 3%;
        border-radius: 10px;
        margin: 0 auto;
    }

    .about-contents01 {
        border-radius: 10px;
    }

    .btn01-list li {
        width: 48%;
    }

    .poin-contents01 {
        margin:50px auto 50px;
    }

    .poin-contents01 li .point-title {
        font-size: 20px;
        border-radius: 10px;
    }

    .point-num {
        font-size: 18px;
        display: block;
        color: #fff;
        background: #168aff;
        padding: 25px;
        overflow: hidden;
        margin-right: 10px;
    }

    .point-num {
        width: 150px;
    }

    .point-title p {
        width: calc(100% - 150px);
        line-height: 1.3;
    }

    #use .read {
        font-size: 28px;
        color: #fff;
        line-height: 2;
    }

    .poin-contents01 li .ab {
        position: absolute;
        top: -10px;
        right: 0;
        width: 20vw;
        height: 20vw;
    }

    .poin-contents01 li .ab {
        display: none;
    }

    .s-font {
        font-size: 20px;
        display: inline-block;
    }

    #use .txt01 {
        padding: 20px;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #use .txt02 {
        display: inline-block;
        color: #ff9900;
        background-color: #fff;
        padding: 25px 18px;
        margin: 0 10px 0 0;
    }

    #use {
        padding: 10vw 0 0;
        margin-top: 0;
    }

    #use .inner {
        max-width: 1070px;
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .use-list .title {
        color: #006cb7;
        font-size: 20px;
    }

    .use-list li .bg-w {
        background-color: #fff;
        padding: 20px 15px;
        border-radius: 10px;
    }

    #faq dl {
        padding: 20px 20px 20px 10px;
    }

    #faq dl dd::before,
    #faq dl dt::before {
        margin: 0 5px 0 0;
    }

    .point-txt {
        display: block;
        font-size: 18px;
        padding: 20px 30px 30px;
    }

    #faq dl dt {
        display: flex;
        font-size: 20px;
        color: #006cb7;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

    #faq dl dt p {
        font-size: 18px;
    }

    .about-list .title {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 20px;
    }
}

.btn01 {
    width: 100%;
}

@media (max-width: 1150px) {
    .br600 {
        display: block;
    }

    #use .txt02 {
        margin: 20px 20px 20px 0;
    }
}
@media (max-width: 700px) {
  .about-list .title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
    .f-tit {
        margin: 10px 0;
    }

    #use .txt02 {
        margin: 10px 10px 10px 0;
    }

    .col01 .use-list {
        margin-bottom: 30px;
    }

    .col01 .flex .txt {
        width: 100%;
    }

    .about-title {
        text-align: left;
        margin: 20px auto 20px;
        line-height: 1.5;
    }

    .about-kinou01 {
        font-size: 24px;
    }


    .about-title span {
        /*  color: #006cb7;*/
        font-size: 1.2em;
    }

    .box-add {
        font-size: 16px;
    }
  .about-list .title {

    font-size: 18px;
  }
    .point-num {
        font-size: 18px;
        display: block;
        color: #fff;
        background: #168aff;
        padding: 40px 10px;
        display: block;
        margin-right: 10px;
        width: 200px;
    }

    .point-num {
        width: 25%;
    }

    .point-title p {
        width: 75%;
    }

    .use-list {
        margin-bottom: 0;
    }

    #use h3 {
        font-size: 24px;
    }

    .use-list .title {
        margin-bottom: 10px;
    }

    .point-img {
        margin: 10px auto;
    }

    #use .read {
        font-size: 24px;
    }

    #use .txt01 {
        padding: 15px;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #use .txt02 {
        padding: 15px;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .about-contents01 {
        max-width: 1025px;
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
    }

    .btn01-list {
        margin: 0 auto 20px;
    }

    .poin-contents01 {
        margin: 40px auto;
    }

    #use h3 {
        margin-top: 40px;
    }

    .col01 .flex {
        display: block;
    }

    #faq {
        padding-bottom: 20px;
    }

    #faq dl dt {
        margin-bottom: 10px;
    }

    #faq dl dd {
        margin-bottom: 20px;
    }

    #faq dl dt::before {
        width: 30px;
        height: 30px;
    }

    #faq dl dd::before {
        width: 30px;
        height: 30px;
    }

    #copyright {
        font-size: 14px;
    }

    .about-kinou01,
    .about-kinou02 {
        margin-top: 40px;
    }

    .price-list {
        display: block;
    }

    .price-list div {
        margin-bottom: 30px;
    }

    .block-add {
        display: block;
    }

    .box-add {
        width: 100%;
        margin: 0 auto 20px;
    }

    .use-list {
        display: block;
    }

    .use-list li {
        width: 95%;
        margin: 0 auto ;
    }

    .about-list li {
        width: 95%;
        margin: 0 auto ;
    }

    .box-add {
        text-align: left;
    }

    .gentei_tit {
        color: #003686;
        font-size: 1.1em;
        line-height: 1.2;
    }


}

@media (max-width: 450px) {
    #copyright {
        font-size: 10px;
    }

    .point-title p {
        padding-right: 15px;
    }

    .br450 {
        display: block;
    }
	a.btn.btn--orange.btn--radius.betuuri{
    width: 90%;
}

}