/*==============================================
*	parts（各ページ共通のデザイン）
==============================================*/
.contents_wrap{
    max-width: 1100px;
}
.service_product_wrap {
    margin-top: 60px;
}
.custom_product_wrap {
    background: #F4F6F8;
    padding: 60px 0;
}
.service_box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
}
.service_box_custom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 56px;
}
.service_box_custom:last-child{
    margin-bottom: 0px;
}
.service_link_list_wrap {
    padding: 40px 0;
}
.service_link_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 32px;
    margin: auto;
}
.service_link_box {
    width: 100%;
    /* max-width: 340px; */
}
.service_link_box a {
    display: flex;
}
.service_link_box a:hover {
    opacity:0.5;
}
.service_link_li_img {
    width: 30%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.service_link_li_a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #313233;
    padding: 0 36px 0 16px;
}
.service_link_li_a::before {
    position: absolute;
    right: 11px;
    top: calc(50% - 3px);
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
    transform: rotate(45deg);
}
.service_link_li_a::after {
    position: absolute;
    right: 11px;
    top: 50%;
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #00529D;
}
.service_section_h2 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #313233;
    padding: 0 0 16px 0;
    margin-bottom: 32px;
}
.service_section_h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 46px;
    height: 4px;
    background: #00529D;
}
/*==============================================
*	layout（レイアウト用style）
==============================================*/
/* 製品情報 */
.service_general_top {
    display: flex;
    flex-direction: column;
    gap: 62px;
    padding: 0 0px 80px;
}
.service_general_topbox {
    width: 100%;
}
.service_general_h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #313233;
    border-left: 3px solid #00529D;
    padding-left: 20px;
    margin-bottom: 34px;
}
.service_general_h2 span {
    font-size: 14px;
}
.service_general_box {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 80px;
}
.service_general_box02{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 40px;
}
.service_download_a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #313233;
    background-image: url(../img/i_service_download.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
    padding-right: 50px;
}
/* カスタム製品 */
.service_custom_top_img {
    margin: 40px 0;
}
.service_custom_top_txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #313233;
    padding-bottom: 40px;
}
.service_custom_txt_h2 {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    color: #313233;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 12px;
    margin-bottom: 22px;
} 
.service_custom_txt_li {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 14px;
}
.service_custom_txt_li::before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 13px;
    height: 13px;
    background: #00529D;
    border-radius: 10px;
}
.service_custom_txt_p {
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    color: #313233;
    padding-left: 25px;
    position: relative;
}
.service_custom_txt_p::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 18px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.service_general_p {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
}
.service_general_p a {
    text-decoration-line: underline;
    color: #00529D;
}
.service_register_block {
    background: #f0f4f8;
    padding: 30px 0px;
}
.service_form_h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #313233;
    padding-top: 20px;
    margin-bottom: 18px;
}
.service_form_p {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
}
.service_form_title {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin: 0 0 40px 0;
}
/* 製品情報 */
.service_product_block {
    padding-top: 40px;
}
.service_product_top_img {
    margin-bottom: 40px;
}
.service_product_top_txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #313233;
}
.service_product_point {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 160%;
    color: #00529D;
    border: 2px solid #00529D;
    border-radius: 30px;
    padding: 3px 14px;
    margin-bottom: 8px;
}
.service_product_h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    color: #313233;
    margin-bottom: 16px;
}
.service_product_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
}
.service_feature_block{
    margin-top: 40px;
}
.service_option_block{
    margin-top: 40px;
}
.service_spec_block {
    margin-top: 60px;
}
.service_feature_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.service_feature_box{
    width: 100%;
}
.service_feature_box_2{
    margin-bottom: 40px;
}
.service_feature_box_3col {
    width: 100%;
}
.service_feature_img {
    margin-bottom: 14px;
}
.service_feature_h3 {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #313233;
    padding-left: 20px;
    margin-bottom: 16px;
}
.service_feature_h3::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 10px;
    height: 2px;
    background: #00529D;
}
.service_feature_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
}
.service_option_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.service_option_box {
    width: 100%;
    background: #F4F6F8;
    padding: 20px 30px;
}
.service_option_h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #00529D;
    margin-bottom: 7px;
}
.service_option_p {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
}
.service_spec_imgwrap {
    display: flex;
    gap: 20px;
    background: #F4F6F8;
    padding: 40px 20px;
    margin-bottom: 56px;
}
.service_spec_box {
    width: 100%;
    overflow: auto;
}
.service_spec_box_2 table {
    width: 100%;
}
.service_spec_box_3 table {
    width: 100%;
    margin-right: 10%;
}
.service_spec_box_4 table {
    width: 100%;
    margin-right: 10%;
}
.service_spec_imgbox {
    width: 50%;
}
.service_spec_imgtxt {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #313233;
}
.service_spec_box_2 table {
    width: 100%;
}
.service_spec_box_3 table {
    min-width: 500px;
}
.service_spec_box_4 table {
    min-width: 700px;
}
.service_spec_box th{
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
    padding: 16px;
    width: 100px;
}
.service_spec_box tr:nth-child(odd) th{
    background: #FFFFFF;
}
.service_spec_box tr:nth-child(even) th {
    background: #F4F6F8;
}
.service_spec_box td {
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
    text-align: center;
    padding: 12px 16px;
    width: 200px;
}
.service_spec_box td:not(:last-child) {
    border-right: 1px solid #ccc;
}
.service_spec_box tr:nth-child(odd) td{
    background: #FFFFFF;
}
.service_spec_box tr:nth-child(even) td {
    background: #F4F6F8;
}
.service_spec_box .table_fixed {
    position: sticky;
    left: 0;
}
.service_spec_box .table_fixed::before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
}
.service_spec_annotation {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #313233;
    margin-top: 40px;
}
.service_dimensions_block {
    background: #F4F6F8;
    padding: 60px 0;
    margin-top: 60px;
}
.service_download_block {
    padding-top: 40px;
}
.service_download_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    height: 85px;
    background: #00529D;
    border-radius: 20px;
    padding: 18px 40px 18px 12px;
    margin: auto;
}
.service_download_icon {
    width: 32px;
    height: 39px;
}
.service_download_font {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left: 18px;
    position: relative;
}
.service_download_font::after {
    /* position: absolute;
    content: '';
    top: 10px;
    right: -60px;
    height: 17px;
    background-image: url(../img/i_service_white_download.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 48px; */
}
.service_download_btn:hover {
    background-color: #003463;
}
.service_feature_list_wrap {
    padding-top: 25px;
    margin-top: 80px;
}
.service_feature_list_wrap_maple{
    margin-top: 40px;
    padding-top: 0px;
}
.service_feature_h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    color: #313233;
    margin: 0 0 16px;
    padding: 10px;
    background: #f9f9f9;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}
.service_registered_block {
    padding: 80px 25px;
}
.service_registered_p {
    font-weight: 700;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
}
.service_registered_p span {
    color: #00529D;
}
.service_registered_link {
    text-align: center;
    margin-top: 20px;
}
/* maple */
.service_movie_block {
    margin-top: 64px;
}
.service_movie_list  {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.service_movie_box {
    display: flex;
    justify-content: space-between;
    background: #F4F6F8;
    border-radius: 40px;
    padding: 20px 13px 20px 25px;
}
.service_movie_h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.05em;
}
.service_movie_btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #00529D;
    border-radius: 50px;
    padding: 10px 26px 10px 15px;
    position: relative;
}
.service_movie_btn::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #FFF;
}
.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}
.modal-bg{
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
}
.modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    height: 70%;
    width: 90%;
    background: white;
    padding: 40px;
}
.modal_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
ruffle-embed {
    width: 300px;
}
.service_movie_close {
    display: block;
    width: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #00529D;
    border-radius: 50px;
    padding: 10px 15px 10px 30px;
    margin: auto;
    position: relative;
}
.service_movie_close::before, .service_movie_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 2px;
    height: 10px;
    background: #FFF;
}
.service_movie_close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.service_movie_close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/*  */
.charger_movie {
    aspect-ratio: 19/6;
    max-width: 530px;
}
.charger_movie video {
    width: 100%;
    max-width: 530px;
}
.service_link_li a {
    display: flex;
}
.service_link_li_link {
    width: 70%;
    display: flex;
    align-items: center;
}
.service_dimensions_icon {
    background-image: url(../img/i_service_clickup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.service_spec_wrap {
    width: 100%;
    max-width: 1100px;
    padding-left: 10%;
    margin-right: 0;
}
/*==============================================
*	レスポンシブ対応
==============================================*/

@media screen and (min-width:400px) {
    .service_movie_h3 {
        font-size: 16px;
        width: 60%;
    }
    .service_movie_btn {
        padding: 10px 46px 10px 29px;
    }
    .service_movie_btn::before {
        right: 19px;
    }
}
@media screen and (min-width:500px) {
    .service_movie_box {
        padding: 20px 10px 20px 40px;
    }
    ruffle-embed {
        width: 400px;
    }
}
@media screen and (min-width:768px) {
    /* parts */
    .service_box {
        flex-direction: row;
        align-items: center;
        gap: 40px;
        margin-bottom: 56px;
    }
    .service_box_custom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 56px;
        width: 47%;
    }
    .service_box:nth-child(even) {
        flex-direction: row-reverse;
    }
    .service_box_custom:nth-child(even) {
        flex-direction: column;
    }
    .service_imgbox{
        width: 50%;
    }
    .service_imgbox_custom{
        width: 100%;
    }
    .service_txtbox {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service_txtbox_custom {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service_txtbox_inner {
        width: 80%;
    }
    .service_txtbox_custom .service_txtbox_inner {
        width: 100%;
    }
    /* layout */
    .service_general_top {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 64px 32px;
    }
    .service_general_topbox {
        width: 47%;
    }
    .service_feature_img {
        margin-bottom: 24px;
    }
    .service_feature_box{
        width: 48%;
        margin-bottom: 20px;
    }
    .service_feature_box_2{
        margin-bottom: 0px;
    }
    .service_feature_box_3col {
        width: 48%;
    }
    .service_option_box {
        width: 48%;
    }
    .service_dimensions_box {
        display: flex;
        justify-content: space-between;
    }
    .service_dimensions_imgbox {
        width: calc(100% - 190px);
        display: flex;
        justify-content: space-between;
    }
    .service_dimensions_img_inner{
        width: 47%;
    }
    .service_feature_list_flex {
        display: flex;
        gap: 56px;
    }
    .service_link_list {
        gap: 32px;
    }
    .service_movie_block {
        margin-top: 80px;
    }
    .service_custom_txt_ul_wrap {
        display: flex;
        gap: 32px;
    }
    .service_custom_txt_ul {
        display: flex;
        gap: 32px;
    }
    .service_product_block {
        padding-top: 104px;
    }
    .service_feature_block{
        margin-top: 80px;
    }
    .service_feature_list {
        gap: 40px 0;
    }
    .service_option_block{
        margin-top: 80px;
    }
    .service_spec_block {
        margin-top: 80px;
    }
    .service_dimensions_block {
        padding: 104px 0;
        margin-top: 160px;
    }
    .service_link_list_wrap {
        padding: 104px 0;
    }
    .service_link_li a {
        display: block;
    }
    .service_link_li_img {
        width: 100%;
        margin-bottom: 24px;
    }
    .service_link_li_link {
        width: 100%;
        display: block;
    }
    .service_spec_box {
        padding-right: 0;
    }
    .service_spec_box_3 table {
        min-width: 1000px;
    }
    .service_spec_box th{
        padding: 20px 36px;
    }
    .service_spec_box td {
        padding: 0 36px;
    }
    .service_download_icon {
        width: 51px;
        height: 62px;
    }
    .service_download_font {
        font-size: 24px;
        padding-left: 28px;
    }
    .service_download_btn {
        padding: 64px 0;
    }
    .service_download_block {
        padding-top: 104px;
    }
    .service_product_wrap {
        margin-top: 104px;
    }
    .custom_product_wrap {
        padding: 104px 0 60px;
    }
    .custom_product_box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service_link_box a {
        display: block;
    }
    .service_register_block {
        padding: 104px 0px;
    }
    .service_spec_imgwrap {
        gap: 66px;
        padding: 60px 57px;
    }
    /* font-size */
    .service_general_h2 {
        font-size: 24px;
        margin-bottom: 48px;
    }
    .service_general_h2 span {
        font-size: 20px;
    }
    .service_registered_p {
        font-size: 24px;
    }
    .service_product_top_txt {
        font-size: 16px;
    }
    .service_section_h2 {
        font-size: 28px;
        padding-bottom: 20px;
        margin-bottom: 56px;
    }
    .service_feature_h3 {
        font-size: 20px;
        padding-left: 36px;
    }
    .service_feature_h3::after {
        width: 20px;
    }
    .service_link_li_a {
        font-size: 18px;
    }
    .service_product_point {
        font-size: 18px;
        padding: 5px 20px;
    }
    .service_product_p{
        font-size: 15px;
    }
    .service_product_h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .service_feature_h2 {
        font-size: 24px;
        margin: 24px 0 40px;
    }
    .service_custom_txt_li {
        font-size: 16px;
        margin-bottom: 0;
    }
    .service_custom_txt_p {
        font-size: 14px;
    }
    .service_custom_txt_h2 {
        font-size: 18px;
        margin-bottom: 19px;
    } 
    .service_custom_top_txt {
        font-size: 16px;
        padding-bottom: 80px;
    }
    .service_download_a {
        font-size: 18px;
    }
    .service_general_box {
        padding-top: 190px;
        margin-top: -180px;
    }
    .service_form_h2 {
        font-size: 18px;
    }
    .service_form_p {
        font-size: 16px;
    }
    .service_spec_imgtxt {
        font-size: 20px;
        padding: 20px 0 0 0;
    }
    .service_download_font::after {
        right: -60px;
        height: 27px;
    }
    .service_spec_wrap {
        width: 80%;
        padding-left: 0;
        margin:auto
    }
    .ruffle-embed {
        width: 550px;
    }
    .service_general_p {
        font-size: 16px;
    }
    .service_general_block{
        margin: 0 0 120px 0;
    }
    .service_custom_top_img {
        margin: 80px 0 40px;
    }
}
@media screen and (min-width:1023px) {
    .service_registered_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 69px;
    }
    .service_registered_link {
        margin-top: 0;
    }
    .service_movie_list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 28px;
    }
    .service_movie_box {
        width:calc(50% - 28px);
    }
    .service_link_list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    .service_general_topbox {
        width: 30%;
    }
    .service_feature_box{
        width: 48%;
    }
    .service_feature_box_3col {
        width: 31%;
    }
    .service_feature_list::after{
        content: "";
        display: block;
        width: 31%;
    }
}
@media screen and (min-width:1399px) {}
@media screen and (min-width:1400px) {}