/*
guide----------------*/
#beginner_01.sec_01 {
    padding-bottom: 0rem;
}
#beginner_01.sec_02 {
    padding-bottom: 4rem;
}
#beginner_01.sec_02 h4 {
    color: #d19ab4;
    text-align: center;
    border-bottom: 1px solid #d19ab4;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 5px;
}
#beginner_01 .img_box {
}
#beginner_01 .sub_box .img_box p{
    font-size: 18px;
    line-height: 2;
    font-weight: normal;
}
.rank_link {
    width: 600px;
    max-width: 95%;
    margin: 3rem auto 2rem;
}
.rank_link a {
    display: block;
    background-color: #d19ab4;
    padding: 15px 0;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 0;
    font-weight: bold;
}
.rank_link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
}
#beginner_review .sub_box .review_link a,
.line_kink a,
.rank_link a {
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
}
#beginner_review .sub_box .review_link a:hover,
.line_kink a:hover,
.rank_link a:hover {
    opacity: 0.6;
}
.rank_link a span {
    position: absolute;
    left: -25px;
    top: -40%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f84775;
    border-radius: 50%;
    box-shadow: 0px 0px 8px #00000040;
    transform: rotate(-15deg);
}
.line_kink {
    width: 600px;
    max-width:100%;
    margin: 0 auto;
}
.line_kink a {
    background-color: #00bb1f;
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.line_kink a span {
    position: relative;
    z-index: 0;
}
.line_kink a span::before {
    content: none;
    position: absolute;
    z-index: -1;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
}
.line_kink a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
}#cause_02.beginner_sec .sub_box {
    width: 1400px;
}
#cause_02.beginner_sec .sub_box ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#cause_02.beginner_sec .sub_box .subh2 {
    margin-bottom: 3rem;
}
#cause_02.beginner_sec .sub_box ul li:nth-of-type(even) {
    flex-direction: row-reverse;
}
#cause_02.beginner_sec .sub_box ul li .img_box {
    width: 45%;
}
#cause_02.beginner_sec .sub_box ul li dl {
    width: 50%;
}
#cause_02.beginner_sec .sub_box ul li .img_box img {
    border-radius: 10px;
}
#cause_02.beginner_sec .sub_box ul li .img_box {
    margin: 0;
}
#cause_02.beginner_sec .sub_box ul li dl dt::before {
    content: none;
}
#cause_02.beginner_sec .sub_box ul li dl dt {
    padding-left: 30px;
    padding-bottom: 0;
}
#cause_02.beginner_sec .sub_box ul li dl dt::after {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #808080;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}
#cause_02.beginner_sec .sub_box ul li:nth-of-type(1) dl dt::after {
    content: "1";
}
#cause_02.beginner_sec .sub_box ul li:nth-of-type(2) dl dt::after {
    content: "2";
}
#cause_02.beginner_sec .sub_box ul li:nth-of-type(3) dl dt::after {
    content: "3";
}
#cause_02.beginner_sec .sub_box ul li:nth-of-type(4) dl dt::after {
    content: "4";
}
#beginner_review {
    background-color: #e9dbc8;
}
#beginner_review .sub_box {
}
#beginner_review .sub_box ul {
    margin: 3rem 0 2rem;
}
#beginner_review .sub_box ul li {
    padding-top: 30px;
    position: relative;
    z-index: 0;
}
#beginner_review .sub_box ul li:not(:last-of-type) {
    margin-bottom: 1rem;
}
#beginner_review .sub_box ul li::before {
    position: absolute;
    z-index: 0;
    content: "“";
    color: #fff;
    top: 0;
    font-size: 60px;
    line-height: 60px;
    left: 0;
}
#beginner_review .sub_box ul li p {
    font-size: 17px;
}
#beginner_review .sub_box ul li p.right {
    text-align: right;
    margin-top: 0.5rem;
}
#beginner_review .sub_box .review_link {
    max-width: 100%;
    margin: 0 auto;
}
#beginner_review .sub_box .review_link a {
    padding: 70px 0;
    display: block;
    background-image: url(.././img/review_link_bg.jpg);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}
#beginner_review .sub_box .review_link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
#beginner_02 {
    padding-top: 0;
}
.insta_box {
}
.insta_box .txt_box {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
.insta_box .txt_box h2 {
    color: #5a5a5a;
    font-size: 30px;
}
.insta_box .txt_box p {
    margin: 1.5rem 0;
    font-size: 1.15em;
}
.insta_box ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.insta_box ul li {
    width: calc(100% / 5);
}
.insta_box ul li:nth-of-type(11) ,
.insta_box ul li:nth-of-type(12) {
    display: none;
}
@media screen and (max-width:800px) {
.rank_link a {
    font-size: 13px;
}
.insta_box ul li {
    width: calc(100% / 3);
}
.insta_box ul li:nth-of-type(11) ,
.insta_box ul li:nth-of-type(12) {
    display: block;
}
#beginner_01 .sub_box .img_box p {
    font-size: 15px;
}
#cause_02.beginner_sec {
    padding: 2rem 0 2rem;
}
.rank_link {
    margin: 2rem auto 1rem;
}
#cause_02.beginner_sec .sub_box ul li .img_box {
    margin: 15px 0;
}
#beginner_review .sub_box ul li p {
    font-size: 15px;
}
#beginner_review .sub_box ul {
    margin: 1rem 0 1.5rem;
}
#beginner_review .sub_box .review_link a {
    padding: 45px 0;
    font-size: 1.1em;
}

.line_kink a span::before {
    content: "";
}
.line_kink a::before {
    content: none;
}
.insta_box .txt_box h2 {
    font-size: 23px;
}
.insta_box .txt_box p {
    margin: 1rem 0;
    font-size: 1.1em;
}
#cause_02.beginner_sec .sub_box ul li {
    display: block;
}
#cause_02.beginner_sec .sub_box ul li .img_box {
    width: 100%;
}
#cause_02.beginner_sec .sub_box ul li dl {
    width: 100%;
}
#cause_02.beginner_sec .sub_box ul li dl dt {
    font-size: 20px;
}
}

@media screen and (max-width:640px) {}
