﻿img {
    max-width: 100%;
}

.contents a {
    transition: opacity .3s;
}

.contents a:hover {
    opacity: .8;
}

.content-inner {
    padding: 1.25rem 0.9375rem;
    max-width: 1024px !important;
    width: auto;
    margin: 0 auto;
}

.btns_top {
    background-color: #333333;
}

.btns_top .content-inner {
    display: flex;
    justify-content: center;
    padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
}

.btns_top .content-inner > div {
    text-align: center;
    width: 46%;
    max-width: 420px;
    margin: 0 2%;
}
.btns_buttom .content-inner {
    display: flex;
    justify-content: center;
    padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
}

.btns_buttom .content-inner > div {
    text-align: center;
    width: 46%;
    max-width: 420px;
    margin: 0 2%;
}


.first-view .mainvisual {
    font-size: 0.1rem;
    line-height: 1;
}

.first-view .mainvisual img {
    vertical-align: top;
}

.feature {
    text-align: center;
}

.feature p {
    color: #00192d;
    font-size: 1.125rem;
    font-weight: bold;
}

.step {
    text-align: center;
    padding: 0 0 1.25rem;
    background-color: #ff9a33;
}

.tweet {
    text-align: center;
}

.btns {
    text-align: center;
    margin-bottom: 1.25rem;
}

.btns div {
    text-align: center;
    margin: 1.25rem 0;
}

.outline .detail {
    padding: 3.125rem 0 1.875rem;
    background-color:#fff6d7 ;
    border-radius: 0 0 60px 60px;
}

.outline h2 {
    color: #333;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2.25rem;
}

.outline dl {
    margin: 0 4rem 3.125rem;
}

.outline dl:last-child {
    margin-bottom: 0;
}

.outline dt {
    color: #C1272D;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.8125rem;
}

.outline dd {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}

.outline dd:last-child {
    margin-bottom: 0;
}

.outline .example ul {
    color: #7a7a7a;
    font-size: .875rem;
    text-indent: -1em;
    margin-left: 0;
    padding-left: 1em;
    list-style: none;
}

.outline .image {
    padding: 3.125rem 3.125rem 1.875rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
}

.outline .image > div:nth-child(1) {
    width: 40%;
}

.outline .image > div:nth-child(2) {
    width: 55%;
}

.proceduer-img {
    text-align: center;
    margin: 10px auto 1.25rem;
}

.proceduer-img:last-child {
    margin-bottom: 0;
}

.outline ul {
    list-style: disc;
    margin: 0 0 0 1em;
}

.outline p+ul {
    margin-top: 1.125rem;
}


.outline ul.list-caution {
    margin: 0;
    list-style: none;
}

.outline ul.list-caution li {
    text-indent: -1em;
    padding-left: 0.8em;
}

.outline ul.list-caution li::before {
    content: "窶ｻ";
}

.outline ol {
    list-style: decimal;
    margin: 0 0 0 1em;
}

.caution{
    margin-top: 25px;
}
.caution h2 {
    color: #333;
    font-size: 1.375rem;
    font-weight: normal;
    text-align: center;
    margin: 0 4rem 2rem;
    padding-bottom: 1.25rem;
    border-bottom: solid 1px #333;
}

.caution ul {
    margin: 0 4rem 1.75rem;
    list-style:none;
}

.caution li {
    color: #333;
    margin-top: .25rem;
    padding-left: 1.5em;
    position: relative;
}

.caution li::before {
    font-size: 0.5rem;
    line-height: 2.4;
    color: #333;
    content: "●";
    position: absolute;
    left: 0;
}

.campain_code {
    margin: 0.9375rem auto 5px auto;
}

.disclaimer ul{
    margin-bottom: 2.75rem;
}

.corporate-info {
    color: #5F2E2A;
    text-align: center;
    padding: 1.5625rem 0;
    border-top: solid 1px #5F2E2A;
    border-bottom: solid 1px #5F2E2A;
}

.corporate-info dt {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.corporate-info dd{
    font-size: 0.875rem;
}

.text-bold {
    font-weight: bold;
}

.text-under {
    text-decoration: underline; text-underline-position: under;
}

.red {
    color: #ff0000 !important;
}

.white {
    color: #ffffff !important;
}

.blue {
    color: #003a8b !important;
}

.brown {
    color: #987977 !important;
}

.gray {
    color: #777777 !important;
}

.text_box {
    max-width: 800px;
    width: 94%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.font-small {
    font-size: 13.6px;
}

.mt-20{
    margin-top: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.vertical-top{ 
    vertical-align: top;
}

/* PC */
@media all and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

/* SP */
@media all and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .btns_top .content-inner {
        display: block;
    }

    .btns_top .content-inner > div {
        width: 85%;
        display: block;
        margin: .8rem auto 0;
    }
    .btns_top div:first-child {
        margin-top: 0;
    }

    .btns_buttom .content-inner {
        display: block;
    }
    .btns_buttom .content-inner > div {
        width: 85%;
        display: block;
        margin: .8rem auto 0;
    }

    .feature h2 {
        margin: 0 -1rem;
    }

    .feature p {
        font-size: .875rem;
        margin-bottom: 1rem;
    }

    .btns div {
        width: 85%;
        margin: 1.25rem auto;
    }

    .btns div:first-child {
        margin-top: 0;
    }
    .tweet p img {
        margin: 0 -0.9375rem;
    }

    .outline .detail {
        margin: 0;
        padding: 2rem 0;
        border-radius: 0 0 20px 20px;
    }

    .outline h2 {
        font-size: 1.125rem;
    }
    .outline dl {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .outline dt {
        font-size: 1.0625rem;
        margin-bottom: 0;
    }

    .outline dd {
        font-size: 0.8125rem;
    }

    .outline .image {
        display: block;
        margin: 0 -0.75rem;
        padding: 2rem 1.25rem 1.25rem;
    }

    .outline .image > div:nth-child(1) {
        width: 100%;
        margin-bottom: 1.2rem;
    }

    .outline .image > div:nth-child(2) {
        width: 100%;
    }

    .outline .image img {
        width: 100%;
        max-width: 300px;
    }

    .outline .example ul {
        color: #7a7a7a;
        font-size: .75rem;
    }

    .caution {
        margin: 10px;
    }

    .caution h2 {
        font-size: 1.0625rem;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .caution ul {
       margin: 0 1rem;
   }

    .caution li {
        font-size: 0.75rem;
    }

    .campain_code {
        margin: 10px auto 5px auto;
    }

    .font-small {
        font-size: 9px;
    }
}
/**----------
common class
-----------**/

/* text-align */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.l-mv img {
    vertical-align: bottom;
}