﻿#contents.FreePage .main-box.main-box--visible {
    overflow: visible;
}
#contents.FreePage .main-box a:hover {
    text-decoration: none;
}
section#content_wrap table th,
strong,
section#content_wrap h1,
section#content_wrap h2,
section#content_wrap h3,
section#content_wrap h4,
section#content_wrap h5,
section#content_wrap h6 {
    font-weight: normal;
}
em {
    font-style: normal;
}
section#content_wrap {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 0 20px;
    box-sizing: border-box;
}
section#content_wrap *,
section#content_wrap *:before,
section#content_wrap *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section#content_wrap table {
    border-collapse: collapse;
}
section#content_wrap big {
    font-size: 120%;
}
section#content_wrap small {
    font-size: 85%;
}
section#content_wrap ul.disc li {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
}
section#content_wrap ul.disc li:before {
    content: none;
}
section#content_wrap ul.kome li {
    list-style: none;
    text-indent: -1em;
    margin-left: 0;
}
section#content_wrap ul.kome li:before {
    content: "※";
}
section#content_wrap ol.number li {
    list-style: decimal;
    margin-left: 1.5em;
}
section#content_wrap section.notlogin p {
    padding-top: 20px;
    padding-bottom: 200px;
}
section#content_wrap a.after_arrow::after {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 1px solid #008473;
    border-top: 1px solid #008473;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #008473;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 5px;
}
section#content_wrap a.after_arrow_bottom::after {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 1px solid #008473;
    border-top: 1px solid #008473;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    color: #008473;
    display: inline-block;
    vertical-align: 5px;
    margin-left: 20px;
}
section#content_wrap .align_center {
    text-align: center;
}
section#content_wrap .sp_only {
    display: none;
}
section#content_wrap .sp_none {
    display: block;
}
section#content_wrap .inline_block {
    display: inline-block;
    font-weight: bold;
}
section#content_wrap .bold {
    font-weight: bold;
}
#content_header p {
    margin-bottom: 15px;
}
#content_header .content_header_inner {
    max-width: 95%;
    margin: 0 auto;
    font-weight: bold;
}
#content_header .ttl_cont {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    height: 362px;
    background: url(/contents/common/images/shinsatsuken/ttl_bg.png) center/cover no-repeat;
}
#content_header .ttl_cont_inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content_header .ttl {
    max-width: 302px;
    width: 40%;
}
#content_header .ttl_copy {
    width: 56%;
    margin-left: 4%;
}
#content_header .ttl_copy .inner {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    font-size: 1.625rem;
    font-weight: bold;
    color: #1c5d7e;
}
#content_header .ttl_copy .inner+.inner {
    margin-top: -20px;
}
#content_header .menu {
    margin-top: -40px;
}
#content_header .menu .cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#content_header .menu .item {
    text-align: center;
    font-weight: bold;
    width: 23%;
    border: 2px solid #000;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
#content_header .menu .item_pattern {
    display: block;
    background: #000;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px;
    font-weight: bold;
}
#content_header .menu .item_ttl {
    width: 100%;
    min-height: 74px;
    line-height: 1.25;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    position: relative;
}
#content_header .menu .item_ttl {
    font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
}
#content_header .menu .item_ttl .small {
    font-size: 74%;
    font-weight: bold;
}
#content_header .menu .item_ttl::after {
    content: "";
    display: block;
    border-top: 14px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
#content_header .menu .item._C {
    width: 27.5%;
    border-color: #f27f0c;
    position: relative;
}
#content_header .menu .item._C .item_pattern {
    background: #f27f0c;
}
#content_header .menu .item._C .item_ttl {
    color: #f27f0c;
}
#content_header .menu .item._C .item_ttl::after {
    border-top: 14px solid #f27f0c;
}
#content_header .menu .item._C .icon_new {
    width: 62px;
    height: 62px;
    background: #ffff00;
    color: #f20c0c;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -16px;
    left: 16px;
}
#content_header .menu .item._A {
    border-color: #053f5c;
}
#content_header .menu .item._A .item_pattern {
    background: #053f5c;
}
#content_header .menu .item._A .item_ttl {
    color: #053f5c;
}
#content_header .menu .item._A .item_ttl::after {
    border-top: 14px solid #053f5c;
}
#content_header .menu .item._B1 {
    border-color: #429ebd;
}
#content_header .menu .item._B1 .item_pattern {
    background: #429ebd;
}
#content_header .menu .item._B1 .item_ttl {
    color: #429ebd;
}
#content_header .menu .item._B1 .item_ttl::after {
    border-top: 14px solid #429ebd;
}
#content_header .menu .item._B2 {
    border-color: #40ab87;
}
#content_header .menu .item._B2 .item_pattern {
    background: #40ab87;
}
#content_header .menu .item._B2 .item_ttl {
    color: #40ab87;
}
#content_header .menu .item._B2 .item_ttl::after {
    border-top: 14px solid #40ab87;
}
#content_header .menu .item.active {
    box-shadow: none;
    border-width: 4px;
}
#content_header .menu .item.active .item_pattern {
    font-size: 18px;
    border-radius: 6px 6px 0 0;
}
#content_header .menu .item.active .item_ttl {
    font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.2rem);
    min-height: 86px;
}
#content_header .menu .item.active .item_ttl::after {
    border-top-width: 28px;
    border-left-width: 20px;
    border-right-width: 20px;
    bottom: -20px;
}
#content_header .menu_ttl {
    margin: 30px 0 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
#content_header .menu_ttl em {
    color: inherit;
    font-size: 32px;
    display: inline-block;
    margin-top: 6px;
    font-weight: bold;
}
#content_header .menu_lead {
    font-size: 19px;
    margin-bottom: 18px;
}
#content_header .menu_type {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #555;
}
#content_header .menu_type._em {
    padding: 2px 10px;
    font-size: 16px;
    border-width: 2px;
}
#content_header .innerlink.innerlink--custom {
    margin: 30px auto 20px;
}
#content_header .innerlink.innerlink--custom ul {
    display: flex;
    justify-content: space-between;
}
#content_header .innerlink.innerlink--custom li {
    width: 33%;
}
#content_header .innerlink.innerlink--custom a {
    display: block;
    padding: 9px 20px 6px 10px;
    border-radius: 50px;
    border: 2px solid #27652e;
    color: #27652e;
    text-align: center;
    font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
    font-weight: bold;
    line-height: 1.25;
    background: #f0f7f7;
    position: relative;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
#content_header .innerlink.innerlink--custom a::after {
    content: "";
    display: block;
    border-top: 12px solid #27652e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 14px;
    right: 10px;
}
#content_wrap.shinsatsuken .dwn_btn {
    display: block;
    width: 280px;
    line-height: 1.35;
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 8px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    position: relative;
    margin-bottom: 10px;
}
#content_wrap.shinsatsuken .dwn_btn .pattern {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
#content_wrap.shinsatsuken .dwn_btn .pattern .big {
    font-size: 22px;
    line-height: 1;
}
#content_wrap.shinsatsuken .dwn_btn .pattern .small {
    font-size: 9px;
    font-weight: normal;
}
#content_wrap.shinsatsuken_c #content_header .menu_ttl {
    border-color: #f27f0c;
    color: #f27f0c;
    background: #fff6ec;
}
#content_wrap.shinsatsuken_c #content_header .menu_type._em {
    border-color: #f27f0c;
    color: #f27f0c;
}
#content_wrap.shinsatsuken_c .dwn_btn {
    background: #f27f0c;
}
#content_wrap.shinsatsuken_c .dwn_btn .pattern {
    color: #f27f0c;
}
#content_wrap.shinsatsuken_a #content_header .menu_ttl {
    border-color: #053f5c;
    color: #053f5c;
    background: #e2eff6;
}
#content_wrap.shinsatsuken_a #content_header .menu_type._em {
    border-color: #053f5c;
    color: #053f5c;
}
#content_wrap.shinsatsuken_a .dwn_btn {
    background: #053f5c;
}
#content_wrap.shinsatsuken_a .dwn_btn .pattern {
    color: #053f5c;
}
#content_wrap.shinsatsuken_b1 #content_header .menu_ttl {
    border-color: #429ebd;
    color: #429ebd;
    background: #eaf5f9;
}
#content_wrap.shinsatsuken_b1 #content_header .menu_type._em {
    border-color: #429ebd;
    color: #429ebd;
}
#content_wrap.shinsatsuken_b1 .dwn_btn {
    background: #429ebd;
}
#content_wrap.shinsatsuken_b1 .dwn_btn .pattern {
    color: #429ebd;
}
#content_wrap.shinsatsuken_b2 #content_header .menu_ttl {
    border-color: #40ab87;
    color: #40ab87;
    background: #e8f7f2;
}
#content_wrap.shinsatsuken_b2 #content_header .menu_type._em {
    border-color: #40ab87;
    color: #40ab87;
}
#content_wrap.shinsatsuken_b2 .dwn_btn {
    background: #40ab87;
}
#content_wrap.shinsatsuken_b2 .dwn_btn .pattern {
    color: #40ab87;
}
#content_body>section {
    margin-bottom: 60px;
}
#content_body>section>section {
    margin-bottom: 20px;
}
#content_body p {
    margin-bottom: 10px;
}
#content_body .ttl {
    margin-bottom: 10px;
    padding: 8px 0 8px 10px;
    background-color: #27652e;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#content_body .ttl_sub {
    color: #27652e;
    font-weight: bold;
    font-size: 17px;
    padding-left: 20px;
    margin: 30px 0 20px;
    position: relative;
}
#content_body .ttl_sub::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #27652e;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
#content_body .icon_new {
    background: #f20c0c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
    padding: 2px 8px;
    border-radius: 50px;
}
@media (min-width: 768px) {
    #content_body #design .list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px
    }
}
#content_body #design .list li {
    text-align: center;
}
@media (min-width: 768px) {
    #content_body #design .list li {
        width: 25%;
        padding: 0 15px
    }
    #content_body #design .list li:nth-child(n+5) {
        margin-top: 30px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #content_body #design .list li {
        width: 33.333333%
    }
    #content_body #design .list li:nth-child(n+4) {
        margin-top: 30px
    }
}
#content_body #design .list li img {
    max-width: 280px;
    width: 100%;
    margin-bottom: 2px;
}
#content_body #design .list span {
    font-size: 0.74em;
    color: #ff0000;
}
@media (min-width: 768px) {
    #content_body #design .list._col4 li {
        width: 25%
    }
    #content_body #design .list._col4 li:nth-child(n+4) {
        margin-top: 0
    }
    #content_body #design .list._col4 li:nth-child(n+5) {
        margin-top: 30px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #content_body #design .list._col4 li {
        width: 33.333333%
    }
    #content_body #design .list._col4 li:nth-child(n+4) {
        margin-top: 30px
    }
}
#content_body #design .caracter_wrap {
    background: url(/contents/common/images/shinsatsuken/shinsatsuken_a/caracter_bg.png) 0/cover no-repeat;
    border-radius: 10px;
    padding: 20px 0;
}
#content_body #design .caracter_wrap .inner {
    max-width: 1134px;
    width: 95%;
    margin: 0 auto;
}
#content_body #design .caracter_wrap .caracter_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #27652e;
    margin-bottom: 18px;
    position: relative;
}
#content_body #design .caracter_wrap .caracter_ttl .big {
    font-size: 30px;
}
#content_body #design .caracter_wrap .caracter_ttl .icon_new {
    font-size: 16px;
    padding: 4px 12px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
#content_body #design .caracter_wrap .caracter_ttl .icon_new::after {
    content: "";
    display: block;
    border-top: 12px solid #ff0000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 40%;
}
#content_body #design .caracter_wrap .caracter_ttl::before,
#content_body #design .caracter_wrap .caracter_ttl::after {
    content: "";
    display: block;
    width: calc((100% - 370px) / 2);
    height: 4px;
    border-top: 1px solid #27652e;
    border-bottom: 1px solid #27652e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#content_body #design .caracter_wrap .caracter_ttl::before {
    left: 0;
}
#content_body #design .caracter_wrap .caracter_ttl::after {
    right: 0;
}
#content_body #design .caracter_wrap .list {
    max-width: 1134px;
}
#content_body #design .caracter_wrap .list img {
    max-width: 1000px;
}
#content_body #pricelist table {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
#content_body #pricelist table th,
#content_body #pricelist table td {
    padding: 5px;
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
}
#content_body #pricelist table th {
    background: #eee;
}
section#content_body section#pricelist table {
    display: inline-block;
}
section#content_body section#pricelist table.continuation th:first-child,
section#content_body section#pricelist table.continuation td:first-child {
    display: none;
}
section#content_body section#pricelist table.continuation th:nth-child(2),
section#content_body section#pricelist table.continuation td:nth-child(2) {
    border-left: 0px;
}
section#content_body section#pricelist .navi2 {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
    padding-top: 15px;
    margin: 5px 0;
}
@media screen and (max-width: 1239px) {
    section#content_wrap {
        padding: 0 20px 0
    }
}
@media screen and (max-width: 1023px) {
    section#content_header nav.pattern ul li em {
        font-size: 1.1em
    }
    section#content_body section#design ul {
        width: auto
    }
    section#content_body section#pricelist table {
        display: block;
        margin-bottom: 20px
    }
    section#content_body section#pricelist table.continuation th:first-child,
    section#content_body section#pricelist table.continuation td:first-child {
        display: table-cell
    }
}
@media screen and (max-width: 767px) {
    section#content_wrap .sp_only {
        display: block
    }
    section#content_wrap .sp_none {
        display: none
    }
    section#content_wrap {
        padding: 0 0 5px
    }
    #content_header .ttl_cont {
        height: 270px
    }
    #content_header .ttl_cont_inner {
        flex-direction: column
    }
    #content_header .ttl {
        max-width: 240px;
        width: 60%
    }
    #content_header .ttl_copy {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    #content_header .ttl_copy .inner {
        padding: 6px 8px;
        font-size: 16px;
        font-size: 1rem
    }
    #content_header .ttl_copy .inner:nth-of-type(1) {
        padding-bottom: 0px
    }
    #content_header .ttl_copy .inner+.inner {
        margin-top: -5px
    }
    #content_header .menu {
        margin-top: -20px
    }
    #content_header .menu .cont {
        flex-wrap: wrap
    }
    #content_header .menu .item {
        width: 33%
    }
    /* #content_header .menu .item_ttl {
        font-size: 12px
    } */
    #content_header .menu .item_ttl span {
        line-height: 1.25
    }
    #content_header .menu .item.active .item_pattern {
        font-size: 16px
    }
    /* #content_header .menu .item.active .item_ttl {
        font-size: 12px
    } */
    #content_header .menu .item._C {
        width: 100%;
        margin-bottom: 20px
    }
    #content_header .menu .item._C .item_ttl {
        font-size: 20px
    }
    #content_header .menu_ttl {
        font-size: 16px
    }
    #content_header .menu_ttl em {
        font-size: 26px
    }
    #content_body * {
        word-break: normal
    }
    #content_body .ttl_sub {
        margin: 25px 0 15px
    }
    #content_body .ttl_sub::before {
        top: 4px
    }
    #content_body .ttl {
        padding: 5px 0 3px 10px
    }
    #content_body #design .list li:not(:last-child) {
        margin-bottom: 20px
    }
    #content_body #design .caracter_wrap {
        padding-top: 26px;
        background-size: 1200px;
        background-repeat: repeat-y
    }
    #content_body #design .caracter_wrap .inner {
        width: 92%
    }
    #content_body #design .caracter_wrap .caracter_ttl {
        font-size: 16px
    }
    #content_body #design .caracter_wrap .caracter_ttl .big {
        font-size: 22px
    }
    #content_body #design .caracter_wrap .caracter_ttl::before,
    #content_body #design .caracter_wrap .caracter_ttl::after {
        width: calc((100% - 260px) / 2)
    }
    #content_body #uramen .sp_center {
        text-align: center
    }
    #content_body #pricelist .sp_table_scroll {
        overflow-x: auto
    }
    #content_body #pricelist .sp_table_scroll table {
        width: 908px;
        margin-bottom: 0
    }
}
@media screen and (max-width: 840.9px) {
    #content_header .innerlink.innerlink--custom a {
        border-radius: 10px;
        padding: 8px 2px 20px;
        min-height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    #content_header .innerlink.innerlink--custom a::after {
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 5px
    }
}
div.remodal-wrapper {
    margin: 0;
}
div.remodal {
    max-width: 100%;
    width: 800px;
    background: #fff;
}
div.remodal p img {
    margin-bottom: 20px;
    width: 100%;
}
a.remodal-confirm {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    font-size: 11px;
    text-decoration: none;
}
a.remodal-confirm:hover {
    background: #e3e3e3;
    color: #333;
}