@charset "utf-8";

/*共通設定*/

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    /* background: #f8f8f8; */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

.sp {
    display: none;
}

a {
    color: #333;
}

a:hover {
    color: ;
    opacity: .7;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#r_to_top {
    position: fixed;
    bottom: 100px;
    left: 50%;
    z-index: 1000;
    display: block;
    background-color: rgba(145, 145, 145, 0.5);
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 505px;
}

#r_to_top:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.floatL {
    float: left;
    display: inline-block;
}

.floatR {
    float: right;
    display: inline-block;
}


/*ヘッダー*/

header {
    background: #fff;
}

header .head-in1 {
    background: #e05d1f;
    color: #fff;
}

header .head-in1 h2 {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-size: min(4vw,20px);
    color: #fff;
    font-weight: bold;
    padding: 16px 0;
}

header .head-in2 {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

header .head-in2 h1 {}

header .head-in2 h1 img {
    width: 340px;
}

header .head-in2 .head_tel {}

header .head-in2 .head_tel p {}

header .head-in2 .head_tel p.tel-no {
    font-size: 34px;
    line-height: inherit;
    font-weight: bold;
    color: #e05d21;
    margin: 10px 0 10px 0;
    padding-left: 50px;
    background: url(../images/free_icon.png) left center no-repeat;
    background-size: contain;
}

header .head-in2 .head_btn {}

header .head-in2 .head_btn p {
    margin-bottom: 5px;
}

header .head-in2 ul.head_btn {
    width: 428px;
    float: right;
}

header .head-in2 ul.head_btn li {
    float: left;
}

header .head-in2 ul.head_btn li:nth-child(1) {}

header .head-in2 ul.head_btn li:nth-child(2) {
    margin: 0 14px 6px 0px;
}

header .head-in2 ul.head_btn li.head-mail {
    /* float:right; */
    text-align: right;
    width: 100%;
    margin: 0 0 7px 0;
}

header .head-in2 ul.head_btn li.member-name {
    width: 100%;
    margin: 0% 0 2% 0;
    padding: 0 1% 1% 1%;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

header .head-in2 ul.head_btn li.member-change {
    margin: 0 2% 0 0;
    padding: 5px;
    width: 40%;
}

header .head-in2 ul.head_btn li.member-change a {
    text-decoration: underline;
}

header .head-in2 ul.head_btn li.member-favorite {
    padding: 5px;
    margin: 0 2% 0 0;
    width: 35%;
}

header .head-in2 ul.head_btn li.member-favorite a {
    text-decoration: underline;
}

header .head-in2 ul.head_btn li.member-logout {
    width: 20%;
}

header .head-in2 ul.head_btn li.member-logout a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 0 0 0 0;
    background: #ddd;
    color: #777;
}

header .inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/*メニュー*/

#menu-box {
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

#menubar {
    background: url(../images/nav_bg.png) top center repeat-x;
}

#menubar ul {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

#menubar li {
    float: left;
    width: 166px;
    padding: 0 10px 0 10px;
    margin: 10px 0 10px 0;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 50px;
    letter-spacing: 0.1em;
}

#menubar li:first-child {
    border-left: 1px solid #ccc;
}

#menubar a {
    display: block;
    width: auto;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.4em;
}

#menubar a span {
    display: block;
    font-size: 1.2rem;
    color: #A08952;
}


/*ドロップダウンメニュー*/

#menubar ul.ddmenu {
    position: absolute;
    visibility: hidden;
    z-index: 101;
    padding-top: 1px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

#menubar ul.ddmenu li {
    float: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid #ccc;
}

#menubar ul.ddmenu li a {
    background: none;
}

#menubar ul.ddmenu li a:hover {
    background: #fff;
}

#menubar-s {
    display: none;
}

#menubar_hdr {
    display: none;
}


/*コンテンツ*/

.contents {
    clear: both;
    overflow: hidden;
    padding: 0 0 0px 0;
}

.contents .inner {
    width: 1000px;
    margin: 0 auto;
}


/*フッター*/

footer {
    clear: both;
    padding: 0 0 0 0;
    background: #fff;
}

footer a {
    text-decoration: underline;
}

footer .foot-in1 {
    text-align: center;
    padding: 40px 0 40px 0;
    background: #a03516;
}

footer .foot-in1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
    margin: 0 auto;
}

footer .foot-in1 ul li {
    width: 320px;
}

footer .foot-bnr {}

footer .foot-bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 3% auto 0 auto;
}

footer .foot-bnr ul li {}

footer .foot-in2 {}

footer .foot-in2 .inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

footer .foot-in2 h2 {}

footer .foot-in2 h2 img {
    width: 340px;
}

footer .foot-in2 .foot_tel {}

footer .foot-in2 .foot_tel p {}

footer .foot-in2 .foot_tel p.tel-no {
    font-size: 34px;
    line-height: inherit;
    font-weight: bold;
    color: #e05d1f;
    margin: 10px 0 10px 0;
    padding-left: 50px;
    background: url(../images/free_icon.png) left center no-repeat;
    background-size: contain;
}

footer .foot-in2 .foot_btn {}

footer .foot-in2 .foot_btn ul {}

footer .foot-in2 .foot_btn li {
    background: url(../images/arrow1.png) left center no-repeat;
    background-size: contain;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}

footer .foot-in4 {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

footer.pb-1 .foot-in4 {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

footer .inner {
    width: 1000px;
    margin: 0 auto;
}

.post-code{
    display: flex;
    align-items: center;
}
/*ssl*/

#ssl {
    width: 90%;
    overflow: hidden;
    margin: 0 auto 30px auto;
}

#ssl .img {
    width: 15%;
    float: left;
}

#ssl .txt {
    width: 82%;
    float: left;
}

#ssl a {
    color: #cf4300;
    font-weight: bold;
    text-decoration: underline;
}

#ssl #submitButton {
    background: #cf4300;
    background-position: 3% center;
    background-size: auto 50%;
    display: block;
    width: 70%;
    margin: 0 auto 0 auto;
    line-height: 4em;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#ssl .txt h4 {
    font-size: 15px;
}

#ssl .txt ul {
    margin: 0 0 0 35px;
}

#ssl .txt ul li {
    font-size: 13px;
    line-height: 1.4em;
    list-style: disc;
}

#ssl .taC {
    padding: 10px 0 0 0;
    text-align: center;
    clear: both;
}

#ssl p {
    text-align: center;
    margin-top: 20px;
}


/*検索タブ*/

.n-search {
    background: #fff;
    margin: 3px;
    padding: 10px 10px 10px 10px !important;
    overflow: hidden;
}

.n-search label {
    position: relative;
    word-break: break-all;
}

.n-search label input[type="radio"]+span {
    position: relative;
    padding: 3px 0px 0 28px;
    margin: 0 10px 0 0px;
    width: 180px;
    line-height: 1.2em;
}

.n-search label input[type="checkbox"]+span {
    position: relative;
    padding: 0 0px 0 30px;
    margin: 0 10px 0 0px;
    width: 100%;
    line-height: 1.2em;
}

.n-search label input+span.w100 {
    width: 100%;
}

.n-search label input+span.w90 {
    width: 90%;
}

.n-search label input+span.w80 {
    width: 80%;
}

.n-search label input+span.w70 {
    width: 70%;
}

.n-search label input+span.w60 {
    width: 50%;
}

.n-search label input+span.w50 {
    width: 50%;
}

.n-search label input+span.w40 {
    width: 40%;
}

.n-search label input+span.w30 {
    width: 30%;
}

.n-search label input+span.w20 {
    width: 20%;
}

.n-search label input+span.w10 {
    width: 10%;
}

.n-search #ssl label input[type="checkbox"]+span,
.n-search #ssl label input[type="radio"]+span {
    width: 240px;
}

.n-search .detail label input[type="checkbox"]+span,
.n-search.detail label input[type="radio"]+span {}

.n-search label input[type="checkbox"]+span::before {
    border-color: #00acc1;
}

.n-search label input[type="checkbox"]:checked+span::before {
    background-color: #00acc1;
}

.n-search label span {
    display: inline-block;
}

.n-search label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.n-search label input[type="checkbox"]+span::before,
.n-search label input[type="checkbox"]+span::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.n-search label input[type="checkbox"]+span::before {
    z-index: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 1px #a23515 solid;
    border-radius: 5px;
    top: 50%;
    margin: -12.5px 0 0 0;
}

.n-search label input[type="checkbox"]+span::after {
    z-index: 1;
    margin: -9px 9px 0 9px;
    width: 8px;
    height: 16px;
}

.n-search label input[type="checkbox"]:checked+span::before {
    background-color: #cf4300;
}

.n-search label input[type="checkbox"]:checked+span::after {
    border: 4px solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.n-search label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.n-search label input[type="radio"]+span::before {
    position: absolute;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 22px;
}

.n-search label input[type="radio"]+span::before {
    z-index: 0;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 22px;
    height: 22px;
    border: 1px #a23515 solid;
}

.n-search label input[type="radio"]:checked+span::before {
    border-width: 6px;
}

.n-search select {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    /* width: 20%; */
    height: 32px;
    margin: 0 2% 0 2%;
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.n-search select {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    /* width: 20%; */
    height: 32px;
    /* margin: 0 2% 0 2%; */
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.n-search select.mb10 {
    margin: 0 2% 10px 2%;
}

.n-search input[type="text"],
.n-search input[type="password"] {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    width: 20%;
    height: 32px;
    /* margin: 0 2% 0 2%; */
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.n-search textarea {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    width: 20%;
    height: 32px;
    margin: 0 2% 0 2%;
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.baseData ul,
.baseData2 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.baseData ul li,
.baseData2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

label.checkbox_item_none,
label.radio_item_none,
.select_item_none {
    color: #ccc;
}

label.checkbox_item_none span,
label.radio_item_none span,
.select_item_none span {
    position: relative;
    padding: 0 30px 0 35px;
}

label.checkbox_item_none span::after {
    content: '';
    z-index: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px #d2d2d2 solid;
    background: #d2d2d2;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12.5px 0 0 0;
}

label.radio_item_none span::after {
    content: '';
    z-index: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px #d2d2d2 solid;
    background: #d2d2d2;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12.5px 0 0 0;
    border-radius: 22px;
}

.select_item_none {
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    width: 20%;
    height: 32px;
    /* margin: 0 2% 0 2%; */
    outline: 0;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 5;
}

.detailBox {
    display: none;
    border: #b2b2b2 solid 1px;
    padding: 5px;
    background: #fff;
    margin: 10px 15px;
    width: 100%;
}

.n-search ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* display: inline-block; */
    margin: 5px 10px 5px 0;
}

.cont-search {
    margin: 32px 0 0 0;
}

.baseData {
    width: 96%;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 2%;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .baseData ul {
        max-width: 764px !important;
    }
    /* IE11 */
}

.baseData2 {
    margin-top: 10px;
    margin-bottom: 25px;
}

.baseData th,
.baseData td,
.baseData2 th,
.baseData2 td {
    border: #B2B2B2 solid 1px;
    padding: 15px;
}

.baseData th,
.baseData2 th {
    width: 15%;
    background: #f8f9f7;
    vertical-align: middle;
    font-size: 14px;
}

.baseData td,
.baseData2 td {
    font-size: 14px;
    /* background:#FCFBF9; */
}

.baseData label,
.baseData2 label {
    font-weight: normal;
    /* margin-left:10px; */
}

.baseData ul li,
.baseData2 ul li {
    width: 23%;
    /* display:inline-block; */
    margin: 5px 2% 5px 0;
}

.baseData ul li.w33,
.baseData2 ul li.w33,
.baseData3 ul li.w33 {
    width: 31.33%;
    /* display:inline-block; */
    margin: 5px 2% 5px 0;
}

.baseData ul li.w50,
.baseData2 ul li.w50 {
    width: 48%;
    /* display:inline-block; */
    margin: 5px 2% 5px 0;
}

.baseData .detail li,
.baseData2 .detail li {
    width: 31.333%;
    /* padding:5px; */
}

.choseFinWrap {
    max-width: 878px;
    margin: auto;
    background: #FCFBF9;
    border: #B2B2B2 solid 1px;
    padding: 20px 20px 20px 40px;
    margin-top: 50px;
}

.choseFinWrap ul li {
    list-style: outside;
    margin: 5px 0;
}

.loginBox {
    max-width: 878px;
    margin: auto;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.loginBox .loginBox-new-resist {
    float: left;
}

.loginBox .loginBox-menber-login {
    float: right;
}

.loginBox .loginBox-new-resist img {
    width: 100%;
}

.loginBox-sp {
    padding-bottom: 20px;
    overflow: hidden;
}

.loginBox-sp img {
    width: 100%;
}

.btnsWrap {
    background: #f8f9f7;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 32px 0;
}

.btnsWrap a {
    display: block;
    float: left
}

.btnsWrap span {
    color: #a03516;
    font-size: 26px;
    font-weight: bold;
    width: 3em;
    padding: 0 4px 0 0;
    display: block;
    float: left;
    text-align: right;
}

.btnsWrap table {
    margin: auto;
}

.btnsWrap td {
    height: 39px;
    vertical-align: bottom;
    padding: 0 10px 0 10px;
}

.btnsWrap img {
    width: 260px;
    height: auto;
    vertical-align: bottom;
}

.two-column label.checkbox_item_none input[type="checkbox"]+span::before,
.n-search label.checkbox_item_none input[type="checkbox"]+span::before {
    content: '';
    z-index: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px #d2d2d2 solid;
    background: #d2d2d2;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12.5px 0 0 0;
}

.two-column label.radio_item_none input[type="radio"]+span::before,
.n-search label.radio_item_none input[type="radio"]+span::before {
    content: '';
    z-index: 0;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px #d2d2d2 solid;
    background: #d2d2d2;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12.5px 0 0 0;
    border-radius: 22px;
}

.tableContact th em {
    color: #a94442;
}

#bottommenu {
    display: none;
}

@media screen and (max-width:1000px) {
    body {
        width: 1000px;
    }
}


/*画面幅767px以下*/

@media screen and (max-width:767px) {
    body {
        width: 100%;
    }
    body#top {
        /* padding-bottom: 11vh; */
    }
    header .head-in1 h2 {
        width: 98%;
    }
    header .head-in2 {
        width: 96%;
        padding: 4% 5%;
    }
    header .head-in2 ul.head_btn {
        width: 40%;
        float: right;
        margin: 1% 0 0 0;
    }
    header .head-in2 ul.head_btn li {
        width: 45%;
    }
    header .head-in2 ul.head_btn li:nth-child(1) {
        margin: 0 0 0 5%;
    }
    header .head-in2 ul.head_btn li:nth-child(2) {
        /* margin: 0 0 0 5%; */
    }
    header .head-in2 ul.head_btn li:nth-child(3) {
        margin: 3% 0 0 55%;
    }
    .contents .inner {
        width: 96%;
    }
    footer {
        padding: 0 0 64px 0;
    }
    footer .inner {
        width: 96%;
    }
    footer .foot-in2 {
        padding: 5% 0;
    }
    footer .foot-in2 .inner {
        display: block;
        justify-content: center;
        padding: 0;
    }
    footer .foot-in2 h2 {
        width: 60%;
        margin: 0 auto;
    }
    footer .foot-in2 h2 img {
        width: 340px;
    }
    footer .foot-in2 .foot_tel {
        padding: 5% 0;
    }
    footer .foot-in2 .foot_tel p {
        text-align: center;
    }
    footer .foot-in2 .foot_tel p.tel-no {
        font-size: 24px;
        font-weight: bold;
        color: #e05d1f;
        margin: 10px 0 10px 0;
        padding-left: 50px;
        background: url(../images/free_icon.png) 16% center no-repeat;
        background-size: contain;
    }
    footer .foot-in2 .foot_btn {}
    footer .foot-in2 .foot_btn ul {
        display: flex;
        justify-content: space-between;
    }
    footer .foot-in2 .foot_btn li {
        background-size: 8px;
        padding: 0 0 0 4%;
    }
    footer .foot-in2 .fkensaku-list {
        padding: .5% 0 .5% 2%;
    }
    #r_to_top {
        bottom: 14vh;
        right: 2%;
        left: auto;
        z-index: 1000;
    }
    #bottommenu .inner {
        width: 96%;
        margin: 0 auto;
    }
    #bottommenu .inner p {
        width: 60%;
        margin: 0 0 0 0;
    }
    #bottommenu .inner ul {
        width: 40%;
    }
    #bottommenu .inner ul li {
        float: left;
        margin: 0 2%;
        width: 46%;
    }
    footer .foot-in3 ul {
        width: 90%;
    }
    #bottommenu .inner ul li:nth-child(2):before {
        width: 6vw;
        height: 6vw;
        background-size: 100% auto;
        right: -2vw;
        top: -2vw;
    }
    .loginBox .loginBox-new-resist {
        width: 68%;
    }
    .loginBox .loginBox-menber-login {
        width: 28%;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    header .head-in1 h2 {
        font-size: 10px;
        padding: 1% 0 1% 0;
    }
    #menubar_hdr {
        display: block;
        position: absolute;
        top: 10vw;
        right: 10px;
        width: 45px;
        border: 1px solid #fff;
        padding: 12px 10px 5px;
        background: #e05d1f;
    }
    #menubar_hdr span {
        display: block;
        border-top: 3px solid #fff;
        margin-bottom: 7px;
    }
    header .head-in2 h1 {
        width: 70%;
        margin: 0 0 5% 0;
    }
    header .head-in2 .head_tel {
        display: none;
    }
    header .head-in2 .head_btn {
        display: none;
    }
    header .head-in2 ul.head_btn {
        width: 100%;
        float: none;
        clear: both;
    }
    header .head-in2 ul.head_btn li {
        float: left;
        width: auto;
        /* height: 8vw; */
        width: 48%;
    }
    header .head-in2 ul.head_btn li img {
        /* height: 100%; */
    }
    header .head-in2 ul.head_btn li.head-mail {
        float: left;
    }
    header .head-in2 ul.head_btn li:nth-child(1) {
        margin: 0 0;
        padding: 0 2%;
    }
    header .head-in2 ul.head_btn li:nth-child(2) {
        margin: 2% 1% 0 1%;
    }
    header .head-in2 ul.head_btn li:nth-child(3) {
        margin: auto;
        /* height: 5vw; */
        width: 48%;
        margin: 2% 1% 0 1%;
    }
    header .head-in2 ul.head_btn li.member-name {
        width: 100%;
        margin: 0% 0 2% 0;
        padding: 0 1% 1% 1%;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }
    header .head-in2 ul.head_btn li.member-change {
        margin: 0 2% 0 0;
        padding: 2% 0;
        width: 48%;
    }
    header .head-in2 ul.head_btn li.member-change a {
        text-decoration: underline;
    }
    header .head-in2 ul.head_btn li.member-favorite {
        padding: 2% 0;
        margin: 0 2% 0 0;
        width: 48%;
    }
    header .head-in2 ul.head_btn li.member-favorite a {
        text-decoration: underline;
    }
    header .head-in2 ul.head_btn li.member-logout {
        width: 50%;
        margin: 2% 25% 0 25%;
    }
    header .head-in2 ul.head_btn li.member-logout a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px;
        margin: 0 0 0 0;
        background: #ddd;
        color: #777;
    }
    #menu-box {
        display: none;
    }
    #bottommenu {
        /* display: none; */
    }
    #bottommenu .inner p {
        width: 100%;
        margin: 0 0 2% 0;
        height: 2.5em;
    }
    #bottommenu .inner ul {
        width: 100%;
    }
    footer {
        padding: 0 0 0 0;
    }
    footer .foot-in1 {
        text-align: center;
        padding: 5% 0 5% 0;
    }
    footer .foot-in1 ul {
        width: 100%;
    }
    footer .foot-in1 ul li {
        width: 80%;
        margin: 0 auto 2% auto;
    }
    #bottommenu .inner ul li:nth-child(2):before {
        width: 15vw;
        height: 15vw;
        right: -5vw;
        top: -5vw;
    }
    /*ssl*/
    #ssl .img {
        width: 100%;
        text-align: center;
        margin: 0 0 4% 0;
    }
    #ssl .txt {
        width: 100%;
    }
    #ssl .txt h4 {
        font-size: 14px;
    }
    #ssl .txt ul {}
    #ssl .txt ul li {
        font-size: 12px;
    }
    .loginBox .loginBox-new-resist {
        width: 100%;
    }
    .loginBox .loginBox-menber-login {
        width: 100%;
    }
    .baseData,
    .baseData2 {
        border: #B2B2B2 solid 1px;
    }
    .baseData th,
    .baseData td,
    .baseData2 th,
    .baseData2 td {
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
    }
    .baseData input[type="checkbox"],
    .baseData2 input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    .btnsWrap {
        margin-bottom: 30px;
    }
    .btnsWrap td,
    .btnsWrap2 td {
        display: block;
        width: 100%;
    }
    .detailBox {
        padding: 0px;
    }
    .baseData td,
    .baseData2 td {
        font-size: 15px;
        /* background:#FCFBF9; */
    }
    #seekKind>li {
        width: 49%;
        margin-right: 0px;
    }
    .baseData li,
    .baseData .detail li,
    .baseData2 li,
    .baseData2 .detail li {
        width: 100%;
    }
    .n-search label input[type="checkbox"]+span,
    .n-search label input[type="radio"]+span {
        width: 100%;
    }
    .baseData ul.detail,
    .baseData2 ul.detail {
        padding: 2% 4% 2% 4%;
    }
    .baseData ul li,
    .baseData2 ul li {
        margin: 5px 0 5px 0;
        width: 100%;
    }
    .baseData ul li.w33,
    .baseData2 ul li.w33 {
        width: 100%;
        /* display:inline-block; */
        margin: 5px 2% 5px 0;
    }
    .baseData2 ul li.w33 label {
        width: 100%;
    }
    .baseData ul li.w50,
    .baseData2 ul li.w50 {
        width: 100%;
        /* display:inline-block; */
        margin: 5px 2% 5px 0;
    }
    #seekAreaBottom,
    #seekAreaTop,
    #seekPriceBottom,
    #seekPriceTop {
        width: 80%;
        margin: 0 0 2% 0;
    }
    #menubar-s {
        position: absolute;
        top: 34vw;
        width: 100%;
        height: 100%;
        z-index: 102;
        background: #fff;
        -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    }
    #menubar-s li {
        border-bottom: 1px solid #ccc;
        background: rgba(255, 255, 255, 0.9);
        line-height: 50px;
        letter-spacing: 0.1em;
    }
    #menubar-s a {
        display: block;
        width: auto;
        text-decoration: none;
        /* padding-left: 50px; */
        text-align: center;
    }
    #menubar-s a span {
        font-size: 1.2rem;
        color: #A08952;
        margin-left: 2%;
    }
    #menubar-s .head_tel {
        padding: 2% 5%;
        margin-top: 4%;
    }
    #menubar-s .head_tel p {}
    #menubar-s .head_tel p.tel-no {
        font-size: 24px;
        font-weight: bold;
        color: #e05d21;
        margin: 10px 0 10px 0;
        padding-left: 50px;
        background: url(../images/free_icon.png) left center no-repeat;
        background-size: contain;
    }
    #menubar-s .head_btn {
        padding: 2% 5%;
    }
    #menubar-s .head_btn p {
        text-align: center;
        width: 70%;
        margin: 0 auto 1% auto;
    }
    #bottommenu .inner ul li:nth-child(1) a:before {
        content: none;
    }
    footer .foot-in2 .foot-txt {
        padding: 4% 2%;
        text-align: left;
        font-size: 11px;
    }
    .btnsWrap span {
        color: #a03516;
        font-size: 26px;
        font-weight: bold;
        width: 3em;
        padding: 0 4px 0 0;
        display: initial;
        float: none;
        text-align: right;
    }
    .btnsWrap td {
        height: 30px;
    }
    .cont-search {
        margin: 3% 0 0 0;
    }
    /*検索タブ*/
    .n-search {
        padding: 0 0 0 0 !important;
    }
    #ssl a#submitButton {
        width: 100%;
    }
    #bottommenu {
        display: block;
        background: #cf4300;
        overflow: hidden;
        padding: 2% 0;
    }
    #bottommenu {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
    #bottommenu .inner p {}
    #bottommenu .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }
    #bottommenu .inner ul li {
        margin: 0;
    }
    #bottommenu .inner ul li a {
        background-position: 3% center;
        background-size: auto 50%;
        display: block;
        width: 100%;
        margin: 0 auto 0 auto;
        line-height: 4em;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    #bottommenu .inner ul li:nth-child(1) {
        width: 58%;
    }
    #bottommenu .inner ul li:nth-child(2) {
        width: 38%;
    }
    #bottommenu .inner ul li:nth-child(1) a {
        background: #cf4300;
    }
    #bottommenu .inner ul li:nth-child(2) a {
        background: #7fbb3d;
    }
}

.emergency {
    padding: 0px 0px 0px 0px;
    background: #fff;
    margin-top: 20px;
    text-align: center;
    display: ;
}

.emergency .index-box {
    padding: 30px;
    border: 1px solid #d1c081;
    margin: 20px auto;
    display: inline-block;
    text-align: left;
}

.emergency .index-box {
    margin: 0;
}

.emergency h3 {
    font-size: 21px;
    border: none !important;
    background: none !important;
    color: #333 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.emergency ul {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.emergency ul li {
    list-style-type: initial;
    margin-left: 40px;
    font-size: 16px;
    line-height: 24px;
    width: 25%;
}

.emergency p {
    font-size: 14px;
    padding: 10px 0 0 0px;
}


/*画面幅767px以下*/

@media screen and (max-width:767px) {
    .emergency {}
    .emergency .index-box {}
    .emergency .index-box {
        padding: 4%;
    }
    .emergency h3 {
        font-size: 18px;
    }
    .emergency ul {}
    .emergency ul li {
        width: 100%;
        font-size: 14px;
    }
    .emergency p {
        font-size: 13px;
    }
}