@charset "utf-8";
/* CSS Document */
.freepage-frame .sec-inner p, .freepage-frame .sec-inner li, .freepage-frame .sec-inner dl {
    line-height: 1.8;
font-size: 14px !important;
}
html[data-browse-mode="S"] h1 {
        margin: 0 0 0;
}
p{
        margin-bottom: 0!important;
}
ul{
        margin-top: 0!important;
}
.txtred {
        color: #CC0000;
}
img {
        max-width: 100%;
        height: auto;
}
#fig_step {
        display: block;
        margin: 25px auto;
        text-align: center;
}
.sec-inner p {
        margin-bottom: 25px;
}
.list_ul li::before {
        content: "・";
         display:inline-block;
        padding: 0 5px 0 0;
}
.notice_ul_indent{
        padding-left: 20px;
}
.notice_ul li::before {
        content: "※";
         display:inline-block;
        padding: 0 5px 0 0;
}
.pc_2clm_sp_1clm{
        display: flex;
        justify-content: space-between;
}
.pc_2clm_sp_1clm>.col_img{
        width: calc(40% - 20px);
}
.pc_2clm_sp_1clm>.col_txt{
        width: 60%;
}
.pc_2clm_sp_1clm>.col_txt>h3{
        margin: 10px 0 0;
        border: none;
}
.step_txt {
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
}
.step_num {
    font-size: 24px;
}
.step_ttl {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
}
.faq-box { 
        position: relative;
}
.faq-box::before { 
        content: 'Q';
        font-size: 24px; font-weight: bold;
        line-height: 1.0; color: #CC0000;
        display: inline-block;
        position: absolute;
        left: 15px; top: 18px;
}
.faq-box dt.q { 
        padding: 18px 50px 18px 55px;
        border-bottom: #CCC 1px solid;
        font-size: 16px; display: flex;
        align-items: center;
        position: relative;
}
.faq-box dt.q>p { 
        margin: 0;
}
.faq-box dt.q::before, .faq-box dt.q::after {
        content: '';
        width: 16px;
        height: 2px;
        display: block;
        background: #976F11;
        position: absolute;
        top: calc(50% - 0.8px);
        right: 20px;
        transition: 0.3s;
}
.faq-box dt.q::after {
        transform: rotate(-90deg);
}
.faq-box dt.q.open::after {
        transform: rotate(0deg);
}
.faq-box dd.a {
        padding: 30px 50px 30px 100px;
        font-size: 16px;
        background: #F8F8F8;
        position: relative;
        display: none;
}
.faq-box dd.a::before {
        content: 'A';
        font-size: 24px;
        font-weight: bold;
        line-height: 1.0;
        color: #333333;
        display: inline-block;
        position: absolute;
        left: 65px;
        top: 30px;
}
.mgt10{
        margin-top: 10px!important;
}
.exaple_dl>dd{
        padding-left: 20px;
}
.mgt30{
        margin-top: 30px;
}
.mgt60{
	margin-top: 60px;
}
@media screen and (max-width:767.98px) {
        .pc_2clm_sp_1clm{
                flex-wrap: wrap;
                flex-direction: column-reverse;
        }
        .pc_2clm_sp_1clm>.col_img{
                width: 100%;
        }
        .pc_2clm_sp_1clm>.col_txt{
                width: 100%;
        }
        .mgt10_sp{
                margin-top: 10px;
        }

}
.more-button a {
	    color: #111;
}
.more-button a:hover {
    background: #fbf9f4;
}

html[data-browse-mode="P"] .mv {
	margin: -40px 0 48px 0;
}

html[data-browse-mode="S"] .mv {
	margin: 0 0 48px 0;
}

html[data-browse-mode="P"] .mv img {
    width: 100%;
}

.banner {
	margin-top: 40px;
    text-align: center;
}

html[data-browse-mode="P"] #anc01 {
	margin-top: 80px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

html[data-browse-mode="S"] #anc01 {
	margin-top: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

html[data-browse-mode="P"] #anc02 {
	margin-top: 80px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

html[data-browse-mode="S"] #anc02 {
	margin-top: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

html[data-browse-mode="P"] #anc03 {
	margin-top: 80px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

html[data-browse-mode="S"] #anc03 {
	margin-top: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

html[data-browse-mode="S"] .anc_btn_list li:nth-child(2) {
    margin: 15px 0 15px 0;
  }

html[data-browse-mode="P"] .anc_btn_list {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

html[data-browse-mode="S"] .anc_btn_list {
    justify-content: space-between;
    margin: 30px auto;
}

.anc_btn_list li a {
    width: 350px;
    height: 60px;
    padding: 0 15px 0 0;
    margin: 0 auto;
    border-radius: 5px;
    border: #CCC 1px solid;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

.anc_btn_list li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #976F11;
    border-top: 1px solid #976F11;
    position: absolute;
    right: 40px;
    top: calc(50% - 6px);
    display: block;
    transform: rotate(135deg);
}

.anc_btn_list li a:after {
    content: "";
    width: 8px;
    height: 1px;
    background: #976F11;
    position: absolute;
    right: 40px;
    top: calc(50% + 6px);
    display: block;
}
