<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-- IMI - Parts --
----------------------------------

★接頭辞の意味
ct…コンテンツ
lo…レイアウト
dc…装飾
tx…文字設定

Contents (ct)
- Headings
- Button
- List
- Description list
- Horizontal rule
- Image
- Table
- Accordion box
- Video iframe wrapper
- Special block
Layout (lo)
Decoration (dc)
Text control (tx)

Media Queries 1500 1300 1000 800 500 350

----------------------------------
----------------------------------*/

/*----------------------------------
	Headings
----------------------------------*/
.ct-page_title{
	position:relative;
	display:flex;
	align-items:flex-end;
	margin:0 0 20px;
	padding:var(--header-height) var(--main-pad) 0;
	min-height:190px;
	background:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0)30px),url("../img/bg_common_01.png") center top no-repeat;
	background-size:100% auto;
}
.ct-page_title &gt; .inner{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1000px;
	font-size:2rem;
	line-height:1.4;
	color:rgb(66,88,51);
	z-index:1;
}
.ct-page_title &gt; .inner::before{
	content:"";
	position:absolute;
	left:.2rem;
	top:-.8rem;
	display:block;
	width:100px;
	aspect-ratio:10/7.3;
	background:url(../img/deco_common_02.svg) center center no-repeat;
	background-size:contain;
	transform:translateX(-50%);
	z-index:-1;
}
.ct-page_title &gt; .inner::after{
	content:"";
	display:block;
	position:absolute;
	bottom:-10px;
	left:0;
	width:100px;
	border-bottom:4px solid rgb(139,186,70);
	z-index:-1;
}

.ct-home_h_01{
	position:relative;
	margin:0 0 .5rem;
	font-size:1.875rem;
	font-weight:700;
	color:inherit;
	line-height:1.4;
}
.ct-home_h_01::after{
	content:"";
	position:absolute;
	left:1rem;
	top:-.8rem;
	display:block;
	width:100px;
	aspect-ratio:10/7.3;
	background:url(../img/deco_common_02.svg) center center no-repeat;
	background-size:contain;
	transform:translateX(-50%);
	z-index:-1;
}

.ct-home_h_02{
	margin:0 0 .5rem;
	font-size:1.55rem;
	font-weight:700;
	color:rgb(92,120,85);
	line-height:1.4;
}

.ct-home_h_03{
	margin:0 0 .5rem;
	font-size:1.4rem;
	font-weight:700;
	color:rgb(92,120,85);
	line-height:1.4;
}

.ct-h_01{
	position:relative;
	margin:3rem 0 1rem;
	padding:.3rem .6rem;
	background:rgb(245,245,245);
	border-left:3px solid var(--theme-color-normal);
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(80,80,80);
}

.ct-h_02{
	position:relative;
	margin:2.4rem 0 .8rem;
	padding-bottom:.6rem;
	border-bottom:1px dotted rgb(180,180,180);
	font-size:1.25rem;
	font-weight:700;
	line-height:1.4;
	color:var(--theme-color-muddy);
}
.ct-h_02::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	width:56px;
	border-bottom:1px solid var(--theme-color-normal);
}

.ct-h_03{
	position:relative;
	margin:1.8em 0 .6em;
	width:100%;
	font-size:1.125rem;
	font-weight:500;
	color:var(--theme-color-muddy);
	line-height:1.3;
}
.ct-h_03::before{
	content:"";
	position:absolute;
	top:.5rem;
	left:-.7rem;
	display:block;
	background:var(--theme-color-normal);
	border-radius:50%;
	width:8px;
	height:8px;
}

.ct-h_04{
	position:relative;
	margin:1.8em 0 .5em;
	padding:.1em .5em;
	width:100%;
	font-size:1.125rem;
	font-weight:500;
	color:var(--theme-color-muddy);
	border-left:solid 4px var(--theme-color-dull);
	line-height:1.3;
}

.ct-h_05{
	position:relative;
	margin:1.8em 0 .5em;
	width:100%;
	font-size:1rem;
	font-weight:700;
	color:rgb(30,70,90);
	line-height:1.3;
}

/*----------------------------------
	Button
----------------------------------*/
/*-- Single --*/
.ct-button_01{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:.4rem 1.2rem .4rem .8rem;
	background:none;
	border:solid 1px rgb(86,155,94);
	font-family:inherit;
	font-weight:500;
	color:rgb(86,155,94);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color,color;
	z-index:1;
	cursor:pointer;
}
input[type="button"].ct-button_01{
	padding:.4rem .8rem .4rem .8rem;
}
.ct-button_01:hover{
	background:rgb(86,155,94);
	color:rgb(255,255,255);
}
.ct-button_01::after{
	position:absolute;
	top:calc(50% - .3em);
	right:7px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-left-color:rgb(235,196,39);
	border-width:5px 0 5px 5px;
}
.ct-button_02{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:.4rem 1rem .4rem .6rem;
	border-bottom:solid 1px rgb(86,155,94);
	font-weight:500;
	color:rgb(86,155,94);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color,color;
	z-index:1;
}
.ct-button_02:hover{
	background:rgb(86,155,94);
	color:rgb(255,255,255);
}
.ct-button_02::after{
	position:absolute;
	top:calc(50% - .3em);
	right:5px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-left-color:rgb(235,196,39);
	border-width:5px 0 5px 5px;
}

/*-- Multi --*/
.ct-1buttons,
.ct-2buttons,
.ct-3buttons,
.ct-4buttons{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.5rem auto;
	padding:0;
	text-align:center;
	list-style:none;
	z-index:0;
}
.ct-1buttons li,
.ct-2buttons li,
.ct-3buttons li,
.ct-4buttons li{
	display:flex;
	margin:.5rem 0;
}
.ct-1buttons li a,
.ct-2buttons li a,
.ct-3buttons li a,
.ct-4buttons li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	margin:0;
	padding:.6rem 1.2rem .6rem 1.6rem;
	width:100%;
	background:rgb(255,255,255);
	border:solid 1px var(--theme-color-normal);
	box-shadow:1px 1px 3px rgba(0,0,0,.25);
	font-weight:500;
	color:var(--theme-color-muddy);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color;
	z-index:1;
}
.ct-1buttons a::after,
.ct-2buttons a::after,
.ct-3buttons a::after,
.ct-4buttons a::after{
	position:absolute;
	top:calc(50% - .3em);
	left:5px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) var(--theme-color-normal);
	border-width:5px 0 5px 5px;
}
.ct-1buttons a:hover,
.ct-2buttons a:hover,
.ct-3buttons a:hover,
.ct-4buttons a:hover{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.ct-1buttons a:hover::after,
.ct-2buttons a:hover::after,
.ct-3buttons a:hover::after,
.ct-4buttons a:hover::after{
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1);
}
.ct-1buttons li.disabled a,
.ct-2buttons li.disabled a,
.ct-3buttons li.disabled a,
.ct-4buttons li.disabled a{
	pointer-events:none;
	cursor:default;
	border-color:rgb(204,204,204);
	background:rgb(204,204,204);
}

.ct-1buttons li{
	width:100%;
}

.ct-2buttons li{
	width:48%;
}

.ct-3buttons li{
	width:32%;
}

.ct-4buttons li{
	width:23%;
}

.ct-link_list_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.2rem 0;
	padding:0;
	list-style:none;
}
.ct-link_list_01 li{
	width:100%;
}
.ct-link_list_01 li a{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:.7em 0;
	padding:.2em .3em .2em .8em;
	width:100%;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1rem;
	font-weight:500;
	color:var(--theme-color-muddy);
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
	z-index:1;
}
.ct-link_list_01 li a::before{
	position:absolute;
	top:calc(50% - 6px);
	left:0;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0);
	border-left-color:var(--theme-color-normal);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-link_list_01 li a:hover{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.ct-link_list_01 li a:hover::before{
	left:2px;
	border-left-color:rgb(255,255,255);
}
.ct-link_list_01 li.selected a{
	pointer-events:none;
	cursor:default;
	border-color:rgb(190,200,190);
	background:rgb(190,200,190);
	border-radius:2px;
	box-shadow:2px 2px 3px rgba(0,0,0,.25) inset;
	color:rgb(255,255,255);
}
.ct-link_list_01 li.selected a::before{
	left:2px;
	border-left-color:rgb(255,255,255);
}
.ct-link_list_01.col2 li{
	width:48%;
}
.ct-link_list_01.col3 li{
	width:32%;
}
.ct-link_list_01.free{
	justify-content:flex-start;
}
.ct-link_list_01.free li{
	margin-right:.7rem;
	width:auto;
}

.ct-read_more{
	position:relative;
}
.ct-read_more a{
	position:absolute;
	top:50%;
	right:0;
	margin:0;
	padding:.2em .2em .2em 1em;
	font-size:1rem;
	font-weight:500;
	color:inherit;
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
	z-index:1;
	transform:translateY(-50%);
}
.ct-read_more a::before{
	position:absolute;
	top:calc(50% - 7px);
	left:2px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0) rgba(46,196,252,0) rgba(46,196,252,0) rgba(77,77,77,1);
	border-width:7px 0 7px 8px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-read_more a:hover{
	background:rgb(77,77,77);
	color:rgb(255,255,255);
}
.ct-read_more a:hover::before{
	left:4px;
	border-left-color:rgb(255,255,255);
}

.ct-ascending_discending{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:.6rem auto;
	padding:0;
	text-align:center;
	list-style:none;
	z-index:0;
}
.ct-ascending_discending li{
	display:flex;
	margin:0 .5rem 0 0;
}
.ct-ascending_discending li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	margin:0;
	padding:.4rem 1rem .4rem 1.4rem;
	width:100%;
	background:rgb(255,255,255);
	border:solid 1px var(--theme-color-normal);
	border-radius:1rem;
	box-shadow:1px 1px 3px rgba(0,0,0,.25);
	font-size:.875rem;
	font-weight:500;
	color:var(--theme-color-muddy);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color;
	z-index:1;
}
.ct-ascending_discending a::after{
	position:absolute;
	top:calc(50% - .3em);
	left:5px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-width:6px 0 6px 6px;
}
.ct-ascending_discending li:nth-child(1) a::after{
	border-bottom-color:currentColor;
	border-width:0 6px 8px 6px;
}
.ct-ascending_discending li:nth-child(2) a::after{
	border-top-color:currentColor;
	border-width:8px 6px 0 6px;
}
.ct-ascending_discending a:hover{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.ct-ascending_discending li.selected a{
	pointer-events:none;
	cursor:default;
	border-color:rgb(204,204,204);
	background:rgb(204,204,204);
	box-shadow:1px 1px 3px rgba(0,0,0,.25) inset;
	color:rgb(255,255,255);
}

/*----------------------------------
	List
----------------------------------*/
.ct-ul_01,
.ct-ul_02,
.ct-ol_01,
.ct-ol_02,
.ct-ol_03,
.ct-ol_04,
.ct-ol_05,
.ct-ol_06{
	margin:1.5rem 0;
	padding-left:2em;
}
.ct-ul_01 &gt; li,
.ct-ul_02 &gt; li,
.ct-ol_01 &gt; li,
.ct-ol_02 &gt; li,
.ct-ol_03 &gt; li,
.ct-ol_04 &gt; li,
.ct-ol_05 &gt; li,
.ct-ol_06 &gt; li{
	margin:.7em 0;
}

.ct-ul_01{
	list-style:none;
}
.ct-ul_01 &gt; li{
	position:relative;
}
.ct-ul_01 &gt; li:before{
	content:"";
	position:absolute;
	top:.8rem;
	left:-1.15em;
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:var(--theme-color-normal);
	font-weight:500;
}

.ct-ul_02{
	padding-left:0;
	list-style:none;
}
.ct-ul_02 &gt; li{
	position:relative;
	display:inline-block;
	margin-left:1.5em;
	margin-right:1.5em;
}
.ct-ul_02 &gt; li:before{
	content:"";
	position:absolute;
	top:.8em;
	left:-1em;
	display:block;
	width:.3em;
	height:.3em;
	border-radius:.3em;
	background:rgb(150,10,50);
	font-weight:500;
}

.ct-ol_02{
	list-style:none;
	counter-reset:paren;
}
.ct-ol_02 &gt; li{
	position:relative;
}
.ct-ol_02 &gt; li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:paren;
	content:"("counter(paren)")";
	font-weight:500;
}

.ct-ol_03{
	list-style:none;
	counter-reset:circle;
}
.ct-ol_03 &gt; li{
	margin:.5em 0;
}
.ct-ol_03 &gt; li:before{
	counter-increment:circle;
	content:counter(circle);
	display:inline-block;
	margin:0 .6em 0 -2em;
	padding-top:.25em;
	width:1.4em;
	height:1.4em;
	border:solid 1px rgb(60,60,60);
	border-radius:.7em;
	font-size:.7rem;
	line-height:.7em;
	text-align:center;
	vertical-align:20%;
	letter-spacing:-0.05em;
	text-indent:-0.05em;
}

.ct-ol_04{
	list-style:none;
	counter-reset:roman_numerals;
}
.ct-ol_04 &gt; li{
	position:relative;
}
.ct-ol_04 &gt; li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:roman_numerals;
	content:counter(roman_numerals,lower-roman)".";
	font-weight:500;
}

.ct-ol_05{
	list-style:none;
	counter-reset:r_paren;
}
.ct-ol_05 &gt; li{
	position:relative;
}
.ct-ol_05 &gt; li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:r_paren;
	content:counter(r_paren)")";
	font-weight:500;
}

.ct-ol_06{
	list-style:none;
	counter-reset:lower_latin;
}
.ct-ol_06 &gt; li{
	position:relative;
}
.ct-ol_06 &gt; li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:lower_latin;
	content:counter(lower_latin,lower-latin)".";
	font-weight:500;
}

/*----------------------------------
	Description list
----------------------------------*/
.ct-dl_01{
	margin:1.5rem 0;
	padding-left:.8rem;
}
.ct-dl_01 &gt; dt,
.ct-dl_01 &gt; dd{
	border-left:3px solid rgb(180,190,180);
	padding-left:.5rem;
}
.ct-dl_01 &gt; dt{
	margin-top:.9em;
	font-weight:700;
	color:rgb(120,120,120);
}
.ct-dl_01 &gt; dd{
	margin-left:0;
	margin-bottom:.9em;
}

/*----------------------------------
	Horizontalrule
----------------------------------*/
.ct-hr_01{
	margin:1.75rem auto;
	border:none;
	border-top:dotted 1px var(--theme-color-normal);
}
.ct-hr_02{
	margin:2.5rem auto;
	border:none;
	border-top:dotted 2px var(--theme-color-normal);
}

/*----------------------------------
	Image
----------------------------------*/
.ct-img{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.ct-img img{
	width:100%;
	vertical-align:bottom;
}
.ct-img_float_l{
	margin-top:.4rem;
	margin-right:1rem;
	margin-bottom:1rem;
	max-width:400px;
	width:50%;
	float:left;
}
.ct-img_float_l img{
	width:100%;
	vertical-align:bottom;
}
.ct-img_float_r{
	margin-top:.4rem;
	margin-left:1rem;
	margin-bottom:1rem;
	max-width:400px;
	width:50%;
	float:right;
}
.ct-img_float_r img{
	width:100%;
	vertical-align:bottom;
}
.ct-img_caption{
	display:block;
	margin:.5em 0;
	width:100%;
	font-size:.812rem;
	font-weight:500;
	line-height:1.3;
}

/*----------------------------------
	Table
----------------------------------*/
.ct-table_01{
	margin:1.5rem 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
}
.ct-table_01 caption{
	padding-bottom:.5rem;
	font-weight:700;
}
.ct-table_01 th,
.ct-table_01 td{
	padding:.5em .8em;
	border-top:solid 1px rgb(180,180,180);
	border-bottom:solid 1px rgb(180,180,180);
	vertical-align:middle;
}
.ct-table_01 th + th,
.ct-table_01 th + td,
.ct-table_01 td + th,
.ct-table_01 td + td{
	border-left:dotted 1px rgb(180,180,180);
}
.ct-table_01 th{
	background:rgb(245,245,248);
	font-weight:700;
}
.ct-table_01 td{
	background:rgb(255,255,255);
}

/*----------------------------------
	Accordion box
----------------------------------*/
.ct-ac_box_01{
	margin-bottom:2rem 0 0;
}
.ct-ac_box_01 &gt; .ac_button{
	position:relative;
	display:block;
	margin:2rem 0 0;
	padding:.5em .5em .5em 2.5em;
	background:rgb(255,255,255);
	border:solid 1px rgba(77,77,77,.6);
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-size:1rem;
	font-weight:700;
	color:rgb(77,77,77);
	line-height:1.4;
	cursor:pointer;
	transition:.1s ease-out;
	transition-property:background-color,color;
}
.ct-ac_box_01 &gt; .ac_button::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:15px;
	width:20px;
	border-top:solid 2px rgb(77,77,77);
}
.ct-ac_box_01 &gt; .ac_button::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:15px;
	width:20px;
	border-top:solid 2px rgb(77,77,77);
	transform:rotate(90deg);
	transition:transform .2s ease-out;
}
.wrapper:not(.ct-touch_device) .ct-ac_box_01 &gt; .ac_button:not(.clicked):hover{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.wrapper:not(.ct-touch_device) .ct-ac_box_01 &gt; .ac_button:not(.clicked):hover::after{
	transform:rotate(-90deg);
}
.ct-ac_box_01 &gt; .ac_button.clicked{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.ct-ac_box_01 &gt; .ac_button.clicked::after{
	transform:rotate(0deg);
	border-color:rgb(255,255,255);
}
.ct-ac_box_01 &gt; .ac_content{
	padding:.5em 5px .8em 10px;
	width:100%;
	display:none;
}

/*----------------------------------
	Video iframe wrapper
----------------------------------*/
.ct-video_wrapper{
	position:relative;
	margin:2rem auto;
	padding-bottom:56.25%;
}
.ct-video_wrapper iframe{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

/*----------------------------------
	Special block
----------------------------------*/
/* Hero area and news
---------------------------------*/
.ct-hero_and_news{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
	max-width:2100px;
}
.ct-hero_and_news &gt; .col:nth-child(1){
	width:50%;
	padding:170px 0 0 50px;
}
.ct-hero_and_news &gt; .col:nth-child(2){
	position:relative;
	width:50%;
	padding:100px 70px 0 25px;
	background-image:linear-gradient(to bottom,rgba(250,254,255,.7)50%,rgba(250,254,255,0)100%);
	z-index:0;
}
/* Hero area
---------------------------------*/
.ct-hero_area{
	margin:0 auto;
	width:85%;
	max-width:656px;
}
.ct-hero_area &gt; .logo{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.ct-hero_area &gt; .logo .mark{
	width:34.7%;
}
.ct-hero_area &gt; .logo .type{
	width:63.7%;
}
.ct-hero_area &gt; .logo .mark img,
.ct-hero_area &gt; .logo .type img{
	width:100%;
	line-height:1;
	vertical-align:bottom;
}
.ct-hero_area &gt; .catch{
	margin:3rem 0;
	width:100%;
	font-size:1.875rem;
	font-weight:700;
	color:rgb(90,141,58);
	line-height:1.4;
}
.ct-hero_area &gt; .search{
	padding:.7rem;
	background:rgb(255,255,255);
	border-radius:15px;
	box-shadow:0 2px 6px rgba(0,0,0,.3);
	width:100%;
	font-weight:700;
	line-height:1.4;
}
.ct-hero_area &gt; .search &gt; form{
	display:flex;
	justify-content:space-between;
}
.ct-hero_area &gt; .search &gt; form .s-box{
	padding:.2rem .5rem;
	width:calc(100% - 5rem);
	background:rgb(250,250,250);
	border:none;
	border-radius:10px;
	font-family:inherit;
	font-size:1rem;
	font-weight:500;
	box-shadow:0 2px 4px rgb(0,0,0,.2) inset;
}
.ct-hero_area &gt; .search &gt; form .s-btn-area{
	padding:.2rem .5rem;
	width:4.5rem;
	background:rgb(90,141,58);
	border:none;
	border-radius:10px;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-family:inherit;
	font-size:1rem;
	font-weight:500;
	color:rgb(255,255,255);
}
/* Category tabs 01
---------------------------------*/
.ct-category_tabs_01{
	margin:-.6rem 0 .8rem;
}
.ct-category_tabs_01 &gt; .tabs{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin:0;
	padding:0;
	border-bottom:solid 2px rgb(90,141,58);
	color:rgb(255,255,255);
	list-style:none;
}
.ct-category_tabs_01 &gt; .tabs::before{
	content:"";
	display:block;
	position:absolute;
	top:calc(.6rem - 1px);
	left:0;
	width:100%;
	border-bottom:1px solid rgb(90,141,58);
	z-index:-1;
}
.ct-category_tabs_01 &gt; .tabs button{
	position:relative;
	margin:.6rem 2px 0 0;
	padding:.4rem .8em .3rem;
	background:rgb(216,227,208);
	border:none;
	font-family:inherit;
	font-size:1rem;
	font-weight:700;
	color:rgb(110,110,110);
	line-height:1.4;
	cursor:pointer;
	transition:.2s ease-out;
	transition-property:margin,padding,background-color,color;
}
.ct-category_tabs_01 &gt; .tabs button::before{
	content:"";
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	border-width:9px 6px 0 6px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-top-color:rgb(90,141,58) ;
	transform:translateX(-50%);
	opacity:0;
	pointer-events:none;
	transition:opacity .15s ease-out;
	z-index:1;
}
.ct-category_tabs_01 &gt; .tabs button.active{
	background:rgb(90,141,58);
	color:rgb(255,255,255);
	text-shadow:0 0 3px rgba(0,0,0,.6);
}
.ct-category_tabs_01 &gt; .tabs button.active::before{
	opacity:1;
	pointer-events:auto;
}
.ct-category_tabs_01 &gt; .items{
	position:relative;
	margin:0;
	list-style:none;
}
.ct-category_tabs_01 &gt; .items &gt; .item{
	position:absolute;
	top:0;
	margin:0;
	height:0;
	overflow:hidden;
	opacity:0;
	transition:opacity .2s ease-out .1s;
}
.ct-category_tabs_01 &gt; .items &gt; .item.show{
	position:static;
	height:auto;
	overflow:visible;
	opacity:1;
}
/* Category tabs 02
---------------------------------*/
.ct-category_tabs_02{
	margin:.2rem 0 .8rem;
}
.ct-category_tabs_02 &gt; .tabs{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	margin:0;
	padding:0;
	color:rgb(255,255,255);
	list-style:none;
}
.ct-category_tabs_02 &gt; .tabs::after{
	content:"";
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-bottom:2px solid rgb(125,170,130);
	z-index:-1;
}
.ct-category_tabs_02 &gt; .tabs button{
	position:relative;
	margin:.6rem 1px 0 0;
	padding:.4rem .8em .3rem;
	background:rgb(232,232,232);
	border:none;
	border-bottom:2px solid rgb(143,144,151);
	font-family:inherit;
	font-size:.875rem;
	font-weight:700;
	color:rgb(110,110,110);
	line-height:1.4;
	cursor:pointer;
	transition:.2s ease-out;
	transition-property:margin,padding,background-color,color;
}
.ct-category_tabs_02 &gt; .tabs button::before{
	content:"";
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	border-width:9px 6px 0 6px;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-top-color:rgb(143,144,151) ;
	transform:translateX(-50%);
	opacity:0;
	pointer-events:none;
	transition:opacity .15s ease-out;
	z-index:1;
}
.ct-category_tabs_02 &gt; .tabs button.active{
	background:rgb(143,144,151);
	color:rgb(255,255,255);
	text-shadow:0 0 3px rgba(0,0,0,.6);
}
.ct-category_tabs_02 &gt; .tabs button.active::before{
	opacity:1;
	pointer-events:auto;
}

/* Category color */
.ct-category_tabs_02 &gt; .tabs button.cate-industry-academia{border-bottom-color:var(--cate-color-01);}
.ct-category_tabs_02 &gt; .tabs button.cate-industry-academia::before{border-top-color:var(--cate-color-01);}
.ct-category_tabs_02 &gt; .tabs button.cate-industry-academia.active{background:var(--cate-color-01);}

.ct-category_tabs_02 &gt; .tabs button.cate-international{border-bottom-color:var(--cate-color-02);}
.ct-category_tabs_02 &gt; .tabs button.cate-international::before{border-top-color:var(--cate-color-02);}
.ct-category_tabs_02 &gt; .tabs button.cate-international.active{background:var(--cate-color-02);}

.ct-category_tabs_02 &gt; .tabs button.cate-community{border-bottom-color:var(--cate-color-03);}
.ct-category_tabs_02 &gt; .tabs button.cate-community::before{border-top-color:var(--cate-color-03);}
.ct-category_tabs_02 &gt; .tabs button.cate-community.active{background:var(--cate-color-03);}

.ct-category_tabs_02 &gt; .tabs button.cate-academia{border-bottom-color:var(--cate-color-04);}
.ct-category_tabs_02 &gt; .tabs button.cate-academia::before{border-top-color:var(--cate-color-04);}
.ct-category_tabs_02 &gt; .tabs button.cate-academia.active{background:var(--cate-color-04);}

.ct-category_tabs_02 &gt; .tabs button.cate-imi{border-bottom-color:var(--cate-color-05);}
.ct-category_tabs_02 &gt; .tabs button.cate-imi::before{border-top-color:var(--cate-color-05);}
.ct-category_tabs_02 &gt; .tabs button.cate-imi.active{background:var(--cate-color-05);}

.ct-category_tabs_02 &gt; .tabs button.cate-press{border-bottom-color:var(--cate-color-06);}
.ct-category_tabs_02 &gt; .tabs button.cate-press::before{border-top-color:var(--cate-color-06);}
.ct-category_tabs_02 &gt; .tabs button.cate-press.active{background:var(--cate-color-06);}

.ct-category_tabs_02 &gt; .tabs button.cate-media{border-bottom-color:var(--cate-color-07);}
.ct-category_tabs_02 &gt; .tabs button.cate-media::before{border-top-color:var(--cate-color-07);}
.ct-category_tabs_02 &gt; .tabs button.cate-media.active{background:var(--cate-color-07);}

.ct-category_tabs_02 &gt; .tabs button.cate-meeting-seminar{border-bottom-color:var(--cate-color-08);}
.ct-category_tabs_02 &gt; .tabs button.cate-meeting-seminar::before{border-top-color:var(--cate-color-08);}
.ct-category_tabs_02 &gt; .tabs button.cate-meeting-seminar.active{background:var(--cate-color-08);}

.ct-category_tabs_02 &gt; .tabs button.cate-open-call{border-bottom-color:var(--cate-color-09);}
.ct-category_tabs_02 &gt; .tabs button.cate-open-call::before{border-top-color:var(--cate-color-09);}
.ct-category_tabs_02 &gt; .tabs button.cate-open-call.active{background:var(--cate-color-09);}

.ct-category_tabs_02 &gt; .tabs button.joint-notice{border-bottom-color:var(--cate-color-10);}
.ct-category_tabs_02 &gt; .tabs button.joint-notice::before{border-top-color:var(--cate-color-10);}
.ct-category_tabs_02 &gt; .tabs button.joint-notice.active{background:var(--cate-color-10);}

.ct-category_tabs_02 &gt; .tabs button.joint-events{border-bottom-color:var(--cate-color-11);}
.ct-category_tabs_02 &gt; .tabs button.joint-events::before{border-top-color:var(--cate-color-11);}
.ct-category_tabs_02 &gt; .tabs button.joint-events.active{background:var(--cate-color-11);}

.ct-category_tabs_02 &gt; .items{
	position:relative;
	margin:0;
	list-style:none;
}
.ct-category_tabs_02 &gt; .items &gt; .item{
	position:absolute;
	top:0;
	margin:0;
	height:0;
	overflow:hidden;
	opacity:0;
	transition:opacity .2s ease-out .1s;
}
.ct-category_tabs_02 &gt; .items &gt; .item.show{
	position:static;
	height:auto;
	overflow:visible;
	opacity:1;
}
/* News list 01
---------------------------------*/
.ct-news_list_01{
	margin:1.1rem auto;
	padding:0;
	width:100%;
	list-style:none;
}
.ct-news_list_01 li{
	position:relative;
	display:grid;
	grid-template-columns:6.75rem 1fr;
	margin:.8rem 0;
	padding:0;
	width:100%;
}
.ct-news_list_01 li .date{
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start:1;
	grid-row-end:3;
	margin:0 1rem 0 0;
	border-right:1px solid rgb(112,112,112);
	font-size:.937rem;
	font-weight:500;
	color:rgb(110,110,110);
	line-height:1.5;
}
.ct-news_list_01 li .date.fullw{
	grid-column-start:1;
	grid-column-end:3;
	margin:0 0 .2rem;
	border:none;
}
.ct-news_list_01 li .title{
	grid-column-start:2;
	grid-column-end:3;
	margin:0;
	padding-bottom:.3rem;
	width:100%;
	font-size:.937rem;
	font-weight:500;
	line-height:1.5;
}
.ct-news_list_01.event li{
	display:block;
	grid-template-columns:auto;
}
.ct-news_list_01.event li .date{
	display:inline;
	padding-right:1rem;
	width:auto;
}
.ct-news_list_01.event li .title{
	display:inline;
	width:auto;
}
.ct-news_list_01 li .title.fullw{
	grid-column-start:1;
}
.ct-news_list_01 li .title a{
	color:inherit;
	text-decoration:none;
	transition:opacity .2s ease-out;
}
.ct-news_list_01 li .title a:hover{
	opacity:.5;
}
.ct-news_list_01 .title .ct-tags{
	margin:0;
	font-size:.75rem;
	color:rgb(255,255,255);
}
.ct-news_list_01 .ct-tags{
	grid-column-start:2;
	grid-column-end:3;
	margin:0;
	font-size:.75rem;
}
/* Tags
---------------------------------*/
.ct-tags{
	font-size:.75rem;
}
.ct-tags .tag{
	display:inline-block;
	margin:2px 0;
	padding:0 .5rem;
	background:rgb(120,120,120);
	border-radius:.75rem;
	font-weight:400;
	color:rgb(255,255,255);
	text-shadow:0 0 3px rgba(0,0,0,.6);
	line-height:1.4;
	text-decoration:none;
	transition:opacity .15s ease-out;
}
.ct-tags .tag:hover{
	opacity:.5;
}
/* Category color */
.ct-tags .tag.cate-industry-academia{background:var(--cate-color-01);}
.ct-tags .tag.cate-international{background:var(--cate-color-02);}
.ct-tags .tag.cate-community{background:var(--cate-color-03);}
.ct-tags .tag.cate-academia{background:var(--cate-color-04);}
.ct-tags .tag.cate-imi{background:var(--cate-color-05);}
.ct-tags .tag.cate-press{background:var(--cate-color-06);}
.ct-tags .tag.cate-media{background:var(--cate-color-07);}
.ct-tags .tag.cate-meeting-seminar{background:var(--cate-color-08);}
.ct-tags .tag.cate-open-call{background:var(--cate-color-09);}
.ct-tags .tag.joint-notice{background:var(--cate-color-10);}
.ct-tags .tag.joint-events{background:var(--cate-color-11);}
/* News control box
---------------------------------*/
.ct-news_control_box_01{
	display:flex;
	flex-wrap:wrap;
	margin:1rem auto 0;
}
.ct-news_control_box_01 .category_select{
	margin-right:1.5rem;
	position:relative;
	margin-bottom:.7rem;
}
.ct-news_control_box_01 .category_select button{
	position:relative;
	display:block;
	padding:.2rem .5rem;
	background:rgb(90,141,58);
	border:none;
	border-radius:10px;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-family:inherit;
	font-size:1rem;
	font-weight:500;
	color:rgb(255,255,255);
	transition:.15s ease-out;
	transition-property:width,height,background-color;
}
.ct-news_control_box_01 .category_select button::after{
	content:"";
	display:inline-block;
	margin:0 0 .2rem .5rem;
	width:.5rem;
	height:.5rem;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:rgb(255,255,255);
	transition:.2s ease-out;
	transition-property:transform;
	transform:rotate(45deg);
}
.ct-news_control_box_01 .category_select button.active{
	background:rgb(57,90,37);
}
.ct-news_control_box_01 .category_select button.active::after{
	border-color:rgb(255,255,255);
	transform:translateY(3px) rotate(225deg);
}
.ct-news_control_box_01 .category_select ul{
	position:absolute;
	top:calc(100% + 5px);
	left:0;
	margin:0 auto;
	padding:0;
	height:0;
	background:rgb(255,255,255);
	box-shadow:0 1px 4px rgba(0,0,0,.4);
	transition:.15s ease-out .1s;
	transition-property:opacity;
	overflow:hidden;
	opacity:0;
	list-style:none;
}
.ct-news_control_box_01 .category_select button.active + ul{
	padding:.5rem;
	height:auto;
	border-radius:10px;
	opacity:1;
	z-index:1;
}
.ct-news_control_box_01 .search{
	margin-bottom:.7rem;
	width:100%;
	max-width:400px;
	font-weight:700;
	line-height:1.4;
}
.ct-news_control_box_01 .search &gt; form{
	display:flex;
	justify-content:space-between;
}
.ct-news_control_box_01 .search &gt; form #s-box{
	padding:.2rem .5rem;
	width:calc(100% - 4.5rem);
	background:rgb(250,250,250);
	border:none;
	border-radius:10px;
	font-family:inherit;
	font-size:1rem;
	font-weight:500;
	box-shadow:0 2px 4px rgb(0,0,0,.2) inset;
}
.ct-news_control_box_01 .search &gt; form #s-btn-area{
	padding:.2rem .5rem;
	width:4rem;
	background:rgb(90,141,58);
	border:none;
	border-radius:10px;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-family:inherit;
	font-size:1rem;
	font-weight:500;
	color:rgb(255,255,255);
}
/* Contents list 01
---------------------------------*/
.ct-contents_list_01{
	display:grid;
	grid-template-columns:1fr;
	gap:36px 56px;
	margin:0;
	padding:0;
}
.ct-contents_list_01 &gt; .item{
	display:grid;
	grid-template-columns:176px 1fr;
	column-gap:24px;
	margin:0;
	padding:0;
	border-top:1px solid rgb(125,170,130);
}
.ct-contents_list_01 &gt; .item &gt; .image img{
	width:100%;
	vertical-align:bottom;
	line-height:1;
}
.ct-contents_list_01 &gt; .item &gt; .text{
	padding-top:.7rem;
}
.ct-contents_list_01 &gt; .item &gt; .ct-category_tabs_02{
	grid-column: span 2;
}
/* Contents list 02
---------------------------------*/
.ct-contents_list_02{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:36px 36px;
	margin:0;
	padding:0;
}
.ct-contents_list_02 &gt; .item{
	position:relative;
	padding-top:.7rem;
	border-top:1px solid rgb(125,170,130);
}
.ct-contents_list_02 &gt; .item::before{
	content:"";
	position:absolute;
	left:-8px;
	top:0;
	display:block;
	width:24px;
	aspect-ratio:10/7.3;
	background:url(../img/deco_common_01.svg) center center no-repeat;
	background-size:contain;
	transform:translateY(-50%);
}
/* Event list 01
---------------------------------*/
.ct-event_list_01{
	margin:1.2rem auto;
	padding:0;
	width:100%;
	list-style:none;
}
.ct-event_list_01 li{
	position:relative;
	margin:1rem 0;
	padding:0;
	width:100%;
}
.ct-event_list_01 li .title{
	margin:0;
	padding:0 0 .3rem 1.2rem;
	width:100%;
	border-left:2px solid var(--theme-color-normal);
	font-size:1.125rem;
	font-weight:700;
	color:var(--theme-color-muddy);
	line-height:1.5;
}
.ct-event_list_01 li .title a{
	position:relative;
	color:inherit;
	text-decoration:none;
	transition:opacity .2s ease-out;
}
.ct-event_list_01 li .title a::before{
	position:absolute;
	top:calc(50% - .3rem);
	left:-.6rem;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0);
	border-left-color:var(--theme-color-normal);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-event_list_01 li .title a:hover{
	opacity:.5;
}
.ct-event_list_01 li .date{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	font-weight:500;
	color:rgb(110,110,110);
	line-height:1.5;
}
.ct-event_list_01 li .lecturer{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	line-height:1.5;
}
.ct-event_list_01 li .venue{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	line-height:1.5;
}
/* Person list 01
---------------------------------*/
.ct-person_list_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:.7rem auto;
	padding:0;
	width:100%;
	list-style:none;
}
.ct-person_list_01 li{
	position:relative;
	margin:.5rem 0;
	padding:0 0 1rem;
	width:49%;
	border-bottom:1px solid rgb(220,220,220);
}
.ct-person_list_01 li .name{
	margin:0;
	padding:0 0 .3rem .5rem;
	width:100%;
	border-left:2px solid var(--theme-color-normal);
	font-size:1.125rem;
	font-weight:700;
	color:var(--theme-color-muddy);
	line-height:1.5;
}
.ct-person_list_01 li .affi{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	font-weight:500;
	color:rgb(110,110,110);
	line-height:1.5;
}
.ct-person_list_01 li .term{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	line-height:1.5;
}
.ct-person_list_01 li .room{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	line-height:1.5;
}
.ct-person_list_01 li .host{
	margin:0;
	padding:0 0 0 .6rem;
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	line-height:1.5;
}
/* Publication list 01
---------------------------------*/
.ct-publication_list_01{
	margin:1.2rem auto;
	padding:0;
	width:100%;
	list-style:none;
}
.ct-publication_list_01 &gt; li{
	position:relative;
	margin:1rem 0;
	padding:0;
	width:100%;
}
.ct-publication_list_01 li .title{
	margin:0;
	padding:0 0 .3rem .5rem;
	width:100%;
	border-left:2px solid var(--theme-color-normal);
	font-size:1.25rem;
	font-weight:700;
	color:var(--theme-color-muddy);
	line-height:1.5;
}
.ct-publication_list_01 li .description_01{
	margin:0;
	padding:0 0 .4rem .6rem;
	border-bottom:1px dotted rgb(180,180,180);
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	font-weight:500;
	color:rgb(110,110,110);
	line-height:1.5;
}
.ct-publication_list_01 li .description_02{
	margin:0;
	padding:.5rem 0 .5rem .6rem;
	background:rgb(245,245,245);
	border-left:2px solid rgb(180,180,180);
	font-size:.937rem;
	font-weight:400;
	line-height:1.5;
}
.ct-publication_list_01 li &gt; .files{
	margin:0;
	padding:0 0 .3rem .6rem;
	background:rgb(245,245,245);
	border-left:2px solid rgb(180,180,180);
	list-style:none;
}
.ct-publication_list_01 li &gt; .files li{
	width:100%;
}
.ct-publication_list_01 li &gt; .files li a{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0 0 .6rem;
	padding:.15em .2em .15em .8em;
	width:100%;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:.937rem;
	font-weight:500;
	color:var(--theme-color-muddy);
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
	z-index:1;
}
.ct-publication_list_01 li &gt; .files li a::before{
	position:absolute;
	top:calc(50% - 6px);
	left:0;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0);
	border-left-color:var(--theme-color-normal);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-publication_list_01 li &gt; .files li a:hover{
	background:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.ct-publication_list_01 li &gt; .files li a:hover::before{
	left:2px;
	border-left-color:rgb(255,255,255);
}
/* Profile 01
---------------------------------*/
.ct-profile_01::after{
	content:"";
	display:table;
	clear:both;
}
.ct-profile_01 .name{
	margin:0;
	font-size:2rem;
	font-weight:700;
	line-height:1.4;
}
.ct-profile_01 .name .sub{
	display:block;
	font-size:.6em;
}
.ct-profile_01 .position{
	margin:.2rem 0;
	font-size:1.125rem;
	color:rgb(110,110,110);
	font-weight:700;
	line-height:1.5;
}
.ct-profile_01 .degree{
	margin:.2rem 0;
	font-size:1.125rem;
	color:rgb(110,110,110);
	font-weight:700;
	line-height:1.5;
}
.ct-profile_01 .specialized_field{
	margin:.2rem 0;
	font-size:1.125rem;
	color:rgb(110,110,110);
	font-weight:700;
	line-height:1.5;
}
/* Contact form
---------------------------------*/
.ct-contact_form{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2rem 0;
}
.ct-contact_form .name{
	position:relative;
	margin:.8rem 0;
	width:10rem;
	font-size:.937rem;
	color:var(--theme-color-muddy);
	line-height:1.4;
}
.ct-contact_form .name::before{
	content:"";
	position:absolute;
	top:.6rem;
	left:0;
	width:100%;
	border-bottom:1px solid rgb(200,200,200);
}
.ct-contact_form .name label &gt; .inner{
	position:relative;
	display:inline-block;
	padding-right:.5rem;
	background:rgb(255,255,255);
	font-weight:700;
}
.ct-contact_form .name .required{
	font-size:.5rem;
	font-weight:700;
	color:rgb(255,60,60);
}
.ct-contact_form .form{
	margin:.8rem 0;
	width:calc(100% - 10.5rem);
}
.ct-contact_form .form input[type="text"],
.ct-contact_form .form input[type="email"],
.ct-contact_form .form input[type="tel"],
.ct-contact_form .form textarea{
	padding:.5rem .5rem;
	width:100%;
	background:rgb(250,250,250);
	border:none;
	box-shadow:0 2px 4px rgba(0,0,0,.2) inset;
	border-radius:10px;
	font-family:inherit;
	font-size:.937rem;
}
.ct-contact_form .form .wpcf7-select{
	border:solid 1px var(--theme-color-normal);
	background:rgb(250,244,216);
	margin:0;
	padding:.3rem .3rem;
	font-family:inherit;
	font-size:.937rem;
}
.ct-contact_form .form .wpcf7-list-item{
	position:relative;
	margin:0 1.2rem .2rem 0;
}
.ct-contact_form .form input[type="checkbox"]{
	position:absolute;
	top:4px;
	left:0;
	margin:0;
	width:100%;
	height:1.1rem;
	opacity:0;
	z-index:100;
}
.ct-contact_form .form input[type="checkbox"] + .wpcf7-list-item-label{
	display:inline-block;
	font-weight:700;
}
.ct-contact_form .form input[type="checkbox"] + .wpcf7-list-item-label::before{
	content:"";
	display:inline-block;
	background:rgb(250,250,250);
	border:none;
	box-shadow:0 2px 4px rgba(0,0,0,.2) inset;
	border-radius:5px;
	margin-right:.5rem;
	width:1.1rem;
	height:1.1rem;
	font-family:inherit;
	font-size:.937rem;
	vertical-align:-10%;
}
.ct-contact_form .form input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	content:"";
	position:absolute;
	top:6px;
	left:0;
	display:block;
	width:1rem;
	height:.5rem;
	border-width:0 0 3px 3px;
	border-style:solid;
	border-color:var(--theme-color-normal);
	transform:rotate(-45deg);
}
.ct-contact_form .form input[type="file" i]{
	font-family:inherit;
	font-size:.937rem;
	font-weight:700;
}
.ct-contact_form .submit{
	margin-top:1.5rem;
	padding-top:1.5rem;
	width:100%;
	border-top:dotted 1px var(--theme-color-normal);
	text-align:center;
}
.ct-contact_form .submit input{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:.4rem 1rem;
	width:150px;
	max-width:100%;
	background:none;
	border:solid 1px rgb(86,155,94);
	font-size:1.125rem;
	font-family:inherit;
	font-weight:500;
	color:rgb(86,155,94);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color,color;
	z-index:1;
}
.ct-contact_form .submit input:hover{
	background:rgb(86,155,94);
	color:rgb(255,255,255);
}
.ct-contact_form .submit .ajax-loader{
	display:none;
}
/* Next Previous button
---------------------------------*/
.ct-next_prev_01{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	margin:1.5em auto;
	padding-left:0;
	list-style:none;
}
.ct-next_prev_01::before{
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	content:"";
	display:block;
	border-right:1px dotted var(--theme-color-normal);
}
.ct-next_prev_01 .prev,
.ct-next_prev_01 .next{
	width:50%;
}
.ct-next_prev_01 .prev a,
.ct-next_prev_01 .next a{
	position:relative;
	display:block;
	padding-top:.4rem;
	padding-bottom:.4rem;
	width:100%;
	color:var(--theme-color-normal);
	font-weight:700;
	line-height:1.5;
	text-decoration:none;
	transition:opacity .15s ease-out;
}
.ct-next_prev_01 .prev a:hover,
.ct-next_prev_01 .next a:hover{
	opacity:.5;
}
.ct-next_prev_01 .prev a{
	padding-right:.4rem;
	padding-left:1.2rem;
}
.ct-next_prev_01 .next a{
	padding-right:1.2rem;
	padding-left:.4rem;
	text-align:right;
}
.ct-next_prev_01 .prev a::before,
.ct-next_prev_01 .next a::before{
	position:absolute;
	top:calc(50% - .4em);
	right:4px;
	content:"";
	display:block;
	box-sizing:border-box;
	width:.8em;
	height:.8em;
	border-style:solid;
	border-color:var(--theme-color-normal);
	border-width:2px 2px 0 0;
	transform:rotate(45deg);
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-next_prev_01 .prev a::before{
	left:4px;
	transform:rotate(-135deg);
}
/* Pagination 01
---------------------------------*/
.wp-pagenavi{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:100%;
	margin:1.5em 0;
	padding-left:0;
	list-style:none;
	border-radius:3px;
}
.wp-pagenavi span,
.wp-pagenavi a{
	position:relative;
	display:block;
	padding:0.5rem 0.9rem;
	margin-left:-1px;
	background-color:rgb(255,255,255);
	border:1px solid var(--theme-color-normal);
	font-size:1.125rem;
	font-weight:500;
	color:inherit;
	line-height:1.25;
	text-decoration:none;
	transition:.15s ease-out;
	transition-property:background-color,border,color;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current{
	z-index:1;
	background-color:var(--theme-color-normal);
	border-color:var(--theme-color-normal);
	color:rgb(255,255,255);
}
.wp-pagenavi a:hover{
	z-index:1;
	background-color:var(--theme-color-dull);
	border-color:var(--theme-color-dull);
	color:rgb(255,255,255);
}
/* Archive mark
---------------------------------*/
.ct-archive_mark{
	position:absolute;
	top:-1.2rem;
	left:-1.2rem;
	display:inline-block;
	margin:2px 0;
	padding:0 .5rem;
	background:rgb(220,20,20);
	font-size:.8rem;
	font-weight:700;
	color:rgb(255,255,255);
	text-shadow:0 0 3px rgba(0,0,0,.6);
	line-height:1.4;
	text-decoration:none;
	transition:opacity .15s ease-out;
}

/* Under Construction
---------------------------------*/
.ct-underconstruction{
	margin:2rem auto;
	padding:.8em 0;
	width:70%;
	max-width:300px;
	border-top:dotted 2px var(--theme-color-normal);
	border-bottom:dotted 2px var(--theme-color-normal);
	font-size:1.25rem;
	text-align:center;
}
/* Post
---------------------------------*/
.ct-post_date{
	margin:-6px 0 0;
	font-size:1.2rem;
	font-weight:700;
	color:rgb(140,140,140);
}
.ct-post_category_and_tags{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	font-size:1rem;
	font-weight:700;
}
.ct-post_category_and_tags .category{
	margin:0;
	margin-right:1rem;
	color:var(--theme-color-normal);
}
.ct-post_category_and_tags .ct-tags{
	margin:.2rem 0;
}

/*----------------------------------
	Layout
----------------------------------*/
/* Width control */
.lo-w1100{
	max-width:1100px;
	margin:0 auto;
}
.lo-w1200{
	max-width:1200px;
	margin:0 auto;
}
.lo-w1300{
	max-width:1300px;
	margin:0 auto;
}
/* Space control */
.lo-plr_m{
	padding:0 var(--main-pad);
}
.lo-mtb_s{
	margin:var(--main-mar-s);
}
.lo-mtb_m{
	margin:var(--main-mar-m);
}
.lo-mtb_l{
	margin:var(--main-mar-l);
}
.lo-w1100::after,
.lo-w1200::after{
	content:"";
	display:table;
	clear:both;
}
/* Interfere with margin offset */
.lo-imo{
	padding-top:0.1px;
	padding-bottom:0.1px;
}
/* Header height */
.lo-header_height{
	padding-top:var(--header-height);
}
/* Column */
.lo-2column,
.lo-2column_keep,
.lo-3column,
.lo-3column_keep,
.lo-4column{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lo-2column &gt; .col{
	width:calc(50% - 25px);
}
.lo-2column_keep &gt; .col{
	width:calc(50% - 25px);
}
.lo-3column &gt; .col{
	width:calc(33.33% - 18px);
}
.lo-3column_keep &gt; .col{
	width:calc(33.33% - 18px);
}
.lo-4column &gt; .col{
	width:calc(25% - 15px);
}
.lo-4column &gt; .col3{
	width:calc(75% - 15px);
}

/*----------------------------------
	Decoration
----------------------------------*/
.dc-bg_01{
	background:url("../img/bg_common_02.png") right top no-repeat;
}
.dc-bg_02{
	background:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0)30%),url("../img/bg_common_01.png") center top no-repeat;
	background-size:cover;
}
.dc-bs_01{
	box-shadow:0 0 4px rgba(0,0,0,.3);
}

/*----------------------------------
	Text
----------------------------------*/
.tx-align_l{
	text-align:left;
}
.tx-align_r{
	text-align:right;
}
.tx-align_c{
	text-align:center;
}
.tx-color_red{
	color:rgb(240,60,60);
}
.tx-color_orange{
	color:rgb(210,85,35);
}
.tx-color_blue{
	color:rgb(22,69,141);
}
.tx-color_white{
	color:rgb(255,255,255);
}
.tx-link_01{
	color:rgb(22,100,130);
	word-break:break-all;
	transition:opacity .2s ease-out;
}
.tx-link_01 img{
	box-shadow:0 0 5px rgba(0,0,0,.3);
}
.tx-link_01:hover{
	opacity:.5;
}
.tx-break_all{
	word-break:break-all;
}
.tx-keep_all{
	word-break:keep-all;
}
.tx-inline_block{
	display:inline-block;
}
.tx-icon_ex::after{
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	margin-left:.3em;
	background-image:url("../img/icon-external_black.svg");
	background-repeat:no-repeat;
	background-size:80%;
	background-position:center center;
	vertical-align:-12%;
}
.tx-big_01{
	font-size:1.375rem;
}
.tx-lead_01{
	font-size:1.25rem;
	line-height:1.5;
}
.tx-note_01{
	padding-left:1em;
	font-size:.937rem;
	line-height:1.6;
	text-indent:-1em;
}

/*----------------------------------
	Fine adjustment of layout
	- Not valid for parts under the component
----------------------------------*/
.mt0{margin-top:0;}
.mr0{margin-right:0;}
.mb0{margin-bottom:0;}
.ml0{margin-left:0;}
.mt1{margin-top:1rem;}
.mr1{margin-right:1rem;}
.mb1{margin-bottom:1rem;}
.ml1{margin-left:1rem;}
.mt2{margin-top:2rem;}
.mr2{margin-right:2rem;}
.mb2{margin-bottom:2rem;}
.ml2{margin-left:2rem;}
.pt0{padding-top:0;}
.pr0{padding-right:0;}
.pb0{padding-bottom:0;}
.pl0{padding-left:0;}
.pt1{padding-top:1rem;}
.pr1{padding-right:1rem;}
.pb1{padding-bottom:1rem;}
.pl1{padding-left:1rem;}
.pt2{padding-top:2rem;}
.pr2{padding-right:2rem;}
.pb2{padding-bottom:2rem;}
.pl2{padding-left:2rem;}
.wfull{max-width:100%;width:100%;}
.w700{max-width:700px;}
.w500{max-width:500px;}
.w350{max-width:350px;}
.w300{max-width:300px;}
.w250{max-width:250px;}
.w200{max-width:200px;}
.w150{max-width:150px;}
.w125{max-width:125px;}

/*---------------------------------
---------------------------------
	Media Queries
---------------------------------
---------------------------------*/
@media screen and (max-width:1500px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area and news
	---------------------------------*/
	.ct-hero_and_news &gt; .col:nth-child(1){
		padding:170px 0 0 40px;
	}
	.ct-hero_and_news &gt; .col:nth-child(2){
		padding:90px 50px 0 25px;
	}
	/* Hero area
	---------------------------------*/
	.ct-hero_area &gt; .catch{
		font-size:1.5rem;
	}
	/* Contents list 01
	---------------------------------*/
	.ct-contents_list_01{
		gap:30px 50px;
	}
	.ct-contents_list_01 &gt; .item{
		grid-template-columns:150px 1fr;
	}
	.ct-contents_list_01 &gt; .item &gt; .text{
		font-size:.875rem;
	}
}

@media screen and (max-width:1300px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.ct-page_title &gt; .inner{
		font-size:1.875rem;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area and news
	---------------------------------*/
	.ct-hero_and_news &gt; .col:nth-child(1){
		padding:160px 0 0 20px;
	}
	.ct-hero_and_news &gt; .col:nth-child(2){
		padding:80px 30px 0;
	}
	/* Hero area
	---------------------------------*/
	.ct-hero_area{
		max-width:500px;
	}
	.ct-hero_area &gt; .logo{
		margin:0 auto;
		width:100%;
		max-width:360px;
	}
	.ct-hero_area &gt; .logo .mark{
		margin-bottom:1rem;
		width:55%;
	}
	.ct-hero_area &gt; .logo .type{
		width:100%;
	}
	.ct-hero_area &gt; .catch{
		margin:2.5rem auto;
		width:100%;
		max-width:360px;
		font-size:1.35rem;
		text-align:left;
	}
	.ct-hero_area &gt; .search{
		padding:.5rem;
	}
	/* Whats new tab 01
	---------------------------------*/
	.ct-category_tabs_01 &gt; .tabs button{
		padding:.4rem .7em .3rem;
	}
	/* News list 01
	---------------------------------*/
	.ct-news_list_01 li .date{
		font-size:.875rem;
	}
	.ct-news_list_01 li .title{
		font-size:.875rem;
	}
}

@media screen and (max-width:1000px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.ct-page_title{
		min-height:170px;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area and news
	---------------------------------*/
	.ct-hero_and_news{
		justify-content:space-around;
	}
	.ct-hero_and_news &gt; .col:nth-child(1){
		padding:150px 0 40px;
		width:100%;
	}
	.ct-hero_and_news &gt; .col:nth-child(2){
		padding:25px var(--main-pad) 0;
		width:100%;
	}
	/* Hero area
	---------------------------------*/
	.ct-hero_area{
		max-width:656px;
	}
	.ct-hero_area &gt; .logo{
		margin:0 auto;
		width:100%;
		max-width:none;
	}
	.ct-hero_area &gt; .logo .mark{
		margin-bottom:1rem;
		width:34.7%;
	}
	.ct-hero_area &gt; .logo .type{
		width:63.7%;
	}
	.ct-hero_area &gt; .catch{
		margin:2.5rem auto;
		width:100%;
		max-width:none;
		font-size:1.65rem;
		text-align:center;
	}
	/* Contents list 01
	---------------------------------*/
	.ct-contents_list_01 &gt; .item{
		grid-template-columns:135px 1fr;
	}
	/*----------------------------------
		Layout
	----------------------------------*/
	/* Column */
	.lo-4column &gt; .col{
		width:calc(33.333% - 15px);
	}
	.lo-4column &gt; .col3{
		width:100%;
	}
}

@media screen and (max-width:800px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.ct-post_h2_01{
		font-size:1.875rem;
	}
	.ct-home_h2_01 .main{
		font-size:2.75rem;
	}
	.ct-home_h2_01 .sub{
		font-size:1.3rem;
	}
	.ct-page_title &gt; .inner{
		font-size:1.75rem;
	}
	/*----------------------------------
		Button
	----------------------------------*/
	/*--Muliti--*/
	.ct-3buttons li{
		width:48%;
	}
	.ct-4buttons li{
		width:31.5%;
	}
	.ct-link_list_01.col3 li{
		width:48%;
	}
	/*----------------------------------
		Table
	----------------------------------*/
	.ct-table_scroll{
		position:relative;
		margin:1.5rem 0;
		padding:10px 7px 1px;
		overflow:scroll visible;
		overflow-x:scroll;
		overflow-y:visible;
		border:solid 1px rgb(250,245,250);
		border-radius:4px;
	}
	.ct-table_scroll::after{
		content:"";
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		display:block;
		width:740px;
		box-shadow:1px 1px 6px rgba(0,0,0,.65) inset;
		border-radius:4px;
		pointer-events:none;
	}
	.ct-table_scroll::before{
		content:"Scroll ⇒";
		position:absolute;
		top:0;
		right:-4px;
		padding:0 12px;
		background:rgb(240,140,150);
		border-radius:0 0 4px 4px;
		font-size:.937em;
		font-weight:700;
		color:rgb(255,255,255);
		animation:ts-blink .8s ease-in infinite alternate;
		z-index:1;
	}
	@keyframes ts-blink {
	0% {right:-4px; background:rgb(200,100,110);}
	100% {right:-10px; background:rgb(250,170,170);}
	}
	.ct-table_scroll table{
		width:730px;
	}
	.ct-table_note{
		width:730px;
	}
	.ct-table_scroll.small_w700::after{
		width:710px;
	}
	.ct-table_scroll.small_w700 table{
		width:700px;
	}
	.ct-table_scroll.small_w600::after{
		width:610px;
	}
	.ct-table_scroll.small_w600 table{
		width:600px;
	}
	.ct-table_scroll.small_w500::after{
		width:510px;
	}
	.ct-table_scroll.small_w500 table{
		width:500px;
	}
	.ct-table_scroll.small_w400::after{
		width:410px;
	}
	.ct-table_scroll.small_w400 table{
		width:400px;
	}
	.ct-table_scroll.small_w350::after{
		width:360px;
	}
	.ct-table_scroll.small_w350 table{
		width:350px;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area and news
	---------------------------------*/
	.ct-hero_and_news &gt; .col:nth-child(1){
		padding:110px 0 40px;
	}
	/* Hero area
	---------------------------------*/
	.ct-hero_area{
		max-width:500px;
	}
	.ct-hero_area &gt; .logo{
		margin:0 auto;
		width:100%;
		max-width:400px;
	}
	.ct-hero_area &gt; .logo .mark{
		margin-bottom:1rem;
		width:55%;
	}
	.ct-hero_area &gt; .logo .type{
		width:100%;
	}
	.ct-hero_area &gt; .catch{
		margin:3rem auto;
		width:100%;
		max-width:400px;
		font-size:1.5rem;
		text-align:left;
	}
	.ct-hero_area &gt; .search{
		padding:.5rem;
	}
	/* Contents list 01
	---------------------------------*/
	.ct-contents_list_01{
		gap:30px 25px;
	}
	.ct-contents_list_01 &gt; .item{
		display:block;
	}
	.ct-contents_list_01 &gt; .item &gt; .image{
		max-width:176px;
	}
	/* Contents list 02
	---------------------------------*/
	.ct-contents_list_02{
		grid-template-columns:1fr 1fr;
		gap:30px 25px;
	}
	/*----------------------------------
		Layout
	----------------------------------*/
	/* Column */
	.lo-2column &gt; .col{
		margin-bottom:25px;
		width:100%;
	}
	.lo-2column &gt; .col:last-child{
		margin-bottom:0;
	}
	.lo-3column &gt; .col{
		margin-bottom:25px;
		width:100%;
	}
	.lo-3column &gt; .col:last-child{
		margin-bottom:0;
	}
}

@media screen and (max-width:500px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.ct-page_title{
		min-height:160px;
	}
	/*----------------------------------
		Button
	----------------------------------*/
	.ct-3buttons li{
		width:100%;
	}
	.ct-4buttons li{
		width:48%;
	}
	.ct-link_list_01.col2 li{
		width:100%;
	}
	.ct-link_list_01.col3 li{
		width:100%;
	}
	.ct-link_list_01 li a{
		font-size:1rem;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.ct-hero_area &gt; .logo{
		max-width:360px;
	}
	.ct-hero_area &gt; .catch{
		max-width:360px;
		font-size:1.25rem;
	}
	/* Category tabs 01
	---------------------------------*/
	.ct-category_tabs_01 &gt; .tabs{
		display:grid;
		grid-template-columns:1fr 1fr 1fr;
		gap:0 2px;
		align-items:stretch;
	}
	.ct-category_tabs_01 &gt; .tabs button{
		margin-right:0;
		padding:.5rem .2rem;
		font-size:.937rem;
	}
	/* News list 01
	---------------------------------*/
	.ct-news_list_01 li{
		grid-template-columns:5.95rem 1fr;
	}
	.ct-news_list_01 li .date{
		margin:0 .6rem 0 0;
	}
	/* Contents list 01
	---------------------------------*/
	.ct-contents_list_01{
		display:block;
	}
	.ct-contents_list_01 &gt; .item{
		margin:2rem auto;
	}
	/* Contents list 02
	---------------------------------*/
	.ct-contents_list_02{
		display:block;
	}
	.ct-contents_list_02 &gt; .item{
		margin:2rem auto;
	}
	/* Profile 01
	---------------------------------*/
	.ct-profile_01 .name{
		font-size:1.375rem;
	}
	.ct-profile_01 .degree{
		font-size:.937rem;
	}
	.ct-profile_01 .specialized_field{
		font-size:.937rem;
	}
	/* Contact form
	---------------------------------*/
	.ct-contact_form .name{
		margin:1.5rem 0 .5rem;
		width:100%;
	}
	.ct-contact_form .form{
		margin:.5rem 0;
		width:100%;
	}
}

@media screen and (max-width:350px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.ct-hero_area &gt; .catch{
		font-size:1rem;
	}
}

@media print{
	.ct-page_title{padding-top:0;min-height:80px;}
	.lo-header_height{padding-top:0;}
	/*二段組の場合はこれを有効化.lo-w1100{column-count:2;column-gap:2rem;}*/
	/*分離禁止制御 失敗.ct-h_01,.ct-h_02,.ct-h_03,.ct-h_04{margin-bottom:3rem;}
	.ct-h_01 + *,.ct-h_02 + *,.ct-h_03 + *,.ct-h_04 + *{margin-top:-2rem;}*/
}</pre></body></html>