@charset "UTF-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4em;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    height: 100%;
    line-height: 1;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.sp {
    display: none;
}
@media screen and (max-width:750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

footer {
    display: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width:750px) {
    .container {
        padding: 0 10px;
    }
}
#all_content_wrapper {
    padding: 0;
    margin: 0;
}
#limited_coupon {
    display: none;
    opacity: 0;
}
#limited_coupon .header_title {
    background-color: #999999;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 50px;
}
@media screen and (max-width:480px) {
    #limited_coupon .header_title {
        font-size: 12px;
        margin-bottom: 20px;
    }
}
#limited_coupon_inner h1 {
    text-align: center;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 28px;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1.2;
    margin-bottom: 60px;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner h1 {
        display: none;
    }
}

/*------------------------------------------クーポンを利用するボタン-----*/
#limited_coupon_inner .main_textbox,
#limited_coupon_inner .limited_coupon_btnbox {
    text-align: center;
    margin-bottom: 100px;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .main_textbox,
    #limited_coupon_inner .limited_coupon_btnbox {
        margin-bottom: 80px;
    }
}
#limited_coupon_inner .timelimit {
    display: inline-flex;
    align-items: center;
    margin: 0 auto 20px;
}
#limited_coupon_inner .timelimit img {
    max-width: 24px;
    margin-right: 10px;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .timelimit img {
        margin-right: 5px;
    }
}
#limited_coupon_inner .timelimit dt {
    margin-right: 20px;
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .timelimit dt {
        margin-right: 10px;
    }
}
#limited_coupon_inner .timelimit dd {
    font-size: 12px;
    color: #999999;
}
#limited_coupon_inner .timelimit dd span {
    font-size: 28px;
    font-weight: bold;
    margin: 0 5px 0 10px;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .timelimit dd span {
        font-size: 21px;
        margin: 0 5px;
    }
}
#limited_coupon_inner .modal_trigger li:not(:last-of-type) {
    margin-bottom: 20px;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .modal_trigger li:not(:last-of-type) {
        margin-bottom: 10px;
    }
}
#limited_coupon_inner .modal_trigger li > a {
    display: inline-flex;
    align-items: center;
    width: 520px;
    background-color: #f39b00;
    padding: 12px 48px 12px 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .modal_trigger li > a {
        width: 80vw;
        padding: 12px 48px 12px 12px;
        border-radius: 5px;
        font-size: 14px;
    }
}
#limited_coupon_inner .modal_trigger li.yahoo > a {
    background-color: #d93734;
}
#limited_coupon_inner .modal_trigger li.rakuten > a {
    background-color: #000;
}
#limited_coupon_inner .modal_trigger li > a img {
    margin-right: 20px;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .modal_trigger li a img {
        max-width: 68px;
    }
}
#limited_coupon_inner .modal_trigger li > a:hover {
    opacity: .8;
}
#limited_coupon_inner .modal_trigger li > a:after {
    position: absolute;
    display: block;
    content: '';
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}

/*-----クリック後：モーダル-----*/
.modal-btn {
    display: block;
    cursor: pointer;
}
#limited_coupon_inner .modal_inner span.close-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #999999;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .modal_inner span.close-btn {
        right: -10px;
        top: -25px;
    }
}
#limited_coupon_inner .modal_inner span.close-btn:after {
    display: block;
    content: '×';
    position: relative;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -14px 0 0 -24px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.modal_box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal_bg {
    background-color: rgba(30, 30, 30, 0.9);
    height: 100%;
    width: 100%;
}
.modal_inner {
    background-color: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 70vw;
}
.modal_inner input[type="text"]::placeholder {
    color: #d0d0d0;
}
@media screen and (max-width:480px) {
    .modal_inner {
        width: 90vw;
        padding: 40px 20px;
    }
}


/*-----フォーム-----*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.modal_inner dl {
    text-align: center;
}
.modal_inner dl dt {
    margin: 0 0 20px;
}
@media screen and (max-width:480px) {
    .modal_inner dl dt {
        margin: 0 0 10px;
        text-align: left;
        font-size: 14px;
    }
}
.modal_inner dl dd {
    margin: 0 0 20px;
}
@media screen and (max-width:480px) {
    .modal_inner dl dd {
        margin: 0 0 10px;
    }
}
.modal_inner dl dd input {
    display: block;
    border: none;
    background: transparent;
    width: 100%;
    height: 60px;
    font-size: 16px;
    outline: none;
    padding: 16px;
    border: 2px solid #999999;
    border-radius: 5px;
}
.modal_inner dl dd span#coupon_code {
	margin: 0 auto;
    display: inline-block;
    width: initial;
    width: 100%;
    max-width: 620px;
    height: 72px;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e50112;
    border-radius: 5px;
}
.modal_inner dl.coupon {
    position: relative;
}
.modal_inner dl dd.coupon_code_click_dd {
    margin: 0;
}
.modal_inner .coupon_code_click {
    position: relative;
    top: -6px;
    margin: 0 auto;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    max-width: 620px;
    font-size: 14px;
    color: #ffffff;
    background-color: #e50112;
    border-radius: 0 0 6px 6px;
    z-index: 10000;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    .modal_inner dl dd input {
        padding: 15px 10px;
        font-size: 12px;
    }
    .modal_inner dl dd input#coupon_code {
    width: 100%;
    }
}
.modal_inner dl dd input:focus {
    border: 2px solid #e50112;
}
.modal_inner .button_block #open_product_page {
    display: inline-block;
    text-decoration: none;
}
.modal_inner .button_block .button {
    margin: 20px 0 10px 0;
    padding: 10px 20px;
    max-width: 500px;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    background-color: #999999;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.modal_inner .privacy_policy_window_open {
    margin: 20px 0 0 0;
    display: block;
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    .modal_inner .button_block .button {
        padding: 10px;
        font-size: 12px;
    }
}
.modal_inner .button_block .button:hover {
    opacity: .8;
}
.modal_inner .button_block .button:disabled {
    background-color: #999999;
    cursor: initial;
}
.modal_inner .button_block .button:disabled:hover {
    opacity: 1;
}
.modal_inner a.policy {
    color: #999999;
    font-size: 12px;
}
.modal_inner a.policy:visited,
.modal_inner a.policy:link {
    color: #999999;
}
.modal_inner a.policy:hover {
    color: #000;
}
/*------------------------------------------メインエリア-----*/
.limited_coupon_main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
@media screen and (max-width:750px) {
    .limited_coupon_main {
        flex-wrap: wrap;
    }
}
.limited_coupon_main .sliderbox {
    margin-right: 80px;
    position: relative;
    display: block;
    height: auto;
}
.limited_coupon_main .sliderbox .bxslider li,
.limited_coupon_main .sliderbox .custom-thumb a {
    display: none;
}
@media screen and (max-width:750px) {
    .limited_coupon_main .sliderbox {
        margin: 0 0 20px;
        order: 2;
    }
}
.limited_coupon_main .sliderbox .slider_label {
    position: absolute;
    display: block;
    top: -28px;
    left: 0;
    height: 28px;
    padding: 0 18px 0 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    background-color: #989898;
}
.limited_coupon_main .sliderbox .slider_label::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-width: 14px 7px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}
.limited_coupon_main .bx-wrapper {
    margin-bottom: 10px;
    box-shadow: none;
    border: none;
}
@media screen and (max-width:750px) {
    .limited_coupon_main .bx-wrapper {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 auto 10px;
    }
}
.bx-wrapper .bx-prev {
    background: url(../img/controls.png) no-repeat 0 -32px;
    left: -15px;
}
.bx-wrapper .bx-next {
    background: url(../img/controls.png) no-repeat -43px -32px;
    right: -15px;
}
@media screen and (max-width:750px) {
    .bx-wrapper .bx-prev {
        left: 0;
    }
    .bx-wrapper .bx-next {
        right: 0;
    }
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}
.limited_coupon_main .custom-thumb {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    justify-content: center;
}
@media screen and (max-width:750px) {
    .limited_coupon_main .custom-thumb {
        justify-content: center;
        margin: 0 auto;
    }
}
.limited_coupon_main .custom-thumb a img {
    max-width: 50px;
    border: 1px solid #000;
    margin: 0 5px 0 0;
}
.limited_coupon_main .custom-thumb a:first-child img {
    margin: 0 5px;
}
#limited_coupon_inner .main_textbox {
    width: 100%;
    max-width: 520px;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox {
        max-width: 100%;
        margin: 0 0 40px;
        order: 1;
    }
}
#limited_coupon_inner .main_textbox h1 {
    display: none;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox h1 {
        display: block;
        text-align: center;
        margin: 0 0 10px;
        font-size: 21px;
        font-weight: bold;
        border-top: 1px solid #000;
        padding: 10px !important;
        border-bottom: 1px solid #000;
    }
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .main_textbox h1 {
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
    }
}
#limited_coupon_inner .main_textbox .pricebox {
    display: flex;
    align-items: center;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox .pricebox {
        margin-top: 20px;
        justify-content: center;
    }
}
#limited_coupon_inner .main_textbox .pricebox .discount {
    margin-right: 32px;
}
#limited_coupon_inner .main_textbox .pricebox .discount_c {
    margin-left: 16px;
    margin-right: 16px;
}
#limited_coupon_inner .main_textbox .pricebox .discount .discount_data {
    color: #fff;
    background-color: #e50112;
    font-size: 12px;
    padding: 5px 20px;
    font-weight: bold;
}
#limited_coupon_inner .main_textbox .pricebox .discount .discount_data_s {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    height: 40px;
    position: relative;
}
#limited_coupon_inner .main_textbox .pricebox .discount .discount_data_s:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e50112;
  border-width: 10px 0 10px 16px;
}
#limited_coupon_inner .main_textbox .pricebox .discount .discount_data_c {
    font-size: 32px;
    font-weight: bold;
    padding: 4px 20px;
}
#limited_coupon_inner .main_textbox .pricebox .discount .discount_data span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox .pricebox .discount .discount_data {
        padding: 5px 10px;
    }
    #limited_coupon_inner .main_textbox .pricebox .discount .discount_data span {
        font-size: 14px;
    }
}
#limited_coupon_inner .main_textbox .pricebox .discount .price {
    font-size: 18px;
    color:#999999;
    font-weight: bold;
    position: relative;
}
#limited_coupon_inner .main_textbox .pricebox .discount .price span {
    font-size: 26px;
    color:#999999;
    font-weight: bold;
}
@media (max-width:480px) {
    #limited_coupon_inner .main_textbox .pricebox .discount .price span {
        font-size: 18px;
    }
}
#limited_coupon_inner .main_textbox .pricebox .discount .price:after {
    position: absolute;
    display: block;
    content: '';
    border-bottom: 2px solid #999999;
    top: 50%;
    width: 100%;
}
#limited_coupon_inner .main_textbox .pricebox .discount_price {
    color:#e50112;
    font-size: 36px;
    font-weight: bold;
}
#limited_coupon_inner .main_textbox .pricebox .discount_price span {
    color:#e50112;
    font-size: 72px;
    font-weight: bold;
    margin-right: .1em;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox .pricebox .discount_price {
        font-size: 6vw;
    }
    #limited_coupon_inner .main_textbox .pricebox .discount_price span {
        font-size: 13vw;
        line-height: 1.2em;
        margin-right: .8vw;
    }
}
#limited_coupon_inner .main_textbox .limited_coupon_btnbox {
    margin-bottom: 40px;
}
#limited_coupon_inner .main_textbox .modal_trigger li a {
    display: flex;
    text-align: left;
    width: 520px;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .main_textbox .modal_trigger li a {
        display: inline-flex;
    }
}
#limited_coupon_inner .main_textbox p {
    margin: 0 0 32px 0;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width:480px) {
    #limited_coupon_inner .main_textbox p {
        margin: 4px 0 24px;
    }
}
#limited_coupon_inner .main_textbox .timebox  {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 20px 0;
}
#limited_coupon_inner .timebox.timebox2 {
    display: none;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner .timebox {
        display: none;
    }
    #limited_coupon_inner .timebox.timebox2 {
        display: flex;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 0;
        order: 3;
        width: 100%;
    }
    #limited_coupon_inner .timebox2 .timelimit{
        margin: 0 auto;
    }
}
#limited_coupon_inner .main_textbox .timelimit{
    margin: 0;
}
#limited_coupon_inner .main_textbox .timelimit dt,
#limited_coupon_inner .main_textbox .timelimit dd,
#limited_coupon_inner .timebox2 .timelimit dt,
#limited_coupon_inner .timebox2 .timelimit dd{
    color: #000;
}

/*------------------------------------------アマゾン-----*/
.amazon_coupon_description {
    margin-top: 40px;
    margin-bottom: 40px;
}
.amazon_coupon_description .description_title {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
@media screen and (max-width:750px) {
    .amazon_coupon_description .description_title {
    font-size: 18px;
    margin-top: 60px;
    }
    .amazon_coupon_description .description_inner {
        display: block;
        margin-bottom: 60px;
    }
}

/*------------------------------------------商品説明-----*/
.limited_coupon_description .description_title {
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.amazon_coupon_description .description_inner,
.limited_coupon_description .description_inner {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width:750px) {
    .limited_coupon_description .description_title {
    font-size: 18px;
    margin-top: 60px;
    }
    .limited_coupon_description .description_inner {
        display: block;
        margin-bottom: 60px;
    }
}
.limited_coupon_description .description_inner .imgbox {
    max-width: 170px;
    margin-right: 20px;
}
@media screen and (max-width:750px) {
    .limited_coupon_description .description_inner .imgbox {
        max-width: 120px;
        margin: 0 auto 10px;
    }
}
.limited_coupon_description .description_inner .product_description {
    margin-bottom: 40px;
}
.amazon_coupon_description .description_inner .product_description p,
.limited_coupon_description .description_inner .product_description p {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
.limited_coupon_description .description_inner .product_description b {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}

/*------------------------------------------クーポンの利用方法-----*/
#limited_coupon_inner h3 {
    text-align: center;
    margin-bottom: 30px;
}
#limited_coupon_inner h3 span {
    font-weight: bold;
    font-size: 28px;
    border-bottom: 3px solid #999999;
    padding-bottom: 5px;
    display: inline-block;
}
@media screen and (max-width:750px) {
    #limited_coupon_inner h3 {
        margin-bottom: 20px;
    }
    #limited_coupon_inner h3 span {
        font-size: 21px;
        padding-bottom: 3px;
    }
}
#limited_coupon_tabcontent {
    margin-bottom: 60px;
}
#limited_coupon_tabcontent .coupontype{
    margin-bottom: 60px;
}
#limited_coupon_tabcontent .coupontype:last-child{
    margin-bottom: 0;
}
@media (max-width:750px) {
    #limited_coupon_tabcontent .coupontype{
        margin-bottom: 20px;
    }
}
#limited_coupon_tabcontent .coupontype_title{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    /*cursor: pointer;*/
}
@media (max-width:480px) {
    #limited_coupon_tabcontent .coupontype_title{
        font-size: 12px;
    }
}
@media (max-width:750px) {
    #limited_coupon_tabcontent .coupontype_title img{
        max-width: 68px;
    }
}
/*
#limited_coupon_tabcontent .coupontype_title:after{
    position: absolute;
    display: block;
    content: '';
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 22px;
}
#limited_coupon_tabcontent .coupontype_title.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 18px;
}
*/
@media (max-width:750px) {
    /*
    #limited_coupon_tabcontent .coupontype_title:after{
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        bottom: 12px;
    }
    #limited_coupon_tabcontent .coupontype_title.active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 8px;
    }
    #limited_coupon_tabcontent .coupontype_content{
        display: none;
    }
    */
}
#limited_coupon_tabcontent .coupontype_content .coupontype_text{
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media (max-width:750px) {
    #limited_coupon_tabcontent .coupontype_content .coupontype_text{
        font-size: 14px;
    }
}
#limited_coupon_tabcontent .coupontype_content .coupontype_img{
    text-align: center;
    font-size: 0;
}
#limited_coupon_tabcontent .coupontype_content .coupontype_img img{
    border: solid 1px #000000;
}
#limited_coupon_tabcontent #limited_coupon_sp .coupontype_content .coupontype_img img{
    width: 357px;
}

/*------------------------------------------会社情報-----*/
#company {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 40px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 10000;
}
#company .company_background {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    max-width: 800px;
    height: 100%;
    background-color: #ffffff;
    cursor: initial;
}
#company .company {
    margin: 0 auto;
    padding: 0;
}
#company .company_close {
    position: absolute;
    bottom : 2.6vh;
    left: 50%;
    transform: translateX(-50%);
}
#company #company_close {
    display: none;
    margin: 0 auto;
    padding: 16px;
    width: 50vw;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    border-radius: 8px;
}
@media (max-width:750px) {
    #company {
        padding: 20px;
    }
    #company .company_background {
        padding: 20px;
        height: 90%;
    }
    #company #company_close {
        display: block;
    }
}
#company .company_head {
    margin: 0;
}
#company .company_head_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}
#company .company_main {
    margin: 24px 0 0 0;
}
#company .company_main_div {
    margin: 16px 0 0 0;
}
#company .company_main_title {
    padding: 4px;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    border-bottom: solid 1px #e0e0e0;
}
#company .company_main_text {
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3em;
}

/*------------------------------------------個人情報保護方針-----*/
#privacy_policy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 40px;
    font-size: 11px;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    z-index: 10000;
}
#privacy_policy .privacy_policy_background {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    max-width: 800px;
    height: 100%;
    background-color: #ffffff;
    overflow-y: scroll;
    cursor: initial;
}
#privacy_policy .privacy_policy {
    margin: 0 auto;
    padding: 0;
}
#privacy_policy .privacy_policy_close {
    position: absolute;
    bottom : 2.6vh;
    left: 50%;
    transform: translateX(-50%);
}
#privacy_policy #privacy_policy_close {
    display: none;
    margin: 0 auto;
    padding: 16px;
    width: 50vw;
    color: #ffffff;
    background-color: #000000;
    border: 0;
    border-radius: 8px;
}
@media (max-width:750px) {
    #privacy_policy {
        padding: 20px;
    }
    #privacy_policy .privacy_policy_background {
        padding: 20px;
        height: 90%;
    }
    #privacy_policy #privacy_policy_close {
        display: block;
    }
}
#privacy_policy .privacy_policy_head {
    margin: 0;
}
#privacy_policy .privacy_policy_head_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}
#privacy_policy .privacy_policy_head_text {
    margin: 12px 0 0 0;
    font-size: 14px;
}
#privacy_policy .privacy_policy_main {
    margin: 0;
}
#privacy_policy .privacy_policy_main_div {
    margin: 24px 0 0 0;
}
#privacy_policy .privacy_policy_main_title {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
#privacy_policy .privacy_policy_main_text {
    display: block;
    margin: 4px 0 0 0;
    font-size: 13px;
}

/*------------------------------------------フッター-----*/
footer {
    margin: 60px 0 0 0;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}
footer .footer_link {
    text-align: center;
    font-weight: normal;
    padding: 0;
}
footer .footer_link span {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
footer .footer_link span:hover {
    color: #808080;
}
footer .footer {
    margin: 10px 0 0 0;
    padding: 12px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

/*------------------------------------------expired_window-----*/

#expired_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, .8);
    z-index: 9999;
    display: none;
}
#expired_window .expired_window_background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 40px 40px 20px 40px;
    width: 95%;
    max-width:600px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
#expired_window .expired_window {
    margin: 0 auto;
    padding: 0;
}
#expired_window .expired_window_title {
    display: block;
    text-align: center;
}
#expired_window .expired_window_ul {
    display: block;
}
#expired_window .expired_window_li {
    display: block;
    margin: 20px 0 0 0;
}
#expired_window .expired_window_li a {
    display: flex;
    text-align: left;
    max-width: 520px;
    align-items: center;
    padding: 12px 48px 12px 12px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
#expired_window .expired_window_li a:after {
    position: absolute;
    display: block;
    content: '';
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
#expired_window .expired_window_li a:hover {
    opacity: .8;
}
#expired_window .expired_window_li a img {
    margin-right: 20px;
}
#expired_window .expired_window_foot {
    display: block;
    text-align: center;
    margin: 40px 0 0 0;
}
#expired_window .expired_window_foot span {
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}
#expired_window .expired_window_foot span:hover {
    opacity: .5;
}
@media screen and (max-width:750px) {
    #expired_window .expired_window_li {
        display: block;
        margin: 20px 0 0 0;
    }
    #expired_window .expired_window_background {
        padding: 20px;
        width: 95%;
    }
    #expired_window .expired_window_li a {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        font-size: 14px;
    }
    #expired_window .expired_window_li a img {
        width: 68px;
    }
}
