@charset "utf-8";
/* CSS Document */
body {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    color: #333333;
    font-size: 1rem;
    /* font-family:"Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","ＭＳ ゴシック",sans-serif;
    word-break: break-all;
}

.mgBt20 {
    margin-bottom: 20px;
}

.mgBt40 {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/* jquery.minimalect.min */
.minict_wrapper.bubble {
    box-shadow: none;
    background: #ffffff;
}
.minict_wrapper.bubble:after {
    height: 2.05rem;
    border-left: 0;
            box-shadow: inset 1px 0 0 0 #ffffff;
    background: #f3b63b;

    -webkit-box-shadow: inset 1px 0 0 0 #ffffff;
}
.minict_wrapper:after {
    color: #3a4652;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../../img/radio.svg);
    background-size: 6px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../../img/check.svg);
    /*background-size: 6px;*/
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-top: 3px #ff4855 solid;
    border-radius: 0;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
    line-height: 50px;
}
.nav-pills .nav-link {
    border-radius: 0;
    background: #eeeeee;
    color: #333333;
    font-weight: bold;
    line-height: 53px;
}
.custom-file-label::after {
    content: "参照";
}
.bg-pink {
    padding: 8px 0;
    background: #ff4855;
}
.bg-pink a, .bg-pink {
    color: #ffffff;
}
.bg-pink p > button {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}
.bg-pink p {
    margin-bottom: 0;
}
.navbar-white a {
    color: #6f6f6f;
}
header .btn-gray {
    /*border-color: #ced4da;*/
    border-color: #1d2329;
    background: #ffffff;
    color: #6f6f6f;
}

.bg-blue {
    padding: 8px 0;
    background: #69dcfe;
}
.bg-blue a, .bg-blue {
    color: #ffffff;
}
.bg-blue p > button {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}
.bg-blue p {
    margin-bottom: 0;
}


.bg-white {
    padding: 20px 0;
    border-bottom: thin solid #00966c;
    background: #ffffff;
}
.bg-white a, .bg-white {
    color: #3e3a39;
}
.bg-white p > button {
    border: 1px solid #00966c;
    background: #00966c;
    color: #ffffff;
}
.bg-white p > button:hover {
    border: 1px solid #00966c;
    background: none;
    color: #00966c;
}
.bg-white p {
    margin-bottom: 0;
    letter-spacing: .15em;
}
.b {
    font-weight: 600;
}

.price {
    min-height: 50px;
}
.coreFlowTab {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #ffffff;
}

.coreFlowTabTtl {
    margin-bottom: 20px;
}
.coreFlowTabList {
    padding: 10px 30px;
    background-color: #ededed;
    font-size: 19px;
}
.coreFlowTabList li {
    margin-bottom: 10px;
}
.sample-box {
    position: relative;
}

.good {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 77%;
    left: 35%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
}
.good2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 10%;
    background-color: #d9b3b8;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
.good3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 44%;
    left: 47%;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.good4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 42%;
    left: 38%;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.eve_ico {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: 24px;
    border-radius: 20px;
    background-color: #d9b3b8;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
    cursor: pointer;
}
.eve_finish {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: 24px;
    border-radius: 20px;
    background-color: #757575;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
    cursor: pointer;
}
.termsDefault {
    height: 200px;
    margin: 30px 0 0;
    padding: 20px;
    overflow: auto;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-size: 14px;
}
