@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #034a92;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
	color: #222222;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
.show_sp{
	display: none;
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 243px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	/* デザインによって変更 */
	color: inherit;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 288px;
	/* デザインによって変更 */
}


/* header
================================================== */

#tmp_header {
	position: relative;
	z-index: 101;
	padding: 14px 0 10px;
	min-height: 100px;
	color: #222222;
	background-color: #ffffff;
	border-bottom: 2px solid transparent;
}

#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}

#tmp_hlogo {
	padding-top: 2px;
	flex: 0 1 330px;
}

#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 100%;
	height: 70px;
	font-size: 1.5rem;
	color: inherit;
	background: #ffffff url(/shared/site_education/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
	width: 100%;
	height: 70px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	max-width: 330px;
	width: 100%;
	height: 68px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_hnavi_s{
	display: block;
	position: static;
	padding-top: 9px;
	padding-left: 4px;
	flex: 0 1 647px;
}
#tmp_hnavi_s > ul{
	list-style: none;
	display: flex;
}
#tmp_hnavi_s > ul > li{
	margin-left: calc(20/643*100%);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	margin-left: 0 !important;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_mmenu{
	flex: 0 1 137px;
	text-align: left;
	margin-left: calc(16/643*100%);
}
#tmp_hnavi_s > ul > li > a{
	text-decoration: none;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 88.9%;
	width: 100%;
	min-height: 54px;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	min-height: 16px;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
}
#tmp_hnavi_s > ul > li > a > span > br{
	display: none;
}
#tmp_hnavi_lmenu > a,
#tmp_hnavi_mmenu > a{
	color: #222222;
	background-color: #ffffff;
}
#tmp_hnavi_mmenu > a {
	padding-top: 4px;
}
#tmp_hnavi_smenu > a,
#tmp_hnavi_rmenu > a{
	position: relative;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color;
}
#tmp_hnavi_smenu > a:after,
#tmp_hnavi_rmenu > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 2px solid #ffffff;
	border-radius: 5px;
	transition: 0.3s ease-in-out border-color;
}
#tmp_hnavi_smenu > a:hover:after,
#tmp_hnavi_rmenu > a:hover:after{
	border-width: 2px;
	opacity: 1;
}
#tmp_hnavi_lmenu {
	flex: 0 1 162px;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a {
	min-height: 54px;
	border-radius: 5px;
	border: 2px solid #ffffff;
	transition: all 0.3s ease-in-out;
	text-align: left;
}
#tmp_hnavi_s > ul > #tmp_hnavi_lmenu > a.active {
	border-color: #0149b8;
}
#tmp_hnavi_smenu {
	flex: 0 1 120px;
}
#tmp_hnavi_smenu > a {
	background-color: #0149b8;
	padding: 17px 10px 15px;
}
#tmp_hnavi_smenu > a.active{
	padding-left: 13px;
	color: #222222;
	border-color: #ffffff;
	background-color: #ffffff;
}
#tmp_hnavi_smenu > a:not(.active):hover,
#tmp_hnavi_smenu > a:not(.active):focus-visible {
	color: #0149b8;
	background-color: #ffffff;
}
#tmp_hnavi_smenu > a.active:after,
#tmp_hnavi_smenu > a:hover:after,
#tmp_hnavi_smenu > a:focus-visible:after {
	border-color: #0149b8;
	opacity: 1;
}
#tmp_hnavi_rmenu {
	width: 168px;
	flex: none;
}
#tmp_hnavi_rmenu > a{
	background-color: #bf0000;
	padding: 17px 5px 15px;
	text-align: left;
}
#tmp_hnavi_rmenu > a.active:after,
#tmp_hnavi_rmenu > a:hover:after,
#tmp_hnavi_rmenu > a:focus-visible:after {
	border-color: #bf0000;
	opacity: 1;
}
#tmp_hnavi_rmenu > a.active,
#tmp_hnavi_rmenu > a:hover,
#tmp_hnavi_rmenu > a:focus-visible {
	color: #bf0000;
	background-color: #ffffff;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 25px;
	background-image: url(/shared/site_education/images/icon/language_icon.png);
	background-size: 16px auto;
	background-position: left 3px;
}
#tmp_hnavi_mmenu > a > span{
	padding-left: 25px;
	background-image: url(/shared/site_education/images/icon/furi_icon.png);
	background-position: left 1px;
}
#tmp_hnavi_smenu > a > span{
	padding-left: 28px;
	background-image: url(/shared/site_education/images/icon/search_icon.png);
	background-position: left 2px;
}
#tmp_hnavi_smenu > a:hover > span,
#tmp_hnavi_smenu > a:focus-visible > span{
	background-image: url(/shared/site_education/images/icon/search_icon_hv.png);
}
#tmp_hnavi_lmenu > a.active > span {
	padding-left: 20px;
	font-weight: bold;
	background-image: url(/shared/site_education/images/icon/icon_close_bl.png);
	background-size: 15px auto;
}
#tmp_hnavi_smenu > a.active > span{
	padding-left: 20px;
	background-image: url(/shared/site_education/images/icon/icon_close_bl.png);
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 24px;
	background-image: url(/shared/site_education/images/icon/emergency_icon.png);
	background-position: left 2px;
}
#tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-image: url(/shared/site_education/images/icon/emergency_close_icon.png);
	background-position: left 3px;
}
#tmp_hnavi_rmenu > a:hover > span,
#tmp_hnavi_rmenu > a:focus-visible > span{
	background-image: url(/shared/site_education/images/icon/emergency_icon_hv.png);
}
/* Hover header common */
#tmp_hnavi_lmenu > a:hover > span,
#tmp_hnavi_mmenu > a:hover > span,
#tmp_sma_smenu .close_btn > a:hover > span,
#tmp_gnavi .drop_down_inner a:hover,
#tmp_gnavi .drop_down_ttl a:hover,
.search_form .link_simple a:hover{
	text-decoration: underline;
}
.gnavi > ul > li > a:focus-visible{
	outline-offset: -2px;
}
/* sma_menu
================================================== */
.spmenu_open,
.dropdown_open {
	position:relative;
	width: 100%;
	min-height: 100%;
	z-index: 800;
	background: #ffffff;
	color: #222222;
}
.spmenu_open:not(.rmenu):before,
.dropdown_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.6);
}
.wrap_sma_sch {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
	border-top: 2px solid #0149b8;
	color: #222222;
	background-color: #f1f4fb;
}
/* sma_smenu */
#tmp_sma_smenu .search_cate {
	display: none;
}
#tmp_sma_smenu  .menu_wrapper {
	padding-top: 46px;
	text-align: left;
}
#tmp_sma_smenu .sec_title {
	margin-bottom: 58px;
}
#tmp_sma_smenu .sec_title h2{
	text-align: center;
    font-size: 166.7%;
    font-weight: bold;
    line-height: 1.5;
	background-image: url(/shared/site_education/images/icon/search_eng_ttl.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
}
#tmp_sma_smenu .sch_ttl{
	font-weight: bold;
    padding-left: 27px;
	font-size: 122.2%;
    background: url(/shared/site_education/images/icon/title_icon.png) no-repeat left 7px;
	background-position: left 4px;
    color: #222222;
}
#tmp_sma_smenu .close_btn{
	text-align: center;
	border-top: 1px solid #0149b8;
}
#tmp_sma_smenu .close_btn > a{
	display: block;
	min-height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 88.9%;
	color: #222222;
	background-color: #f1f4fb;
	padding: 19px 10px;
}
#tmp_sma_smenu .close_btn > a > span{
	display: inline-block;
	min-height: 18px;
	color: inherit;
	background: transparent url(/shared/site_education/images/icon/icon_close_bl.png) no-repeat left 3px;
	padding-left: 22px;
}
/* search */
.search_wrapper .common_ttl p,
.search_wrapper .common_ttl label{
	font-size: 122.2%;
	line-height: 1.6;
}

/* search form*/
.search_form{
	display: flex;
	gap: 20px 41px;
	padding-bottom: 19px;
}
.search_form .search_blog{
	width: calc(50% - 20px);
}
.search_form .wrap_sch_box{
	display: flex;
}
.search_form .sch_ttl{
	align-self: center;
	flex-shrink: 0;
	margin: 4px 0 0;
	padding-right: 10px;
	width: 37.7%;
	font-size: 100%;
}
.search_form .sch_ttl label{
	display: inline-block;
	cursor: pointer;
}
.search_form .sch_wrap{
	position: relative;
	flex: 1 auto;
	width: 100%;
	align-self: start;
}
.search_form .sch_box input,
.search_form .sch_btn input{
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 1px solid #0149b8;
	font-size: 88.9%;
	font-weight: 500;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
.search_form .sch_box input{
	padding: 8px 86px 6px 20px;
	border-radius: 5px;
	height: 44px;
	color: #222222;
}
.search_form .sch_box input::placeholder{
	color: #737373;
	font-weight:bold;
}
.search_form .sch_btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	min-width: 78px;
	max-width: 40%;
}
.search_form .sch_btn input{
	padding: 4px 10px;
	background-color: #0149b8;
	border-radius: 0 5px 5px 0;
	border-width: 2px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.search_form .sch_btn input:focus,
.search_form .sch_btn input:hover{
	background-color: #FFFFFF;
	color: #0149b8;
}
.search_form .link_simple{
	margin-top: 9px;
	text-align: right;
}
.search_form .link_simple a{
	display: inline-block;
    padding: 3px 0 3px 27px;
    background: transparent url(/shared/site_education/images/icon/icon_arr_1.png) no-repeat 0 8px;
	font-size: 88.9%;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
/* language */
#tmp_sma_lmenu .wrap_sma_menu {
	padding: 55px 0 46px;
	text-align: left;
}
#tmp_sma_lmenu .language_ttl {
	font-size: 122.22%;
	font-weight: bold;
	margin: 0 0 47px;
	padding: 0 0 0 40px;
	text-align: center;
}
#tmp_sma_lmenu .language_ttl > p {
	padding: 0 32px 0 45px;
	display: inline-block;
	background: url(/shared/site_education/images/icon/icon_line_ttl.png),
	url(/shared/site_education/images/icon/icon_line_ttl.png);
	background-position: 0 12px, right 12px;
	background-repeat: no-repeat;
}
#tmp_sma_lmenu .language_list {
	list-style: none;
	margin: 0 -10px;
	display: flex;
	flex-wrap:wrap;
	padding-left: 10px;
}
#tmp_sma_lmenu .language_list a::after {
	display: none !important;
}
#tmp_sma_lmenu .language_list li:not(.load_more) {
	width: 25%;
	padding-right: 10px;
	margin: 0 0 34px;
	font-size: 88.89%;
}
#tmp_sma_lmenu .lang_link_btn a,
#tmp_sma_lmenu .language_list li:not(.load_more) a {
	display: inline-block;
	text-decoration: none;
	color: #222222;
	background: url(/shared/site_education/images/icon/icon_arr.png) no-repeat left 7px;
	padding: 0 0 0 22px;
}
#tmp_sma_lmenu .lang_link_btn a:hover,
#tmp_sma_lmenu .lang_link_btn a:focus,
#tmp_sma_lmenu .language_list li:not(.load_more) a:hover,
#tmp_sma_lmenu .language_list li:not(.load_more) a:focus {
	text-decoration: underline;
}
#tmp_sma_lmenu .lang_link_btn{
	text-align: center;
	font-size: 88.89%;
	width: 260px;
	margin: 0 auto;
}
#tmp_sma_lmenu .lang_link_btn a {
	padding-left: 30px;
	background-image: url(/shared/site_education/images/icon/icon_arr_1.png);
	background-position: left 5px;
}
#tmp_sma_lmenu .close_btn {
	display: none;
}
#tmp_sma_lmenu .load_more {
	width: 100%;
	margin-bottom: 14px;
	margin-left: -16px;
}
#tmp_sma_lmenu .load_more a {
	display: block;
	margin: auto;
	width: 200px;
	color:#000000;
	background-color: #ffffff;
	padding: 12px 0;
	text-align: center;
	border: 2px solid #cccccc;
	border-radius: 50px;
	text-decoration:none;
}
#tmp_sma_lmenu .load_more span {
	color:#000000;
	font-size: 88.89%;
	font-weight: bold;
	padding: 0 0 0 26px;
	background: url(/shared/site_education/images/icon/icon_more_open.png) no-repeat;
	background-position: left center;
}
#tmp_sma_lmenu .load_more a:hover,
#tmp_sma_lmenu .load_more a:focus {
	text-decoration:underline;
}
#tmp_sma_lmenu .load_more .hide span {
	background: url(/shared/site_education/images/icon/icon_more_close.png) no-repeat;
	background-position: left center;
}
/* emergency menu */
#tmp_emergency{
	position: relative;
	text-align: left;
	display: none;
	margin-bottom: -10px;
}
#tmp_emergency .emergency_wrap{
	margin-top: 12px;
	padding: 17px 0 20px;
	color: #ffffff;
	background-color: #bf0000;
}
#tmp_emergency .emergency_ttl{
    font-size: 122.2%;
    font-weight: bold;
    padding-left: 31px;
    color: inherit;
    background: transparent url(/shared/site_education/images/icon/emergency_ttl_icon.png) no-repeat left 4px;
    margin-bottom: 13px;
}
#tmp_emergency .emergency_ttl h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
}
#tmp_emergency .no_emergency{
	margin-bottom: 10px;
	font-weight: bold;
}
#tmp_emergency .emergency_inner_wrap{
	display: flex;
	gap: 0 20px;
	width: 100%;
}
#tmp_emergency .emergency_info{
	display: flex;
	flex-direction: column;
	align-self: flex-start;
    flex: 1;
    color: #222222;
    background-color: #ffffff;
    padding: 11px 20px 6px;
}
#tmp_emergency .emergency_cnt{
	border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
#tmp_emergency .emergency_cnt ul{
	list-style: none;
}
#tmp_emergency .emergency_cnt li{
	margin-bottom: 6px;
}
#tmp_emergency .link_simple a{
	display: inline-block;
	padding: 3px 0 3px 18px;
	background-position: 0 9px;
	font-size: 88.9%;
    line-height: 1.5;
    color: #222222;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    background-image: url(/shared/site_education/images/icon/emergency_arrow_icon.png);
	background-repeat: no-repeat;
}
#tmp_emergency .link_simple a:hover {
    text-decoration: underline;
}
#tmp_emergency .emergency_cnt .link_simple a{
    font-size: 100%;
    background-position: 0 11px;
    padding-left: 16px;
}
#tmp_emergency .emergency_more{
	text-align: right;
	margin-right: -2px;
}
#tmp_emergency .emergency_btn{
	width: 270px;
}
#tmp_emergency .emergency_btn > ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px 0;
}
#tmp_emergency .emergency_btn li a{
    text-decoration: none;
    position: relative;
    z-index: 2;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
	min-height: 123px;
    height: 100%;
    color: #bf0000;
    background-color: #ffffff;
    background-repeat: no-repeat;
    padding: 16px 20px 15px 106px;
    box-shadow: 0 5px 18px 2px rgba(0, 51, 103, 0.1);
	background-size: 36px auto, 94px 100%;
}
.furigana_on #tmp_emergency .emergency_btn li a {
	overflow-wrap: anywhere;
}
#tmp_emergency .emergency_btn li.disaster a{
	background-image: url(/shared/site_education/images/icon/disaster_icon.png), url(/shared/site_education/images/icon/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li.portal a{
	background-image: url(/shared/site_education/images/icon/portal_icon.png), url(/shared/site_education/images/icon/emergency_btn_bg.png);
	background-position: 23px center, left -2px center;
}
#tmp_emergency .emergency_btn li a:hover{
	text-decoration: underline;
}
/* gnavi
================================================== */
#tmp_gnavi {
	color: #222222;
	background-color: #f1f4fb;
}
.gnavi {
	color: inherit;
	clear: both;
}

.gnavi > ul {
	list-style: none;
	display: flex;
}

.gnavi > ul > li {
    position: relative;
    text-align: center;
}
.gnavi > ul > li.glist1 {
	flex: 0 1 156px;
}
.gnavi > ul > li.glist2 {
	flex: 0 1 95px;
}
.gnavi > ul > li.glist3 {
	flex: 0 1 276px;
}
.gnavi > ul > li.glist4 {
	flex: 0 1 241px;
}
.gnavi > ul > li.glist5 {
	flex: 0 1 238px;
}
.gnavi > ul > li.glist6 {
	flex: 0 1 194px;
}
.gnavi > ul > li:not(:first-child):before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 24px;
	bottom: 24px;
    border-left: 1px solid #0149b8;
}
.gnavi > ul > li > a {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    color: #222222;
    background-color: #f1f4fb;
    padding: 23px 3px 22px;
}
.gnavi > ul > li.glist1 > a {
	padding-left: 0;
	justify-content: flex-start;
}
.gnavi > ul > li.glist6 > a {
	padding-right: 0;
	justify-content: flex-end;
}
.gnavi > ul > li > a:after{
	content: '';
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: calc(50% - 20px);
	bottom: 0;
	height: 4px;
	width: 40px;
	color: inherit;
	background-color: #0149B8;
	transition: 0.3s ease-in-out opacity;
}
.gnavi > ul > li.active > a:after,
.gnavi > ul > li > a:hover:after {
	opacity: 1;
}

/*pnavi*/
.pnavi{
	position: absolute;
    right: 12px;
    top: -48px;
	z-index: 100;
	display: none;
	border-radius: 50%;
}
.pnavi,
.pnavi a{
	width: 98px;
	height: 98px;
}
.pnavi a {
	display: block;
	text-decoration: none;
	color: #222222;
	border: 2px solid #ffcc42;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
	font-size: 0.87rem;
	line-height: 1.2;
	padding: 37px 5px 10px;
	font-weight: bold;
	background: #ffcc42 url(/shared/site_education/images/icon/icon_back_top.png) no-repeat center 18px;
	background-size: 23px auto;
}
.pnavi a:hover,
.pnavi a:focus{
	background-color: #ffffff;
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -600px;
	transition: 0.3s opacity ease-in-out;
}
.no_javascript .pnavi{
	display: block;
}
/* footer
================================================== */

#tmp_footer {
	position: relative;
	z-index: 10;
	color: #222222;
	background-color: #f1f4fb;
	border-top: 1px solid transparent;
}

#tmp_footer .container{
	position: relative;
}
#tmp_footer .footer_bottom {
	padding-top: 59px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
#tmp_footer .footer_left {
	width: 388px;
}
#tmp_footer .footer_right {
	padding-top: 16px;
	width: 812px;
	min-width: 490px;
	flex: 1;
}
#tmp_footer .footer_logo {
	font-size: 188.9%;
	font-weight: bold;
	margin-bottom: 10px;
}
#tmp_footer .footer_logo p {
	padding: 8px 0 6px 56px;
	min-height: 68px;
	background-image: url(/shared/site_education/images/footer/flogo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tmp_footer address {
	font-size: 88.9%;
}
/* fnavi  */

.fnavi {
	list-style: none;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 15px;
}

.fnavi li:last-child {
	margin-right: 0;
}
.fnavi li a {
	display: inline-block;
	font-size: 88.9%;
	color: #222222;
	text-decoration: none;
	background: url(/shared/site_education/images/icon/icon_arr.png) no-repeat left 6px;
    padding: 0 0 0 22px;
}
.fnavi_btn {
	display: flex;
	gap: 20px;
	list-style: none;
}
.fnavi_btn li {
	width: calc(100%/3 - 10px);
}
.fnavi_btn li a {
	display: flex;
    font-size: 88.9%;
    padding: 11px 10px 9px 14px;
    text-decoration: none;
	align-items: center;
	height: 100%;
    color: #222222;
	background-color: #ffffff;
    border: 2px solid #0149b8;
    border-radius: 5px;
    
}
.fnavi_btn li a span{
	display: inline-block;
	padding-left: 24px;
	background: url(/shared/site_education/images/icon/icon_arr.png) no-repeat 0 calc(50% - 2px);
}
.footer_cnt address {
	font-style: normal;
}

.copyright {
	border-top: 1px solid transparent;
	padding: 6px 10px 7px;
	text-align: center;
	font-size: 88.9%;
	color: #ffffff;
	background-color: #0149b8;
}
.fnavi_btn li a:hover,
.fnavi li a:hover {
	text-decoration: underline;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_education/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_education/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_education/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_education/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_education/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_education/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
#tmp_wrap_main{
	margin-bottom: 114px;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 25px 0 2px;
	font-size: 77.8%;
	line-height: 1.4;
	clear:both;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
}

/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 42px;
	text-align: right;
}
#tmp_custom_update,
#tmp_pageid,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 77.8%;
}
#tmp_update{
	margin-left: 10px;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_media,
a.icon_csv,
a.icon_ichitaro,
a.icon_zip  {
	padding: 5px 0 5px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_media,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_zip {
	background-position:1px center;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink */
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 40px 0 39px;
	text-align: center;
}
#tmp_gmap_link a{
	display: inline-block;
	padding: 9px 14px 7px 17px;
	background-color: #ffffff;
	border: 2px solid #0149b8;
	border-radius: 5px;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 5px 0 5px 28px;
	color: inherit;
	background: url(/shared/site_education/images/icon/icon_arrow.png) 1px 15px no-repeat;
}
#tmp_gmap_link a:hover span{
	text-decoration: underline;
}
/* inquiry / feedback
================================================== */
#tmp_inquiry{
	border: 1px solid #cccccc;
	margin: 39px 0 40px;
	border-radius: 5px;
	clear: both;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	color: #222222;
	padding: 17px 20px 14px;
	font-size: 122.3%;
	font-weight: bold;
	background: #f1f4fb;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #cccccc;
}
#tmp_inquiry_cnt{
	padding: 19px 20px;
}
#tmp_inquiry_cnt a{
	display: inline-block;
	color: #034a92;
}
#tmp_inquiry_cnt a:hover{
	text-decoration: none;
}
#tmp_wrap_recommend,
#tmp_viewed_page{
	border: 1px solid #cccccc;
	margin: 40px 0 40px;
	clear: both;
	border-radius: 5px;
}
#tmp_wrap_recommend .viewed_page_ttl p,
#tmp_wrap_recommend .viewed_page_ttl h2,
#tmp_viewed_page .viewed_page_ttl p,
#tmp_viewed_page .viewed_page_ttl h2{
	font-size: 122.3%;
	font-weight: bold;
	background: #f1f4fb;
	color: #222222;
	padding: 18px 20px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #cccccc;
}
#tmp_wrap_recommend #tmp_recommend_cnt,
#tmp_viewed_page .viewed_page_cnt{
	padding: 19px 19px 0;
	background-color: #FFFFFF;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul,
#tmp_viewed_page .viewed_page_cnt ul{
	list-style: none;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li,
#tmp_viewed_page .viewed_page_cnt ul li{
	margin-bottom: 18px;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a,
#tmp_viewed_page .viewed_page_cnt ul li a{
	color: #222222;
	display: inline-block;
	padding-left: 22px;
	text-decoration: none;
    background: url(/shared/site_education/images/icon/icon_arrow.png) 0 7px no-repeat;
}
#tmp_feedback{
	border: 1px solid #cccccc;
	margin: 40px 0;
	border-radius: 5px;
}
#tmp_feedback_ttl p,
#tmp_feedback_ttl h2 {
	font-size: 122.3%;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #222222;
	padding: 18px 20px 15px;
	border-radius: 5px 5px 0 0;
}
#tmp_feedback_cnt legend{
	display: none;
}
#tmp_feedback_cnt input[type="radio"]{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
#tmp_feedback_cnt input[type="radio"]:focus + label {
  outline: 2px solid #222222;
}
#tmp_feedback_cnt{
	padding: 26px 29px 25px;
	color: #222222;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
}
#tmp_feedback_cnt fieldset{
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
}
#tmp_feedback_cnt fieldset p{
	width: 25%;
}
#tmp_feedback_cnt fieldset label{
	display: flex;
	font-size: 88.9%;
	text-align: center;
	min-height: 110px;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 57px 10px 10px;
	background-repeat: no-repeat;
	background-position: calc(50% + 1px) 21px;
	background-size: 30px auto;
	cursor: pointer;
	border: 2px solid #0149b8;
	border-radius: 5px;
}
.furigana_on #tmp_feedback_cnt fieldset label{
	display: block;
	padding: 70px 10px 10px;
}
#tmp_feedback_cnt fieldset .feedback_q1 label{
	background-image: url(/shared/site_education/images/icon/feedback_face_01.png);
}
#tmp_feedback_cnt fieldset .feedback_q2 label{
	background-image: url(/shared/site_education/images/icon/feedback_face_02.png);
}
#tmp_feedback_cnt fieldset .feedback_q3 label{
	background-image: url(/shared/site_education/images/icon/feedback_face_03.png);
}
#tmp_feedback_cnt fieldset .feedback_q4 label{
	background-image: url(/shared/site_education/images/icon/feedback_face_04.png);
}
#tmp_feedback_cnt input[type="radio"]:checked + label{
	text-decoration: underline;
}
#tmp_feedback_cnt .submit{
	text-align: center;
}
#tmp_feedback_cnt .submit input{
	font-size: 88.9%;
    min-width: 140px;
    text-align: center;
    padding: 8px 32px 6px 58px;
	background: #ffffff url(/shared/site_education/images/icon/icon_arrow.png) no-repeat 39px center;
	border: 2px solid #0149b8;
	border-radius: 5px;
	cursor: pointer;
	color: #222222;
}
#tmp_wrap_recommend #tmp_recommend_cnt ul li a:hover,
#tmp_viewed_page .viewed_page_cnt ul li a:hover,
#tmp_feedback input[type="radio"]:checked + label,
#tmp_feedback_cnt fieldset label:hover,
#tmp_feedback_cnt .submit input:hover{
	text-decoration: underline;
}

/* Rnavi
================================================== */
.no_javascript #tmp_banner{
	display: none;
}
#tmp_banner{
	margin-bottom: 46px;
}
#tmp_banner ul{
	list-style: none;
}
#tmp_banner ul li{
    margin-bottom: 12px;
}
#tmp_banner ul li img{
	width: 100%;
	height: auto;
	vertical-align: top;
	transition: opacity 0.3s ease-in-out;
}
#tmp_banner ul li a:hover img{
	opacity: 0.7;
}
#tmp_rnavi_cnt ul{
	list-style: none;
}
#tmp_wrap_rnavi .rnavi_title{
	margin-bottom: 12px;
}
#tmp_wrap_rnavi .rnavi_title h2{
	font-size: 88.9%;
	padding-left: 21px;
	background: url(/shared/site_education/images/icon/line_ttl_rnavi.png) no-repeat 0 9px;
}
#tmp_rnavi{
	margin-bottom: 44px;
}
#tmp_rnavi_ttl{
	background-color: #0149b8;
	border-radius: 10px 10px 0 0;
	font-size: 111.1%;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
}
#tmp_rnavi_ttl p{
	border-radius: 10px 10px 0 0;
	padding: 18px 23px 17px 40px;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -18px -23px -17px -40px;
	padding: 18px 23px 17px 40px;
	background: transparent url(/shared/site_education/images/icon/arrow_rnavi_ttl.png) no-repeat 14px 27px;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_rnavi_cnt .rnavi_links li{
	list-style: none;
	border-bottom: 1px solid #0149b8;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_rnavi_cnt .rnavi_links a{
	display: block;
	padding: 16px 10px 14px 38px;
    background: url(/shared/site_education/images/icon/icon_arrow.png) 14px 22px no-repeat;
	color: inherit;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt .rnavi_links a:hover,
#tmp_rnavi_cnt .rnavi_links .active a{
	background-color: #fffcdf;
}
/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom:40px;
    /* padding: 36px 0 6px;
	background:#f6f6f6 url(/shared/site_education/images/icon/scroll_table_icon.png) right 10px top 10px no-repeat;
	background-size:75px 15px; */
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	line-height:1.2;
}
.scroll_table_switch a {
	box-shadow: 0 3px 9px 1px rgba(0, 51, 103, 0.1);
	border:1px solid #8a8a8a;
	color:#222222;
	display:inline-block;
    padding: 6px 5px 5px 59px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/site_education/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_education/images/icon/scroll_table_df.png) 5px center no-repeat;
	background-size:auto 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}

/* ==================================================
accessibility
================================================== */
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.icon_excel,
.fsize_small #tmp_wrapper a.icon_ppt,
.fsize_small #tmp_wrapper a.icon_txt,
.fsize_small #tmp_wrapper a.icon_img,
.fsize_small #tmp_wrapper a.icon_media,
.fsize_small #tmp_wrapper a.icon_csv,
.fsize_small #tmp_wrapper a.icon_ichitaro,
.fsize_small #tmp_wrapper a.icon_zip  {
	padding-top: 8px;
	padding-bottom: 8px;
}

/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_rnavi_cnt .rnavi_links .active a,
.color_yellow #tmp_rnavi_cnt .rnavi_links .active a,
.color_black #tmp_rnavi_cnt .rnavi_links .active a,
.color_blue #tmp_rnavi_cnt .rnavi_links a:hover,
.color_yellow #tmp_rnavi_cnt .rnavi_links a:hover,
.color_black #tmp_rnavi_cnt .rnavi_links a:hover {
	text-decoration: underline;
}
.color_blue #tmp_emergency .emergency_info,
.color_black #tmp_emergency .emergency_info,
.color_yellow #tmp_emergency .emergency_info,
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a,
.color_blue #tmp_rnavi_ttl,
.color_yellow #tmp_rnavi_ttl,
.color_black #tmp_rnavi_ttl {
	border: 1px solid;
}
.color_blue #tmp_anchor::before,
.color_yellow #tmp_anchor::before,
.color_black #tmp_anchor::before {
	display: none;
}
.color_blue #tmp_anchor .anchor_cnt a,
.color_black #tmp_anchor .anchor_cnt a {
	background-image: url(/shared/site_education/images/icon/arrow_down_yellow.png) !important;
}
.color_yellow #tmp_anchor .anchor_cnt a{
	background-image: url(/shared/site_education/images/icon/arrow_down.png) !important;
}
.color_blue #tmp_main a[rel*="external"]:after,
.color_yellow #tmp_main a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_yellow #tmp_contents a[rel*="external"]:after,
.color_black #tmp_contents a[rel*="external"]:after{
	background-color: #FFFFFF;
}
.color_blue #tmp_feedback_cnt fieldset label,
.color_yellow #tmp_feedback_cnt fieldset label,
.color_black #tmp_feedback_cnt fieldset label {
	padding-top: 10px;
}
.color_blue #tmp_hnavi_smenu > a:hover span, 
.color_black #tmp_hnavi_smenu > a:hover span, 
.color_yellow #tmp_hnavi_smenu > a:hover span, 
.color_blue #tmp_hnavi_rmenu > a:hover span, 
.color_black #tmp_hnavi_rmenu > a:hover span, 
.color_yellow #tmp_hnavi_rmenu > a:hover span{
	text-decoration: underline;
}
.color_blue #tmp_emergency .emergency_wrap,
.color_black #tmp_emergency .emergency_wrap,
.color_yellow #tmp_emergency .emergency_wrap{
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.color_blue #tmp_emergency .emergency_btn li a,
.color_black #tmp_emergency .emergency_btn li a,
.color_yellow #tmp_emergency .emergency_btn li a{
	padding-left: 20px;
}
/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}

.color_blue #tmp_hlogo h1, 
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_black #tmp_hlogo h1, 
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span,
.color_yellow #tmp_hlogo h1, 
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span {
	height: auto !important;
}

.color_blue #tmp_hnavi_smenu > a, 
.color_black #tmp_hnavi_smenu > a, 
.color_yellow #tmp_hnavi_smenu > a, 
.color_blue #tmp_hnavi_rmenu > a, 
.color_black #tmp_hnavi_rmenu > a, 
.color_yellow #tmp_hnavi_rmenu > a {
    border: 1px solid;
}
.color_yellow #tmp_hnavi_s > ul > li > a span,
.color_black #tmp_hnavi_s > ul > li > a span,
.color_blue #tmp_hnavi_s > ul > li > a span{
	padding-left: 0 !important;
}
.color_blue .gnavi a:after, 
.color_black .gnavi a:after{
	background-color: #ffffff;
}
.color_yellow .gnavi a:after{
	background-color: #000000;
}
.color_blue #tmp_hnavi_smenu > a:after, 
.color_black #tmp_hnavi_smenu > a:after, 
.color_yellow #tmp_hnavi_smenu > a:after, 
.color_blue #tmp_hnavi_rmenu > a:after, 
.color_black #tmp_hnavi_rmenu > a:after, 
.color_yellow #tmp_hnavi_rmenu > a:after,
.color_blue #tmp_hnavi_lmenu > a.active:after, 
.color_black #tmp_hnavi_lmenu > a.active:after, 
.color_yellow #tmp_hnavi_lmenu > a.active:after {
    content: none;
}
.color_blue #tmp_gnavi, 
.color_black #tmp_gnavi, 
.color_yellow #tmp_gnavi {
	border-bottom: 2px solid;
}
.color_yellow .gnavi li:before{
	border-color: #000000 !important;
}
.color_blue .fnavi > li > a,
.color_black .fnavi > li > a,
.color_yellow .fnavi > li > a,
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a {
    padding-left: 0;
}
.color_yellow #tmp_footer .pnavi a {
	background-image: url(/shared/site_education/images/icon/icon_back_top.png) !important;
}
.color_blue #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	background-image: url(/shared/site_education/images/icon/icon_back_top_wh.png) !important;
}
.color_blue #tmp_footer .footer_logo p,
.color_black #tmp_footer .footer_logo p,
.color_yellow #tmp_footer .footer_logo p {
	padding-left: 0;
}
.color_blue #tmp_footer .pnavi a:hover,
.color_black #tmp_footer .pnavi a:hover,
.color_yellow #tmp_footer .pnavi a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper .search_form .sch_box input::placeholder,
.color_blue #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #FFFF00;
}
.color_yellow #tmp_wrapper .search_form .sch_box input::placeholder{
	color: #000000;
}
.color_blue .gnavi > ul > li:not(:first-child):before,
.color_black .gnavi > ul > li:not(:first-child):before {
	border-color: #ffffff;
}
/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */
.color_blue #tmp_wrap_main a.icon_zip,
.color_yellow #tmp_wrap_main a.icon_zip,
.color_black #tmp_wrap_main a.icon_zip,
.color_blue #tmp_wrap_main a.icon_ichitaro,
.color_yellow #tmp_wrap_main a.icon_ichitaro,
.color_black #tmp_wrap_main a.icon_ichitaro,
.color_blue #tmp_wrap_main a.icon_csv,
.color_yellow #tmp_wrap_main a.icon_csv,
.color_black #tmp_wrap_main a.icon_csv,
.color_blue #tmp_wrap_main a.icon_media,
.color_yellow #tmp_wrap_main a.icon_media,
.color_black #tmp_wrap_main a.icon_media,
.color_blue #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_txt,
.color_blue #tmp_wrap_main a.icon_img,
.color_yellow #tmp_wrap_main a.icon_img,
.color_black #tmp_wrap_main a.icon_img,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small .pnavi a {
	font-size: 77.8%;
}
.fsize_small.model_pc #tmp_hnavi_s > ul > li > a > span{
	background-position: left top;
}
.fsize_small.model_pc #tmp_sma_smenu .sch_ttl {
	background-position: 0 2px;
}
.fsize_small #tmp_emergency .emergency_info .link_simple a{
	background-position: 0 6px;
}
.fsize_small #tmp_emergency .emergency_ttl,
.fsize_small #tmp_hnavi_s #tmp_hnavi_rmenu > a.active > span{
	background-position: left 0;
}
/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_wrapper .search_form .wrap_sch_box{
	flex-direction: column;
}
.fsize_big2 #tmp_wrapper .search_form .sch_ttl{
	align-self: flex-start;
	margin-bottom: 8px;
	width: 100%;
}
/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_contents:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}