﻿@font-face {
    font-family: "webfont";
    src: url("../fonts/shirokuma.woff2") format("woff2"), url("../fonts/shirokuma.woff") format("woff"), url("../fonts/shirokuma.ttf") format("truetype")
}

body {
    color: #252729;
    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

a {
    color: #7bc8d5;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #a2d8e1
}

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

.opacity:hover {
    opacity: .6
}

.loader {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8999
}

.loader::after {
    animation: loader 1s linear infinite;
    border: 1px solid #7bc8d5;
    border-radius: 50%;
    border-right: 1px solid rgba(123, 200, 213, 0.2);
    border-top: 1px solid rgba(123, 200, 213, 0.2);
    content: '';
    height: 70px;
    width: 70px
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    box-shadow: 0 3px 3px rgba(1, 1, 1, 0.1);
    border-top: 5px solid #7bc8d5;
    padding: 10px 0;
    box-sizing: border-box
}

#header .inner {
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

#header .inner #logo span {
    display: block;
    font-size: 1rem;
    font-weight: normal
}

#header .inner .head_tel {
    margin-top: 30px
}

#header .inner .head_tel .head_tel_title {
    font-size: 1.3rem;
    margin-bottom: 5px
}

#header .inner .head_tel li {
    display: inline-block;
    margin: 0 10px
}

#header .inner .head_tel li a {
    display: block;
    padding: 5px 20px;
    color: #252729;
    border: 1px solid #252729
}

#header .inner .head_tel li a:hover {
    background: #7bc8d5
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #f39aa6;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #f39aa6;
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    text-align: center
}

#page-top a:hover {
    background: #FFFFFF;
    color: #f39aa6
}

#sp_navi {
    display: none
}

#footer {
    padding: 20px 0;
    text-align: center
}

#footer .copyright {
    font-size: 1.2rem
}

#slideshow {
    margin-bottom: 60px
}

#slideshow .wideslider {
    width: 100%;
    position: relative;
    overflow: hidden
}

#slideshow .wideslider ul {
    float: left;
    display: inline
}

#slideshow .wideslider ul li {
    float: left;
    display: inline
}

#slideshow .wideslider ul li img {
    width: 100%;
    display: none
}

#slideshow .wideslider .wideslider_base {
    top: 0;
    position: absolute
}

#slideshow .wideslider .wideslider_base .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden
}

#slideshow .wideslider .slider_prev,
#slideshow .wideslider .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer
}

#slideshow .wideslider .slider_prev {
    background: url(../img/slider/prev.jpg) no-repeat right center #fff
}

#slideshow .wideslider .slider_next {
    background: url(../img/slider/next.jpg) no-repeat left center #fff
}

.single {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 60px
}

.single.single_02 {
    padding-top: 60px
}

.contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contents .main {
    width: 70%
}

.contents .side {
    width: 26%
}

.bg_common {
    padding-top: 60px
}

.bg_common.bg_b {
    margin-bottom: 60px
}

.bg_01 {
    background: url(../img/bg_01.png) repeat
}

.bg_02 {
    background: #f8c8ce
}

.bg_03 {
    background: url(../img/bg_03.jpg) repeat
}

.bg_04 {
    background: url(../img/bg_04.png) repeat
}

.underlayer {
    padding-top: 200px
}

.column2 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: stretch
}

.column2 .child {
    width: 48.5%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0;
    align-items: stretch
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.mtitle {
    position: relative;
    margin-bottom: 10px;
    font-size: 3.4rem
}

.mtitle_sub {
    margin-bottom: 10px;
    color: #7bc8d5;
    font-size: 2rem
}

.mtitle_middle {
    font-size: 2.2rem;
    border-bottom: 2px solid #CCCCCC;
    position: relative;
    margin-bottom: 10px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #f39aa6;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_small {
    margin-bottom: 20px;
    font-size: 3rem;
    text-align: center
}

.mtitle_small span {
    position: relative;
    font-size: 2rem
}

.mtitle_small span:before,
.mtitle_small span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 13px;
    background-color: #252729
}

.mtitle_small span:before {
    left: -11px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.mtitle_small span:after {
    right: -11px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.mtitle_ribon {
    display: table;
    max-width: 340px;
    position: relative;
    padding: 0 3em 0 1em;
    margin: -10px 0 15px -45px;
    height: 50px;
    line-height: 50px;
    background-color: #7bc8d5;
    color: #FFFFFF;
    font-size: 2rem
}

.mtitle_ribon::after {
    content: '';
    position: absolute
}

.mtitle_ribon::after {
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 25px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff
}

.mtitle_good {
    position: relative;
    margin-bottom: 20px
}

.mtitle_good span {
    color: #f39aa6;
    font-family: "Rock Salt", cursive;
    font-size: 1.4em;
    font-weight: 500
}

.mtitle_good:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 5px 0 0 -20px;
    display: block;
    background: #f39aa6
}

.cbtn a,
.cbtn button {
    display: block;
    padding: 1em 3em;
    border-radius: 60px;
    color: #252729;
    font-weight: bold;
    text-align: center
}

.cbtn.cbtn_size {
    margin: 0 auto;
    width: 430px
}

.cbtn.cbtn_contact a {
    height: 50px
}

.cbtn.cbtn_mail a {
    line-height: 50px
}

.cbtn.cbtn_01 a,
.cbtn.cbtn_01 button {
    background: #7bc8d5;
    border: 1px solid #7bc8d5;
    color: #FFFFFF
}

.cbtn.cbtn_01 a:hover,
.cbtn.cbtn_01 button:hover {
    background: #FFFFFF;
    color: #7bc8d5
}

.cbtn.cbtn_02 a {
    background: #ffef00;
    border: 1px solid #ffef00
}

.cbtn.cbtn_02 a:hover {
    background: #fff44d
}

.news-bl {
    overflow: hidden;
    margin: 15px auto
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 3px 5px;
    line-height: 1.3;
    text-align: center
}

.news-bl dt.dt_01 {
    background: #f39aa6
}

.news-bl dd {
    padding: 0 0 10px 10em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl_b dt {
    background: #7bc8d5;
    color: #FFFFFF
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_disc li {
    padding-left: 1.5em
}

.list_disc li:before {
    font-family: 'FontAwesome';
    content: "\f1db";
    margin: 0 5px 0 -.8em;
    color: #7bc8d5
}

.list_check li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 5px 0 -1.2em;
    color: #7bc8d5
}

.list_check li a:hover {
    text-decoration: underline
}

.list_note li {
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_lp {
    font-size: 2rem
}

.list_lp li:before {
    margin: 0 10px 0 -1.2em;
    color: #f39aa6;
    font-family: 'FontAwesome';
    content: "\f00c"
}

.tbl {
    width: 100%;
    background: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px 8px
}

.tbl th {
    background: #eff4f5;
    font-weight: normal
}

.tbl .cell_01 {
    width: 50%
}

.tbl01 th {
    width: 25%
}

.tbl02 th {
    width: 15%
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #7bc8d5;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fafafa;
    border-width: 10px;
    border-left-color: #7bc8d5;
    margin-top: -10px
}

.company td {
    background: #fafafa;
    padding-left: 20px
}

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.date {
    display: block;
    margin-bottom: 15px
}

.date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #CCCCCC
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #CCCCCC
}

.category_nav li a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #fafafa
}

.category_nav li:last-child a {
    border-bottom: none
}

.box_style {
    position: relative;
    padding-right: 8px
}

.box_style .bg_box_style {
    position: absolute;
    top: 9px;
    right: 0;
    width: calc(100% - 9px);
    height: 100%;
    background: repeating-linear-gradient(45deg, #fff, #fff 5px, #c8e8ee 0, #c8e8ee 10px)
}

.box_style .inner {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #252729;
    padding: 30px
}

.box_style_02 {
    background: #FFFFFF;
    padding: 30px
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.article:last-child {
    margin-bottom: 60px
}

.article.article_b {
    margin-bottom: 0
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 100px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_01 {
    background: #f39aa6
}

.article.article_01 .article_image {
    background-image: url(../img/article_image_01.jpg)
}

.sns li {
    display: inline-block;
    margin-left: 20px
}

.sns li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    font-family: FontAwesome
}

.sns li a.fa-instagram {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.sns li a.fa-instagram:before {
    content: "\f16d"
}

.sns li a.fa-facebook {
    background: #4267b2
}

.sns li a.fa-facebook:before {
    content: "\f082"
}

.sns li a.fa-twitter {
    background: #54a7da
}

.sns li a.fa-twitter:before {
    content: "\f099"
}

.sns li a.fa-youtube-play {
    background: #ff000e
}

.sns li a.fa-youtube-play:before {
    content: "\f16a"
}

.price {
    font-weight: bold
}

.price span {
    margin: 0 5px;
    color: #f39aa6;
    font-size: 2em
}

.present {
    background: url(../img/present.png) no-repeat left center;
    background-size: 90px auto;
    padding: 10px 0 10px 105px
}

.price_box {
    border: 3px solid #f39aa6;
    border-radius: 6px
}

.price_box dt {
    background: #f39aa6;
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: bold
}

.price_box dd {
    padding: 25px 0
}

.point_box {
    margin: 40px 0 20px;
    text-align: center;
    color: #7bc8d5;
    font-size: 3rem;
    font-weight: bold
}

.point {
    background: url(../img/point.png) no-repeat right top;
    padding: 35px 20px 0 0;
    font-style: normal
}

.macker {
    display: inline-block;
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffef00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffef00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffef00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffef00 50%);
    background-image: linear-gradient(left, transparent 50%, #ffef00 50%);
    background-repeat: repeat-x;
    background-size: 200% .3em;
    background-position: 0 1em;
    transition: all 3.5s ease;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 1.2em
}

.macker.active {
    background-position: -100% 1em
}

.carousel {
    margin: 0 auto;
    width: 500px;
    padding: 0 30px
}

.linear span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem
}

.icon_style {
    margin: 0 auto 10px;
    width: 100px
}

.label {
    margin-bottom: 10px;
    display: inline-block;
    background: #f39aa6;
    color: #FFFFFF;
    padding: 2px 10px;
    text-align: center;
    min-width: 60px
}

.bg_contact {
    background: url(../img/bg_contact.png) no-repeat center top;
    padding-top: 36px
}

.bg_contact .contact {
    background: #aee3e6;
    padding: 60px 0
}

.bg_contact .contact .inner {
    margin: 0 auto;
    width: 1024px
}

.tel {
    text-align: center;
    color: #252729;
    font-size: 2rem
}

.tel a {
    display: inline-block;
    margin: 0 20px;
    color: #252729
}

.voice_faq {
    padding-top: 20px
}

.voice_faq dt {
    position: relative;
    border-top: solid 1px #CCCCCC;
    padding: 10px 0 25px 72px
}

.voice_faq dt span {
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    width: 56px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    background: #7bc8d5;
    font-family: 'Crimson Text', serif;
    font-weight: 100;
    letter-spacing: 0.05rem
}

.voice_faq dd {
    position: relative;
    padding: 0 40px 45px 72px
}

.voice_faq dd span {
    position: absolute;
    left: 22px;
    top: -10px;
    display: block;
    color: #f39aa6;
    font-size: 2rem;
    font-family: 'Crimson Text', serif;
    font-weight: 100;
    letter-spacing: 0.05rem
}

.spbr {
    display: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.page_title_box {
    padding: 100px 0;
    background-image: url(../img/bg_page_title_box.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page_title_box .page_title {
    font-size: 4rem;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.3)
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.4rem
}

.breadcrumb {
    width: 1024px;
    margin: 40px auto;
    padding-left: 0
}

.breadcrumb li {
    display: inline
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb .home {
    font-family: 'FontAwesome'
}

.form {
    margin: 0 auto;
    width: 80%
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span {
    color: #FFFFFF;
    background: #f39aa6;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.5rem;
    width: 300px;
    margin: 0 auto
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #7bc8d5
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #7bc8d5;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #7bc8d5;
    border-bottom: 3px solid #7bc8d5;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.form-contents dl dt:not(.pattern-exclusion) span.required::before{
    background: #f39aa6!important;
    border: solid 2px #f39aa6!important;
  }

.form-contents .submit-btn{
    background: #7bc8d5!important;
    border: solid 2px #7bc8d5!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #7bc8d5!important;
    background: #fff!important;
    border: solid 2px #7bc8d5!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #7bc8d5!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #999!important;
  }
  
/*# sourceMappingURL=basis.css.map */