@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .js_text_overflow {
    height: 40px;
    font-size: 12px;
    overflow: hidden;
  }
  .btnLink {
    text-align: center;
    margin: 30px 0;
  }
  .btn-flat-simple {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .full_movie_inr {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .full_movie_inr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
  }
  .full_movie_inr .full_movie_text {
    width: 100%;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .main_heading {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .title_text {
    text-align: center;
/* 見出し / h2 */
  }
  .lead_text {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .main_visual {
    margin-top: 40px;
    position: relative;
  }
  .main_visual_p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .flex_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexItems_itemLink .flex_items_itemLink_img {
    width: 100%;
  }
  .flex_items_item {
    -ms-flex-preferred-size: calc(((100% - 2%) / 2));
        flex-basis: calc(((100% - 2%) / 2));
  }
  .flex_items_item:nth-child(2n) {
    margin-left: 2%;
  }
  .flex_items_item:nth-child(n + 3) {
    margin-top: 5%;
  }
  .flex_items_itemLink {
    display: block;
  }
  .text_box {
    margin-top: 20px;
  }
  .text_box .text_box_p {
    margin: 0;
  }
  .text_box .text_box_p + .text_box_p {
    margin-top: 3px;
  }
  .text_box_btn {
    margin-top: 10px;
  }
  .text_box_btn .text_box_btn_link {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 15px;
    border: 2px solid #000;
    color: #000 !important;
    text-align: center;
    background: #fff;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .product {
    margin-top: 80px;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product_heading {
    margin: 30px 0;
    text-align: center;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: 100%;
  }
  .product_content_img {
    margin: 0;
  }
  .product_content_img img,
  .product_content_box_img img {
    width: 100%;
  }
  .product_content_box {
    padding-bottom: calc(50% + 14px);
    position: relative;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_sub_content_list_item {
    width: calc(((100% - 20px) / 2));
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #fecf78;
    border-right: solid 2px #fecf78;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item_inr {
    width: 100%;
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_p {
    margin: 0;
    text-align: center;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #fecf78;
    color: #fff !important;
    text-align: center;
    background: #fecf78;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .page-title {
    margin-top: 30px !important;
  }
  .b_youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .b_youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .application_period {
    margin: 50px 0 30px;
    padding: 25px 0 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .application_period__heading {
    display: inline-block;
    margin: 0;
    padding: 5px 30px;
    border: 2px solid #009ee7;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .application_period_flex {
    display: block;
  }
  .application_period_flex__left,
  .application_period_flex__right {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .application_period_flex__left {
    margin-bottom: 15px;
    padding-bottom: 40px;
    position: relative;
  }
  .application_period_flex__left::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 26px 15px 0 15px;
    border-color: #009ee6 transparent transparent transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .price_area {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #d80000;
  }
  .price_area__p {
    margin: 0;
    font-size: 14px;
    color: #d80000;
    text-align: center;
  }
  .price_area__num {
    font-size: 18px;
    font-weight: bold;
  }
  .application_period__p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .application_period_btn {
    margin: 30px 0;
  }
  .application_period_btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    background-color: #253e8e;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .application_period_btn__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 320px) {
  .application_period__heading {
    font-size: 13px;
  }
  .price_area__p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .js_text_overflow {
    height: 45px;
    font-size: 14px;
    overflow: hidden;
  }
  .btnLink {
    text-align: center;
    margin-bottom: 50px;
  }
  .btn-flat-simple {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #333;
    background: #ececec;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 22px;
  }
  .btn-flat-simple:hover {
    background: #ddc354;
    color: #fff;
  }
  .full_movie_inr {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .full_movie_inr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
  }
  .full_movie_inr .full_movie_text {
    width: 100%;
    margin: 0;
    font-size: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
  .main_heading {
    margin: 20px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .title_text {
    text-align: center;
  }
  .lead_text {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .main_visual {
    margin-top: 40px;
    position: relative;
  }
  .main_visual_p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .flex_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flexItems_itemLink .flex_items_itemLink_img {
    width: 100%;
  }
  .flex_items_item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
  .flex_items_item:nth-child(n + 2) {
    margin-left: 2.5%;
  }
  .flex_items_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .flex_items_item:nth-child(n + 5) {
    margin-top: 2.5%;
  }
  .flex_items_itemLink {
    display: block;
  }
  .text_box {
    margin-top: 20px;
  }
  .text_box .text_box_p {
    margin: 0;
  }
  .text_box .text_box_p + .text_box_p {
    margin-top: 3px;
  }
  .text_box_btn {
    margin-top: 10px;
  }
  .text_box_btn .text_box_btn_link {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000 !important;
    text-align: center;
    background: #fff;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .text_box_btn .text_box_btn_link:hover {
    color: #fff !important;
    background: #000;
    text-decoration: none;
  }
  .product {
    margin-top: 80px;
  }
  .product + .product {
    margin-top: 60px;
  }
  .product_heading {
    margin: 30px 0;
    text-align: center;
  }
  .product.even .product_content_inr .product_content_box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .product.even .product_content_inr .product_content_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_content_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  .product_content_inr::before,
  .product_content_inr::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
  }
  .product_content_inr::before {
    border-top: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_content_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    bottom: 0;
    right: 0;
  }
  .product_content_img,
  .product_content_box {
    width: calc(((100% - 40px) / 2));
  }
  .product_content_img {
    margin: 0;
  }
  .product_content_box {
    padding-bottom: calc(240px + 16px);
    position: relative;
  }
  .product_content_box_step {
    font-size: 18px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .product_content_box_heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
  }
  .product_content_box_h_bottom {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .product_content_box_img {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_sub_content_list_item {
    width: calc(((100% - 40px) / 2));
    position: relative;
    z-index: 1;
  }
  .product_sub_content_list_item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .product_sub_content_list_item::before,
  .product_sub_content_list_item::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item::before {
    border-top: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    top: 0;
    left: 0;
  }
  .product_sub_content_list_item::after {
    border-top: solid 2px #fecf78;
    border-right: solid 2px #fecf78;
    top: 0;
    right: 0;
  }
  .product_sub_content_list_item:hover::before {
    top: 5px;
    left: 325px;
  }
  .product_sub_content_list_item:hover::after {
    top: 5px;
    right: 45px;
  }
  .product_sub_content_list_item_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .product_sub_content_list_item_inr::before,
  .product_sub_content_list_item_inr::after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
  }
  .product_sub_content_list_item_inr::before {
    border-bottom: solid 2px #fecf78;
    border-left: solid 2px #fecf78;
    bottom: 0;
    left: 0;
  }
  .product_sub_content_list_item_inr::after {
    border-right: solid 2px #fecf78;
    border-bottom: solid 2px #fecf78;
    right: 0;
    bottom: 0;
  }
  .product_sub_content_list_item_inr:hover::before {
    bottom: 5px;
    left: 325px;
  }
  .product_sub_content_list_item_inr:hover::after {
    right: 45px;
    bottom: 5px;
  }
  .product_sub_content_list_item_p {
    width: 100%;
    margin: 0;
  }
  .product_sub_content_list_item_purchase_link {
    display: block;
    width: 100px;
    padding: 10px 15px;
    border: 2px solid #fecf78;
    color: #fff !important;
    text-align: center;
    background: #fecf78;
    -webkit-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
  }
  .product_sub_content_list_item_purchase_link:hover {
    color: #333 !important;
    background: #fff;
    text-decoration: none;
  }
  .b_youtube {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .b_youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .application_period {
    margin: 50px 0 30px;
    padding: 30px 0 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
  }
  .application_period__heading {
    display: inline-block;
    margin: 0;
    padding: 10px 30px 5px;
    border: 2px solid #009ee7;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .application_period_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .application_period_flex__left,
  .application_period_flex__right {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
  }
  .application_period_flex__left {
    margin-right: 20px;
    padding-right: 50px;
    position: relative;
  }
  .application_period_flex__left::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #009ee6;
    position: absolute;
    top: 0;
    right: 0;
  }
  .price_area {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #d80000;
  }
  .price_area__p {
    margin: 0;
    font-size: 16px;
    color: #d80000;
    text-align: center;
  }
  .price_area__num {
    font-size: 18px;
    font-weight: bold;
  }
  .application_period__p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .application_period_btn {
    margin: 30px 0;
  }
  .application_period_btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 550px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    background-color: #253e8e;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .application_period_btn__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .uc_heading-h1 { margin-bottom:25px;
    background: #f0f0f0;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .uc_heading-h1 { margin-bottom:25px;
    background: #f0f0f0;
    font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}@media screen and (max-width: 767px) {
  .bread-crumb {
    font-size: 10px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .bread-crumb ul {
    display: table;
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }

  .bread-crumb ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }

  .content-head-keyword-search + .bread-crumb {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .bread-crumb::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }

  .bread-crumb ul {
    margin: 0 auto;
    width: 1240px;
    color: #111111;
    line-height: 1.1;
  }

  .bread-crumb ul li::before {
    color: #04256d;
  }

  .bread-crumb li {
    float: left;
  }

  .bread-crumb li::before {
    content: ">";
    margin: 0 5px;
  }
  .bread-crumb li:first-child::before {
    content: "";
    margin: 0;
  }

  .bread-crumb ul a {
    color: #111111;
  }
}
/*# sourceMappingURL=style.css.map */
