/* 
 * ------- additional css elements  ---------------------
 */
/*===========================
リスト
===========================*/
.content ul.nb_circle, .content ul.nb_check {
    position: relative;
}
.content ul.nb_circle li {
    padding: 0 0 0.5em 1.2em;
}
.content ul.nb_circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
.content ul.nb_check li {
    padding: 0 0 0.5em 1.6em;
}
.content ul.nb_check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
.content ul.nb_circle, .content ul.circle2, .content ul.circle3, .content ul.check2, .content ul.check3 {
    position: relative;
}
.content ul.circle2 li, .content ul.check2 li {
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 1.8em;
    margin-right: 1%;
    margin-left: 1%;
    width: 40%;
}
.content ul.circle2 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    /* [disabled]left: 0.5em; */
    margin-top: 0.6em;
    margin-left: -1em;
}
.content ul.check2 li::before {
    display: block;
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 1.3em;
    margin-left: -1.2em;
}
.content ul.circle3 li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
    margin-right: 35px;
    width: 7.5em;
}
.content ul.check3 li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 1.8em;
    margin-right: 35px;
}
.content ul.circle3 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    /* [disabled]left: 0.5em; */
    margin-top: 0.6em;
    margin-left: -1em;
}
.content ul.check3 li::before {
    display: block;
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 1.3em;
    margin-left: -1.2em;
}
.content ul.circle4 li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 1.8em;
    margin-right: 35px;
}
.content ul.check4 li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 1.8em;
    margin-right: 35px;
}
.content ul.circle4 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    /* [disabled]left: 0.5em; */
    margin-top: 0.6em;
    margin-left: -1em;
}
.content ul.check4 li::before {
    display: block;
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 1.3em;
    margin-left: -1.2em;
}
ul.liReseter {
    line-height: 1.8em;
    margin-left: 20px;
}
ul.liReseter li {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: -10px;
}
ul.liReseter2 {
    line-height: 1.8em;
    margin: 0 0 12px 30px;
}
ul.liReseter2 li {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: -10px;
}
ul.liReseterFloat {
    line-height: 1.8em;
    margin-left: 20px;
}
ul.liReseterFloat li {
    display: list-item;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: -10px;
    float: left;
    padding-right: 60px;
}
.content ol.number-list2 {
    display: block;
    list-style-position: outside;
}
.content ol.number-list2 li {
    list-style-type: decimal;
    padding: 0 0 0 10px;
    margin-left: 2em;
}
@media screen and (max-width: 768px) {
    ul.circle2 li, ul.check2 li {
        width: 40%;
    }
    ul.liReseterFloat li {
        float: none;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 400px) {
    ul.circle2 li, ul.check2 li {
        float: none;
        width: 90%;
        /* [disabled]overflow: hidden; */
    }
}
/*===========================
テーブル
===========================*/
table th {
    padding: 8px;
    border: 1px #dadada solid;
    font-weight: bold;
    text-align: left;
    background-color: #EEE;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}
/*===========================
other
===========================*/
h2 {
    color: #333;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Noto Sans Japanese', sans-serif;
}
h2 {
    font-size: 1.25em;
    margin: .75em 0;
    line-height: 1.5em;
}
.indent-1 {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
@media (min-width: 769px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color: #333 !important;
    text-decoration: none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.pc-disp {
    display: block;
}
.sp-disp {
    display: none;
}
@media only screen and (max-width: 768px) {
    .pc-disp {
        display: none;
    }
    .sp-disp {
        display: block;
    }
    .vis3 .catch {
        text-align: left;
        margin-top: -23%;
        margin-left: 2.6%;
        font-size: 5.6vw;
        line-height: 1.4em;
        color: #10232d;
        text-shadow: 1px 1px 1px #CCC;
        letter-spacing: 0em;
        font-family: 'Noto Sans Japanese', sans-serif;
        font-weight: 600;
        padding: 0.6em;
        background: rgba(255, 255, 255, 0.6);
    }
    .lower-bar {
        clear: both;
        width: 100%;
        background-color: #ebebeb;
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
    }
}
.marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}
/* 右フローティングバナー  */
ul.fixRightBnr {
    position: fixed;
    z-index: 777;
    top: 43vmin;
    right: 0;
}
ul.fixRightBnr li {
    display: block;
}
ul.fixRightBnr li a {
    display: block;
    background-color: var(--basic-color);
    opacity: .9;
    font-size: 4.6vmin;
    box-sizing: border-box;
    width: 100%;
    padding: 1.8vmin 1.2vmin;
    /*
	padding:1.8vmin 1.8vmin;
	*/
    margin-bottom: 0.6vmin;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
ul.fixRightBnr li span {
    display: block;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 1.6vmin;
    line-height: 1em;
}
ul.fixRightBnr li a:hover {
    opacity: .7;
}
ul.fixRightBnr li.insta a {
    /* background-color:#CF2E92; */
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
ul.fixRightBnr li.twitter a {
    background-color: #0f1419;
}
ul.fixRightBnr li.facebook a {
    background-color: #1877f2;
}
ul.fixRightBnr li.youtube a {
    background-color: #da1725;
}
ul.fixRightBnr li.line a {
    background-color: #00B900;
}
ul.fixRightBnr li.tictok a {
    background-color: #000;
}
ul.fixRightBnr li.ameba a {
    background-color: #298737;
}
@media screen and (max-width: 768px) {
    ul.fixRightBnr {
        top: 14vmin;
    }
}
@media only screen and (max-width: 600px) {
    ul.fixRightBnr {
        top: 45vmin;
    }
}


/*===========================
フローティングバナー
===========================*/


/* color:var(--contact-color); で利用 */
:root {
	--contact-color:#212121;
}

/* color:var(--contact-bg); で利用 */
:root {
	--contact-bg:#393a3a;
}

/* color:var(--contact-hover); で利用 */
:root {
	--contact-hover:#545454;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
    background-color: var(--contact-bg);
    border-bottom: 6px solid var(--contact-color);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .emergencyWrap {
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        /*background-color: #51baf1;*/
    }
}
/*@media screen and (max-width: 480px) {
  .emergencyWrap {
    bottom: 50px;
  }
}*/
.emergencyWrap > span {
    display: block;
    margin-bottom: 8px;
    margin-top: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.emergencyWrap .emergencyBtnWrap {
    display: block;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
    }
}
.emergencyWrap a {
    display: block;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #fff;
    background-color: var(--contact-color);
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a {
        margin: 3px 8px;
    }
}
.emergencyWrap a.tel {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.tel .fa-phone-volume {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.emergencyWrap a.tel span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.emergencyWrap a.tel:hover {
    background-color: var(--contact-hover);
    text-decoration: none;
}
.emergencyWrap a.contact {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact span {
    display: inline-block;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact:hover {
    background-color: #69d782;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a.contact {
        text-align: center;
        padding: 8px 0px 8px 8px;
    }
    .emergencyWrap a.tel span {
        font-size: 14px;
        font-weight: 900;
    }
    .emergencyWrap a.contact span {
        display: block;
        margin-left: 15px;
        text-align: center;
        margin: auto;
    }
    .emergencyWrap a.contact .fa-envelope {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 340px) {
    .emergencyWrap a.tel span {
        font-size: 13px;
        font-weight: 900;
    }
} /*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        width: 30%;
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
    footer {
        padding-bottom: 150px;
    }
}
.catch04 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.tx-center {
	text-align: center;
}
.tx-flex {
	text-align: center;
}
 @media screen and (max-width: 768px) {
.tx-flex {
 text-align: left;/*PCで中央、スマホタブレット左寄せ*/
}
}
.mb20 {
	margin-bottom: 20px!important;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
    background-position: top -100px left !important;
    background-size: contain !important;
}
@media only screen and (max-width: 768px) {
    .catch01 {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 1em;
    }
    .wrap-bg {
        background-position: top 0px left !important;
        background-size: initial !important;
    }
}
.wd40 {
    width: 40% !important;
    margin: auto;
}
.wd50 {
    width: 50% !important;
    margin: 0 auto;
}
.wd60 {
    width: 60% !important;
    margin: 0 auto;
}
.wd70 {
    width: 70% !important;
    margin: 0 auto;
}
.wd80 {
    width: 80% !important;
    margin: 0 auto;
}
.wd85 {
    width: 85% !important;
    margin: 0 auto;
}
.wd90 {
    width: 90% !important;
    margin: 0 auto;
}
.wd95 {
    width: 95% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95 {
        width: 100% !important;
        margin: auto;
    }
}
.box-sd {
	padding: 2em 4em;
	/*background-color: #fff;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 140px;
        right: 10px;
        z-index: 20;
    }
}