@charset "UTF-8";
#how-to_fv {
    padding-top: 4.35vw;
}
#how-to_sec01 {
    padding: 4vw 0 11vw;
}
#how-to_sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
#how-to_sec01 .flex .sidebar {
    width: 27%;
}
#how-to_sec01 .flex .sidebar ul {
}
#how-to_sec01 .flex .sidebar ul li {
}
#how-to_sec01 .flex .sidebar ul li a {
    color: #000;
    font-size: 1.2em;
    padding: 1.2vw 0.8vw;
    display: block;
    transition: all ease-in-out .2s 0s;
}
#how-to_sec01 .flex .sidebar ul li.active a {
    color: #F1890E;
    background: #fff1dd;
    pointer-events: none;
}
#how-to_sec01 .flex .sidebar ul li a:hover {
    background-color: #e7e9ee;
}
#how-to_sec01 .flex .link {
}
#how-to_sec01 .flex .link a {
    display: block;
    font-size: 1.1em;
    line-height: 1;
    padding: 1.8vw 3vw 1.8vw 0;
    color: #fff;
    background-color: #f1890e;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    position: relative;
    width: 100%;
    margin: 2vw auto;
    z-index: 0;
    border: 2px solid #f1890e;
    transition: all ease-in-out .2s 0s;
}
#how-to_sec01 .flex .link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.5vw;
    height: 100%;
    background-image: url(../../img/common/arrow_w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: 1.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out .2s 0s;
}
#how-to_sec01 .flex .link a:hover {
    color: #f1890e;
    background-color: #f5f7ff;
}
#how-to_sec01 .flex .link a:hover::before {
    background-image: url(../../img/common/arrow_o.png);
    right: 1vw;
}
#how-to_sec01 .flex .content,
#how-to_sec01 .flex .contents {
    width: 69%;
    border-left: 1px solid #c0c0c0;
    padding-left: 5%;
}
#how-to_sec01 .flex .content p {
    font-size: 1.15em;
}
#how-to_sec01 .flex .content ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 3vw;
}
#how-to_sec01 .flex .content ul li {
    width: 31.5%;
    background-color: #fff;
    box-shadow: 0px 0px 12px #0000001f;
    padding: 1vw;
    border-radius: 0.5vw;
    position: relative;
    z-index: 0;
}
#how-to_sec01 .flex .content ul li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#how-to_sec01 .flex .content ul li .img {
    width: 100%;
    height: 9vw;
    overflow: hidden;
    border-radius: 0.5vw;
    margin: 0 auto;
}
#how-to_sec01 .flex .content ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out .2s 0s;
    transform-origin: center;
}
#how-to_sec01 .flex .content ul li:hover .img img {
    transform: scale(1.05);
}
#how-to_sec01 .flex .content ul li .txt {
    line-height: 120%;
    margin-top: 1vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-align: center;
}
#how-to_sec01 .flex .content .link {
    margin-top: 4vw;
}
#how-to_sec01 .flex .content .link a {
    width: 32%;
}
#how-to_sec01 .flex .contents {
}
#how-to_sec01 .flex .contents p {
    font-size: 1.1em;
    margin-bottom: 2.5vw;
}
#how-to_sec01 .flex .contents p a {
    color: #5071ff;
    text-decoration: underline;
}
#how-to_sec01 .flex .contents p b {
    font-size: 1.15em;
}
#how-to_sec01 .flex .contents .flex_img {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;

}
#how-to_sec01 .flex .contents .flex_img .img.fx {
    width: 48.5%;
}
#how-to_sec01 .flex .contents .img {
    width: 100%;
    height: 24vw;
    overflow: hidden;
    border-radius: 1vw;
    margin-bottom: 2.5vw;
}
#how-to_sec01 .flex .contents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#how-to_sec01 .flex .contents .img.no {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2.5vw;
}
#how-to_sec01 .flex .contents .img.no img {
    height: auto;
    border-radius: 1vw;
}
#how-to_sec01 .flex .contents .link {
}
#how-to_sec01 .flex .contents .link a {
    margin: 2.5vw auto;
}
#how-to_sec01 .flex .contents h3 {
    font-size: 1.45em;
    margin-bottom: 0.2vw;
}
#how-to_sec01 .flex .contents h4 {
    font-size: 1.4em;
    margin-bottom: 0.2vw;
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
#how-to_sec01 {
    padding: 7vw 0 20vw;
}
#how-to_sec01 .flex .sidebar {
    width: 100%;
}
#how-to_sec01 .flex .sidebar ul li a {
    padding: 3.2vw 2.8vw;
}
#how-to_sec01 .flex .link a {
    padding: 3.8vw 9vw 3.8vw 0;
}
#how-to_sec01 .flex .link a::before {
    width: 6.5vw;
    right: 6.5vw;
}
#how-to_sec01 .flex .content,
#how-to_sec01 .flex .contents {
    width: 100%;
    border-left: 0px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding-left: 0;
    padding-top: 5vw;
    margin-top: 5vw;
}
#how-to_sec01 .flex .content ul {
    margin-top: 7vw;
}
#how-to_sec01 .flex .content ul li {
    width: 100%;
    padding: 3vw;
    border-radius: 2.5vw;
}
#how-to_sec01 .flex .content ul li:not(:last-of-type) {
        margin-bottom: 5vw;
}
#how-to_sec01 .flex .content ul li .img {
    height: 40vw;
    border-radius: 2.5vw;
}
#how-to_sec01 .flex .content ul li .txt {
    margin-top: 3vw;
    height: 10.5vw;
    font-size: 1.15em;
}
#how-to_sec01 .flex .content .link {
    margin-top: 10vw;
}
#how-to_sec01 .flex .content .link a {
    width: 70%;
}
#how-to_sec01 .flex .contents .img {
    height: 46vw;
    margin-bottom: 5.5vw;
}
#how-to_sec01 .flex .contents .img.no {
    height: auto;
    margin-bottom: 5.5vw;
}
#how-to_sec01 .flex .contents p {
    margin-bottom: 5.5vw;
}
#how-to_sec01 .flex .contents .link a {
    margin: 5.5vw auto;
        line-height: 120%;
}
#how-to_sec01 .flex .contents h3 {
        font-size: 1.5em;
    margin-bottom: 1.2vw;
}
#how-to_sec01 .flex .contents h4 {
        font-size: 1.4em;
    margin-bottom: 1.2vw;
}
#how-to_sec01 .flex .contents .flex_img .img.fx {
    width: 100%;
}
}