article {
    overflow-x: hidden;
}

article section.mv {
    background-image: url(../img/mv_bg.jpg);
}

article section .content {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: left;
}

.pcview {
    display: block;
}

.spview2 {
    display: none;
}

@media only screen and (max-width: 1200px) {
    section.breadcrumbs {
        margin-left: 30px;
    }
}

@media screen and (max-width:480px) {
    .spview2 {
        display: block;
    }
}

@media only screen and (max-width: 764px) {
    article section .content {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .pcview {
        display: none;
    }
}

article section .content h2 {
    font-size: 34px;
    margin-bottom: 60px;
    text-align: center;
}

@media only screen and (max-width: 764px) {
    article section .content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

article section .content .box_btn {
    display: inline-block;
    padding: 8px 24px;
    text-align: center;
    border: 2px solid #5757A4;
    color: #5757A4;
    font-size: 14px;
}

@media only screen and (max-width: 764px) {
    article section .content .box_btn {
        width: 70%;
        padding: 4vw 0;
    }
}

article section .content .flexwrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

article section.breadcrumbs .content {
    padding: 0;
}

article section.sec1 .content p.copy {
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
}

article section.sec1 .content .imgwrap {
    width: 100%;
}

article section.sec1 .hyo {
    overflow: hidden;
}

article section.sec1 .hyo dl {
    margin-bottom: 30px;
    font-size: 16px;
}

article section.sec1 .hyo dl dt {
    font-size: 16px;
    color: #fff;
    padding: 12px;
    margin-bottom: 12px;
    background: #eee;
}

article section.sec1 .hyo dl dd {
    margin: 0px;
    padding: 0px 12px;
}

article section.sec1 .hyo dl dd h5 {
    font-size: 16px;
    margin-bottom: 16px;
    border-bottom: dotted 1px #ccc;
    padding-bottom: 5px;
}

article section.sec1 .hyo dl dd .txt_right {
    text-align: right;
    margin-top: -1em;
}

article section.sec1 .hyo dl dd ul {
    display: flex;
    flex-wrap: wrap;
}

article section.sec1 .hyo dl dd ul li {
    width: 25%;
    box-sizing: border-box;
}

article section.sec1 .hyo dl dd ul li:before {
    content: "・"
}

article section.sec1 .hyo dl:nth-child(1) dt {
    background: #20a9c7;
}

article section.sec1 .hyo dl:nth-child(2) dt {
    background: #7d5da1;
}

article section.sec1 .hyo dl:nth-child(3) dt {
    background: #7d5da1;
}

article section.sec1 .hyo dl:nth-child(4) dt {
    background: #4489c3;
}

article section.sec1 .hyo dl:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 764px) {
    article section.sec1 .content .imgwrap {
        overflow-x: scroll;
    }
    article section.sec1 .hyo dl dd ul li {
        width: 50%;
        box-sizing: border-box;
    }
    article section.sec1 .content p.copy {
        margin-bottom: 30px;
        text-align: left;
        font-size: 16px;
    }
}

@media screen and (max-width:420px) {
    article section.sec1 .hyo dl dd ul li,
    article section.sec1 .hyo dl dd .txt_right {
        font-size: 14px;
    }
}

article section.sec1 .content .imgwrap img {
    width: 100%;
}

@media only screen and (max-width: 764px) {
    article section.sec1 .content .imgwrap img {
        width: 200%;
    }
}

article section.sec2 {
    background-color: #F6F7FB;
}

article section.sec2 .content .block {
    background-color: #FFF;
    margin-bottom: 40px;
    padding: 40px;
}

article section.sec2 .content .block:last-child {
    margin-bottom: 0px;
}


/*202105追加*/

article section.sec2 .content .block.flexwrap {
    display: flex;
}

article section.sec2 .content .block.flexwrap .txt {
    width: 65%;
}

article section.sec2 .content .block.flexwrap .photo {
    width: 35%;
    box-sizing: border-box;
    padding-left: 30px;
}

article section.sec2 .content .block.flexwrap .photo img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 764px) {
    article section.sec2 .content .block.flexwrap {
        flex-wrap: wrap;
    }
    article section.sec2 .content .block.flexwrap .txt {
        width: 100%;
        margin-bottom: 30px;
    }
    article section.sec2 .content .block.flexwrap .photo {
        width: 100%;
        padding-left: 0px;
    }
}


/*202105追加ここまで*/

@media only screen and (max-width: 764px) {
    article section.sec2 .content .block {
        padding: 4vw 3vw;
    }
}

article section.sec2 .content .block:last-child {
    margin-bottom: 0;
}

article section.sec2 .content .block h3 {
    font-size: 20px;
    color: #2A004A;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

article section.sec2 .content .block h3::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #2A004A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

article section.sec2 .content .block h3::after {
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    color: #FFF;
    font-size: 14px;
}

article section.sec2 .content .block:nth-child(2) h3::after {
    content: '1';
}

article section.sec2 .content .block:nth-child(3) h3::after {
    content: '2';
}

article section.sec2 .content .block:nth-child(4) h3::after {
    content: '3';
}

article section.sec2 .content .block:nth-child(5) h3::after {
    content: '4';
}

article section.sec2 .content .block p {
    font-size: 16px;
    margin-bottom: 30px;
}

article section.sec2 .content .block p:last-child {
    margin-bottom: 0;
}

article section.sec2 .content .block .column2 {
    justify-content: space-between;
    border: 1px solid #000;
    box-sizing: border-box;
}

@media only screen and (max-width: 764px) {
    article section.sec2 .content .block .column2 {
        flex-direction: column;
    }
}

article section.sec2 .content .block .column2 .box:first-child {
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding: 30px 40px;
}

@media only screen and (max-width: 764px) {
    article section.sec2 .content .block .column2 .box:first-child {
        width: 100%;
        padding: 3vw;
        margin-bottom: 4vw;
    }
}

article section.sec2 .content .block .column2 .box:first-child p {
    font-size: 14px;
}

article section.sec2 .content .block .column2 .box:first-child p.ttl,
article section.sec2 .content .block .column2 .box:first-child p.sub {
    font-size: 18px;
    font-weight: bold;
}

article section.sec2 .content .block .column2 .box:first-child p.ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

article section.sec2 .content .block .column2 .box:first-child p.name {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}

article section.sec2 .content .block .column2 .box:first-child p.name em {
    font-style: normal;
    font-size: 16px;
}

article section.sec2 .content .block .column2 .box:last-child {
    width: 320px;
}

@media only screen and (max-width: 764px) {
    article section.sec2 .content .block .column2 .box:last-child {
        width: 100%;
        text-align: center;
    }
}

article section.sec2 .content .block .column2 .box:last-child img {
    max-width: 100%;
}

article section.sec3 .content a.ribon_btn {
    display: block;
    width: 100%;
    background-color: #2A004A;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
	text-decoration:none;
    position: relative;
    box-sizing: border-box;
}
article section.sec3 .content a.ribon_btn:hover{
	text-decoration:underline;
}
@media only screen and (max-width: 764px) {
    article section.sec3 .content a.ribon_btn {
        font-size: 16px;
        padding: 10px 15x;
    }
}

article section.sec3 .content a.ribon_btn::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}

article section.sec4 {
    background-color: #F6F7FB;
}

article section.sec4 .copy {
    margin-bottom: 60px;
    text-align: center;
    font-size: 16px;
}

article section.sec4 .content .imgwrap img {
    max-width: 100%;
}

@media only screen and (max-width: 764px) {
    article section.sec4 .copy {
        margin-bottom: 30px;
        text-align: left;
    }
}


/*# sourceMappingURL=common.css.map */