@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

/* ==========================================================
共通スタイル
========================================================== */
body {
    background-color: #b1dff5;
    color: #555555;
    font-family: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic',
        sans-serif;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    font-feature-settings: 'palt' 1;
}

a {
    text-decoration: none;
    color: #555555;
    line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
    font-size: 14pt;
    font-weight: bold;
    color: #46b4d7;
    line-height: 1.3em;
}

p {
    font-size: 11pt;
    line-height: 1.8em;
}

span {
    font-size: 9pt;
    color: #777;
}

.wrapper {
    height: 100%;
    min-height: 100vh;
    position: relative;
    /*←相対位置*/
    padding-bottom: 100px;
    /*←footerの高さ*/
    box-sizing: border-box;
    /*←全て含めてmin-height:100vhに*/
}

.White-box {
    margin: 0 10px 20px 10px;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 5px;
}

.main-cont {
    margin: 127px auto 0;
    width: min(100%, 720px);
}

.button {
    background-color: #46b4d7;
    margin: 20px;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-cont a {
    color: #ffffff;
}

.button:hover {
    background-color: rgba(70, 180, 215, 0.5);
}

/* ==========================================================
ヘッダ・メニュー
========================================================== */
header {
    padding: 15px 20px 10px;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 67px;
    z-index: 10;
    box-shadow: 0 5px 5px 0 rgba(177, 223, 245, 0.3);
}

header h1 {
    display: table;
    font-size: 22pt;
    border-bottom: 1px solid;
}

header p {
    font-size: 9pt;
    margin-top: 5px;
}

header ul {
    position: fixed;
    display: flex;
    gap: 10px;
    top: 20px;
    right: 20px;
}

.header-title span {
    color: #46b4d7;
    margin-left: 5px;
    line-height: 0;
}

.call-center-title h1 {
    font-size: 19pt;
    border-bottom: none;
}

.menu-btn-cont {
    display: flex;
    gap: 5px;
    position: fixed;
    top: 15px;
    right: 20px;
}

.menu-name {
    font-size: 7pt;
    color: #46b4d7;
    font-weight: bold;
    display: block;
    margin: 5px auto 0;
    text-align: center;
}

.call-center-btn {
    position: relative;
    background: #46b4d7;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: auto;
    border: 1px solid #ffffff;
}

.call-center-btn img {
    position: absolute;
    width: 32px;
    top: 6px;
    left: 7px;
}

.h1_down h1 {
    font-size: 19pt;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: #b1dff5;
    z-index: 5;
    overflow: auto;
    padding: 0px 0;
}

.menu hr {
    border-top: 1px solid #46b4d7;
}

.menu a {
    color: #46b4d7;
    font-size: 14pt;
    font-weight: bold;
}

.menu a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    margin-left: 10px;
}

.menu p {
    margin-bottom: 20px;
}

.menu__item {
    width: 100%;
    height: auto;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
    margin: 20px 0px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.menu__item h2 {
    color: #46b4d7;
    margin-bottom: 10px;
}

.menu__item img {
    margin: 0px 0;
    width: 150px;
}

.menu-btn {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    text-align: right;
    padding: 30px;
    box-sizing: border-box;
    display: table;
    position: relative;
}

.menu-btn1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/1-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/2-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/3-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/4-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn5:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/5-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn6:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/futon/6-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn7:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/a-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn8:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/b-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn9:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/c-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn10:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/d-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn11:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/e-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn12:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/f-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn13:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/g-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn14:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/h-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn15:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/i-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn16:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/j-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn17:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/k-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn18:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/l-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn19:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/m-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn20:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/n-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: -2;
}

.menu-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(70, 180, 215, 0) 0%, rgba(70, 180, 215, 0) 40%, rgba(70, 180, 215, 1) 45%);
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: -1;
}

.menu-btn a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.menu-btn a :hover {
    background-color: rgba(70, 180, 215, 1);
}

.menu-btn h3 {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14pt;
}

.menu-btn span {
    color: #ffffff;
    margin-left: 5px;
    font-size: 9pt;
}

.menu-btn h3:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    margin-left: 10px;
}

.menu-list :nth-last-child(1) {
    margin-bottom: 0px;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
    opacity: 1;
    visibility: visible;
}

/*5-2-1 3本線が×に*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.sentaku-menu-btn {
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    background: #46b4d7;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin: auto;
    z-index: 10;
    border: 1px solid #ffffff;
}

/*ボタン内側*/
.sentaku-menu-btn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.sentaku-menu-btn span:nth-of-type(1) {
    top: 13px;
}

.sentaku-menu-btn span:nth-of-type(2) {
    top: 21px;
}

.sentaku-menu-btn span:nth-of-type(3) {
    top: 28px;
}

/*activeクラスが付与されると線が回転して×に*/

.sentaku-menu-btn.active span:nth-of-type(1) {
    top: 15px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.sentaku-menu-btn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.sentaku-menu-btn.active span:nth-of-type(3) {
    top: 27px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

/* 閉じるボタンを隠す */
.hidden {
    display: none !important;
}

/* ==========================================================
フッタ・ナビゲーション
========================================================== */

.footer_space {
    padding: 50px;
}

footer {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    padding: 0px 0;
    display: table;
    position: absolute;
    /*←絶対位置*/
    bottom: 0;
    /*下に固定*/
}

.footer-cont {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.footer-cont p {
    font-size: 9px;
}

.info {
    padding: 30px 20px;
    background-image: url('../img/info-back.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info h2 {
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px #46b4d7;
}

.info p {
    color: #ffffff;
    text-shadow: 0px 0px 10px #46b4d7;
}

.info .phone_number {
    margin: 10px auto;
    width: min(85%, 480px);
}

.info .phone_number p {
    color: #888888;
    text-shadow: none;
}

.info .phone_number h2 {
    color: #888888;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.info .phone_number hr {
    margin-top: 0;
    margin-bottom: 10px;
}

/* ---------------「ページトップへ」アイコン------------------- */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #46b4d7;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #ffffff;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s;
}

#page_top .arrow {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top .arrow::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* ==========================================================
パンくずリスト
========================================================== */

.pankuzu {
    margin: -10px 20px 20px 20px;
    font-size: 11px;
}

.pankuzu a {
    font-size: 11px;
    color: #ffffff !important;
}

.pankuzu span {
    color: #46b4d7;
    font-weight: bold;
}

/* ==========================================================
素材選択ページ
========================================================== */

.choice-cont h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}

.choice-cont h3 span {
    font-size: 18px;
    color: #eb614b;
}

.choice-cont h3::after {
    position: absolute;
    top: 0;
    left: 3px;
    content: '\f059';
    color: #46b4d7;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
}

.choice-btn {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    text-align: right;
    margin: 0 auto 10px;
    padding: 30px;
    box-sizing: border-box;
    display: table;
    position: relative;
}

/* .choice-btn:last-child {
	q margin: 0;
} */

.choice-btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #46b4d7;
    background-image: url('../img/other/l-0-s.jpg');
    background-position: -10px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    top: 0;
    left: 0;
    z-index: 0;
}

.choice-btn_l:before {
    content: '';
    background-image: url('../img/other/l-0-s.jpg');
}

.choice-btn_s:before {
    content: '';
    background-image: url('../img/other/n-0-s.jpg');
}

.choice-btn_j:before {
    content: '';
    background-image: url('../img/other/j-0-s.jpg');
}

.choice-btn_k:before {
    content: '';
    background-image: url('../img/other/k-0-s.jpg');
}

.choice-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(70, 180, 215, 0) 0%, rgba(70, 180, 215, 0) 40%, rgba(70, 180, 215, 1) 45%);
    border-radius: 5px;
    top: 0;
    right: 0;
    z-index: 1;
}

.choice-btn a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-decoration: none;
    z-index: 5;
}

.choice-btn h3 {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14pt;
    position: relative;
    z-index: 2;
}

.choice-btn h3 span {
    padding: 0 0 0 5px;
    color: #ffffff;
}

.choice-btn h3:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    margin-left: 10px;
}

.choice-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.choice-button {
    width: 48%;
}

.choice-button img {
    width: 100%;
}

.choice-button h3 {
    font-size: 18px;
    font-weight: bold;
    color: #46b4d7;
    line-height: 1.2em;
}

.choice-button h3 span {
    font-size: 11pt;
    color: #46b4d7;
}

.choice-button-box a {
    display: block;
    background: #46b4d7;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease;
}

.choice-button-box a:after {
    content: '\f054';
    position: absolute;
    margin-left: 10px;
    font-family: 'Font Awesome 5 Free';
    right: 15px;
}
.choice-button-box a:hover {
    background-color: rgba(70, 180, 215, 0.5);
}
.choice-material {
    font-size: 18px;
}
.choice-material strong {
    font-size: 24px;
    color: #eb614b;
}

/* ==========================================================
注意事項ページ
========================================================== */

.risk-cont {
    font-size: 18pt;
}

.risk-cont a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 13pt;
}

.risk-cont a :hover {
    background-color: rgba(70, 180, 215, 0.5);
}

.caution-cont h3 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}

.caution-cont h3:before {
    content: url('../img/attention.png');
    margin-right: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.caution-cont p {
    margin-bottom: 20px;
}

.risk-cont h4 {
    color: #666666;
}

.risk-cont ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* 折返し指定 */
    gap: 10px;
    margin: 10px;
}

.risk-cont li {
    background-color: #fff000;
    padding: 10px;
    width: calc(50% - 30px);
    /* gap padding分を引く */
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: table;
}

.risk-cont li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f24d';
    margin-left: 10px;
    color: #999;
    font-size: 9px;
    position: absolute;
    top: 40%;
    right: 20px;
}

.risk-cont li a {
    display: table-cell;
    vertical-align: middle;
}

.araenai-cont {
    margin: 0 auto 20px auto;
}

.araenai-cont h4 {
    color: #666666;
}

.araenai-cont hr {
    border-top: 1px dotted #666666;
    margin: 0 0 20px 0;
}

.araenai-cont span {
    color: #777;
    text-align: center;
}

.ng-cont {
    border: 5px solid #eb614b;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 0 auto 20px auto;
}

.ng-top {
    background-color: #eb614b;
    margin: -20px -20px 0px -20px;
    padding: 10px;
}

.ng-top span {
    font-size: 15pt;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.ng-top h5 {
    font-size: 30pt;
    color: #ffffff;
    line-height: 1;
}

.ng-bottom {
    margin: auto;
    padding: 20px 0 0 0;
}

.ng-bottom img {
    max-width: 240px;
}

.ng-bottom p {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
}

.ng-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    display: block;
    vertical-align: middle;
    line-height: 2;
}

.ok-cont {
    border: 5px solid #46b4d7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 20px auto 20px auto;
}

.ok-top {
    background-color: #46b4d7;
    margin: -20px -20px 0px -20px;
    padding: 10px;
}

.ok-top span {
    font-size: 15pt;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.ok-top h5 {
    font-size: 30pt;
    color: #ffffff;
    line-height: 1;
}

.ok-bottom {
    display: table;
    margin: auto;
    padding: 20px 0 0 0;
}

.ok-bottom p {
    display: block;
    vertical-align: middle;
}

.ok-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    display: block;
    vertical-align: middle;
    text-align: left;
    line-height: 2;
}

.ng_ok-cont {
    border: 5px solid #46b4d7;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 250px;
    height: 210px;
    margin: 0 auto 20px auto;
    position: relative;
}

.ng_ok-cont:after {
    position: absolute;
    content: '';
    width: 105px;
    height: 210px;
    border: 5px solid #eb614b;
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 20px;
    top: -5px;
    left: -5px;
}

.ng_ok-top {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
    background: linear-gradient(to right, #eb614b 0%, #eb614b 50%, #46b4d7 50%, #46b4d7 100%);
    margin: -20px -20px 0 -20px;
    padding: 10px 0;
    text-align: center;
}

.ng_ok-top span {
    font-size: 15pt;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.ng_ok-top h5 {
    font-size: 30pt;
    color: #ffffff;
    line-height: 1;
}

.ng_ok-left {
    width: 50%;
}

.ng_ok-right {
    width: 50%;
}

.ng_ok-bottom {
    height: 130px;
    display: table;
    margin: auto;
}

.ng_ok-bottom p {
    display: block;
    vertical-align: middle;
}

.ng_ok-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    display: block;
    vertical-align: middle;
    text-align: left;
    line-height: 2;
}

/* 2022.01.06 追記 */

.ng_ok-box {
    background: linear-gradient(to right, #eb614b 0%, #eb614b 50%, #46b4d7 50%, #46b4d7 100%);
    margin: 0 auto 10px;
    padding: 5px;
    border-radius: 10px;
}

.ng_ok-box-inner {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.ng_ok-box img {
    max-width: 240px;
}

.ng_ok-box .ng_ok-top {
    margin: -25px -25px 0 -25px;
    border-radius: 10px 10px 0 0;
}

.ng_ok-box .ng_ok-bottom {
    height: auto;
    padding: 20px 0 0 0;
    text-align: center;
}

.ng_ok-box .ng_ok-bottom p {
    position: relative;
    display: block;
    margin: 5px auto 15px;
    vertical-align: middle;
}

.ng_ok-box .ng_ok-bottom p:last-child {
    margin: 5px auto 0;
}

.ng-bottom p,
.ok-bottom p,
.ng_ok-bottom p {
    font-size: 24px;
}

/*

.ng_ok-imgbox {}

.ng_ok-imgbox .ng_ok-bottom {
	width: 100%;
	height: auto;
	padding: 20px 0 0 0;
	text-align: center;
}

.ng_ok-imgbox .ng_ok-bottom p {
	line-height: 1.5;
	height: 120px;
	padding: 0 0 0 120px;
	position: relative;
	display: block;
	vertical-align: middle;
}

.ng_ok-imgbox .ng_ok-bottom p::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100px;
	background: url(../img/other/b-6.jpg) no-repeat 50% 50%;
}

*/

/* .attention_p {
	font-size: 9pt;
} */

.bold {
    font-weight: bold;
    margin-bottom: 10px;
}

.annotation {
    display: inline !important;
    vertical-align: baseline !important;
}

/* ==========================================================
所要時間と料金目安ページ
========================================================== */

.duration-cont h3 {
    margin-bottom: 20px;
}

.duration-cont p {
    margin-bottom: 20px;
}

.time span,
.price span {
    margin-left: 5px;
}

.time {
    position: relative;
    padding-left: 28px;
}

.time:before {
    content: url('../img/time.png');
    margin-right: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.ex-mark {
    line-height: 1.3;
    position: relative;
    padding-left: 28px;
}

.ex-mark span {
    color: #46b4d7;
}

.ex-mark:before {
    content: url('../img/point.png');
    background-size: 25px;
    margin-right: 3px;
    position: absolute;
    top: 12px;
    left: 0;
}

.price {
    position: relative;
    padding-left: 28px;
}

.price:before {
    content: url('../img/price.png');
    margin-right: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

.duration-cont table {
    width: 100%;
}

.duration-cont table th {
    border: 0.5px solid #999;
    padding: 10px;
    background-color: #f2f2f2;
    text-align: left;
}

.duration-cont table td {
    border: 0.5px solid #999;
    padding: 10px;
}

.td-right {
    text-align: right;
}

.total {
    font-weight: bold;
}

.duration-cont p {
    margin-top: 20px;
}

.point-cont p {
    margin-top: 0;
    margin-bottom: 0;
}

.point-cont p span {
    font-size: 17px;
    font-weight: bold;
    color: #eb614b;
}

/* ==========================================================
洗い方ページ
========================================================== */

.top-image {
    margin: 10px;
}

.top-image img {
    width: 100%;
}

.step-cont h3 {
    margin-bottom: -10px;
}

.step-cont h4 {
    color: #777;
    font-size: 13pt;
    margin-bottom: 10px;
}

.step-cont img {
    width: 100%;
    margin: 10px 0;
}

.step-cont span {
    color: #f2a087;
    font-size: 11pt;
}

.step-cont a {
    text-decoration: underline;
    color: #f2a087;
}

.advice {
    background-color: #fff000;
    padding: 20px;
    margin: 10px 0;
}

.advice h4 {
    color: #777;
    font-size: 15pt;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.advice-title {
    position: relative;
    padding-left: 35px;
}

.advice-title::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0eb';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28pt;
    color: #777;
}

.advice-title2::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: absolute;
    top: -30px;
    right: 0px;
    width: 50px;
    /*画像の幅*/
    height: 100px;
    /*画像の高さ*/
    background-image: url(../img/advice.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.advice span {
    color: #777;
    font-weight: bold;
}

.fukidashi {
    width: 60%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.fukidashi p {
    font-size: 11pt;
    font-weight: bold;
}

.fukidashi span {
    font-size: 11pt;
    color: #f2a087;
}

.fukidashi:before {
    content: '';
    position: absolute;
    top: 25%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #ffffff;
    z-index: 0;
}

.fukidashi:after {
    content: url('../img/advice.png');
    position: absolute;
    bottom: -20px;
    right: -100px;
}

.fukidashi2:after {
    content: url('../img/advice.png');
    position: absolute;
    bottom: -20px;
    right: -100px;
}

@media (max-width: 461px) {
    .fukidashi:after {
        content: url('../img/advice.png');
        position: absolute;
        bottom: -20px;
        left: 100%;
    }
}

.araenai-advice {
    background-color: #fff;
}

.advice .araenai-cont span {
    font-size: 9pt;
    font-weight: 100;
}

.ng-top span {
    font-size: 15pt !important;
    color: #ffffff;
    line-height: 1;
    font-weight: bold !important;
}

.ok-top span {
    font-size: 15pt !important;
    color: #ffffff;
    line-height: 1;
    font-weight: bold !important;
}

.ng-top h5 {
    font-size: 30pt;
    color: #ffffff;
    line-height: 1;
}

.advice .ng-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    font-size: 9pt;
    font-weight: 100;
}

.advice .ok-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    font-size: 9pt;
    font-weight: 100;
}

.ng_ok-top span {
    font-size: 15pt !important;
    color: #ffffff;
    line-height: 1;
    font-weight: bold !important;
}

.ng_ok-top h5 {
    font-size: 30pt;
    color: #ffffff;
    line-height: 1;
}

.ng_ok-left {
    width: 50%;
}

.ng_ok-right {
    width: 50%;
}

.advice .ng_ok-bottom span {
    margin-top: 20px;
    display: block;
    color: #555555;
    font-size: 9pt;
    font-weight: 100;
}

.araenai-cont .advice-title span {
    font-weight: bold;
}

.dotted {
    border-top: 1px dotted #999;
}

/* ==========================================================
お問い合わせページ
========================================================== */

.call_center-cont h4 {
    margin-bottom: 20px;
    text-align: center;
}

.phone_number {
    color: #888888;
    background-color: #fff000;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.phone_number span {
    background-color: #ffffff;
    padding: 5px 10px;
    display: block;
}

.phone_number h2 {
    color: #888888;
    margin-top: 20px;
    font-size: 12pt;
}

.phone_number h3 {
    color: #888888;
    font-size: 26pt;
    font-weight: bold;
}

.phone_number h3::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f2a0';
    margin-right: 5px;
}

.phone_number p {
    font-size: 9pt;
}

.phone_number hr {
    border-top: 1px dotted #666666;
    margin: 0 0 10px 0;
}

/* ==========================================================
index
========================================================== */

.index_logo {
    position: relative;
    top: -64px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 店舗情報 */

.shop_info-cont h3 {
    display: table;
    margin-bottom: 10px;
    border-bottom: #46b4d7 1px solid;
}

.shop_info-cont h4 {
    color: #777;
    font-size: 13pt;
    margin-bottom: 10px;
}

.shop_info-cont img {
    width: 100%;
    margin: 10px 0;
}

.shop_info-cont span {
    color: #f2a087;
    font-size: 11pt;
}

.shop_info-cont a {
    text-decoration: underline;
    color: #f2a087;
}

.shop_info_list {
    font-size: 14px;
    line-height: 1.5em;
}

.shop_info_list li {
    margin-bottom: 8px;
}

.hint-cont {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

.hint_balloon {
    background: #46b4d7;
    padding: 10px;
    margin: 0;
    width: 85%;
    border-radius: 10px;
    top: 100px;
    z-index: 10000;
    box-shadow: 0 5px 5px 0 rgb(177 223 245 / 30%);
    position: fixed;
    animation: floating 2s ease-in-out 0s infinite normal;
    display: flex;
    justify-content: center;
    align-items: baseline;
    opacity: 1;
    transition: opacity 0.2s;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 20px solid #46b4d7;
    border-top: 0;
    position: absolute;
    top: -20px;
    right: 25px;
}

.hint_balloon p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.menu_icon {
    width: 16px;
    margin-right: 10px;
}

/* animation */

@keyframes floating {
    0% {
        top: 100px;
    }
    50% {
        top: 110px;
    }
    100% {
        top: 100px;
    }
}

/* ==========================================================
220831 追加
========================================================== */

.choice_title {
    margin: 0 10px 10px;
    padding: 0 0 5px;
    border-bottom: #46b4d7 solid 1px;
}
/* ==========================================================
221026 追加
========================================================== */

.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* ==========================================================
media query
========================================================== */
@media screen and (min-width: 480px) {
    .hint-cont {
        margin-bottom: 20px;
        position: absolute;
        right: 15px;
        justify-content: flex-end;
    }

    .hint_balloon {
        width: 320px;
    }
}
