@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&display=swap');

.abt02_color {
    color: #00B3D2;
}

.abt03_color {
    color: #009999;
}

.abt04_color {
    color: #800080;
}

#mainContent {
    padding-bottom: 0;
}

#mainContent .title_top {
    font-size: 3rem;
    text-align: center;
    color: #0072C1;
    font-weight: 500;
    margin-bottom: 3rem;
}

/*メインビジュアル*/
#top_main {}

#top_main .content {
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
}

#top_main .box01 {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    align-items: stretch;
    font-weight: 400;
    justify-content: center;
    width: 100%;
}

#top_main .box01 .mv_inner {
    align-items: center;
    padding: 3rem;
}

#top_main .box01 .inner01 {
    flex-basis: calc(48% - 30px);
}

#top_main .box01 .inner01 h2 {
    line-height: 1.3;
    font-weight: 500;
}

#top_main .box01 .list_mv li+li {
    margin-top: 1.8rem;
}

#top_main .box01 .list_mv li a {
    display: flex;
    padding: 0.5rem;
    color: white;
    align-items: center;
    gap: 1.2rem;
    border-radius: 50px;
    font-size: 1.8rem;
}

#top_main .box01 .list_mv li.abt02 a {
    background: #00B3D2;
}

#top_main .box01 .list_mv li.abt03 a {
    background: #009999;
}

#top_main .box01 .list_mv li.abt04 a {
    background: #800080;
}

#top_main .box01 .list_mv li a:hover {
    opacity: 0.8;
}

#top_main .box01 .box_date {
    margin-top: 3rem;
    border: solid #CCD2F0;
    border-width: 8px 0;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

#top_main .box01 .box_date::before,
#top_main .box01 .box_date::after {
    content: '';
    border-top: 1px solid #CCD2F0;
    position: absolute;
    left: 0;
    right: 0;
}

#top_main .box01 .box_date::before {
    top: 2px;
}

#top_main .box01 .box_date::after {
    bottom: 2px;
}

#top_main .box01 .box_date .txt_01 {
    font-size: 1.8rem;
}

#top_main .box01 .box_date .txt_02 {
    font-size: 1.8rem;
    font-weight: 400;
}

#top_main .box01 .box_date .txt_02 em {
    font-size: 1.4em;
}

#top_main .box01 .box_date .txt_01,
#top_main .box01 .box_date .txt_02 em {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#top_main .box01 .inner02 {
    flex-basis: 52%;
}

#top_main .box01 .inner02 p {
    font-weight: 500;
    margin-bottom: 0.5em;
    line-height: 1.5;
}

#top_main .caption {
    font-size: 1.4rem;
}

#top_main .mv_btm_box {
    padding: 1.5rem;
    background: #CCD2F0;
}

#top_main .mv_btm_box p {
    font-size: min(4.5vw, 2.8rem);
    color: #190fa1;
    text-align: center;
}

#top_headline {
    background: #0072C1;
    padding: 3rem 0;
}

#top_headline .content>div {
    align-items: center;
    gap: 20px;
}

#top_headline .btn_box{
    flex-basis: min(80vw, 250px);
    margin-top: 0;
}
#top_headline .txt_box{
    flex-basis: calc(100% - ((min(80vw, 250px) + 20px)));
}
#top_headline .txt_box p {
    color: white;
    font-weight: 500;
}

#top_headline .txt_box .tit {
    font-size: 1.6rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

#top_headline .txt_box .txt {
    font-size: 2.0rem; padding: 0 0 0 1em; position: relative; display: block; word-break: keep-all; overflow-wrap: anywhere;
}
#top_headline .txt_box .txt:before {
    content: '・'; display: block; position: absolute; left: 0; top:0;
}

#top_headline .txt_box .tit::before {
    content: '';
    width: 26px;
    height: 3px;
    display: block;
    background: white;
}

#top_headline a.btn_online {
    border-radius: 50px;
    box-shadow: none;
    background-size: 33px auto;
    padding-left: 65px;
    flex-direction: column;
    align-items: baseline;
    width: min(80vw, 250px);
    font-size: 2rem;
}

#top_headline a.btn_online em {
    font-size: 1.4em;
}

#top_headline .link_more {
    border-top: 1px solid #5CA2D3;
    margin-top: 2rem;
    padding-top: 2rem;
}

#top_headline .link_more a {
    color: white;
    font-size: 1.4rem;
}

#top_headline .link_more a:before {
    content: "▲";
    transform: rotate(180deg);
    flex-basis: 1em;
    speak: none;
    display: inline-block;
    line-height: 1em;
    margin-right: 0.5em;
}

#top_headline .link_more a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.tit_icon {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

.tit_icon .txt {
    font-size: min(6vw, 2.4rem);
    font-weight: 500;
}

/* #top_about .content{ padding-bottom: 50px; max-width: 100%;} */
#top_about {
    text-align: center;
    padding: 10rem 0;
    background: linear-gradient(#c4ebff, #6cd5fc);
}

#top_about p {
    font-size: min(4.1vw, 2.2rem);
}

#top_about p a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#top_about p em {
    font-size: 1.2em;
    font-weight: 500;
    color: #FF0000;
}

#top_about .tit_icon.abt02_color .txt {
    position: relative;
}


#top_about .tit_icon.abt02_color .txt .kkjHosoku {
    display: block;
    position: absolute;
    top: calc(100% - 0.3em);
    left: 0;
    right: -10px;
    font-size: 1.2rem;
}

/* #top_about .tit_icon.abt02_color .txt::after {
    content: '(産業横断調査・製造業事業所調査)';
    position: absolute;
    top: calc(100% - 0.3em);
    left: 0;
    right: -10px;
    font-size: 1.2rem;
} */

#top_about .cap {
    font-size: 1.6rem;
    margin-top: 4rem;
}

#top_about .inner01 {
    background: white;
    padding: 5rem;
}

#top_about .inner01>div {
    justify-content: center;
    align-items: normal;
    gap: 1em;
    margin-bottom: 3rem;
}

#top_about .inner01 .flexBox p {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}

#top_about .flexBox .item {
    background-color: #f7f1e7;
    width: calc((100% - 60px)/3);
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

#top_about .flexBox .item .title {
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: flex-start;
}

#top_about .flexBox .item .title p {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    max-width: calc(100% - 52px);
}

#top_about .flexBox .item .title .big {
    font-size: 150%;
}

#top_about .flexBox .item .title .icon img {
    width: 42px;
    margin-left: 10px;
}

#top_about .flexBox .item:first-child .title p {
    max-width: calc(100% - 104px);
}

#top_about .flexBox .item:first-child .title .icon {
    width: 104px;
    justify-content: flex-start;
}

#top_about .flexBox .item .btn_blue {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#top_about .flexBox .item p {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 0.5em;
}

#top_about .flexBox .item p.txt14 {
    font-size: 1.4rem;
}

#top_about .inner02 {
    margin-top: 6rem;
}

#top_about .inner02 .tit_box {
    text-align: center;
    margin-bottom: 5rem;
    color: #004f87;
}

#top_about .inner02 .tit_box .tit {
    font-size: min(6.5vw, 3.3rem);
    font-weight: 500;
}

#top_about .inner02 .tit_box .cap {
    font-size: 1.8rem;
    margin-top: 1rem;
}

#top_about .inner02 .flexBox {
    align-items: normal;
    /* padding-top: 35px; */
    gap: 50px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#top_about .inner02 ul {
    align-items: normal;
    gap: 50px 20px;
    display: flex;
}

#top_about .inner02 .img_box ul {
    justify-content: center;
    gap: 0 20px;
}

#top_about .inner02 .img_box ul li {
    flex-basis: min(100%, 160px);
}

#top_about .inner02 .box_col {
    background: white;
    border: 5px solid #EDEDED;
    padding: 3rem 1.5rem 2rem;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#top_about .inner02 .box_col:first-of-type {
    flex-basis: max(385px, calc(41.5% - 60px));
}

#top_about .inner02 .box_col:not(:first-of-type) {
    flex-basis: max(210px, 19.5%);
}

#top_about .inner02 .box_col .icon {
    position: absolute;
    top: -35px;
    left: calc(50% - 33px);
}

#top_about .inner02 .box_col .txt_box {
    /* height: 100%; */
    height: 7em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    /* margin: 1.8rem 0; */
}
#top_about .inner02 .box_col .tit{
     line-height: 1.4em;
     font-size: min(2.5vw, 2.2rem);
}

#top_about .inner02 .box_col .tit .cap {
    margin-top: 0;
    font-size: 1.2rem;
    display: block;
}

#top_about .inner02 .box_col .txt {
    font-size: 1.45rem;
    margin: 1.8rem 0;
}

#top_about .inner02 .box_col.abt02 {
    background: #fff;
    border-color: #00B3D2;
}

#top_about .inner02 .box_col.abt02 .tit {
    color: #00B3D2;
}

#top_about .inner02 .box_col.abt03 {
    background: #F3FAFA;
    border-color: #009999;
}

#top_about .inner02 .box_col.abt03 .tit {
    color: #009999;
}

#top_about .inner02 .box_col.abt04 {
    background: #FDF7FF;
    border-color: #800080;
}

#top_about .inner02 .box_col.abt04 .tit {
    color: #800080;
}

#top_faq {
    background-color: white;
    padding: 5rem 0;
}

#top_faq > div > .txt,
#top_faq .box_a .box_a_inner > .txt {
    text-align: center;
    margin-bottom: 3rem;
}

#top_faq .box_q {
    display: flex;
    align-items: center;
    gap: 0 3rem;
    background: #EEF8FF;
    padding: 1rem 3rem;
    border-radius: 10px;
}

#top_faq .label {
    font-size: 40px;
    font-weight: 300;
    line-height: 1em;
    transform: translateY(-0.15em);
    flex-basis: 3rem;
    text-align: center;
}

#top_faq .box_q .btn_toggle {
    background: white;
    border-radius: 30px;
    margin-left: auto;
    padding: 0.5em 1em;
}

#top_faq .box_a {
    display: flex;
    gap: 0 3rem;
    padding: 2rem 3rem;
    background: white;
}

#top_faq .box_a .box_a_inner > p {
    line-height: 1.8em;
    color: #000;
}

#top_faq summary {
    cursor: pointer;
}

#top_faq summary::marker {
    content: none;
}

#top_faq summary::-webkit-details-marker {
    display: none;
}

#top_faq details {
    color: #0072C1;
    box-sizing: border-box;
    border: solid #EEF8FF;
    border-width: 0 3px;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    border-radius: 15px;
}

#top_faq details[open] {
    border-width: 0 3px 3px;
}

#top_faq details .btn_toggle::before {
    content: '回答を見る';
    display: inline-block;
    width: 7em;
    text-align: center;
}

#top_faq details[open] .btn_toggle::before {
    content: '閉じる';
}

#top_faq details .btn_toggle::after {
    content: '▼';
}

#top_faq details[open] .btn_toggle::after {
    content: '▲';
}

#top_faq .list_faq > li:nth-of-type(n+2) {
    margin-top: 3rem;
}
#top_faq .list_faq summary p:not(.label),
#top_faq .list_faq .box_a_inner > p:not(.label) {
    font-size: 1.6rem;
}

#top_faq .box_a .box_a_inner > p+p,
#top_faq .box_a .box_a_inner > p+div,
#top_faq .box_a .box_a_inner > div+p {
    margin-top: 1em;
}

#top_faq .box_a .box_a_inner .box_att {
    border: 2px solid #0072C1;
    display: inline-block;
    padding: 0.5rem 2rem;
}

#top_faq .box_a .box_a_inner .box_att p {
    display: inline-block;
    color: #0072C1;
}

#top_faq .box_a .box_a_inner > p > em {
    font-size: 1.1em;
    font-weight: 500;
    color: #FF0000;
}

#top_faq .box_a p b,
#top_faq .box_a p a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

/*お知らせ*/
#top_information {
    background: #F5F5F5;
    padding: 7rem 0;
}

#top_information .content {
    padding-bottom: 0;
}

#top_information ul {
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
}

#top_information ul li {
    border-bottom: 1px dashed #A2A2A2;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}

#top_information ul li:first-of-type {
    border-top: 1px dashed #A2A2A2;
}

#top_information ul li .info_txt {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.6;
}

#top_information ul li h3:last-child {
    margin-bottom: 0;
}

#top_information ul li time {
    background-color: #fff;
    width: 190px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    padding: 1em 0;
    display: block;
    align-self: flex-start;
}

#top_information ul li .txt {
    width: calc(100% - 210px);
    line-height: 1.6;
    padding: 0.6em 0;
}

#top_information ul li a {
    font-weight: 500;
    display: inline-block;
}

#top_information ul li a:not(.link_document) {
    padding-left: 1.2em;
    position: relative;
}

#top_information ul li a:not(.link_document):before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f138';
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    speak: none;
}

#top_information ul li a:hover {
    text-decoration: underline;
}

/*何をお探しですか？*/
#top_search {
    background-color: #fff;
    padding: 50px 0 0px;
}

#top_search h3.title {
    font-size: 3rem;
    /*color:#001faf;*/
    font-weight: 600;
    margin-bottom: 20px;
}

#top_search p {
    margin-bottom: 1rem;
    line-height: 1.4;
}

#top_search .flexBox.btn_blue_mass {
    align-items: stretch;
    justify-content: flex-start;
}

#top_search .flexBox.btn_blue_mass a {
    width: calc((100% - 60px)/3);
    height: auto;
    margin: 0 30px 30px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding: 20px;
    font-size: 1.8rem;
}

#top_search .flexBox.btn_blue_mass a:nth-child(3n) {
    margin-right: 0;
}

#top_search .flexBox.btn_blue_mass a .label {
    font-size: 1.2rem;
    background-color: #fff;
    color: #1a0dab;
    padding: 2px 15px;
    border-radius: 20px;
}

#top_search .flexBox.btn_blue_mass a:hover .label {
    background-color: #ccd2ef;
}

#top_search .flexBox.btn_blue_mass a .txt {
    padding-left: 1em;
    position: relative;
    /*font-size: 92%;*/
}

#top_search .flexBox.btn_blue_mass a .txt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin: 0.05em 0.2em 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    text-align: center;
    speak: none;
}

#top_search .footer_btn {
    margin: 20px auto 0;
}

#top_search .footer_btn p.txt {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
#top_faq .answ-support .list-item{
     display: block;
}
#top_faq .answ-support .list-item .item{
    width: min(100%,650px);
    margin-bottom: 0;
    padding: 20px 15px;
}
#top_faq .answ-support .list-item .item .txt{
    margin-bottom: 0;
}
#top_faq .answ-support .list-item .item .txt h4,
#top_faq .answ-support .list-item .item .txt p{
    text-align: left;
    line-height: 1.3;
}
#top_faq .btnChart{ margin: 0;}

@media screen and (max-width:1400px) {
    #top_main:before {
        background-position: center 5vw;
    }
}

@media screen and (max-width:1200px) {
    #top_main:before {
        background-size: auto 110%;
        background-position: 30% 10vw;
    }

    #top_main .content {
        min-height: 35vw;
    }
}

@media screen and (max-width:1000px) {
    #top_main:before {
        background-size: auto 90%;
        background-position: 28% 25vw;
    }

    #top_main .content {
        min-height: auto;
        padding: 40px 0;
    }

    #top_main .box01 .inner01 {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    #top_search .ib {
        display: inline;
    }
}

@media screen and (max-width:810px) {
    #top_search .flexBox.btn_blue_mass a {
        width: calc((100% - 30px)/2);
    }

    #top_search .flexBox.btn_blue_mass a:nth-child(3n) {
        margin-right: 30px;
    }

    #top_search .flexBox.btn_blue_mass a:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:640px) {
    #top_main .box01 .list_mv li a .icon {
        width: 45px;
    }

    #top_information {
        border-image-outset: 0 100px 55px;
    }

    #top_main {
        padding: 0;
    }

    #top_main .box01 .mv_inner {
        padding: 2rem;
    }

    #top_main .box01 .list_mv li a {
        font-size: 1.8rem;
        line-height: 1.4em;
        justify-content: space-between;
    }

    #top_main .box01 .list_mv li a::after {
        content: '';
        display: block;
        width: 30px;
    }

    #top_main .box01 .box_date .txt_01,
    #top_main .box01 .box_date .txt_02 {
        font-size: 2rem;
    }

    #top_main .box01 .inner02 {
        margin-bottom: 3rem;
    }

    #top_main .box01 .inner01 {
        max-width: 330px;
        margin: 0 auto;
    }

    #top_about .inner02 {
        margin-top: 4rem;
    }

    #top_about .inner02>.tit {
        margin-bottom: 4rem;
    }

    #top_about {
        padding: 5rem 0;
    }

    #top_about .inner02>div {
        padding-top: 0;
        margin-top: 3rem;
    }
    #top_about .inner02 .box_col{
        padding: 2rem 1.5rem 2rem;
    }
    #top_about .inner02 .box_col .txt_box{
        height: auto;
        margin: 2.5rem 0;
    }
    #top_about .inner02 .box_col .tit{
        font-size: min(5.5vw, 2.2rem);
    }
    #top_about .inner01 {
        padding: 3rem 2rem;
    }

    #top_about .inner01>div {
        justify-content: flex-start;
    }

    #top_about .inner01 .flexBox p .icon {
        flex-basis: 40px;
    }

    #top_about .inner01 .flexBox p .txt {
        line-height: 1.2em;
        text-align: left;
    }

    #top_about .tit_icon.abt02_color {
        margin-bottom: 10px;
    }

    #top_about .inner02 .box_col {
        flex-basis: 100% !important;
    }

    #top_about .inner02 .img_box ul {
        gap: 0 10px;
        justify-content: center;
    }

    #top_about .inner02 .img_box ul li {
        flex-basis: calc((100% - 10px) / 2);
    }

    #top_headline a.btn_online {
        margin: 2rem auto 0;
    }

    #top_faq p:not(.label) {
        flex-basis: calc(100% - 5rem);
    }

    #top_faq .box_q,
    #top_faq .box_a {
        padding: 1.5rem 1.5rem;
    }

    #top_faq .box_q {
        flex-wrap: wrap;
        gap: 0.7rem 1rem;
    }

    #top_faq .box_q .btn_toggle {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
    }

    #top_faq .box_a {
        justify-content: flex-start;
        gap: 0 1rem;
        ;
    }

    #top_main .meaning {
        width: calc(100% - 60px);
    }

    /*#top_main .meaning .ib{ display: inline;}*/
    #top_main .btnBox {
        max-width: 80%;
    }

    #top_main .btnBox a.btn_online {
        width: 100%;
        margin-bottom: 20px;
    }

    #top_main .btnBox a.btn_form {
        width: 100%;
    }
}

@media screen and (max-width:480px) {

    #top_information h3.title {
        font-size: 5.7vw;
    }

    #top_information {
        padding: 30px 0 60px;
    }

    #top_information .title {
        font-size: 2.2rem;
    }

    #top_information ul {
        max-height: 440px;
    }

    #top_information ul li {
        flex-direction: column;
        padding: 15px 0;
    }

    #top_information ul li .txt {
        width: 100%;
    }

    #top_information ul li h3 {
        font-size: 1.6rem;
    }

    #top_information ul li time {
        padding: 10px 0;
        margin-bottom: 10px;
        width: 100%;
    }

    #top_search h3.title {
        font-size: 5.7vw;
    }

    #top_search .flexBox.btn_blue_mass a {
        width: 100%;
        margin-right: 0 !important;
    }

    #top_search .footer_btn p.txt {
        font-size: 4.6vw;
    }

    #top_search .ib {
        display: inline-block;
    }
}

@media screen and (max-width:400px) {
    #top_main .btnBox {
        max-width: 90%;
    }

    #top_main .box01 .inner01 .link_arrow_list {
        flex-direction: column;
    }
}

.forking {
    &.hide {
        display: none;
    }
    & .forkContent {
        width: calc( 100% - 40px ); margin: 0 auto 0 auto; padding: 4rem 0 4rem 0; max-width: 1200px;
        & h3 {
            font-size: 3.2rem; text-align: center; margin: 0 0 40px 0; font-weight: bold;
        }
        & .forkBox {
            & + .forkBox {
                margin: 20px 0 0 0;
            }
            & a {
                display: flex; flex-wrap: wrap; justify-content: space-between; border: #FFA500 solid 2px; border-radius: 10px; box-sizing: border-box; background: #FFA500; overflow: hidden;text-decoration: none; transition: all 0s linear 0s;position: relative;
                &:hover {
                    outline: auto; box-shadow: 0 0 1rem 1rem rgba(0,0,0,0.3);
                    &:before {
                        content: ''; z-index: 1; display: block; width: 100%; height: 100%; border: #FFA500 solid 6px; position: absolute; box-sizing: border-box; border-radius: 10px;
                    }
                }
                &:focus { 
                    outline: auto; box-shadow: 0 0 1rem 1rem rgba(0,0,0,0.3);
                    &:before {
                        content: ''; z-index: 1; display: block; width: 100%; height: 100%; border: #FFA500 solid 6px; position: absolute; box-sizing: border-box; border-radius: 10px;
                    }
                }
                & .text {
                    flex-basis: 30%;background: #FFA500;align-self: center; padding: 2.5rem 5rem; color: #ffffff; 
                    & .f32 {
                        font-size: 3.2rem; text-decoration: underline; line-height: 1.7; text-decoration-color: #FFCF77;text-decoration-thickness: 3px; font-weight: bold;
                    }
                    & .f22 {
                        font-size: 2.2rem;line-height: 1.7; font-weight: bold;
                    }
                    & .iconBox {
                        font-size: 2.8rem; display: block; text-align: left; position: relative; padding: 0 0 0 6rem; margin: 2rem 0 0 0; line-height: 1.2;
                        .icon {
                            width: 5rem; height: 5rem; position: absolute; left: 0; top:50%; transform: translateY(-50%);
                        }
                    }
                    & .note {
                        font-size: 1.6rem; display: block; color: #000; margin: 2rem 0 0 0;
                    }
                }
                & .img {
                    flex-basis: 70%; padding: 5rem;background: #ffffff; 
                }
            }
            & button {
                outline: none; display: flex; flex-wrap: wrap; justify-content: space-between; border: #58BFF6 solid 2px; border-radius: 10px; box-sizing: border-box; background: #58BFF6; overflow: hidden; padding: 0; transition: all 0s linear 0s;position: relative;
                &:hover {
                    outline: auto; box-shadow: 0 0 1rem 1rem rgba(0,0,0,0.3);
                    &:before {
                        content: ''; z-index: 1; display: block; width: 100%; height: 100%; border: #58BFF6 solid 6px; position: absolute; box-sizing: border-box; border-radius: 10px;
                    }
                }
                &:focus {
                    outline: auto; box-shadow: 0 0 1rem 1rem rgba(0,0,0,0.3);
                    &:before {
                        content: ''; z-index: 1; display: block; width: 100%; height: 100%; border: #58BFF6 solid 6px; position: absolute; box-sizing: border-box; border-radius: 10px;
                    }
                }
                & .text {
                    flex-basis: 30%;background: #58BFF6;align-self: center; padding: 1.5rem 5rem; color: #ffffff;
                    & .iconBox {
                        font-size: 2.8rem; display: block; text-align: left; position: relative; padding: 0 0 0 6rem;
                        .icon {
                            width: 5rem; height: 5rem; position: absolute; left: 0; top:50%; transform: translateY(-50%);
                        }
                    }
                }
                & .img {
                    flex-basis: 70%; padding: 2.5rem 5rem;background: #ffffff; 
                }
            }
        }
    }
}
.no_forking {
    &.hide {
        display: none;
    }
}

@media screen and (max-width:1200px) {

    .forking {
        & .forkContent {
            & h3 {
                font-size: 3.2rem; text-align: center; margin: 0 0 40px 0; font-weight: bold;
            }
            & .forkBox {
                & + .forkBox {
                    margin: 20px 0 0 0;
                }
                & a {
                    &:hover {
                        outline: auto;
                    }
                    &:focus {
                        outline: auto;
                    }
                    & .text {
                        flex-basis: 30%; padding: 2.5% 3.5%;
                        & .f32 {
                            font-size: 2.8vw;
                        }
                        & .f22 {
                            font-size: 2vw;
                        }
                        & .iconBox {
                            font-size: 1.8vw; padding: 0 0 0 4vw; 
                            .icon {
                                width: 3vw; height: 3vw;
                            }
                        }
                    }
                    & .img {
                        flex-basis: 70%; padding: 2.5%; 
                    }
                }
                & button {
                    & .text {
                        padding: 2.5% 3.5%; flex-basis: 30%;
                        & .iconBox {
                            font-size: 1.8vw; padding: 0 0 0 4vw; 
                            .icon {
                                width: 3vw; height: 3vw;
                            }
                        }
                    }
                    & .img {
                        flex-basis: 70%; padding: 3.5% 3.5%;background: #ffffff; 
                    }
                }
            }
        }
    }

}

@media screen and (max-width:810px) {

    .forking {
        & .forkContent {
            & h3 {
                font-size: 7vw; text-align: center; margin: 0 0 40px 0; font-weight: bold; line-height: 1.4;
            }
            & .forkBox {
                & + .forkBox {
                    margin: 20px 0 0 0;
                }
                & a {
                    &:hover {
                        outline: auto;
                    }
                    &:focus {
                        outline: auto;
                    }
                    & .text {
                        flex-basis: 100%; text-align: center;padding: 2.5% 3.5% 5vw 3.5%;
                        & .f32 {
                            font-size: 8vw;
                        }
                        & .f22 {
                            font-size: 5.5vw;
                        }
                        & .iconBox {
                            font-size: 5vw; padding: 0 0 0 12vw;  display: block; width: 58vw; margin: 5vw auto 0 auto;
                            .icon {
                                width: 10vw; height: 10vw;
                            }
                            & br {
                                display: none;
                            }
                        }
                        & .note {
                            font-size: 4vw; margin: 5vw 0 0 0;
                        }
                    }
                    & .img {
                        flex-basis: 100%; padding: 2.5%; 
                    }
                }
                & button {
                    & .text {
                        padding: 2.5% 3.5% calc(2.5% + 5vw) 3.5%; flex-basis: 100%;
                        & .iconBox {
                            font-size: 5vw; padding: 0 0 0 12vw;  display: block; width: 70vw; margin: 5vw auto 0 auto;
                            .icon {
                                width: 10vw; height: 10vw;
                            }
                            & br {
                                display: none;
                            }
                        }
                    }
                    & .img {
                        flex-basis: 100%; padding: 3% 3.5%;background: #ffffff; 
                    }
                }
            }
        }
    }

}