@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');


/* information.aspx css start */

#Content_information{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_information img{
display: block;
margin: 0;
padding: 0;
}

#Content_information a{
display: inline-block;
}

#Content_information h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_information h2{
width: 100%;
margin: 0 auto 50px;
font-size: 22px;
line-height: 1.3em;
color: #fff;
background: #4A453A;
padding: 0.5em 2%;
text-align: justify;
}

#Content_information span.notes{
font-size: 14px;
line-height: 1.8em;
display: inline-block;
text-indent: -0.5em;
padding-left: 0.5em;
}

#Content_information span.important{
font-weight: bold;
color: #b40000;
}

#Content_information .main_title{
width: 100%;
margin: 0 auto;
}

#Content_information .contents_link{
width: 100%;
margin: 25px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_information .contents_link::before{
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}

#Content_information .contents_link::after{
content: "";
display: block;
width: 24%;
height: 0;
}

#Content_information .contents_link li{
width: 24%;
margin: 25px 0 0;
display: flex;
text-align: justify;
align-items: center;
}

#Content_information .contents_link li a{
display: flex;
align-items: center;
height: 100%;
width: 100%;
position: relative;
padding: 10px 26px 10px 10px;
font-weight: bold;
font-size: 13px;
line-height: 1.5em;
border: 1px solid #dddddd;
color: #1d1d1d;
min-height: 80px;
}

#Content_information .contents_link li a::after{
content: "";
position: absolute;
top: calc(50% - 3px);
right: 10px;
width: 6px;
height: 6px;
border-right: 1px solid var(--color-gold);
border-bottom: 1px solid var(--color-gold);
transform: rotate(45deg);
}

#Content_information .contents_link li a:hover{
opacity: 0.8;
}

#Content_information .information_wrap{
margin: 100px auto 0;
display: flex;
}

#Content_information .information_wrap .left_nav{
width: 280px;
height: 100%;
padding: 0 40px 0 0;
position: sticky;
top: 100px;
}

#Content_information .information_wrap .left_nav li{
padding: 0.8em 0;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 1.5em;
}

#Content_information .information_wrap .left_nav li:last-of-type{
border-bottom: none;
}

#Content_information .information_wrap .left_nav li a{
display: inline-block;
width: 100%;
padding: 0 0 0 15px;
position: relative;
font-weight: bold;
color: #1d1d1d;
}

#Content_information .information_wrap .left_nav li a:hover{
opacity: 0.8;
}

#Content_information .information_wrap .left_nav li a:before{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px var(--color-beige);
border-right: solid 1px var(--color-beige);
transform: rotate(45deg);
position: absolute;
left: 0;
top: calc(50% - 2px);
}

#Content_information .information_wrap .right_content{
width: calc(100% - 280px);
}

#Content_information .information_wrap .right_content a.inner_link{
display: inline;
color:  #BA8D10;
}

#Content_information .information_wrap .right_content a.inner_link:after{
content: none;
}

#Content_information .information_wrap .right_content a.inner_link:hover{
opacity: 0.8;
text-decoration: underline;
}

#Content_information .info_wrap{
margin: 0 auto;
}

#Content_information .info_wrap .temporary_text, 
#Content_information .info_wrap .text_area{
padding: 0 1%;
}

#Content_information .info_wrap p{
width: 100%;
margin: 1em auto 0;
text-align: justify;
word-break: break-all;
}

#Content_information .info_wrap .subject{
margin: 1em auto 0;
padding: 1em;
width: auto;
background: #FAF7F0;
}

#Content_information .info_wrap .subject p:first-of-type{
margin: 0 auto;
}

#Content_information .info_wrap a.link_btn{
text-align: center;
background: #BA8D10;
color: #fff;
margin: 0.5em 0 0;
padding: 0.6em 30px 0.6em 15px;
position: relative;
line-height: 1.3em;
}

#Content_information .info_wrap a.link_btn:after{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
transform: rotate(45deg);
position: absolute;
right: 14px;
top: calc(50% - 2px);
}

#Content_information .info_wrap a.link_btn:hover{
opacity: 0.7;
}

#Content_information .info_wrap span.temporary_header{
display: inline-block;
background: #BA8D10;
color: #fff;
padding: 0 0.5em;
margin: 0 0.5em 0 0;
font-weight: normal;
border-radius: 2px;
}

#Content_information .info_wrap .business_hours{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
background: #FAF7F0;
padding: 0 1em 1em;
}

#Content_information .info_wrap .business_hours li{
margin: 1em 0 0;
}

#Content_information .info_wrap .business_hours .store_name{
width: 200px;
background: #BA8D10;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 2px;
padding: 0.5em;
}

#Content_information .info_wrap .business_hours .time{
width: calc(100% - 220px);
padding: 0 0 0 0.5em;
display: flex;
align-items: center;
}

#Content_information .info_wrap .business_hours .before{
font-size: 15px;
}

#Content_information .info_wrap .business_hours .after{
font-weight: bold;
color: #b40000;
padding: 0 0.5em;
text-decoration: underline;
}


#Content_information .info_wrap .external_link a{
text-align: center;
border: 1px solid #BA8D10;
color: #BA8D10;
padding: 0.6em 15px;
position: relative;
line-height: 1.3em;
}

#Content_information .info_wrap .external_link a span{
font-size: 14px;
line-height: 1em;
margin: 0.4em 0 0;
}

#Content_information .info_wrap .external_link a i{
display: inline;
color: #BA8D10;
padding: 0 0 0 0.5em;
}

#Content_information .info_wrap .external_link a:hover{
opacity: 0.7;
}

#Content_information .info_wrap .transportation_link{
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_information .info_wrap .transportation_link li{
width: 32%;
margin: 1em 0 0;
}

#Content_information .info_wrap .transportation_link li a{
text-align: center;
border: 1px solid #BA8D10;
color: #BA8D10;
padding: 0.6em 15px;
position: relative;
line-height: 1.3em;
}

#Content_information .info_wrap .transportation_link li a.yamato{
padding: 0.6em 0.5em;
}

#Content_information .info_wrap .transportation_link li a span{
font-size: 14px;
line-height: 1em;
margin: 0.4em 0 0;
}

#Content_information .info_wrap .transportation_link li a i{
display: inline;
color: #BA8D10;
padding: 0 0 0 0.5em;
}

#Content_information .info_wrap .transportation_link li a:hover{
opacity: 0.7;
}

#Content_information .info_wrap .store_info{
width: 100%;
margin: 0 auto;
padding: 0 1%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_information .info_wrap .store_info li{
width: 32%;
margin: 1em 0 0;
background: #f7f7f7;
}

#Content_information .info_wrap .store_header{
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
font-weight: bold;
padding: 0.5em;
background: #bbb;
border-radius: 2px;
color: #fff;
font-size: 20px;
line-height: 1em;
}

#Content_information .info_wrap .store_header img{
display: inline-block;
width: auto;
height: 40px;
margin: 0 1em 0 0;
}

#Content_information .info_wrap .store_info .store_calendar{
width: 100%;
margin: 0 auto 0;
padding: 1em 1em 0;
}

#Content_information .info_wrap .store_info .store_calendar iframe{
margin: 0 auto;
width: 100%;
aspect-ratio: 1 / 1;
}

#Content_information .info_wrap .store_info .store_text{
width: 100%;
margin: 0 auto;
padding: 1em;
}

#Content_information .info_wrap .store_info .store_text p{
margin: 0.5em 0 0;
font-size: 14px;
line-height: 1.8em;
text-align: center;
word-break: initial;
}

#Content_information .info_wrap .store_info .store_text p.supplement{
margin: 0;
}

#Content_information .info_wrap .store_info .store_text p.store_name{
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
margin: 0;
}

#Content_information .info_wrap .store_info .store_text p.store_name a, 
#Content_information .info_wrap .store_info .store_text p.store_mail a{
color: #1d1d1d;
}

#Content_information .info_wrap .store_info .store_text p.store_name a:hover, 
#Content_information .info_wrap .store_info .store_text p.store_mail a:hover{
color: #BA8D10;
}

#Content_information .info_wrap .store_info .store_text p.store_subname{
font-size: 14px;
line-height: 1.8em;
margin: 0 0 1em;
}

#Content_information .info_wrap .store_info .store_text p.store_tel,
#Content_information .info_wrap .store_info .store_text p.store_mail{
font-size: 14px;
line-height: 1.8em;
}

#Content_information .info_wrap .store_info .store_text p.store_map a{
color: #fff;
background: #BA8D10;
padding: 0.8em;
margin: 1em 0 0;
line-height: 1em;
}

#Content_information .info_wrap .store_info .store_text p.store_map a:hover{
opacity: 0.7;
}

#Content_information .info_wrap p{
width: 100%;
margin: 1em auto 0;
}

#Content_information .info_wrap .contact{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
background: #FAF7F0;
padding: 0 1em 1em;
}

#Content_information .info_wrap .contact li{
margin: 1em 0 0;
display: flex;
align-items: center;
padding: 0.5em;
line-height: 1.2em;
}

#Content_information .info_wrap .contact_header{
width: 120px;
background: #BA8D10;
color: #fff;
justify-content: center;
text-align: center;
border-radius: 2px;
}

#Content_information .info_wrap .contact_header span.notes{
line-height: 1em;
display: inline-block;
}

#Content_information .info_wrap .contact_text{
width: calc(100% - 120px);
margin: 0;
padding: 0 0 0 1em;
}

#Content_information .info_wrap .contact_text a{
color: #1d1d1d;
font-weight: bold;
text-decoration: underline;
}

#Content_information .info_wrap .contact_text a:hover{
opacity: 0.8;
text-decoration: none;
}

#Content_information .info_wrap .flow{
width: 100%;
margin: 1em auto;
background: #FAF7F0;
padding: 0 1em 1em;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#Content_information .info_wrap .flow .flow_number{
width: 32px;
padding: 1em 0 0;
}

#Content_information .info_wrap .flow .flow_number span{
width: 100%;
text-align: center;
display: inline-block;
color: #fff;
background: #BA8D10;
font-size: 16px;
line-height: 32px;
border-radius: 2px;
}

#Content_information .info_wrap .flow .flow_text{
width: calc(100% - 40px);
padding: 1em 0 0 1em;
min-height: 40px;
display: flex;
align-items: center;
text-align: justify;
word-break: break-all;
}

#Content_information .info_wrap .flow .flow_text span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_information .info_wrap .rfc_notice{
width: 100%;
margin: 1em auto;
background: #FAF7F0;
padding: 1em;
}

#Content_information .info_wrap .rfc_notice_title{
font-weight: bold;
}

#Content_information .info_wrap .rfc_notice .rfc_example{
width: 100%;
background: #fff;
padding: 1em;
margin: 1em 0 0;
}

#Content_information .info_wrap .rfc_notice .rfc_example p{
margin-top: 0;
}

#Content_information .info_wrap .rfc_notice .rfc_example p.rfc_example_text{
text-indent: -1em;
padding-left: 1em;
}

#Content_information .info_wrap .rfc_notice .rfc_example p.rfc_example_text2{
margin: 0.5em 0 0;
font-size: 14px;
line-height: 1.8em;
text-indent: -2.2em;
padding-left: 2.2em;
}

#Content_information .info_wrap .rfc_notice .rfc_example a{
text-align: center;
border: 1px solid #BA8D10;
color: #BA8D10;
padding: 0.6em 15px;
position: relative;
line-height: 1.3em;
margin: 0.5em 0 0;
}

#Content_information .info_wrap .rfc_notice .rfc_example a i{
display: inline;
color: #BA8D10;
padding: 0 0 0 0.5em;
}

#Content_information .info_wrap .rfc_notice .rfc_example a:hover{
opacity: 0.7;
}


/* 頭出し調整 */
#Content_information .link_margin{
margin: 0 auto 100px;
}

#Content_information .link_margin:last-of-type{
margin: 0 auto;
}


@media only screen and (max-width: 1500px) {
#Content_information .info_wrap .store_info li{
width: 49%;
}
}


@media only screen and (max-device-width: 999px) {

#Content_information .information_wrap{
margin: 80px auto 0;
}

#Content_information .information_wrap .left_nav{
display: none;
}

#Content_information .information_wrap .right_content{
width: 100%;
}

#Content_information{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_information h2{
font-size: 22px;
padding: 0.5em 2%;
margin: 0 auto 40px;
}

#Content_information span.notes{
font-size: 13px;
}

#Content_information .contents_link{
margin: 20px auto 0;
}

#Content_information .contents_link::before{
content: none;
}

#Content_information .contents_link::after{
width: 32%;
}

#Content_information .contents_link li{
width: 32%;
margin: 2% 0 0;
}

#Content_information .info_wrap .transportation_link li a span{
font-size: 13px;
}

#Content_information .info_wrap .temporary_text, 
#Content_information .info_wrap .text_area{
padding: 0 2%;
}

#Content_information .info_wrap .store_header{
font-size: 18px;
}

#Content_information .info_wrap .store_header img{
height: 34px;
margin: 0 0.5em 0 0;
}

#Content_information .info_wrap .store_info{
padding: 0 2%;
}

#Content_information .info_wrap .flow .flow_number{
width: 30px;
}

#Content_information .info_wrap .flow .flow_number span{
font-size: 15px;
line-height: 30px;
}

#Content_information .info_wrap .flow .flow_text{
width: calc(100% - 36px);
min-height: 36px;
}

#Content_information .info_wrap .flow .flow_text span.notes{
font-size: 13px;
}

#Content_information .info_wrap .flow .flow_text span.notes{
font-size: 13px;
}


/* 頭出し調整 */
#Content_information .link_margin{
margin: 0 auto 80px;
}


@media only screen and (max-width: 800px) {

#Content_information{
padding: 10px 0 0;
}

#Content_information .info_wrap .store_info li{
width: 100%;
}
}


@media only screen and (max-width: 650px) {

#Content_information h1{
font-size: 26px;
}

#Content_information h2{
font-size: 20px;
}

#Content_information .contents_link::after{
width: 48%;
}

#Content_information .contents_link li{
width: 48%;
margin: 4% 0 0;
}

#Content_information .info_wrap .store_info .store_text p{
margin: 0.5em 0 0;
font-size: 13px;
}

#Content_information .info_wrap .store_info .store_text p.store_name{
font-size: 19px;
}

#Content_information .info_wrap .store_info .store_text p.store_subname{
font-size: 13px;
}

#Content_information .info_wrap .business_hours .store_name, 
#Content_information .info_wrap .contact_header{
width: 32%;
}

#Content_information .info_wrap .business_hours .time, 
#Content_information .info_wrap .contact_text{
width: 68%;
padding: 0 0 0 0.5em;
}
}


@media only screen and (max-width: 550px) {
#Content_information .info_wrap .transportation_link li{
width: 100%;
}
}

}

/* information.aspx css end */




/* specified_commerce.aspx css start */

#Content_specified_commerce{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_specified_commerce a{
display: inline-block;
}

#Content_specified_commerce h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_specified_commerce span.notes{
font-size: 14px;
line-height: 1.8em;
}

#Content_specified_commerce span.important{
color: #b40000;
}

#Content_specified_commerce .main_title{
width: 100%;
margin: 0 auto;
}

#Content_specified_commerce .main_text{
width: 100%;
margin: 50px auto 0;
text-align: justify;
font-weight: bold;
}

#Content_specified_commerce .list_form{
margin: 50px auto 100px;
padding: 0;
display: flex;
flex-wrap: wrap;
}

#Content_specified_commerce .list_form .list_title{
width: 200px;
margin: 0;
color: #fff;
background: #4A453A;
padding: 1.5em 1em;
border-bottom: 3px solid #fff;
}

#Content_specified_commerce .list_form .list_main{
width: calc(100% - 200px);
margin: 0;
padding: 1.5em 1em;
background: #FAF7F0;
border-bottom: 3px solid #fff;
}

#Content_specified_commerce .list_form .list_main p{
margin: 1em auto 0;
text-align: justify;
}

#Content_specified_commerce .list_form .list_main p:first-of-type{
margin: 0 auto;
}

#Content_specified_commerce .list_form .list_main .return_policy{
margin: 1em 0 0;
padding: 1em;
background: #fff;
}

#Content_specified_commerce .list_form .list_main .return_flow{
display: flex;
flex-wrap: wrap;
}

#Content_specified_commerce .list_form .list_main .return_flow .return_title{
width: 100px;
margin: 0;
color: #fff;
background: #BA8D10;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2px;
}

#Content_specified_commerce .list_form .list_main .return_flow .return_main{
width: calc(100% - 100px);
margin: 0;
padding: 0 0 0 1em;
text-align: justify;
}

#Content_specified_commerce .list_form .list_content{
margin: 0 0 1em;
padding: 0 0 1em;
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #fff;
}

#Content_specified_commerce .list_form ul:last-of-type{
margin: 0;
padding: 0;
border: none;
}

#Content_specified_commerce .list_form .list_content .store{
width: 250px;
margin: 0;
}

#Content_specified_commerce .list_form .list_content .name{
width: calc(100% - 170px);
margin: 0 0 0 170px;
}

#Content_specified_commerce .list_form .list_content .store_name{
width: 170px;
margin: 0;
}

#Content_specified_commerce .list_form .list_content .zipcode{
width: 100px;
margin: 0;
}

#Content_specified_commerce .list_form .list_content .headoffice_address{
width: calc(100% - 100px);
margin: 0;
}

#Content_specified_commerce .list_form .list_content .headoffice_tel{
width: 100%;
}

#Content_specified_commerce .list_form .list_content .address{
width: calc(100% - 270px);
margin: 0;
}


#Content_specified_commerce .list_form .list_content .tel{
margin: 0 0 0 170px;
}

#Content_specified_commerce .list_form .list_content .fax{
margin: 0 0 0 20px;
}

#Content_specified_commerce .list_form .list_content .email{
margin: 0 0 0 170px;
width: calc(100% - 170px);
}

#Content_specified_commerce .list_form .list_content .email a{
text-decoration: underline;
}

#Content_specified_commerce .list_form .list_content .email a:hover{
opacity: 0.8;
text-decoration: none;
}


@media only screen and (max-device-width: 999px) {

#Content_specified_commerce{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_specified_commerce span.notes{
font-size: 13px;
}

#Content_specified_commerce .main_text{
margin: 40px auto 0;
}

#Content_specified_commerce .list_form{
margin: 40px auto 80px;
}

#Content_specified_commerce .list_form .list_title{
width: 160px;
}

#Content_specified_commerce .list_form .list_main{
width: calc(100% - 160px);
}

#Content_specified_commerce .list_form .list_main .return_flow .return_title{
width: 90px;
}

#Content_specified_commerce .list_form .list_main .return_flow .return_main{
width: calc(100% - 90px);
}

#Content_specified_commerce .list_form .list_content .store{
width: 200px;
}

#Content_specified_commerce .list_form .list_content .name{
margin: 0 0 0 150px;
width: calc(100% - 150px);
}

#Content_specified_commerce .list_form .list_content .store_name{
width: 150px;
}

#Content_specified_commerce .list_form .list_content .headoffice_address{
margin: 0;
}

#Content_specified_commerce .list_form .list_content .address{
width: calc(100% - 250px);
}

#Content_specified_commerce .list_form .list_content .tel{
margin: 0 0 0 150px;
width: calc(100% - 150px);
}

#Content_specified_commerce .list_form .list_content .fax{
margin: 0 0 0 150px;
width: calc(100% - 150px);
}

#Content_specified_commerce .list_form .list_content .email{
margin: 0 0 0 150px;
width: calc(100% - 150px);
}


@media only screen and (max-width: 800px) {
#Content_specified_commerce{
padding: 10px 0 0;
}
}


@media only screen and (max-width: 650px) {

#Content_specified_commerce h1{
font-size: 26px;
}

#Content_specified_commerce .main_text{
font-size: 14px;
line-height: 1.8em;
}

#Content_specified_commerce .list_form .list_title{
width: 25%;
padding: 1em 0.8em;
}

#Content_specified_commerce .list_form .list_main{
width: 75%;
padding: 1em 0.8em;
}

#Content_specified_commerce .list_form .list_content{
margin: 0 0 0.7em;
padding: 0 0 0.7em;
}

#Content_specified_commerce .list_form .list_content .store,
#Content_specified_commerce .list_form .list_content .name,
#Content_specified_commerce .list_form .list_content .store_name,
#Content_specified_commerce .list_form .list_content .zipcode,
#Content_specified_commerce .list_form .list_content .address,
#Content_specified_commerce .list_form .list_content .headoffice_address{
width: 100%;
}

#Content_specified_commerce .list_form .list_content .name{
margin: 0;
}

#Content_specified_commerce .list_form .list_content .zipcode{
margin: 0.6em 0 0;
}

#Content_specified_commerce .list_form .list_content .tel{
margin: 0;
width: 100%
}

#Content_specified_commerce .list_form .list_content .fax,
#Content_specified_commerce .list_form .list_content .email{
margin: 0;
width: 100%
}

#Content_specified_commerce .list_form .list_main .return_flow .return_title{
width: 100%;
}

#Content_specified_commerce .list_form .list_main .return_flow .return_main{
width: 100%;
padding: 0;
margin: 1em 0 0;
}
}

}

/* specified_commerce.aspx css end */




/* privacy.aspx, terms.aspx css start */

#Content_privacy_policy{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_privacy_policy a{
display: inline-block;
}

#Content_privacy_policy h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_privacy_policy h3{
font-size: 20px;
line-height: 1.8em;
margin: 0 auto;
padding: 2em 0 0;
}

#Content_privacy_policy .main_title{
width: 100%;
margin: 0 auto;
}

#Content_privacy_policy .main_text{
width: 100%;
margin: 50px auto 0;
text-align: justify;
font-weight: bold;
}

#Content_privacy_policy .privacy_policy{
margin: 50px auto 0;
background: #FAF7F0;
padding: 0 2em 2em;
}

#Content_privacy_policy .privacy_policy > p{
margin: 1em auto 0;
text-align: justify;
}

#Content_privacy_policy .privacy_policy a{
display: inline;
color: #1d1d1d;
font-weight: bold;
text-decoration: underline;
}

#Content_privacy_policy .privacy_policy a:hover{
opacity: 0.8;
text-decoration: none;
}

#Content_privacy_policy .privacy_policy .list,
#Content_privacy_policy .privacy_policy .list2{
margin: 1em auto 0;
background: #fff;
padding: 1em;
}

#Content_privacy_policy .privacy_policy .list p{
text-indent: -1.6em;
padding: 0 0 0 1.6em;
text-align: justify;
}

#Content_privacy_policy .privacy_policy .list2 p{
text-indent: -1em;
padding: 0 0 0 1em;
text-align: justify;
}

#Content_privacy_policy .privacy_policy .inquiry_address{
margin: 1em auto 0;
background: #fff;
padding: 1em;
}

#Content_privacy_policy .privacy_policy .inquiry_address p{
text-indent: -1em;
padding: 0 0 0 1em;
text-align: justify;
}


@media only screen and (max-device-width: 999px) {

#Content_privacy_policy{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_privacy_policy h3{
font-size: 18px;
}

#Content_privacy_policy .main_text{
margin: 40px auto 0;
}

#Content_privacy_policy .privacy_policy{
margin: 40px auto 0;
}


@media only screen and (max-width: 800px) {
#Content_privacy_policy{
padding: 10px 0 0;
}
}


@media only screen and (max-width: 650px) {
#Content_privacy_policy h1{
font-size: 26px;
}

#Content_privacy_policy .main_text{
font-size: 14px;
line-height: 1.8em;
}
}

}

/* privacy.aspx, terms.aspx css end */




/* guide.aspx css start */

#Content_guide{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_guide a{
display: inline-block;
}

#Content_guide img{
display: block;
margin: 0;
padding: 0;
}

#Content_guide h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_guide h2{
width: 100%;
margin: 0 auto 50px;
font-size: 22px;
line-height: 1.3em;
color: #fff;
background: #4A453A;
padding: 0.5em 2%;
text-align: justify;
}

#Content_guide h3{
display: flex;
align-items: center;
font-size: 20px;
line-height: 1.8em;
margin: 50px auto 0;
}

#Content_guide h3 img{
display: inline-block;
width: auto;
height: 1.6em;
margin: 0 0 0 0.8em;
}

#Content_guide h4{
font-size: 18px;
line-height: 1.8em;
margin: 50px auto 0;
display: inline-block;
padding: 0 1em;
}

#Content_guide .main_title{
width: 100%;
margin: 0 auto;
}

#Content_guide .contents_link{
width: 100%;
margin: 25px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_guide .contents_link::before{
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}

#Content_guide .contents_link::after{
content: "";
display: block;
width: 24%;
height: 0;
}

#Content_guide .contents_link li{
width: 24%;
margin: 25px 0 0;
display: flex;
text-align: justify;
align-items: center;
}

#Content_guide .contents_link li a{
display: flex;
align-items: center;
height: 100%;
width: 100%;
position: relative;
padding: 10px 26px 10px 10px;
font-weight: bold;
font-size: 13px;
line-height: 1.5em;
border: 1px solid #dddddd;
color: #1d1d1d;
min-height: 80px;
}

#Content_guide .contents_link li a::after{
content: "";
position: absolute;
top: calc(50% - 3px);
right: 10px;
width: 6px;
height: 6px;
border-right: 1px solid var(--color-gold);
border-bottom: 1px solid var(--color-gold);
transform: rotate(45deg);
}

#Content_guide .contents_link li a:hover{
opacity: 0.8;
}

#Content_guide .guide_wrap{
margin: 100px auto 0;
display: flex;
}

#Content_guide .guide_wrap .left_nav{
width: 280px;
height: 100%;
padding: 0 40px 0 0;
position: sticky;
top: 100px;
}

#Content_guide .guide_wrap .left_nav li{
padding: 0.8em 0;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 1.5em;
}

#Content_guide .guide_wrap .left_nav li:last-of-type{
border-bottom: none;
}

#Content_guide .guide_wrap .left_nav li a{
display: inline-block;
width: 100%;
padding: 0 0 0 15px;
position: relative;
font-weight: bold;
color: #1d1d1d;
}

#Content_guide .guide_wrap .left_nav li a:hover{
opacity: 0.8;
}

#Content_guide .guide_wrap .left_nav li a:before{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px var(--color-beige);
border-right: solid 1px var(--color-beige);
transform: rotate(45deg);
position: absolute;
left: 0;
top: calc(50% - 2px);
}

#Content_guide .guide_wrap .right_content{
width: calc(100% - 280px);
}

#Content_guide .guide_wrap .right_content a.inner_link{
display: inline;
color:  #BA8D10;
}

#Content_guide .guide_wrap .right_content a.inner_link:after{
content: none;
}

#Content_guide .guide_wrap .right_content a.inner_link:hover{
opacity: 0.8;
text-decoration: underline;
}

#Content_guide .link_margin{
margin: 0 auto 100px;
}

#Content_guide .link_margin:last-of-type{
margin: 0 auto;
}

#Content_guide .info_wrap{
margin: 0 auto;
}

#Content_guide .info_wrap .main_text{
padding: 0 1%;
}

#Content_guide .info_wrap h4:first-of-type{
margin: 0 auto;
}

#Content_guide .info_wrap h4.icon_sold{
background: #bbb;
color: #fff;
}

#Content_guide .info_wrap h4.icon_hold{
background: #bbb;
color: #fff;
}

#Content_guide .info_wrap h4.icon_ask{
background: #bbb;
color: #fff;
}

#Content_guide .info_wrap h4.icon_comesoon{
background: #FDD900;
color: #1d1d1d;
}

#Content_guide .info_wrap h4.icon_reserve{
background: #FDD900;
color: #1d1d1d;
}

#Content_guide .info_wrap h4.icon_backorder{
background: #FDD900;
color: #1d1d1d;
}

#Content_guide .info_wrap p{
width: 100%;
margin: 1em auto 0;
text-align: justify;
word-break: break-all;
}

#Content_guide .info_wrap p a.link_btn{
text-align: center;
background: #BA8D10;
color: #fff;
padding: 0.6em 30px 0.6em 15px;
position: relative;
line-height: 1.3em;
}

#Content_guide .info_wrap p a.external i{
display: inline;
color: #fff;
padding: 0 0 0 0.5em;
}

#Content_guide .info_wrap p a:after{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
transform: rotate(45deg);
position: absolute;
right: 14px;
top: calc(50% - 2px);
}

#Content_guide .info_wrap p a:hover{
opacity: 0.7;
}

#Content_guide .info_wrap p a.yamato{
padding: 0.8em 1.2em;
margin: 0 0 0 0.6em;
max-width: calc(50% - 0.3em);
}

#Content_guide .info_wrap p a.jpost{
padding: 0.8em 1.5em;
max-width: calc(50% - 0.3em);
}

#Content_guide .info_wrap p a.yamato:after,
#Content_guide .info_wrap p a.jpost:after{
content: none;
}

#Content_guide .info_wrap p a.yamato i,
#Content_guide .info_wrap p a.jpost i{
display: inline;
color: #fff;
padding: 0 0 0 0.5em;
}

#Content_guide .info_wrap p.indent{
text-indent: -1em;
padding: 0 0 0 1em;
}

#Content_guide .info_wrap p span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_guide .info_wrap p span.important{
color: #b40000;
}

#Content_guide .info_wrap .flow{
width: 100%;
margin: 1em auto;
background: #FAF7F0;
padding: 0 1em 1em;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#Content_guide .info_wrap .flow .flow_number{
width: 32px;
padding: 1em 0 0;
}

#Content_guide .info_wrap .flow .flow_number span{
width: 100%;
text-align: center;
display: inline-block;
color: #fff;
background: #BA8D10;
font-size: 16px;
line-height: 32px;
border-radius: 2px;
}

#Content_guide .info_wrap .flow .flow_text{
width: calc(100% - 40px);
padding: 1em 0 0 1em;
min-height: 40px;
display: flex;
align-items: center;
text-align: justify;
word-break: break-all;
}

#Content_guide .info_wrap .flow .flow_text span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_guide .info_wrap .charge,
#Content_guide .info_wrap .fee{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #FAF7F0;
padding: 1em;
}

#Content_guide .info_wrap .charge li,
#Content_guide .info_wrap .fee li{
width: 50%;
border-bottom: 1px solid #fff;
padding: 0.5em 1em;
}

#Content_guide .info_wrap .charge li.charge_notes,
#Content_guide .info_wrap .fee li.fee_notes{
width: 100%;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
margin: 0 0 0.5em;
border: none;
}

#Content_guide .info_wrap .charge li.charge_title,
#Content_guide .info_wrap .fee li.fee_title{
width: calc(50% - 1px);
background: #BA8D10;
color: #fff;
border: none;
border-radius: 2px;
}

#Content_guide .info_wrap .charge li:nth-child(n+10){
border: none;
padding: 0.5em 1em 0;
}

#Content_guide .info_wrap .fee li:nth-child(n+8){
border: none;
padding: 0.5em 1em 0;
}

#Content_guide .info_wrap .fee li.fee_campaign{
width: 100%;
background: #fff;
padding: 1em;
margin: 0.5em 0 0;
}

#Content_guide .info_wrap .fee li.fee_campaign span.free{
color: #b40000;
}

#Content_guide .info_wrap .fee li.fee_campaign span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_guide .info_wrap .fee li.fee_text{
width: 100%;
font-size: 14px;
line-height: 1.8em;
margin: 0.5em 0 0;
}

#Content_guide .info_wrap .fee li.fee_text p{
text-indent: -0.5em;
padding: 0 0 0 0.5em;
margin: 0;
}

#Content_guide .info_wrap .transfer{
margin: 1em 0 0;
padding: 1em;
background: #FAF7F0;
display: flex;
flex-wrap: wrap;
}

#Content_guide .info_wrap .transfer_title{
width: 100px;
margin: 0;
color: #fff;
background: #BA8D10;
display: flex;
justify-content: center;
align-items: center;
}

#Content_guide .info_wrap .transfer_main{
width: calc(100% - 100px);
margin: 0;
padding: 0 0 0 1em;
text-align: justify;
}

#Content_guide .info_wrap .notice{
width: 100%;
margin: 1em 0 0;
background: #FAF7F0;
padding: 1em;
}

#Content_guide .info_wrap .notice p:first-child{
margin: 0 auto;
}


@media only screen and (max-device-width: 999px) {

#Content_guide .guide_wrap .left_nav{
display: none;
}

#Content_guide .guide_wrap .right_content{
width: 100%;
}

#Content_guide{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_guide h2{
font-size: 22px;
padding: 0.5em 2%;
margin: 0 auto 40px;
}

#Content_guide h3{
font-size: 20px;
margin: 40px auto 0;
}

#Content_guide h3 img{
height: 1.4em;
margin: 0 0 0 0.5em;
}

#Content_guide .contents_link{
margin: 20px auto 0;
}

#Content_guide .contents_link::before{
content: none;
}

#Content_guide .contents_link::after{
width: 32%;
}

#Content_guide .contents_link li{
width: 32%;
margin: 2% 0 0;
}

#Content_guide .link_margin{
margin: 0 auto 80px;
}

#Content_guide .guide_wrap{
margin: 80px auto 0;
}

#Content_guide .info_wrap p span.notes{
font-size: 13px;
}

#Content_guide .info_wrap .flow .flow_number{
width: 30px;
}

#Content_guide .info_wrap .flow .flow_number span{
font-size: 15px;
line-height: 30px;
}

#Content_guide .info_wrap .flow .flow_text{
width: calc(100% - 36px);
min-height: 36px;
}

#Content_guide .info_wrap .flow .flow_text span.notes{
font-size: 13px;
}

#Content_guide .info_wrap .charge li.charge_notes,
#Content_guide .info_wrap .fee li.fee_notes,
#Content_guide .info_wrap .fee li.fee_text, 
#Content_guide .info_wrap .fee li.fee_campaign span.notes{
font-size: 13px;
}


@media only screen and (max-width: 800px) {
#Content_guide{
padding: 10px 0 0;
}
}


@media only screen and (max-width: 650px) {

#Content_guide h1{
font-size: 26px;
}

#Content_guide h2{
font-size: 20px;
}

#Content_guide h3{
font-size: 18px;
}

#Content_guide .contents_link::after{
width: 48%;
}

#Content_guide .contents_link li{
width: 48%;
margin: 4% 0 0;
}

#Content_guide .info_wrap p a.yamato{
padding: 0.8em 0.7em;
}

#Content_guide .info_wrap p a.jpost{
padding: 0.8em 1.2em;
}
}

}

/* guide.aspx css end */




/* loan.aspx css start */

#Content_loan{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_loan a{
display: inline-block;
}

#Content_loan h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_loan h2{
width: 100%;
margin: 0 auto 50px;
font-size: 22px;
line-height: 1.3em;
color: #fff;
background: #4A453A;
padding: 0.5em 2%;
text-align: justify;
}

#Content_loan h3{
display: flex;
align-items: center;
font-size: 22px;
line-height: 1.8em;
margin: 50px auto 0;
}

#Content_loan img{
display: inline-block;
width: auto;
height: 1.6em;
margin: 0 0 0 0.8em;
}

#Content_loan span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_loan span.important{
color: #b40000;
}

#Content_loan .main_title{
width: 100%;
margin: 0 auto;
}

#Content_loan .main_notice{
width: 100%;
margin: 50px auto 0;
text-align: justify;
background: #FAF7F0;
padding: 1em;
}

#Content_loan .main_notice p{
width: 100%;
padding: 0.5em 0 0;
}

#Content_loan .main_notice p:first-of-type{
padding: 0;
}

#Content_loan .main_notice a.link_btn{
text-align: center;
background: #BA8D10;
color: #fff;
margin: 0.5em 0 0;
padding: 0.6em 30px 0.6em 15px;
position: relative;
line-height: 1.3em;
}

#Content_loan .main_notice a.link_btn:after{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
transform: rotate(45deg);
position: absolute;
right: 14px;
top: calc(50% - 2px);
}

#Content_loan .main_notice a.link_btn:hover{
opacity: 0.7;
}
#Content_loan .main_text{
padding: 0 1%;
}

#Content_loan .contents_link{
width: 100%;
margin: 25px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_loan .contents_link::before{
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}

#Content_loan .contents_link::after{
content: "";
display: block;
width: 24%;
height: 0;
}

#Content_loan .contents_link li{
width: 24%;
margin: 25px 0 0;
display: flex;
text-align: justify;
align-items: center;
}

#Content_loan .contents_link li a{
display: flex;
align-items: center;
height: 100%;
width: 100%;
position: relative;
padding: 10px 26px 10px 10px;
font-weight: bold;
font-size: 13px;
line-height: 1.5em;
border: 1px solid #dddddd;
color: #1d1d1d;
min-height: 80px;
}

#Content_loan .contents_link li a::after{
content: "";
position: absolute;
top: calc(50% - 3px);
right: 10px;
width: 6px;
height: 6px;
border-right: 1px solid var(--color-gold);
border-bottom: 1px solid var(--color-gold);
transform: rotate(45deg);
}

#Content_loan .contents_link li a:hover{
opacity: 0.8;
}

#Content_loan .guide_wrap{
margin: 100px auto 0;
display: flex;
}

#Content_loan .guide_wrap .left_nav{
width: 280px;
height: 100%;
padding: 0 40px 0 0;
position: sticky;
top: 100px;
}

#Content_loan .guide_wrap .left_nav li{
padding: 0.8em 0;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 1.5em;
}

#Content_loan .guide_wrap .left_nav li:last-of-type{
border-bottom: none;
}

#Content_loan .guide_wrap .left_nav li a{
display: inline-block;
width: 100%;
padding: 0 0 0 15px;
position: relative;
font-weight: bold;
color: #1d1d1d;
}

#Content_loan .guide_wrap .left_nav li a:hover{
opacity: 0.8;
}

#Content_loan .guide_wrap .left_nav li a:before{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px var(--color-beige);
border-right: solid 1px var(--color-beige);
transform: rotate(45deg);
position: absolute;
left: 0;
top: calc(50% - 2px);
}

#Content_loan .guide_wrap .right_content{
width: calc(100% - 280px);
}

#Content_loan .guide_wrap .right_content a.inner_link{
display: inline;
color:  #BA8D10;
}

#Content_loan .guide_wrap .right_content a.inner_link:after{
content: none;
}

#Content_loan .guide_wrap .right_content a.inner_link:hover{
color: #BA8D10;
}

#Content_loan .info_wrap{
margin: 0 auto;
}

#Content_loan .info_wrap .main_text{
padding: 0 1%;
}

#Content_loan .info_wrap h3:first-of-type{
margin: 18px auto 0;
}

#Content_loan .info_wrap p{
width: 100%;
margin: 1em auto 0;
text-align: justify;
word-break: break-all;
}

#Content_loan .info_wrap .main_text .requirement{
font-weight: bold;
margin: 1em auto 0;
position: relative;
}

#Content_loan .info_wrap .main_text .requirement .credit_logo{
position: absolute;
top: 0;
right: 0;
display: flex;
justify-content: right;
width: 16%;
min-width: 70px;
}

#Content_loan .info_wrap .main_text .requirement .credit_logo > div{
width: 50%;
aspect-ratio: 1 / 1;
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
}

#Content_loan .info_wrap .main_text .requirement .credit_logo .jaccs{
background-image: url('../../features/common/logo_jaccs.png');
background-size: cover;
}

#Content_loan .info_wrap .main_text .requirement .credit_logo .smbc{
background-image: url('../../features/common/logo_smbc.png');
margin: 0 0 0 10%;
}

#Content_loan .info_wrap .main_text .requirement p{
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
font-size: 16px;
line-height: 1.8em;
}

#Content_loan .info_wrap .main_text .requirement p span.notes{
text-indent: 0;
font-weight: normal;
}

#Content_loan .info_wrap .main_text .requirement p span.available,
#Content_loan .info_wrap .main_text .requirement p span.notavailable{
margin: 0 0 0 0.8em;
color: #fff;
background: #f00000;
font-weight: normal;
font-size: 12px;
line-height: 1em;
padding: 0.3em 1em;
}

#Content_loan .info_wrap .main_text .requirement p span.available{
background: #f00000;
}

#Content_loan .info_wrap .main_text .requirement p span.notavailable{
background: #bbb;
}

#Content_loan .main_notice a.to_simulator,
#Content_loan .info_wrap .main_text a.to_simulator{
display: inline;
color: #BA8D10;
}

#Content_loan .main_notice a.to_simulator:hover,
#Content_loan .info_wrap .main_text a.to_simulator:hover{
opacity: 0.8;
text-decoration: underline;
}

#Content_loan .info_wrap .main_text .rate{
width: 100%;
margin: 1em auto 0;
padding: 1em calc(1em - 2px);
background: #FAF7F0;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_title,
#Content_loan .info_wrap .main_text .three_colmun > ul.rate_title{
width: 100%;
display: flex;
flex-wrap: wrap;
line-height: 1.2em;
padding: 0 2px;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_title > li,
#Content_loan .info_wrap .main_text .three_colmun > ul.rate_title > li{
width: 100%;
padding: 0.5em;
background: #BA8D10;
color: #fff;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_subtitle,
#Content_loan .info_wrap .main_text .three_colmun > ul.rate_subtitle{
width: 100%;
display: flex;
flex-wrap: wrap;
line-height: 1.2em;
padding: 0.5em 0 0 2px;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_subtitle li.only_jaccs,
#Content_loan .info_wrap .main_text .three_colmun > ul.rate_subtitle li.only_jaccs{
background: #e5f7e9;
border: 1px solid #ccf0d4;
}


#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_subtitle > li{
width: calc(12.5% - 2px);
margin: 2px 2px 0 0;
padding: 0.5em;
text-align: center;
background: #fff;
border: 1px solid #ddd;
}

#Content_loan .info_wrap .main_text .three_colmun > ul.rate_subtitle > li{
width: calc(100% / 3 - 2px);
margin: 2px 2px 0 0;
padding: 0.5em;
text-align: center;
background: #fff;
border: 1px solid #ddd;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.start_month > li{
width: calc(100% / 4 - 2px)!important;
}

#Content_loan .info_wrap .main_text .standard_colmun > div.text_area{
width: 100%;
font-weight: bold;
justify-content: initial;
padding: 0 2px 0.5em;
line-height: 1.2em;
}

#Content_loan .info_wrap .main_text .standard_colmun > div.notes_jaccs{
width: 100%;
font-size: 14px;
line-height: 1.8em;
margin: 0.5em 0 0 0;
padding: 0 2px;
}

#Content_loan .info_wrap .main_text .standard_colmun > div.notes_jaccs span{
display: inline-block;
background: #e5f7e9;
margin: 0 0.2em;
line-height: 1.2em;
border: 1px solid #ccf0d4;
width: 3.8em;
}

#Content_loan .info_wrap .main_text .correlation{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.2em;
padding: 1em;
background: #FAF7F0;
}

#Content_loan .info_wrap .main_text .correlation .month{
width: calc(12% - 2px);
text-align: center;
}

#Content_loan .info_wrap .main_text .correlation .payment{
width: calc(22% - 2px);
text-align: center;
}

#Content_loan .info_wrap .main_text .correlation li{
display: flex;
align-items: center;
justify-content: center;
padding: 0.5em;
flex-wrap: wrap;
}

#Content_loan .info_wrap .main_text .correlation li.text_area{
width: 100%;
font-weight: bold;
justify-content: initial;
padding: 0 0 0.5em;
}

#Content_loan .info_wrap .main_text .correlation .list_wrap{
width: 100%;
justify-content: space-between;
align-items: initial;
padding: 0.5em 0 calc(0.5em + 2px);
}

#Content_loan .info_wrap .main_text .correlation li:last-child{
border-top: 4px double #bbb;
padding: 0.5em 0 0;
}

#Content_loan .info_wrap .main_text .correlation .list_wrap > div{
display: flex;
align-items: center;
justify-content: center;
margin: 2px 0 0;
padding: 0.5em;
}

#Content_loan .info_wrap .main_text .correlation .correlation_title{
background: #BA8D10;
color: #fff;
margin: 0;
}

#Content_loan .info_wrap .main_text .correlation .correlation_subtitle{
background: #bbb;
color: #fff;
}

#Content_loan .info_wrap .main_text .correlation .list_main{
background: #fff;
border: 1px solid #ddd;
}

#Content_loan .info_wrap .loan_simulator{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 1%;
}

#Content_loan .info_wrap .loan_simulator li{
width: 24%;
height: auto;
margin: 0;
}

#Content_loan .info_wrap .loan_simulator li form a{
padding: 0.5em;
}

#Content_loan .info_wrap .loan_simulator .payment_plan{
text-align: center;
font-size: 14px;
line-height: 1em;
margin: 0 auto 1em;
}

#Content_loan .info_wrap .loan_simulator .payment_plan span{
display: block;
font-weight: bold;
font-size: 15px;
line-height: 1.8em;
border-bottom: 1px dotted;
margin: 0 0 0.5em;
}

#Content_loan .info_wrap .loan_simulator img.simulator_link{
height: auto;
margin: 0;
}

#Content_loan .info_wrap .loan_simulator #simulator_block01:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block02:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block03:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block04:hover{
opacity: 0.7;
}

#Content_loan .info_wrap .loan_simulator #simulator_block05,
#Content_loan .info_wrap .loan_simulator #simulator_block06,
#Content_loan .info_wrap .loan_simulator #simulator_block07,
#Content_loan .info_wrap .loan_simulator #simulator_block08{
padding: 0.5em 0.5em 0;
font-size: 15px;
line-height: 1.8em;
}

#Content_loan .info_wrap .loan_simulator #simulator_block05 a,
#Content_loan .info_wrap .loan_simulator #simulator_block06 a,
#Content_loan .info_wrap .loan_simulator #simulator_block07 a,
#Content_loan .info_wrap .loan_simulator #simulator_block08 a{
display: inline;
color: #BA8D10;
}

#Content_loan .info_wrap .loan_simulator #simulator_block05 a:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block06 a:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block07 a:hover,
#Content_loan .info_wrap .loan_simulator #simulator_block08 a:hover{
opacity: 0.8;
text-decoration: underline;
}

#Content_loan .link_margin{
margin: 0 auto 100px;
}

#Content_loan .link_margin:last-of-type{
margin: 0 auto;
}


@media only screen and (max-device-width: 999px) {
#Content_loan .guide_wrap .left_nav{
display: none;
}

#Content_loan .guide_wrap .right_content{
width: 100%;
}

#Content_loan{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_loan h2{
font-size: 22px;
padding: 0.5em 2%;
margin: 0 auto 40px;
}

#Content_loan h3{
font-size: 20px;
margin: 40px auto 0;
}

#Content_loan h3 img{
height: 1.4em;
margin: 0 0 0 0.5em;
}

#Content_loan span.notes{
font-size: 13px;
}

#Content_loan .info_wrap .main_text .standard_colmun > div.notes_jaccs{
font-size: 13px;
}

#Content_loan .contents_link{
margin: 20px auto 0;
}

#Content_loan .contents_link::before{
content: none;
}

#Content_loan .contents_link::after{
width: 32%;
}

#Content_loan .contents_link li{
width: 32%;
margin: 2% 0 0;
}

#Content_loan .guide_wrap{
margin: 80px auto 0;
}

#Content_loan .info_wrap h3:first-of-type{
margin: 16px auto 0;
}

#Content_loan .info_wrap h4:first-of-type{
margin: 24px auto 0;
}

#Content_loan .info_wrap p span.notes{
font-size: 13px;
}

#Content_loan .link_margin{
margin: 0 auto 80px;
}

#Content_loan .info_wrap .loan_simulator .payment_plan{
font-size: 13px;
}

#Content_loan .info_wrap .loan_simulator .payment_plan span{
font-size: 14px;
}

#Content_loan .info_wrap .loan_simulator #simulator_block05,
#Content_loan .info_wrap .loan_simulator #simulator_block06,
#Content_loan .info_wrap .loan_simulator #simulator_block07,
#Content_loan .info_wrap .loan_simulator #simulator_block08{
padding: 0.5em 0.5em 0;
font-size: 15px;
}


@media only screen and (max-width: 800px) {
#Content_loan{
padding: 10px 0 0;
}
}


@media only screen and (max-width: 650px) {

#Content_loan h1{
font-size: 26px;
}

#Content_loan h2{
font-size: 20px;
}

#Content_loan h3{
font-size: 19px;
}

#Content_loan .contents_link::after{
width: 48%;
}

#Content_loan .contents_link li{
width: 48%;
margin: 4% 0 0;
}

#Content_loan .info_wrap .main_text .standard_colmun > ul.rate_subtitle > li{
width: calc(20% - 2px);
}

#Content_loan .info_wrap .loan_simulator li{
width: 49%;
}

#Content_loan .info_wrap .loan_simulator #simulator_block01{
order: 1;
}

#Content_loan .info_wrap .loan_simulator #simulator_block02{
order: 2;
}

#Content_loan .info_wrap .loan_simulator #simulator_block03{
order: 5;
}

#Content_loan .info_wrap .loan_simulator #simulator_block04{
order: 6;
}

#Content_loan .info_wrap .loan_simulator #simulator_block05{
order: 3;
padding: 0.5em 0.5em 1em;
}

#Content_loan .info_wrap .loan_simulator #simulator_block06{
order: 4;
padding: 0.5em 0.5em 1em;
}

#Content_loan .info_wrap .loan_simulator #simulator_block07{
order: 7;
}

#Content_loan .info_wrap .loan_simulator #simulator_block08{
order: 8;
}
}

}

/* loan.aspx css end */




/* interest.aspx css start */

#Content_interest{
width: 100%;
max-width: 1180px;
margin: 0 auto 100px;
padding: 0 40px;
font-size: 16px;
line-height: 1.8em;
color: #1d1d1d;
font-family: "Arial", sans-serif;
}

#Content_interest a{
display: inline-block;
}

#Content_interest h1{
display: inline-block;
width: auto;
margin: 0;
font-size: 35px;
font-weight: bold;
line-height: 1.5em;
}

#Content_interest h2{
width: 100%;
margin: 0 auto 50px;
font-size: 22px;
line-height: 1.3em;
color: #fff;
background: #4A453A;
padding: 0.5em 2%;
text-align: justify;
}

#Content_interest h3{
display: flex;
align-items: center;
font-size: 22px;
line-height: 1.8em;
margin: 50px auto 0;
}

#Content_interest h3 img{
display: inline-block;
width: auto;
height: 1.6em;
margin: 0 0 0 0.8em;
}

#Content_interest span.notes{
display: inline-block;
font-size: 14px;
line-height: 1.8em;
text-indent: -0.5em;
padding: 0 0 0 0.5em;
}

#Content_interest span.important{
color: #b40000;
}

#Content_interest .main_title{
width: 100%;
margin: 0 auto;
}

#Content_interest .main_notice{
width: 100%;
margin: 50px auto 0;
text-align: justify;
background: #FAF7F0;
padding: 1em;
}

#Content_interest .main_notice p{
width: 100%;
padding: 0.5em 0 0;
}

#Content_interest .main_notice p:first-of-type{
padding: 0;
}

#Content_interest .main_notice a{
display: inline;
color: #BA8D10;
}

#Content_interest .main_notice a:hover{
opacity: 0.8;
text-decoration: underline;
}

#Content_interest .main_text{
padding: 0 1%;
}

#Content_interest .contents_link{
width: 100%;
margin: 25px auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_interest .contents_link::before{
content: "";
display: block;
width: 24%;
height: 0;
order: 1;
}

#Content_interest .contents_link::after{
content: "";
display: block;
width: 24%;
height: 0;
}

#Content_interest .contents_link li{
width: 24%;
margin: 25px 0 0;
display: flex;
text-align: justify;
align-items: center;
}

#Content_interest .contents_link li a{
display: flex;
align-items: center;
height: 100%;
width: 100%;
position: relative;
padding: 10px 26px 10px 10px;
font-weight: bold;
font-size: 13px;
line-height: 1.5em;
border: 1px solid #dddddd;
color: #1d1d1d;
min-height: 80px;
}

#Content_interest .contents_link li a::after{
content: "";
position: absolute;
top: calc(50% - 3px);
right: 10px;
width: 6px;
height: 6px;
border-right: 1px solid var(--color-gold);
border-bottom: 1px solid var(--color-gold);
transform: rotate(45deg);
}

#Content_interest .contents_link li a:hover{
opacity: 0.8;
}

#Content_interest .guide_wrap{
margin: 100px auto 0;
display: flex;
}

#Content_interest .guide_wrap .left_nav{
width: 280px;
height: 100%;
padding: 0 40px 0 0;
position: sticky;
top: 100px;
}

#Content_interest .guide_wrap .left_nav li{
padding: 0.8em 0;
border-bottom: 1px solid #eee;
font-size: 13px;
line-height: 1.5em;
}

#Content_interest .guide_wrap .left_nav li:last-of-type{
border-bottom: none;
}

#Content_interest .guide_wrap .left_nav li a{
display: inline-block;
width: 100%;
padding: 0 0 0 15px;
position: relative;
font-weight: bold;
color: #1d1d1d;
}

#Content_interest .guide_wrap .left_nav li a:hover{
opacity: 0.8;
}

#Content_interest .guide_wrap .left_nav li a:before{
content: "";
width: 5px;
height: 5px;
border-top: solid 1px var(--color-beige);
border-right: solid 1px var(--color-beige);
transform: rotate(45deg);
position: absolute;
left: 0;
top: calc(50% - 2px);
}

#Content_interest .guide_wrap .right_content{
width: calc(100% - 280px);
}

#Content_interest .guide_wrap .right_content a.inner_link{
display: inline;
color:  #BA8D10;
}

#Content_interest .guide_wrap .right_content a.inner_link:after{
content: none;
}

#Content_interest .guide_wrap .right_content a.inner_link:hover{
color: #BA8D10;
}

#Content_interest .info_wrap{
margin: 0 auto;
}

#Content_interest .info_wrap .main_text{
padding: 0 1%;
}

#Content_interest .info_wrap h3:first-of-type{
margin: 18px auto 0;
}

#Content_interest .info_wrap p{
width: 100%;
margin: 1em auto 0;
text-align: justify;
word-break: break-all;
}

#Content_interest .info_wrap .main_text .requirement{
font-weight: bold;
margin: 1em auto 0;
position: relative;
}

#Content_interest .info_wrap .main_text .requirement .credit_logo{
position: absolute;
top: 0;
right: 0;
display: flex;
justify-content: right;
width: 16%;
min-width: 70px;
}

#Content_interest .info_wrap .main_text .requirement .credit_logo > div{
width: 50%;
aspect-ratio: 1 / 1;
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
}

#Content_interest .info_wrap .main_text .requirement .credit_logo .jaccs{
background-image: url('../../features/common/logo_jaccs.png');
background-size: cover;
}

#Content_interest .info_wrap .main_text .requirement .credit_logo .smbc{
background-image: url('../../features/common/logo_smbc.png');
margin: 0 0 0 10%;
}

#Content_interest .info_wrap .main_text .requirement p{
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
font-size: 16px;
line-height: 1.8em;
}

#Content_interest .info_wrap .main_text .requirement p span.notes{
text-indent: 0;
font-weight: normal;
}

#Content_interest .info_wrap .main_text .requirement p span.available,
#Content_interest .info_wrap .main_text .requirement p span.notavailable{
margin: 0 0 0 0.8em;
color: #fff;
background: #f00000;
font-weight: normal;
font-size: 12px;
line-height: 1em;
padding: 0.3em 1em;
}

#Content_interest .info_wrap .main_text .requirement p span.available{
background: #f00000;
}

#Content_interest .info_wrap .main_text .requirement p span.notavailable{
background: #bbb;
}

#Content_interest .info_wrap .main_text .rate{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
line-height: 1.2em;
}

#Content_interest .info_wrap .main_text ul.standard_colmun li{
width: calc(50% - 2px);
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#Content_interest .info_wrap .main_text ul.standard_colmun li > div{
width: calc(50% - 1px);
margin: 2px 0 0;
padding: 0.5em;
display: flex;
align-items: center;
justify-content: center;
}

#Content_interest .info_wrap .main_text ul.two_colmun li{
width: calc(50% - 1px);
margin: 2px 0 0;
padding: 0.5em;
display: flex;
align-items: center;
justify-content: center;
}

#Content_interest .info_wrap .main_text ul.three_colmun li{
width: calc(100% / 3 - 1px);
margin: 2px 0 0;
padding: 0.5em;
display: flex;
align-items: center;
justify-content: center;
}

#Content_interest .info_wrap .main_text ul.eight_colmun li{
width: calc(12.5% - 1px);
margin: 2px 0 0;
padding: 0.5em;
display: flex;
align-items: center;
justify-content: center;
}

#Content_interest .info_wrap .main_text .rate li.odd::after{
content: "";
display: block;
width: 100%;
margin 2px 0 0;
height: 2.2em;
}

#Content_interest .info_wrap .main_text .rate .rate_title{
background: #BA8D10;
color: #fff;
border-radius: 2px;
margin: 0;
}

#Content_interest .info_wrap .main_text .rate .rate_title span{
font-size: 13px;
line-height: 1.2em;
}

#Content_interest .info_wrap .main_text .rate .rate_subtitle{
background: #bbb;
color: #fff;
border-radius: 2px;
}

#Content_interest .info_wrap .main_text .rate .free{
color: #b40000;
}

#Content_interest .info_wrap .main_text .rate .list_main{
background: #FAF7F0;
border-radius: 2px;
}

#Content_interest .info_wrap .main_text .rate .list_standard{
color: #bbb;
}

#Content_interest .info_wrap .main_text .rate .list_main:hover{
background: #4A453A;
color: #fff;
}

#Content_interest .info_wrap .main_text .correlation{
width: 100%;
margin: 1em auto 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.2em;
padding: 1em;
background: #FAF7F0;
}

#Content_interest .info_wrap .main_text .correlation .month{
width: calc(12% - 1px);
text-align: center;
}

#Content_interest .info_wrap .main_text .correlation .payment{
width: calc(22% - 1px);
text-align: center;
}

#Content_interest .info_wrap .main_text .correlation li{
display: flex;
align-items: center;
justify-content: center;
padding: 0.5em;
flex-wrap: wrap;
}

#Content_interest .info_wrap .main_text .correlation li.text_area{
width: 100%;
font-weight: bold;
justify-content: initial;
padding: 0 0 0.5em;
}

#Content_interest .info_wrap .main_text .correlation .list_wrap{
width: 100%;
justify-content: space-between;
align-items: initial;
padding: 1em 0;
}

#Content_interest .info_wrap .main_text .correlation li:last-child{
border-top: 4px double #BA8D10;
padding: 1em 0 0;
}

#Content_interest .info_wrap .main_text .correlation .list_wrap > div{
display: flex;
align-items: center;
justify-content: center;
margin: 2px 0 0;
padding: 0.5em;
}

#Content_interest .info_wrap .main_text .correlation .correlation_title{
background: #BA8D10;
color: #fff;
border-radius: 2px;
margin: 0;
}

#Content_interest .info_wrap .main_text .correlation .correlation_subtitle{
background: #bbb;
color: #fff;
border-radius: 2px;
}

#Content_interest .info_wrap .main_text .correlation .list_main{
background: #eee;
border-radius: 2px;
}

#Content_interest .info_wrap .main_text .correlation .list_main:hover{
background: #4A453A;
color: #fff;
}

#Content_interest .link_margin{
margin: 0 auto 100px;
}

#Content_interest .link_margin:last-of-type{
margin: 0 auto;
}


@media only screen and (max-device-width: 999px) {

#Content_interest .info_wrap .main_text ul.three_colmun .list_main{
pointer-events: none;
}

#Content_interest .guide_wrap .left_nav{
display: none;
}

#Content_interest .guide_wrap .right_content{
width: 100%;
}

#Content_interest{
max-width: calc(100% - 3rem);
margin: 0 auto 80px;
padding: 0;
font-size: 15px;
}

#Content_interest h2{
font-size: 22px;
padding: 0.5em 2%;
margin: 0 auto 40px;
}

#Content_interest h3{
font-size: 20px;
margin: 40px auto 0;
}

#Content_interest h3 img{
height: 1.4em;
margin: 0 0 0 0.5em;
}

#Content_interest span.notes{
font-size: 13px;
}

#Content_interest .contents_link{
margin: 20px auto 0;
}

#Content_interest .contents_link::before{
content: none;
}

#Content_interest .contents_link::after{
width: 32%;
}

#Content_interest .contents_link li{
width: 32%;
margin: 2% 0 0;
}

#Content_interest .guide_wrap{
margin: 80px auto 0;
}

#Content_interest .info_wrap h3:first-of-type{
margin: 16px auto 0;
}

#Content_interest .info_wrap h4:first-of-type{
margin: 24px auto 0;
}

#Content_interest .info_wrap p span.notes{
font-size: 13px;
}

#Content_interest .link_margin{
margin: 0 auto 80px;
}


@media only screen and (max-width: 800px) {
#Content_interest{
padding: 10px 0 0;
}
}


@media only screen and (max-width: 650px) {

#Content_interest h1{
font-size: 26px;
}

#Content_interest h2{
font-size: 20px;
}

#Content_interest h3{
font-size: 19px;
}

#Content_interest .contents_link::after{
width: 48%;
}

#Content_interest .contents_link li{
width: 48%;
margin: 4% 0 0;
}
}

}

/* interest.aspx css end */