@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@media screen and (max-width: 599px) {
    .reverse > .swell-block-columns__inner {
       flex-direction: column-reverse;
    }
}

p .u-fz-xl{
    line-height: 1.2em;
}


.l-header, .l-header__inner{
    max-height: 100px;
}

.l-header__logo{
    
}

.top #content{
    padding-top: 0;
}
.-series .l-header__logo{
    padding: 0;
}
.l-header__logo{
    margin: auto !important;
}

.l-header__gnav{
    display: none;
}

.-series .c-headLogo{
    max-width: 1200px;
}
.l-header__menuBtn.sp_,
.l-header__customBtn.sp_{
    display: none;
}

.l-fixHeader__inner{
    padding: 5px;
}

.l-fixHeader__logo{
    margin: auto;
    max-width: 1200px;
    padding: 0;
}

.l-fixHeader__gnav{
    display: none;
}

@media screen and (max-width: 599px){
    .c-headLogo__link img{
        display: none;
    }
    .c-headLogo__link{
        width: 100%;
        height: 100%;
    }
    .c-headLogo__link::before{
        position: absolute;
        content: "";
        background: url("https://xs327526.xsrv.jp/202601-nagasaki-sfts2026/wp-content/uploads/2026/02/img_title_jp_2_001.svg");
        display: block;
        left: 50%;
        top:  50%;
        transform: translate(-50%,-50%);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 80%;
        height: 100%;
    }
}


.main_image{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}

.main_image img{
    width: 100vw;
}


.cform {
  max-width: 800px !important;
  margin: auto;
}

.cform th, .cform td {
  background: #F1F5F8;
  border: none;
  margin: 10px 0;
  padding: 15px 0;
  vertical-align: middle;
}

.cform th::before {
  background-color: #F1F5F8 !important;
}

.cform td {
  max-width: 600px;
}

.cform td input {
  margin: 2px;
}

.cform input, .cform textarea {
  border-radius: 10px;
}

.cform input {
  padding: 10px 5px;
  width: 100%;
}
.cform input[type="radio"]{
    width: auto;
}
button, input, select, textarea {
  background-color: #fff;
}

textarea{
    width: 100%;
}

.form_button{
  margin-top: 40px;
  text-align: center;
}


.submit-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  min-width: 220px;
  margin: 30px auto;
}

.submit-btn input {
  position: relative;
  width: 100%;
  background: #20902c;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 30px;
}



.form_button p {
  text-align: center;
  width: 100%;
  max-width: 500px;
  display: inline-block;
  margin: 20px auto;
}

.swell-block-button__link{
    transition: all 0.2s !important;
}
.swell-block-button__link:hover{
    background: #e66d4c;
}




.p_shadow{
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.8));
}

.top_image{
    position: relative;
}
.block_left{
    display: inline-block;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 599px){
    .block_left{
        font-size: 9px !important;
        right: initial;
    }
}


.swell-block-step__body p{
    line-height: 1.4em;
    font-size: 14px;
}



.swell-block-step__number{
    width: 35px;
    height: 35px;
}

.swell-block-step:not(.is-style-big):not(.is-style-small) > .swell-block-step__item > .swell-block-step__title{
    min-height: 35px;
}


.person_img{
    max-width: 280px;
    max-height: 280px;
    margin: 20px auto;
}


/* bogo関連 */

.en-US .l-header__logo,
.en-US .c-headLogo,
.en-US .l-fixHeader__logo{
    width: 100%;
}
.en-US .c-headLogo__link{
    position: relative;
    width: 100%;
    height: 100%;
}
.en-US .c-headLogo__link::before{
    position: absolute;
    content: "";
    background: url("https://xs327526.xsrv.jp/202601-nagasaki-sfts2026/wp-content/uploads/2026/02/title_en_1.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    left: 50%;
    top:  50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 599px){
    .en-US .c-headLogo__link::before{
        background: url("https://xs327526.xsrv.jp/202601-nagasaki-sfts2026/wp-content/uploads/2026/02/title_en_2.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 80%;
        height: 100%;
    }
}


.en-US .c-headLogo__link .c-headLogo__img{
    display: none;
}


.wp-block-bogo-language-switcher{
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 100;
}

@media screen and (max-width: 959px){
    .wp-block-bogo-language-switcher{
        top: 120px;
    }
}


.bogo-language-switcher {
    border: 2px #4fc3f7 solid;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100px;
    height: 30px;
    margin: 10px;
    padding: 0 !important;
}


ul.bogo-language-switcher li {
  list-style: none outside none;
  margin: 0;
}
.bogo-language-switcher li {
  height: 100%;
  width: 50%;
  padding: 2px !important;
}

.bogoflags {
  display: none;
}
.bogo-language-switcher li span.bogo-language-name,
.bogo-language-switcher li span.bogo-language-name a {
  color: #bbb;
  font-weight: bold;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 22px;
}
.bogo-language-name {
  display: block;
  position: relative;
}
.bogo-language-switcher li span.bogo-language-name a.current {
  background: #4fc3f7;
  color: #fff;
  border-radius: 20px;
}

.bogo-language-name a.current{
    pointer-events: none;
}



/* entry */

    .question_title {
        display:block;
        margin-bottom:0.2em;
    }
    .question_form span.required {
        color: #fff;
        font-size: 82%;
        font-weight: normal;
        margin-left: 5px;
        padding: 2px;
        display: inline-block;
        line-height: 1;
        border-radius: 3px;
        background: #D92B00;
    }
    .question_form span.multiple {
        color: #fff;
        font-size: 82%;
        font-weight: normal;
        margin-left: 5px;
        padding: 2px;
        display: inline-block;
        line-height: 1;
        border-radius: 3px;
        background: #F29D35;
    }
    .question_form .submit {
        margin-top:20px;
        padding:15px 20px;
        background: #f3f3f3;
        text-align:center;
        }
.question_block {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 3px 0;
    padding: 40px;
    background-color: #fff;
    margin-bottom:2em;
    border-radius:0.8em;
}

.question_block_mail {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin: 3px 0;
    padding: 40px;
    background-color: #FFFAE6;
    margin-bottom:2em;
}

.question_notice {
    font-size:0.8em;
}

.question_no{
    color: #04384C;
    font-size: 1.7em;
}

@media only screen and (max-width:767px) {

    .question_mail {
        width:100%;
    }
    .question_block {
    padding: 20px!important;
    }


}



input[name="submitBack"]{
    width: 100%;
    max-width: 500px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    text-align: center;
    background: #20902c;
    color: #fff;
    font-weight:bold;
    padding: 10px;
    border-radius:30px;
}

input:hover[name="submitBack"]{
    background: #254517;
    color: #fff;
    }

.submit-btn input:hover {
    background: #254517;
    color: #fff;
}




.wp-block-table td, .wp-block-table th{
    border-block: 1px solid #dcdcdc !important;
    border-inline: none !important;
    box-shadow: none;
}