■様式関係以外で必要な書類は、手引きの13頁を参照ください。■様式関係以外で必要な書類は、手引きの13頁を参照ください。■様式関係以外で必要な書類は、手引きの13頁を参照ください。■様式関係以外で必要な書類は、手引きの13頁を参照ください。https://workflow.sateraito.jp/kntcthd.co.jp/docdetail/doc-202504211114011fzt5KOJVUozEoe2?hl=ja
https://workflow.sateraito.jp/kntcthd.co.jp/docdetail/doc-202504211114011fzt5KOJVUozEoe2?hl=ja
https://workflow.sateraito.jp/kntcthd.co.jp/docdetail/doc-202504211114011fzt5KOJVUozEoe2?hl=ja
https://workflow.sateraito.jp/kntcthd.co.jp/docdetail/doc-202504211114011fzt5KOJVUozEoe2?hl=ja
https://workflow.sateraito.jp/kntcthd.co.jp/docdetail/doc-202504211114011fzt5KOJVUozEoe2?hl=ja
@charset "UTF-8";

/*-- R4 Hojyo exhibition - Parts --
----------------------------------

★接頭辞の意味
ct…コンテンツ
lo…レイアウト
dc…装飾
tx…文字設定
接頭辞無し…パーツに属するcssまたは調整用

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)
Fine adjustment of layout
Page-specific style

Media Queries 1500 1300 1000 800 500 350

----------------------------------
----------------------------------*/

/*----------------------------------
	Headings
----------------------------------*/
.ct-page_title{
	display:flex;
	align-items:center;
	margin:0 0 60px;
	height:200px;
	background:url("../img/common-bg-03.png") center center no-repeat;
	background-size:auto 120%;
	border-bottom:1px solid rgb(197,203,204);
}
.ct-page_title > .inner{
	display:block;
	margin:0 auto;
	padding:0 var(--main-pad);
	width:100%;
	max-width:1220px;
	font-size:2rem;
	line-height:1.4;
	color:var(--theme-color-01);
	text-align:center;
}

.ct-home_h_01{
	position:relative;
	margin:0 0 1.5rem;
	padding-bottom:.8rem;
	font-size:2rem;
	font-weight:700;
	color:#00b9ef;
	line-height:1.4;
}
.ct-home_h_01::after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	display:block;
	border-bottom:2px solid rgb(207,207,207);
	width:150px;
}

.ct-h_01{
	position:relative;
	margin:3rem 0 1rem;
	padding:0 0 .5rem;
	border-bottom:2px solid rgb(207,207,207);
	color:#00b9ef;
	font-size:1.875rem;
	font-weight:700;
	line-height:1.4;
	text-align:center;
}

.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:#00b9ef;
}
.ct-h_02::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	display:block;
	width:56px;
	border-bottom:1px solid var(--theme-color-01);
}

.ct-h_03{
	position:relative;
	margin:1.8em 0 .6em;
	width:100%;
	font-size:1.125rem;
	font-weight:500;
	color:var(--theme-color-01);
	line-height:1.3;
}
.ct-h_03::before{
	content:"";
	position:absolute;
	top:.5rem;
	left:-.7rem;
	display:block;
	background:var(--theme-color-01);
	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:rgb(50,60,120);
	border-left:solid 4px rgb(80,90,120);
	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;
}
.ct-h_06{
	color:#00b9ef;
	font-size:1.400rem;
	font-weight:700;
	line-height:1.2;
}

.ct-post_date{
	position:relative;
	margin:.7rem 0 1.5rem;
	width:100%;
	font-size:.937rem;
	font-weight:700;
	color:rgb(160,160,160);
	line-height:1.3;
}

/*----------------------------------
	Button
----------------------------------*/
/*-- Single --*/
.ct-button_01{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:.5rem 1.4rem .5rem 1rem;
	background:rgb(255,255,255);
	min-width:90px;
	border:solid 1px var(--theme-color-01);
	font-weight:500;
	color:var(--theme-color-01);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity;
}
.ct-button_01:hover{
	opacity:.5;
}
.ct-button_01::before{
	position:absolute;
	top:50%;
	right:7px;
	content:"";
	display:block;
	box-sizing:border-box;
	width:.5rem;
	height:.5rem;
	border-style:solid;
	border-color:rgba(255,255,255,0);
	border-top-color:var(--theme-color-01);
	border-right-color:var(--theme-color-01);
	border-width:2px 2px 0 0;
	transform:translateY(-50%) rotate(45deg);
}
/*-- Multi --*/
.ct-1buttons,
.ct-2buttons,
.ct-3buttons,
.ct-4buttons,
.ct-2large_buttons,
.ct-content_list{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2rem auto;
	padding:0;
	text-align:center;
	list-style:none;
	z-index:0;
}
.ct-1buttons li,
.ct-2buttons li,
.ct-3buttons li,
.ct-4buttons li,
.ct-2large_buttons li{
	display:flex;
	margin: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-01);
	box-shadow:1px 1px 3px rgba(0,0,0,.25);
	font-weight:500;
	color:var(--theme-color-01);
	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-01);
	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-01);
	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:.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(133,133,133);
	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) rgba(46,196,252,0) rgba(46,196,252,0) rgba(77,77,77,1);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-link_list_01 li a:hover{
	background:rgb(133,133,133);
	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.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);
}


a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 500px;
	margin: 30px auto;
	padding: 1rem 4rem;
	font-weight: bold;

	/*background: #FFB133;*/background: #00b9ef;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12:hover {
	background: #f9ed69;/*background: #FC9C00;*/
	color: #000;
}
/*----------------------------------
	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 > li,
.ct-ul_02 > li,
.ct-ol_01 > li,
.ct-ol_02 > li,
.ct-ol_03 > li,
.ct-ol_04 > li,
.ct-ol_05 > li,
.ct-ol_06 > li{
	margin:.7em 0;
}

.ct-ul_01{
	list-style:none;
}
.ct-ul_01 > li{
	position:relative;
}
.ct-ul_01 > li:before{
	content:"";
	position:absolute;
	top:.8rem;
	left:-1.15em;
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:var(--theme-color-01);
	font-weight:500;
}

.ct-ul_02{
	padding-left:0;
	list-style:none;
}
.ct-ul_02 > li{
	position:relative;
	display:inline-block;
	margin-left:1.5em;
	margin-right:1.5em;
}
.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;
}

.ct-ol_02{
	list-style:none;
	counter-reset:paren;
}
.ct-ol_02 > li{
	position:relative;
}
.ct-ol_02 > 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 > li{
	margin:.5em 0;
}
.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;
}

.ct-ol_04{
	list-style:none;
	counter-reset:roman_numerals;
}
.ct-ol_04 > li{
	position:relative;
}
.ct-ol_04 > 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 > li{
	position:relative;
}
.ct-ol_05 > 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 > li{
	position:relative;
}
.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
----------------------------------*/
.ct-dl_01{
	margin:1.5rem 0;
	padding-left:.8rem;
}
.ct-dl_01 > dt,
.ct-dl_01 > dd{
	border-left:3px solid rgb(180,190,180);
	padding-left:.5rem;
}
.ct-dl_01 > dt{
	margin-top:.9em;
	font-weight:700;
	color:rgb(120,120,120);
}
.ct-dl_01 > dd{
	margin-left:0;
	margin-bottom:.9em;
}

/*----------------------------------
	Horizontalrule
----------------------------------*/
.ct-hr_01{
	margin:1.75rem auto;
	border:none;
	border-top:dotted 1px var(--theme-color-01);
}
.ct-hr_02{
	margin:2.5rem auto;
	border:none;
	border-top:dotted 2px var(--theme-color-01);
}

/*----------------------------------
	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 1.5rem;
	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 > .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 > .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 > .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 > .ac_button:not(.clicked):hover{
	background:var(--theme-color-01);
	color:rgb(255,255,255);
}
.wrapper:not(.ct-touch_device) .ct-ac_box_01 > .ac_button:not(.clicked):hover::after{
	transform:rotate(-90deg);
}
.ct-ac_box_01 > .ac_button.clicked{
	background:var(--theme-color-01);
	color:rgb(255,255,255);
}
.ct-ac_box_01 > .ac_button.clicked::after{
	transform:rotate(0deg);
	border-color:rgb(255,255,255);
}
.ct-ac_box_01 > .ac_content{
	padding:.5em 5px .8em 10px;
	width:100%;
	display:none;
}
/*----------------------------------
	box
----------------------------------*/
.blue_box{
	border: solid 2px #00b9ef;
	background: #FBFDFF;
	padding: 0 10px 20px 10px;
	margin-top: 3em;
	border-radius: 10px;
}

/*----------------------------------
	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
---------------------------------*/
.ct-hero_area{
	padding:100px var(--main-pad);
	background:url(../img/heroarea-bg-04.png) center center no-repeat,url(../img/heroarea-bg-02.jpg) center center no-repeat;
	background-size:auto 100%, cover;
	color:rgb(255,255,255);
	text-align:center;
}
.ct-hero_area .image{
	margin:0 auto;
	padding-bottom:1.2em;
	width:100%;
	max-width:590px;
	border-bottom:1px dotted rgb(255,255,255);
}
.ct-hero_area .image img{
	width:100%;
	vertical-align:bottom;
}
/* Home about and notice
---------------------------------*/
.ct-home_about_and_notice{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	max-width:1660px;
}
.ct-home_about_and_notice > .col{
	width:48%;
}
/* News list 01
---------------------------------*/
.ct-news_list_01{
	margin:0 auto;
	padding:0;
	width:100%;
	list-style:none;
}
.ct-news_list_01 li{
	margin:0 auto;
	border-bottom:1px solid rgb(220,220,220);
    text-align: left;
}
.ct-news_list_01 li a{
	display:flex;
	padding:.8rem 0;
	color:inherit;
	font-weight:700;
	line-height:1.4;
	text-decoration: underline;
	transition:opacity .15s ease-out;
}
.ct-news_list_01 li a:hover{
	opacity:.5;
}
.ct-news_list_01 li a .date{
	margin:0;
	width:6rem;
	color:rgb(146,154,159);
}
.ct-news_list_01 li a .title{
	margin:0;
	width:calc(100% - 6rem);
}
/* Home content 01
---------------------------------*/
.ct-home_content_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:2rem auto;
}
.ct-home_content_01 > .col{
	width:100%;
	max-width:600px;
	border:2px solid rgb(200,200,200);
}
.ct-home_content_01 .title_01{
	margin:0;
	padding:.7rem .5rem;
	background:rgb(200,200,200);
	font-size:1.375rem;
	font-weight:400;
	color:rgb(255,255,255);
	line-height:1.4;
	text-align:center;
}
.ct-home_content_01 > .col > .inner{
	padding:1rem 1.3rem;
}
.ct-home_content_01 .title_02{
	margin:0;
	padding:0 0 .5rem;
	border-bottom:1px dotted rgb(180,180,180);
	font-size:1.125rem;
	font-weight:700;
	color:rgb(100,100,100);
	line-height:1.4;
	text-align:center;
}
.ct-home_content_01 .rate{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:center;
}
.ct-home_content_01 .rate > .col{
	padding:.8rem .5rem;
	width:25%;
	background:rgb(240,240,240);
}
.ct-home_content_01 .rate > .col:nth-child(even){
	border-left:2px dotted rgb(255,255,255);
}
.ct-home_content_01 .title_03{
	margin:0;
	padding:0;
	font-size:1.125rem;
	font-weight:700;
	color:rgb(100,100,100);
	line-height:1.4;
}
.ct-home_content_01 .rate p{
	margin:0;
	font-size:1.5rem;
}
.ct-home_content_01 > .col.red{
	border-color:rgb(255,165,125);
}
.ct-home_content_01 > .col.red .title_01{
	background:rgb(255,165,125);
}
.ct-home_content_01 > .col.red .title_03{
	color:rgb(217,81,29);
}
.ct-home_content_01 > .col.red .rate > .col{
	background:rgb(255,238,231);
}
.ct-home_content_01 > .col.blue{
	border-color:rgb(83,174,255);
}
.ct-home_content_01 > .col.blue .title_01{
	background:rgb(83,174,255);
}
.ct-home_content_01 > .col.blue .title_03{
	color:rgb(34,137,209);
}
.ct-home_content_01 > .col.blue .rate > .col{
	background:rgb(221,239,255);
}
/* 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-01);
}
.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-01);
	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-01);
	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
---------------------------------*/
.ct-pagination_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	margin:1.5em auto;
	padding-left:0;
	list-style:none;
	border-radius:3px;
}
.ct-pagination_01 li.page-item{
	list-style: none;
}
.ct-pagination_01 li.page-item .page-link{
	position:relative;
	display:block;
	padding:0.5rem 0.9rem;
	margin-left:-1px;
	background-color:rgb(255,255,255);
	border:1px solid var(--theme-color-01);
	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;
}
.ct-pagination_01 li.page-item.active .page-link{
	z-index:1;
	background-color:var(--theme-color-01);
	border-color:var(--theme-color-01);
	color:rgb(255,255,255);
}
.ct-pagination_01 li.page-item:hover .page-link{
	z-index:1;
	background-color:rgb(50,190,120);
	border-color:rgb(50,190,120);
	color:rgb(255,255,255);
}
/* Under Construction
---------------------------------*/
.ct-underconstruction{
	margin:2rem auto;
	padding:.8em 0;
	width:70%;
	max-width:300px;
	border-top:dotted 2px var(--theme-color-01);
	border-bottom:dotted 2px var(--theme-color-01);
	font-size:1.25rem;
	text-align:center;
}
/* Post
---------------------------------*/
.ct-post_date{
	margin:0;
	font-size:1.2rem;
	font-weight:700;
	color:rgb(85,109,132);
}
.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);
}
.ct-post_date.end.en::before{
	content:"The event has ended";
}
.ct-post_title{
	position:relative;
	margin:0;
	font-size:1.866rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(133,133,133);
}

/* Post
---------------------------------*/
.ct-post_title{
	margin:0 auto;
	padding:0 var(--main-pad);
	padding-top:30px;
	width:100%;
	max-width:1100px;
}
.ct-post_style h3{
	position:relative;
	margin:2.4rem 0 .6rem;
	padding-bottom:.6rem;
	border-bottom:1px solid rgb(190,190,190);
	font-size:1.5rem;
	font-weight:700;
	line-height:1.4;
	color:rgb(0,049,89);
}
.ct-post_style h3::before{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	display:block;
	width:100px;
	border-bottom:1px solid rgb(44,159,216);
}
.ct-post_style h4{
	position:relative;
	margin:1.8em 0 .6em;
	padding-bottom:.3em;
	width:100%;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1.25rem;
	font-weight:500;
	color:rgb(50,50,100);
	line-height:1.3;
}
.ct-post_style h4::before{
	content:"";
	position:absolute;
	top:.6rem;
	left:-16px;
	display:block;
	border:2px solid rgb(70,80,140);
	border-radius:50%;
	width:10px;
	height:10px;
}
.ct-post_style h5{
	position:relative;
	margin:1.8em 0 .5em;
	padding:.1em .5em;
	width:100%;
	font-size:1.125rem;
	font-weight:500;
	color:rgb(50,60,120);
	border-left:solid 4px rgb(80,90,120);
	line-height:1.3;
}
.ct-post_style h6{
	position:relative;
	margin:1.8em 0 .5em;
	width:100%;
	font-size:1rem;
	font-weight:700;
	color:rgb(30,70,90);
	line-height:1.3;
}

/*----------------------------------
	Layout
----------------------------------*/
/* Width control */
.lo-w900{
	max-width:900px;
}
.lo-w1100{
	max-width:1100px;
}
.lo-w1200{
	max-width:1200px;
}
.lo-w1300{
	max-width:1300px;
}
/*.lo-w1100::after,
.lo-w1200::after,
.lo-w1300::after{
	content:"";
	display:table;
	clear:both;
}*/
/* 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);
}
/* 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{
	padding:1px 0;
	background:url("../img/common-bg-01.png") left -100px center no-repeat;
	background-size:436px;
}
.dc-bg_02{
	background:rgb(251,251,251);
	border-style:solid;
	border-width:1px 0 1px 0;
	border-color:var(--theme-color-01);
}
.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{width:100%;max-width:100%;}
.w700{width:100%;max-width:700px;}
.w500{width:100%;max-width:500px;}
.w350{width:100%;max-width:350px;}
.w300{width:100%;max-width:300px;}
.w250{width:100%;max-width:250px;}
.w200{width:100%;max-width:200px;}
.w150{width:100%;max-width:150px;}

/*----------------------------------
	Page-specific style
----------------------------------*/
/* 404
---------------------------------*/
#page_error404{
	font-size:1em;
}
#page_error404 .post_text{
	padding:30px 0 0;
}
#page_error404 .recommend{
	font-size:1.2em;
	font-weight:700;
}
#page_error404 .post_text form{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin:0;
	padding:0;
	width:100%;
}
#page_error404 .post_text .search,
#page_error404 .post_text .submit{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:300;
	color:rgb(60,60,60);
	line-height:1.8;
}
#page_error404 .post_text .search{
	padding:.5em;
	width:calc(100% - 60px);
	font-size:1em;
}
#page_error404 .post_text .submit{
	padding:.5em 0;
	font-size:.9em;
	width:55px;
	border:solid 1px rgb(180,180,180);
	background:rgb(161,35,54);
	color:rgb(255,255,255);
}
/* Search
---------------------------------*/
#page_search{
	font-size:1em;
}
#page_search .post_text{
	margin:30px 0;
}
#page_search .entry-header{
	padding:30px 0 0;
}
#page_search .entry-summary{
	padding:0 0 30px;
}
#page_search .recommend{
	font-size:1.2em;
	font-weight:700;
}
#page_search h3{
	position:relative;
	margin:1.5em 0 .4em;
	padding:.3em 0 .4em 0;
	border-bottom:dotted 1px rgb(200,200,200);
	font-size:1.25rem;
	line-height:1.4;
}
#page_search h3 a{
	color:inherit;
}
#page_search .edit-link a,
#page_search .link-more a{
	color:inherit;
}
#page_search h4{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:1.5em 0 .4em;
	font-size:1.125em;
	line-height:1.3;
}
#page_search p{
	margin:0;
}
#page_search .post_text form{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin:0;
	padding:0;
	width:100%;
}
#page_search .post_text .search,
#page_search .post_text .submit{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	border-radius:4px;
	font-family:'Noto Sans Japanese', sans-serif;
	font-weight:300;
	color:rgb(60,60,60);
	line-height:1.8;
}
#page_search .post_text .search{
	padding:.5em;
	width:calc(100% - 60px);
	font-size:1em;
}
#page_search .post_text .submit{
	padding:.5em 0;
	font-size:.9em;
	width:55px;
}
.navigation.pagination h2{
	display:none;
}
.navigation.pagination .nav-links{
	box-sizing:border-box;
	position:relative;
	padding:1.5em 45px 0;
	width:100%;
	content: "";
	display: table;
	table-layout: fixed;
	text-align:center;
}
.page-numbers{
	box-sizing:border-box;
	display:inline-block;
	margin:0 .3em;
	padding:.3em .5em;
	border:solid 1px rgb(210,150,80);
	border-radius:4px;
	font-weight:600;
	color:rgb(210,150,80);
	text-decoration:none;
	transition:opacity .2s ease-out;
}
a.page-numbers:hover{
	opacity:.5;
}
.page-numbers.current{
	color:inherit;
	border-color:rgb(80,80,80);
}
.prev.page-numbers {
	position:absolute;
	top:1.2em;
	left:0;
	padding:0;
	border:none;
}
.next.page-numbers {
	position:absolute;
	top:1.2em;
	right:0;
	padding:0;
	border:none;
}
.next.page-numbers,
.prev.page-numbers,
.next.page-numbers svg,
.prev.page-numbers svg{
	box-sizing:border-box;
	width:45px;
	height:45px;
}
.next.page-numbers svg,
.prev.page-numbers svg{
	color:rgb(210,150,80);
	fill:currentColor;
	transition:opacity .2s ease-out;
}
.next.page-numbers svg:hover,
.prev.page-numbers svg:hover{
	opacity:.5;
}
.prev.page-numbers .screen-reader-text,
.next.page-numbers .screen-reader-text{
	display:none;
}

/*---------------------------------
---------------------------------
	Media Queries
---------------------------------
---------------------------------*/
@media screen and (max-width:1500px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.ct-hero_area > img{
		max-width:290px;
	}
}

@media screen and (max-width:1300px){
	/*----------------------------------
		Headings
	----------------------------------*/
	.ct-page_title > .inner{
		font-size:2rem;
	}
}

@media screen and (max-width:1000px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* News list 01
	---------------------------------*/
	.ct-news_list_01 li a{
		display:block;
	}
	.ct-news_list_01 li a .date{
		width:100%;
	}
	.ct-news_list_01 li a .title{
		width:100%;
	}
	/*----------------------------------
		Layout
	----------------------------------*/
	/* Column */
	.lo-4column > .col{
		width:calc(33.333% - 15px);
	}
	.lo-4column > .col3{
		width:100%;
	}
}

@media screen and (max-width:800px){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.ct-hero_area .image{
		max-width:400px;
	}
	/* Home about and notice
	---------------------------------*/
	.ct-home_about_and_notice{
		display:block;
	}
	.ct-home_about_and_notice > .col{
		width:100%;
	}
	.ct-home_about_and_notice > .col + .col{
		margin-top:40px;
	}
	/*----------------------------------
		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 > .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
	----------------------------------*/
	/*----------------------------------
		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){
	/*----------------------------------
		Special block
	----------------------------------*/
	/* Hero area
	---------------------------------*/
	.ct-hero_area > img{
		max-width:200px;
	}
	/*----------------------------------
		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
	----------------------------------*/
	a.btn_12 {
	width: 100%;
		padding: 1em;
}
}

@media screen and (max-width:350px){
	/*----------------------------------
		Special block
	----------------------------------*/
}


.number{
	margin-block-start: 0;
    margin-block-end: 0;
}

.oln{list-style: none;
	    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-inline-start: 10px;
}

.scheme{
	width: 100%;
	margin: 0 auto;
    max-width: 800px;
}

.bm10{
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
	line-height: 1.5;
	padding-bottom: 15px;
}
.day{
	text-align: right;
	margin-bottom: 20px;
}

.sen{
	border-top:2px solid rgb(207,207,207);
	padding: 20px 0;
}

.ml4{
	margin-left: 4em;
}
.ml5{
	margin-left: 5em;
}
/*240408 start*/
.ct-button_02{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:2px 0;
	padding:1rem 4rem;
	background:#00b9e8;
	min-width:90px;
	border:solid 1px var(--theme-color-01);
	font-weight:500;
	color:#fff;
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity;
}
.ct-button_02:hover{
	opacity:.5;
    background: #f9ed69;
    color: #000;
    border: none;
}
.background_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 700px; /* ボタン幅 */
	font-size: 110%;
  position: relative;
  background: #00b9e8; /* 背景色 */
  border: 2px solid #00b9e8;
  padding: 0.7em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #4D9BC1; /* 文字色 */
}

.background_btn01:hover:before {
  border-top: 2px solid #4D9BC1; /* 矢印の色 */
  border-right: 2px solid #4D9BC1; /* 矢印の色 */
}
.background_btn02 {
  display: inline-block;
  width: 100%;
  max-width: 700px; /* ボタン幅 */
	font-size: 110%;
  position: relative;
  background: #FF9124; /* 背景色 */
  border: 2px solid #FF9124;
  padding: 0.7em 2em;
  font-weight: bold;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

.background_btn02:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

/* マウスオーバーした際のデザイン */
.background_btn02:hover {
  background: #fff; /* 背景色 */
  color: #FF9124; /* 文字色 */
}

.background_btn02:hover:before {
  border-top: 2px solid #FF9124; /* 矢印の色 */
  border-right: 2px solid #FF9124; /* 矢印の色 */
}
/*240408 end*/


ul{
  padding-left:0;
}

li{
  list-style:none!important;
}
	





summary{
background: #02418E;
color: #fff;
padding: 5px 1rem;
}
