@charset "UTF-8";

/*-- Kijima's Website bare bones - Block editor parts --
----------------------------------

★接頭辞の意味
ct…コンテンツ
lo…レイアウト
dc…装飾
tx…文字設定

Contents (cf)
- Headings
- Button
- List
- Description list
- Horizontal rule
- Image
- Table
- Accordion box
- Video iframe wrapper
- Google Programmable Search
- Special block
Layout (lo)
Decoration (dc)
Text control (tx)

Media Queries 1500 1300 1000 800 500 350

----------------------------------
----------------------------------*/

/*----------------------------------
	Headings
----------------------------------*/
.is-style-ct-page_title_01{
	display:flex;
	align-items:center;
	margin:0;
	padding-top:var(--header-height);
	height:315px;
	background:url("../img/page_header-bg-01.jpg") center center no-repeat;
	background-size:cover;
	border-bottom:1px solid rgb(198,181,168);
}
.is-style-ct-page_title_01 > .inner{
	display:block;
	margin:2rem auto 0;
	padding:0 var(--main-pad);
	width:100%;
	max-width:1100px;
	font-size:2rem;
	line-height:1.4;
	color:rgb(242,110,59);
	text-align:left;
}

.is-style-ct-page_title_02{
	display:flex;
	align-items:center;
	margin:0;
	padding-top:var(--header-height);
	height:580px;
	background:url("../img/heroarea-gpmi.jpg") center center no-repeat rgb(241,241,241);
	background-size:auto 100%;
	border-bottom:1px solid rgb(198,181,168);
}
.is-style-ct-page_title_02 > .inner{
	display:block;
	margin:0 auto;
	padding:0 var(--main-pad);
	width:100%;
	max-width:900px;
}
.is-style-ct-page_title_02 > .inner img{
	width:45%;
	max-width:370px;
	vertical-align:bottom;
}

.is-style-ct-home_h_01{
	position:relative;
	margin:2.5rem 0 1.5rem;
	padding-bottom:.8rem;
	border-bottom:1px solid rgb(145,145,145);
	font-size:1.5rem;
	font-weight:700;
	color:rgb(96,78,65);
	line-height:1.4;
}

.is-style-ct-h_01,
.is-style-ct-h_01_gpmi,
.is-style-ct-h_01_no_deco{
	position:relative;
	margin:2.5rem 0 1rem;
	padding-bottom:.5rem;
	font-size:1.85rem;
	font-weight:700;
	border-bottom:2px solid rgb(198,181,168);
	color:rgb(233,71,9);
	line-height:1.4;
	z-index:1;
}
.is-style-ct-h_01::before,
.is-style-ct-h_01_gpmi::before,
.is-style-ct-h_01_no_deco::before{
	content:"";
	position:absolute;
	left:-1.3rem;
	top:-.9rem;
	z-index:-1;
	display:block;
	height:4.4rem;
	width:4.4rem;
	background:url("../img/deco-common-01.svg") center center no-repeat;
	background-size:100% auto;
	opacity:.7;
}

.is-style-ct-h_01_gpmi{
	border-bottom-color:rgb(160,190,160);
	color:rgb(56,130,79);
}
.is-style-ct-h_01_gpmi::before{
	background:url("../img/deco-common-02.svg") center center no-repeat;
}

.is-style-ct-h_01_no_deco::before{
	content:unset;
}

.is-style-ct-h_02,
.is-style-ct-h_02_gpmi{
	position:relative;
	margin:2.4rem 0 .8rem;
	padding-bottom:.6rem;
	border-bottom:1px solid rgb(198,181,168);
	font-size:1.437rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(240,100,80);
}
.is-style-ct-h_02::after,
.is-style-ct-h_02_gpmi::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	width:50px;
	border-bottom:1px solid rgb(235,140,120);
}

.is-style-ct-h_02_gpmi{
	position:relative;
	margin:2.4rem 0 .8rem;
	padding-bottom:.6rem;
	border-bottom:1px solid rgb(180,195,168);
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(53,177,92);
}
.is-style-ct-h_02_gpmi::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	width:50px;
	border-bottom:1px solid rgb(70,145,95);
}

.is-style-ct-h_03,
.is-style-ct-h_03_gpmi{
	position:relative;
	margin:1.8em 0 .5em;
	padding:.1em .5em;
	width:100%;
	font-size:1.125rem;
	font-weight:500;
	color:rgb(100,80,80);
	border-left:solid 4px rgb(220,100,80);
	line-height:1.3;
}

.is-style-ct-h_03_gpmi{
	border-color:rgb(50,150,60);
	color:rgb(50,110,60);
}

.is-style-ct-h_04,
.is-style-ct-h_04_gpmi{
	position:relative;
	margin:1.5em 0 .6em;
	width:100%;
	font-size:1.097rem;
	font-weight:500;
	color:rgb(200,80,60);
	line-height:1.3;
}
.is-style-ct-h_04::before,
.is-style-ct-h_04_gpmi::before{
	content:"";
	position:absolute;
	top:.5rem;
	left:-.65rem;
	display:block;
	background:rgb(170,67,44);
	border-radius:50%;
	width:7px;
	height:7px;
}

.is-style-ct-h_04_gpmi{
	color:rgb(50,110,60);
}
.is-style-ct-h_04_gpmi::before{
	background:rgb(50,150,60);
}

.is-style-ct-h_05{
	position:relative;
	margin:1.8em 0 .5em;
	width:100%;
	font-size:1rem;
	font-weight:700;
	color:rgb(200,80,60);
	line-height:1.3;
}

.is-style-ct-lead_p,
.is-style-ct-lead_p_gpmi{
	position:relative;
	margin:1.8em 0 .5em;
	width:100%;
	font-size:1.625rem;
	font-weight:700;
	color:rgb(233,71,9);
	line-height:1.3;
}

.is-style-ct-lead_p_gpmi{
	color:rgb(56,130,79);
}

.is-style-ct-post_title_01{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0;
	padding-top:calc(var(--header-height) + 3rem);
}
.is-style-ct-post_title_01 > .inner{
	position:relative;
	display:block;
	margin:2rem auto .5rem;
	padding:0 var(--main-pad) .5rem;
	width:100%;
	max-width:1100px;
	font-size:1.75rem;
	line-height:1.4;
	color:rgb(242,110,59);
	text-align:left;
}
.is-style-ct-post_title_01 > .inner::after{
	content:"";
	position:absolute;
	right:var(--main-pad);
	bottom:0;
	left:var(--main-pad);
	display:block;
	border-bottom:2px solid rgb(198,181,168);
}
.is-style-ct-post_title_01 > .date_cate{
	display:flex;
	flex-wrap:wrap;
	column-gap:1rem;
	row-gap:1rem;
	padding:0 var(--main-pad);
	margin:0 auto;
	width:100%;
	max-width:1100px;
}
.is-style-ct-post_title_01 > .date_cate .date{
	margin:0;
	font-size:.937rem;
	font-weight:700;
	color:rgb(160,160,160);
	line-height:1.3;
}
.is-style-ct-post_title_01 > .date_cate .cate{
	padding:.1rem .4rem;
	background-color:rgb(160,160,160);
	border-radius:3px;
	font-size:.75rem;
	font-weight:700;
	color:rgb(255,255,255);
	line-height:1.1;
	text-decoration: none;
}

.is-style-ct-search_title_01{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0;
	padding-top:calc(var(--header-height) + 3rem);
}
.is-style-ct-search_title_01 > .inner{
	position:relative;
	display:block;
	margin:2rem auto .5rem;
	padding:0 var(--main-pad) .5rem;
	width:100%;
	max-width:1100px;
	font-size:1.75rem;
	line-height:1.4;
	color:rgb(242,110,59);
	text-align:left;
}
.is-style-ct-search_title_01 > .inner::after{
	content:"";
	position:absolute;
	right:var(--main-pad);
	bottom:0;
	left:var(--main-pad);
	display:block;
	border-bottom:2px solid rgb(198,181,168);
}
.is-style-ct-search_title_01 > .result{
	display:block;
	margin:0 auto;
	padding:0 var(--main-pad);
	width:100%;
	max-width:1100px;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(201,87,43);
	text-align:left;
}

/*----------------------------------
	Breadcrumbs
----------------------------------*/
.is-style-ct-breadcrumbs{
	margin:0 auto 60px;
	padding:.8rem 0;
	width:100%;
	border-bottom:1px solid rgb(198,181,168);
	font-size:.875rem;
	line-height:1.4;
}
.is-style-ct-breadcrumbs > .inner{
	display:block;
	margin:0 auto;
	padding:0 var(--main-pad);
	max-width:1100px;
	width:100%;
}
.is-style-ct-breadcrumbs a{
	display:inline-block;
	color:inherit;
	font-weight:700;
	text-decoration:none;
}
.is-style-ct-breadcrumbs a::after{
	content:"";
	display:inline-block;
	margin:0 .4rem 0 .4rem;
	border-width:.3rem 0 .3rem .6rem;
	border-style:solid;
	border-color:rgba(17,119,61,0) rgba(17,119,61,0) rgba(17,119,61,0) rgba(242,110,59,1);
}
.is-style-ct-breadcrumbs a:last-child::after{
	content:none;
}

/*----------------------------------
	Button
----------------------------------*/
/*-- Single --*/
.is-style-ct-button_01 a,
.is-style-ct-button_01 button{
	--button-color-01:rgb(72,72,67);
	position:relative;
	z-index:1;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:.5rem 1.1rem .5rem .8rem;
	min-width:90px;
	background:var(--button-color-01);
	border:solid 1px var(--button-color-01);
	border-radius:.5rem;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	font-size:.937rem;
	font-weight:700;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color;
}
.is-style-ct-button_01 a:hover,
.is-style-ct-button_01 button:hover{
	background:rgb(255,255,255);
	color:var(--button-color-01);
}
.is-style-ct-button_01 a::before,
.is-style-ct-button_01 button::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:.3rem;
	border-width:.3rem 0 .3rem .4rem;
	border-style:solid;
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgb(255,255,255);
	transform:translateY(-50%);
}
.is-style-ct-button_01 a:hover::before,
.is-style-ct-button_01 button:hover::before{
	border-left-color:var(--button-color-01);
}
.is-style-ct-button_01.white{
	color:var(--button-color-01);
}
.is-style-ct-button_01.white:hover{
	background:var(--button-color-01);
	color:rgb(255,255,255);
}
.is-style-ct-button_01.green{
	--button-color-01:rgb(77,116,66);
}
.is-style-ct-button_01.thin{
	padding:.2rem 1.1rem .2rem .8rem;
	line-height:1.3;
}

.is-style-ct-button_02,
.is-style-ct-button_02_gpmi{
	padding:0 0 1.2rem;
}
.is-style-ct-button_02 a,
.is-style-ct-button_02 button,
.is-style-ct-button_02_gpmi a,
.is-style-ct-button_02_gpmi button{
	--button-color-01:rgb(209,103,3);
	--button-color-02:rgb(236,166,100);
	position:relative;
	z-index:1;
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	padding:.4rem .6rem 1.3rem .6rem;
	min-width:90px;
	background-color:var(--button-color-02);
	border-bottom:solid 3px var(--button-color-01);
	border-radius:6px;
	box-shadow:0 1px 5px rgba(0,0,0,.3);
	font-size:.937rem;
	font-weight:700;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity;
}
.is-style-ct-button_02_gpmi a,
.is-style-ct-button_02_gpmi button{
	--button-color-01:rgb(65,153,38);
	--button-color-02:rgb(142,206,106);
}
.is-style-ct-button_02 a:hover,
.is-style-ct-button_02 button:hover,
.is-style-ct-button_02_gpmi a:hover,
.is-style-ct-button_02_gpmi button:hover{
	opacity:.5;
}
.is-style-ct-button_02 a::before,
.is-style-ct-button_02 button::before,
.is-style-ct-button_02_gpmi a::before,
.is-style-ct-button_02_gpmi button::before{
	content:"";
	display:block;
	position:absolute;
	bottom:.6rem;
	left:50%;
	width:.7rem;
	height:.7rem;
	border-width:0 2px 2px 0;
	border-style:solid;
	border-color:rgba(255,255,255,0) rgb(255,255,255) rgb(255,255,255) rgba(255,255,255,0);
	transform:translateX(-50%) rotate(45deg);
}

/*-- Multi --*/
.is-style-ct-1buttons,
.is-style-ct-2buttons,
.is-style-ct-3buttons,
.is-style-ct-4buttons,
.is-style-ct-2large_buttons,
.is-style-ct-content_list{
	position:relative;
	z-index:0;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2rem auto;
	padding:0;
	text-align:center;
	list-style:none;
}
.is-style-ct-1buttons li,
.is-style-ct-2buttons li,
.is-style-ct-3buttons li,
.is-style-ct-4buttons li,
.is-style-ct-2large_buttons li{
	display:flex;
	margin:0;
}
.is-style-ct-1buttons li a,
.is-style-ct-2buttons li a,
.is-style-ct-3buttons li a,
.is-style-ct-4buttons li a{
	position:relative;
	z-index:1;
	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 rgb(38,109,146);
	box-shadow:1px 1px 3px rgba(0,0,0,.25);
	font-weight:500;
	color:rgb(38,109,146);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:background-color;
}
.is-style-ct-1buttons a::after,
.is-style-ct-2buttons a::after,
.is-style-ct-3buttons a::after,
.is-style-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) rgb(38,109,146);
	border-width:5px 0 5px 5px;
}
.is-style-ct-1buttons a:hover,
.is-style-ct-2buttons a:hover,
.is-style-ct-3buttons a:hover,
.is-style-ct-4buttons a:hover{
	background:rgb(38,109,146);
	color:rgb(255,255,255);
}
.is-style-ct-1buttons a:hover::after,
.is-style-ct-2buttons a:hover::after,
.is-style-ct-3buttons a:hover::after,
.is-style-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);
}
.is-style-ct-1buttons li.disabled a,
.is-style-ct-2buttons li.disabled a,
.is-style-ct-3buttons li.disabled a,
.is-style-ct-4buttons li.disabled a{
	pointer-events:none;
	cursor:default;
	border-color:rgb(204,204,204);
	background:rgb(204,204,204);
}

.is-style-ct-1buttons li{
	width:100%;
}

.is-style-ct-2buttons li{
	width:48%;
}

.is-style-ct-3buttons li{
	width:32%;
}

.is-style-ct-4buttons li{
	width:23%;
}

.is-style-ct-link_list_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.2rem 0;
	padding:0;
	list-style:none;
}
.is-style-ct-link_list_01 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0;
	padding:0 0 0 1.5rem;
	list-style:none;
}
.is-style-ct-link_list_01 li{
	width:100%;
}
.is-style-ct-link_list_01 li a{
	position:relative;
	z-index:1;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:.9em 0;
	padding:.2em .2em .2em 1em;
	width:100%;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1rem;
	font-weight:500;
	color:rgb(100,100,100);
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
}
.is-style-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(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(242,110,59,1);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.is-style-ct-link_list_01 li a:hover{
	background:rgb(133,133,133);
	color:rgb(255,255,255);
}
.is-style-ct-link_list_01 li a:hover::before{
	left:2px;
	border-left-color:rgb(255,255,255);
}
.is-style-ct-link_list_01.col2 li{
	width:48%;
}
.is-style-ct-link_list_01.col3 li{
	width:32%;
}
.is-style-ct-link_list_01.free{
	justify-content:flex-start;
}
.is-style-ct-link_list_01.free li{
	margin-right:.7rem;
	width:auto;
}

.is-style-ct-read_more{
	position:relative;
}
.is-style-ct-read_more a{
	position:absolute;
	top:50%;
	right:0;
	margin:0;
	transform:translateY(-65%);
}

.is-style-ct-contents_list_01,
.is-style-ct-contents_list_01_gpmi{
	display:flex;
	flex-wrap:wrap;
	column-gap:.8rem;
	row-gap:.8rem;
	margin:1.2rem 0;
	padding:0 0 .2rem;
	border-bottom:2px dotted rgb(200,200,200);
	border-radius:2px;
	list-style:none;
}
.is-style-ct-contents_list_01 li,
.is-style-ct-contents_list_01_gpmi li{
	width:auto;
}
.is-style-ct-contents_list_01 li a,
.is-style-ct-contents_list_01 li button,
.is-style-ct-contents_list_01_gpmi li a,
.is-style-ct-contents_list_01_gpmi li button{
	--button-color-01:rgb(209,103,3);
	--button-color-02:rgb(243,171,103);
	position:relative;
	z-index:1;
	box-sizing:border-box;
	display:inline-block;
	margin:0;
	padding:.4rem .3rem 1.4rem .3rem;
	min-width:90px;
	background-color:var(--button-color-02);
	border-bottom:solid 2px var(--button-color-01);
	border-radius:5px;
	box-shadow:0 1px 5px rgba(0,0,0,.3);
	font-size:.937rem;
	font-weight:700;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity;
}
.is-style-ct-contents_list_01_gpmi li a,
.is-style-ct-contents_list_01_gpmi li button{
	--button-color-01:rgb(65,153,38);
	--button-color-02:rgb(141, 245, 109);
}
.is-style-ct-contents_list_01 li a:hover,
.is-style-ct-contents_list_01 li button:hover,
.is-style-ct-contents_list_01_gpmi li a:hover,
.is-style-ct-contents_list_01_gpmi li button:hover{
	opacity:.5;
}
.is-style-ct-contents_list_01 li a::before,
.is-style-ct-contents_list_01 li button::before,
.is-style-ct-contents_list_01_gpmi li a::before,
.is-style-ct-contents_list_01_gpmi li button::before{
	content:"";
	display:block;
	position:absolute;
	bottom:.3rem;
	left:50%;
	border-width:.5rem .35rem 0 .35rem;
	border-style:solid;
	border-color:var(--button-color-01) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0);
	transform:translateX(-50%);
}

/*----------------------------------
	List
----------------------------------*/
.is-style-ct-ul_01,
.is-style-ct-ul_01_gpmi,
.is-style-ct-ul_02,
.is-style-ct-ol_01,
.is-style-ct-ol_02,
.is-style-ct-ol_03,
.is-style-ct-ol_04,
.is-style-ct-ol_05,
.is-style-ct-ol_06{
	margin:1.5rem 0;
	padding-left:2em;
}
.is-style-ct-ul_01 > li,
.is-style-ct-ul_01_gpmi > li,
.is-style-ct-ul_02 > li,
.is-style-ct-ol_01 > li,
.is-style-ct-ol_02 > li,
.is-style-ct-ol_03 > li,
.is-style-ct-ol_04 > li,
.is-style-ct-ol_05 > li,
.is-style-ct-ol_06 > li{
	margin:.7em 0;
}

.is-style-ct-ul_01,
.is-style-ct-ul_01_gpmi{
	list-style:none;
}
.is-style-ct-ul_01 > li,
.is-style-ct-ul_01_gpmi > li{
	position:relative;
}
.is-style-ct-ul_01 > li::before,
.is-style-ct-ul_01_gpmi > li:before{
	content:"";
	position:absolute;
	top:.8rem;
	left:-1.15em;
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:rgb(240,100,80);
	font-weight:500;
}

.is-style-ct-ul_01_gpmi > li:before{
	background:rgb(67,109,76);
}

.is-style-ct-ul_02{
	padding-left:0;
	list-style:none;
}
.is-style-ct-ul_02 > li{
	position:relative;
	display:inline-block;
	margin-left:1.5em;
	margin-right:1.5em;
}
.is-style-ct-ul_02 > 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;
}

.is-style-ct-ol_02{
	list-style:none;
	counter-reset:paren;
}
.is-style-ct-ol_02 > li{
	position:relative;
}
.is-style-ct-ol_02 > li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:paren;
	content:"("counter(paren)")";
	font-weight:500;
}

.is-style-ct-ol_03{
	list-style:none;
	counter-reset:circle;
}
.is-style-ct-ol_03 > li{
	margin:.5em 0;
}
.is-style-ct-ol_03 > 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;
}

.is-style-ct-ol_04{
	list-style:none;
	counter-reset:roman_numerals;
}
.is-style-ct-ol_04 > li{
	position:relative;
}
.is-style-ct-ol_04 > li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:roman_numerals;
	content:counter(roman_numerals,lower-roman)".";
	font-weight:500;
}

.is-style-ct-ol_05{
	list-style:none;
	counter-reset:r_paren;
}
.is-style-ct-ol_05 > li{
	position:relative;
}
.is-style-ct-ol_05 > li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:r_paren;
	content:counter(r_paren)")";
	font-weight:500;
}

.is-style-ct-ol_06{
	list-style:none;
	counter-reset:lower_latin;
}
.is-style-ct-ol_06 > li{
	position:relative;
}
.is-style-ct-ol_06 > li:before{
	position:absolute;
	left:-1.5em;
	counter-increment:lower_latin;
	content:counter(lower_latin,lower-latin)".";
	font-weight:500;
}

/*----------------------------------
	Description list
----------------------------------*/
.is-style-ct-dl_01{
	margin:1.5rem 0;
	padding-left:.8rem;
}
.is-style-ct-dl_01 > dt,
.is-style-ct-dl_01 > dd{
	border-left:3px solid rgb(180,190,180);
	padding-left:.5rem;
}
.is-style-ct-dl_01 > dt{
	margin-top:.9em;
	font-weight:700;
	color:rgb(120,120,120);
}
.is-style-ct-dl_01 > dd{
	margin-left:0;
	margin-bottom:.9em;
}

.is-style-ct-dl_02{
	display:flex;
	flex-wrap:wrap;
	row-gap:1.5rem;
	margin:1.5rem 0;
}
.is-style-ct-dl_02 > dt,
.is-style-ct-dl_02 > dd{
	margin:0;
	padding:.4rem .8rem;
}
.is-style-ct-dl_02 > dt{
	font-weight:700;
	background:rgb(248,207,191);
	width:13rem;
	color:rgb(119,77,45);
}
.is-style-ct-dl_02 > dd{
	width:calc(100% - 13rem);
	border:1px solid rgb(248,207,191);
}

/*----------------------------------
	Horizontalrule
----------------------------------*/
.is-style-ct-hr_01{
	margin:.5rem auto;
	border:none;
	border-bottom:2px dotted rgb(200,200,200);
}
.is-style-ct-hr_02{
	margin:.5rem auto;
	border:none;
	border-top:dotted 2px rgb(198,181,168);
}

/*----------------------------------
	Image
----------------------------------*/
.is-style-ct-img{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.is-style-ct-img img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-img_float_l{
	margin-top:.4rem;
	margin-right:1rem;
	margin-bottom:1rem;
	max-width:400px;
	width:50%;
	float:left;
}
.is-style-ct-img_float_l img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-img_float_r{
	margin-top:.4rem;
	margin-left:1rem;
	margin-bottom:1rem;
	max-width:400px;
	width:50%;
	float:right;
}
.is-style-ct-img_float_r img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-img_caption{
	display:block;
	margin:.5em 0 1.5rem;
	width:100%;
	font-size:.812rem;
	font-weight:500;
	line-height:1.3;
}

/*----------------------------------
	Table
----------------------------------*/
.is-style-ct-table_01{
	margin:1.5rem 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
}
.is-style-ct-table_01 caption{
	padding-bottom:.5rem;
	font-weight:700;
}
.is-style-ct-table_01 th,
.is-style-ct-table_01 td{
	padding:.5em .8em;
	border:none;
	border-top:solid 1px rgb(180,180,180);
	border-bottom:solid 1px rgb(180,180,180);
	vertical-align:middle;
}
.is-style-ct-table_01 th + th,
.is-style-ct-table_01 th + td,
.is-style-ct-table_01 td + th,
.is-style-ct-table_01 td + td{
	border-left:dotted 1px rgb(180,180,180);
}
.is-style-ct-table_01 th{
	background:rgb(248,245,245);
	font-weight:700;
}
.is-style-ct-table_01 td{
	background:rgb(255,255,255);
}

/*----------------------------------
	Accordion box
----------------------------------*/
.is-style-ct-ac_box_01{
	--ac_box-color-01:rgb(213,104,63);
	margin-bottom:2rem 0 0;
}
.is-style-ct-ac_box_01 > .ac_button{
	position:relative;
	display:block;
	margin:2rem 0 0;
	padding:.5em .5em .5em 2.9em;
	width:100%;
	background:var(--ac_box-color-01);
	border:solid 1px var(--ac_box-color-01);
	border-radius:5px;
	font-size:1rem;
	font-weight:700;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:left;
	cursor:pointer;
	transition:.1s ease-out;
	transition-property:opacity,background-color,color;
}
.is-style-ct-ac_box_01 > .ac_button::before{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:13px;
	width:20px;
	border-top:solid 2px rgb(255,255,255);
}
.is-style-ct-ac_box_01 > .ac_button::after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:13px;
	width:20px;
	border-top:solid 2px rgb(255,255,255);
	transform:rotate(90deg);
	transition:transform .2s ease-out;
}
.wrapper:not(.is-style-ct-touch_device) .is-style-ct-ac_box_01 > .ac_button:not(.clicked):hover{
	opacity:.6;
}
.wrapper:not(.is-style-ct-touch_device) .is-style-ct-ac_box_01 > .ac_button:not(.clicked):hover::after{
	transform:rotate(-90deg);
}
.is-style-ct-ac_box_01 > .ac_button.clicked{
	background:rgb(255,255,255);
	color:var(--ac_box-color-01);
	border-radius:5px 5px 0 0;
}
.is-style-ct-ac_box_01 > .ac_button.clicked::after{
	transform:rotate(0deg);
	border-color:var(--ac_box-color-01);
}
.is-style-ct-ac_box_01 > .ac_content{
	padding:.5em 5px .8em 10px;
	width:100%;
	display:none;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:var(--ac_box-color-01);
	border-radius:0 0 5px 5px;
}

/*----------------------------------
	Video iframe wrapper
----------------------------------*/
.is-style-ct-video_wrapper{
	position:relative;
	margin:2rem auto;
	padding-bottom:56.25%;
}
.is-style-ct-video_wrapper iframe{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

/*----------------------------------
	Google Programmable Search
----------------------------------*/
/* gsc overwrite */
.is-style-ct-searchbox_01{
	margin:2rem auto;
	max-width:800px;
	width:100%;
}
.is-style-ct-searchbox_01 #___gcse_0{
	width:100%;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only{
	width:100%;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsc-search-box{
	margin:0;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsst_b{
	font-size:.875rem;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsst_a{
	display:flex;
	align-items:center;
	padding:0 .5rem;
	font-size:.875rem;
	text-decoration:none;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsib_a{
	padding:0 .5rem;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gscb_a{
	line-height:.875rem;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsc-input{
	padding:0;
	font-size:.875rem;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsc-input-box{
	padding:2px 0;
	margin:0;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsc-search-button{
	margin:0;
}
.is-style-ct-searchbox_01 .gsc-control-searchbox-only .gsc-search-button-v2{
	padding:5px;
}

/*----------------------------------
	Special block
----------------------------------*/
/* Message box 01
---------------------------------*/
.is-style-ct-message_box_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.5rem 0;
}
.is-style-ct-message_box_01 > .photo{
	width:300px;
}
.is-style-ct-message_box_01 > .photo img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-message_box_01 > .text{
	width:calc(100% - 340px);
}
.is-style-ct-message_box_01 > .text .title{
	margin:0;
	font-size:1.625rem;
	font-weight:800;
	color:rgb(232,109,64);
	line-height:1.5;
}
.is-style-ct-message_box_01 > .text .title .sub{
	display:block;
	font-size:.8em;
}
.is-style-ct-message_box_01 > .text .title .main{
	display:block;
}
.is-style-ct-message_box_01.photo_right > .photo{
	order:2;
}
.is-style-ct-message_box_01.photo_right > .text{
	order:1;
}

/* Message box 02
---------------------------------*/
.is-style-ct-message_box_02{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.5rem 0;
}
.is-style-ct-message_box_02 > .photo{
	width:315px;
}
.is-style-ct-message_box_02 > .photo img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-message_box_02 > .text{
	width:calc(100% - 355px);
}

/* Q & A Control box 01
---------------------------------*/
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > form{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:450px;
}
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > 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;
}
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > form .select_archive{
	margin-top:.5rem;
	order:3;
}
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > form .select_archive label{
	font-weight:700;
}
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > form .select_archive label .s-check-archive{
	margin:.2rem .3rem .2rem 0;
	width:1rem;
	height:1rem;
	vertical-align:-15%;
}
.is-style-ct-q_and_a_control_box_01 .searchbox_01 > form .s-btn-area{
	padding:.2rem .5rem;
	width:4rem;
	background:rgb(232,109,64);
	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);
}
.is-style-ct-q_and_a_control_box_01 .category_select{
	display:flex;
	flex-wrap:wrap;
	row-gap:.8rem;
	margin:1.5rem 0;
	padding:0;
	list-style:none;
}
.is-style-ct-q_and_a_control_box_01 .category_select > li{
	--button-color-01:rgb(120,120,120);
	margin-right:-1px;
	border-left:1px solid rgb(180,180,180);
	border-right:1px solid rgb(180,180,180);
}
.is-style-ct-q_and_a_control_box_01 .category_select > li a{
	display:block;
	padding:.3rem .6rem;
	color:var(--button-color-01);
	font-size:1.125rem;
	font-weight:700;
	line-height:1.3;
	text-decoration:none;
	transition:.15s ease-out;
	transition-property:color,background-color;
}
.is-style-ct-q_and_a_control_box_01 .category_select > li a:hover{
	background-color:var(--button-color-01);
	color:rgb(255,255,255);
}

/* News control box
---------------------------------*/
.is-style-ct-news_control_box_01{
	display:flex;
	flex-wrap:wrap;
	row-gap:1rem;
	margin:1rem auto 0;
}
.is-style-ct-news_control_box_01 .category_select{
	margin-right:1.5rem;
	position:relative;
}
.is-style-ct-news_control_box_01 .category_select button{
	position:relative;
	display:block;
	padding:.2rem .5rem;
	background:rgb(100,100,100);
	border:none;
	border-radius:10px;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
	font-size:1rem;
	font-weight:500;
	color:rgb(255,255,255);
	line-height:1.4;
	transition:.15s ease-out;
	transition-property:width,height,background-color;
}
.is-style-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);
}
.is-style-ct-news_control_box_01 .category_select button.active{
	background:rgb(60,60,60);
}
.is-style-ct-news_control_box_01 .category_select button.active::after{
	border-color:rgb(255,255,255);
	transform:translateY(3px) rotate(225deg);
}
.is-style-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;
}
.is-style-ct-news_control_box_01 .category_select ul > li{
	margin-bottom:.4rem;
	border-bottom:1px solid rgb(180,180,180);
}
.is-style-ct-news_control_box_01 .category_select ul > li a{
	--button-color-01:rgb(80,80,80);
	display:block;
	padding:.2rem .3rem;
	border-radius:3px;
	color:var(--button-color-01);
	font-size:.875rem;
	font-weight:700;
	line-height:1.3;
	text-decoration:none;
	transition:.15s ease-out;
	transition-property:color,background-color;
}
.is-style-ct-news_control_box_01 .category_select ul > li a:hover{
	background-color:var(--button-color-01);
	color:rgb(255,255,255);
}
.is-style-ct-news_control_box_01 .category_select button.active + ul{
	padding:.5rem;
	height:auto;
	border-radius:10px;
	opacity:1;
	z-index:2;
}
.is-style-ct-news_control_box_01 .search{
	width:100%;
	max-width:400px;
	font-weight:700;
	line-height:1.4;
}
.is-style-ct-news_control_box_01 .search > form{
	display:flex;
	justify-content:space-between;
}
.is-style-ct-news_control_box_01 .search > 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;
}
.is-style-ct-news_control_box_01 .search > form #s-btn-area{
	padding:.2rem .5rem;
	width:4rem;
	background:rgb(100,100,100);
	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);
}

/* Member list 01
---------------------------------*/
.is-style-ct-member_list_01{
	display:flex;
	flex-wrap:wrap;
	column-gap:2rem;
	row-gap:2.5rem;
	margin:1.5rem auto;
	padding:0;
	list-style:none;
}
.is-style-ct-member_list_01 > li{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:calc(33.33% - 1.333rem);
}
.is-style-ct-member_list_01 > li > .image{
	width:90px;
}
.is-style-ct-member_list_01 > li > .image img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-member_list_01 > li > .text_01{
	width:calc(100% - 105px);
}
.is-style-ct-member_list_01 > li > .text_01 .name{
	margin:0;
	padding-bottom:.5rem;
	border-bottom:1px dotted rgb(180,180,180);
	font-size:1.125rem;
	font-weight:800;
	line-height:1.3;
}
.is-style-ct-member_list_01 > li > .text_02{
	font-size:.937rem;
	line-height:1.3;
}
.is-style-ct-member_list_01 > li > .text_02 p{
	margin:.5rem 0;
}

/* Member list 02
---------------------------------*/
.is-style-ct-member_list_02{
	display:flex;
	flex-wrap:wrap;
	column-gap:2rem;
	row-gap:2.5rem;
	margin:1.5rem auto;
	padding:0;
	list-style:none;
}
.is-style-ct-member_list_02 > li{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:calc(50% - 1rem);
}
.is-style-ct-member_list_02 > li > .image{
	width:90px;
}
.is-style-ct-member_list_02 > li > .image img{
	width:100%;
	vertical-align:bottom;
}
.is-style-ct-member_list_02 > li > .text_01{
	width:calc(100% - 105px);
}
.is-style-ct-member_list_02 > li > .text_01 .name{
	margin:0;
	padding-bottom:.5rem;
	border-bottom:1px dotted rgb(180,180,180);
	font-size:1.25rem;
	font-weight:800;
	line-height:1.3;
}
.is-style-ct-member_list_02 > li > .text_01 .specialized{
	margin:0;
	padding-top:.5rem;
	font-size:.937rem;
	font-weight:800;
	line-height:1.3;
}
.is-style-ct-member_list_02 > li > .text_02{
	font-size:.937rem;
	line-height:1.5;
}
.is-style-ct-member_list_02 > li > .text_02 p{
	margin:.5rem 0;
}

/* Next Previous button
---------------------------------*/
.is-style-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;
}
.is-style-ct-next_prev_01::before{
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	content:"";
	display:block;
	border-right:1px dotted rgb(38,109,146);
}
.is-style-ct-next_prev_01 .prev,
.is-style-ct-next_prev_01 .next{
	width:50%;
}
.is-style-ct-next_prev_01 .prev a,
.is-style-ct-next_prev_01 .next a{
	position:relative;
	display:block;
	padding-top:.4rem;
	padding-bottom:.4rem;
	width:100%;
	color:rgb(38,109,146);
	font-weight:700;
	line-height:1.5;
	text-decoration:none;
	transition:opacity .15s ease-out;
}
.is-style-ct-next_prev_01 .prev a:hover,
.is-style-ct-next_prev_01 .next a:hover{
	opacity:.5;
}
.is-style-ct-next_prev_01 .prev a{
	padding-right:.4rem;
	padding-left:1.2rem;
}
.is-style-ct-next_prev_01 .next a{
	padding-right:1.2rem;
	padding-left:.4rem;
	text-align:right;
}
.is-style-ct-next_prev_01 .prev a::before,
.is-style-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:rgb(38,109,146);
	border-width:2px 2px 0 0;
	transform:rotate(45deg);
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.is-style-ct-next_prev_01 .prev a::before{
	left:4px;
	transform:rotate(-135deg);
}
/* Pagination 01
---------------------------------*/
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1.5em auto;
	padding-left: 0;
	list-style: none;
}
.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 rgb(242,110,59);
	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 .current {
	z-index: 1;
	background-color: rgb(242,110,59);
	border-color: rgb(242,110,59)!important;
	color: rgb(255,255,255);
}
.wp-pagenavi a:hover {
	z-index: 1;
	background-color: rgb(242,110,59);
	border-color: rgb(242,110,59);
	color: rgb(255,255,255);
}

/* Under Construction
---------------------------------*/
.is-style-ct-underconstruction{
	margin:2rem auto;
	padding:.8em 0;
	width:70%;
	max-width:300px;
	border-top:dotted 2px rgb(38,109,146);
	border-bottom:dotted 2px rgb(38,109,146);
	font-size:1.25rem;
	text-align:center;
}
/* Post
---------------------------------*/
.is-style-ct-post_date{
	margin:0;
	font-size:1.2rem;
	font-weight:700;
	color:rgb(85,109,132);
}
.is-style-ct-post_date.end::before{
	content:"終了しました";
	display:block;
	padding:0 .5rem;
	background:rgb(206,71,93);
	font-size:.875rem;
	font-weight:700;
	color:rgb(255,255,255);
}
.is-style-ct-post_date.end.en::before{
	content:"The event has ended";
}
.is-style-ct-post_title{
	position:relative;
	margin:0 0 1rem;
	padding-bottom:.4rem;
	border-bottom:1px dotted rgb(197,203,204);
	font-size:1.866rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(133,133,133);
}
.is-style-ct-post_title::after{
	content:"";
	position:absolute;
	left:-1.4rem;
	top:0;
	display:block;
	background:url("../img/deco-hexagon-01.svg") center center no-repeat;
	background-size:contain;
	margin:.7rem auto 0;
	width:1.1rem;
	height:1.1rem;
}
.is-style-ct-post_cate_tag{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 2rem;
	font-size:1rem;
	font-weight:700;
	color:rgb(85,109,132);
}
.is-style-ct-post_cate_tag .category{
	margin:0;
	margin-right:2rem;
}
.is-style-ct-post_cate_tag .tag{
	margin:0;
}

/*----------------------------------
	Layout
----------------------------------*/
/* Width control */
.lo-w1100{
	max-width:1100px;
}
.lo-w1200{
	max-width:1200px;
}
.lo-w1300{
	max-width:1300px;
}
.lo-w1400{
	max-width:1400px;
}
/* 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-w1220::after{
	content:"";
	display:table;
	clear:both;
}
/* Interfere with margin offset */
.lo-imo{
	padding-top:0.1px;
	padding-bottom:0.1px;
}
/* Column */
.lo-2column,
.lo-2column_keep,
.lo-3column,
.lo-3column_keep,
.lo-4column{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lo-2column > .col{
	width:calc(50% - 25px);
}
.lo-2column_keep > .col{
	width:calc(50% - 25px);
}
.lo-3column > .col{
	width:calc(33.33% - 18px);
}
.lo-3column_keep > .col{
	width:calc(33.33% - 18px);
}
.lo-4column > .col{
	width:calc(25% - 15px);
}
.lo-4column > .col3{
	width:calc(75% - 15px);
}

/*----------------------------------
	Decoration
----------------------------------*/
.dc-bg_01{
	background:rgb(134,190,233);
}
.dc-bg_02{
	background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1)300px),url("../img/bg_common_01.jpg") center top no-repeat;
	background-size:contain;
}
.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;}

/*---------------------------------
---------------------------------
	Media Queries
---------------------------------
---------------------------------*/
@media screen and (max-width:1500px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Home items 01
	---------------------------------*/
	.is-style-ct-home_items_01{
		column-gap:2rem;
		row-gap:2rem;
	}
	.is-style-ct-home_items_01 > .item:nth-child(1){
		width:250px;
	}
	.is-style-ct-home_items_01 > .item:nth-child(2){
		width:calc(100% - (530px + 4rem));
	}
	.is-style-ct-home_items_01 > .item:nth-child(3){
		width:280px;
	}
}

@media screen and (max-width:1300px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.is-style-ct-page_title_01{
		height:265px;
		background-position:left -270px center;
	}
	.is-style-ct-page_title_01 > .inner{
		font-size:2rem;
	}
	.is-style-ct-h_01{
		font-size:1.65rem;
	}
}

@media screen and (max-width:1000px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Member list 01
	---------------------------------*/
	.is-style-ct-member_list_01 > li{
		width:calc(50% - 1rem);
	}
	/*----------------------------------
		Layout
	----------------------------------*/
	/* Column */
	.lo-4column > .col{
		width:calc(33.333% - 15px);
	}
	.lo-4column > .col3{
		width:100%;
	}
}

@media screen and (max-width:800px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.is-style-ct-page_title_02{
		height:480px;
		background-position:47% center;
	}
	.is-style-ct-page_title_02 > .inner img{
		width:50%;
		max-width:370px;
	}
	.is-style-ct-post_h2_01{
		font-size:1.875rem;
	}
	.is-style-ct-home_h2_01 .main{
		font-size:2.75rem;
	}
	.is-style-ct-home_h2_01 .sub{
		font-size:1.3rem;
	}
	.is-style-ct-page_title_01 > .inner{
		font-size:1.75rem;
	}
	/*----------------------------------
		Button
	----------------------------------*/
	/*--Muliti--*/
	.is-style-ct-3buttons li{
		width:48%;
	}
	.is-style-ct-4buttons li{
		width:31.5%;
	}
	.is-style-ct-link_list_01.col3 li{
		width:48%;
	}

	/*----------------------------------
		Description list
	----------------------------------*/
	.is-style-ct-dl_02{
		display:block;
	}
	.is-style-ct-dl_02 > dt,
	.is-style-ct-dl_02 > dd{
		margin:0;
		padding:.4rem .8rem;
	}
	.is-style-ct-dl_02 > dt{
		margin-top:1.5rem;
		width:100%;
	}
	.is-style-ct-dl_02 > dd{
		margin-bottom:1.5rem;
		width:100%;
	}
	/*----------------------------------
		Table
	----------------------------------*/
	.is-style-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;
	}
	.is-style-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;
	}
	.is-style-ct-table_scroll::before{
		content:"Scroll ⇒";
		position:absolute;
		z-index:1;
		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;
	}
	@keyframes ts-blink {
	0% {right:-4px; background:rgb(200,100,110);}
	100% {right:-10px; background:rgb(250,170,170);}
	}
	.is-style-ct-table_scroll table{
		width:730px;
	}
	.is-style-ct-table_note{
		width:730px;
	}
	.is-style-ct-table_scroll.small_w700::after{
		width:710px;
	}
	.is-style-ct-table_scroll.small_w700 table{
		width:700px;
	}
	.is-style-ct-table_scroll.small_w600::after{
		width:610px;
	}
	.is-style-ct-table_scroll.small_w600 table{
		width:600px;
	}
	.is-style-ct-table_scroll.small_w500::after{
		width:510px;
	}
	.is-style-ct-table_scroll.small_w500 table{
		width:500px;
	}
	.is-style-ct-table_scroll.small_w400::after{
		width:410px;
	}
	.is-style-ct-table_scroll.small_w400 table{
		width:400px;
	}
	.is-style-ct-table_scroll.small_w350::after{
		width:360px;
	}
	.is-style-ct-table_scroll.small_w350 table{
		width:350px;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.is-style-ct-hero_area{
		background-position:right top;
	}
	.is-style-ct-hero_area > .inner{
		flex-wrap:wrap;
		max-width:280px;
	}
	.is-style-ct-hero_area > .inner > .illust{
		width:100%;
	}
	.is-style-ct-hero_area > .inner > .text{
		margin-top:20px;
		padding-right:0;
		width:100%;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Message box 01
	---------------------------------*/
	.is-style-ct-message_box_01{
		justify-content:space-around;
	}
	.is-style-ct-message_box_01 > .photo{
		width:70%;
		max-width:250px;
	}
	.is-style-ct-message_box_01 > .text{
		margin-top:1.5rem;
		width:100%;
	}
	.is-style-ct-message_box_01.photo_right > .photo{
		order:1;
	}
	.is-style-ct-message_box_01.photo_right > .text{
		order:2;
	}
	/* Message box 02
	---------------------------------*/
	.is-style-ct-message_box_02{
		justify-content:space-around;
	}
	.is-style-ct-message_box_02 > .photo{
		width:70%;
		max-width:250px;
	}
	.is-style-ct-message_box_02 > .text{
		margin-top:1.5rem;
		width:100%;
	}
	/*----------------------------------
		Layout
	----------------------------------*/
	/* Column */
	.lo-2column > .col{
		margin-bottom:25px;
		width:100%;
	}
	.lo-2column > .col:last-child{
		margin-bottom:0;
	}
	.lo-3column > .col{
		margin-bottom:25px;
		width:100%;
	}
	.lo-3column > .col:last-child{
		margin-bottom:0;
	}
}

@media screen and (max-width:500px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.is-style-ct-page_title_02{
		height:350px;
		background-position:49% center;
	}
	.is-style-ct-page_title_02 > .inner img{
		width:55%;
	}
	.is-style-ct-home_h_01{
		font-size:1.7rem;
	}
	.is-style-ct-home_h_02{
		font-size:2.5rem;
	}
	.is-style-ct-home_h_02::before{
		width:2.2rem;
	}
	/*----------------------------------
		Button
	----------------------------------*/
	.is-style-ct-3buttons li{
		width:100%;
	}
	.is-style-ct-4buttons li{
		width:48%;
	}
	.is-style-ct-link_list_01.col2 li{
		width:100%;
	}
	.is-style-ct-link_list_01.col3 li{
		width:100%;
	}
	.is-style-ct-link_list_01 li a{
		font-size:1rem;
	}
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Member list 01
	---------------------------------*/
	.is-style-ct-member_list_01 > li > .image {
		width:80%;
		max-width: 100px;
	}
	.is-style-ct-member_list_01 > li > .text_01 {
		margin-top:1rem;
		width:100%;
	}
	/* Member list 01
	---------------------------------*/
	.is-style-ct-member_list_02 > li{
		width:100%;
	}
}

@media screen and (max-width:350px){
}