@charset "UTF-8";

/*** common ***/

body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin: auto;
}


/* home dropdown */

.home_dropdown {
    float: left;
    overflow: hidden;
}

.home_dropdown .home_dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 7px 16px;
    background-color: inherit;
    font-family: inherit;
    font-weight: bold;
}

.home_dropdown-content {
    display: none;
    position: absolute;
    background-color: #579C3B;
    box-shadow: 0px 5px 0px rgb(0 0 0 / 15%);
    z-index: 1;
    border-radius: 10px;
}

.home_dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal !important;
}

.home_dropdown:hover .home_dropdown-content {
    display: block;
}

.fa-caret-down:before {
    padding-left: 2px;
}


/* download dropdown */

.download_dropdown {
    float: left;
    overflow: hidden;
}

.download_dropdown .download_dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 7px 16px;
    background-color: inherit;
    font-family: inherit;
    font-weight: bold;
}

.download_dropdown-content {
    display: none;
    position: absolute;
    background-color: #579C3B;
    box-shadow: 0px 5px 0px rgb(0 0 0 / 15%);
    z-index: 1;
    border-radius: 10px;
}

.download_dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal !important;
}

.download_dropdown:hover .download_dropdown-content {
    display: block;
}

.fa-caret-down:before {
    padding-left: 2px;
}


/* social dropdown */

.social_dropdown {
    float: left;
    overflow: hidden;
}

.social_dropdown .social_dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: white;
    padding: 7px 16px;
    background-color: inherit;
    font-family: inherit;
    font-weight: bold;
}

.social_dropdown-content {
    display: none;
    position: absolute;
    background-color: #579C3B;
    box-shadow: 0px 5px 0px rgb(0 0 0 / 15%);
    z-index: 1;
    border-radius: 10px;
}

.social_dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: normal !important;
}

.social_dropdown:hover .social_dropdown-content {
    display: block;
}

.fa-caret-down:before {
    padding-left: 2px;
}


/*** header ***/

header {
    height: 75px;
    background: transparent;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s ease-in-out;
}

.active_header {
    background-color: #579c3b;
    height: 50px;
}

.green_header {
    background-color: #579c3b;
}

.sitewide_HeaderMenu_Container {
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    align-items: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    transition: .3s ease-in-out;
    padding-top: 10px;
}

.active_sitewide_HeaderMenu_Container {
    margin-top: -2px;
    padding-top: 0px;
}

.sitewide_HeaderMenu_PcLogo {
    width: 54px;
    height: 54px;
    margin-right: 4px;
}

.sitewide_HeaderMenu_PcLogo img {
    box-shadow: 0 0 0px 2px #fff;
    background-color: #fff;
    transition: .3s ease-in-out;
    width: 54px;
    height: 54px;
    border-radius: 5px;
}

.active_sitewide_HeaderMenu_PcLogo {
    width: 33px !important;
    height: 33px !important;
    margin-top: 10px;
    border-radius: 3px !important;
}

.sitewide_HeaderMenu_SpLogo {
    display: none;
}

.sitewide_HeaderMenu_MenuList {
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    align-items: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    width: 555px;
    margin-right: 4px;
}

.sitewide_HeaderMenu_MenuList a {
    position: relative;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.sitewide_HeaderMenu_MenuList a::after {
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: '';
}

.sitewide_HeaderMenu_MenuList a:hover::after {
    width: 100%;
    height: 2px;
    transition: width .5s ease;
}

.sitewide_HeaderMenu_LangList {
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    align-items: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    margin-right: 4px;
}

.sitewide_HeaderMenu_LangDetail {
    border: 2px solid #fff;
    border-radius: 25px;
    word-break: keep-all;
}

.sitewide_HeaderMenu_LangDetail:hover {
    border: 2px solid #fff;
    background: #fff;
    transition: 0.5s;
}

.sitewide_HeaderMenu_LangDetail:first-child {
    margin-right: 8px;
}

.sitewide_HeaderMenu_LangDetail:nth-child(2) {
    margin-right: 8px;
}

.sitewide_HeaderMenu_LangDetail a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    line-height: 1.6;
}

.sitewide_HeaderMenu_LangDetail a:hover {
    color: #579C3B;
    transition: 0.5s;
}

.sitewide_HeaderMenu_SnsList {
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    align-items: center;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    justify-content: space-between;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    width: 80px;
}

.sitewide_HeaderMenu_SnsList li {
    width: 37px;
    height: 37px;
    text-indent: -9999px;
}

.sitewide_HeaderMenu_SnsList li.fb {
    background: url(../../img/sns_icon_fb.png) no-repeat;
}

.sitewide_HeaderMenu_SnsList li.tw {
    background: url(../../img/sns_icon_tw.png) no-repeat;
}

.sitewide_HeaderMenu_SnsList li a {
    display: block;
    height: 100%;
}

.sitewide_HeaderMenu_SnsList li.fb:hover {
    background: url(../../img/sns_icon_fb_hv.png) no-repeat;
    transition: .2s linear;
}

.sitewide_HeaderMenu_SnsList li.tw:hover {
    background: url(../../img/sns_icon_tw_hv.png) no-repeat;
    transition: .2s linear;
}

.sitewide_NavDrawer_Container {
    display: none;
}

.current_page::after {
    width: 100% !important;
    height: 2px !important;
}


/*** main ***/

.main {
    width: 1080px;
    margin: 0 auto;
}

.main .title h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #579C3B;
    margin-top: 166px;
    margin-block-end: 0.67em;
}

.main .title .title_shape {
    background-image: url(../img/title_shape.jpg);
    width: 379px;
    height: 21px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.main .content textarea {
    width: 808px;
    height: 582px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    font-family: inherit;
    line-height: 40px;
    font-size: inherit;
    padding-left: 10px;
    border-width: 2px;
    border-color: #579c3b;
}

.checkarea {
    text-align: center;
    margin-top: 50px;
}

.rcnotearea {
    width: 808px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    line-height: 1.6;
}

.rcnotearea a {
    color: #009a0c;
}

.warningarea {
    width: 808px;
    margin-left: auto;
    margin-right: auto;
    color: #800000;
    font-size: 100%;
    border: solid #B00000;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    line-height: 1.6;
}

.warningarea a {
    color: #009a0c;
}

.downloadarea {
    text-align: center;
    margin-top: 51px;
}

.button a {
    font-size: 24px;
    font-weight: bold;
    border-style: solid;
    border-radius: 10px;
    text-decoration: none;
    padding: 19px 21px;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 280px;
}

.downloadarea .button {
    margin: 0 32px;
}

.downloadarea .button.win a {
    display: inline-block;
    text-align: center;
    border: 2px solid #579C3B;
    background: #579C3B;
    color: #fff;
}

.downloadarea .button.win a:hover {
    border: 2px solid #579C3B;
    background: #fff;
    color: #579C3B;
}

.downloadarea .button.mac a {
    display: inline-block;
    text-align: center;
    border: 2px solid #506aea;
    background: #506aea;
    color: #fff;
}

.downloadarea .button.mac a:hover {
    border: 2px solid #506aea;
    background: #fff;
    color: #506aea;
}

.nightly .downloadarea {
    margin-top: 30px;
}

.nightly .button a {
    font-size: 16px;
    padding: 15px 18px;
}


/*** pagetop ***/

.pagetop a {
    color: #404040;
}

.pagetop {
    margin: 0 auto;
    width: 1080px;
    text-align: right;
    position: relative;
    top: 87px;
}

.pagetop a {
    text-decoration: none;
}

.pagetop a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    margin-right: 8px;
}


/* end of pagetop */

footer {
    width: 100%;
    height: 80px;
    background-color: #579C3B;
    margin-top: 100px;
}

footer .wrapper {
    width: 1080px;
    margin: 0 auto;
}

footer .copyright {
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.center_footer_copyright {
    padding-top: 32px !important;
}

footer .thanks {
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.samplearea {
    text-align: center;
    margin-top: 20px;
}

.samplearea p {
    line-height: 2.6;
}

.samplearea iframe {
    border-radius: 15px;
    box-shadow: 0 5px 0 rgb(0 0 0 / 15%);
}

.samplearea h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #54963b;
    text-align: center;
    display: inline-block;
    color: #569c3c;
}

.kumodescarea {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

.kumodescarea p {
    line-height: 1.6;
    margin-top: 20px;
}

.kumodescarea a {
    color: #009a0c;
}

.kumodescarea video {
    border-radius: 15px;
    box-shadow: 0 5px 0 rgb(0 0 0 / 15%);
}

.kumohowtoarea {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 1.6;
    margin-top: 15px;
}