@media screen and (min-width: 769px) {
  main.option {
    background: #f5f5f5;
  }
}

@media screen and (max-width: 768px) {
  main.option {
    background: #f5f5f5;
  }
}


@media screen and (min-width: 769px) {
  main.option .page_headline.production {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/production.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/production.jpg) center center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  main.option .page_headline.production {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/production.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/production.jpg) center center/cover no-repeat;
  }
}

@media screen and (min-width: 769px) {
  main.option .page_headline.nationalstaff {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/nationalstaff.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/nationalstaff.jpg) center center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  main.option .page_headline.nationalstaff {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/nationalstaff.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/nationalstaff.jpg) center center/cover no-repeat;
  }
}

@media screen and (min-width: 769px) {
  main.option .page_headline.production {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/production.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/production.jpg) center center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  main.option .page_headline.production {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 140, 214, 0.9)), to(rgba(29, 76, 145, 0.9))), url(../img/option/production.jpg) center center/cover no-repeat;
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/option/production.jpg) center center/cover no-repeat;
  }
}


@media screen and (min-width: 769px) {
  main.option .option_list {
    text-align: center;
    padding: 70px 0 0;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list {
    text-align: center;
    padding: 13.33333vw 0 0;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_contents {
    max-width: 1040px;
    width: 100%;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_contents {
    max-width: 315px;
    width: 100%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_contents .contents_inner {
    color: #777;
    font-size: 16px;
    line-height: 2.2;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_contents .contents_inner {
    color: #777;
    font-size: 12px;
    line-height: 2;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents {
    width: 100%;
    max-width: 1040px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents {
    width: 100%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner {
    width: 100%;
    margin: auto;
    max-width: 315px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #dde4ef;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list.sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01 {
    background: #1d4c91;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 37px 0;
    width: 100%;
    margin: auto;
    border-right: 2px solid #dde4ef;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01 p {
    margin: 0;
    padding-bottom: 8px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01 p span {
    padding-right: 15px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01 p span:first-child {
    border-right: 2px solid #dde4ef;
    padding-bottom: 16px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 23px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01 p:first-child {
    border-bottom: 2px solid #dde4ef;
    padding: 6px 0 14px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01:first-child {
    width: 214.5px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01:nth-child(2) {
    width: 601px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dt.table_list01:last-child {
    width: 224.5px;
    padding: 10px 0;
    border-right: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 {
    background: #fff;
    font-size: 14px;
    color: #3b4043;
    text-align: center;
    padding: 40px 0;
    width: 100%;
    margin: auto;
    border-right: 2px solid #dde4ef;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 {
    background: #fff;
    font-size: 13px;
    color: #3b4043;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: auto;
    max-width: 315px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:first-child {
    width: 214.5px;
    padding: 43px 0;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:first-child {
    background: #1d4c91;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(2) {
    width: 601px;
    line-height: 1.8;
    text-align: left;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(2) {
    line-height: 1.8;
    text-align: left;
    padding: 15px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(3) {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(4) {
    width: 112px;
    padding: 54px 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:nth-child(4) {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:last-child {
    width: 120.5px;
    padding: 56px 0;
    line-height: 1.8;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02:last-child {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.blue_txt {
    color: #1d4c91;
    padding: 51px 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.blue_txt {
    color: #fff;
    padding: 25px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.contents_none {
    width: 25px;
    height: 24px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.contents_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.br-pc:after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.br-pc:after {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad01 {
    padding: 58px 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad01 {
    padding: 25px 0;
    color: #fff;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad02 {
    padding: 46px 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad02 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad03 {
    padding: 62px 0;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad03 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad04 {
    padding: 59px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad04 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad05 {
    padding: 56px 0;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad05 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad06 {
    padding: 4px 0;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.list02_height_ad06 {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.contents_height {
    line-height: 2.2;
    padding: 52px 0;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.contents_height {
    padding: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.sp_active {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.sp_active {
    color: #1d4c91;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.sp_active .symbol {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.sp_active .symbol {
    color: #3b4043;
    font-size: 12px;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.txt_right {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02 span.txt_right {
    color: #3b4043;
    font-size: 12px;
    width: 74%;
    float: right;
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active {
    display: block;
    padding-bottom: 23px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active span.sp_active {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active span.sp_active {
    color: #1d4c91;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active span.sp_active .symbol {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .table_contents .table_contents_inner .table_inner_lists dl.inner_list dd.table_list02.sp_active span.sp_active .symbol {
    color: #3b4043;
    font-size: 12px;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .list_contents {
    max-width: 1040px;
    width: 100%;
    margin: 25.5px auto 80px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .list_contents {
    max-width: 315px;
    width: 100%;
    margin: 15px auto 40px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .list_contents ul {
    list-style-type: disc;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .list_contents ul {
    list-style-type: disc;
    text-align: left;
    margin: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .list_contents ul li {
    font-size: 14px;
    color: #777;
    margin: 8px 0;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .list_contents ul li {
    font-size: 12px;
    color: #777;
    margin: 6px 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .contact_area {
    margin: 0 auto 160px;
    width: 480px;
    height: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .contact_area {
    margin: 0px auto 80px;
    width: 315px;
    height: 64px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .contact_area a {
    width: 100%;
    height: auto;
    text-decoration: none;
    text-align: center;
    background: #e37c23;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 100px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .contact_area a {
    width: 100%;
    height: auto;
    text-decoration: none;
    text-align: center;
    background: #e37c23;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 30px 51px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .contact_area a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .contact_area a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents {
    max-width: 1041px;
    width: 100%;
    margin: 60px auto;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents {
    max-width: 315px;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents {
    width: 100%;
    margin: auto;
    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;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left {
    max-width: 315px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner {
    width: 500px;
    margin: auto;
    border: 1px solid #1d4c91;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner {
    width: 315px;
    margin: auto;
    border: 1px solid #1d4c91;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner p.ttl {
    color: #1d4c91;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 50px 0px 40px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner p.ttl {
    color: #1d4c91;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 18px 0px 18px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner p.txt {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 50px 23px 40px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner p.txt {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 18px 17px 18px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:last-child {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:last-child {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:last-child:after {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: 500px;
    top: 42px;
    background-color: #1d4c91;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:last-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    left: 26px;
    bottom: -11px;
    background-color: #1d4c91;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 40px;
    bottom: -21px;
    background-color: #1d4c91;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.left .process_inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    left: 26px;
    bottom: -11px;
    background-color: #1d4c91;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.center {
    max-width: 41px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.center {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.center .process_inner {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.center .process_inner .border_center {
    width: 1px;
    height: 487px;
    background: #1d4c91;
    margin: 0 20px 38px 21px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 69px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right {
    max-width: 315px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner {
    width: 500px;
    margin: auto;
    border: 1px solid #1d4c91;
    background-color: #fff;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner {
    width: 315px;
    margin: auto;
    border: 1px solid #1d4c91;
    background-color: #fff;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner p.ttl {
    color: #1d4c91;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 50px 0px 40px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner p.ttl {
    color: #1d4c91;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 18px 0px 18px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner p.txt {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 50px 23px 40px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner p.txt {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 18px 17px 18px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:last-child {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:last-child:after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:last-child:after {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:first-child {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:first-child:before {
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: -20px;
    top: 30px;
    background-color: #1d4c91;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:first-child:before {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    left: 40px;
    bottom: -21px;
    background-color: #1d4c91;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list .headline_sub_contents .option_process_area .process_contents .process_contents_cloumn.right .process_inner:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    left: 26px;
    bottom: -11px;
    background-color: #1d4c91;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white {
    padding-top: 100px;
    background: #fff;
    padding-bottom: 160px;
    margin-bottom: -160px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white {
    background: #fff;
    padding-bottom: 80px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents {
    max-width: 1040.5px;
    width: 100%;
    margin: 60px auto 43px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents {
    max-width: 315px;
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area {
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area {
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 32px 0 31px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #dde4ef;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #dde4ef;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dt.tag_point {
    width: 104px;
    background: #1d4c91;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dt.tag_point {
    width: 84px;
    background: #1d4c91;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    letter-spacing: 0.1rem;
    margin-bottom: 11px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents {
    text-align: left;
    font-size: 18px;
    margin-left: 24px;
    color: #3b4043;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents {
    text-align: left;
    font-size: 13px;
    color: #3b4043;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents span.cl_orange {
    font-size: 18px;
    color: #e37c23;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents span.cl_orange {
    color: #e37c23;
    font-weight: bold;
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents span.br-pc:after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list dd.point_contents span.br-pc:after {
    content: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  main.option .option_list.bg_white .headline_sub_contents .option_point_area .point_lists_content dl.point_list:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  main.option .bottom_contact.bg_white {
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  main.option .bottom_contact.bg_white {
    background: #fff;
  }
}
/*# sourceMappingURL=option.css.map */

@media screen and (min-width: 769px) {
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/price/mv.jpg) center center/cover no-repeat;
  }
  main .price_list {
    text-align: center;
    background-color: #f5f5f5;
    padding: 120px 0;
  }
  main .price_list h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #3b4043;
    line-height: 1.5;
    text-align: center;
  }
  main .price_list .table {
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    width: 1038px;
  }
  main .price_list .table .label {
    box-sizing: border-box;
    width: 250px;
    font-size: 1.8rem;
    color: #222222;
    font-weight: bold;
  }
  main .price_list .table .label .head {
    background-color: #dde4ef;
    height: 107px;
  }
  main .price_list .table .label > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    line-height: 1.5;
    position: relative;
    border-left: 2px solid #dde4ef;
    padding-left: 52px;
  }
  main .price_list .table .label > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
  }
  main .price_list .table .label > div:nth-child(2) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(3) {
    height: 214px;
  }
  main .price_list .table .label > div:nth-child(4) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(5) {
    height: 107px;
  }
  main .price_list .table .label > div:nth-child(6) {
    height: 94px;
  }
  main .price_list .table .label > div:nth-child(7) {
    height: 145px;
  }

  main .price_list .table .conventional {
    position: relative;
    width: 395px;
  }
  main .price_list .table .conventional .head {
    position: relative;
    height: 107px;
    background-color: #dde4ef;
    font-size: 1.8rem;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #f5f5f5;
  }
  main .price_list .table .conventional .head p {
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
  }
  main .price_list .table .conventional > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    text-align: center;
    line-height: 1.5;
    position: relative;
    border-left: 2px solid #dde4ef;
  }
  main .price_list .table .conventional > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
  }
  main .price_list .table .conventional > div:nth-child(2) {
    height: 262px;
  }
  main .price_list .table .conventional > div:nth-child(3) {
    height: 190px;
  }
  main .price_list .table .conventional > div:nth-child(4) {
    height: 131.5px;
  }
  main .price_list .table .conventional > div:nth-child(5) {
    height: 145px;
  }
  main .price_list .table .conventional > div:nth-child(6) {
    height: 134.5px;
  }
  main .price_list .table .conventional > div:nth-child(7) {
    height: 145px;
  }
  main .price_list .table .insight_academy {
    position: relative;
    width: 100%;
    background: linear-gradient(128deg, #008cd6, #1d4c91);
  }
  main .price_list .table .insight_academy .head {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    height: 107px;
  }
  main .price_list .table .insight_academy .head p {
    text-align: center;
    padding: 40px 0;
    box-sizing: border-box;
  }
  main .price_list .table .insight_academy > div:not(.head) {
    width: calc(100% - 10px);
    margin-left: 5px;
    background-color: #ffffff;
    border-bottom: 2px solid #dde4ef;
    text-align: center;
    padding: 35px 0;
    line-height: 1.5;
  }
  main .price_list .table .insight_academy > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .insight_academy > div:not(.head) .large {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1d4c91;
  }
  main .price_list .table .insight_academy > div:not(.head) p {
    font-size: 1.6rem;
  }
  main .price_list .table .insight_academy > div:last-child {
    margin-bottom: 5px;
    border-bottom: none;
  }
  main .price_list .button {
    position: relative;
    display: inline-block;
    padding: 25px 140px;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #e37c23;
    border-radius: 5px;
    margin-top: 40px;
  }
  main .price_list .button p {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
  }
  main .support {
    background-color: #dde4ef;
    padding: 80px 160px;
  }
  main .support .articles {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  main .support .articles article {
    width: 360px;
    height: 299px;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .support .articles article + article {
    margin-left: 20px;
  }
  main .support .articles article .head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .support .articles article .head h3 {
    margin-top: 25px;
    font-weight: bold;
    color: #1d4c91;
    font-size: 1.8rem;
  }
  main .support .articles article p {
    margin-top: 15px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.75;
    font-weight: bold;
  }
  main .option {
    background-color: #f5f5f5;
    padding: 0 160px 120px 160px;
  }
  main .option .description {
    font-size: 1.5rem;
    color: #777777;
    text-align: center;
    margin-top: 40px;
  }
  main .option .articles {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  main .option .articles article a:hover {
    opacity: 0.5;
  }

  main .option .articles article {
    width: 360px;
  }
  main .option .articles article + article {
    margin-left: 20px;
  }
  main .option .articles article .image {
    width: 100%;
    height: 164px;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .content {
    width: 100%;
    height: 260px;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 10px;
  }
  main .option .articles article .content h3 {
    font-size: 1.8rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }
  main .option .articles article .content p {
    margin-top: 15px;
    padding: 0 20px;
    color: #777777;
    font-weight: bold;
    line-height: 1.75;
    font-size: 1.5rem;
  }

  main .features article {
    position: relative;
    display: flex;
    padding: 80px 0;
    box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
    margin-top: 40px;
    align-items: center;
  }
  main .features article:before {
    content: '';
    position: absolute;
    height: 535px;
    width: calc(100% + calc(calc(calc(100vw - 1080px) / 2) - 168px));
    top: 0;
    left: 160px;
    background-color: #ffffff;
  }
  main .features article .image {
    position: relative;
    min-width: 580px;
    height: 375px;
    box-shadow: 0px 0px 35px #00000029;
  }
  main .features article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .features article .content {
    position: relative;
    min-width: 540px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .features article .content .number {
    font-size: 28rem;
    position: absolute;
    right: -5rem;
    top: -10rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article .content h4 {
    position: relative;
    color: #1d4c91;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
  }
  main .features article .content .text {
    position: relative;
    margin-top: 4rem;
    font-size: 1.6rem;
    color: #777777;
    line-height: 2;
  }
  main .features article:nth-child(odd) {
    flex-direction: row-reverse;
  }
  main .features article:nth-child(odd):before {
    content: '';
    position: absolute;
    height: 535px;
    width: calc(100% + calc(calc(calc(100vw - 1080px) / 2) - 168px));
    top: 0;
    left: calc(calc(-100vw + 1080px) / 2);
    background-color: #ffffff;
  }
  main .features article:nth-child(odd) .image {
    position: relative;
    z-index: 1;
    min-width: 580px;
    height: 375px;
    box-shadow: 0px 0px 35px #00000029;
  }
  main .features article:nth-child(odd) .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .features article:nth-child(odd) .content {
    position: relative;
    min-width: 540px;
    box-sizing: border-box;
    padding: 40px;
  }
  main .features article:nth-child(odd) .content .number {
    font-size: 28rem;
    position: absolute;
    right: -5rem;
    top: -10rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article:nth-child(odd) .content h4 {
    position: relative;
    color: #1d4c91;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: bold;
  }
  main .features article:nth-child(odd) .content .text {
    position: relative;
    margin-top: 4rem;
    font-size: 1.6rem;
    color: #777777;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  main .page_headline {
    background: linear-gradient(180deg, rgba(0, 140, 214, 0.9), rgba(29, 76, 145, 0.9)), url(../img/price/mv_sp.jpg) center center/cover no-repeat;
  }
  main .price_list {
    position: relative;
    background-color: #f5f5f5;
    padding: 40px 10px;
  }
  main .price_list h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b4043;
    line-height: 1.5;
    padding: 0 20px;
  }
  main .price_list .table {
    display: flex;
    margin-top: 20px;
    position: relative;
  }
  main .price_list .table .label {
    box-sizing: border-box;
    font-size: 1rem;
    color: #222222;
    font-weight: bold;
    width: 150px;
  }
  main .price_list .table .label .head {
    background-color: #dde4ef;
    height: 92px;
  }
  main .price_list .table .label > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    line-height: 1.5;
    position: relative;
    border-left: 1px solid #dde4ef;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .price_list .table .label > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .label > div:not(.head) p {
    font-size: 1rem;
    text-align: center;
  }
  main .price_list .table .label > div:nth-child(2) {
    height: 75px;
  }
  main .price_list .table .label > div:nth-child(3) {
    height: 150px;
  }
  main .price_list .table .label > div:nth-child(4) {
    height: 89.5px;
  }
  main .price_list .table .label > div:nth-child(5) {
    height: 82px;
  }
  main .price_list .table .label > div:nth-child(6) {
    height: 75.5px;
  }
  main .price_list .table .label > div:nth-child(7) {
    height: 155px;
  }
  main .price_list .table .conventional {
    position: relative;
    flex-grow: 1;
  }
  main .price_list .table .conventional .head {
    position: relative;
    height: 92px;
    background-color: #dde4ef;
    font-weight: bold;
    color: #222222;
    border-left: 2px solid #f5f5f5;
  }
  main .price_list .table .conventional .head p {
    text-align: center;
    padding: 12px 5px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.75;
  }
  main .price_list .table .conventional > div:not(.head) {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    text-align: center;
    line-height: 1.5;
    position: relative;
    border-left: 1px solid #dde4ef;
  }
  main .price_list .table .conventional > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) .large {
    font-size: 1.5rem;
    font-weight: bold;
  }
  main .price_list .table .conventional > div:not(.head) p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    white-space: nowrap;
  }
  main .price_list .table .conventional > div:nth-child(2) {
    height: 180px;
  }
  main .price_list .table .conventional > div:nth-child(3) {
    height: 135px;
  }
  main .price_list .table .conventional > div:nth-child(4) {
    height: 97.5px;
  }
  main .price_list .table .conventional > div:nth-child(5) {
    height: 105px;
  }
  main .price_list .table .conventional > div:nth-child(6) {
    height: 116.5px;
  }
  main .price_list .table .conventional > div:nth-child(7) {
    height: 155px;
  }
  main .price_list .table .insight_academy {
    position: relative;
    background: linear-gradient(128deg, #008cd6, #1d4c91);
  }
  main .price_list .table .insight_academy .head {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    height: 92px;
  }
  main .price_list .table .insight_academy .head p {
    text-align: center;
    padding: 41px 0;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 1.3rem;
  }
  main .price_list .table .insight_academy > div:not(.head) {
    width: calc(100% - 6px);
    margin-left: 3px;
    background-color: #ffffff;
    border-bottom: 1px solid #dde4ef;
    text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  main .price_list .table .insight_academy > div:not(.head) .bold {
    font-weight: bold;
  }
  main .price_list .table .insight_academy > div:not(.head) .large {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1d4c91;
  }
  main .price_list .table .insight_academy > div:not(.head) p {
    font-size: 1rem;
  }
  main .price_list .table .insight_academy > div:last-child {
    margin-bottom: 5px;
    border-bottom: none;
  }
  main .price_list .button {
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #e37c23;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    width: calc(100% - 20px);
  }
  main .price_list .button p {
    font-size: inherit;
    font-weight: inherit;
    position: relative;
  }
  main .support {
    background-color: #dde4ef;
    padding: 40px 20px;
  }
  main .support .articles {
    margin-top: 20px;
  }
  main .support .articles article {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
  }
  main .support .articles article + article {
    margin-top: 10px;
  }
  main .support .articles article .head {
    display: flex;
    align-items: center;
  }
  main .support .articles article .head img {
    width: 43px;
  }
  main .support .articles article .head h3 {
    margin-left: 10px;
    font-weight: bold;
    color: #1d4c91;
    font-size: 1.8rem;
  }
  main .support .articles article p {
    margin-top: 12px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.75;
    font-weight: bold;
  }
  main .option {
    background-color: #f5f5f5;
    padding: 60px 30px;
  }
  main .option .description {
    font-size: 1.5rem;
    color: #777777;
    text-align: center;
    margin-top: 18px;
    line-height: 1.5;
  }
  main .option .articles {
    margin-top: 15px;
  }
  main .option .articles article {
    position: relative;
    width: 100%;
  }
  main .option .articles article + article {
    margin-top: 20px;
  }
  main .option .articles article .image {
    width: 100%;
    height: 144px;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
  }
  main .option .articles article .content {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 25px;
  }
  main .option .articles article .content h3 {
    font-size: 1.6rem;
    color: #1d4c91;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  main .option .articles article .content p {
    margin-top: 10px;
    color: #777777;
    font-weight: bold;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  main .features article {
    display: flex;
    padding: 0 30px 40px 30px;
    flex-direction: column;
  }
  main .features article:nth-child(2) {
    margin-top: 20px;
  }
  main .features article .image {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 35px #00000029;
    z-index: 1;
  }
  main .features article .image img {
    width: 100%;
  }
  main .features article .content {
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
  }
  main .features article .content:before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 100vw;
    height: calc(100% + 120px);
    background-color: #ffffff;
  }
  main .features article .content .number {
    font-size: 10rem;
    position: absolute;
    right: -2rem;
    top: -2rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #cce8f7, -1px 1px 1px #cce8f7, 1px -1px 1px #cce8f7, -1px -1px 1px #cce8f7, 1px 0px 1px #cce8f7, 0px 1px 1px #cce8f7, -1px 0px 1px #cce8f7, 0px -1px 1px #cce8f7;
  }
  main .features article .content h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1d4c91;
    line-height: 1.3;
  }
  main .features article .content .text {
    position: relative;
    margin-top: 15px;
    font-size: 1.5rem;
    color: #777777;
    line-height: 1.5;
  }
}
