@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.main {
    max-width: 750px;
}

body {
    margin: 0;
    font-family: "Futura", Helvetica, sans-serif;
}

section img {
    max-width: 100%;
}

ul li {
    list-style: none;
}

.header {
    position: sticky;
    /* headerを追従にする */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.25em;
    font-weight: bold;
}



/* ハンバーガーボタンのデザイン */
.drawer__button {
    position: absolute;
    top: 2px;
    right: 10px;
    width: 57px;
    height: 57px;
    /*background-color: #fff;*/
    /*border-radius: 50%;*/
    cursor: pointer;
    z-index: 999;
    /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: #3e5d80;
    transform: translateX(-50%);
}

.drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
    opacity: 0;
}

.drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer__nav {
    position: fixed;
    /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.drawer__nav.active {
    opacity: 1;
    visibility: visible;
}

.drawer__nav__inner {
    position: relative;
    width: 80%;
    height: 100%;
    background-color: white;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
}

.drawer__nav__menu {
    list-style: none;
    padding-left: 0;
}

.drawer__nav__link {
    display: block;
    color: #3e5d80;
    text-decoration: none;
    padding: 1rem 1rem;
    border-bottom: solid 1px lightgray;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}


.main h1 .img_main {
    width: 100%;
    /*padding-top: 15px;*/
    background-color: #d9e6e8;
}

.l_mv {
    /*background: url(../img/main.png) no-repeat center center / cover;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: -1;
    box-sizing: border-box;
    color: #3e5d80;
}
.l_mv .ttl_box .logo_img {
    width: 220px;
    padding: 5px;
}
.l_mv .ttl_box {
    display: flex;
    font-size: 24px;
    margin: 10px;
    align-items: center;
}
.l_mv .ttl_box p {
    background-color: #e6e7e8;
    border-radius: 16px;
    padding: 4px;
}

.l_mv div.ttl {
    text-align: center;
    margin-top: 10px;
   /* padding: 5px;*/
}
.l_mv div.ttl .main_img {
    width: 100vw;
}

.l_mv div p {
    font-size: 0.6em;
}

.l_mv div h2 {
    font-size: 1.1em;
    letter-spacing: 2px;
}
.l_mv div h2.red {
    color: orangered;
}
.l_mv div h2.red span.txt-color {
    font-size: 36px;
    color: #3e5d80;
}


.main h1.l_mv .large_font {
    font-size: 1.2em;
}

.main h1.l_mv .small_font {
    font-size: 0.5em;
}
.main h1.l_mv .blue_box {
    background-color: #3e5d80;
    border-radius: 50%;  
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
}


    
/*
.main h1.l_mv .ttl .txt {
    font-size: 0.8em;
    flex-wrap: wrap;
    margin-top: 60px;
    color: #fff;
    width: 50%;
    justify-self: flex-end;

}*/

.main h1.l_mv .ttl_LINE_box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    bottom: 40px;
    right: 10px;
        margin: -34px 5px 20px;
}
.main h1.l_mv .ttl .txt {
        font-size: 32px;;
        display: inline-flex;
        justify-content: center;
    }

.main h1.l_mv .ttl .txt .ttl_point {
    margin: 5px;
    width: auto;
    text-align: center;
    align-items: center;
    font-size: 16px;
}
.main h1.l_mv .ttl .h1_cost {
    /*text-align: right;*/
    font-size: 1.1em;
    color: #e96d7a;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
    margin-top: -10px;
}

.ttl_point {
    font-size: 18px;
    justify-content: space-between;
    padding: 10px;
}
.LINE_color {
    color: #76db00;
}
.main_point {
    width: 100%;
    position: relative;
    top: -25px;
}

.ttl_point .point {
    width: 100px;
    height: 100px;
}

.ttl_point .point img {
    width: 100%;
}

section#onayami {
    background-color: #F5F5F5;
}

section#kaiketsu {
    background-image: linear-gradient(180deg, #afeff4, rgb(222 228 255));
}

.kon {
    color: #3E5D80;
}

.pink {
    color: #E96D7A;
}

.bg_white {
    background-color: #fff;
}

.section_box {
    max-width: 85%;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 15px 20px;
    ;
}

section h3 {
    text-align: center;
    font-size: 1.5em;
    margin: 30px auto;
}

.service {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #68ACFB;
    display: flex;
    margin: 10px 0;
    padding-bottom: 6px;
}

.service h4 {
    margin-bottom: -11px;
}

.service .num {
    font-size: 1.6em;
    color: #fff;
    text-shadow: 1px 1px 0 #68ACFB, -1px -1px 0 #68ACFB,
        -1px 1px 0 #68ACFB, 1px -1px 0 #68ACFB,
        1px 0 0 #68ACFB, -1px 0 0 #68ACFB,
        0 1px 0 #68ACFB, 0 -1px 0 #68ACFB;
    margin-right: 10px;
}

/* 下向き */
.icon_arrow.-bottom {
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 32px solid #E96D7A;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 5px;
}

#kaiketsu {
    padding: 20px 0 30px;
}

#kaiketsu .kaiketsu_icon {
    width: 50%;
    margin: auto;
    display: block;
}

#kaiketsu .cost {
    font-size: 35px;
    font-weight: bold;
    text-align: right;
}

#kaiketsu .cost .mini {
    font-size: 18px;
}

#kaiketsu .service_list {
    margin: 10px 0 30px;
}

#kaiketsu .service_list li {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.service_list li img.checkbox {
    width: 1.2em;
    margin-right: 10px;
}

.service_list li span {
    font-size: 0.8em;
}

.bg_kon {
    background-color: #3E5D80;
}

.bg_sky {
    background-color: #68ACFB;
}



#input_btn {
    margin: auto 0;
    padding: 15px 0;
    justify-content: center;
    display: block;
}
#input_btn .icon_LINE {
    width: 50px;
    display: block;
    margin: auto;
}

#input_btn .btn {
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    border-radius: 30px;
    display: block;
    width: 320px;
    color: #fff;
}
#input_btn .btn_daiko {
    background-color: #c82b3c;
    box-shadow: 0 5px 0 0 #8d2530;
}
#input_btn .btn_uranai {
    background-color: #0092E5;
    box-shadow: 0 5px 0 0 #306f91;
}


.sabetsuka_table {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;
}

.sabetsuka_table.sp {
    display: table;
}

.sabetsuka_table th {
    color: #fff;
    border: 2px solid;
}

.sabetsuka_table td {
    border: 6px solid #E8F9F8;
}

.sabetsuka_table td.pink {
    font-size: 1.2em;
}

.sabetsuka_table td.bg_green {
    text-align: left;
    font-size: 0.8em;
    height: 10px;
}

.bg_green {
    background-color: #E8F9F8;
}

#sabetuka {
    margin: 10px;
}

.sabetuka div {
    border-radius: 5px;
    /* display: flex;*/
    place-items: center;
    padding: 20px 10px 10px;
    margin-top: -15px;
}

.sabetuka .bg_kon {
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
}

.sabetuka p.p_main {
    font-size: 0.9em;
    font-weight: bold;
}

.sabetuka p.sub {
    font-size: 0.8em;
}

.sabetuka .bg_sky1 {
    background-color: #C3DFFF;
}

.sabetuka .bg_sky2 {
    background-color: #ABDDE4;
}

.sabetuka .bg_sky3 {
    background-color: #9FD9FA;
}
#flow {
    padding: 30px 0;
}

#flow ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

#flow ol li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 50px;
    position: relative;
    font-weight: bold;
    background-color: #C3DFFF;
    border-radius: 5px;
    margin: 5px;
    color: #3E5D80;
    display: flex;
    height: 40px;
    align-items: center;
}

#flow ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #FFF;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #3E5D80;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
}


#flow ol li p {
    font-size: 0.8em;
    margin-left: 10px;
}

/*マーカー*/
.marker {
    background: linear-gradient(transparent 50%, #FFDE59 50%);
}

h2.midashi {
    font-size: 1.5em;
    text-align: center;
    padding: 30px;
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 3px;
    width: 30px;
    height: 25px;
}


.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.arrow {
    display: inline-block;
    width: 21.2px;
    height: 376px;
    background: linear-gradient(90deg, #eee8b2 0%, #ffbac1 100%);
    clip-path: polygon(0 97.3%, 31.1% 97.3%, 31.1% 0, 68.9% 0, 68.9% 97.3%, 100% 97.3%, 50% 100%);
    position: absolute;
    top: -5px;
    left: 35px;
    z-index: 1;
}

#QA {
    background-color: #f5f5f5;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

#QA .qa_font {
    position: absolute;
    font-size: 50px;
    display: block;
    color: #fff;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

#QA h3 {
    position: relative;
    z-index: 10;
}

#QA .question {
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.3em;
}

#QA .q_box {
    background-color: #fff;
    display: flex;
    margin: 10px;
}

#QA .question_text {
    padding: 10px;
    font-weight: bold;
}

#QA .answer {
    margin: 5px 15px 15px;
    font-size: 0.9em;
}

#campaign {
    background-color: #E1F1F3;
}

#campaign {
    text-align: center;
    padding: 30px 0;
}

#campaign h4 span {
    font-size: 1.5em;
    text-align: center;
}

#campaign .campaign_list {
    margin: 20px 10px;
}

#campaign .campaign_list li {
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dotted;
}

#campaign h4 img {
    width: 2.5em;
}

.bg_line {
    background-color: #76DB00;
}

#contact {
    display: flex;
    justify-content: space-around;
}

#contact a {
    width: 200px;
    border-radius: 5px;
    color: #fff;
    color: #fff;
    padding: 10px;
    width: 140px;
}

#contact a span {
    margin-top: 5px;
    display: inline-flex;
    vertical-align: -6px;
}

#contact a img {
    width: 2em;
}

.small {
    font-size: 10px;
    text-align: center;
    margin: 20px;
}

a {
    text-decoration: none;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

/*リアクションボックス*/
    #reaction_box {
        position: fixed;
        bottom: 0;
        z-index: 900;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 0.5em;        
        background-color: #06c755;
        overflow: hidden;
        margin: 10px;

        box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    }
    #reaction_box  a {
        width: 100%;;
        padding: 5px 5px 2px;
        text-align: center;
    }


    #reaction_box .close {
       display: none;
    }


    #reaction_box img {
        width: 40px;
        height: 40px;
        vertical-align: middle;
    }

    #page_top {
            bottom: 70px;
        }
     .spacer {
            height: 4.5rem;
        }



/*アニメーション*/
.fadeUp {
    animation-name: fadeUpAnime;
    /*アニメーションの定義名*/
    animation-duration: 1s;
    /*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode: forwards;
    /*アニメーションの開始と終了時の状態を指定*/
    opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================================================
アニメーション設定
===================================*/

/* アニメーション１回分の時間の長さを指定するCSS*/

.change-time05 {
    animation-duration: 0.5s;
}

.change-time1 {
    animation-duration: 1s;
}

.change-time15 {
    animation-duration: 1.5s;
}

.change-time2 {
    animation-duration: 2s;
}

.change-time25 {
    animation-duration: 2.5s;
}


/* 動きをループさせるCSS*/

.count2 {
    animation-iteration-count: 2;
    /*この数字を必要回数分に変更*/
}

.countinfinite {
    animation-iteration-count: infinite;
    /*無限ループ*/
}


/* アニメーションの開始を遅らせるCSS*/

.delay-time05 {
    animation-delay: 0.5s;
}

.delay-time1 {
    animation-delay: 1s;
}

.delay-time15 {
    animation-delay: 1.5s;
}

.delay-time2 {
    animation-delay: 2s;
}

.delay-time25 {
    animation-delay: 2.5s;
}


/* アニメーションの進行具合を操作するCSS*/

.timing-ease {
    animation-timing-function: ease;
}

.timing-ease-in {
    animation-timing-function: ease-in;
}

.timing-ease-out {
    animation-timing-function: ease-out;
}

.timing-ease-in-out {
    animation-timing-function: ease-in-out;
}

.timing-linear {
    animation-timing-function: linear;
}

.timing-steps {
    animation-timing-function: steps(4, end);
}

.timing-cubic-bezier {
    animation-timing-function: cubic-bezier(.17, .67, .67, .51);
}

/*==================================================
アニメーションをまとめて設定する
===================================*/

.fadeDown {
    animation: fadeDownAnime 1s ease 1.5s forwards;
    /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる、アニメーションの開始と終了時の状態を指定をまとめて設定*/
    opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

    /* fadeIn */
    .fadeIn {
        animation-name: fadeInAnime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeInAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

    .fadeInTrigger {
        opacity: 0;
    }

    /*========= レイアウトのためのCSS ===============*/

    body {
        text-align: center;
    }

    .box {
        padding: 20px;
        margin: 20px;
        background: #666;
        color: #fff;
        box-sizing: border-box;
    }
    
    

    
}




@media screen and (min-width: 750px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .drawer__button {
        /*top: 23px;*/
        right: 23px;
    }

    .main h1 .img_main {
        padding-top: 0px;
    }
    .l_mv div h2 {
        font-size: 1.1em;
    }
    
    .l_mv div p {
        font-size: 0.6em;
    }
    .l_mv div.ttl {
        text-align: right;
    }

    .main h1.l_mv .large {
        font-size: 1.2em;
    }

    .main h1.l_mv .small {
        font-size: 0.7em;
    }

    .main h1.l_mv .ttl .txt {
        font-size: 0.8em;
        display: inline-flex;
       
        color: #fff;
        justify-content: center;
    }
    
    .main h1.l_mv .ttl {
        /*margin-top: 80px;*/
    }
    
    .main h1.l_mv .ttl .txt {
        width: auto;
    }
    .main h1.l_mv .ttl_box{
        max-width: 1280px;
    }

    .main h1.l_mv .ttl .txt .ttl_point {
        background-color: #3e5d80;
        margin: auto 5px;
        border-radius: 5px;
        width: auto;
        text-align: center;
        align-items: center;
        font-size: 20px;
    }
    .main h1.l_mv .ttl .txt .ttl_point_short {
        width: 90px;
    }
    
    .main h1.l_mv .ttl_LINE_box {
        margin-top: 200px;
        height: 195px;
        width: 558px;
        position: absolute;
        right: 40px;
    }
    
    .main h1.l_mv .ttl .ttl_LINE {
        /*background-color: unset;*/
        width: 400px;
        padding-right: 40px;
        position: absolute;
        right: 58px;
        font-size: 20px;
    }

    .main {
        max-width: 1900px;
    }

    .menu-icon {
        top: 12px;
        right: 12px;
        padding: 30px 20px;
    }

    .menu {
        padding-bottom: 30px;
    }

    .menu a {
        padding: 15px 0;
        display: block;
    }

    .menu a :hover {
        background-color: aqua;
    }

    .menu li {
        width: 600px;
        margin: auto;
        text-align: center;
    }

    /*.l_mv {
        background: url(../img/main_pc.png) no-repeat center center / cover;
    }*/

    .l_mv .ttl {
        margin-top: 100px;
        font-size: 1.7em;
        text-align: right;
    }

    .l_mv .ttl p,
    .l_mv .ttl h2,
    .l_mv .ttl .txt {
        padding-right: 40px;
    }

    .l_mv .main_point {
        width: 600px;
        position: absolute;
        right: 40px;
    }

    h2.midashi {
        font-size: 40px;
    }

    section {
        padding-top: 40px;
    }

    #onayami img {
        margin: auto;
        display: block;
    }

    section h3 {
        font-size: 40px;
    }

    .section_box {
        max-width: 50%;
        margin: 0 auto 30px;
    }

    .service {
        border-bottom: 2px solid #68ACFB;
    }

    .service h4 {
        font-size: 1.2em;
    }

    .service .num {
        font-size: 1.6em;
        color: #fff;
        text-shadow:
            2px 2px 1px #68ACFB,
            -2px 2px 1px #68ACFB,
            2px -2px 1px #68ACFB,
            -2px -2px 1px #68ACFB,
            2px 0px 1px #68ACFB,
            0px 2px 1px #68ACFB,
            -2px 0px 1px #68ACFB,
            0px -2px 1px #68ACFB;
        margin-right: 10px;
    }

    #kaiketsu {
        padding-bottom: 50px;
    }

    #kaiketsu .service_list li {
        padding-left: 4.5em;
        font-size: 20px;
    }

    #kaiketsu .kaiketsu_icon {
        width: 30%;
    }

    
    #input_btn .btn {
        font-size: 1.2em;
        width: 400px;
        border-radius: 50px;
        padding: 15px 0;
        margin: 30px auto;
    }
    
    
    .sabetsuka_table.sp {
        display: none;
    }

    .sabetsuka_table.pc {
        display: table;
        max-width: 1040px;
        font-size: 20px;
    }

    #sabetuka {
        margin: 10px auto 80px;
    }

    .sabetsuka_table,
    .sabetsuka_table th,
    .sabetsuka_table tr .sabetsuka_table td {
        border-color: #fff;
        height: 20px;
        margin-bottom: 80px;
    }

    .sabetsuka_table th.bg_green {
        color: #000;
    }

    td,
    th {
        padding: 20px;
    }

    .sabetuka {
        width: 50%;
        margin: auto;
        font-size: 20px;
        text-align: center;
    }

    .sabetuka div {
        padding: 40px 20px 30px 20px;
        margin-bottom: 20px;
    }

    #flow {
        padding-bottom: 50px;
    }

    #flow ol {
        width: 700px;
        margin: auto;
    }

    #flow ol li {
        height: 60px;
        font-size: 20px;
        padding-left: 88px;
    }

    #flow ol li:before {
        height: 40px;
        width: 40px;
        font-size: 100%;
    }

    .arrow {
        width: 32px;
        height: 551px;
        top: -13px;
        left: 57px;
    }

    #QA .q_box,
    #QA .answer {
        max-width: 1040px;
        margin: 20px auto;
    }

    .question_text {
        font-size: 20px;
    }

    #campaign h4 {
        font-size: 20px;
    }

    #campaign .campaign_list {
        width: 700px;
        margin: 10px auto 50px;
    }

    .imgbox {
        max-width: 700px;
    }

    /*リアクションボックス*/
    #reaction_box {
        position: fixed;
        right: 1em;
        bottom: 1em;
        z-index: 900;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 0.5em;        
        background-color: #06c755;
        overflow: hidden;

        box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    }
    #reaction_box  a {
        width: 350px;
        padding: 5px 5px 2px;
        text-align: center;
    }

    #reaction_box .ond {
        font-size: 1rem;
        color: white;
        font-weight: bold;
        margin: 0.5rem auto;
    }

    #reaction_box .reaction_box-sent:hover {
        opacity: 0.5;
    }

    #reaction_box .close {
        position: absolute;
        width: 1.8rem;
        height: 1.8rem;
        top: 1rem;
        right: 0.5rem;
        cursor: pointer;
        z-index: 2;
    }

    #reaction_box .close::before,
    #reaction_box .close::after {
        position: relative;
        display: block;
        content: "";
        width: 60%;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
        transform-origin: center;
    }

    #reaction_box .close::after {
        top: -2px;
        transform: rotate(-45deg);
    }

    #reaction_box img {
        width: 40px;
        height: 40px;
        vertical-align: middle;
    }

    #page_top {
        bottom: 180px;
    }
}
