@charset "UTF-8";

/* common
------------------------------------*/
.otherLayout .h2_wrap {
    background-image: url("../img/dictionary/h2_sp.png");
}
.otherLayout .h2_wrap::after {
    background-image: url("../img/dictionary/dictionary_h2.png");
    width: 250px;
  height: 127px;
}
.otherLayout .logo_h4 {
    border-bottom: none;
    padding-left: 40px;
    color: #0164ab;
}
.otherLayout .logo_h4::before {
    background-size: cover;
    background-image: url("../common/img/icon03a.png");
    width: 23px;
    height: 23px;
    background-color: transparent;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .otherLayout .h2_wrap {
                    background-image: url("../img/dictionary/h2.png");
                }
                .otherLayout .h2_wrap::after {
                    width: 350px;
                    height: 177px;
                    bottom: -70px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .otherLayout .logo_h4 {
                    font-size: 2rem;
                }
            }



/* dictionaryLayout
------------------------------------*/
.dictionaryLayout .btn_li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
}
.dictionaryLayout .btn_li > li {
    width: calc(94% / 3);
}
.dictionaryLayout .btn_li > li a {
    display: block;
    text-align: center;
    padding: 10px 0 30px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #0163ab;
    position: relative;
    transition: all 0.3s;
    font-weight: 500;
}
.dictionaryLayout .btn_li > li a::after {
    position: absolute;
    content: "＞";
    left: 50%;
    transform: translateX(-50%) rotate(90deg) scale(1, 1.5);
    bottom: 8px;
    font-size: 0.7rem;
}
.dictionaryLayout .btn_li > li a:hover {
    background-color: #0163ab;
    color: #fff;
}
.dictionaryLayout #c02 table:not(:last-of-type) {
    margin-bottom: 80px;
}
.dictionaryLayout #c02 h4 {
    margin-bottom: 0;
}
.dictionaryLayout #c01 .non_btn {
    pointer-events: none;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .dictionaryLayout .btn_li {
                    gap: 20px 2%;
                }
                .dictionaryLayout .btn_li > li {
                    width: calc(94% / 4);
                }
                .dictionaryLayout #c02 table:not(:last-of-type) {
                    margin-bottom: 120px;
                }
                .dictionaryLayout #c02 th {
                    width: 25%;
                }
                .dictionaryLayout #c02 td {
                    width: 75%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                .dictionaryLayout .btn_li > li {
                    width: calc(90% / 6);
                }
                .dictionaryLayout #c02 th {
                    width: 20%;
                }
                .dictionaryLayout #c02 td {
                    width: 80%;
                }
            }



/* policyLayout
------------------------------------*/
.policyLayout #c02 .box:not(:last-of-type) {
    margin-bottom: 80px;
}
.policyLayout #c02 .box .disc_li {
    margin-top: 30px;
    margin-left: 20px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .policyLayout #c02 .box:not(:last-of-type) {
                    margin-bottom: 120px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }



/* sitemapLayout
------------------------------------*/
.sitemapLayout .ttl a {
    display: block;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    transition: all 0.3s;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.sitemapLayout .ttl a:hover, .sitemapLayout .disc_li > li a:hover {
    color: #0163ab;
}
.sitemapLayout .ttl a::before, .sitemapLayout .ttl a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.sitemapLayout .ttl a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0163ab;
    left: 0;
}
.sitemapLayout .ttl a::after {
    content: "→";
    color: #fff;
    left: 5px;
    transition: all 0.3s;
    font-size: 0.6rem;
    line-height: 1;
}
.sitemapLayout .ttl a:hover::after {
    left: 10px;
}
.sitemapLayout .g_txt {
    color: #777;
}
.sitemapLayout .disc_li {
    margin-left: 40px;
}
.sitemapLayout .disc_li > li a {
    transition: all 0.3s;
}
.sitemapLayout #c01 {
    background: url("../common/img/common_bg01.png")no-repeat bottom left/contain;
}
.sitemapLayout #c01 .flex:not(:last-of-type) {
    margin-bottom: 30px;
}
.sitemapLayout #c01 .flex_box02:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
}
.sitemapLayout #c01 .btn02 {
    padding: 20px 0;
    max-width: 300px;
    margin: 0 auto;
}
.sitemapLayout #c01 .btn02 > div {
    display: flex;
    align-items: center;
}
.sitemapLayout #c01 .btn02 > div img {
    margin-left: 0;
    margin-right: 20px;
}
.sitemapLayout #c01 .btn02 .en {
    font-size: 1.6rem;
    line-height: 1.2;
}
.sitemapLayout #c01 .btn02 .jp {
    font-size: 0.8rem;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .sitemapLayout #c01 .flex_box02 {
                    width: calc(90% / 3);
                }
                .sitemapLayout #c01 .flex_box02:not(:last-child) {
                    border-bottom: none;
                    padding-bottom: 60px;
                }
                .sitemapLayout #c01 .flex:not(:last-of-type) {
                    margin-bottom: 60px;
                    border-bottom: 1px solid #b9b9b9;
                }
                .sitemapLayout #c01 {
                    background-size: auto;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
                
            }



/* contactLayout
------------------------------------*/
.contactLayout .btn {
    margin: 0 auto;
}
.contactLayout table {
    margin-bottom: 40px;
}
.contactLayout th .hisu {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    border-radius: 5px;
    background-color: #d0ad49;
    color: #fff;
    margin-left: 10px;
    font-size: 0.9rem;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }


/* entryLayout
------------------------------------*/
.entryLayout #c01 {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 2;
}
.entryLayout #c01 .t_txt {
    margin: 30px 0 30px;
    font-size: 1rem;
}
.entryLayout #c01 .btn {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 15px rgba(210, 210, 210, 0.8);
    max-width: 400px;
    text-align: center;
}
.entryLayout #c01 .tel_box {
    color: #0163ab;
}
.entryLayout #c01 .tel_box .tel {
    display: inline-block;
    padding-left: 45px;
    position: relative;
    color: #0163ab;
    font-size: 2.1rem;
    line-height: 1.2;
}
.entryLayout #c01 .tel_box .tel::before {
    position: absolute;
    content: "";
    background: url("../common/img/icon05.png")no-repeat center center/cover;
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.entryLayout #c01 .tel_box .s {
    font-size: 0.8rem;
    padding-left: 45px;
    margin-top: 5px;
}
.entryLayout #c02 td input[type=text], .entryLayout #c02 td input[type=email], .entryLayout #c02 td textarea {
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 1rem;
    background-color: #dbe3ea;
    border: none;
    max-width: 100%;
}
.entryLayout #c02 td input[type=file] {
    display: block;
    font-size: 1rem;
}
.entryLayout #c02 td input[type=file]:not(:last-child) {
    margin-bottom: 20px;
}
.entryLayout #c02 input[type=checkbox] {
    margin-right: 10px;
}
.entryLayout #c02 .check_box {
    margin: 30px 0 40px;
    text-align: center;
}
.entryLayout #c02 .alert-danger {
    color: #e91c1c;
}
.entryLayout #c02 .link_txt {
    padding-left: 0;
    text-decoration: underline;
}
.entryLayout #c02 .link_txt::before {
    content: none;
}
.entryLayout #c02 .recap {
    margin-top: 40px;
}
.entryLayout #c02 .recap input {
    font-size: 1rem;
  padding: 5px 5px;
  width: 100%;
  max-width: 360px;
  margin-top: 10px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .entryLayout #c01 .tel_box .tel {
                    padding-left: 65px;
                    font-size: 3.5rem;
                }
                .entryLayout #c01 .tel_box .tel::before {
                    width: 54px;
                    height: 54px;
                }
                .entryLayout #c01 .tel_box .s {
                    font-size: 1.1rem;
                    padding-left: 65px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 1200px) {
            }
