.title-txt {
    font-size: 31px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

.txt18 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
}

span.s {
    font-size: 80%;
}

.wrapper {
    position: relative;
    padding: .5em .75em;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin: 0px auto 30px;
}

.wrapper:before {
	position: absolute;
	bottom: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 15px solid #f0f0f0;
}

p.end {
    margin-bottom: 0px !important;
}

blockquote p.end {
    margin: 0px !important;
    font-size: 18px !important;
}

#headcount {
    margin-bottom: 20px;
}

.bb {
    font-weight: bold;
    font-size: 1.3em !important;
}

.red {
    color: #c60000;
}

.social-waku {
    width: 240px;
    margin: 0px auto 0px;
    /* background-color: #fff; */
    padding: 1px;
    /* border-radius: 5px; */
    /* border: 1px solid #dcdcdc; */
    position: absolute;
    right: 60px;
    top: 234px;
}

.social {
    width: 300px;
    margin: 0px auto 0px;
    display: block;
}

div.social a {
    float: left;
    margin: 10px;
}

div#headcount2 {
    font-size: 18px;
    margin: 10px auto 0px;
    font-weight: bold;
}

.form-waku {
    width: 445px;
    padding: 1px 12px 1px 1px;
    border-right: 1px solid #dcdcdc;
    position: relative;
    left: 78px;
    top: 38px;
    height: 313px;
}

div.social a {
    float: left;
    margin: 0px 0px 0px 10px;
}

hr.h100 {
    height: 60px;
    border: none;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    background: none;
}

.title-txt2.txt-center {
    text-align: center;
}

.bub {
    font-weight: bold;
    font-size: 1.6em;
    margin: 15px 0 15px;
    color: #cc0000;
    text-align: center;
    padding-left: 0px;
    background: none;
}

.bubb {
    font-weight: bold;
    font-size: 1.6em;
    margin: 15px 0 5px;
    text-align: center;
    padding-left: 0px;
    background: none;
}

.box3 {
    max-width: 940px !important;
    border: 3px solid #cdcdcd;
    padding: 40px 40px 40px;
    margin: 0 auto 3rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    position: relative;
    background-color: #fff;
}

p.text-right {
    text-align: right;
}

.black {
    color: #000;
}

.border-green {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(58, 135, 2);
}

.center {
    font-size: 0.8em;
    margin-bottom: 25px;
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative;
    width: 100% !important;
}

hr {
    border: none;
}

body {
    font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {

        .copy01 {
        max-width: 970px;
        height: auto;
        margin: 0px auto 0;
        font-size: 44.5px;
        line-height: 1.6;
    }
}

p.cap {
    font-size: 1.7rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 100;
    margin-bottom: 3.5rem;
    text-align: center;
}

img.img-responsive.img-center.manga {
    max-width: 640px;
    padding-top: 0px;
    display: block;
    padding-bottom: 40px;
}

.copy01 {
    font-family: "Noto Serif JP", serif;
}

b {
    font-weight: bold;
}

.title-txt {
    font-size: 28px;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #666666;
}

ul {
    text-align: left;
    margin-bottom: 1.5rem;
}

ul li {
    line-height: 1.5;
    padding: 0.5em 0 0 0px;
    list-style-type: unset;
    margin-left: 1.2rem;
}


i.fas.fa-check {
    color: #cd0000;
    font-size: 120%;
}

.evidence-section {
    padding: 20px 20px 50px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.evidence-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.evidence-item {
  position: relative;
  flex: 1 1 220px;
  max-width: 280px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.evidence-item img {
  width: 100%;
  display: block;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
}

.overlay h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.evidence-section h2 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

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

.evidence-images {
    display: grid;
}

.evidence-item {
    max-width: 100%;
    width: 100%;
}

.form.border-green img {
    width: 90%;
}

}

@media only screen and (max-width: 850px) {
    div#logo img {
        width: 80%;
    }
}


@media screen and (min-width: 769px) {
    .copy {
        display: flex;
        margin: 50px auto;
        width: 100%;
        max-width: 1380px;
        align-items: center;
    }

.copyr {
    max-width: 390px;
}

    .copyl {
        font-size: 2.2rem;
        font-family: "Sawarabi Mincho", serif;
        font-weight: 100;
        font-feature-settings: "half";
        width: 860px;
        text-shadow: 2px 2px 1px #ffffff;
        line-height: 1.5;
        text-align: left;
        border-top: 2px dotted #333;
        border-bottom: 2px dotted #333;
        margin-right: 20px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.copyl p {
        line-height: 1.2;
        margin-bottom: 3rem;
        max-width: 760px;
    }

.copy img {float: left;}

.copy img:first-child {
padding: 0 10px 0 0 ;}

}

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

    .copyl {
        font-size: 1.6rem;
        font-family: "Sawarabi Mincho", serif;
        font-weight: 700;
        font-feature-settings: "half";
        text-shadow: 2px 2px 1px #ffffff;
    }

.copyl p {
    line-height: 1.4;
        margin-bottom: 2rem;
}

.copyr img {
    width: 90%;
}

         .copy.row {
        background-size: 66%;
        background-repeat: repeat;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 1rem;
        background-color: #f5f5f5;
    }


a.gtb-big {
    display: block;
    margin: 0px auto;
    padding: 15px;
    font-size: 100%;
    max-width: 80%;
    width: 96%;
    background: #f8b551;
    color: #362e2b;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    border: 2px solid #fff;
    text-align: center;
}


}

span.bigfont {
    font-size: 122%;
}

.bu {
    font-size: 1.4em;
    margin: 15px 0 15px;
    color: #cc0000;
    text-align: center;
    padding-left: 0px;
    background: none;
}

.pd30 {
    padding: 30px 10px;
}

.bg-blue {
    background: #105182;
}

.bg-dblue {
    background: #003e5a;
}

a.gtb-big {
    display: block;
    margin: 0px auto;
    padding: 15px;
    font-size: 100%;
    max-width: 600px;
    width: 96%;
    background: #f8b551;
    color: #362e2b;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    border: 2px solid #fff;
    text-align: center;
}

a {
    color: #337ab7;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    a.gtb-big {
        display: block;
        margin: 20px auto;
        padding: 30px;
        font-size: 110%;
        max-width: 800px;
        background: #f8b551;
        color: #362e2b;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: 2px solid #fff;
        text-align: center;
    }
}

a.gtb-big:hover {
background: #ff9900;
color: #fff;
text-decoration: none;
}

span.copy01.headcopy {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
}

#con p {
    margin: 0 auto 20px;
    font-size: 1.1rem;
    line-height: 180%;
    max-width: 730px;
}

@media only screen and (max-width: 850px) {
    #con p {
        margin: 0 auto 20px;
        font-size: 1rem;
        line-height: 165%;
    }

.bu {
    font-size: 1rem;
    margin: 15px 0 15px;
    color: #cc0000;
    text-align: center;
    padding-left: 0px;
    background: none;
    line-height: 1.4;
}

}

#wrap {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.header {
    font-size: 1.5rem;
}

.header:before {
    padding-left: 0.2rem;
    color: #cb0000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f058';
    font-size: 160%;
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

.bg-green {background: #638c0b;} /*--邱?--*/
.bg-dgreen {background: #486704;} /*--邱?--*/

.fbody {
max-width: 840px;
padding: 10px 10px 20px;
margin: 0 auto 20px;
border-radius: 30px;
text-align: center;
}

.mtitle {
padding: 10px;
border-radius: 45px;
max-width: 880px;
margin: 0 auto 15px;
}

.ftitle {
max-width: 820px;
margin: 0 auto;
}
.ftitle img {float:none;margin: 10px auto;}
.middle {display: none;}

/*----------繝懊ち繝ｳ----------*/
.gtb {
width: 70%;
background: #f8b551;
color: #362e2b;
-webkit-border-radius: 30px;
border-radius: 30px;
border: 2px solid #fff;
padding: 10px;
margin: 30px auto 0;
}

a.gtb-big {
display: block;
margin: 0px auto;
padding: 15px;
font-size: 90%;
max-width: 600px;
width: 86%;
background: #f8b551;
color: #362e2b;
-webkit-border-radius: 45px;
border-radius: 45px;
border: 2px solid #fff;
text-align: center;
}

a.gtb-big:hover {
background: #ff9900;
color: #fff;
text-decoration: none;
}

.spcontainer {margin: 0 2%;}

img.img-responsive.img-center.sp {
    width: 100%;
}

@media screen and (min-width: 769px) {
.ftitle img {float:left;}
.middle {padding-top: 100px;display: block;}

a.gtb-big {
display: block;
margin: 20px auto;
padding: 30px;
font-size: 110%;
max-width: 800px;
background: #f8b551;
color: #362e2b;
-webkit-border-radius: 60px;
border-radius: 60px;
border: 2px solid #fff;
text-align: center;
}
}

table {
    font-size: 80%;
    margin: 0px auto;
    max-width: 720px !important;
    color: #666;
    width: 100%;
}

td {vertical-align:middle !important;}

hr.h100 {
    height: 100px;
}

hr.h10 {
height: 10px;
}

.pd30 {padding: 30px 10px;}
.pdb30 {padding-bottom: 30px;}
.mgb20 {margin-bottom: 20px;}

.description {
max-width: 94%;
font-size: 80%;
text-align: right;
margin: 0;
padding: 0;
color: #fff;
}

iframe.fb_iframe_widget_lift {
    width: 700px !important;
    margin: auto !important;
    display: block;
}

.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    max-width: 700px;
}

div#icloud-alert {
    max-width: 290px;
    text-align: left;
    width: 100%;
}

div#form {
    height: auto;
    position: relative;
}

.small, p.small {
    font-size: 80%;
}
.white {
    color: #fff;
}

.box {
    max-width: 690px;
    margin: 10px auto;
    padding: 20px;
    text-align: left;
    border: 5px solid;
    font-size: 90%;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    form {
        max-width: 700px;
        margin: 0 auto;
    }
}

form {
    text-align: center;
    margin: 0 auto;
    padding: 0px 0 0;
}

p.pro {
    font-size: 1rem !important;
    max-width: 850px !important;
}

.box-taidan {
    width: 85%;
    margin: 22px auto 10px;
    padding: 20px;
    text-align: left;
    border: 1px solid #666;
    font-size: 123%;
    border-radius: 3px;
    max-width: 680px;
    background-color: #fffff3;
}

h2 {
    font-size: 1.8rem;
    line-height: 120%;
    margin: 20px auto;
    font-weight: bold;
    text-align: left;
    max-width: 730px;
    border-bottom: 1px solid #999;
}

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

h2 {
    font-size: 1.2rem;
    line-height: 1.4;
}

    #con {
        float: none;
        width: 96%;
        max-width: 900px;
        background-color: #ffffff;
        border: none;
        text-align: center;
        padding-top: 15px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin: 0px auto;
    }

span.bigfont {
    font-size: 130%;
    line-height: 1.1;
}

.box-taidan {
    width: 85%;
    margin: 22px auto 10px;
    padding: 10px;
    text-align: left;
    border: 1px solid #666;
    font-size: 80%;
    border-radius: 3px;
    max-width: 680px;
    background-color: #fffff3;
    line-height: 1.4;
}


}

.sp {display: block;}
.pc {display: none;}

@media screen and (min-width: 769px) {
.sp {display: none;}
.pc {display: block;}
}



.recaptcha_policy {
    font-size: 80%;
    text-align: center;
    color: #fff;
}

small.recaptcha_policy a {
    color: #fff;
}

.recaptcha_policy {
    display: none;
}

p.right {
    text-align: right;
}

.row {
    width: 98%;
    max-width: 820px;
    margin: 20px auto 1rem;
}

h4.wp-block-heading {
    font-weight: bold;
    text-align: left !important;
    margin: auto 30px;
    font-size: 120%;
}

h3.wp-block-heading {
    font-weight: bold;
    text-align: left !important;
    margin: auto 30px 1rem 0;
    font-size: 150%;
}

h5.wp-block-heading {
    font-weight: bold;
    text-align: left !important;
    margin: auto 30px 1rem 0;
    font-size: 120%;
}

@media only screen and (min-width: 851px) {
    #con {
        float: none;
        width: 100%;
        max-width: 780px;
        background-color: #ffffff;
        border: none;
        text-align: center;
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
        margin: 0px auto;
    }

h3.wp-block-heading {
    font-weight: bold;
    text-align: left !important;
    margin: auto 30px 1rem;
    font-size: 150%;
}

h5.wp-block-heading {
    font-weight: bold;
    text-align: left !important;
    margin: auto 30px 1rem;
    font-size: 120%;
}

}

.bub.black {
    background: #105182;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 1.5rem;
}

table.has-fixed-layout tr {
    border: 1px solid #333;
}

th, td {
    border: 1px solid #333;
}

figure.wp-block-table {
    margin-bottom: 2rem;
}

body .is-layout-flex {
    display: flex
;
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
    }
}

.wp-block-gallery.wp-block-gallery-2 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.wp-block-gallery.wp-block-gallery-3 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    margin-top: 0.5em;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
  cursor: pointer;
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
    }
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.wp-block-gallery.wp-block-gallery-4 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-gallery.wp-block-gallery-5 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    margin-top: 0.5em;
}

.wp-block-gallery.wp-block-gallery-6 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)))
--wp--style--gallery-gap-default is not defined
;
}

ul {
    text-align: left;
    margin-bottom: 1.5rem;
    margin: 0 auto 20px;
    line-height: 180%;
    max-width: 730px;
    font-size: 110%;
}

.fbody {
    max-width: 730px;
    padding: 10px 10px 20px;
    margin: 0 auto 20px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #2a79b5;
}
.bu {
    font-size: 1.4em 25.2px;
    margin: 15px auto 15px;
    color: #cc0000;
    text-align: center;
    padding-left: 0px;
    background: none;
    font-size: 150%;
    font-weight: bold;
    max-width: 740px;
}

.bullet p.small.text-center {
    margin-bottom: 4em;
}

.small, p.small {
    font-size: 85% !important;
}

.text-center {
    text-align: center;
}

.image-wrapper {
    width: 100%;
    aspect-ratio: 51 / 23;
    overflow: hidden;
    position: relative;
    max-width: 510px;
    margin: auto;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* ← 下部を優先して表示 */
  display: block;
}

.fbody {
    max-width: 730px;
    padding: 10px 10px 20px;
    margin: 10px auto 20px;
    border-radius: 30px;
    text-align: center;
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter
Applies a filter effect where the first filter in the list takes the element's background image as the input image.
: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex
;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    width: 20px;
    z-index: 100;
}

/* 画面固定（開いている間スクロール抑止） */
html.kgk-lb-fixed { overflow: hidden; }

/* ライトボックス */
.kgk-lb{ position:fixed; inset:0; display:none; align-items:center; justify-content:center;
  background:rgba(0,0,0,.75); z-index:9999; padding:2rem; }
.kgk-lb.is-open{ display:flex; }
.kgk-lb__img{ max-width:min(1200px,92vw); max-height:88vh; box-shadow:0 10px 30px rgba(0,0,0,.5); border-radius:6px; }
.kgk-lb__caption{ position:absolute; left:50%; bottom:1rem; transform:translateX(-50%); max-width:92vw;
  color:#fff; font-size:14px; line-height:1.5; text-align:center; text-shadow:0 2px 6px rgba(0,0,0,.6); }
.kgk-lb__close{ position:absolute; top:.75rem; right:.75rem; width:40px; height:40px; border:0; border-radius:999px;
  background:rgba(0,0,0,.5); color:#fff; font-size:22px; line-height:1; cursor:pointer; }
.kgk-lb__close:focus{ outline:2px solid #fff; outline-offset:2px; }
.kgk-lb__nav{ position:absolute; display:flex; align-items:center; justify-content:center; top:50%; transform:translateY(-50%);
  width:46px; height:46px; border-radius:999px; background:rgba(0,0,0,.45); color:#fff; font-size:20px; border:0; cursor:pointer; }
.kgk-lb__prev{ left:1rem; } .kgk-lb__next{ right:1rem; }

/* クリック可能な画像にカーソル（HTMLは触らず視覚だけ） */
.kgk-zoomable{ cursor: zoom-in; }



figure.wp-block-image.size-large.wp-lightbox-container {
    margin-bottom: 2rem;
    cursor: pointer;
}

h2:nth-child(n+2) {
    margin-top: 2.5rem;
}

img.taidan {
    width: 100%;
    max-width: 180px;
    vertical-align: top;
    float: left;
    margin-right: 10px !important;
    margin-left: 30px;
    border: 1px solid #ccc;
    margin-bottom: 2rem;
    margin-top: 9px;
}

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

img.taidan {
    width: 100%;
    max-width: 40%;
    vertical-align: top;
    float: left;
    margin-right: 16px !important;
    margin-left: 0px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 9px;
}

}

#logo {
    text-align: center;
    border-bottom: 1px solid #a9a169;
    margin: 0;
    padding: 8px 0;
    background: #105182;
}

.hidden {
    display: none !important;
}

label {
    font-weight: normal !important;
    color: #fff;
    width: 90%;
    padding: 3px 0;
    background: none;
}

div#confirm label {
    color: #333;
}