@charset "UTF-8";

/*----common 共通-------------*/
@media screen and (min-width: 768px),
print {
    #cookieLaw .cookieLawContent {
        width: 100%;
    }
}

.wrap {
    width: 100%;
    max-width: 1364px;
    margin: 0 auto;
}

@media screen and (max-width: 1420px) {
    .wrap {
        max-width: 100%;
        padding: 0 4%;
    }
}

.mv {
    text-align: center;
}

.mv img {
    width: 100%;
    height: auto;
}

.mv img.sp_none {
    max-width: 1200px;
}

.nav {
    padding: 50px 0 0;
}

@media screen and (max-width: 834px) {
    .nav {
        padding: 15px 0 0;
    }
    .nav .wrap{
        width: 100%;
        padding: 0;
    }
}

.nav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 834px) {
    .nav .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.nav .list .item {
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    width: 32%;
    text-indent: 0;
    padding-left: 0;
}

@media screen and (max-width: 834px) {
    .nav .list .item {
        width: 100%;
        margin-bottom: 2px;
    }
}

.nav .list .item a {
    display: block;
    background-color: #BD8485;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    color: #fff;
}

@media screen and (max-width: 834px) {
    .nav .list .item a {
        padding: 8.5px 0;
        font-size: 6vw;
    }
}

@media all and (-ms-high-contrast: none) {
    .nav .list .item a {
        padding: 10px 0 5px;
    }
}

.nav .list .item a:hover {
    opacity: 0.5;
}

.nav .list .item.current a {
    background-color: #841A1C;
    color: #fff;
}

section {
    padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
    section {
        padding-bottom: 20px;
    }
}

section .sec_ttl {
    width: 100%;
    max-width: 1364px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 71px;
    background-color: #841A1C;
    padding: 6px 0;
	font-size: 42px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

@media screen and (max-width: 834px) {
    section .sec_ttl {
        width: 90%;
        max-width: none;
        margin-bottom: 20px;
        padding: 3.5px 0;
        font-size: 3.4vw;
    }
}

@media screen and (max-width: 834px) {
    section .sec_ttl.sec_ttl_sp {
        width: 100%;
        text-align: center;
            font-size: 5vw;
            padding: 3.5px 0;
    }
}


@media screen and (max-width: 767px),
print {
    section .sec_ttl img {
        width: auto;
        display: inline;
    }
}

section .btn_style {
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    border: 1px solid #000;
    padding: 15px 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    text-decoration: none;
    line-height: normal;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
    section .btn_style {
        padding: 15px 0 10px;
    }
}

@media screen and (max-width: 834px) {
    section .btn_style {
        font-size: 3.5vw;
		margin-top: 10px;
    }
}

section .btn_style:hover {
    opacity: 0.5;
}

@media all and (-ms-high-contrast: none) {
    section .btn_style:after {
        padding-top: 4px;
    }
}

@media screen and (max-width: 834px) {
    section .btn_style:after {
        right: 4%;
        width: 6px;
        height: 6px;
        top: 31%;
    }
    section .txt_btn02 .btn_style:after {
        content:none;
    }
}

section .btn_style.btn_grad {
    background: #841A1C;
	border:none;
    color: #fff;
}

section .btn_style.btn_grad_bk{
    background: #000;
	border:none;
    color: #fff;
}

section .btn_style.btn_border{
    background: #fff;
    color: #000;
}

section .btn_style.btn_border:after{
    border-top-color: #000;
    border-right-color: #000;
}

main #pagetop {
    display: block;
}

main {
    max-width: 100%;
}

.pc_none {
    display: none;
}

@media screen and (max-width: 834px) {
    .pc_none {
        display: block;
    }
}

@media screen and (max-width: 834px) {
    .sp_none {
        display: none;
    }
}

/*----campaign キャンペーン-------------*/
.detail {
    padding-top: 40px;
}

@media screen and (max-width: 834px) {
    .detail {
        padding-top: 33px;
    }
}

@media screen and (max-width: 834px) {
    .detail .sec_ttl img {
        width: 53%;
        height: auto;
    }
}

section.period {
    padding-bottom: 80px;
}

.detail .apply_box,
.period .apply .apply_box {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid thin #000;
}

.detail .apply_box.apply,
.period .apply_box.apply {
    margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
    section.period {
        padding-bottom: 25px;
    }

    .detail .apply_box,
    .period .apply_box {
        width: 100%;
        border-width: 1px;
    }
}

.period .apply .list {
    font-size: 20px;
}

@media screen and (max-width: 834px) {
    .period .apply .list {
        width: 100%;
        font-size: 2.4vw;
        border-width: 1px;
    }
}

.period .apply .btn_style {
    margin: 30px auto 0;
    width: 60%;
    font-weight: bold;
    font-size: 19px;
}

@media screen and (max-width: 834px) {
    .period .apply .btn_style {
        margin: 20px auto 20px;
        width: 70%;
        font-size: 3.5vw;
    }
}

.period .apply .list2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .period .apply .list2 {
        width: 100%;
        font-size: 2.4vw;
        border-width: 1px;
    }
}

.period .apply .list3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .period .apply .list3 {
        width: 100%;
        font-size: 2.4vw;
        border-width: 1px;
    }
}

.period .apply .list3 span {
    color: #94242A;
}

@media screen and (max-width: 834px) {
    .period .apply .list3 span {
        color: #94242A;
    }
}

.detail .apply_box .ttl,
.period .apply_box .ttl {
    padding: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #000;
    color: #fff;
}

@media screen and (max-width: 834px) {

    .detail .apply_box .ttl,
    .period .apply_box .ttl {
        border-right-width: 1px;
        padding: 0 3%;
        font-size: 3vw;
        line-height: 1.2;
    }
}

.detail .apply_box .txt_box,
.period .apply_box .txt_box {
    padding: 2.5% 67px 1% 4%;
    font-size: unset;
}

@media screen and (max-width: 834px) {

    .detail .apply_box .txt_box,
    .period .apply_box .txt_box {
        padding: 4%;
    }
}

.detail .apply_box .txt_box .txt_ttl,
.period .apply_box .txt_box .txt_ttl {
    font-size: 23px;
    font-weight: bold;
    border-bottom: solid 1px #000;
    margin: 0 0 10px 0.7em;
    display: inline-block;
}

@media all and (-ms-high-contrast: none) {

    .detail .apply_box .txt_box .txt_ttl,
    .period .apply_box .txt_box .txt_ttl {
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 834px) {

    .detail .apply_box .txt_box .txt_ttl,
    .period .apply_box .txt_box .txt_ttl {
        text-decoration: underline;
        border-bottom: none;
        font-size: 3.7vw;
        margin: 0 0 7px 0;
    }
}

.detail .apply_box .txt_box .list .item,
.period .apply_box .txt_box .list .item {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 834px) {

    .detail .apply_box .txt_box .list .item,
    .period .apply_box .txt_box .list .item {
        font-size: 2.8vw;
    }
}

.period .apply_box .txt_box .list .item01 {
    padding-bottom: 0px;
}

@media screen and (max-width: 834px) {
    .period .apply_box .txt_box .list .item01 {
        font-size: 2.8vw;
    }
}

.detail .apply_box .txt_box .list .item.indent2,
.period .apply_box .txt_box .list .item.indent2 {
    padding-left: 2em;
}

.detail .apply_box .txt_box .list .item a,
.period .apply_box .txt_box .list .item a {
    color: #1833ba;
    text-decoration: underline;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.detail .apply_box .txt_box .list .item a:hover {
    opacity: .5;
}

@media screen and (max-width: 1199px) {
    .detail .apply_box .txt_box .list .item .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

.detail .sec_ttl {
    margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
    .detail .sec_ttl {
        margin-bottom: 10px;
        font-size: 1.3125rem;
        padding: 3.5px 0;
        width: 92%;
        color: #fff;
        background-color:#841A1C;
        font-size: 5vw;
    }
}

.detail .cashback_box {
    text-align: center;
}

.detail .cashback_box .txt {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

@media screen and (max-width: 1200px) {
    .detail .cashback_box .txt {
        font-size: 3.6vw;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 834px) {
    .detail .cashback_box .txt {
        font-size: 3.4vw;
        letter-spacing: -0.05em;
    }
}

.detail .cashback_box img {
    width: 100%;
    margin: 0 auto;
}

.detail .apply,
.period .apply {
    background: #f3f0f0;
    padding: 40px 5% 57px;
}

.detail .apply .btn_style {
    margin: 0 auto 60px;
    width: 38.33%;
    font-weight: bold;
    font-size: 19px;
    position: relative;
}

.detail .apply .btn_style::after {
    position: absolute;
    right: 1.5em;
    content: '>';
    display: inline-block;
}

@media screen and (max-width: 834px) {

    .detail .apply,
    .period .apply {
        padding: 20px 4%;
        margin-bottom: 10px;
    }

    .detail .apply .btn_style {
        width: 60%;
        font-size: 1.3em;
        margin: 0 auto 36px;
    }
}

.detail .apply .txt_ttl {
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

@media screen and (max-width: 834px) {

    .detail .apply .txt_ttl,
    .period .apply .txt_ttl {
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 10px;
    }
}

.detail .apply .txt_ttl span,
.period .apply .txt_ttl span {
    border-bottom: solid 1px #1b1b1b;
}

.detail .apply .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail .apply .txt_box:nth-of-type(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 834px) {
    .detail .apply .txt_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.detail .apply .txt_box .ttl {
    width: 149px;
    height: 149px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #841A1C;
    font-size: 18px;
    color: #fff;
    margin-right: 43px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {

    .detail .apply .txt_box .ttl,
    .period .apply .txt_box .ttl {
        width: 100%;
        height: auto;
        padding: 5px 0;
        font-size: 2.6vw;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.detail .apply .txt_box .list {
    font-size: 20px;
}

@media screen and (max-width: 834px) {

    .detail .apply .txt_box .list,
    .period .apply .txt_box .list {
        font-size: 2.4vw;
    }
}

.detail .apply .txt_box .list .item {
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.07em;
    line-height: 1.8;
}

.detail .apply .txt_box .list .item a {
    text-decoration: underline;
}

.detail .apply .txt_box .list .item.indent2 {
    padding-left: 2em;
    text-indent: -1em;
}

@media screen and (max-width: 834px) {
    .period .sec_ttl img {
        width: 67%;
        height: auto;
    }
}

.period .list .item {
    padding-bottom: 20px;
    text-align: center;
}

.period .list .l-item {
    padding-bottom: 10px;
    text-align: left;
}

.period .list .item:nth-of-type(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 1199px),
print {
    .period .list .item {
        padding-bottom: 2vw;
    }

    .period .list .item:nth-of-type(even){
        margin-bottom: 5vw;
    }
}

.period .list .item01 {
    padding-bottom: 0px;
}

.period .apply {
    max-width: 1175px;
    margin: 0 auto;
}

.period .apply .txt_ttl {
    font-size: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 834px){
    .period .apply .txt_ttl{
        font-size: 2.8vw;
        margin-bottom: 5vw;
    }
}

.period .apply .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: #1B1B1B 2px solid;
    max-width: 960px;
    margin: auto;
}

.period .apply .txt_box .ttl {
    background-color: #1B1B1B;
    color: #fff;
    width: 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 0;
}

@media screen and (max-width: 834px){
    .period .apply .txt_box .ttl{
        width: 30vw;
        font-size: 2.6vw;
    }
}

.period .apply .list {
    padding: 30px 50px 20px;
    font-size: 18px;
}

@media screen and (max-width: 834px) {
    .period .apply .list {
        padding: 2% 3% 1%;
    }
}

@media screen and (max-width: 834px) {
    .period .list .item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1199px),
print {
    .period .list .item01 {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        display: block;
    }

    .period .list .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.period .list .item .ttl {
    padding: 8px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.period .list .item .ttl:nth-of-type(odd) {
    width: 25%;
    margin-right: 3%;
}

@media screen and (max-width: 834px) {
    .period .list .item .ttl:nth-of-type(odd) {
        width: 35%;
        margin-right: 2%;
    }
}


@media screen and (max-width: 1199px),
print {
    .period .list .item .ttl {
        font-size: 2.1vw;
    }
}

.period .list .item .txt {
    font-size: 50px;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.period .list .item:nth-of-type(even) .txt {
    font-size: 42px;
    color: #E62319;
}

@media screen and (max-width: 1350px),
print {
    .period .list .item .txt {
        font-size: 2.2vw;
    }
}

@media screen and (max-width: 834px) {
    .period .list .item .txt {
        font-size: 3.8vw !important;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1.2;
    }
}

.period .list .item .txt span {
    font-size: 144%;
}

.period .list .item .txt .cam_color {
    color: #C8161E;
    border-bottom: #C8161E solid 2px;
}

.period .list .item .ttl {
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.period .list .item:nth-of-type(odd) .ttl {
    color: #fff;
    background: #000;
    /* margin: 0 auto; */
    width: 17.89%;
    margin-bottom: 0.5em;
    display: inline-block;
}

.period .list .item:nth-of-type(even) .ttl {
    color: #000;
    position: relative;
    display: inline-block;
    line-height: 57px;
    border-right: 1px solid #707070;
    width: 15%;
}

.period .list .item:nth-of-type(even) .ttl::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 40px;
    background-color: #707070;
    position: absolute;
    top: 13px;
    right: 0px;
}

@media screen and (max-width: 834px) {
    .period .list .item:nth-of-type(odd) .ttl {
        margin: 3% 5%;
        width: 34%;
        font-size: 3.2vw;
    }

    .period .list .item:nth-of-type(even) .ttl {
        font-size: 3vw;
        padding: 0 2% 0 0;
        width: 18%;
        line-height: 2.7;
    }

    .period .list .item:nth-of-type(even) .ttl::after {
        content: "";
        display: inline-block;
        width: 3px;
        height: 40px;
        background-color: #707070;
        position: absolute;
        top: 13px;
        right: 0px;
    }
}

section.item {
    background: #f3f0f0;
    padding-top: 60px;
    margin-bottom: -32px;
}

section.item .item_box {
    display: block;
    background-color: #000;
    width: 100%;
    max-width: 1362px;
    padding: 0 10px 10px;
    margin-bottom: 50px;
}

.item .item_boxsm {
    background-color: #841A1C;
    padding: 0 10px 10px;
    width: 100%;
    max-width: 1362px;
    margin: 0 auto 30px;
}

.item .item_boxsm:last-of-type {
    margin-top: 30px;
}

.item .box-top0 {
    margin-top: 0 !important;
}

.item .item_boxsm h4 {
    color: #fff;
    font-size: 42px;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    font-weight:bold;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 834px) {
    section.item {
        padding: 3% 3% 13%;
    }

    .item .item_boxsm h4{
        font-size: 5.4vw;
    }
}

.item .item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.item .border {
    background: #fff;
    width: 49%;
    height: auto !important; 
    margin-bottom: 25px;
    padding: 2% 2% 5% 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-around;
}

.red-text{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #c8161e;
    padding-top: 1rem;
    text-align: center;
}

.item .border-1 {
    width: 100%;
}

.item .border5 {
    width: 100%;
    /* height: 429px; */
}

.item .border15 {
    width: 100%;
}

.item .border15 .main_box {
    width: 50%
}

@media screen and (max-width: 834px) {
    .item .border {
        width: 100%;
        /* height: auto; */
        padding: 4% 8% 5%;
        margin-bottom: 24px;
        position: relative;
    }

    .item_list .border:not(:last-child) {
        margin-bottom: 12px;
    }

    .item .border15 .main_box {
        width: 100%;
    }
}

.item .main_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px){
    .item .border5 .main_box {
        display: block;
    }
}

.item .main_box .txt {
    font-size: 32px;
    text-align: left;
}

.item .main_box a {
    width: 234px;
}

.period .list .item:nth-of-type(even) .ttl::after {
    content: none;
}

@media screen and (max-width: 1199px) {
    .item .main_box a {
        width: 222px;
        margin-left: 14px;
    }
}

@media screen and (max-width: 834px) {
    .item .sec_ttl img {
        width: 67%;
        height: auto;
    }

    .period .list .item:nth-of-type(even) .ttl::after {
        width: 3px;
        height: 30px;
        background-color: #707070;
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .item .main_box a {
        width: 28vw;
        font-size: 2.2vw;
        margin-top: 0;
        margin-left: 0;
    }
}

.period .att .item {
    font-size: 13px;
    padding-left: 3em;
    text-indent: -1em;
}

@media screen and (max-width: 834px) {
    .period .att .item {
        font-size: 3.3vw;
        padding-left: 2em;
    }
}

section.item .sec_ttl {
    margin-bottom: 30px;
}

section.item .sec_ttl2 {
    margin: 25px auto 41px;
}

section.item h3.sec_ttl {
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    background: #000;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}

@media screen and (max-width: 834px) {
    section.item .sec_ttl {
        margin-bottom: 0;
    }

    section.item h2.sec_ttl:first-of-type {
        margin-bottom: 24px;
    }

    section.item h3.sec_ttl {
        margin-top: 0;
        padding: 2px 0;
    }
}

@media screen and (max-width: 1199px) {
    .period .att .item .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

@media screen and (max-width: 834px) {
    .item .wrap {
        width: auto;
    }

    .item .main_box {
        padding: 0;
        gap: 1vw;
    }
}

.item .main_box .btn {
    margin-top: 20px;
}

.item .main_box .btn+.btn {
    margin-top: 10px;
}

.item .accessory {
    font-size: 35px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    margin-bottom: -30px;
}

@media screen and (max-width: 1000px),
print {
    .item .accessory {
        font-size: 28px;
    }
}

@media screen and (max-width: 834px) {
    .item .accessory {
        font-size: 3.1vw;
        padding-bottom: 5%;
    }
}



.item .accessory.tanpin {
    font-weight: 700;
    margin-top: 0;
}

@media screen and (max-width: 834px) {
    .item .accessory.tanpin {
        font-size: 6.1vw;
        margin-top: 0;
    }
}


.item .accessory img {
    width: 570px;
    margin-right: 20px;
}

@media screen and (max-width: 834px) {
    .item .accessory img {
        width: 80%;
        margin-right: 4vw;
    }
}


.item .main_box .note {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    .item .main_box .note {
        font-size: 3.1vw;
    }
}

.item .item_ttl {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
    .item .item_ttl {
        padding: 8px 0 0;
    }
}

@media screen and (max-width: 834px) {
    .item .item_ttl{
        font-size: 4vw;
        padding-bottom: 5vw;
    }

    .item .item_ttl span {
        font-size: 2.45vw;
    }

    .item .main_box .sp_btn_01 {
        width: 48%;
        max-width: 100%;
        float: left;
        margin: 5% auto !important;

    }

    .item .main_box .sp_btn_02 {
        width: 48%;
        max-width: 100%;
        float: right;
        margin: 5% auto !important;

    }

}

.item .txtbtn_box {
    text-align: center;
}


@media screen and (max-width: 834px) {

    .item .txtbtn_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: 30px;
    }

    .item .txtbtn_box div {
        width: 50%;
    }

    .item .txtbtn_box a {
        width: 80%;
        font-size: 2.2vw;
    }

    .item .txt_box .btn {
        width: 100%;
    }


    .txt_box .img {
        float: left;
        width: 30%;
    }

}

.item .inner~.inner {
    margin-top: 9.4%;
    background: #fff;
}

.item .flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8%;
}

@media screen and (max-width: 834px) {
    .item .back {
        width: 80%;
        margin: 0 auto 7%;
    }
}

.item .item_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.item .item_boxsm .img {
    text-align: center;
}

@media screen and (max-width: 834px) {
    .item .item_boxsm .img {
        max-width: 60%;
    }

    .item .item_box {
        width: 100%;
    }

    .item .item_box .img-w100 {
        width: 100% ;
        max-width: 100% ;
    }
}

.item .item_box .item_ttl {
    font-size: 32px;
    line-height: 1.33;
    text-align: center;
    padding-bottom: 40px;
}

.item .item_box .note {
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 18px;
}

@media screen and (max-width: 834px) {
    .item .item_box .item_ttl {
        font-size: 4.5vw;
    }

    .item .item_box .note {
        font-size: 3.6vw;
    }
}

.item .item_box .btn {
    margin-top: 10px;
    width: 240px;
}

.item .item_box .btn-center {
    margin: 10px auto 0;
}

@media screen and (max-width: 834px){
    .item .item_box .btn-center a {
        margin: 0 auto;
    }
}

.item .item_box .btn-bottom {
    margin-bottom: 30px;
}


@media screen and (max-width: 834px) {
    .item .item_box .btn-bottom {
        margin-bottom: 0;
    }

    .item .item_box .btn {
        width: 100%;
    }

    .txt_btn02 {
        margin-top: 1%;
        width: 100%;
    }

    .txt_btn02 .btn {
        width: 100%;
    }

    .txt_btn02 .btn a {
        width: 96%;
    }

}


@media screen and (max-width: 834px) {
    .item .item_box .btn+.btn {
        margin-top: 3%;
    }
}

.item .item_box .btn_style::after {
    display: none;
}


.item .or {
    font-size: 1.6rem;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    margin-top: -60px;
    color: #BB872F;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #BB872F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
    .item .or {
        font-size: 3.7vw;
        margin-top: -4vw;
        width: 10vw;
        height: 10vw;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
    }
}


.item .item_clm {
    padding-bottom: 20px;
}

.item .ttl_clm {
    width: 100%;
    margin: 0 auto 35px;
}

@media screen and (max-width: 834px) {
    .item .ttl_clm {
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm .ttl_clm {
        width: 100%;
        margin-bottom: 15px;
    }
}

.item .item_clm .ttl_clm img {
    width: 100%;
    height: auto;
}

.item .item_clm .list .clm .txt {
    font-size: 24px;
    font-weight: bold;
    width: 45%;
}

@media screen and (max-width: 1100px) {
    .item .item_clm .list .clm .txt {
        font-size: 2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm .list .clm .txt {
        font-size: 4vw;
        width: calc(55% - 10px);
    }
}

.item .item_clm .list .clm .txt span {
    font-size: 14px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm .list .clm .txt span {
        font-size: 2.5vw;
    }
}

.item .item_clm .list .clm .txt .name {
    font-size: 28px;
}

.item .item_box .txt_btn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 834px) {
    .item .item_clm .list .clm .txt .name {
        font-size: 4.4vw;
    }

    .item .item_box .txt_btn01 {
        display: none;
    }

    .txt_btn02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.item .item_clm .list .clm .txt .type {
    margin-top: 10px;
}

.item .item_clm .list .clm .txt .type li {
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    .item .item_clm .list .clm .txt .type li {
        font-size: 2.5vw;
    }
}

.item .item_clm .list .clm .txt .type li+li {
    margin-top: 3px;
}

@media screen and (max-width: 834px) {
    .item .item_clm .btn_style {
        font-size: 2.8vw;
    }
}

.item .item_clm.back_01 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list {
        width: 92%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.item .item_clm.back_01 .list .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm {
        width: 100%;
    }
}

.item .item_clm.back_01 .list .clm .img {
    width: 50%;
    margin-right: 3%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.item .item_clm.back_01 .list .clm .img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_01 .list .clm .img {
        width: 54%;
    }
}

.item .item_clm.back_01 .list .clm .txt {
    padding-top: 25px;
    line-height: 1;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm .txt {
        padding-top: 3%;
    }
}

.item .item_clm.back_01 .list .clm .small {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_01 .list .clm .small {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm .small {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_1 .txt_box {
        width: 43%;
    }
}

.item .item_clm.back_01 .list .clm_2 .txt2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 7%;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_01 .list .clm_2 .txt2 {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_2 .txt2 {
        padding-top: 0;
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_2 .txt2 .pc_none {
        font-size: 3.5vw;
    }
}

.item .item_clm.back_01 .list .clm_2 .txt2 .ttl {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_01 .list .clm_2 .txt2 .ttl {
        font-size: 2.5vw;
    }
}

.item .item_clm.back_01 .list .clm_2 .txt2 .mb {
    padding-bottom: 20px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_2 .txt2 .mb {
        padding-bottom: 10px;
    }
}

.item .item_clm.back_01 .list .clm_2 .small {
    font-size: 12px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_01 .list .clm_2 .small {
        font-size: 1vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_01 .list .clm_2 .small {
        font-size: 2vw;
    }
}

.item .item_clm.back_02 {
    padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_02 {
        padding-bottom: 15px;
    }
}

.item .item_clm.back_02 .list {
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02:nth-of-type(1) .list {
        padding-bottom: 25px;
        border-bottom: 1px solid #003476;
    }
}

.item .item_clm.back_02 .list .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .clm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.item .item_clm.back_02 .list .clm .img {
    width: 55%;
    padding: 0 8%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .clm .img {
        width: 45%;
        margin-right: 10px;
        padding: 0;
    }
}

.item .item_clm.back_02.lens .list .clm .img {
    padding: 0 18%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02.lens .list .clm .img {
        padding: 0 8%;
    }
}

.item .item_clm.back_02 .list .clm .img img {
    width: 100%;
    height: auto;
}

.item .item_clm.back_02 .list .clm .txt .small {
    font-size: 14px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_02 .list .clm .txt .small {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .clm .txt .small {
        font-size: 2.5vw;
    }
}

.item .item_clm.back_02 .list .clm .txt .indent {
    padding-left: 1em;
    text-indent: -1em;
}

.item .item_clm.back_02 .list .clm .txt .btn_style {
    margin-top: 25px;
    max-width: 260px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .clm .txt .btn_style {
        max-width: none;
        margin-top: 15px;
    }
}

.item .item_clm.back_02 .list .movie {
    width: 80%;
    margin: 35px auto 0;
    background: #dee7e6;
    border-radius: 15px;
    padding: 25px 40px 30px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie {
        width: 100%;
        margin: 20px auto 0;
        border-radius: 10px;
        padding: 18px 5% 25px;
    }
}

.item .item_clm.back_02 .list .movie_ttl {
    font-size: 24px;
    line-height: 1.35;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie_ttl {
        font-size: 3vw;
        line-height: 1.53;
        margin-bottom: 15px;
        letter-spacing: -0.02em;
    }
}

.item .item_clm.back_02 .list .movie_img {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie_img {
        width: 100%;
    }
}

.item .item_clm.back_02 .list .movie_img a {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.item .item_clm.back_02 .list .movie_img a:hover {
    opacity: 0.5;
}

.item .item_clm.back_02 .list .explanation {
    font-size: 18px;
    line-height: 1.66;
    margin-top: 30px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .explanation {
        font-size: 2.4vw;
        line-height: 1.8;
        margin-top: 15px;
    }
}

.item .item_clm.back_02 .list .explanation span {
    font-size: 13px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .explanation span {
        font-size: 2.2vw;
    }
}

.item .item_clm.back_03 {
    padding-bottom: 70px;
}

.item .item_clm.back_02 .list .movie_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.item .item_clm.back_02 .list .movie_area>* {
    width: 48.5%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie_area>* {
        width: 100%;
    }
}

.item .item_clm.back_02 .list .movie_area .credit {
    display: block;
    font-size: 13px;
    margin: 8px 0 15px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie_area .credit {
        font-size: 2.4vw;
    }
}

.item .item_clm.back_02 .list .movie_area .movie_img:nth-of-type(-n+2) {
    margin: 0 0 20px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_02 .list .movie_area .movie_img:nth-of-type(-n+2) {
        margin: 0 0 5px;
    }
}

.item .item_clm.back_02 .list .movie_area .btn_style {
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 {
        padding-bottom: 35px;
    }
}

.item .item_clm.back_03.center .list .img img {
    width: 75%;
}

.item .item_clm.back_03 .list {
    width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 .list {
        width: 92%;
    }
}

.item .item_clm.back_03 .list .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item .item_clm.back_03 .list .img {
    width: 44%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 .list .img {
        width: 50%;
        margin-right: 3%;
        text-align: center;
    }
}

.item .item_clm.back_03 .list .img img {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 .list .img img {
        width: 45%;
        display: inline;
    }
}

.item .item_clm.back_03 .list .txt {
    width: 56%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 .list .txt {
        width: 50%;
    }
}

.item .item_clm.back_03 .list .txt p {
    padding-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_03 .list .txt p {
        padding-bottom: 7px;
    }
}

.item .item_clm.back_04 {
    padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 {
        padding-bottom: 0;
    }
}

.item .item_clm.back_04 .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item .item_clm.back_04 .flex_box .flex_clm.clm1 {
    width: 100%;
}

.item .item_clm.back_04 .flex_box .flex_clm.clm1 .list .clm .txt {
    font-size: 17px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .flex_box .flex_clm.clm1 .list .clm .txt {
        font-size: 3vw;
    }
}

.item .item_clm.back_04 .flex_box .flex_clm.clm2 {
    width: 100%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .flex_box .flex_clm.clm2 .list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .flex_box .flex_clm.clm2 .list .clm {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .flex_box .flex_clm.clm2 .list .clm img {
        width: 51%;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .flex_box .flex_clm.clm2 .list .clm .txt_box {
        width: 50%;
    }
}

.item .item_clm.back_04 .list {
    width: 88%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .list {
        width: 92%;
    }
}

.item .item_clm.back_04 .list .clm {
    width: 24.5%;
    margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .list .clm {
        width: 46%;
        margin-bottom: 35px;
    }
}

.item .item_clm.back_04 .list .clm:not(:nth-of-type(3n)):not(:nth-last-of-type(1)) {
    margin-right: 13.25%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .list .clm:not(:nth-of-type(3n)):not(:nth-last-of-type(1)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .list .clm:not(:nth-of-type(2n)):not(:nth-last-of-type(1)) {
        margin-right: 8%;
    }
}

.item .item_clm.back_04 .list .clm .txt {
    padding-bottom: 15px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_04 .list .clm .txt {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_04 .list .clm .txt {
        font-size: 3vw;
        padding-bottom: 7px;
    }
}

.item .item_clm.back_04 .list .clm img {
    width: 59%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.item .item_clm.back_05 {
    padding-bottom: 25px;
}

.item .item_clm.back_05 .list {
    width: 88%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list {
        width: 100%;
    }
}

.item .item_clm.back_05 .list .clm {
    width: 24.5%;
    margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm {
        margin-bottom: 15px;
    }

    .item .item_clm.back_05 .list .clm:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

.item .item_clm.back_05 .list .clm .txt_box {
    position: relative;
    padding-bottom: 40px;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm .txt_box {
        position: static;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .item .item_clm.back_05 .list .clm .img {
        width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        padding-right: 10px;
        height: auto !important;
    }

    .item .item_clm.back_05 .list .clm .txt_box {
        width: 100%;
        height: auto !important;
    }
}

.item .item_clm.back_05 .list .clm:not(:nth-of-type(3n)):not(:nth-last-of-type(1)) {
    margin-right: 13.25%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm:not(:nth-of-type(3n)):not(:nth-last-of-type(1)) {
        margin-right: 0;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm:not(:nth-of-type(2n)):not(:nth-last-of-type(1)) {
        margin-right: 0;
    }
}

.item .item_clm.back_05 .list .clm .txt {
    font-size: 27px;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_05 .list .clm .txt {
        font-size: 2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm .txt {
        font-size: 4.5vw;
    }
}

.item .item_clm.back_05 .list .clm .small {
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .item .item_clm.back_05 .list .clm .small {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm .small {
        font-size: 2.5vw;
    }
}

.item .item_clm.back_05 .list .clm .indent {
    padding-left: 1em;
    text-indent: -1em;
}

.item .item_clm.back_05 .list .clm .btn_style {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 834px) {
    .item .item_clm.back_05 .list .clm .btn_style {
        margin-top: 10px;
        position: relative;
    }
}

.item .item_clm.back_05 .list .clm img {
    display: block;
    margin: 0 auto 15px;
}

.item .btn_box {
    padding-bottom: 85px;
    width: 22%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .item .btn_box {
        width: 60%;
        padding-bottom: 40px;
    }
}

.item .att {
    margin: 0 auto;
    width: 90%;
    max-width: 1362px;
    color: #000;
}

@media screen and (max-width: 834px) {
    .item .att {
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }
}

@media screen and (max-width: 834px) {
    .item .border .att {
        width: auto;
    }
}

.item .att .item {
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 834px) {
    .item .att .item {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 834px) {
    .item .att .item .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

/*----apply お申込み方法-------------*/
.apply .step_box .apply_clm .cam_color {
    color: #C8161E;
	
}

@media screen and (max-width: 834px) {
	.apply .step_box .apply_clm .cam_color {
		font-size: 3.2vw;
	}
}
.apply .list .item, .note .list .item {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
}

.list .item.pb0 {
    padding-bottom: 0;
}

@media screen and (max-width: 834px) {
    .list .item {
        font-size: 3.2vw;
    }
}

@media screen and (max-width: 834px) {
    .list .item .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

.list .item.indent2 {
    padding-left: 2em;
}

@media screen and (max-width: 834px) {
    .sp_wrap {
        width: 95%;
        margin: 0 auto;
    }
}

.apply {
    padding-top: 40px;
}

@media screen and (max-width: 834px) {
    .apply {
        padding-top: 13px;
    }
}

.apply .wrap{
    width: 90%;
}

.pagelink{
    padding: 30px 0 0px;
}

.pagelink .list {
	text-align: center;
}

@media screen and (max-width: 834px) {
    .pagelink .list{
        border-width: 2px;
        width: 100%;
    }

    .apply .wrap{
        width: 100%;
    }
}
.pagelink .list .item{
    padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .pagelink .list .item{
    padding-bottom: 20px;

    }
}
.pagelink .list a{
text-decoration: underline;
    font-size: 25px;
}

@media screen and (max-width: 834px) {
    .pagelink .list a{
text-decoration: underline;
    font-size: 3vw;

    }
}
#link419 ,#link420  {
    font-size: 32px;
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    #link419 ,#link420{
    font-size: 3.4vw;

    }
}
#link419 span , #link420 span  {
    border-bottom: solid 1px #1b1b1b;
}
@media screen and (max-width: 834px) {
    #link419 span , #link420 span{
    border-bottom: solid 1px #1b1b1b;
    }
}

.apply .border{
    border: 4px solid #841A1C;
    border-top: 0;
    padding-bottom: 50px;
    margin: 0 auto;
        width: 100%;
        max-width: 1364px;
}

@media screen and (max-width: 834px) {
    .apply .border{
        border-width: 2px;
        width: 100%;
      padding-bottom: 4%;
    }
}

.apply .border .sec_ttl{
    width: 100%;
    color: #fff;
    background-color: #841A1C;
    font-size: 42px;
}

@media screen and (max-width: 834px) {
    .apply .sec_ttl img {
        width: 41%;
        height: auto;
    }
}

.apply .step_box {
    padding-bottom: 110px;
}

.apply .step_box.step1 {
    padding-bottom: 97px;
}

@media screen and (max-width: 834px) {
    .apply .step_box, .apply .step_box.step1 {
        padding-bottom: 40px;
    }
    .apply .step_box.step2 {
        padding-bottom: 55px;
    }
}

.apply .triangle {
    position: relative;
}

.apply .triangle:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 46.5px 0 46.5px;
    border-color: #841A1C transparent transparent transparent;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
    .apply .triangle:after {
        border-width: 24px 23.5px 0 23.5px;
        top: -40px;
    }
}

.apply .step_box .step_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    .apply .step_box .step_txt {
        margin-bottom: 25px;
    }
}

.apply .step_box .step_txt .step {
  position: relative;
  width:180px;
	height: 60px;
    background-color: #000;
    font-size: 24px;
  padding:.4em 0;
  margin:0;
  text-align:center;
  color: #fff;
}
.apply .step_box .step_txt .step:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top:0px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 30px 0 30px 1em;
  z-index: 10;
}

@media all and (-ms-high-contrast: none) {
    .apply .step_box .step_txt .step {
        padding: 1% 2% 0 2%;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box .step_txt .step {
        font-size: 3.5vw;
    }
    .apply .step_box .step_txt .step {
        position: relative;
        width:25%;
        background-color: #000;
        margin:0;
        text-align:center;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 55px;
    }
    .apply .step_box .step_txt .step:before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
        top:0px;
        right:-1em;
        border-style: solid;
        background: -webkit-gradient(linear, left top, right top, from(rgb(200 22 30)), to(rgb(94 12 18)));
        background: -o-linear-gradient(left, rgb(200 22 30) 0%, rgb(94 12 18) 100%);
        background: linear-gradient(90deg, rgb(200 22 30) 0%, rgb(94 12 18) 100%);
        z-index: 10;
        border-width: 28px 0 27px 1em;
    }
}

.apply .step_box .step_txt .txt {
    padding: 0% 5%;
    font-size: 26px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.apply .step_box .step_txt .txt02 {
    padding: 1.5% 5%;
}

@media all and (-ms-high-contrast: none) {
    .apply .step_box .step_txt .txt {
        padding: 1.5% 2% 0.5%;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box .step_txt .txt {
        font-size: 3.5vw;
        word-break: keep-all;
        padding-right: 0;
    }
}

.apply .step_box .apply_clm:not(:nth-last-of-type(1)) {
    padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm:not(:nth-last-of-type(1)) {
        padding-bottom: 20px;
    }
}

.apply .step_box .apply_clm .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .ttl {
        padding-bottom: 5px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.apply .step_box .apply_clm .ttl .number {
    font-size: 35px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #C8161E;
    margin-right: 10px;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .ttl .number {
        font-size: 30px;
        width: 50px;
        height: 50px;
        margin-right: 2vw;
    }
}

.apply .step_box .apply_clm .ttl .ttl_txt {
    font-size: 36px;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
    .apply .step_box .apply_clm .ttl .ttl_txt {
        padding-top: 7px;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .ttl .ttl_txt {
        font-size: 4.2vw;
        text-align: justify;
        line-height: 1.33;
    }
}

.apply .step_box .apply_clm .ttl .ttl_txt .ie {
    display: none;
}

@media screen and (max-width: 979px) and (-ms-high-contrast: none) {
    .apply .step_box .apply_clm .ttl .ttl_txt .ie {
        display: block;
    }
}

.apply .step_box .apply_clm .txt {
    font-size: 16px;
    padding-bottom: 30px;
    padding-left: 60px;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .txt {
        padding: 5px 0 10px calc(27px + 2vw);
        font-size: 3.2vw;
        line-height: 1.6;
    }
}

.apply .step_box .apply_clm .list {
    padding-left: 60px;
}
.apply .step_box .apply_clm .list_apply1 {
    padding-left: 0px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .list {
        padding-left: 4%;
    }
	    .apply .step_box .apply_clm .list_apply1 {
        padding-left: 0;
    }
}

.apply .step_box .apply_clm .list .item {
    font-size: 18px;
}

.apply .step_box .apply_clm .item-sm {
    font-size: 14px;
    display: block;
    text-align: right;
    margin-top: -45px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm .list .item {
        font-size: 3.2vw;
    }
    .apply .step_box .apply_clm .list .item:first-child {
        padding-left: 0;
    }
    .apply_clm .sp-only.step1_btn {
        margin: 2.8em auto 3.5em;
        width: 75%;
        position: relative;
    }
    .apply_clm .sp-only.step1_btn::after {
        content: ">";
        position: absolute;
        color: #fff;
        right: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

.apply .step_box .apply_clm .list .item a {
    color: #2222cc;
    text-decoration: underline;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.apply .step_box .apply_clm .list .item a:hover {
    opacity: .5;
}

.apply .step_box .apply_clm.clm_01 .flex_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_01 .flex_box {
        padding-bottom: 0;
        margin-top: 24px;
    }
}

.apply .step_box .apply_clm.clm_01 .flex_box img {
    width: 20%;
    height: auto;
    margin-left: 5%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_01 .flex_box img {
        width: 40%;
        margin: 1.2em 0 1em 10%;
    }
}

.apply .step_box .apply_clm.clm_01 .flex_box .btn_style {
    margin-left: 60px;
    width: 62%;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_01 .flex_box .btn_style {
        margin: 0 auto 20px;
        width: 70%;
        font-size: 3.5vw;
    }
}
.apply .step_box .apply_clm.clm_01 .flex_box .btn_style02 {
margin: 0 auto;
    width: 100%;
}
.apply .step_box .item_step_01 {
    float: left;
    width: 45%;
}
.apply .step_box .item_step_02 {
    float: right;
    width: 53%;
}

.apply .step_box .apply_clm.clm_02 .flex_box img {
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_02 .flex_box img {
    width: 70%;
    margin: 0 auto;
    margin-left: 4vw;
    }
.apply .step_box .item_step_01 {
    float: none;
    width: 100%;
    margin-bottom: 2em;
}
.apply .step_box .item_step_02 {
    float: none;
    width: 100%;
}
}

.apply .step_box .apply_clm.clm_03 .img_box {
    text-align: right;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_03 .img_box {
        text-align: center;
    }
}

.apply .step_box .apply_clm.clm_03 .img_box img {
    width: 85%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_03 .img_box img {
        width: 70%;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_03 .img_box img.pc_none {
        display: inline-block;
    }
}

.apply .step_box .apply_clm.clm_03 .list {
    padding-bottom: 20px;
}

.apply .step_box .apply_clm.clm_04 .flex_box .txt_box {
    padding-bottom: 20px;
}

.apply .step_box .apply_clm.clm_04 .flex_box .list + .txt{
    margin-top: 40px;
    font-size: 13px;
    font-weight: normal;
    padding-left: 0;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_04 .txt.pc_none{
        font-weight: normal;
        margin-top: 30px;
        padding-left: 0;
    }
}

.apply .step_box .apply_clm.clm_04 .flex_box img{
    margin-left: 5%;
    width: 38%;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {
    .apply .step_box .apply_clm.clm_04 .flex_box img{
        margin: 0 auto;
        width: 70%;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_txt .txt {
        padding: 5% 9%;
    }
}

.apply .step_box.step2 .step_wrap {
    padding: 0 20px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap {
        padding: 0;
    }
}

.apply .step_box.step2 .step_wrap .txt {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .txt {
        font-size: 3.2vw;
        line-height: 1.6;
        padding-bottom: 20px;
    }
}

.apply .step_box.step2 .step_wrap .txt .red {
    color: #f00000;
}

.apply .step_box.step2 .step_wrap .txt.necessary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .txt.necessary {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 2.2vw;
        padding-bottom: 20px;
    }
}

.apply .step_box.step2 .step_wrap .txt.necessary .square {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0.7% 1.8%;
    margin-right: 15px;
    font-size: 16px;
    border: solid 1px #73757e;
}

@media all and (-ms-high-contrast: none) {
    .apply .step_box.step2 .step_wrap .txt.necessary .square {
        padding: 0.5% 1% 0 1%;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .txt.necessary .square {
        font-size: 3.2vw;
        padding: 0.5% 4%;
        margin-bottom: 5px;
    }
}

.apply .step_box.step2 .step_wrap .txt.necessary .necessary_txt {
    font-size: 16px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .txt.necessary .necessary_txt {
        font-size: 3.2vw;
    }
}

.apply .step_box.step2 .step_wrap .img_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .img_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        margin-top: 20px;
    }
}

.apply .step_box.step2 .step_wrap .img_list .item {
    width: 46%;
    margin: 0 1%;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .img_list .item {
        width: 100%;
    }
}

.apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(1) ,
.apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(2){
    margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(1),
    .apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(2){
        margin-bottom: 0;
    }
}

.apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(3) ,
.apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(4) {
   margin-top: 10px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(2),
    .apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(3),
    .apply .step_box.step2 .step_wrap .img_list .item:nth-of-type(4) {
        margin-top: 20px;
    }
}

.apply .step_box.step2 .step_wrap .img_list .item .list_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

@media screen and (max-width: 834px) {
    .apply .step_box.step2 .step_wrap .img_list .item .list_ttl {
        font-size: 3.2vw;
        padding-bottom: 5px;
    }
}

.apply .step_box.step2 .step_wrap .img_list .item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.apply .step_fin {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    background-color: #841A1C;
    color: #fff;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

@media all and (-ms-high-contrast: none) {
    .apply .step_fin {
        padding: 15px 0 7px 0;
    }
}

@media screen and (max-width: 834px) {
    .apply .step_fin {
        width: 80%;
        padding: 3px 0;
        font-size: 4.7vw;
        margin-bottom: 20px;
    }
}

.cash .border{
    border: 4px solid #841A1C;
    border-top: 0;
    padding-bottom: 50px;
        width: 100%;
        max-width: 1364px;
    margin: 0 auto;
}
@media screen and (max-width: 834px) {
    .cash .border{
        border-width: 2px;
        width: 100%;
      padding-bottom: 4%;
    }
}


.cash .border .wrap{
    width: 90%;
}

.cash .border .sec_ttl{
    width: 100%;
    color: #fff;
    background-color: #841A1C;
    font-size: 42px;
}

@media screen and (max-width: 834px) {
    .cash .border .wrap{
        width: 100%;
    }
    .cash .sec_ttl img {
        width: 47%;
        height: auto;
    }
}

.cash .lead {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 25px;
}

@media screen and (max-width: 834px) {
    .cash .lead {
        font-size: 3vw;
        text-align: left;
    }
}

.cash .img_flow {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
    .cash .img_flow {
        margin-bottom: 20px;
    }
}

.cash .txt {
    font-size: 16px;
    padding: 0 5%;
}

@media screen and (max-width: 834px) {
    .cash .txt {
        font-size: 3.2vw;
        padding: 0;
    }
}

.cash .txt .red {
    color: #db0000;
}

.cash .indent {
    font-size: 16px;
    text-indent: -1em;
    padding: 0 5%;
    padding-left: calc(1em + 5%);
}

@media screen and (max-width: 834px) {
    .cash .indent {
        font-size: 3.2vw;
        padding-left: 1em;
        padding-right: 0;
    }
}

@media screen and (max-width: 834px) {
    .cash .indent .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

@media screen and (max-width: 834px) {
    .send .sec_ttl img {
        width: 47%;
        height: auto;
    }
}

.send .lead {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 40px;
}

@media screen and (max-width: 834px) {
    .send .lead {
        font-size: 4.5vw;
        padding-bottom: 20px;
    }
}



.note .border{
    border: 4px solid #841A1C;
    border-top: 0;
    padding-bottom: 50px;
        width: 100%;
        max-width: 1364px;
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .note .border{
        border-width: 2px;
        width: 100%;
      padding-bottom: 4%;
    }
}

.note .border .wrap{
    width: 90%;
}

.note .border .sec_ttl{
    width: 100%;
    color: #fff;
    background-color: #841A1C;
    font-size: 42px;
}

@media screen and (max-width: 834px) {
    .note .border .wrap{
        width: 100%;
    }
    .note .sec_ttl img {
        width: 27%;
        height: auto;
    }
}

.note .note_clm {
    padding-bottom: 20px;
}

.note .note_clm .ttl {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
    .note .note_clm .ttl {
        font-size: 4.5vw;
    }
}

.note .note_clm .list .item {
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 834px) {
    .note .note_clm .list .item {
        font-size: 3.2vw;
    }
}

.note .note_clm .txt {
    font-size: 14px;
    padding-bottom: 5px;
}

@media screen and (max-width: 834px) {
    .note .note_clm .txt {
        font-size: 3.2vw;
    }
}

.note .att {
    line-height: 1.8;
    font-weight: bold;
    padding-bottom: 25px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 834px) {
    .note .att {
        font-size: 3.5vw;
        text-indent: 0;
        padding-left: 0;
    }
}

.note .att span {
    text-decoration: underline;
}

.note .contact_txt {
    font-weight: bold;
}

.note .contact_txt .txt_l {
    font-size: 24px;
}

.note .contact_txt .txt_l a:first-child {
    color: #000;
}

.note .contact_txt .txt_l a.mail_link {
    text-decoration: underline;
}

@media screen and (max-width: 834px) {
    .note .contact_txt .txt_l {
        font-size: 4.5vw;
    }
}

.note .contact_txt .txt_l a {
    color: #0068b7;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.note .contact_txt .txt_l a:hover {
    opacity: .5;
}

@media screen and (max-width: 834px) {
    .note .contact_txt .txt_l .tel_link a {
        color: #000;
    }
}

.note .contact_txt .txt_s {
    font-size: 20px;
}

@media screen and (max-width: 834px) {
    .note .contact_txt .txt_s {
        font-size: 2.7vw;
    }
}


.note .note_clm .list .item.indent2-58 {
    padding-left: 2.58em;
    text-indent: -2.58em;
}

.note .note_clm .indent {
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 834px) {
    .note .note_clm .list .item.indent2-58 {
        padding-left: 1em;
    }
}

/*----faq よくある質問-------------*/
.faq {
    counter-reset: question answer;
    padding-top: 40px;
}

@media screen and (max-width: 834px) {
    .faq {
        padding-top: 30px;
    }
}

.faq .sec_ttl{
    margin-bottom: 30px;
    color: #fff;
    background-color: #841A1C;
}

@media screen and (max-width: 834px) {
    .faq .sec_ttl img {
        width: 38%;
        height: auto;
    }
    .faq .sec_ttl{
        font-size: 5.4vw;
        margin-bottom: 20px;
    }
}

.faq_box {
    padding: 0 5.87%;
}

.faq .faq_box .ttl {
    background-color: #000;
    padding: 5px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-family: "Noto Serif Myanmar Regular", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

@media all and (-ms-high-contrast: none) {
    .faq .faq_box .ttl {
        padding: 8px 0 0;
    }
}

@media screen and (max-width: 834px) {
    .faq .faq_box .ttl {
        font-size: 3.4vw;
    }
    .faq_box {
        padding: 0 4.8%;
    }
}

.faq .faq_box .clm dt,
.faq .faq_box .clm dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq .faq_box .clm dt:before,
.faq .faq_box .clm dd:before {
    width: 75px;
    margin-top: -.35em;
    padding-right: 3%;
    font-size: 24px;
    font-weight: bold;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media screen and (max-width: 834px) {

    .faq .faq_box .clm dt:before,
    .faq .faq_box .clm dd:before {
        width: 12.5vw;
        /* margin-top: -.15em; */
        font-size: 5vw;
    }
}

.faq .faq_box .clm dt {
    font-size: 16px;
    font-weight: bold;
    padding: 30px 0 20px;
}

.faq .faq_box .clm dd .blod {
    font-weight: bold;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dt {
        font-size: 3.2vw;
        padding: 15px 0 10px;
    }
}

.faq .faq_box .clm dt:before {
    counter-increment: question;
    content: "Q"counter(question);
}

.faq .faq_box .clm dd {
    border-bottom: solid 1px #535353;
    font-size: 16px;
}

.faq .faq_box .clm dd.border_none {
    border-bottom: none;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dd {
        /* font-size: 3.9vw; */
        font-size: 3.2vw;
    }
}

.faq .faq_box .clm dd:before {
    counter-increment: answer;
    content: "A"counter(answer);
    color: #717171;
}
.faq .faq_box .cam_color {
    color: #C8161E;
	border-bottom: #C8161E solid 2px;
}
.faq .faq_box .clm dd p {
    padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dd p {
        padding-bottom: 15px;
    }
}

.faq .faq_box .clm dd ul {
    padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dd ul {
        padding-bottom: 15px;
    }
}

.faq .faq_box .clm dd ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.faq .faq_box .clm dd ul li.indent04 {
    padding-left: 0.4em;
    text-indent: -0.4em;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dd ul li .icon {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    }
}

.faq .faq_box .clm dd a {
    color: #2222cc;
    text-decoration: underline;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.faq .faq_box .clm dd a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

.faq .faq_box .clm dd a:hover {
    opacity: .5;
}

.faq .faq_box .clm dd .bold {
    font-weight: bold;
}

.faq .faq_box .clm dd .pb0 {
    padding-bottom: 0;
}

@media screen and (max-width: 834px) {
    .faq .faq_box .clm dd .pb50 {
        padding-bottom: 50px;
    }
}