@charset "UTF-8";

.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.int-01 {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
privacy_policy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#privacy_policy .pro_box {
    width: 1000px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 9001;
}
.panel_open {
    padding: 27px 25px 27px 40px;
    background-color: #f3f3f3;
}
.corse01 {
    display: flex;
    justify-content: space-between
}
.panel_open li.data {
    display: flex;
}
.panel_open li .tt {
    color: #008a87;
    font-weight: bold;
}

.pro_box .ttbtn {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    background-color: #008a87;
    padding: 0;
    margin-top: 20px;
}
.pro_box.assistance .ttbtn {
    background-color: #005bac;
}
.pro_box .ttbtn .corse_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 12px;
}
.pro_box .ttbtn .corse_name {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    padding: 12px 0 6px 25px;
}
.pro_box .ttbtn .corse_name p {
    font-size: 18px;
    font-weight: bold;
    color: #000950;
}
.pro_box.assistance .ttbtn .corse_name p {
    color: #fff;
}
.pro_box .ttbtn .nintei {
    display: flex;
    justify-content: flex-end;
    
}
.pro_box .ttbtn .nintei p {
    width: 48px;
    height: 48px;
    background-color: #fbff99;
    border-radius: 24px;
    color: #000950;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    padding-top: 7px;
    margin: 15px 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.pro_box .ttbtn.bg02 {
    color: #FFF;
    background-color: #005bac;
}
.pro_box .ttbtn.bg02 .corse_name p {
    color: #FFF;
}
.pro_box .ttbtn.bg02 .more {
    background-color: #000950;
}
.corse02 > ul > li + li {
    padding-top: 37px;
    position: relative; 
}
.corse02 > ul > li + li:before {
    content: "";
    width: calc(100% + 23px);
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 50%;
    /* right: 0; */
    /* margin: auto; */
    transform: translateX(-50.5%);
}
.item_cont {
    display: flex;
    justify-content: space-between;
}
.item_cont > div {
    width: 520px;
}
.item_cont h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000950;
    border-bottom: 2px solid #000950;
    padding-left: 5px;
    margin-bottom: 15px;
}
.item_cont ul {
    padding-left: 5px;
}

.item_cont h5 {
    font-size: 20px;
    font-weight: bold;
    color: #008a87;
    margin-top: 10px;
}
.item_cont dt,
.item_cont dd {
    display: inline-block;
    line-height: 33px;
}
.item_cont dt {
    padding-left: 29px;
}
.item_cont .caution {
    font-size: 16px;
    margin-top: 12px;
    padding-left: 8px;
}
.item_cont figure {
    margin: 0;
    padding: 0;
}
.btn_area {
    display: flex;
    justify-content: space-between;
    padding: 35px 27px;
}
.btn_area a {
    display: inline-block;
    width: 424px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}
.btn_area a.official {
    color:  #000;
    background-color: #fff;
    border: 2px solid #008a87;
    box-sizing: border-box;
}
.btn_area a.official:hover {
    color:  #fff;
    background-color: #008a87;
}
.btn_area a.spec {
    color:  #fff;
    background-color: #000950;
    border: 2px solid #000950;
    box-sizing: border-box;
    padding-left: 40px;
}
.btn_area a.spec:hover {
    color:  #000950;
    background-color: #fff;
}
.btn_area a.official:after {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/blank_link_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.btn_area a.official:hover:after {
    background-image: url(../images/blank_link_icon_w.svg);
}
.btn_area a.spec:before {
    content: "";
    width: 27px;
    height: 32px;
    background-image: url(../images/pdf_icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 85px;
    margin: auto;
}
.btn_area a.spec:hover:before {
    background-image: url(../images/pdf_icon_b.svg);
}
.back_btn a {
    width: 310px;
    height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:  #fff;
    background-color: #008a87;
    border: 2px solid #008a87;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 60px auto 0;
    position: relative; 
}
.back_btn a:hover {
    opacity: 0.7;
}
.back_btn a:after {
    position: absolute;
    content: "";
    top: -2px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 716px) {
    #program .pro_box {
        width: auto;
        margin: 0 auto 20px;
    }
    .panel_open {
        padding: 27px 25px 27px;
    }
    .corse01 {
        display: block;
    }
    .panel_open ul {
        margin-bottom: 15px;
    }
    .panel_open li .tt {
        white-space: nowrap;
    }
    .pro_box .ttbtn {
        width: 100%;
        position: relative;
    }
    .pro_box .ttbtn .corse_box {
        display: block;
        width: auto;
    }
    .pro_box .ttbtn .corse_name {
        width: auto;
        font-size: 22px;
        padding: 12px 0 2px 15px;
    }
    .pro_box .ttbtn .corse_name p {
        font-size: 15px;
    }
    .pro_box .ttbtn .nintei {
        justify-content: initial;
    }
    .pro_box .ttbtn .nintei p {
        margin: 0 8px 10px 0;
    }
    

    .corse02 > ul > li + li {
        padding-top: 37px;
        position: relative; 
    }
    .corse02 > ul > li + li:before {
        content: "";
        width: calc(100% + 23px);
        height: 2px;
        background-color: #e1e1e1;
        position: absolute;
        top: 0;
        left: 50%;
        /* right: 0; */
        /* margin: auto; */
        transform: translateX(-50.5%);
    }
    .item_cont {
        display: block;
    }
    .item_cont > div {
        width: auto;
    }
    .item_cont dt,
    .item_cont dd {
        font-size: 16px;
        line-height: 24px;
    }
    .item_cont .caution {
        font-size: 14px;
    }
    .item_cont figure {
        margin-top: 15px;
    }
    .item_cont figure img {
        width: 100%;
    }
    .btn_area {
        display: block;
        padding: 35px 0;
    }
    .btn_area a {
        width: 100%;
        height: 50px;
        max-width: 285px;
        font-size: 16px;
        margin: 0 auto;
    }
    .btn_area a.official {
        margin-bottom: 15px;
    }
    .btn_area a.official:after {
        right: 15px;
    }
    .btn_area a.spec:before {
        left: 30px;
    }
    .back_btn a {
        width: auto;
        height: 80px;
        max-width: 285px;
    }
}
@media only screen and (max-width: 320px) {
    .item_cont dt,
    .item_cont dd {
        font-size: 14px;
    }
    .item_cont dt {
        padding-left: 0;
    }
    .btn_area a {
        font-size: 14px;
    }
    .btn_area a.official:after {
        right: 10px;
    }
    .btn_area a.spec:before {
        left: 18px;
    }
}