@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input {
    vertical-align:middle;
}
select {
    vertical-align:middle;
}

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

ul {
    list-style:none;
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family:'Noto Sans JP',-apple-system,BlinkMacSystemFont, sans-serif;
    font-weight: normal;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration:none;
    border:none;
    color: inherit;
}
a:hover {
    cursor: pointer;
    opacity: 0.6;
}

img {
    width: 100%;
}

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


input[type="text"] ,
input[type="password"] {
    border:1px solid #98e6c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #777;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}

input:focus {
    border:solid 1px #7a7ac4;
}

textarea {
    border:1px solid #98e6c3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
}

textarea:focus {
    border:solid 1px #7a7ac4;
}

/* top */
.toptitle {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: distribute;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #98e6c3;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
@media only screen and (min-width:601px) and (max-width:960px){
.toptitle {
    display: block;
}
}
@media only screen and (max-width:600px){
.toptitle {
    display: block;
}
}

.toptitle__logo {
}

.toptitle__logo img {
}

.toptitle__menu ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 15px;
    width: 98%;
    height: 100%;
}
@media only screen and (max-width:600px){
.toptitle__menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
}

.toptitle__menu li {
    margin: 10px;
}
@media only screen and (min-width:601px) and (max-width:960px){
.toptitle__menu li {
    margin: 0.1%;
    width: calc(100%/6);
}
}
@media only screen and (max-width:600px){
.toptitle__menu li {
    flex: 1 1 auto;
    flex-basis: auto;
    flex-basis: 40%;
    max-width: 40%;
    margin: 2%;
}
}

.toptitle__menu img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px;
}

.toptitle__menu__blog a {
    background: linear-gradient(to right, #98e6c3, #5cc797);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px;
    color: #fff;
    padding: 2px 15px;
    text-align: center;
    white-space: nowrap;
    width: 110px;
}
@media only screen and (min-width:601px) and (max-width:960px){
.toptitle__menu__blog a {
    margin-left: 0.52vw;
    padding: 0.83vw 1.875vw;
}
}
@media only screen and (max-width:600px){
.toptitle__menu__blog a {
    display: block;
    padding: 4vw 0;
    width: 100%;
}
}

.topcont__title {
    color: #777;
    font-size: 24px;
    font-weight: bolder;
    margin: 30px auto;
    text-align: center;
    width: 100%;
}
@media only screen and (min-width:601px) and (max-width:960px){
.topcont__title {
    margin: 3.125vw auto;
}
}

.topcont__title span {
    display: inline-block;
}
@media only screen and (min-width:601px) and (max-width:960px){
.topcont__title span {
    display: block;
}
}
@media only screen and (max-width:600px){
.topcont__title span {
    display: inline;
    font-size: 20px;
}
}

.topcont__daihyo {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.005), rgba(0,0,0,0.01), rgba(0,0,0,0.04), rgba(0,0,0,0.01));
    margin: 0 auto;
    padding: 40px 10px;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:600px){
.topcont__daihyo {
    display: block;
}
}

.topcont__title__daihyoimg {
    border-radius: 50%;
    height: 166px;
    min-width: 166px;
    width: 166px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.topcont__title__daihyoimg img {
    width: 100px;
}

.topcont__title__daihyonm {
    padding-top: 10px;
    text-align: center;
}
@media only screen and (max-width:600px){
.topcont__daihyo {
    margin-bottom: 20px;
}
}

.topcont__title__daihyodesc {
    background-color: #fff;
    border: 1px solid #98e6c3;
    border-radius: 4px;
    font-size: 18px;
    margin-left: 40px;
    padding: 30px 10px;
}
@media only screen and (max-width:600px){
.topcont__title__daihyodesc {
    margin-left: 0;
}
}

.topcont__jirei {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    color: rgba(0,0,0,.87);
    margin: 0 auto 10px;
    padding: 20px 10%;
    width: 100%;
}
@media only screen and (min-width:601px) and (max-width:960px){
.topcont__jirei {
    padding: 20px 0.52vw;
}
}
@media only screen and (max-width:600px){
.topcont__jirei {
    display: block;
    padding: 20px 2%;
}
}

.topcont__jirei>div {
    flex: 1 1 auto;
    flex-basis: 47%;
    max-width: 48%;
    background-color: #fff;
    border: 1px solid #98e6c3;
    border-radius: 4px;
    color: #777;
    font-size: 18px;
    margin: 10px 1%;
    padding: 10px 5px;
    text-align: center;
}
@media only screen and (max-width:600px){
.topcont__jirei>div {
    max-width: 100%;

}
}

.topcont__jireihosoku {
    color: #777;
    margin: 5px auto 30px;
    text-align: center;
    width: 100%;
}

.topcont__conf {
    font-size: 14px;
    margin: 20px auto;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.topcont__conf span {
    padding-left: 10px;
}

.topcont__counter {
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.topcont__counter img {
    width: 80px;
}

/* company */

.compcont__title_img {
    margin: 10px auto;
    width: 133px;
}

.compcont__title_txt {
    font-size: 24px;
    line-height: 30px;
    margin: 20px auto;
    text-align: center;
}

.compcont__bar {
    font-size: 24px;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.compcont__bar--policy {
    font-size: inherit;
}
@media only screen and (max-width:600px){
.compcont__bar--policy {
    font-size: 18px;
}
}

.compcont__faq__box {
    border: 1px solid #98e6c3;
    border-radius: 15px 15px 0 0;
    margin: 25px auto;
    width: 95%;

}

.compcont__question {
    background-color: #98e6c3;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}

.compcont__answer {
    color: #777;
    padding: 25px;
}

.compcont__daihyotop {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
@media only screen and (max-width:600px){
.compcont__daihyotop {
    display: block;
}
}

.compcont__daihyoimg {
    padding-right: 20px;
    text-align: inherit;
}
@media only screen and (max-width:600px){
.compcont__daihyoimg {
    text-align: center;
}
}

.compcont__daihyoimg img {
    width: 100px;
}

.compcont__daihyotxt {
    text-align: inherit;
}
@media only screen and (max-width:600px){
.compcont__daihyotxt {
    text-align: center;
}
}

.compcont__daihyoprof {
    border: 1px solid #98e6c3;
    border-radius: 15px;
    margin: 15px auto;
    padding: 15px;
    width: 80%;
}
@media only screen and (max-width:600px){
.compcont__daihyoprof {
    width: 95%;
}
}

.compcont__daihyointro {
    margin: 15px auto;
    padding: 15px;
    width: 80%;
}
@media only screen and (max-width:600px){
.compcont__daihyointro {
    width: 95%;
}
}

.compcont__daihyointro__top {
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.compcont__daihyointro__top span {
    display: inline-block;
    background: #98e6c3;
    border-radius: 15px;
    color: #fff;
    padding: 15px 30px;
}
@media only screen and (max-width:600px){
.compcont__daihyointro__top span {
    display: block;
    width: 100%;
}
}

.compcont__daihyointro__box>div {
    float: left;
    border: 1px solid #98e6c3;
    border-radius: 15px;
    color: #777;
    margin-right: 10px;
    margin-bottom: 25px;
    padding: 15px;
}

.compcont__daihyointro__box span {
    padding-left: 10px;
}

.compcont__company__box {
    margin: 15px auto;
    width: 80%;
}
@media only screen and (max-width:600px){
.compcont__company__box {
    width: 98%;
}
}

.compcont__company__box table {
    margin: 0 auto;
    border-right: solid 1px #98e6c3;
    border-bottom: solid 1px #98e6c3;
    width: 100%;
}

.compcont__company__box th ,
.compcont__company__box td {
    border-top: solid 1px #98e6c3;
    border-left: solid 1px #98e6c3;
    padding: 10px 5px;
}
.compcont__company__box th:last-child ,
.compcont__company__box td:last-child {
}
.compcont__company__box tr:last-child th ,
.compcont__company__box tr:last-child td {
}

.compcont__policy {
    margin: 15px auto 40px;
    width: 80%;
}
@media only screen and (max-width:600px){
.compcont__policy {
    width: 95%;
}
}

.compcont__policy__elm div:first-child {
    margin-top: 10px;
}

.compcont__policy__elm div:last-child {
    color: #777;
    margin-left: 30px;
}


/* history */

.histcont__title_img {
    margin: 10px auto;
    width: 100px;
}

.histcont__title_txt {
    font-size: 24px;
    line-height: 30px;
    margin: 20px auto;
    text-align: center;
}

.histcont__bar {
    font-size: 24px;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.histcont__jirei {
}

.histcont__jirei__box {
    margin: 20px auto 80px;
    width: 100%;
}

.histcont__jirei__title {
    background-color: #98e6c3;
    border-bottom: 1px solid #98e6c3;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

.histcont__jirei__elm {
    padding: 15px;
}

.histcont__jirei__elm div {
    float: left;
    border: 1px solid #98e6c3;
    border-radius: 15px;
    color: #777;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

/* price */

.pricecont__title_img {
    margin: 10px auto;
    width: 123px;
}

.pricecont__bar {
    font-size: 24px;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.pricecont__guide__box {
    border: 1px solid #98e6c3;
    border-radius: 15px 15px 0 0;
    margin: 25px auto;
    width: 95%;

}

.pricecont__guide__title {
    background-color: #98e6c3;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}

.pricecont__guide__elm {
    color: #777;
    padding: 25px;
}

.pricecont__price__lnk {
    margin: 40px auto 30px;
    width: 50%;
}
@media only screen and (max-width:600px){
.pricecont__price__lnk {
    width: 95%;
}
}

.pricecont__btn {
    display: block;
    color: #98fdcb;
    background: linear-gradient(to right, #98e6c3, #5cc797);
    border: 1px solid #98e6c3;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.btnbase:hover {
    border: 1px solid #515254;
    background: #8ee6ba;
    color: #4d4748;
    opacity: 1;
    transition: 2s;
}

/* ask */

.askcont__title_img {
    margin: 10px auto;
    width: 98px;
}

.askcont__bar {
    font-size: 24px;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
}

.askcont__conf {
    margin: 25px auto;
    text-align: center;
    width: 80%;
}

.askcont__conf__box {
    color: #777;
}

.askcont__conf__box a {
    color: #98e6c3;
    text-decoration: underline;
}

.askcont__form {
    margin: 25px auto 50px;
    text-align: center;
    width: 100%;
}

.askcont__form__top {
    background-color: #98e6c3;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}

.askcont__form table {
    margin: 30px auto;
    border-right: solid 1px #98e6c3;
    border-bottom: solid 1px #98e6c3;
    width: 80%;
}
@media only screen and (max-width:600px){
.askcont__form table {
    width: 100%;
}
}

.askcont__form th ,
.askcont__form td {
    border-top: solid 1px #98e6c3;
    border-left: solid 1px #98e6c3;
    padding: 10px 5px;
    vertical-align: top;
}
.askcont__form th:last-child ,
.askcont__form td:last-child {
}
.askcont__form tr:last-child th ,
.askcont__form tr:last-child td {
}

.askcont__form input[type="text"] ,
.askcont__form textarea {
    width: 80%;
}

.askcont__form span {
    display: inline-block;
}
@media only screen and (max-width:600px){
.askcont__form span {
    display: block;
}
}


.askcont__form__btn {
    margin: 0 auto;
    width: 50%;
}

.ask__btn {
    display: block;
    color: #98fdcb;
    background: linear-gradient(to right, #98e6c3, #5cc797);
    border: 1px solid #98e6c3;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 1px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.ask__btn:hover {
    border: 1px solid #515254;
    background: #8ee6ba;
    color: #4d4748;
    opacity: 1;
    transition: 2s;
}

.askcont__bottom {
    border-top: solid 1px #98e6c3;
    margin: 20px auto 50px;
    padding-top: 50px;
    text-align: center;
}

.askcont__bottom span {
    padding-right: 10px;
}

/* footer */
.foot {
    background-color: #777;
}

.foot__menu {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    padding-top: 40px;
    width: 98%;
    height: 100%;
}
@media only screen and (max-width:960px){
.foot__menu {
    width: 100%;
}
}

.foot__menu div {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: lighter;
    margin: 10px;
}
@media only screen and (max-width:960px){
.foot__menu div {
    font-size: 12px;
    margin: 5px 1.66vw;
}
}

.foot__menu div::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}
@media only screen and (max-width:960px){
.foot__menu div::after {
    content: "";
    margin: 0;
}
}

.foot__menu div:last-child::after {
    content: "";
}

.foot__company {
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: lighter;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.foot__companynm span {
    display: inline-block;
}
@media only screen and (max-width:960px){
.foot__companynm span {
    display: block;
}
}

