                        @charset "UTF-8";
                        /* CSS Document */
                        /* font
-------------------------------------------------------------- */
                        
                        .text_heading01 {
                            line-height: 1.5;
                            font-size: 19px;
                            font-size: 1.9rem;
                        }
                        
                        .text_heading02 {
                            font-size: 18px;
                            font-size: 1.8rem;
                            border-bottom: solid 1px;
                            margin-bottom: 15px;
                            display: inline-block;
                        }
                        
                        .text_title01 {
                            font-weight: bold;
                            line-height: 1.5;
                            font-size: 15px;
                            font-size: 1.5rem;
                            display: inline-block;
                        }
                        
                        .text_title02 {
                            font-weight: bold;
                            line-height: 1.5;
                            font-size: 14px;
                            font-size: 1.4rem;
                            margin: 5px 0;
                        }
                        
                        .text_red {
                            font-weight: bold;
                            line-height: 1.5;
                            font-size: 13px;
                            font-size: 1.3rem;
                            color: #FF0000;
                        }
                        
                        .text_title03 {
                            line-height: 1.5;
                            font-size: 19px;
                            font-size: 1.9rem;
                        }
                        
                        .text_title_asa {
                            font-size: 16px;
                            font-size: 1.6rem;
                        }
                        
                        .text_title_yoru {
                            font-size: 16px;
                            font-size: 1.6rem;
                        }
                        
                        .text_title_asa {
                            font-weight: bold;
                            line-height: 1.5;
                            font-size: 14px;
                            font-size: 1.4rem;
                            margin: 15px 0;
                            padding: 0 0 0 40px;
                            background-image: url(../img/ill_01.svg);
                            background-repeat: no-repeat;
                            background-size: 25px;
                        }
                        
                        .text_title_yoru {
                            font-weight: bold;
                            line-height: 1.5;
                            font-size: 14px;
                            font-size: 1.4rem;
                            margin: 15px 0;
                            padding: 0 0 0 40px;
                            background-image: url(../img/ill_02.svg);
                            background-repeat: no-repeat;
                            background-size: 25px;
                        }
                        
                        .text_korekara {
                            font-weight: 400;
                            line-height: 2.5;
                            font-size: 12px;
                            font-size: 1.2rem;
                        }
                        
                        .text_white {
                            color: #FFFFFF;
                        }
                        
                        .text_gold {
                            color: #AE9858;
                        }
                        
                        .bg_title {
                            background-color: #346799;
                            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                            font-weight: 400;
                            line-height: 1.5;
                            font-size: 11px;
                            font-size: 1.1rem;
                            letter-spacing: 0.3rem;
                            padding: 15px 0px;
                            color: #FFF;
                            position: relative;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        
                        .text_under_wp {
                            text-align: left;
                            width: auto;
                            margin: 0 auto;
                        }
                        
                        .text_under {
                            font-weight: 400;
                            line-height: 1.5;
                            font-size: 13px;
                            font-size: 1.3rem;
                            border-bottom: solid 1px;
                            margin-bottom: 15px;
                            display: inline-block;
                        }
                        
                        .text05 {
                            font-weight: 400;
                            line-height: 1.5;
                            font-size: 11px;
                            font-size: 1.1rem;
                        }
                        
                        .korekara_wp {
                            display: flex;
                            flex-wrap: wrap;
                            align-items: flex-end;
                            justify-content: space-between;
                        }
                        
                        .text_small {
                            font-weight: 400;
                            line-height: 1.5;
                            font-size: 10px;
                            font-size: 1.0rem;
                        }
                        
                        .text_small02 {
                            font-weight: 400;
                            line-height: 1.5;
                            font-size: 10px;
                            font-size: 1.0rem;
                        }
                        /* sp横
-------------------------------------------------------------- */
                        
                        @media (min-width: 576px) {}
                        /* pc
-------------------------------------------------------------- */
                        
                        @media (min-width: 992px) {
                            /* font
-------------------------------------------------------------- */
                            .text_heading01 {
                                line-height: 1.5;
                                font-size: 23px;
                                font-size: 2.3rem;
                            }
                            .text_title01 {
                                line-height: 1.5;
                                font-size: 16px;
                                font-size: 1.6rem;
                            }
                            .text_title02 {
                                font-size: 16px;
                                font-size: 1.6rem;
                            }
                            .text_title03 {
                                font-size: 20px;
                                font-size: 2.0rem;
                            }
                            .text_korekara {
                                font-size: 14px;
                                font-size: 1.4rem;
                            }
                            .text02 {
                                font-size: 15px;
                                font-size: 1.5rem;
                            }
                            .text05 {
                                font-size: 13px;
                                font-size: 1.3rem;
                            }
                            .text_read {
                                line-height: 1.5;
                                font-size: 16px;
                                font-size: 1.6rem;
                                margin-bottom: 15px;
                            }
                            .text_under {
                                font-size: 16px;
                                font-size: 1.6rem;
                                margin-bottom: 20px;
                            }
                        }