@charset "UTF-8";

/* 下層ページでしか使用しないstyleの記述 */

section.top,
section.search {
    max-width: 1110px;
    margin: 25px auto;
    width: 90%;
}

.list {
    max-width: 1110px;
    margin: 5px auto;
    width: 95%;
}

.top h3 {
    font-size: 20px;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #e22920 0% 5%, #acacac 0% 20%, #dfdfdf 0% 100%);
    border-image-slice: 1;
    padding: 10px 0;
    font-weight: 500;
}

.top_wrapper {
    display: flex;
    width: 100%;
    margin: 2% auto;
}

.top_img,
.top_box {
    width: 50%;
    margin: 1%;
}

/*----------------------
 下層ページ共通
------------------------*/
.search h4,
.area h4,
.shousai h4 {
    font-size: 20px;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #acacac 0% 6%, #dfdfdf 0% 100%);
    border-image-slice: 1;
    padding: 10px 0;
    margin: 0;
}

.search h5,
.area h5 {
    padding: 10px 0 10px 25px;
    position: relative;
    font-weight: 500;
    font-size: 17px;
}

.search h5:before,
.area h5:before {
    background: #888;
    content: "";
    height: 15px;
    width: 15px;
    left: 0;
    position: absolute;
    top: 15px;
}

.list .flex_wrap {
    display: flex;
}

.list li {
    font-size: 12px;
    margin-right: 3px;
}

.list a {
    color: #0000ff;
}

.shousai .xflow,
.area .xflow {
    overflow-x: scroll;
}

/*------------------------------------------------------------
    kensaku
------------------------------------------------------------*/
#kensaku .box {
    width: fit-content;
}

#kensaku .box.imgBox {
    padding-right: 30px;
    margin-right: 5vw;
}

#kensaku .box.imgBox img {
    width: 100%;
}

#kensaku ul {
    margin-top: 35px;
}

#kensaku ul li.cer {
    width: 30%;
    margin-right: 3%;
    padding: 5px 18px;
    font-size: 15px;
    position: relative;
}

#kensaku ul li.cer::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 11px;
    border-radius: 50%;
    background: #aba58f;
}

#kensaku ul li a {
    color: #318cb0;
}

#kensaku ul li a:hover {
    color: #6e5faf;
    opacity: none;
}

#kensaku .tab-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#kensaku .tab {
    margin: 0;
    padding: 5px;
    list-style: none;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    text-align: center;
    cursor: pointer;
    width: 20%;
    background: #eee;
}

#kensaku .panel-group {
    height: auto;
    border: solid 1px #CCC;
    background: #eee;
}

#kensaku .panel {
    display: none;
}

#kensaku .tab.is-active {
    background: #eee;
    transition: all 0.2s ease-out;
}

#kensaku .tab.tab-A {
    margin: 0 5px 5px 0;
    border-bottom: 1px solid #ccc;
}

#kensaku .tab.tab-B {
    margin: 0 0 5px 5px;
    border-bottom: 1px solid #ccc;
}

#kensaku .tab.tab-A.is-active {
    margin: -1px;
    border-bottom: 1px #eee solid;
}

#kensaku .tab.tab-B.is-active {
    margin: -1px;
    border-bottom: 1px #eee solid;
}

#kensaku .panel.is-show {
    display: block;
    padding: 17px;
}

#kensaku .contsBox .Box {
    margin-top: 30px;
}

#kensaku .panel ul {
    margin: 0;
}

#kensaku .panel ul li {
    margin: 1%;
    background: #036eb8;
    padding: 0 5px;
}

#kensaku .panel ul li a {
    color: #fff;
}

#kensaku .ichiran {
    margin-top: 20px;
}

#kensaku .ichiran ul,
#chiikibetu .ichiran ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

#kensaku .ichiran ul li a,
.ichiran ul li a {
    color: #000;
    display: block;
}

#kensaku .ichiran li,
#chiikibetu .ichiran li {
    background: #eee;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    position: relative;
    width: 48%;
}

#kensaku .ichiran li::after {
    position: absolute;
    content: "";
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 6px solid #b0c4de;
    top: 8px;
    right: 5px;
    margin-right: 0px;
}

@media (max-width: 1023px) {
    #kensaku .box.imgBox {
        padding-right: 10px;
        margin: 0 auto 1rem;
    }

    #kensaku .top_wrapper {
        display: block;
    }
}

@media (max-width: 800px) {

    #kensaku .box {
        /*width: 100%;*/
    }
    #kensaku .box.imgBox {
        margin: 0 auto 1rem;
    }
    #kensaku .box {
        padding-bottom: 10px;
    }

    #kensaku ul li.cer {
        width: 30%;
        margin-right: 0;
        padding: 5px 0 5px 18px;
    }

    #kensaku .panel-group {
        height: auto;
    }
}

@media (max-width: 430px) {
    #kensaku ul li.cer {
        width: 50%;
    }

    #kensaku .tab {
        width: 40%;
    }
}

/*----------------------
 chiikibetu,ichiran
------------------------*/

@media (max-width: 1023px) {
    #chiikibetu table {
        width: 730px;
    }

    #chiikibetu section .contsBox .contentWrapper {
        width: 100%;
    }

    #chiikibetu .w100,
    #ichiran .contsBox .contentWrapper {
        width: 100%;
    }

    #ichiran table.first {
        width: 100% !important;
    }

    #chiikibetu table,
    #ichiran table {
        width: 230%;
    }

}

/*------------------------------------------------------------
    shousai
------------------------------------------------------------*/
#shousai table {
    border-collapse: collapse;
    margin-bottom: 5px;
}

#shousai table.table1 {
    border-collapse: inherit;
    border-spacing: 0 5px;
    margin-bottom: 0px;
}

#shousai table th {
    padding: 5px 0;
    border-right: 1px solid #bac7df;
}

#shousai table th {
    width: 25%;
    font-weight: 500;
}

#shousai table td {
    text-align: left;
    font-size: medium;
    padding: 5px;
    font-weight: 500;
    border-right: none;
}

#shousai table tr,
#shousai table.table1 th,
#shousai table.table1 td {
    border: 1px solid #bac7df;
}

#shousai table.table1 td {
    border-left: none;
}

#shousai .contsBox .fBox.flex {
    margin: 10px 0;
    /* max-width: 600px; */
    flex-wrap: nowrap;
}

#shousai .box {
    height: 19vh;
}

#shousai .box .shousai_iframe {
    height: 100%;
}

#shousai .contsBox table td.flex {
    margin: 0;
}

#shousai .contsBox .jirei p {
    background: #f5f5f5;
    width: fit-content;
    padding: 15px 20px;
    font-weight: bold;
    color: #707070;
    font-size: larger;
    margin-top: 20px;
}

#shousai .contsBox .jirei p span {
    font-weight: normal;
    color: #838383;
    font-size: medium;
}

#shousai .contsBox .jirei p a {
    font-weight: normal;
    color: #fff;
    font-size: medium;
    background: #023e7a;
    padding: 8px 30px 8px 20px;
    margin-left: 20px;
    position: relative;
}

#shousai .contsBox .jirei p a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    right: 10px;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#shousai .contsBox .textBox.flex {
    margin: 0;
    color: gray;
}

#shousai .contsBox .textBox.flex p:first-child {
    margin-right: 30px;
    color: #4766ff;
}

#shousai .contsBox table td.inTd p {
    margin-right: 15px;
}

#shousai .contsBox .inBox {
    width: 100%;
}

#shousai .contsBox table.special {
    margin-bottom: 5px;
}

#shousai .contsBox .fbigB {
    margin: 0;
}

#shousai .contsBox .fbigB.one {
    margin: 0 0 0 0;
}

#shousai .inBox.flex.fwrap.justifyB {
    margin-bottom: 5px;
    border-left: 1px solid #bac7df;
}

#shousai .contsBox .inBox .Boxes1,
#shousai .contsBox .inBox .Boxes2,
#shousai .contsBox .inBox .Boxes1 .box1,
#shousai .contsBox .inBox .Boxes2 .box1,
#shousai .contsBox .inBox .Boxes1 .box2,
#shousai .contsBox .inBox .Boxes2 .box2 {
    width: 50%;
}

#shousai .contsBox .inBox .Boxes1 .box1,
#shousai .contsBox .inBox .Boxes2 .box1,
#shousai .contsBox .inBox .Boxes1 .box2 {
    border-right: none;
}

#shousai .contsBox .inBox .Boxes1 .box1,
#shousai .contsBox .inBox .Boxes2 .box1 {
    background: #d6e4ee;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #bac7df;
    border-left: none;
}

#shousai .contsBox .inBox .Boxes1 .box2,
#shousai .contsBox .inBox .Boxes2 .box2 {
    background: #eee;
    padding: 5px;
    text-align: left;
    word-break: keep-all;
    border: 1px solid #bac7df;
    border-left: none;
}

#shousai .box .shousai_img {
    width: 100%;
    height: 19vh;
}

.qa-list dl {
    position: relative;
    margin: 30px 10px 0;
    cursor: pointer;
    border: 1px solid #DDD;
}

.qa-list dl:first-child {
    margin-top: 30px;
}

.qa-list dl::after {
    position: absolute;
    top: 19px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.qa-list .open::after {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 10px 20px 10px 20px;
    font-weight: bold;
    background: #d6e4ee;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px;
}

.qa-list dl dd p {
    margin: 30px 0 0;
    word-wrap: break-word;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1040px) {
    #shousai .box {
        height: 12vh;
    }

    #shousai .box .shousai_img {
        height: 12vh;
    }
}

@media screen and (max-width: 800px) {
    /* #shousai table th{
        width: 100%;
    } */
    #shousai table th,
    #shousai table td {
        display: inline-block;
        width: 100%;
    }

    #shousai table td::before {
        display: none;
    }

    #shousai .inBox.flex.fwrap.justifyB,
    .Boxes1.flex.fwrap.justifyB,
    .Boxes2.flex.fwrap.justifyB,
    #shousai .flex {
        display: block;
    }

    #shousai .contsBox .inBox .Boxes1 .box1,
    #shousai .contsBox .inBox .Boxes1 .box2,
    #shousai .contsBox .inBox .Boxes2 .box1,
    #shousai .contsBox .inBox .Boxes2 .box2,
    #shousai .contsBox .inBox .Boxes1,
    #shousai .contsBox .inBox .Boxes2 {
        width: 100%;
    }

    #shousai .contsBox .inBox .Boxes1,
    #shousai .contsBox .inBox .Boxes2 {
        margin-bottom: 5px;;
    }

    #shousai table th,
    #shousai table td {
        border-right: none;
    }

    /* #shousai table tr,  */
    #shousai table.table1 th {
        border-bottom: none;
        border-top: 1px solid #bac7df;
    }

    #shousai table.table1 td {
        border-top: none;
        border-bottom: 1px solid #bac7df;
        border-left: 1px solid #bac7df;
    }

    #shousai .contsBox .inBox .Boxes1 .box1,
    #shousai .contsBox .inBox .Boxes2 .box1,
    #shousai .contsBox .inBox .Boxes1 .box2,
    #shousai .contsBox .inBox .Boxes2 .box2 {
        border: none;
    }

    .fbigB.one.flex.fwrap.justifyB {
        border-bottom: none;
    }

    #shousai .Boxes1.flex.fwrap.justifyB,
    #shousai .Boxes2.flex.fwrap.justifyB {
        border: 1px solid #bac7df;
    }

    #shousai .inBox.flex.fwrap.justifyB {
        border-left: none;
    }

    #shousai .inBox.flex.fwrap.justifyB {
        margin-bottom: 0px;
    }

    #shousai .box {
        height: auto;
        margin: 2% 25%;
    }

    #shousai .box.iframe_box {
        margin: 2% 10%;
    }

    #shousai .iframe_box .shousai_iframe {
        width: 100%;
        height: 250px;
    }

    #shousai .box .shousai_img {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    #shousai .box {
        height: auto;
        margin: 2% 15%;
    }
}

@media screen and (max-width: 430px) {
    #shousai .contsBox .jirei p a {
        display: block;
    }

    #shousai .box,
    #shousai .box.iframe_box {
        margin: 2% 0;
    }
}

/*------------------------------------------------------------
    .ichiran
------------------------------------------------------------*/
#ichiran .contentWrapper .inputdate,
#ichiran .contentWrapper .inputsearch {
    border: 1px solid #bbb;
    padding: 1px 15px;
    height: 29px;
}

#ichiran .contentWrapper .inputdate {
    background: #eee;
    margin: 8px auto 8px 0;
}

#ichiran .contentWrapper .inputsearch {
    background: #d6e4ee;
    margin: 8px auto 8px 15px;
    display: inline;
}

#ichiran .tableBig {
    border-collapse: collapse;
    margin-top: 25px;
}

#ichiran table th,
#ichiran table td {
    padding: 5px 2px 5px 2px;
}

#ichiran .tableBig td.price2,
#ichiran .nonth tr td.price2 {
    color: #4d4d4d;
    font-weight: normal;
}

/*- HMta240831追記 ----*/
#ichiran table td.distribution {
    background-color: white;
}

#ichiran table td.distribution1 {
    background-color: #fff7e3;
}

#ichiran table td.distribution2 {
    background-color: #ffe9d3;
}

/*- ------------------------*/

#ichiran .imgBox {
    margin: 20px 0;
}

#ichiran .imgBox img {
    width: 100%;
}

#ichiran .button.kounyu a {
    font-size: 1.3rem;
}

#ichiran .contsBox .Box .narrowD {
    background: #eee;
    padding: 20px;
}

#ichiran .contsBox .Box .narrowD h5 {
    margin: 10px 0 5px 0;
    background: none;
    color: #777;
    font-weight: bold;
    padding: 0;
    font-size: large;
    position: relative;
    width: 100%;
}

#ichiran .contsBox .Box .narrowD h5::after {
    position: absolute;
    content: "";
    right: 0;
    top: 13px;
    border: 1px solid #777;
    width: 76%;
}

#ichiran .contsBox .Box .narrowD h5.point {
    margin: 0 0 5px 0;
}

#ichiran .contsBox .Box .narrowD h5.point::after {
    width: 70%;
}

#ichiran .contsBox .Box .narrowD h5.point2::after {
    width: 73%;
}

#ichiran .contsBox .Box .textBox {
    margin: 30px 0;
}

#ichiran .contsBox .Box .textBox span {
    color: #d82940;
    font-size: 1.7rem;
}

#ichiran .contsBox .Box .narrowD select {
    background: #fff;
    border: 1px solid #777;
    border-radius: 3px;
    margin: 0 3px;
    appearance: auto;
}

#ichiran .contsBox .Box .narrowD option {
    /* text-align: center; */
    text-align-last: center;
}

#ichiran .nonth td {
    background: #eee;
    font-size: 16px;
}

#ichiran .nonth tr:hover td {
    background-color: #ff5500;
    color: #fff;
}

#ichiran .bottomB {
    margin-bottom: 30px;
}

#ichiran .bottomB .leftBox {
    width: 60%;
    padding-right: 2%;
}

#ichiran .bottomB .rightBox {
    width: 40%;
}

#ichiran .bottomB .rightBox .flex {
    margin-top: 15px;
}

#ichiran .bottomB .rightBox .flex img {
    width: 45%;
    margin: 0 10px;
}

#ichiran .bottomB .rightBox iframe {
    margin-top: 50px;
}

#ichiran .contsBox h3.point {
    margin-bottom: 30px;
}

#ichiran .bottomB .leftBox table.nomal {
    border-collapse: collapse;
}

#ichiran .bottomB .leftBox table.nomal th,
#ichiran .bottomB .leftBox table.nomal td {
    text-align: left;
    font-size: 15px;
    padding-left: 10px;
}

#ichiran .bottomB .leftBox table.nomal th {
    background: #fef1d5;
    font-weight: 500;
    width: 32%;
}

/* selectの三角形 */
#ichiran .select_wrapper {
    position: relative;
    display: inline-block;
}

#ichiran .select_wrapper::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 39px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #777;
    border-bottom: 0;
    pointer-events: none;
}

#ichiran .contsBox .Box .narrowD select {
    -webkit-appearance: none;
    appearance: none;
}

/* selectのチェックボックス */
#ichiran input[type="checkbox"] {
    position: relative;
    width: 19px;
    height: 19px;
    border: 1px solid #777;
    vertical-align: -10px;
    background: #fff;
    border-radius: 3px;
}

#ichiran input[type="checkbox"]:checked:before {
    position: absolute;
    top: -2px;
    left: 6px;
    transform: rotate(50deg);
    width: 9px;
    height: 14px;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    content: '';
}

#ichiran input.submit {
    padding: 3px 12px;
    margin: 7px auto;
    display: block;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #777;
    border-radius: 3px;
}

#ichiran input[type="submit"] {
    display: block;
    background: #d6e4ee;
    margin: 23px auto 0;
    border: 1px solid #bbb;
    padding: 2px 70px;
}

@media screen and (max-width: 1023px) {
    #ichiran .button {
        width: 60%;
    }

    #ichiran .contsBox .Box .narrowD h5.point::after {
        width: 67%;
    }

    #ichiran .contsBox .Box .narrowD h5::after {
        width: 72%;
    }

    #ichiran .contsBox .Box .narrowD h5.point2::after {
        width: 68%;
    }
}

@media screen and (max-width: 800px) {
    #ichiran .bottomB.flex {
        display: block;
    }

    #ichiran .bottomB .leftBox,
    #ichiran .bottomB .rightBox {
        width: 100%;
    }

    #ichiran .nomal tr {
        display: flex;
    }

    #ichiran .bottomB .leftBox table.normal th {
        border-right: 1px solid #ddd;
    }

    #ichiran .bottomB .leftBox table.nomal td {
        width: 100%;
    }

    #ichiran .button {
        width: 100%;
    }

    #ichiran .contsBox .Box .narrowD h5.point::after {
        width: 38%;
    }

    #ichiran .contsBox .Box .narrowD h5::after {
        width: 43%;
    }

    #ichiran .contsBox .Box .narrowD h5.point2::after {
        width: 40%;
    }

    #ichiran table td {
        padding: 5px;
    }
}

@media screen and (max-width: 400px) {
    #ichiran .button {
        font-size: 1rem;
    }

    #ichiran .button a span {
        font-size: 1.2rem
    }
}

/*------------------------------------------------------------
    .chiikibetu
------------------------------------------------------------*/
#chiikibetu .ichiran li::after {
    position: absolute;
    content: "";
    height: 10px;
    display: inline-block;
    border: 5px solid transparent;
    box-sizing: border-box;
    border-left: 6px solid #b0c4de;
    top: 8px;
    right: 5px;
    margin-right: 0px;
}
