@charset "utf-8";
/* font */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url('../font/ZenKakuGothicNew-Regular.ttf') format('woff');
}
@font-face {
    font-family: 'Zen Kaku Gothic Bold';
    src: url('../font/ZenKakuGothicNew-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'Zen Kaku Gothic Black';
    src: url('../font/ZenKakuGothicNew-Black.ttf') format('woff');
}
@font-face {
    font-family: 'Nexa-Heavy';
    src: url('../font/Nexa-Heavy.ttf') format('woff');
}
html {
    width: 100%;
}
body {
    font-family: 'Zen Kaku Gothic New', serif !important;
    margin: 0;
}
a {
    transition: all 0.2s ease-in-out;
}
a:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
img {
    width: 100%;
}
/*....................... br */
.br-sp {
    display: block
}
.br-pc {
    display: none;
}
.space {
    height: 20px;
    margin: 0 auto
}
@media screen and (min-width: 600px) {
    .br-sp {
        display: none
    }
    .br-pc {
        display: block;
    }
    .space {
        height: 90px;
        margin: 0 auto
    }
}
@media screen and (min-width: 1025px) {
    .br-sp {
        display: none
    }
    .br-pc {
        display: block;
    }
    .space {
        height: 90px;
        margin: 0 auto
    }
}
/*....................... fixed_btn */
.fixed_btn a {
    width: 180px;
    position: fixed;
    top: 0;
    right: 1%;
    display: block;
    z-index: 1;
    cursor: pointer;
}
.fixed_btn img {
    width: 100%;
}
@media screen and (max-width: 430px) {
    .fixed_btn a {
        width: 110px;
        right: 1%;
    }
}
/*....................... main */
main {
    width: 100%;
    background: url(../images/index_bg.png)no-repeat center top;
    background-size: cover;
}
main .main-cnt {
    width: 1070px;
    height: 770px;
    margin: 0 auto;
    display: block;
    position: relative;
}
main .main-cnt img {
    width: 100%;
}
main .main-cnt .main_fv {
    width: 1200px;
    height: 770px;
    background: url(../images/fv_cnt.png)no-repeat bottom;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 820px) {
    main {
        width: 100%;
        background: url(../images/index_bg-sp.png)no-repeat center top;
        background-size: cover;
    }
    main .main-cnt {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    main .main-cnt .main_fv {
        width: 90%;
        height: 100vh;
        background: url(../images/fv_cnt-sp.png)no-repeat top center;
        background-size: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    main {
        width: 100%;
        background: url(../images/index_bg-sp.png)no-repeat center top;
        background-size: cover;
    }
    main .main-cnt {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    main .main-cnt .main_fv {
        width: 90%;
        height: 100vh;
        background: url(../images/fv_cnt-sp.png)no-repeat top center;
        background-size: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 430px) {
    main {
        width: 100%;
        background: url(../images/index_bg-sp.png)no-repeat center top;
        background-size: cover;
    }
    main .main-cnt {
        width: 100%;
        height: 95vh;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    main .main-cnt .main_fv {
        width: 100%;
        padding-top: 0;
        height: 95vh;
        background: url(../images/fv_cnt-sp.png)no-repeat top center;
        background-size: 100%;
    }
}
/*....................... section */
section {
    width: 100%;
}
@media screen and (max-width: 900px) {
    section {
        width: 100%;
    }
}
@media screen and (max-width: 430px) {
    section {
        width: 100%;
    }
}
/*....................... btn_area */
.btn_area {
    width: 100%;
    background: #ffde02;
}
.btn_area .btn_area-cnt {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 40px;
}
.btn_area .btn_area-cnt .btn_area-tit {
    width: 715px;
    height: 130px;
    background: url(../images/btn_tit.png)no-repeat top center;
    background-size: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.btn_area .btn_area-cnt .btn_area-2col {
    width: 100%;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.btn_area .btn_area-cnt .btn_area-2col .btn_area-line {
    width: 50%;
    background: #2bba1c;
    border-radius: 10px;
    display: block;
}
.btn_area .btn_area-cnt .btn_area-2col .btn_area-mail {
    width: 50%;
    background: #fff;
    border-radius: 10px;
    display: block;
}
.btn_area .btn_area-cnt .btn_area-2col .btn a {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 900px) {
    .btn_area .btn_area-cnt {
        width: 90%;
        padding: 20px 0 40px;
    }
    .btn_area .btn_area-cnt .btn_area-tit {
        width: 75%;
        height: 100px;
        background: url(../images/btn_tit.png)no-repeat top center;
        background-size: 100%;
        margin: 0 auto 15px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    .btn_area .btn_area-cnt .btn_area-2col {
        width: 100%;
        margin: 0 auto 0px;
        gap: 20px;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn_area-line {
        width: 100%;
        margin-bottom: 0px;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn_area-mail {
        width: 100%;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn a {
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
    }
}
@media screen and (max-width: 430px) {
    .btn_area .btn_area-cnt {
        width: 90%;
        padding: 20px 0 30px;
    }
    .btn_area .btn_area-cnt .btn_area-tit {
        width: 100%;
        height: auto;
        padding-top: 10%;
        background: url(../images/btn_tit.png)no-repeat top center;
        background-size: 100%;
        margin: 0 auto 15px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    .btn_area .btn_area-cnt .btn_area-2col {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn_area-line {
        width: 85%;
        margin-bottom: 10px;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn_area-mail {
        width: 85%;
    }
    .btn_area .btn_area-cnt .btn_area-2col .btn a {
        width: 100%;
    }
}
/*....................... cnt1 */
.cnt1 {
    width: 100%;
    background: #f4f4f4;
    padding: 50px 0;
}
.cnt1 .cnt1-cnt {
    width: 950px;
    overflow: hidden;
    margin: 0 auto;
}
.cnt1 .cnt1-cnt .cnt1-tit {
    background: url(../images/cnt1_tit.png)no-repeat;
    background-size: 100%;
    width: 700px;
    padding-top: 20%;
    margin: 0 auto 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cnt1 .cnt1-cnt ul.pointList {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.cnt1 .cnt1-cnt li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #999;
}
.cnt1 .cnt1-cnt li:last-child {
    border-bottom: 0;
}
/*  twocolBox */
.cnt1 .cnt1-cnt .twocolBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cnt1 .cnt1-cnt .twocolBox .txtcolBox {
    width: 60%;
    display: block;
}
.cnt1 .cnt1-cnt .twocolBox .imgcolBox {
    width: 38%;
    margin: 0 2% 0 0;
}
.cnt1 .cnt1-cnt .twocolBox .imgcolBox img {
    width: 100%;
}
/*  txtBox */
.cnt1 .cnt1-cnt .txtBox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    display: flex;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_tit .txtBox_tit_num {
    width: 40%;
    height: auto;
    padding: 0 20px;
    text-align: center;
    background: #ffde02;
    border-radius: 50px;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2em;
    margin-right: 10px;
    font-family: 'Nexa-Heavy', serif;
    font-style: italic;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_tit .txtBox_tit_txt {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 2rem;
    font-family: 'Zen Kaku Gothic Bold', serif;
    font-style: italic;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.3em;
}
.cnt1 .cnt1-cnt .txtBox ul.txtBox_txt {
    width: 100%;
    padding: 0;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_txt li {
    font-size: 1.3rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    padding-bottom: 0;
    width: auto;
    border: 0;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_txt li:before {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 50px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f058';
    color: #000;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_txt b {
    font-family: 'Zen Kaku Gothic Bold', serif;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_txt span {
    background: linear-gradient(transparent 60%, #d5a6b8 60%);
}
.cnt1 .cnt1-cnt .txtBox .txtBox_notes {
    font-size: 16px;
    margin-bottom: 10px;
}
.cnt1 .cnt1-cnt .txtBox .txtBox_notes span {
    color: #e34861;
}
@media screen and (max-width: 820px) {
    .cnt1 {
        padding: 30px 0 0;
    }
    .cnt1 .cnt1-cnt {
        width: 85%;
        overflow: hidden;
        margin: 0 auto;
    }
    .cnt1 .cnt1-cnt .cnt1-tit {
        background: url(../images/cnt1_tit-sp.png)no-repeat;
        background-size: 100%;
        width: 85%;
        height: 150px;
        padding-top: 0;
        margin: 0 auto 25px;
    }
    .cnt1 .cnt1-cnt ul.pointList {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .cnt1 .cnt1-cnt li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 10px;
        overflow: hidden;
        border-bottom: 1px solid #999;
    }
    .cnt1 .cnt1-cnt li:last-child {
        border-bottom: 0;
    }
    /*  twocolBox */
    .cnt1 .cnt1-cnt .twocolBox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cnt1 .cnt1-cnt .twocolBox .txtcolBox {
        width: 100%;
        display: block;
    }
    .cnt1 .cnt1-cnt .twocolBox .imgcolBox {
        width: 70%;
        margin: 0 auto 0;
    }
    .cnt1 .cnt1-cnt .twocolBox .imgcolBox img {
        width: 100%;
    }
    /*  txtBox */
    .cnt1 .cnt1-cnt .txtBox {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 0 10px 0;
        display: flex;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_tit .txtBox_tit_num {
        width: 50%;
        height: 40px;
        padding: 0 0;
        text-align: center;
        background: #ffde02;
        border-radius: 50px;
        color: #000;
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 2.2em;
        margin-right: 10px;
        font-family: 'Nexa-Heavy', serif;
        font-style: italic;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_tit .txtBox_tit_txt {
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 1.7rem;
        font-family: 'Zen Kaku Gothic Bold', serif;
        font-style: italic;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 1.3em;
    }
    .cnt1 .cnt1-cnt .txtBox ul.txtBox_txt {
        width: 100%;
        padding: 0;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt li {
        font-size: 1.4rem;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        width: auto;
        border: 0;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt li:before {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 50px;
        font-size: 1.2rem;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: '\f058';
        color: #000;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt li:last-child {
        margin-bottom: 0px;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt b {
        font-family: 'Zen Kaku Gothic Bold', serif;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt span {
        background: linear-gradient(transparent 60%, #d5a6b8 60%);
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_notes {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cnt1 .cnt1-cnt .txtBox .txtBox_notes span {
        color: #e34861;
    }
}
@media screen and (max-width: 430px) {
    .cnt1 .cnt1-cnt .txtBox .txtBox_txt li {
        font-size: 1.1rem;
        margin-bottom: 0;
        position: relative;
        padding-left: 30px;
        width: auto;
        border: 0;
    }
}
/*....................... cnt2 */
.cnt2 {
    width: 100%;
    background: #f4f4f4;
    padding: 50px 0 0;
}
.cnt2 .cnt2-cnt {
    width: 1070px;
    overflow: hidden;
    margin: 0 auto;
}
.cnt2 .cnt2-cnt .cnt2-tit {
    background: url(../images/cnt2_tit.png)no-repeat;
    background-size: 100%;
    width: 700px;
    padding-top: 200px;
    margin: 0 auto 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cnt2 .cnt2-cnt .image1 {
    background: url(../images/cnt2_news.png)no-repeat;
    background-size: 100%;
    width: 1070px;
    height: 770px;
    margin: 0 auto 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cnt2 .cnt2-cnt .image2 {
    background: url(../images/cnt2_figure.png)no-repeat;
    background-size: 100%;
    width: 950px;
    height: 770px;
    margin: 0 auto 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 820px) {
    .cnt2 {
        width: 100%;
        background: #f4f4f4;
        padding: 50px 0 0;
    }
    .cnt2 .cnt2-cnt {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .cnt2 .cnt2-cnt .cnt2-tit {
        background: url(../images/cnt2_tit.png)no-repeat;
        background-size: 100%;
        width: 80%;
        padding-top: 27%;
        margin: 0 auto 0;
    }
    .cnt2 .cnt2-cnt .image1 {
        background: url(../images/cnt2_news.png)no-repeat;
        background-size: 100%;
        width: 100%;
        height: 60vh;
        margin: 0 auto 0;
    }
    .cnt2 .cnt2-cnt .image2 {
        background: url(../images/cnt2_figure-sp.png)no-repeat;
        background-size: 100%;
        width: 90%;
        height: 65vh;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 430px) {
    .cnt2 {
        width: 100%;
        background: #f4f4f4;
        padding: 30px 0 0;
    }
    .cnt2 .cnt2-cnt {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .cnt2 .cnt2-cnt .cnt2-tit {
        background: url(../images/cnt2_tit-sp.png)no-repeat;
        background-size: 100%;
        width: 90%;
        padding-top: 48%;
        margin: 0 auto 0;
    }
    .cnt2 .cnt2-cnt .image1 {
        background: url(../images/cnt2_news-sp.png)no-repeat;
        background-size: 100%;
        width: 100%;
        height: 82vh;
        margin: 0 auto 0;
    }
    .cnt2 .cnt2-cnt .image2 {
        background: url(../images/cnt2_figure-sp.png)no-repeat;
        background-size: 100%;
        width: 100%;
        height: 45vh;
        margin: 0 auto 30px;
    }
}
/*....................... caution */
.caution {
    width: 100%;
    background: #333;
    padding: 40px 0 0;
}
.caution .caution-cnt {
    width: 1070px;
    overflow: hidden;
    margin: 0 auto;
}
.caution .caution-cnt .caution-tit {
    background: url(../images/caution.png)no-repeat;
    background-size: 100%;
    width: 700px;
    height: 220px;
    margin: 0 auto 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 820px) {
    .caution {
        width: 100%;
        background: #333;
        padding: 40px 0 0;
    }
    .caution .caution-cnt {
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
    }
    .caution .caution-cnt .caution-tit {
        background: url(../images/caution.png)no-repeat;
        background-size: 100%;
        width: 100%;
        height: 230px;
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 430px) {
    .caution {
        width: 100%;
        background: #333;
        padding: 30px 0 0;
    }
    .caution .caution-cnt {
        width: 75%;
        overflow: hidden;
        margin: 0 auto;
    }
    .caution .caution-cnt .caution-tit {
        background: url(../images/caution-sp.png)no-repeat;
        background-size: 100%;
        width: 100%;
        height: 35vh;
        margin: 0 auto 15px;
    }
}
/*....................... cnt3 */
.cnt3 {
    width: 100%;
    background: #f4f4f4;
    padding: 50px 0 50px;
}
.cnt3 .cnt3-cnt {
    width: 1070px;
    overflow: hidden;
    margin: 0 auto;
}
.cnt3 .cnt3-cnt .cnt3-tit {
    background: url(../images/cnt3_tit.png)no-repeat;
    background-size: 100%;
    width: 600px;
    height: 280px;
    margin: 0 auto 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cnt3 .cnt3-cnt ul.cnt3-list {
    width: 830px;
    height: auto;
    margin: 0 auto 30px;
    list-style: none;
}
.cnt3 .cnt3-cnt .cnt3-list li {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    border-bottom: 1px solid #999;
}
.cnt3 .cnt3-cnt .cnt3-list li:last-child {
    border-bottom: 0;
}
/* box */
.cnt3 .cnt3-cnt .txtBox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.cnt3 .cnt3-cnt .txtBox .txtBox_tit {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0;
    display: flex;
}
.cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_num {
    width: 40%;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    background: #ffde02;
    border-radius: 50px;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2em;
    margin-right: 10px;
    font-family: 'Zen Kaku Gothic Bold', serif;
    font-style: italic;
}
.cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_txt {
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.3em;
    font-family: 'Zen Kaku Gothic Bold', serif;
}
.cnt3 .cnt3-cnt .txtBox ul.txtBox_txt {
    width: 100%;
    padding: 0;
}
.cnt3 .cnt3-cnt .txtBox .txtBox_txt li {
    font-size: 1.3rem;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    width: auto;
}
.cnt3 .cnt3-cnt .txtBox .txtBox_txt li:before {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 50px;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f058';
    color: #000;
}
/* arrow */
.cnt3 .cnt3-cnt .arrow {
    width: 450px;
    margin: 0 auto 50px;
}
/* reed */
.cnt3 .cnt3-cnt .reed {
    width: 700px;
    margin: 0 auto;
}
@media screen and (max-width: 820px) {
    .cnt3 {
        width: 100%;
        background: #f4f4f4;
        padding: 50px 0 50px;
    }
    .cnt3 .cnt3-cnt {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .cnt3 .cnt3-cnt .cnt3-tit {
        background: url(../images/cnt3_tit.png)no-repeat;
        background-size: 100%;
        width: 500px;
        height: 240px;
        margin: 0 auto 30px;
    }
    .cnt3 .cnt3-cnt ul.cnt3-list {
        width: 650px;
        height: auto;
        margin: 0 auto 30px;
        list-style: none;
        padding: 0;
    }
    .cnt3 .cnt3-cnt .cnt3-list li {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
        border-bottom: 1px solid #999;
    }
    .cnt3 .cnt3-cnt .cnt3-list li:last-child {
        border-bottom: 0;
    }
    /* box */
    .cnt3 .cnt3-cnt .txtBox {
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 0 30px 0;
        display: flex;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_num {
        width: 40%;
        height: 50px;
        padding: 0 20px;
        text-align: center;
        background: #ffde02;
        border-radius: 50px;
        color: #000;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 2em;
        margin-right: 10px;
        font-family: 'Zen Kaku Gothic Bold', serif;
        font-style: italic;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_txt {
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 2rem;
        font-style: italic;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 1.3em;
    }
    .cnt3 .cnt3-cnt .txtBox ul.txtBox_txt {
        width: 100%;
        padding: 0;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_txt li {
        font-size: 1.3rem;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        width: auto;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_txt li:before {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 50px;
        font-size: 1.5rem;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: '\f058';
        color: #000;
    }
    /* arrow */
    .cnt3 .cnt3-cnt .arrow {
        width: 450px;
        margin: 0 auto 50px;
    }
    /* reed */
    .cnt3 .cnt3-cnt .reed {
        width: 700px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 430px) {
    .cnt3 {
        width: 100%;
        background: #f4f4f4;
        padding: 40px 0 40px;
    }
    .cnt3 .cnt3-cnt {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    .cnt3 .cnt3-cnt .cnt3-tit {
        background: url(../images/cnt3_tit.png)no-repeat;
        background-size: 100%;
        width: 90%;
        height: 150px;
        margin: 0 auto 30px;
    }
    .cnt3 .cnt3-cnt ul.cnt3-list {
        width: 100%;
        height: auto;
        margin: 0 auto 0px;
        list-style: none;
        padding: 0;
    }
    .cnt3 .cnt3-cnt .cnt3-list li {
        width: 100%;
        height: auto;
        margin: 0 auto 15px;
        border-bottom: 1px solid #999;
    }
    .cnt3 .cnt3-cnt .cnt3-list li:last-child {
        border-bottom: 0;
    }
    /* box */
    .cnt3 .cnt3-cnt .txtBox {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 0 15px 0;
        display: flex;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_num {
        width: 40%;
        height: 40px;
        padding: 0 20px;
        text-align: center;
        background: #ffde02;
        border-radius: 50px;
        color: #000;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 2em;
        margin-right: 10px;
        font-family: 'Zen Kaku Gothic Bold', serif;
        font-style: italic;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_tit .txtBox_tit_txt {
        width: 100%;
        text-align: left;
        color: #000;
        font-size: 1.3rem;
        font-style: italic;
        font-weight: bold;
        display: flex;
        align-items: center;
        line-height: 1.3em;
    }
    .cnt3 .cnt3-cnt .txtBox ul.txtBox_txt {
        width: 100%;
        padding: 0;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_txt li {
        font-size: 1.0rem;
        margin-bottom: 10px;
        position: relative;
        padding-left: 30px;
        width: auto;
    }
    .cnt3 .cnt3-cnt .txtBox .txtBox_txt li:before {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 50px;
        font-size: 1.5rem;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: '\f058';
        color: #000;
    }
    /* arrow */
    .cnt3 .cnt3-cnt .arrow {
        width: 80%;
        margin: 0 auto 20px;
    }
    /* reed */
    .cnt3 .cnt3-cnt .reed {
        width: 100%;
        margin: 0 auto;
    }
}
/*....................... manga */
.manga_area {
    width: 100%;
    margin: 0;
}
.manga_area-cnt {
    width: 100%;
    margin: 0 auto;
}
.manga_area-cnt img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.manga_area-cnt .m_num {
    width: 100%;
}
@media screen and (min-width: 600px) {
    .manga_area {
        width: 100%;
    }
    .manga_area-cnt {
        width: 90%;
        margin: 0 auto;
    }
    .manga_area-cnt img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .manga_area-cnt .m_num {
        width: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .manga_area {
        width: 100%;
    }
    .manga_area-cnt {
        width: 800px;
        margin: 0 auto;
    }
    .manga_area-cnt img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .manga_area-cnt .m_num {
        width: 100%;
    }
}
/*....................... footer */
footer {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #f4f4f4;
}
footer .copy {
    text-align: center;
    font-size: 1.0rem;
}
@media screen and (max-width: 820px) {
    footer .copy {
        text-align: center;
        font-size: 0.8rem;
    }
}