@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

/*フォント表記
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-style: normal;
    background:transparent;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}


body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}






/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px){
html {
	font-size: 2.45vw;
}
	
	body{
		font-size: 1.6rem;
	}
}

body {
    color: #333;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.9;
}

header {
	margin: 0 auto;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: #fff;
	transition-duration: 500ms;
	/*background: rgba( 255, 255, 255, 0.5 );
	box-shadow: 0 4px 20px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 12px );
	-webkit-backdrop-filter: blur( 12px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );*/
}

header.header__scroll{
	box-shadow: 1px 0px 7px 0 rgba( 0, 0, 0, 0.2 );
	transition-duration: 500ms;
}

.ly_header_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 90px;
	height: 90px;
}

header a{
	text-decoration: none;
}

.bl_logo{
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	color: #000;
}

.bl_logo img{
	width: 65px;
}

.el_siteTtl{
	margin-left: 15px;
	font-size: 2rem;
}

.bl_headerR{
	display: flex;
}

.el_menuBtn{
	display: none;
}

.bl_gNav{
	display: flex;
	height: 90px;
	overflow: hidden;
}

.bl_gNav a{
	display: flex;
	/*padding: 30px 5px 15px 5px;*/
	padding: 30px 0 15px;
	color: #000;
	position: relative;
	transition-duration: 500ms;
	margin: 0 20px 15px 0;
	/*font-size: 1.8rem;*/
	font-size: 1.6rem;
}

.bl_gNav a::after{
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 500ms;
}

.bl_gNav a:hover::after{
	width: 100%;
	transition-duration: 500ms;
}

.el_header_tell{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	height: 90px;
}

.el_header_tell span{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 10px;
}

.hr_header_tellBR{
		display: none;
	}

#mv{
	margin-top: 90px;
	width: 100%;
}

.el_newsTtl{
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 2.5rem;
	letter-spacing: 0.07em;
	margin-bottom: 50px;
}

.el_mainTtl{
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.el_mainTtl::before{
	content: '';
	display: inline-block;
	width: 55px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	}

.el_box{
	padding: 30px;
	margin: 30px 0;
	border-radius: 3px;
}

.el_box.el_box__gray{
	background-color: #F8F8F8;
}

main {
    display: block;
}

footer {
	background-color: #F8F8F8;
}

.ly_footer_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bl_footerL{
	width: 50%;
}

.bl_foote_logo{
	width: 110px;
	margin-right: 30px;
}

.bl_foote_logo img{
	width: 100%;
}

.el_footer_ttl{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5rem;
	
}

.bl_footerL dl{
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.el_footer_tell{
	font-weight: 700;
	font-size: 2.5rem;
	padding-left: 30px;
	position: relative;
}

.el_footer_tell::before{
	font-family: 'Material Symbols Outlined';
	content: '\e0b0';
	font-size: 2.5rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.bl_footerR{
	width: 45%;
}

.bl_footer_menu{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.bl_footer_menu a{
	text-decoration: none;
	color: #000;
	padding-left: 15px;
	position: relative;
}

.bl_footer_menu a::before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 10px;
}

.bl_footer_menu li{
	margin-right: 20px;
	white-space: nowrap;
}




#copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0;
	background-color: #F8F8F8;
}

.hr_min-height{
	min-height: 250px;
}

.jump_point{
	padding-top: 100px;
	margin-top: -100px;
}






/*header調整*/
@media screen and (max-width:1200px){
	.ly_header_flex{
		padding: 0 0 0 20px;
	}
	
	.bl_logo img{
		width: 40px;
	}
	
	.el_siteTtl{
		font-size: 1.6rem;
		margin-left: 10px;
	}
	
	.bl_gNav a{
		margin: 0 10px 10px 0;
		font-size: 1.6rem;
	}
	
	.el_header_tell{
		font-size: 1.6rem;
		padding: 10px 10px;
	}
	
	.hr_header_tellBR{
		display: block;
	}
}






@media screen and (max-width:768px){
	.ly_header_flex{
		padding: 0 0 0 15px;
		height: 65px;
	}
	
	.el_menuBtn{
		display: block;
		width: 50px;
		height: 50px;
		position: fixed;
		top: 7px;
		right: 2px;
	}
	
	
	.el_menuBtn_top{
		display: block;
		width: 24px;
		height: 1px;
		background-color: #000;
		position: fixed;
		top: 24px;
		right: 15px;
		transition-duration: 500ms;
	}
	
	.el_menuBtn_middle{
		display: block;
		width: 24px;
		height: 1px;
		background-color: #000;
		position: fixed;
		top: 31px;
		right: 15px;
		opacity: 1;
		transition-duration: 500ms;
	}
	
	.el_menuBtn_bottom{
		display: block;
		width: 24px;
		height: 1px;
		background-color: #000;
		position: fixed;
		top: 38px;
		right: 15px;
		transition-duration: 500ms;
	}
	
	.el_menuBtn.close .el_menuBtn_top{
		top: 31px;
		right: 15px;
		transform: rotate(45deg);
		transition-duration: 500ms;
	}
	
	.el_menuBtn.close .el_menuBtn_middle{
		opacity: 0;
		top: 31px;
		right: 15px;
		transform: rotate(45deg);
		transition-duration: 500ms;
	}
	
	.el_menuBtn.close .el_menuBtn_bottom{
		top: 31px;
		right: 15px;
		transform: rotate(-45deg);
		transition-duration: 500ms;
	}
	
	.bl_headerR{
		display: none;
		position: fixed;
		top: 65px;
		right: 0;
		width: 100%;
		height: calc(100vh - 65px);
		background-color: #fff;
		overflow: auto;
	}
	
	.bl_gNav{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.bl_gNav a{
		display: block;
		margin: 0;
		padding: 20px 30px;
		font-size: 1.8rem;
		overflow: auto;
	}
	
	.bl_gNav a::after{
		width: 8px;
		height: 8px;
		background-color: transparent!important;
		position: absolute;
		left: auto;
		right: 30px;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	
	.bl_gNav a:hover::after{
	width: 8px;
}
	
	.el_header_tell{
		/*position: absolute;
		bottom: 0;*/
		width: 100%;
		display: flex;
		align-items: center;
		font-size: 2.2rem;
		padding: 10px;
		height: auto;
	}
	
	.el_header_tell span{
		margin-bottom: 2px;
	}
	
	.hr_header_tellBR{
		display: none;
	}
	
	.el_box{
		padding: 18px 20px;
	}
	
	.ly_footer_flex{
		display: block;
	}
	
	.bl_footerL dl{
		display: block;
	}
	
	.bl_footerL{
		width: 100%;
		border-right: none!important;
	}
	
	.bl_footerR{
		width: 100%;
	}
	
	.bl_footer_menu{
		display: block;
	}
	
	.bl_foote_logo{
		width: 90px;
	}
	
	.el_footer_ttl{
		margin-bottom: 15px;
	}
	
	.el_footer_address{
		font-size: 1.5rem;
		line-height: 1.7;
	}
	
	.bl_footer_menu{
		margin: 15px 0 25px;
	}
	
	.ly_top_padding.ly_top_padding__footer{
		padding-bottom: 0;
	}
	
	
	.jump_point{
	padding-top: 70px;
	margin-top: -70px;
}
	
	.bl_gNav li:nth-child(4){
	display: none;
}
	
}



/***** clearfix *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:768px){
.pc {
	display: none;
}

.sp {
	display: block;
}
}





/***** margin *****/
.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb3 {
	margin-top: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}






/***** リスト *****/
.disc {
    margin-left: 20px;
    list-style-type: none;
}

.deci {
    margin-left: 20px;
    list-style-type: decimal;
}

.li_mb5 li {
    margin-bottom: 5px;
}

.li_mb5 li:last-child {
    margin-bottom: 0;
}

.li_mb10 li {
    margin-bottom: 10px;
}

.li_mb10 li:last-child {
    margin-bottom: 0;
}




/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}

.ft_l {
	font-size: 1.8rem;
}

.ft_ll {
	font-size: 2.2rem;
}





/***** フォント太さ *****/
.bold {
	font-weight: 700;
}

.normal {
    font-weight: normal;
}





/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}

.note::before {
    content: "※";
}

.note_dl dt {
    width: 2.5em;
    float: left;
    clear: left;
}

.note_dl dd {
    padding-left: 2.5em;
}





/***** 位置 *****/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}




/***** 色 *****/
.red {
	color: #cc0000;
}

.black {
    color: #000;
}




/***** 取り消し *****/
.cancel {
    text-decoration: line-through;
}





/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}





/***** アイコン *****/
.win_icon{
	margin-right: 5px;
	padding-right: 18px;
	background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
	background-size: 13px 11px;	
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

@media screen and (max-width:768px){
.win_icon{
	margin-right: 5px;
	padding-right: 18px;
	background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
	background-size: 13px 11px;	
}

.pdf_icon {
	padding-right: 20px;
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.xls_icon {
	padding-right: 20px;
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.doc_icon {
	padding-right: 20px;
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.ppt_icon {
	padding-right: 20px;
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
}



/* ページトップ */
/*********************/
#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
    transition: 0.5s;
	/*border-radius: 100px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#pagetop span {
	border-right: 8px solid transparent;
	border-left: 8px solid transparent; 
	border-bottom: 11px solid #fff; 
	display: block;
}

#pagetop:hover {
    opacity: 0.7;
}



/***** ボタン *****/
:root {
	--btn-border: #c6002f 3px solid;/*色はサイトによる*/
	--btn-color: #c6002f;/*色はサイトによる*/
	--btn-pad: 20px 0;
}
@media screen and (max-width:768px){
:root {
	--btn-pad: 10px 0;
}
}

.btn a {
	padding: var(--btn-pad);
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #fff;
	border: var(--btn-border);
    border-radius: 3px;
    transition: all 0.4s;
	display: block;
	position: relative;
}

.btn a::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(-45deg);
	transition-duration: 500ms;
}

.btn_yoyaku a{
	max-width: 300px;
	font-size: 1.8rem;
}

.ly_btn_right{
	margin: 10px 0 0 auto;
}

.btn.btn__white a{
	background-color: #fff!important;
}

.btn.btn__white a:hover::after{
	right: 10px;
}





@media screen and (max-width:768px){
.btn a {
    padding: var(--btn-pad);
}
}

.btn a:hover {
    color: #fff;
	background-color: var(--btn-color);
}

.btn .no_link {
	padding: var(--btn-pad);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #999;
	background-color: #f3f3f3;
	border: #ccc 3px solid;
    border-radius: 5px;
	display: block;
}
@media screen and (max-width:768px){
.btn .no_link {
	padding: var(--btn-pad);
}
}

.btn1 a {
	display: block;
}

.btn2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:768px){
.btn2 {
    display: block;
}
}

.btn2 li {
	width: 49%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}
@media screen and (max-width:768px){
.btn2 li {
    width: 100%;
    display: block;
}
}

.btn2 a {
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px){
.btn2 a {
	padding: var(--btn-pad);
    display: block;
	box-sizing: border-box;
}
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_s {
	width: 100%;
}
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_m {
	width: 100%;
}
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px){
.btn_l {
	width: 100%;
}
}



/***** 色 *****/
:root {
	--color-or: #CF7D02;
	--subColor-or: #E28803;
	--color-bl: #224570;
	--subColor-bl: #1359AA;
	--color-rd: #922525;
	--subColor-rd: #BB0E0E;
	--color-gr: #375454;
	--subColor-gr: #376D6C;
}




/***** オレンジ *****/
#cl_or #important,
#cl_or #contact,
#cl_or #pagetop {
	background: var(--color-or);
}

#cl_or footer > div:first-child {
	border-right-color: var(--color-or);
}

#cl_or .el_header_tell{
	background-color: var(--color-or);
	color: #fff;
}

#cl_or .bl_gNav a::after{
	background-color: var(--color-or);
}

#cl_or .bl_gNav a:hover{
	color: var(--color-or);
}

#cl_or .hr_font_siteColor{
	color: var(--subColor-or);
}

#cl_or .el_mv_timeTable_ttl{
	color: var(--subColor-or);
}

#cl_or .bl_mv_timeTable_table tr th:first-child{
	border-bottom: 2px solid var(--subColor-or);
}



/*ボタン*/
#cl_or .btn a {
	background-color: var(--color-or);
	border: 2px solid var(--color-or);
}

#cl_or .btn a:hover{
	background-color: #fff;
	color: var(--color-or);
}

#cl_or .btn a:hover::after{
	border-right: 2px solid var(--color-or);
	border-bottom: 2px solid var(--color-or);
	transition-duration: 500ms;
}

#cl_or .bl_newsList dt{
	color: var(--color-or);
}

#cl_or .el_newsTtl_flex::after{
	background-color: var(--subColor-or);
}

#cl_or .el_mainTtl::before{
		background-color: var(--subColor-or);
	}

#cl_or .el_accessTtl{
	color: var(--subColor-or);
}

#cl_or .bl_clInfo dt{
	border-top: 1px solid var(--subColor-or);
	color: var(--subColor-or);
}

#cl_or .bl_clInfo dl:last-of-type dt{
	border-bottom: 1px solid var(--subColor-or);
}

#cl_or .el_access_box dd::before{
	background-color: var(--subColor-or);
}

#cl_or .btn.btn__white a{
	color: var(--color-or);
}

#cl_or .btn.btn__white a::after{
	border-right: 2px solid var(--color-or);
	border-bottom: 2px solid var(--color-or);
}

#cl_or .bl_footerL{
	border-right: 1px solid var(--subColor-or);
}

#cl_or .el_footer_tell{
	color: var(--color-or);
}

#cl_or .bl_footer_menu a::before{
	border-right: 1px solid var(--subColor-or);
	border-bottom: 1px solid var(--subColor-or);
}

#cl_or .bl_contents_news dt{
	border-bottom: var(--subColor-or) solid 2px;
	border-image: linear-gradient(90deg,var(--subColor-or) 0%,var(--subColor-or) 20%,#fff 20%,#fff 100%);
	border-image-slice: 1;
}




@media screen and (max-width:768px){
#cl_or .bl_gNav li:first-child a{
		border-top: 1px solid var(--color-or);
	}
	
#cl_or .bl_gNav a{
		border-bottom:1px solid var(--color-or);
	}
	
#cl_or .bl_gNav a::after{
		border-right: 1px solid var(--color-or);
		border-bottom: 1px solid var(--color-or);
	}
	
	#cl_or .modal-open{
		color: var(--color-or);
	}
}




/***** 青 *****/
#cl_bl #important,
#cl_bl #contact,
#cl_bl #pagetop {
	background: var(--color-bl);
}

#cl_bl footer > div:first-child {
	border-right-color: var(--color-bl);
}

#cl_bl .el_header_tell{
	background-color: var(--color-bl);
	color: #fff;
}

#cl_bl .bl_gNav a::after{
	background-color: var(--color-bl);
}

#cl_bl .bl_gNav a:hover{
	color: var(--color-bl);
}

#cl_bl .hr_font_siteColor{
	color: var(--subColor-bl);
}

#cl_bl .el_mv_timeTable_ttl{
	color: var(--subColor-bl);
}

#cl_bl .bl_mv_timeTable_table tr th:first-child{
	border-bottom: 2px solid var(--subColor-bl);
}



/*ボタン*/
#cl_bl .btn a {
	background-color: var(--color-bl);
	border: 2px solid var(--color-bl);
}

#cl_bl .btn a:hover{
	background-color: #fff;
	color: var(--color-bl);
}

#cl_bl .btn a:hover::after{
	border-right: 2px solid var(--color-bl);
	border-bottom: 2px solid var(--color-bl);
	transition-duration: 500ms;
}

#cl_bl .bl_newsList dt{
	color: var(--color-bl);
}

#cl_bl .el_newsTtl_flex::after{
	background-color: var(--subColor-bl);
}

#cl_bl .el_mainTtl::before{
		background-color: var(--subColor-bl);
	}

#cl_bl .el_accessTtl{
	color: var(--subColor-bl);
}

#cl_bl .bl_clInfo dt{
	border-top: 1px solid var(--subColor-bl);
	color: var(--subColor-bl);
}

#cl_bl .bl_clInfo dl:last-of-type dt{
	border-bottom: 1px solid var(--subColor-bl);
}

#cl_bl .el_access_box dd::before{
	background-color: var(--subColor-bl);
}

#cl_bl .btn.btn__white a{
	color: var(--color-bl);
}

#cl_bl .btn.btn__white a::after{
	border-right: 2px solid var(--color-bl);
	border-bottom: 2px solid var(--color-bl);
}

#cl_bl .bl_footerL{
	border-right: 1px solid var(--subColor-bl);
}

#cl_bl .el_footer_tell{
	color: var(--color-bl);
}

#cl_bl .bl_footer_menu a::before{
	border-right: 1px solid var(--subColor-bl);
	border-bottom: 1px solid var(--subColor-bl);
}

#cl_bl .bl_contents_news dt{
	border-bottom: var(--subColor-bl) solid 2px;
	border-image: linear-gradient(90deg,var(--subColor-bl) 0%,var(--subColor-bl) 20%,#fff 20%,#fff 100%);
	border-image-slice: 1;
}




@media screen and (max-width:768px){
#cl_bl .bl_gNav li:first-child a{
		border-top: 1px solid var(--color-bl);
	}
	
#cl_bl .bl_gNav a{
		border-bottom:1px solid var(--color-bl);
	}
	
#cl_bl .bl_gNav a::after{
		border-right: 1px solid var(--color-bl);
		border-bottom: 1px solid var(--color-bl);
	}
	
	#cl_bl .modal-open{
		color: var(--color-bl);
	}
}




/***** 赤 *****/
#cl_rd #important,
#cl_rd #contact,
#cl_rd #pagetop {
	background: var(--color-rd);
}

#cl_rd footer > div:first-child {
	border-right-color: var(--color-rd);
}

#cl_rd .el_header_tell{
	background-color: var(--color-rd);
	color: #fff;
}

#cl_rd .bl_gNav a::after{
	background-color: var(--color-rd);
}

#cl_rd .bl_gNav a:hover{
	color: var(--color-rd);
}

#cl_rd .hr_font_siteColor{
	color: var(--subColor-rd);
}

#cl_rd .el_mv_timeTable_ttl{
	color: var(--subColor-rd);
}

#cl_rd .bl_mv_timeTable_table tr th:first-child{
	border-bottom: 2px solid var(--subColor-rd);
}



/*ボタン*/
#cl_rd .btn a {
	background-color: var(--color-rd);
	border: 2px solid var(--color-rd);
}

#cl_rd .btn a:hover{
	background-color: #fff;
	color: var(--color-rd);
}

#cl_rd .btn a:hover::after{
	border-right: 2px solid var(--color-rd);
	border-bottom: 2px solid var(--color-rd);
	transition-duration: 500ms;
}

#cl_rd .bl_newsList dt{
	color: var(--color-rd);
}

#cl_rd .el_newsTtl_flex::after{
	background-color: var(--subColor-rd);
}

#cl_rd .el_mainTtl::before{
		background-color: var(--subColor-rd);
	}

#cl_rd .el_accessTtl{
	color: var(--subColor-rd);
}

#cl_rd .bl_clInfo dt{
	border-top: 1px solid var(--subColor-rd);
	color: var(--subColor-rd);
}

#cl_rd .bl_clInfo dl:last-of-type dt{
	border-bottom: 1px solid var(--subColor-rd);
}

#cl_rd .el_access_box dd::before{
	background-color: var(--subColor-rd);
}

#cl_rd .btn.btn__white a{
	color: var(--color-rd);
}

#cl_rd .btn.btn__white a::after{
	border-right: 2px solid var(--color-rd);
	border-bottom: 2px solid var(--color-rd);
}

#cl_rd .bl_footerL{
	border-right: 1px solid var(--subColor-rd);
}

#cl_rd .el_footer_tell{
	color: var(--color-rd);
}

#cl_rd .bl_footer_menu a::before{
	border-right: 1px solid var(--subColor-rd);
	border-bottom: 1px solid var(--subColor-rd);
}

#cl_rd .bl_contents_news dt{
	border-bottom: var(--subColor-rd) solid 2px;
	border-image: linear-gradient(90deg,var(--subColor-rd) 0%,var(--subColor-rd) 20%,#fff 20%,#fff 100%);
	border-image-slice: 1;
}




@media screen and (max-width:768px){
#cl_rd .bl_gNav li:first-child a{
		border-top: 1px solid var(--color-rd);
	}
	
#cl_rd .bl_gNav a{
		border-bottom:1px solid var(--color-rd);
	}
	
#cl_rd .bl_gNav a::after{
		border-right: 1px solid var(--color-rd);
		border-bottom: 1px solid var(--color-rd);
	}
	
	#cl_rd .modal-open{
		color: var(--color-rd);
	}
}


/***** 緑 *****/
#cl_gr #important,
#cl_gr #contact,
#cl_gr #pagetop {
	background: var(--color-gr);
}

#cl_gr footer > div:first-child {
	border-right-color: var(--color-gr);
}

#cl_gr .el_header_tell{
	background-color: var(--color-gr);
	color: #fff;
}

/*ここから追加*/
#cl_gr .bl_gNav a::after{
	background-color: var(--color-gr);
}

#cl_gr .bl_gNav a:hover{
	color: var(--color-gr);
}

#cl_gr .hr_font_siteColor{
	color: var(--subColor-gr);
}

#cl_gr .el_mv_timeTable_ttl{
	color: var(--subColor-gr);
}

#cl_gr .bl_mv_timeTable_table tr th:first-child{
	border-bottom: 2px solid var(--subColor-gr);
}



/*ボタン*/
#cl_gr .btn a {
	background-color: var(--color-gr);
	border: 2px solid var(--color-gr);
}

#cl_gr .btn a:hover{
	background-color: #fff;
	color: var(--color-gr);
}

#cl_gr .btn a:hover::after{
	border-right: 2px solid var(--color-gr);
	border-bottom: 2px solid var(--color-gr);
	transition-duration: 500ms;
}

#cl_gr .bl_newsList dt{
	color: var(--color-gr);
}

.el_newsTtl_flex::after{
	background-color: var(--subColor-gr);
}

#cl_gr .el_mainTtl::before{
		background-color: var(--subColor-gr);
	}

#cl_gr .el_accessTtl{
	color: var(--subColor-gr);
}

#cl_gr .bl_clInfo dt{
	border-top: 1px solid var(--subColor-gr);
	color: var(--subColor-gr);
}

#cl_gr .bl_clInfo dl:last-of-type dt{
	border-bottom: 1px solid var(--subColor-gr);
}

#cl_gr .el_access_box dd::before{
	background-color: var(--subColor-gr);
}

#cl_gr .btn.btn__white a{
	color: var(--color-gr);
}

#cl_gr .btn.btn__white a::after{
	border-right: 2px solid var(--color-gr);
	border-bottom: 2px solid var(--color-gr);
}

#cl_gr .bl_footerL{
	border-right: 1px solid var(--subColor-gr);
}

#cl_gr .el_footer_tell{
	color: var(--color-gr);
}

#cl_gr .bl_footer_menu a::before{
	border-right: 1px solid var(--subColor-gr);
	border-bottom: 1px solid var(--subColor-gr);
}

#cl_gr .bl_contents_news dt{
	border-bottom: var(--subColor-gr) solid 2px;
	border-image: linear-gradient(90deg,var(--subColor-gr) 0%,var(--subColor-gr) 20%,#fff 20%,#fff 100%);
	border-image-slice: 1;
}




@media screen and (max-width:768px){
#cl_gr .bl_gNav li:first-child a{
		border-top: 1px solid var(--color-gr);
	}
	
#cl_gr .bl_gNav a{
		border-bottom:1px solid var(--color-gr);
	}
	
#cl_gr .bl_gNav a::after{
		border-right: 1px solid var(--color-gr);
		border-bottom: 1px solid var(--color-gr);
	}
	
	#cl_gr .modal-open{
		color: var(--color-gr);
	}
}
