@charset "utf-8";
/* Toyama Printing Industry Association */

/* ==============================================
    universal reset
============================================== */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
    --main-color: #D3564D;
    
	--font-base-color: #373737;
    --font-link-color: #4D7958;
}

/* ==============================================
    html,body and base
============================================== */
html,body {
	height:100%;
}

/* general params
------------------*/
table {
	empty-cells: show;
	font-size: 100%;
	border-collapse: collapse;
}

img {
	border: none;
	height: auto;
	vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 100%;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
}

ul {
	letter-spacing: -.40em;
}
ul li {
	letter-spacing: normal;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr {
	cursor: help;
}

/* ==============================================
    clear
============================================== */
.cbox {
	zoom: 100%;
}
.cbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear hr {
	display: none;
}

hr.clear {
	zoom: 1;
	clear: both;
	height: 0;
	border: none;
	font-size: 0;
}
*:first-child+html hr.clear {/* for IE7 */
	border-top: 1px solid;
} 

/* ==============================================
    body
============================================== */
body {
	text-align: center;
	line-height: 1.4;
	color: #373737;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 700px) {
	body {
		min-width: 300px;
	}
}
@media print {
	body {
		min-width: 950px;
	}
}
body,
input,
select,
textarea {
    /*font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
form input[type="submit"],
form input[type="reset"],
form input[type="button"] {
	-webkit-appearance: none;
}

/* ==============================================
    link
============================================== */
a {
    color: var(--font-link-color);
	transition: all .4s;
	text-decoration: none;
    outline: none;
}

/* @media screen and (min-width: 701px) { */
@media (hover: hover) {
    a:hover {
        text-decoration: underline;
    }
    
	a:hover,
	#pagetop img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
	a img.rollover:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}

/* ==============================================
    
============================================== */
#container,
main,
#content,
.inner {
	zoom: 1;
	margin: 0 auto;
	text-align: left;
}
#container:after,
main:after,
#content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.inner {
	width: 1000px;
}

.globalNav .inner {
	width: 1200px;
}

.sp {
	display: none;
}
.switch {}
.call {}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1250px) {
	.globalNav .inner {
		width: 98%;
	}
}

@media screen and (max-width: 1050px) {
	.inner {
		width: 96%;
	}
}

@media screen and (max-width: 700px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
    .globalNav .inner {
		width: 90%;
	}
}

/* ==============================================
    container
============================================== */
#container {
	position:relative;
	margin: 0 auto;
}


/* ==============================================
    utility_buttons
============================================== */

.utility_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.utility_buttons a {
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(#d24a4a 0%, #d8a861 100%);
    width: 250px;
    height: 60px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.utility_buttons a:hover {
    text-decoration: none;
}

.utility_buttons a::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("image/icon_menmers.svg") no-repeat center center / contain;
}

.utility_buttons a.btn_members  {
 background: linear-gradient(#d24a4a 0%, #d8a861 100%);
}
.utility_buttons a.btn_contact  {
 background: linear-gradient(#246572 0%, #508c98 100%);
}

.utility_buttons a.btn_members::before {
    background-image: url("image/icon_menmers.svg");
}
.utility_buttons a.btn_contact::before {
    background-image: url("image/icon_mail.svg");
}

.h-menu .utility_buttons a {
 width: 250px;
 height: 60px;
}
.f-menu .utility_buttons a {
 width: 410px;
 height: 100px;
}

.f-menu .utility_buttons a {
    font-size: 1.125em;
}
.f-menu .utility_buttons a::before {
    width: 44px;
    height: 44px;
}

@media screen and (max-width: 1000px) {
    .h-menu .utility_buttons a {
     width: 200px;
     height: 60px;
    }
    .f-menu .utility_buttons a {
     width: 46%;
     height: 100px;
    }
}

@media screen and (max-width: 700px) {
    .f-menu .utility_buttons {
        flex-direction: column;
        gap: 10px;
    }
    .f-menu .utility_buttons a {
         width: 70%;
         height: 50px;
         font-size: 1em;
    }
    .f-menu .utility_buttons a::before {
        width: 24px;
        height: 24px;
    }
}

/* ==============================================
    header
============================================== */
header {
	margin: 0px;
	padding: 0;
}

.globalHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
}

.siteid {
	display: flex;
    align-items: center;
    gap: 40px;
}
.siteid a:hover {
    text-decoration: none;
}
.siteid strong {
	display: block;
    width: 324px;
}
.siteid .h_members-only {
    font-size: clamp(0.75rem, -0.33rem + 2.47vw, 1.25rem); /* 12-20 700-1024 */
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.siteid .h_members-only::before {
    content: "";
    display: inline-block;
    background: url("image/icon_menmers_orange.svg") no-repeat 0 0 / contain;
    width: 40px;
    height: 40px;
}
.siteid .h_site {
    color: inherit;
    display: flex;
    align-items: center;
    gap: 5px;
}
.siteid .h_site::after {
    content: "";
    display: inline-block;
    background: url("image/icon_blank.svg") no-repeat 0 0 / contain;
    width: 14px;
    height: 14px;
}


.h-menu {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
    .siteid {
        gap: 20px;
    }
    .siteid strong {
        width: 28vw;
    }
}
@media screen and (max-width: 1000px) {
    .siteid strong {
        width: 28vw;
    }
    .siteid .h_site {
        display: none;
    }
}


@media screen and (max-width: 700px) {
    .globalHeader {
        height: 70px;
        padding: 0 60px 0 7px;
    }
    .siteid {
        gap: 14px;
    }
    .siteid strong {
        width: 40vw;
    }
    .siteid .h_members-only {
        gap: 6px;
    }
    .siteid .h_members-only::before {
        width: 32px;
        height: 32px;
    }
    .h-menu {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .siteid strong {
        width: 50vw;
    }
}

/* ==============================================
    globalnav
============================================== */
.globalNav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.globalNav li {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 2px solid #d3564d;
    font-weight: 500;
}

.globalNav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 70px;
    text-align: center;
    color: #333;
}
.globalNav .spNav {
    display: none;
}

.globalNav .spSubmenu {
    display: none;
}


@media (hover: hover) {
    .globalNav li a:hover {
        text-decoration: none;
        background: rgba(211, 86, 77, 0.07);
        opacity: 1;
    }
}


@media screen and (max-width: 700px) {
    .globalNav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--main-color);
        padding: 70px 0 0 0;
        z-index: 99;
        transition: .2s;
        transform: translateX(101vw);
    }
    .globalNav.active {
        transform: translateX(0);
    }

    
    .globalNav ul {
        flex-direction: column;
        gap: 14px;
       
    }
    .globalNav li {
        border: none;
    }
    .globalNav .spNav {
        display: block;
    }
    .globalNav li a {
        justify-content: flex-start;
        border: 1px solid #fff;
        padding: 0 50px 0 20px;
        border-radius: 4px;
        color: #fff;
        min-height: 48px;
        position: relative;
    }
    .globalNav li a::after {
        content: "";
        display: inline-block;
        background: url("image/arrow1_w.svg") no-repeat 0 0 / contain;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    
    .globalNav .spSubmenu {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 30px 1vw 0 30vw;
    }
    .globalNav .spSubmenu a {
        display: block;
        position: relative;
        color: #fff;
    }
    .globalNav .spSubmenu a::after {
        content: "";
        display: inline-block;
        background: url("image/arrow1_w.svg") no-repeat 0 0 / contain;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

/* ==============================================
    menuBtn span
============================================== */
#menuBtn {
	display: none;
	position: absolute;
	top: 10px;
	right: 8px;
	width: 50px;
	height: 50px;
	background: var(--main-color);
    border-radius: 50%;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;
}

#menuBtn span,
#menuBtn:before,
#menuBtn:after {
	display: block;
	position: absolute;
	width: 14px;
	height: 1px;
	margin-left: -7px;
	background: #fff;
	top: 25px;
	left: 25px;
	transition: all .3s;
	opacity: 1;
}
#menuBtn span {
	/*margin-top: -1px;*/
	transition: opacity 150ms 50ms;
}

#menuBtn:before,
#menuBtn:after {
	content: "";
}
#menuBtn:before {
	transform: translate(0, -4px);
}
#menuBtn:after {
	transform: translate(0, 4px);
}

#menuBtn.active {
    position: fixed;
}
#menuBtn.active span {
	opacity: 0;
}
#menuBtn.active:before  {
	transform: rotate(45deg);
}
#menuBtn.active:after  {
	transform: rotate(-45deg);
}
@media screen and (max-width: 700px) {
	#menuBtn {
		display: block;
	}

}

/* ==============================================
    pagetitle
============================================== */
#pagetitle {
 background: url("image/pagetitle_bg.jpg") no-repeat center center / cover;
 padding: 0;
 margin-bottom: 30px;
}

#pagetitle h1 {
 font-size: clamp(1.625rem, 1.042rem + 2.33vw, 2.5rem); /* 26-40 400-1000 */
 font-weight: 500;
 color: #505050;
 min-height: clamp(5rem, 1.667rem + 13.33vw, 10rem); /* 80-160 400-1000 */
 display: flex;
 justify-content: center;
 align-items: center;
}

body.contact #pagetitle {
 background-image: url("image/pagetitle_bg_contact.jpg");
}
body.contact #pagetitle h1 {
 color: #fff;
}

#pagetitle.ttl-members {
 background-image: url("image/pagetitle_bg_members.jpg");
}
#pagetitle.ttl-members h1 {
 color: #fff;
}

/* ==============================================
    breadcrumb
============================================== */

#breadcrumb {
	margin: 20px 0 50px;
}

#breadcrumb ol {
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	font-size: 0.875em;
}

#breadcrumb li a {
	color: var(--font-base-color);
	text-decoration: none;
}
#breadcrumb li a:hover {
	text-decoration: none;
    opacity: 1;
    color: var(--font-link-color);
}

#breadcrumb li:first-child a::before {
	content: "";
	display: inline-block;
    background: url("image/icon_home.svg") no-repeat 0 0 / contain;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

#breadcrumb li a::after {
	content: "";
	display: inline-block;
    background: url("image/arrow2.svg") no-repeat 0 0 / contain;
    width: 8px;
    height: 8px;
	margin: 0 15px;
}

@media screen and (max-width: 700px) {
	#breadcrumb {
		margin: 0;
		padding: 10px 0;
	}
}

/* ==============================================
    contents
============================================== */
#contents {
	float: right;
	width: calc(100% - 220px);
    padding-bottom: 200px;
}

.tit {
}
.subTit {
}

.btn {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px;
 width: 100%;
 height: 50px;
 padding: 0 50px;
 border-radius: 999px;
 border: 1px solid #7D7D7D;
 color: var(--font-base-color);
 text-decoration: none;
 transition: all 0.4s;
}
.btn:hover {
 text-decoration: none;
}
.btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("image/arrow1.svg") no-repeat center center / contain;
}

.btn_more {
    width: 220px;
    margin: 30px auto 0;
}

.btn_emergency {
    width: 450px;
    margin: 120px auto 50px;
}
.btn_emergency .btn {
    /*font-size: clamp(1.25rem, 1.167rem + 0.33vw, 1.375rem);  20-22 400-1000 */
    font-size: 1.375em;
    background: #F2392C;
    color: #fff;
    border: none;
    height: 100px;
    position: relative;
}
.btn_emergency .btn::before {
    background-image: url("image/icon_emergency.svg");
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
}

@media screen and (max-width: 700px) {
    .btn_emergency {
        width: 80%;
        margin: 60px auto 30px;
    }
    .btn_emergency .btn {
        height: 80px;
    }
    .btn::before {
        left: 30px;
    }
}

.pdf a,
a.pdf {
	position: relative;
	display: inline-block;
	margin-left: 25px;
}
.pdf a::before,
a.pdf::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url("image/file_pdf.svg") no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: -25px;
}


/* Youtube レスポンシブ用 */
.movie_wrap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 700px) {
	table.scroll {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
	table.scroll tbody {
		width: 100%;
	}
	table.scroll::-webkit-scrollbar {
		height: 5px;
	}
	table.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	table.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}


/* ==============================================
    pagetop
============================================== */
#pagetop {
    position: fixed; /*固定表示*/
    bottom: 20px;
    right: 20px;
    display: none; /*通常は非表示に*/
}
#pagetop img {
	cursor: pointer;
    width: 76px;
    height: 76px;
}
@media screen and (max-width: 700px) {
    #pagetop {
        bottom: 10px;
        right: 8px;
    }
    #pagetop img {
        width: 50px;
        height: 50px;
    }
}

/* ==============================================
    footer
============================================== */
footer {
	margin: 80px auto 0;
	padding: 90px 0 50px 0;
	background: url("image/f_bg.png") repeat-x center top, linear-gradient(rgba(255, 248, 232, 0.94) 0%, rgba(255, 255, 255, 0.94) 80%);
}
.f-menu {
    margin: -40px 0 0 0;
}

.f-support {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 70px auto;
}
.f-support p {
    text-align: center;
}
.f-support .note {
    font-size: 0.875em;
}

@media screen and (max-width: 700px) {
    .f-support {
        flex-direction: column;
        gap: 20px;
        margin: 50px auto;
        font-size: 0.875em;
    }
}

.f-logo {
    display: block;
    width: 270px;
    margin: 0 0 20px;
}

.f-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer address {
	font-style: normal;
}


.f-nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 70px;
    margin-bottom: 1em;
}
.f-nav a {
    color: var(--font-base-color);
}

.copyright {
    font-size: clamp(0.625rem, 0.042rem + 1.33vw, 0.875rem); /* 10-14 700-1000 */
    font-weight: 500;
	text-align:center;
    margin: 24px 0 0 0;
}


@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 700px) {
    footer address {
        font-size: 12px;
    }
    .f-logo {
        width: 40vw;
        margin: 0 0 0px;
    }
    .f-foot {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .f-nav ul {
        justify-content: center;
        align-items: center;
        gap: 20px;
        font-size: 12px;
        margin-bottom: 40px;
    }
}



/* ==============================================
    スクロールアニメーション
============================================== */
.scrollin {}
.fadein {}
.slidein {}

.scrollin.fadein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateY(100px);
}
.scrollin.fadein.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scrollin.slidein {
	opacity : 0;
	visibility: hidden;
	transition: 0.5s;
	transform: translateX(300px);
}
.scrollin.slidein.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/* ==============================================
    news-archive-list
============================================== */
.news-archive-list {
    margin: 0;
}
.news-archive-list dl {
    display: flex;
    justify-content: space-between;
}
.news-archive-list dt {
    width: 290px;
    padding: 25px 0;
}
.news-archive-list dd {
    flex: 1;
}
.news-archive-list dd a {
    color: #208A3B;
    display: block;
    padding: 25px 30px 25px 0;
    position: relative;
}
.news-archive-list dd a::after {
    content: "";
    display: inline-block;
    background: url("image/arrow1.svg") no-repeat 0 0 / contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    transition: .3s;
}
.news-archive-list dd a:hover {
    opacity: 1;
    text-decoration: none;
}

.news-archive-list dd a strong {
    display: inline;
    font-weight: 500;
    background: linear-gradient(0deg, currentColor 2px, transparent 99%) no-repeat;
    transition: all .4s ease-out;
    background-position: 0 100%;
    background-size: 0 1px;
}
@media (hover: hover) {
    .news-archive-list dd a:hover::after {
        transform: translate(0px, -50%);
    }
    .news-archive-list dd a:hover strong {
        background-size: 200% 1px;
    }
}

.news-archive-list dd a span.new {
    display: inline-block;
    background: url("image/icon_new.svg") no-repeat 0 0 / contain;
    width: 60px;
    height: 28px;
    vertical-align: middle;
    margin: 3px 10px;
}

@media screen and (max-width: 700px) {
    .news-archive-list dl {
        display: block;
        margin-bottom: 30px;
    }
    .news-archive-list dt {
        width: auto;
        padding: 0;
        margin-bottom: 10px;
    }
    .news-archive-list dd {
        flex: 1;
    }
    .news-archive-list dd a {
        padding: 0px 30px 0px 0;
    }
    .news-archive-list dd a::after {
        width: 18px;
        height: 18px;
    }
}

.news-archive-list time {
    display: inline-block;
    width: 140px;
}

span.entry-cat {
 display: inline-block;
 width: 130px;
 font-size: 12px;
 font-weight: 500;
}
span.entry-cat a {
 display: block;
 padding: 3px;
 background: #65AF40;
 color: #fff;
 text-align: center;
}
span.entry-cat a:hover {
 text-decoration: none;
}

span.entry-cat.cat-info a {
 background: #65AF40;
}
span.entry-cat.cat-event a {
 background: #6392B5;
}
span.entry-cat.cat-kaigi a {
 background: #6b5c85;
}
span.entry-cat.cat-newsletter a {
 background: #D5983E;
}
span.entry-cat.cat-disaster a {
 background: #FF3129;
}



/* ==============================================
    pagination
============================================== */
.pagination {
 text-align: center;
}
.pagination span,
.pagination a {
 display: inline-block;
 border: 1px solid #a4a4a4;
 border-radius: 10px;
 width: 44px;
 line-height: 46px;
 font-size: 0.875em;
 font-weight: bold;
 color: #373737;
 text-align: center;
 background: #fff;
 margin: 5px;
 overflow: hidden;
}
.pagination a:hover {
 background-color: #fff8e8;
 text-decoration: none;
}
.pagination span {
 background: #fff8e8;
}
.pagination .next,
.pagination .prev {
text-indent: -99999px;
 border-color: #fff;
 background: url("image/arrow1.svg") no-repeat center center / 24px 24px;
}
.pagination .prev {
transform: scaleX(-1);
}
.pagination .next:hover,
.pagination .prev:hover {
    background-color: #fff;
}

/* ==============================================
    input
============================================== */
input[type="submit"],
input[type="button"],
button {
 cursor: pointer;
 transition: 0.3s;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
 opacity: 0.8;
}

/* ==============================================
    post-password-form
============================================== */
.post-password-form-wrapper {
 width: 550px;
 margin: 80px auto;
}
.post-password-head-text {
 margin: 0 0 16px;
}
.post-password-form {
 display: grid;
 grid-template-columns: 1fr 100px;
 grid-gap: 0 10px;
}
.post-password-form input[name="post_password"] {
 padding: 10px;
}
.post-password-form input[name="submit"] {
 background: #d3564d;
 border: none;
 color: #fff;
}

@media screen and (max-width: 768px) {
 .post-password-form-wrapper {
  width: 90%;
  margin: 50px auto;
 }
}

/* ==============================================
    form
============================================== */
.formSection {
 width: 550px;
 margin: 80px auto 50px;
}
@media screen and (max-width: 700px) {
    .formSection {
     width: 100%;
     margin: 80px auto 50px;
    }
}

.formSection dd {
 margin: 10px 0 50px;
}

.require {
 display: inline-block;
 color: #d3564d;
 border: 1px solid #d3564d;
 font-size: 0.875em;
 line-height: 26px;
 width: 3em;
 text-align: center;
 margin-left: 10px;
}

.formSection input[type="text"],
.formSection input[type="email"],
.formSection input[type="tel"],
.formSection textarea {
 width: 100%;
 padding: 20px;
 border-radius: 4px;
 background: #fff;
 border: 1px solid #a4a4a4;
 box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.formSection input[type="text"]:focus,
.formSection input[type="email"]:focus,
.formSection input[type="tel"]:focus,
.formSection textarea:focus {
    outline: 1px solid #A4A4A4;
}

.formSection input[type="radio"] {
 transform: scale(2);
 margin-right: 10px;
}
.wpcf7-list-item {
 margin-right: 20px;
}
.wpcf7-list-item.last {
 margin-right: 0px;
}

.item-radiobutton ul {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 60px;
}
.item-radiobutton ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.item-radiobutton ul li label {
    margin-left: 0 !important;
}

.entry-content .item-radiobutton ul li::before {
    display: none;
}
.formSection .form-turnstile {
 text-align: center;
 margin: 0 auto 50px;
}
.formSection .btn_submit {
 text-align: center;
}
.formSection .btn_submit input[type="submit"] {
 font-size: 1.25em;
 font-weight: 500;
 border: none;
 background: #59a5b5;
 min-width: 350px;
 line-height: 100px;
 border-radius: 999px;
 color: #fff;
 text-align: center;
 padding: 0 80px;
}

.wpcf7 form.invalid .wpcf7-response-output {
 border: none;
 background: #ffcccc;
 padding: 10px !important;
 margin: 1em 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
 border: none;
 background: #d6fdd4;
 padding: 10px !important;
 margin: 1em 0 !important;
}

.wpcf7-spinner {
 display: block !important;
 margin: 10px auto !important;
}

.wpcf7-not-valid-tip {
 /*display: none !important;*/
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
 border: 1px solid #cc3333 !important;
 background: #ffcccc !important;
}
span.wpcf7-not-valid {
 background: #ffcccc !important;
}

/* ==============================================
    editor font size
============================================== */
.has-x-small-font-size,
.font-ss {
 font-size: 0.75em !important; /*12px  10px*/
}

.has-small-font-size,
.font-s {
 font-size: 0.875em !important; /*14px  13px*/
}

.has-regular-font-size {
 font-size: 1em !important; /*16px*/
}

.has-large-font-size,
.font-l {
 font-size: 1.5em !important; /*24px  24px*/
}

.has-x-large-font-size,
.font-ll {
 font-size: 1.875em !important; /*30px  36px*/
}

.has-huge-font-size,
.font-xl {
 font-size: 2.25em !important; /*36px  50px*/
}

/* ==============================================
    custom color
============================================== */
/*:root {
	--custom-color-1: #3d51b3;
	--custom-color-2: #6b96e4;
	--custom-color-3: #f2f7ff;
	--custom-color-4: #e65b65;
	--custom-color-5: #ffe9ea;
	--custom-color-6: #ff0000;
	--custom-color-7: #ffbe00;
	--custom-color-8: #4db56a;
	--custom-mediumgray: #999;
	--custom-lightgray: #d3d3d3;
	--custom-white: #fff;
	--custom-black: #000;
}
.has-custom-color-1-color {
	color: var(--custom-color-1);
}
.has-custom-color-2-color {
	color: var(--custom-color-2);
}
.has-custom-color-3-color {
	color: var(--custom-color-3);
}
.has-custom-color-4-color {
	color: var(--custom-color-4);
}
.has-custom-color-5-color {
	color: var(--custom-color-5);
}
.has-custom-color-6-color {
	color: var(--custom-color-6);
}
.has-custom-color-7-color {
	color: var(--custom-color-7);
}
.has-custom-color-8-color {
	color: var(--custom-color-8);
}

.has-custom-mediumgray-color {
	color: var(--custom-mediumgray);
}
.has-custom-lightgray-color {
	color: var(--custom-lightgray);
}
.has-custom-white-color {
	color: var(--custom-white);
}
.has-custom-black-color {
	color: var(--custom-black);
}


.has-custom-color-1-background-color {
	background-color: var(--custom-color-1);
}
.has-custom-color-2-background-color {
	background-color: var(--custom-color-2);
}
.has-custom-color-3-background-color {
	background-color: var(--custom-color-3);
}
.has-custom-color-4-background-color {
	background-color: var(--custom-color-4);
}
.has-custom-color-5-background-color {
	background-color: var(--custom-color-5);
}
.has-custom-color-6-background-color {
	background-color: var(--custom-color-6);
}
.has-custom-color-7-background-color {
	background-color: var(--custom-color-7);
}
.has-custom-color-8-background-color {
	background-color: var(--custom-color-8);
}

.has-custom-mediumgray-background-color {
	background-color: var(--custom-mediumgray);
}
.has-custom-lightgray-background-color {
	background-color: var(--custom-lightgray);
}
.has-custom-white-background-color {
	background-color: var(--custom-white);
}
.has-custom-black-background-color {
	background-color: var(--custom-black);
}*/

/* ==============================================
    entry-content
============================================== */
.entry-content {
 line-height: 1.8;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 line-height: 1.4;
}

.entry-content h1 {
 font-size: 2em;
 margin: 50px 0 50px;
 border-bottom: 3px solid #ccc;
}

.ttl-h2,
.entry-content h2 {
 font-size: clamp(1.125rem, 0.708rem + 1.67vw, 1.75rem); /* 18-28 400-1000 */
 font-weight: 400;
 color: #373737;
 padding: 0 20px;
 margin: 50px 0 40px;
 background: url("image/h2_bg.png") no-repeat center center / contain;
 text-align: center;
 min-height: 90px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.ttl-h3,
.entry-content h3 {
 font-size: clamp(1.125rem, 0.875rem + 1vw, 1.5rem); /* 18-24 400-1000 */
 font-weight: 900;
 text-align: left;
 color: #2c5963;
 padding: 12px 20px;
 margin: 30px 0 20px;
 background: linear-gradient(#ecf2d4 0%, #fff 100%);
 border-left: 2px solid #D3564D;
}

.entry-content h4 {
 font-size: clamp(1rem, 0.917rem + 0.33vw, 1.125rem); /* 16-18 400-1000 */
 font-weight: 700;
 text-align: left;
 color: #D3564D;
 margin: 30px 0 20px;
}

.entry-content h5 {
 font-size: 1.25em;
 margin: 30px 0 20px;
}

.entry-content h6 {
 font-size: 1.125em;
 margin: 30px 0 20px;
}

@media screen and (max-width: 700px) {
 .ttl-h2,
 .entry-content h2 {
  padding: 0 10px;
  margin: 50px 0 40px;
 }
}

.entry-content ul,
.entry-content ol {
 margin: 20px 0 30px 30px;
}
.entry-content li {
 line-height: 1.4;
 margin: 8px 0;
}

.entry-content ul {
    list-style: none;
    margin: 20px 0 30px 28px;
}
.entry-content ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #D3564D;
    border-radius: 50%;
    margin-left: -18px;
    margin-right: 10px;
}

.entry-content p {
 font-size: clamp(0.875rem, 0.792rem + 0.33vw, 1rem); /* 14-16 400-1000 */
 line-height: 1.8;
 margin-bottom: 1.5em;
}
/*.entry-content a {
	color: #786a49;
}*/
.entry-content table {
 margin: 10px auto 20px;
 width: 100%;
}
.entry-content th,
.entry-content td {
 border: 1px solid #A4A4A4;
 padding: 10px 15px;
}
.entry-content th {
 background: #EBF4F6;
 white-space: nowrap;
 text-align: center;
}
.entry-content thead {
    border-bottom: none;
}
.entry-content tbody td {
    padding: 30px 20px;
}
.entry-content .outline_table tbody td:first-child {
    white-space: nowrap;
    background-color: #EBF4F6;
}


.entry-content .employees_table td {
    text-align: center
}


.wp-block-table.is-style-stripes {
    border-bottom: none;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #A4A4A4;
    border: none;
}
.wp-block-table.is-style-stripes table {
    border-bottom: 1px solid #A4A4A4;
    border-left: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4;
}
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    border-right: 1px solid #A4A4A4;
}
.wp-block-table.is-style-stripes thead {
    border-bottom: 1px solid #A4A4A4;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #FFFFFF !important;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #FAF6F5 !important;
}


@media screen and (max-width: 700px) {
    .entry-content .scroll table,
	.wp-block-table.is-style-stripes table {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
    .entry-content .scroll table tbody,
	.wp-block-table.is-style-stripes table tbody {
		width: 100%;
	}
    .entry-content .scroll table::-webkit-scrollbar,
	.wp-block-table.is-style-stripes table::-webkit-scrollbar {
		height: 5px;
	}
    .entry-content .scroll table::-webkit-scrollbar-track,
	.wp-block-table.is-style-stripes table::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
    .entry-content .scroll table::-webkit-scrollbar-thumb,
	.wp-block-table.is-style-stripes table::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}



.wp-block-image {
 margin: 0 0 1em;
}

.wp-block-button__link {
 background: #59A5B5;
}
.wp-block-button__link:hover {
    text-decoration: none;
}

.wp-block-buttons {
 margin: 30px 0 40px !important;
}

.wp-block-embed {
 margin-bottom: 50px;
}

.wp-block-embed__wrapper {
 position: relative;
 padding-top: 56.25%;
 height: 0;
 overflow: hidden;
}
.wp-block-embed__wrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: none;
}

.wp-block-column.has-background,
.wp-block-group.has-background {
 padding: 10px 30px;
 margin-bottom: 30px;
}



/* ==============================================
    
============================================== */
.list-rinciples {
    list-style: none;
    margin-left: 30px;
}
.list-rinciples li {
    font-size: 1.125em;
    color: #266673;
    font-weight: 900;
    margin: 30px 0;
}
.list-rinciples li::before {
    content: "一.";
    display: inline-block;
    margin-left: -30px;
    width: 30px;
}

/* ==============================================
    recaptcha
============================================== */
/*.grecaptcha-badge {
    bottom: 100px !important;
}
@media screen and (max-width: 700px) {
	.grecaptcha-badge {
		bottom: 80px !important;
	}
}*/


