@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
* Mixin for placeholder
* @include placeholderColor(#00ff00);
*/
/*========================================
#共通
=========================================*/
.cp-img {
    text-align: center;
}
@media screen and (max-width: 960px) {
    .cp-img {
        margin-bottom: 30px;
    }
}

.cp-img-wrap {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
}
.cp-img-wrap > .cp-all {
    margin: 0;
}
@media screen and (max-width: 960px) {
    .cp-img-wrap > .cp-all {
        margin: auto;
    }
}
.cp-img-wrap > .cp-all.cp-img-c {
    margin: auto;
}
@media screen and (max-width: 1140px) {
    .cp-img-wrap {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .cp-txt-b09 {
        max-width: 1140px;
        padding: 30px 20px 30px 20px;
        margin: 0 auto;
    }
}

.cp-all {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
}

.cp-all a,
.block-left a {
   color: #541B86;
}


@media screen and (max-width: 960px) {

.cp-all iframe {
  width: 100%;  
}

    .cp-all.cp-wp {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 1140px) {
    .cp-all {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 960px) {
    .cp-all {
        margin-bottom: 10px;
    }
}
.cp-all strong {
    font-weight: bold;
}
.cp-all td,
.cp-all th {
    border: 1px solid #666;
}
.cp-all table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}
.cp-all td {
    font-size: 15px;
    line-height: 1.6;
    padding: 8px;
    border: 1px solid #666;
}
.cp-all ul {
    display: table;
    padding-left: 0;
    list-style: none;
}
.cp-all ul li {
    display: table-row;
}
.cp-all ul li:after {
    content: "";
    display: block;
}
.cp-all ul li:before {
    content: "•";
    display: table-cell;
    padding-right: .4em;
}
.cp-all ol {
    display: table;
    padding-left: 0;
    list-style: none;
}
.cp-all ol li {
    display: table-row;
    counter-increment: table-ol;
}
.cp-all ol li:before {
    content: counter(table-ol) "．";
    display: table-cell;
    padding-right: .4em;
    text-align: right;
}
.cp-all ol li:after {
    content: "";
    display: block;
    margin-bottom: .5em;
}

.cp-external {
   text-align: center;
}

/*========================================
#見出し
=========================================*/
.cp-h1-text {
    float: none;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 80px auto;
    text-align: center;
}
@media screen and (max-width: 1480px) {
    .cp-h1-text {
        font-size: 34px;
        font-size: 3.4rem;
        margin: 70px auto;
    }
}
@media screen and (max-width: 960px) {
    .cp-h1-text {
        font-size: 28px;
        font-size: 2.8rem;
        margin: 50px auto;
    }
}
.cp-h2-text {
    height: 1.6;
    font-size: 30px;
    font-size: 3rem;
    /* font-weight: 400; */
    font-weight: 500;
    margin: 80px auto 60px;
}
@media screen and (max-width: 1480px) {
    .cp-h2-text {
        font-size: 28px;
        font-size: 2.8rem;
        margin: 60px auto 10px;
    }
}
@media screen and (max-width: 960px) {
    .cp-h2-text {
        font-size: 24px;
        font-size: 20px;
        margin: 20px auto 20px;;
    }
}

.cp-h3-text {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    margin: 60px auto 40px;
}
@media screen and (max-width: 1480px) {
    .cp-h3-text {
        margin: 50px auto 30px;
    }
}
@media screen and (max-width: 960px) {
    .cp-h3-text {
        font-size: 20px;
        font-size: 18px;
        margin: 20px auto 20px;
    }
}

.cp-h4-text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 40px auto 20px;
}
@media screen and (max-width: 960px) {
    .cp-h4-text {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 30px auto 15px;
    }
}

/*========================================
#テキスト
=========================================*/
/*========================================
#画像(基本)
=========================================*/
/*左寄せ*/
/*中央寄せ*/
.cp-img-c {
    margin-right: auto;
    margin-left: auto;
}

/*右寄せ寄せ*/
.cp-img-r {
    float: right;
}
@media screen and (max-width: 960px) {
    .cp-img-r {
        float: none;
    }
}

/*========================================
#画像(テキスト＋画像)
=========================================*/
.cp-ti .cp-text {
    padding-right: 60px;
}
@media screen and (max-width: 960px) {
    .cp-ti .cp-text {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.cp-it .cp-text {
    padding-left: 60px;
}
@media screen and (max-width: 960px) {
    .cp-it .cp-text {
        padding-left: 0;
        margin-bottom: 30px;
    }
}

.cp-text,
.cp-img {
    float: left;
}
@media screen and (max-width: 960px) {
    .cp-text,
    .cp-img {
        float: none;
    }
}

/*========================================
#テキスト（段組み）・画像(段組み)
=========================================*/
.cp-col-01,
.cp-col-02,
.cp-col-03,
.cp-col-04 {
    margin-bottom: 50px;
    text-align: center;
}

.cp-text-col2,
.cp-text-col3,
.cp-text-col4,
.cp-img-col2,
.cp-img-col3,
.cp-img-col4 {
    display: -webkit-box;
    display:    -moz-box;
    display:     -ms-box;
    display:         box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
            flex-direction: row;

    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
    -webkit-box-direction: normal;
       -moz-box-direction: normal;
        -ms-box-direction: normal;
            box-direction: normal;
    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
        -ms-box-orient: horizontal;
            box-orient: horizontal;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
@media screen and (max-width: 960px) {
    .cp-text-col2,
    .cp-text-col3,
    .cp-text-col4,
    .cp-img-col2,
    .cp-img-col3,
    .cp-img-col4 {
                flex-direction: column;

        -webkit-box-direction: normal;
           -moz-box-direction: normal;
            -ms-box-direction: normal;
                box-direction: normal;
        -webkit-box-orient: vertical;
           -moz-box-orient: vertical;
            -ms-box-orient: vertical;
                box-orient: vertical;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}

.cp-text-col2 > div,
.cp-text-col2 > p,
.cp-img-col2 > div,
.cp-img-col2 > p,
.cp-text-col2 .cp-text-l,
.cp-text-col2 .cp-text-r  {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
}
.cp-text-col2 > div:last-child,
.cp-text-col2 > p:last-child,
.cp-img-col2 > div:last-child,
.cp-img-col2 > p:last-child,
.cp-text-col2 .cp-text-r {
    margin-right: 0;
}
@media screen and (max-width: 960px) {
    .cp-text-col2 > div:last-child,
    .cp-text-col2 > p:last-child,
    .cp-img-col2 > div:last-child,
    .cp-img-col2 > p:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 960px) {
    .cp-text-col2 > div,
    .cp-text-col2 > p,
    .cp-img-col2 > div,
    .cp-img-col2 > p,
    .cp-text-col2 .cp-text-l,
    .cp-text-col2 .cp-text-r  {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        float: none;
    }
}

.cp-text-col3 > div,
.cp-text-col3 > p,
.cp-img-col3 > div,
.cp-img-col3 > p {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}
.cp-text-col3 > div:last-child,
.cp-text-col3 > p:last-child,
.cp-img-col3 > div:last-child,
.cp-img-col3 > p:last-child {
    margin-right: 0;
}
@media screen and (max-width: 960px) {
    .cp-text-col3 > div:last-child,
    .cp-text-col3 > p:last-child,
    .cp-img-col3 > div:last-child,
    .cp-img-col3 > p:last-child {
        margin-right: auto;
        margin-bottom: 0;
        float: none;
    }
}
@media screen and (max-width: 960px) {
    .cp-text-col3 > div,
    .cp-text-col3 > p,
    .cp-img-col3 > div,
    .cp-img-col3 > p,
    .cp-text-col3 > div:last-child,
    .cp-text-col3 > p:last-child,
    .cp-img-col3 > div:last-child,
    .cp-img-col3 > p:last-child {
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 10px !important;
        float: none !important;
    }

}

.cp-text-col4 > div,
.cp-text-col4 > p,
.cp-img-col4 > div,
.cp-img-col4 > p {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
}
.cp-text-col4 > div:last-child,
.cp-text-col4 > p:last-child,
.cp-img-col4 > div:last-child,
.cp-img-col4 > p:last-child {
    margin-right: 0;
}
.cp-text-col4 > div:last-child,
.cp-text-col4 > p:last-child,
.cp-img-col4 > div:last-child,
.cp-img-col4 > p:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 960px) {
    .cp-text-col4 > div:last-child,
    .cp-text-col4 > p:last-child,
    .cp-img-col4 > div:last-child,
    .cp-img-col4 > p:last-child {
        margin-right: auto;
        float: none;
    }
}
@media screen and (max-width: 960px) {
    .cp-text-col4 > div,
    .cp-text-col4 > p,
    .cp-img-col4 > div,
    .cp-img-col4 > p,
    .cp-text-col4 > div:last-child,
    .cp-text-col4 > p:last-child,
    .cp-img-col4 > div:last-child,
    .cp-img-col4 > p:last-child {
        width: 100% !important;
        margin: auto !important;
        margin-bottom: 10px !important;
        float: none !important;
    }
}

.cp-text-col2 .cp-col-01,
.cp-text-col2 .cp-col-02,
.cp-img-col2 .cp-col-01,
.cp-img-col2 .cp-col-02 {
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .cp-text-col2 .cp-col-01,
    .cp-text-col2 .cp-col-02,
    .cp-img-col2 .cp-col-01,
    .cp-img-col2 .cp-col-02 {
        width: 100%;
    }
}

.cp-text-col3 .cp-col-01,
.cp-text-col3 .cp-col-02,
.cp-text-col3 .cp-col-03,
.cp-img-col3 .cp-col-01,
.cp-img-col3 .cp-col-02,
.cp-img-col3 .cp-col-03 {
    width: 33.33333%;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .cp-text-col3 .cp-col-01,
    .cp-text-col3 .cp-col-02,
    .cp-text-col3 .cp-col-03,
    .cp-img-col3 .cp-col-01,
    .cp-img-col3 .cp-col-02,
    .cp-img-col3 .cp-col-03 {
        width: 100%;
    }
}

.cp-text-col4 .cp-col-01,
.cp-text-col4 .cp-col-02,
.cp-text-col4 .cp-col-03,
.cp-text-col4 .cp-col-04,
.cp-img-col4 .cp-col-01,
.cp-img-col4 .cp-col-02,
.cp-img-col4 .cp-col-03,
.cp-img-col4 .cp-col-04 {
    width: 25%;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .cp-text-col4 .cp-col-01,
    .cp-text-col4 .cp-col-02,
    .cp-text-col4 .cp-col-03,
    .cp-text-col4 .cp-col-04,
    .cp-img-col4 .cp-col-01,
    .cp-img-col4 .cp-col-02,
    .cp-img-col4 .cp-col-03,
    .cp-img-col4 .cp-col-04 {
        width: 100%;
    }
}

/*========================================
#囲み
=========================================*/
.cp-wp {
    padding: 30px 35px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    border: 0 none;
}
.cp-wp > .cp-img,
.cp-wp > .cp-text {
    margin-top: 0;
}

/*.cp-wp {
  padding: 30px;
  background: #EBEEEA;
  border: 0px solid #bcc2bc;
}*/
/*========================================
#余白
=========================================*/
.cp-space-L {
    height: 1px !important;
    margin: 45px 0;
}
@media screen and (max-width: 960px) {
    .cp-space-L {
        margin: 20px 0;
    }
}

.cp-space-M {
    height: 1px !important;
    margin: 30px 0;
}
@media screen and (max-width: 960px) {
    .cp-space-M {
        margin: 10px 0;
    }
}

.cp-space-S {
    height: 1px !important;
    margin: 15px 0;
}
@media screen and (max-width: 960px) {
    .cp-space-S {
        margin: 5px 0;
    }
}

/*========================================
#罫線
=========================================*/
.cp-solid,
.cp-dotted {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

@media screen and (max-width: 1140px) {
.cp-solid,
.cp-dotted {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
}
}

.cp-solid hr,
.cp-dotted hr {
    border: none;
}

.cp-solid hr {
    border-bottom: 1px solid #bcc2bc;
}

.cp-dotted hr {
    border-bottom: 1px dotted #bcc2bc;
}

.cp-obcblock {
    width: 100%;
    max-width: 1140px;
    margin: 30px auto;
}
@media screen and (max-width: 1140px) {
    .cp-obcblock {
        width: 90%;
    }
}
