@charset "utf-8";

#tmp_contents h1 {
	color:#222222;
	background:#e2eaff url(/shared/templates/free/images/h1_icon.png) 20px 23px no-repeat;
	border-left: 6px solid #0f318d;
	padding:25px 28px 27px;
	font-size:188.88%;
	line-height:1.4;
	font-weight:500;
	margin:0 0 30px;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 1.1em;
	line-height:1.4;
	font-weight:500;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	color: #222222;
	background:#f6f6f6 url(/shared/templates/free/images/h2_line.png) left bottom repeat-x;
	font-size:155.55%;
	padding:20px 19px 21px;
    border-left: 3px solid #0f318d;
}
#tmp_contents h2 a[href] {
	display: inline-block;
	color: #222222;
	text-decoration: none;
	background: transparent url(/shared/images/icon/icon_arrow_link.png) no-repeat left 17px;
	padding-left:26px;
}
#tmp_contents h2 a[href]:hover {
	text-decoration: underline;
}
#tmp_contents h3 {
	font-size:144.44%;
	background: url(/shared/templates/free/images/h3_line.png) left bottom no-repeat;
	padding:13px 10px 21px 0;
}
#tmp_contents h4 {
	font-size:122.22%;
	padding:5px 24px;
	background: url(/shared/templates/free/images/h4_border.png) 0 11px no-repeat;
}
#tmp_contents h5 {
	font-size:111.11%;
}
#tmp_contents h6 {
	font-size:100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em; /* Do not edit */
	line-height: 1.7;
}
#tmp_contents ul {
	margin:0 0 1.6em 1.8em; /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1.6em 3.8em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.2em; /* Do not edit */
	line-height: 1.6;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}

/* 添付ファイル見出し */
#tmp_attachment_file {
	margin:40px 0;
}
#tmp_contents #tmp_attachment_file h2 {
    font-size: 122.22%;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    background: transparent;
    border-left: none;
    margin: 0 auto;
}
#tmp_contents #tmp_attachment_file h2::before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #222222;
    color: #ffffff;
    z-index: -1;
}
#tmp_contents #tmp_attachment_file h2 > span {
    display: inline-block;
    color: #222222;
    background: #ffffff url(/shared/images/icon/slash.png) left 7px no-repeat;
    padding: 4px 18px;
    margin-bottom: 0;
    font-weight: 500;
    text-indent: 0em;
}


#tmp_contents span.PagenumberlinkForOshirase {
    color: #2444bb;
    text-decoration: underline;
}
#tmp_contents span.PagenumberlinkForOshirase:hover,
#tmp_contents span.PagenumberlinkForOshirase:focus {
    text-decoration: none;
    cursor: pointer;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 3.3em; /* Do not edit */
	border:2px solid #3e90e3;
	clear:both; /* Do not edit */
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:10px 20px 0;
	color:#222222;
	background-color:#e6f2ff;
}
#tmp_contents div.outline {
	padding:10px 20px 0;
	color:#222222;
	background-color:#e6f2ff;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0; /* Do not edit */
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	position:relative;
	margin:0 0 30px;
	border:1px solid #d5d5d4;
	padding:13px 18px;
	line-height:1.75;
	min-height: 60px;
	font-weight: 500;
}
#tmp_contents ul.box_btn li a {
	position:relative;
	display:inline-block;
	text-decoration:none;
	padding:0 0 0 24px;
	color:#222222;
	background-color:#ffffff;
	background-image:url(/shared/images/icon/icon_arrow_link.png);
	background-repeat:no-repeat;
	background-position:left 0.6em;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_contents ul.box_btn li::before {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:103px;
	height:1px;
	border-top:1px solid #222222;
}
#tmp_contents ul.box_btn li::after {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:41px;
	border-left:1px solid #222222;
}

/* box_info
================================================== */
#tmp_contents .box_info {
	margin:40px 0; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	font-size:122.22%;
	font-weight:500;
	position:relative;
	padding:5px 0;
}
#tmp_contents .box_info .box_info_ttl::before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background-color:#222222;
	color: #ffffff;
	z-index:-1;
}
#tmp_contents .box_info .box_info_ttl h2,
#tmp_contents .box_info .box_info_ttl h3,
#tmp_contents .box_info .box_info_ttl h4,
#tmp_contents .box_info .box_info_ttl p {
    display: inline-block;
    color: #222222;
    background: #ffffff url(/shared/images/icon/slash.png) left 7px no-repeat;
    padding: 0 18px;
    font-weight: 500;
    text-indent: 0em;
    font-size: 100%;
    border: none;
    margin: 0;
}
#tmp_contents .box_info .box_info_cnt {
	padding:0 8px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:40px 0; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	font-size:122.22%;
	font-weight:500;
	position:relative;
	padding:5px 0;
}
#tmp_contents .box_link .box_link_ttl::before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background-color:#222222;
	color: #ffffff;
	z-index:-1;
}
#tmp_contents .box_link .box_link_ttl h2,
#tmp_contents .box_link .box_link_ttl h3,
#tmp_contents .box_link .box_link_ttl h4,
#tmp_contents .box_link .box_link_ttl p {
    display: inline-block;
	line-height:1.4;
    color: #222222;
    background: #ffffff url(/shared/images/icon/slash.png) left 7px no-repeat;
    padding: 0 18px;
    font-weight: 500;
    text-indent: 0em;
    font-size: 100%;
    border: none;
    margin: 0;
}
#tmp_contents .box_link .box_link_cnt {
	padding:0 8px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 44px; /* Do not edit */
	border:1px solid #d5d5d4;
	position:relative;
	clear:both; /* Do not edit */
}
#tmp_contents div.box_menu {
	padding:0 14px;
}
#tmp_contents table.box_menu td {
	padding:14px 14px;
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu::before {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:103px;
	height:1px;
	border-top:1px solid #222222;
	z-index:1;
}
#tmp_contents .box_menu::after {
	content:'';
	position:absolute;
	left:-1px;
	top:-1px;
	width:1px;
	height:41px;
	border-left:1px solid #222222;
}
#tmp_contents table.box_menu::before,
#tmp_contents table.box_menu::after {
	left:0;
	top:0;
}
#tmp_contents div.box_menu_ttl {
	padding:14px 0;
}
#tmp_contents .box_menu_ttl h2,
#tmp_contents .box_menu_ttl p {
	margin:0;
	padding:0;
	font-weight:500;
	color:inherit;
	font-size:100%;
	background:none;
    text-indent: 0em;
}
#tmp_contents .box_menu_ttl a {
	position:relative;
	display:inline-block;
	text-decoration:none;
	color:#222222;
	background:#ffffff url(/shared/images/icon/icon_arrow_link.png) left 0.6em no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	padding:0 0 0 24px;
}
#tmp_contents .box_menu_cnt {
	padding:14px 5px 0 0;
	border-top: 1px solid #d5d5d4;
}
#tmp_contents .box_menu ul {
	margin: 2px 0 18px 24px;
	list-style-image: url(/shared/images/icon/list_icon_sp.gif);
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable
   enquete_table
================================================== */
/*table not
================================================== */
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.list_table):not(.event_cal_7w) {
	margin:50px 0; /* Do not edit */
	color:#222222;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cdcfde;
	word-break: break-all;
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.list_table):not(.event_cal_7w) th {
	padding:14px 18px;
	color:inherit;
	background-color:#e5e5e5;
	border:1px solid #cdcfde;
	font-weight:500;
	text-align: left;
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.list_table):not(.event_cal_7w) td {
	padding:12px 12px;
	border:1px solid #cdcfde;
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.list_table):not(.event_cal_7w) caption {
	padding:14px 20px; /* Do not edit */
	font-weight:normal; /* Do not edit */
	text-align:left; /* Do not edit */
    color: #ffffff;
    background-color: #0f308d;
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) th p,
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) td p{
    margin:0; /* Do not edit */
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ul,
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ul ul,
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ul ol,
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ol ul,
#tmp_contents table:not(.col2):not(.col3):not(.outline):not(.img_cap):not(.box_info):not(.box_link):not(.box_menu):not(.box_note):not(.box_place):not(.box_voice):not(.annai_foreign_btn):not(.annai_noicon_btn):not(.annai_office_btn):not(.annai_status_btn):not(.box_construction):not(.box_environment):not(.box_info_table):not(.box_life_info):not(.box_card):not(.card_list):not(.card_list2):not(.design_col2):not(.design_col3):not(.design_img_box):not(.editable_slider):not(.fixed_parts):not(.fixed_table):not(.infotable):not(.marine_item):not(.news_card_list):not(.table_list1):not(.table_list2):not(.topics_card_list):not(.voicetable):not(.accordion_item):not(.longtable2):not(.longtable3):not(.gsc-search-box):not(.gsc-above-wrapper-area-container):not(.gsc-input):not(.editable_table):not(.list_table):not(.event_cal_7w) ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* enquete_table
================================================== */
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:30%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#a30000;
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
#tmp_contents table.enquete_table td input[type="text"],
#tmp_contents table.enquete_table td textarea,
#tmp_contents table.enquete_table td select{
	border:1px solid #d4d4d4;
	padding:10px;
}
/* div用 */
#tmp_contents div.enquete_table {
	margin:50px 0;
	color:#222222;
	background-color:#FFFFFF;
	border-top:1px solid #FFFFFF;
}
#tmp_contents div.enquete_table .tbl_tr {
	color:inherit;
	background-color:#f5f5f5;
	padding:0 0 14px;
	position:relative;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}
#tmp_contents div.enquete_table .tbl_tr::after {
	content:'';
	position:absolute;
	left:10px;
	right:10px;
	bottom:5px;
	height:5px;
	background-color:#ffffff;
}
#tmp_contents div.enquete_table .tbl_tr:last-child::after {
	display:none;
}
#tmp_contents div.enquete_table .tbl_th,
#tmp_contents div.enquete_table .tbl_td {
	padding:15px 18px;
}
#tmp_contents div.enquete_table .tbl_th {
	padding-bottom:5px;
}
#tmp_contents div.enquete_table .tbl_th {
	font-weight:500;
}
#tmp_contents div.enquete_table .tbl_td input[type="text"] {
	max-width:100%;
	margin-bottom:0.5em;
}
#tmp_contents div.enquete_table .tbl_td textarea {
	width:100%;
}
#tmp_contents div.enquete_table .tbl_td input[type="text"],
#tmp_contents div.enquete_table .tbl_td textarea,
#tmp_contents div.enquete_table .tbl_td select {
	border:1px solid #d4d4d4;
	padding:10px;
}
#tmp_contents div.enquete_table .nes,
#tmp_contents div.enquete_table .memo {
	color:#a30000;
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
#tmp_contents div.enquete_table input[type="radio"],
#tmp_contents div.enquete_table input[type="checkbox"] {
	margin-right:5px;
}
#tmp_contents div.enquete_table input[type="radio"] + label,
#tmp_contents div.enquete_table input[type="checkbox"] + label {
	margin-right:10px;
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* externalLink
================================================== */
#tmp_contents a:not(.box_menu_ttl a):not(.box_btn a)[rel*="external"],
#tmp_main a:not(.box_menu_ttl a):not(.box_btn a)[rel*="external"] {
	margin-right: 3px;
}
#tmp_contents a:not(.box_menu_ttl a):not(.box_btn a)[rel*="external"]:after,
#tmp_main a:not(.box_menu_ttl a):not(.box_btn a)[rel*="external"]:after {
	content:"";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/shared/images/icon/icon_external.png) no-repeat 0 0;
	background-size: 15px auto;
	margin-left: 6px;
}

/* gmap
================================================== */
#tmp_gmap_link {
	margin: 60px auto;
	text-align: center;
}
#tmp_contents table #tmp_gmap_link {
	margin:0;
	text-align:left;
}
#tmp_contents #tmp_gmap_link a {
	margin-right:0;
	text-decoration:none;
	display:inline-block;
	border:1px solid #c7c7c7;
	min-width:387px;
	font-weight:bold;
	background-color:#ffffff;
	color:#222222;
	padding:4px 5px;
	position:relative;
	text-align: center;
}
#tmp_contents #tmp_gmap_link span {
	position:relative;
	padding:10px 0 7px 55px;
}
#tmp_contents #tmp_gmap_link span::before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:45px;
	height:40px;
	margin-top:-20px;
	background:url(/shared/templates/free/images/gmap_icon.png) no-repeat left center;
	background-size: 100% auto;
	transition: 0.4s ease-in-out transform;
}
#tmp_contents #tmp_gmap_link a:hover span::before {
	transform: scale(1.1);
}
/* related_page
================================================== */
#tmp_related_page .related_page {
	margin:0 0 1.4em; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_related_page table.related_page {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_related_page .related_page .related_page_ttl {
	font-size:122.22%;
	font-weight:500;
	position:relative;
	padding:5px 0;
}
#tmp_related_page .related_page .related_page_ttl::before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background-color:#222222;
	color: #ffffff;
	z-index:-1;
}
#tmp_related_page .related_page .related_page_ttl h2{
    display: inline-block;
	line-height:1.4;
    color: #222222;
    background: #ffffff url(/shared/images/icon/slash.png) left 7px no-repeat;
    padding: 0 18px;
    font-weight: 500;
    text-indent: 0em;
    font-size: 100%;
    border: none;
    margin: 0;
}
#tmp_related_page .related_page .related_page_cnt {
	padding:0 8px;
}
#tmp_related_page .related_page ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_related_page .related_page ul li{
	margin:0 0 0.2em; /* Do not edit */
}

/* ==================================================
contents
================================================== */
/* anchor
================================================== */
#tmp_anchor,
#tmp_anchor_lib,
#tmp_anchor_toggle_lib {
	position:relative;
	padding:16px 12px 33px;
	margin:46px 0 36px;
	clear:both;
}
#tmp_anchor::before,
#tmp_anchor::after,
#tmp_anchor_lib::before,
#tmp_anchor_lib::after,
#tmp_anchor_toggle_lib::before,
#tmp_anchor_toggle_lib::after {
	content:'';
	position:absolute;
	z-index:-1;
	width:814px;
}
#tmp_anchor::before,
#tmp_anchor_lib::before,
#tmp_anchor_toggle_lib::before {
	top:0;
	left:0;
	height:111px;
	border-top:1px solid #7e7e7e;
	border-left:1px solid #7e7e7e;
}
#tmp_anchor::after,
#tmp_anchor_lib::after,
#tmp_anchor_toggle_lib::after {
	right:0;
	bottom:0;
	height:110px;
	border-right:1px solid #7e7e7e;
	border-bottom:1px solid #7e7e7e;
}
.no_javascript #tmp_anchor,
.no_javascript #tmp_anchor_lib,
.no_javascript #tmp_anchor_toggle_lib,
.no_javascript #tmp_idx2_anchor,
.no_javascript #tmp_menu_anchor {
	display:none;
}
#tmp_anchor_ttl,
#tmp_anchor_ttl_lib,
#tmp_anchor_toggle_ttl_lib {
	padding:0 7px;
	margin:0 0 21px;
}
#tmp_anchor_ttl h2,
#tmp_anchor_ttl_lib h2,
#tmp_anchor_toggle_ttl_lib h2,
#tmp_anchor_ttl p,
#tmp_anchor_ttl_lib p,
#tmp_anchor_toggle_ttl_lib p {
	font-size:122.22%;
	font-weight:500;
	color: inherit !important;
	background-color:transparent !important;
	background-image:none !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
#tmp_contents #tmp_anchor_ttl p,
#tmp_contents #tmp_anchor_ttl_lib p,
#tmp_contents #tmp_anchor_toggle_ttl_lib p {
	margin-bottom:0;
    text-indent: 0em;
}
#tmp_contents #tmp_anchor ul,
#tmp_contents #tmp_anchor_lib ul,
#tmp_contents #tmp_anchor_toggle_lib ul {
	margin-bottom:0;
	list-style:disc;
	list-style-image:none !important;
}
#tmp_contents #tmp_anchor ul li,
#tmp_contents #tmp_anchor_lib ul li,
#tmp_contents #tmp_anchor_toggle_lib ul li {
	margin-bottom: 0.7em;
}
#tmp_contents #tmp_anchor ul li.item_sub,
#tmp_contents #tmp_anchor_lib ul li.item_sub,
#tmp_contents #tmp_anchor_toggle_lib .item_sub{
	margin-left: 20px;
}
/* sub ul  */
#tmp_contents #tmp_anchor ul li > ul,
#tmp_contents #tmp_anchor_lib ul li > ul,
#tmp_contents #tmp_anchor_toggle_lib ul li > ul {
	margin: 0.7em 0 0;
}
/* box_method
================================================== */
#tmp_contents .box_method {
    position: relative;
    padding: 16px 12px 33px;
    margin: 37px 0 74px;
}
#tmp_contents .box_method:before,
#tmp_contents .box_method:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 814px;
}
#tmp_contents .box_method:before {
    top: 0;
    left: 0;
    height: 111px;
    border-top: 1px solid #7e7e7e;
    border-left: 1px solid #7e7e7e;
}
#tmp_contents .box_method:after {
    right: 0;
    bottom: 0;
    height: 110px;
    border-right: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
}
#tmp_contents .box_method_cnt .status .method_img > img,
#tmp_contents .box_method_cnt .status2 .method_img > img{
    opacity: 0.5;
}
#tmp_contents .box_method_cnt .status1 .method_img > img{
    opacity: 1;
}
#tmp_contents .box_method_ttl {
    font-size: 122.22%;
    font-weight: 500;
    padding: 0 7px;
    margin: 0 0 21px;
}
#tmp_contents .box_method_ttl h2,
#tmp_contents .box_method_ttl h3,
#tmp_contents .box_method_ttl p {
	margin:0 !important;
	padding:0 !important;
	font-size:100% !important;
	font-weight:500 !important;
	background-image:none !important;
	background-color:transparent !important;
	border:none !important;
}
#tmp_contents .box_method_ttl h3 a {
	text-decoration:none;
	color:#222222;
	background:url(/shared/images/icon/icon_arrow_link.png) no-repeat left 0.6em;
	padding-left:24px;
}
#tmp_contents .box_method_cnt {
	padding:13px 0 13px;
}
#tmp_contents .box_method_cnt ul {
	list-style:none;
	margin:0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
#tmp_contents .box_method_cnt ul li {
	width:120px;
	padding:0 10px;
	margin:0 0 20px;
	font-size:88.88%;
	text-align:center;
}
#tmp_contents .box_method_cnt ul li p {
	line-height:1.15;
}
#tmp_contents .box_method_cnt ul li .method_img {
	display:inline-block;
	border:1px solid #383838;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
}
#tmp_contents .box_method_cnt ul li .status .method_img::after,
#tmp_contents .box_method_cnt ul li .status2 .method_img::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	background-color: #383838;
	height: 200%;
	transform: rotate(45deg) translate(-50%,-50%);
	transform-origin: top;
}
#tmp_contents .box_method_cnt ul li .method_text {
	margin-bottom:0;
}
#tmp_contents .box_method_cnt ul li .used_status {
	display:none;
}
#tmp_contents .box_method_cnt ul li .status2 .used_status {
	display:block;
}

/* start school end style
================================================== */
#tmp_box_flyerinfo {
    margin: 70px 0 0;
}
#tmp_box_flyerinfo .box_flyerinfo{
	display: flex;
}
#tmp_box_flyerinfo .box_flyerinfo_img{
	flex-shrink: 0;
	margin-right: 5.75%;
    width: 37.5%;
}
#tmp_box_flyerinfo .box_flyerinfo_img img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_box_flyerinfo .box_flyerinfo_cnt{
	flex: 1 auto;
	width: 100%;
}
#tmp_contents #tmp_box_flyerinfo .box_flyerinfo_cnt > table{
	margin:0; /* Do not edit */
	color:#222222;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cdcfde;
	word-break: break-all;
}
#tmp_box_flyerinfo .box_flyerinfo_cnt > table th{
	color: inherit;
    background-color: #e5e5e5;
    border: 1px solid #cdcfde;
    font-weight: 500;
    text-align: left;
	padding: 13px 28px 14px;
	width: 37.65%;
}
#tmp_box_flyerinfo .box_flyerinfo_cnt > table td{
	padding: 10px 39px 11px;
	border: 1px solid #cdcfde;
}
#tmp_box_flyerinfo .box_flyerinfo_cnt table span:not(:last-of-type):after{
	content: '｜';
	display: inline-block;
	line-height: 1;
}
#tmp_box_flyerinfo .editable tr:not(:first-of-type) td:not(:first-of-type) > p{
	display: inline-block;
}
#tmp_box_flyerinfo .editable tr:not(:first-of-type) td > p + p{
	margin-left: 10px;
}
/* end school end style
================================================== */

/* start school top style
================================================== */
.custom_school_flyer #tmp_wrap_custom_update{
	margin-bottom: 31px;
}
#tmp_wrap_school{
	padding-bottom: 5px;
}
#tmp_wrap_school .school_banner{
	margin-bottom: 49px;
	padding: 112px 90px 40px;
	background: #fdf8cc url(/shared/templates/school_flyer/images/banner_bgr.png) no-repeat;
	color: #222222;
	min-height: 350px;
	border-radius: 20px;
}
#tmp_wrap_school .banner_title{
	margin-bottom: 0;
	padding: 33px 0 0;
	background: transparent url(/shared/templates/school_flyer/images/banner_title.png) no-repeat left top;
}
#tmp_wrap_school .banner_title > h1{
	margin: 0;
	padding: 0;
	background: transparent;
	max-width: 330px;
	height: 120px;
	overflow-y: auto;
	border: none;
	font-size: 222.2%;
	line-height: 1.1;
	font-weight: bold;
	color: #222222;
}
#tmp_wrap_school .school_summary{
	margin-bottom: 48px;
}
#tmp_wrap_school .school_summary > p{
	line-height: 1.7;
}
#tmp_wrap_school .school_filter{
	position: relative;
	margin-bottom: 90px;
}
#tmp_wrap_school .school_filter:before,
#tmp_wrap_school .school_filter:after{
	content: '';
	position: absolute;
	background-color: transparent;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: -1;
}
#tmp_wrap_school .school_filter:before{
	top: 23px;
    left: -60px;
	background-image: url(/shared/templates/school_flyer/images/icon_ebook1.png);
	width: 176px;
	height: 162px;
}
#tmp_wrap_school .school_filter:after{
	top: 367px;
    right: -77px;
	background-image: url(/shared/templates/school_flyer/images/icon_ebook2.png);
	width: 184px;
	height: 180px;
}
#tmp_wrap_school .filter_wrapper{
	background-color: #e5f4f8;
	border: 2px solid #038eba;
	border-radius: 20px;
	overflow: hidden;
}
#tmp_contents .filter_title h2 {
	margin: 0;
	line-height: 1.7;
	font-weight: 500;
	text-decoration: none;
	background: none;
	font-size: 100%;
	padding: 0;
	border-left: none;
}
#tmp_wrap_school .filter_title h2 a{
	position: relative;
	display: block;
	padding: 18px 74px 19px;
	background: transparent url(/shared/templates/school_flyer/images/icon_search.png) no-repeat 9px 9px;
	min-height: 67px;
	font-size: 122.2%;
	line-height: 1.4;
	font-weight: 500;
	color: #222222;
	text-decoration: none !important;
	z-index: 1;
}
#tmp_wrap_school .filter_title h2 a:after{
	content: '';
	position: absolute;
	right: 41px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0;
	border-color: #222222 transparent transparent;
	z-index: -1;
}
#tmp_wrap_school .ac_active .filter_title a:after{
	transform: scaleY(-1);
}
#tmp_wrap_school .filter_cnt{
	display: none;
}
#tmp_wrap_school .filter_inner{
	padding: 32px 5.3% 77px;
	border-top: 2px solid #d9e1e3;
}
#tmp_wrap_school .filter_key{
	margin-bottom: 36px;
    padding-bottom: 38px;
	border-bottom: 2px solid #d9e1e3;
}
#tmp_wrap_school .filter_key_txt{
	margin-bottom: 24px;
	font-size: 88.9%;
}
#tmp_wrap_school .filter_key_form{
	display: flex;
}
#tmp_wrap_school .filter_key_form .form_ttl{
	flex-shrink: 0;
	padding-right: 30px;
	width: 180px;
}
#tmp_wrap_school .filter_key_form label{
	display: inline-block;
	padding: 2px 0 3px 50px;
	background: transparent url(/shared/templates/school_flyer/images/icon_pencil.png) no-repeat 4px 10px;
	font-size: 111.1%;
	color: inherit;
	line-height: 1.1;
	font-weight: 500;
	cursor: pointer;
}
#tmp_wrap_school .filter_key_form .form_input{
	flex: 1 auto;
	width: 100%;
}
#tmp_wrap_school .filter_key_form input{
	display: block;
	padding: 10px 23px;
	background-color: #FFFFFF;
	width: 100%;
	height: 51px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
	font-size: 88.9%;
	color: #222222;
	font-weight: normal;
}
#tmp_wrap_school .filter_key_form input::placeholder{
	color: #666666;
}
#tmp_wrap_school .filter_conditions{
	margin-bottom: 41px;
    padding-bottom: 41px;
	border-bottom: 2px solid #d9e1e3;
}
#tmp_wrap_school .codition_title{
	margin-bottom: 30px;
	padding: 5px 0 5px 52px;
	background: transparent url(/shared/templates/school_flyer/images/icon_hand.png) no-repeat 0 3px;
	font-size: 111.1%;
	color: inherit;
	line-height: 1.4;
	font-weight: 500;
}
#tmp_wrap_school .condition_row{
	display: flex;
}
#tmp_wrap_school .condition_lbl{
	flex-shrink: 0;
	margin-top: -6px;
	padding-right: 10px;
	width: 17.7%;
	line-height: 1.3;
	font-weight: 500;
}
#tmp_wrap_school .condition_cnt{
	flex: 1 auto;
	width: 100%;
}
#tmp_wrap_school .condition_checkboxs{
	display: flex;
	flex-flow: row wrap;
	gap: 10px 7px;
	margin: 0;
}
#tmp_wrap_school .condition_checkboxs li {
	list-style: none;
	display: inline-block;
}
#tmp_wrap_school .condition_checkboxs label {
	font-size: 88.9%;
	cursor: pointer
}
#tmp_wrap_school .condition_checkboxs input {
	cursor: pointer;
}
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_1,
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_2,
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_3,
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_4,
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_5,
#tmp_wrap_school .condition_checkboxs input[type="checkbox"]#category_6 {
    margin-right: 3px !important;
}
#tmp_wrap_school .condition_checkbox{
	list-style: none;
	position: relative;
	margin-bottom: 0;
	font-size: 88.9%;
}
#tmp_wrap_school .condition_checkbox li {
	list-style: none;
	display: inline-block;
}
#tmp_wrap_school .condition_checkbox label {
	display:inline-block;
	padding:2px 5px 2px 23px;
	cursor:pointer;
}
#tmp_wrap_school .condition_checkbox input[type="checkbox"] {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-6px;
}
#tmp_wrap_school .condition_tab{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	color: #222222;
}
#tmp_wrap_school .condition_tab_title{
	position: relative;
	background-color: #f1f1f1;
	width: 25%;
	order: 1;
	z-index: 1;
}
#tmp_wrap_school .condition_tab_title:not(:first-child):before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #cccccc;
	z-index: 3;
	pointer-events: none;
}
#tmp_wrap_school .condition_tab_title.tb_active{
	background-color: #FFFFFF;
}
#tmp_wrap_school .condition_tab_title.tb_active:after{
	content: '';
	position: absolute;
	right: 0;
	left: 1px;
	bottom: -2px;
	border-bottom: 4px solid #FFFFFF;
	z-index: 1;
	pointer-events: none;
}
#tmp_wrap_school .condition_tab_title.tb_active:first-child:after{
	left: 0;
}
#tmp_wrap_school .condition_tab_title.tb_active + .condition_tab_cnt{
	display: block;
}
#tmp_wrap_school .condition_tab_title a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background-color: transparent;
	color: inherit;
	font-size: 88.9%;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}
#tmp_wrap_school .condition_tab_cnt{
	display: none;
	padding: 22px 49px 24px;
	flex: 1 0 100%;
	border-top: 1px solid #cccccc;
	order: 3;
}
#tmp_wrap_school .condition_tab_checkboxs{
	display: flex;
	margin-top: 16px;
}
#tmp_wrap_school .condition_tab_checkboxs .heading{
	flex-shrink: 0;
	margin-right: 23px;
	padding-right: 23px;
	min-width: 120px;
	max-width: 30%;
	border-right: 1px solid #cccccc;
	font-size: 88.9%;
	font-weight: 500;
}
#tmp_wrap_school .condition_tab_checkboxs .condition_checkboxs{
	gap: 7px 33px;
}
#tmp_wrap_school .condition_tab_checkboxs .cnt{
	flex: 1 auto;
	padding-right: 30px;
	width: 100%;
}
#tmp_wrap_school .condition_select label{
	display: none;
}
#tmp_wrap_school .condition_select select{
	display: block;
	padding: 12px 18px 12px 47px;
	background: #FFFFFF url(/shared/templates/school_flyer/images/arrow_select.png) no-repeat 19px center;
	width: 100%;
	max-width: 600px;
	border: 1px solid #cccccc;
	appearance: none;
	font-size: 88.9%;
	line-height: 1.2;
	font-weight: normal;
	color: #222222;
}
#tmp_wrap_school .condition_select select::-ms-expand{
	display: none;
}
#tmp_wrap_school .condition_input{
	margin-bottom: 13px;
}
#tmp_wrap_school .condition_input label{
	display: none;
}
#tmp_wrap_school .condition_input input{
	display: block;
	padding: 10px 21px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 600px;
	height: 46px;
	border: 2px solid #cccccc;
	appearance: none;
	font-size: 88.9%;
	font-weight: normal;
	color: #222222;
}
#tmp_wrap_school .condition_input input::placeholder{
	color: #666666;
}
#tmp_wrap_school .condition_input + p{
	margin-bottom: 0;
	font-size: 88.9%;
}
#tmp_wrap_school .filter_btns{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
	margin: 0 auto;
	max-width: 680px;
}
#tmp_wrap_school .filter_btns li{
	margin-bottom: 0;
	width: calc(50% - 20px);
	max-width: 300px;
	list-style: none;
}
#tmp_wrap_school .filter_submit input{
	display: block;
	padding: 14px 14px 18px;
	background-color: #235ba5;
	width: 300px;
	max-width: 100%;
	border: 1px solid transparent;
	border-radius: 30px;
	box-shadow: none;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	appearance: none;
	cursor: pointer;
	box-shadow: 0 0 0 1px #cccccc;
}
#tmp_wrap_school .filter_reset input{
	display: block;
	padding: 10px 14px;
	background-color: #FFFFFF;
	width: 300px;
	max-width: 100%;
	border: 1px solid #222222;
	border-radius: 22px;
	box-shadow: none;
	font-size: 88.9%;
	color: #222222;
	font-weight: 500;
	appearance: none;
	cursor: pointer;
}
#tmp_school_area_tab .condition_tab_title{
	width: calc(100% / 3);
}
#tmp_school_area_tab .condition_tab_cnt{
	padding: 30px 30px 29px;
}
#tmp_wrap_school .condition_ctg{
	margin-bottom: 45px;
}
#tmp_wrap_school .condition_ctg .condition_lbl{
	margin-top: 3px;
}
#tmp_wrap_school .condition_row:nth-child(3){
	margin-bottom: 52px;
}

/* search_autocomplete */
#tmp_school_form_sch .search_autocomplete_school_flyer{
	position: absolute;
	left: 0;
	display: none;
	top: auto;
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #c7c7c7;
	color: #1a1a1a;
	z-index: 1;
	max-height: 10.5em;
	overflow: auto;
}
#tmp_school_form_sch .search_autocomplete_school_flyer.active{
	display: block;
	scroll-snap-type: y mandatory;
}
#tmp_school_form_sch .search_autocomplete_school_flyer.active:hover {
	scroll-snap-type: none;
}
#tmp_school_form_sch .search_autocomplete_school_flyer_item{
	padding: 8px 20px;
	list-style: none;
	cursor: pointer;
	z-index: 2;
}
#tmp_school_form_sch .search_autocomplete_school_flyer_item:last-child{
	margin-bottom: 0;
}
#tmp_school_form_sch .search_autocomplete_school_flyer_item:not(:last-child){
	border-bottom: 1px dashed #c7c7c7;
}
#tmp_school_form_sch .search_autocomplete_school_flyer_item.active{
	background-color: #f6f6f6;
	text-decoration: underline;
	scroll-snap-align: start;
}
#tmp_school_form_sch .search_autocomplete_school_flyer_item.active:hover {
	scroll-snap-align: none;
}

/* school announce */
#tmp_wrap_school .annouce_title{
	margin-bottom: 30px;
	padding: 10px 30px 13px 86px;
	background: #10819b url(/shared/templates/school_flyer/images/icon_news.png) no-repeat 6px 5px;
	min-height: 69px;
	border-radius: 35px;
	font-size: 155.6%;
	font-weight: bold;
	color: #FFFFFF;
}
#tmp_contents .annouce_title h2 {
	margin: 0;
	color: #ffffff;
	background: none;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.7;
	padding: 0;
	border-left: none;
}
#tmp_wrap_school .annouce_pagi,
#tmp_wrap_school .pagi_controls,
#tmp_wrap_school .pagi_pages{
	display: flex;
	justify-content: center;
	align-items: center;
}
#tmp_wrap_school .annouce_pagi{
	gap: 0 36px;
}
#tmp_wrap_school .pagi_controls,
#tmp_wrap_school .pagi_pages{
	margin: 0;
	gap: 0 21px;
}
#tmp_wrap_school .pagi_controls li,
#tmp_wrap_school .pagi_pages li{
	list-style: none;
}
#tmp_wrap_school .pagi_controls a{
	display: inline-block;
	padding: 3px 0 3px 27px;
	background: transparent url(/shared/templates/school_flyer/images/arrow_prev.png) no-repeat left center;
	font-size: 88.9%;
	font-weight: 500;
	color: #222222;
	text-decoration: none;
}
#tmp_wrap_school .pagi_controls.controls_next a{
	padding-right: 27px;
	padding-left: 0;
	background-image: url(/shared/templates/school_flyer/images/arrow_next.png);
	background-position: right center;
}
#tmp_wrap_school .pagi_pages{
	flex-flow: row wrap;
}
#tmp_wrap_school .pagi_pages li{
	font-size: 111.1%;
	font-weight: 500;
}
#tmp_wrap_school .pagi_pages a{
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid #a9b8d5;
	color: #235ba5;
	text-decoration: none;
	transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_wrap_school .pagi_pages a.current.active_this {
	border-color: transparent;
	color: #222222;
}
#tmp_wrap_school .annouce_galleries{
	display: flex;
	flex-flow: row wrap;
	gap: 0 40px;
	margin: 39px 0 0;
}
#tmp_wrap_school .annouce_galleries li {
	list-style: none;
}
#tmp_wrap_school .annouce_galleries .item{
	list-style: none;
	margin-bottom: 40px;
	width: calc(50% - 20px);
}
#tmp_wrap_school .annouce_galleries .item_inner{
	padding: 29px 22px 29px 31px;
	background: #FFFFFF url(/shared/templates/school_flyer/images/arrow_radius.png) no-repeat right 9px bottom 9px;
	height: 100%;
	border: 1px solid #cccccc;
	border-radius: 20px;
}
#tmp_wrap_school .annouce_galleries .item_title{
	margin-bottom: 18px;
	font-size: 111.1%;
	font-weight: bold;
	line-height: 1.4;
}
#tmp_wrap_school .annouce_galleries .item_title a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_wrap_school .annouce_galleries .item_img{
	float: left;
	clear: left;
	margin-right: 30px;
	margin-top: 2px;
	width: 210px;
	margin-bottom: 29px;
}
#tmp_wrap_school .annouce_galleries img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_wrap_school .annouce_galleries .item_des,
#tmp_wrap_school .annouce_galleries .item_text{
	float: right;
	clear: right;
	width: calc(100% - 240px);
}
#tmp_wrap_school .annouce_galleries .item_lbl{
	display: inline-block;
	margin-bottom: 15px;
	padding: 2px 8px 3px;
	background-color: #10819b;
	width: 140px;
	max-width: 100%;
	border: 1px solid #cccccc;
	border-radius: 14px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 83.3%;
	line-height: 1.4;
	text-align: center;
}
#tmp_wrap_school .annouce_galleries .item_tags{
	display: flex;
	flex-flow: row wrap;
	gap: 5px 34px;
	margin-bottom: 14px;
}
#tmp_wrap_school .annouce_galleries .item_tags span{
	position: relative;
	font-size: 77.8%;
	font-weight: 500;
	letter-spacing: 0.02em;
	z-index: 1;
}
#tmp_wrap_school .annouce_galleries .item_tags span:not(:last-of-type):after{
	content: '';
	position: absolute;
	right: -15px;
    top: 0;
	bottom: 0;
	margin: auto 0;
	height: 20px;
	border-right: 1px solid #d2d2d2;
}
#tmp_wrap_school .annouce_galleries .item_region{
	display: flex;
	margin: 0 0 18px -2px;
	padding: 3px 0 3px 23px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 83.3%;
	font-weight: 500;
	word-break: break-all;
}
#tmp_wrap_school .annouce_galleries .region_01{
	background-image: url(/shared/templates/school_flyer/images/icon_map.png);
	background-position: 0 4px;
}
#tmp_wrap_school .annouce_galleries .region_02{
	background-image: url(/shared/templates/school_flyer/images/icon_apt.png);
	background-position: 0 7px;
}
#tmp_wrap_school .annouce_galleries .item_region + .item_region{
	margin-top: -10px;
}
#tmp_wrap_school .annouce_galleries .item_region .lbl{
	flex-shrink: 0;
	padding-right: 5px;
	width: 48px;
	color: inherit;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#tmp_wrap_school .annouce_galleries .item_region .txt{
	flex: 1 auto;
	width: 100%;
}
#tmp_wrap_school .annouce_galleries .item_text{
	font-size: 88.9%;
	line-height: 1.7;
	margin-bottom: 29px;
}

/* setting hover */
#tmp_wrap_school .annouce_galleries .item_inner,
#tmp_wrap_school .filter_reset input,
#tmp_wrap_school .condition_tab_title a,
#tmp_wrap_school .filter_title a{
	transition: background-color 0.3s ease-in-out;
}
#tmp_wrap_school .filter_submit input{
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_wrap_school .annouce_galleries .item_img{
	overflow: hidden;
}
#tmp_wrap_school .annouce_galleries img{
	transition: transform 0.3s ease-in-out;
}
#tmp_wrap_school .filter_reset input,
#tmp_wrap_school .filter_title span,
#tmp_wrap_school .condition_checkbox label,
#tmp_wrap_school .condition_tab_title span,
#tmp_wrap_school .pagi_controls a,
#tmp_wrap_school .condition_checkboxs label{
	position: relative;
	z-index: 1;
}
#tmp_wrap_school .filter_reset input {
	z-index: 0;
}
#tmp_wrap_school .filter_title span:after,
#tmp_wrap_school .condition_checkbox label:after,
#tmp_wrap_school .condition_tab_title span:after,
#tmp_wrap_school .pagi_controls a:after,
#tmp_wrap_school .condition_checkboxs label:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	border-bottom: 2px solid #929aa3;
	z-index: -1;
	transition: width 0.3s ease-in-out;
}
#tmp_wrap_school .condition_checkbox label:after,
#tmp_wrap_school .condition_checkboxs label:after{
	bottom: 0;
	left: 23px;
	border-bottom-width: 1px;
	border-bottom-color: #5b6264;
}
#tmp_wrap_school .condition_checkboxs label:after {
	left: 0;
}
#tmp_wrap_school .condition_tab_checkboxs .condition_checkboxs label:after {
	left: 18px;
}
#tmp_wrap_school .condition_tab_title span:after{
	bottom: -2px;
	border-bottom-width: 1px;
}
#tmp_wrap_school .pagi_controls a:after{
	border-bottom-width: 1px;
	border-bottom-color: #020202;
}
#tmp_wrap_school .annouce_galleries .item_inner.is_hover,
#tmp_wrap_school .filter_reset input:hover,
#tmp_wrap_school .condition_tab_title:not(.tb_active) a:hover,
#tmp_wrap_school .school_filter .filter_title a:hover,
#tmp_wrap_school .school_filter .filter_title a:focus {
	background-color: #e6f2ff;
}
#tmp_wrap_school .filter_submit input:hover,
#tmp_wrap_school .filter_submit input:focus{
	background-color: #e6f2ff;
	border-color: #235ba5;
	box-shadow: 0 0 0 1px #235ba5;
	color: #222222;
}
#tmp_wrap_school .condition_tab_title:not(.tb_active) a:hover span:after,
#tmp_wrap_school .school_filter .filter_title a:hover span:after,
#tmp_wrap_school .school_filter .filter_title a:focus span:after,
#tmp_wrap_school .pagi_controls a:hover:after,
#tmp_wrap_school .condition_checkboxs label:hover:after{
	width: 100%;
}
#tmp_wrap_school .condition_checkbox label:hover:after{
	width: calc(100% - 23px);
}
#tmp_wrap_school .condition_tab_checkboxs .condition_checkboxs label:hover:after {
	width: calc(100% - 18px);
}
#tmp_wrap_school .pagi_pages li.is_active a,
#tmp_wrap_school .pagi_pages li:not(.is_active) a:hover{
	color: #222222;
	border-color: #ffffff;
}
#tmp_wrap_school .annouce_galleries .item_inner.is_hover img{
	transform: scale(1.05);
}

/* reset margin */
#tmp_wrap_school .condition_tab_checkboxs .heading p,
#tmp_wrap_school .condition_lbl,
#tmp_wrap_school .filter_key_form p,
#tmp_wrap_school .condition_tab_title p,
#tmp_wrap_school .annouce_title p,
#tmp_wrap_school .pagi_controls li,
#tmp_wrap_school .annouce_galleries .item_text p,
#tmp_wrap_school .pagi_pages li{
	margin-bottom: 0;
}
#tmp_wrap_school .filter_title a:focus-visible,
#tmp_wrap_school .filter_submit input:focus-visible{
	text-decoration: underline;
}
#tmp_wrap_school .filter_title a:focus-visible{
	outline: none;
}
#tmp_wrap_school .condition_tab_title a:focus-visible{
	outline-offset: -1px;
}
/* end top style
================================================== */

/* accessibility
================================================== */
/* accessibility color */
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(:first-child):before,
.color_yellow #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_tags span:not(:last-of-type):after,
.color_black #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active:after{
	border-color: #000000;
}
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active:after,
.color_black #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_tags span:not(:last-of-type):after,
.color_black #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(:first-child):before,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(:first-child):before{
	border-color: #ffff00;
}
.color_blue #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active:after{
	border-color: #00008B;
}
.color_black #tmp_wrapper #tmp_wrap_school .filter_title a:after,
.color_blue #tmp_wrapper #tmp_wrap_school .filter_title a:after{
	border-top-color: #ffff00;
}
.color_black #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active a,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active a,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active a{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_wrap_school .school_banner,
.color_blue #tmp_wrapper #tmp_wrap_school .school_banner,
.color_yellow #tmp_wrapper #tmp_wrap_school .school_banner{
	padding: 0;
	min-height: auto;
}
.color_black #tmp_wrapper #tmp_wrap_school .condition_select select,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_select select{
	background-image: url(/shared/templates/school_flyer/images/arrow_select_yl.png) !important;
}
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_select select{
	background-image: url(/shared/templates/school_flyer/images/arrow_select_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_wrap_school .filter_key_form input::placeholder,
.color_black #tmp_wrapper #tmp_wrap_school .condition_input input::placeholder,
.color_blue #tmp_wrapper #tmp_wrap_school .filter_key_form input::placeholder,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_input input::placeholder{
	color: #ffff00;
}
.color_black #tmp_wrapper #tmp_wrap_school .pagi_pages a:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .pagi_pages a:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .pagi_pages a:hover{
	border-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_wrap_school .annouce_title,
.color_blue #tmp_wrapper #tmp_wrap_school .annouce_title,
.color_yellow #tmp_wrapper #tmp_wrap_school .annouce_title{
	border: 2px solid;
}
.color_black #tmp_wrapper #tmp_wrap_school .condition_checkbox,
.color_black #tmp_wrapper #tmp_wrap_school .condition_checkbox *,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_checkbox,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_checkbox *,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_checkbox,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_checkbox *{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_wrap_school .filter_title span:after,
.color_black #tmp_wrapper #tmp_wrap_school .condition_checkbox label:after,
.color_black #tmp_wrapper #tmp_wrap_school .condition_tab_title span:after,
.color_black #tmp_wrapper #tmp_wrap_school .pagi_controls a:after,
.color_blue #tmp_wrapper #tmp_wrap_school .filter_title span:after,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_checkbox label:after,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_tab_title span:after,
.color_blue #tmp_wrapper #tmp_wrap_school .pagi_controls a:after,
.color_yellow #tmp_wrapper #tmp_wrap_school .filter_title span:after,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_checkbox label:after,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_tab_title span:after,
.color_yellow #tmp_wrapper #tmp_wrap_school .pagi_controls a:after,
.color_blue #tmp_anchor_lib::before,
.color_black #tmp_anchor_lib::before,
.color_blue #tmp_anchor_lib::after,
.color_black #tmp_anchor_lib::after,
.color_black #tmp_wrapper #tmp_wrap_school .school_filter:before,
.color_black #tmp_wrapper #tmp_wrap_school .school_filter:after,
.color_blue #tmp_wrapper #tmp_wrap_school .school_filter:before,
.color_blue #tmp_wrapper #tmp_wrap_school .school_filter:after,
.color_yellow #tmp_wrapper #tmp_wrap_school .school_filter:before,
.color_yellow #tmp_wrapper #tmp_wrap_school .school_filter:after{
	content: none;
}
.color_blue #tmp_anchor,
.color_black #tmp_anchor,
.color_yellow #tmp_anchor,
.color_blue #tmp_anchor_lib,
.color_black #tmp_anchor_lib,
.color_yellow #tmp_anchor_lib,
.color_blue #tmp_anchor_toggle_lib,
.color_black #tmp_anchor_toggle_lib,
.color_yellow #tmp_anchor_toggle_lib,
.color_blue #tmp_contents .box_info,
.color_black #tmp_contents .box_info,
.color_yellow #tmp_contents .box_info,
.color_blue #tmp_contents .box_link,
.color_black #tmp_contents .box_link,
.color_yellow #tmp_contents .box_link,
.color_blue #tmp_contents .box_pickup,
.color_blue #tmp_contents .idx_info,
.color_black #tmp_contents .box_pickup,
.color_black #tmp_contents .idx_info,
.color_yellow #tmp_contents .box_pickup,
.color_yellow #tmp_contents .idx_info,
.color_blue #tmp_event_cal_refine_cnt fieldset .genre li label,
.color_black #tmp_event_cal_refine_cnt fieldset .genre li label,
.color_yellow #tmp_event_cal_refine_cnt fieldset .genre li label,
.color_blue #tmp_event_cal_7w .event_cal_7w td p a,
.color_black #tmp_event_cal_7w .event_cal_7w td p a,
.color_yellow #tmp_event_cal_7w .event_cal_7w td p a,
.color_blue #tmp_contents .box_method,
.color_black #tmp_contents .box_method,
.color_yellow #tmp_contents .box_method,
.color_blue #tmp_contents .accordion_item .accordion_btn,
.color_black #tmp_contents .accordion_item .accordion_btn,
.color_yellow #tmp_contents .accordion_item .accordion_btn{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_wrap_school .condition_checkbox label:hover,
.color_black #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_inner.is_hover a,
.color_black #tmp_wrapper #tmp_wrap_school .filter_reset input:hover,
.color_black #tmp_wrapper #tmp_wrap_school .filter_submit input:hover,
.color_black #tmp_wrapper #tmp_wrap_school .pagi_controls a:hover,
.color_black #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(.tb_active) a:hover,
.color_black #tmp_wrapper #tmp_wrap_school .school_filter .filter_title a:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_checkbox label:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_inner.is_hover a,
.color_blue #tmp_wrapper #tmp_wrap_school .filter_reset input:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .filter_submit input:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .pagi_controls a:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(.tb_active) a:hover,
.color_blue #tmp_wrapper #tmp_wrap_school .school_filter .filter_title a:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_checkbox label:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_inner.is_hover a,
.color_yellow #tmp_wrapper #tmp_wrap_school .filter_reset input:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .filter_submit input:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .pagi_controls a:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(.tb_active) a:hover,
.color_yellow #tmp_wrapper #tmp_wrap_school .school_filter .filter_title a:hover{
	text-decoration: underline;
}
.color_black #tmp_wrapper #tmp_wrap_school .pagi_pages li.is_active a,
.color_blue #tmp_wrapper #tmp_wrap_school .pagi_pages li.is_active a,
.color_yellow #tmp_wrapper #tmp_wrap_school .pagi_pages li.is_active a{
	border-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_wrap_school .banner_title > h1,
.color_blue #tmp_wrapper #tmp_wrap_school .banner_title > h1,
.color_yellow #tmp_wrapper #tmp_wrap_school .banner_title > h1{
	height: auto;
	max-width: 100%;
	overflow-y: visible;
}
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form .form_ttl{
	padding-right: 10px;
	width: 200px;
}
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_black.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_blue.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label,
.color_yellow.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form label{
	padding-left: 0;
}
/* accessibility fsize */
.fsize_small #tmp_wrapper #tmp_wrap_school .filter_key_form label{
	padding-top: 8px;
	padding-bottom: 8px;
	background-position: 4px 0;
}
.fsize_small #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_region{
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0 2px;
}
.fsize_small #tmp_wrapper #tmp_wrap_school .codition_title{
	padding-top: 8px;
	padding-bottom: 8px;
	background-position: 0 0;
}
.fsize_big #tmp_wrapper #tmp_wrap_school .filter_key_form input,
.fsize_big #tmp_wrapper #tmp_wrap_school .condition_input input,
.fsize_big2 #tmp_wrapper #tmp_wrap_school .filter_key_form input,
.fsize_big2 #tmp_wrapper #tmp_wrap_school .condition_input input{
	height: 60px;
}

/* nojs */
.no_javascript #tmp_wrapper #tmp_wrap_school .filter_cnt{
	display: block;
}
.no_javascript #tmp_wrapper #tmp_wrap_school .filter_title a:after{
	transform: scaleY(-1);
}
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab,
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_cnt{
	display: block;
}
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_title{
	width: 100%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_cnt{
	border-top: none;
}
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active{
	background-color: #f1f1f1;
}
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_title:not(:first-child):before,
.no_javascript #tmp_wrapper #tmp_wrap_school .condition_tab_title.tb_active:after{
	content: none;
}
.furigana_on #tmp_wrapper #tmp_wrap_school .annouce_galleries .item_region{
	flex-flow: row wrap;
}
.color_black #tmp_wrapper .box_method,
.color_blue #tmp_wrapper .box_method,
.color_yellow #tmp_wrapper .box_method{
	background-color: transparent !important;
}
.color_black #tmp_wrapper .box_method::before,
.color_black #tmp_wrapper .box_method::after,
.color_blue #tmp_wrapper .box_method::before,
.color_blue #tmp_wrapper .box_method::after,
.color_yellow #tmp_wrapper .box_method::before,
.color_yellow #tmp_wrapper .box_method::after{
	z-index: 1;
	pointer-events: none;
}
.color_black #tmp_wrapper .box_method::before,
.color_black #tmp_wrapper .box_method::after,
.color_blue #tmp_wrapper .box_method::before,
.color_blue #tmp_wrapper .box_method::after{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper .box_method::before,
.color_yellow #tmp_wrapper .box_method::after{
	border-color: #000000;
}
.color_blue #tmp_anchor::before,
.color_blue #tmp_anchor::after,
.color_black #tmp_anchor::before,
.color_black #tmp_anchor::after,
.color_yellow #tmp_anchor::before,
.color_yellow #tmp_anchor::after,
.color_blue #tmp_contents ul.box_btn li::before,
.color_blue #tmp_contents ul.box_btn li a::before,
.color_blue #tmp_contents ul.box_btn li::after,
.color_blue #tmp_contents ul.box_btn li a::after,
.color_black #tmp_contents ul.box_btn li::before,
.color_black #tmp_contents ul.box_btn li a::before,
.color_black #tmp_contents ul.box_btn li::after,
.color_black #tmp_contents ul.box_btn li a::after,
.color_yellow #tmp_contents ul.box_btn li::before,
.color_yellow #tmp_contents ul.box_btn li a::before,
.color_yellow #tmp_contents ul.box_btn li::after,
.color_yellow #tmp_contents ul.box_btn li a::after,
.color_blue #tmp_contents div.box_menu_ttl p a:hover::after,
.color_black #tmp_contents div.box_menu_ttl p a:hover::after,
.color_yellow #tmp_contents div.box_menu_ttl p a:hover::after,
.color_blue table.box_menu td.box_menu_ttl p a:hover::after,
.color_black table.box_menu td.box_menu_ttl p a:hover::after,
.color_yellow table.box_menu td.box_menu_ttl p a:hover::after,
.color_blue #tmp_contents .box_menu::before,
.color_blue #tmp_contents .box_menu::after,
.color_black #tmp_contents .box_menu::before,
.color_black #tmp_contents .box_menu::after,
.color_yellow #tmp_contents .box_menu::before,
.color_yellow #tmp_contents .box_menu::after,
.color_blue #tmp_contents .box_info .box_info_ttl::before,
.color_black #tmp_contents .box_info .box_info_ttl::before,
.color_yellow #tmp_contents .box_info .box_info_ttl::before,
.color_blue #tmp_contents .box_link .box_link_ttl::before,
.color_black #tmp_contents .box_link .box_link_ttl::before,
.color_yellow #tmp_contents .box_link .box_link_ttl::before,
.color_blue #tmp_idx_anchor ul li a::before,
.color_blue #tmp_idx_anchor ul li a::after,
.color_black #tmp_idx_anchor ul li a::before,
.color_black #tmp_idx_anchor ul li a::after,
.color_yellow #tmp_idx_anchor ul li a::before,
.color_yellow #tmp_idx_anchor ul li a::after,
.color_blue #tmp_idx2_anchor ul li a::before,
.color_blue #tmp_idx2_anchor ul li a::after,
.color_black #tmp_idx2_anchor ul li a::before,
.color_black #tmp_idx2_anchor ul li a::after,
.color_yellow #tmp_idx2_anchor ul li a::before,
.color_yellow #tmp_idx2_anchor ul li a::after,
.color_blue #tmp_contents ul.idx_menu li a::after,
.color_blue #tmp_contents ul.idx_menu li a::before,
.color_black #tmp_contents ul.idx_menu li a::after,
.color_black #tmp_contents ul.idx_menu li a::before,
.color_yellow #tmp_contents ul.idx_menu li a::after,
.color_yellow #tmp_contents ul.idx_menu li a::before,
.color_blue #tmp_contents ul.tetsuzuki_idx li a::before,
.color_black #tmp_contents ul.tetsuzuki_idx li a::before,
.color_yellow #tmp_contents ul.tetsuzuki_idx li a::before,
.color_blue #tmp_contents ul.tetsuzuki_idx li a::after,
.color_black #tmp_contents ul.tetsuzuki_idx li a::after,
.color_yellow #tmp_contents ul.tetsuzuki_idx li a::after {
	display: none;
	border: 0;
}
.color_blue #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h2,
.color_black #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h2,
.color_yellow #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h2 {
	padding:20px 3.5em 20px 20px !important;
	border:none !important;
}
.color_blue #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h3,
.color_black #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h3,
.color_yellow #tmp_wrapper #tmp_contents .accordion_item .accordion_btn h3 {
	padding:10px 3.5em 10px 20px !important;
	border:none !important;
}
.color_blue #tmp_contents .accordion_item .switch_btn,
.color_black #tmp_contents .accordion_item .switch_btn,
.color_yellow #tmp_contents .accordion_item .switch_btn,
.color_blue #tmp_contents .accordion_item .accordion_btn h3 .switch_btn,
.color_black #tmp_contents .accordion_item .accordion_btn h3 .switch_btn,
.color_yellow #tmp_contents .accordion_item .accordion_btn h3 .switch_btn {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	border-left:2px solid;
	bottom:0;
	width:4.7em;
}
.color_blue #tmp_contents .accordion_item .switch_btn span,
.color_black #tmp_contents .accordion_item .switch_btn span,
.color_yellow #tmp_contents .accordion_item .switch_btn span {
	position:static;
	border:none !important;
}
.color_blue #tmp_cate_ttl h1,
.color_blue #tmp_cate_ttl h1 span,
.color_black #tmp_cate_ttl h1,
.color_black #tmp_cate_ttl h1 span,
.color_yellow #tmp_cate_ttl h1,
.color_yellow #tmp_cate_ttl h1 span {
	height: auto;
}
.color_blue #tmp_cate_ttl h1 span,
.color_black #tmp_cate_ttl h1 span,
.color_yellow #tmp_cate_ttl h1 span {
	text-indent: 0;
}
.color_blue #tmp_idx_anchor ul li a,
.color_black #tmp_idx_anchor ul li a,
.color_blue #tmp_idx2_anchor ul li a,
.color_black #tmp_idx2_anchor ul li a {
	background-image: url(/shared/images/icon/anchor_icon_white.png) !important;
}
.color_yellow #tmp_idx_anchor ul li a,
.color_yellow #tmp_idx2_anchor ul li a {
	background-image: url(/shared/images/icon/anchor_icon.png) !important;
}
.color_blue #tmp_contents .accordion_item .switch_btn,
.color_black #tmp_contents .accordion_item .switch_btn,
.color_yellow #tmp_contents .accordion_item .switch_btn{
	text-indent: inherit;
}
.color_blue #tmp_contents .accordion_item .accordion_btn h2 a,
.color_black #tmp_contents .accordion_item .accordion_btn h2 a,
.color_yellow #tmp_contents .accordion_item .accordion_btn h2 a{
	padding-left: 0;
}
.color_blue #tmp_contents .box_method_ttl::before,
.color_black #tmp_contents .box_method_ttl::before,
.color_yellow #tmp_contents .box_method_ttl::before,
.color_blue #tmp_idx_anchor ul li a::before,
.color_black #tmp_idx_anchor ul li a::before,
.color_yellow #tmp_idx_anchor ul li a::before,
.color_blue #tmp_idx_anchor ul li a::after,
.color_black #tmp_idx_anchor ul li a::after,
.color_yellow #tmp_idx_anchor ul li a::after,
.color_blue #tmp_idx2_anchor ul li a::before,
.color_black #tmp_idx2_anchor ul li a::before,
.color_yellow #tmp_idx2_anchor ul li a::before,
.color_blue #tmp_idx2_anchor ul li a::after,
.color_black #tmp_idx2_anchor ul li a::after,
.color_yellow #tmp_idx2_anchor ul li a::after,
.color_blue #tmp_menu_anchor ul li a::before,
.color_black #tmp_menu_anchor ul li a::before,
.color_yellow #tmp_menu_anchor ul li a::before,
.color_blue #tmp_menu_anchor ul li a::after,
.color_black #tmp_menu_anchor ul li a::after,
.color_yellow #tmp_menu_anchor ul li a::after,
.color_blue #tmp_anchor::before,
.color_blue #tmp_anchor_lib::before,
.color_blue #tmp_anchor_toggle_lib::before,
.color_black #tmp_anchor::before,
.color_black #tmp_anchor_lib::before,
.color_black #tmp_anchor_toggle_lib::before,
.color_blue #tmp_anchor::after,
.color_blue #tmp_anchor_lib::after,
.color_blue #tmp_anchor_toggle_lib::after,
.color_black #tmp_anchor::after,
.color_black #tmp_anchor_lib::after,
.color_black #tmp_anchor_toggle_lib::after,
.color_blue #tmp_soshiki_anchor ul li a::before,
.color_black #tmp_soshiki_anchor ul li a::before,
.color_yellow #tmp_soshiki_anchor ul li a::before,
.color_blue #tmp_soshiki_anchor ul li a::after,
.color_black #tmp_soshiki_anchor ul li a::after,
.color_yellow #tmp_soshiki_anchor ul li a::after,
.color_blue #tmp_syokuin_search_result .syokuin_sch_menu::before,
.color_blue #tmp_syokuin_search_result .syokuin_sch_menu::after,
.color_black #tmp_syokuin_search_result .syokuin_sch_menu::before,
.color_black #tmp_syokuin_search_result .syokuin_sch_menu::after,
.color_yellow #tmp_syokuin_search_result .syokuin_sch_menu::before,
.color_yellow #tmp_syokuin_search_result .syokuin_sch_menu::after {
	display:none !important;
}
.color_blue #tmp_contents .event_item_list .event_item.active .event_item_ttl a,
.color_black #tmp_contents .event_item_list .event_item.active .event_item_ttl a,
.color_yellow #tmp_contents .event_item_list .event_item.active .event_item_ttl a {
	text-decoration:underline;
}
/* 矢印アイコン */
.color_blue #tmp_menu_anchor ul li a span,
.color_black #tmp_menu_anchor ul li a span,
.color_yellow #tmp_menu_anchor ul li a span,
.color_blue #tmp_soshiki_anchor ul li a span,
.color_black #tmp_soshiki_anchor ul li a span,
.color_yellow #tmp_soshiki_anchor ul li a span {
	position:relative;
}
.color_blue #tmp_menu_anchor ul li a span::before,
.color_black #tmp_menu_anchor ul li a span::before,
.color_yellow #tmp_menu_anchor ul li a span::before,
.color_blue #tmp_soshiki_anchor ul li a span::before,
.color_black #tmp_soshiki_anchor ul li a span::before,
.color_yellow #tmp_soshiki_anchor ul li a span::before {
	content:'';
	position:absolute;
	left:0;
	top:0.5em;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.color_blue #tmp_idx_anchor,
.color_black #tmp_idx_anchor,
.color_yellow #tmp_idx_anchor,
.color_blue #tmp_idx2_anchor,
.color_black #tmp_idx2_anchor,
.color_yellow #tmp_idx2_anchor,
.color_blue #tmp_map_search .box_keyword_cnt,
.color_black #tmp_map_search .box_keyword_cnt,
.color_yellow #tmp_map_search .box_keyword_cnt,
.color_blue #tmp_soshiki_search .box_keyword_cnt,
.color_black #tmp_soshiki_search .box_keyword_cnt,
.color_yellow #tmp_soshiki_search .box_keyword_cnt {
	border:1px solid !important;
}
.color_blue #tmp_wrapper #tmp_map_search .box_keyword_cnt .search_label label,
.color_black #tmp_wrapper #tmp_map_search .box_keyword_cnt .search_label label,
.color_yellow #tmp_wrapper #tmp_map_search .box_keyword_cnt .search_label label,
.color_blue #tmp_wrapper #tmp_soshiki_search .box_keyword_cnt .search_label label,
.color_black #tmp_wrapper #tmp_soshiki_search .box_keyword_cnt .search_label label,
.color_yellow #tmp_wrapper #tmp_soshiki_search .box_keyword_cnt .search_label label {
	background-color:#ffffff !important;
	background-image:url(/shared/images/icon/icon_search.png) !important;
	background-position:center center;
}
.color_blue #tmp_facilities_btn .shisetsu_cnavi_cate .item_ttl a::before,
.color_black #tmp_facilities_btn .shisetsu_cnavi_cate .item_ttl a::before,
.color_blue #tmp_soshiki_cnavi .soshiki_cnavi_item .item_ttl a::before,
.color_black #tmp_soshiki_cnavi .soshiki_cnavi_item .item_ttl a::before {
	border-color:#ffffff transparent transparent transparent !important;
}
.color_blue #tmp_facilities_btn .shisetsu_cnavi_cate.ac_active .item_ttl a::before,
.color_black #tmp_facilities_btn .shisetsu_cnavi_cate.ac_active .item_ttl a::before,
.color_blue #tmp_soshiki_cnavi .soshiki_cnavi_item.ac_active .item_ttl a:before,
.color_black #tmp_soshiki_cnavi .soshiki_cnavi_item.ac_active .item_ttl a:before {
	border-color: transparent transparent #ffffff transparent !important;
}
.color_blue #tmp_facilities_btn .shisetsu_cnavi_cate .item_ttl a::after,
.color_blue #tmp_soshiki_cnavi .soshiki_cnavi_item .item_ttl a:after {
	background-color:#00008B !important;
	border-left-color:#FFFF00 !important;
	border-right-color:#FFFF00 !important;
}
.color_black #tmp_facilities_btn .shisetsu_cnavi_cate .item_ttl a::after,
.color_black #tmp_soshiki_cnavi .soshiki_cnavi_item .item_ttl a:after {
	background-color:#000000 !important;
	border-left-color:#FFFF00 !important;
	border-right-color:#FFFF00 !important;
}
.color_yellow #tmp_facilities_btn .shisetsu_cnavi_cate .item_ttl a::after,
.color_yellow #tmp_soshiki_cnavi .soshiki_cnavi_item .item_ttl a:after {
	background-color:#FFFF00 !important;
	border-left-color:#000000 !important;
	border-right-color:#000000 !important;
}
.color_blue #tmp_wrapper #tmp_contents #tmp_event_cal_refine_ttl h2 a::before,
.color_black #tmp_wrapper #tmp_contents #tmp_event_cal_refine_ttl h2 a::before,
.color_yellow #tmp_wrapper #tmp_contents #tmp_event_cal_refine_ttl h2 a::before,
.color_blue #tmp_wrapper #tmp_contents .event_sch_btn a span::before,
.color_black #tmp_wrapper #tmp_contents .event_sch_btn a span::before,
.color_yellow #tmp_wrapper #tmp_contents .event_sch_btn a span::before,
.color_blue #tmp_wrapper #tmp_contents #tmp_gmap_link span::before,
.color_black #tmp_wrapper #tmp_contents #tmp_gmap_link span::before,
.color_yellow #tmp_wrapper #tmp_contents #tmp_gmap_link span::before{
	background-color:#ffffff !important;
}
.color_blue #tmp_facilities_btn .shisetsu_cnavi_cate .item_cnt ul li a,
.color_black #tmp_facilities_btn .shisetsu_cnavi_cate .item_cnt ul li a,
.color_blue #tmp_contents .event_search_area .event_search_area_list ul li span,
.color_black #tmp_contents .event_search_area .event_search_area_list ul li span,
.color_blue #tmp_contents ul.tetsuzuki_idx li span,
.color_black #tmp_contents ul.tetsuzuki_idx li span,
.color_blue #tmp_contents .accordion_item .accordion_cnt ul li a,
.color_black #tmp_contents .accordion_item .accordion_cnt ul li a,
.color_blue #tmp_soshiki_cnavi .soshiki_cnavi_item .item_cnt ul li a,
.color_black #tmp_soshiki_cnavi .soshiki_cnavi_item .item_cnt ul li a,
.color_blue #tmp_soshiki_alphabetical .soshiki_alphabetical_result ul li a,
.color_black #tmp_soshiki_alphabetical .soshiki_alphabetical_result ul li a,
.color_blue #tmp_soshiki_search_keyword .soshiki_keyword_result ul li a,
.color_black #tmp_soshiki_search_keyword .soshiki_keyword_result ul li a,
.color_blue #tmp_address_search_keyword .address_keyword_result ul li a,
.color_black #tmp_address_search_keyword .address_keyword_result ul li a,
.color_blue #tmp_matchizu_search_keyword .matchizu_keyword_result ul li a,
.color_black #tmp_matchizu_search_keyword .matchizu_keyword_result ul li a,
.color_blue #tmp_general_pickup_pr .general_pickup_pr_list ul li a,
.color_blue #tmp_sec_general_news .general_news_pr_list ul li a,
.color_black #tmp_general_pickup_pr .general_pickup_pr_list ul li a,
.color_black #tmp_sec_general_news .general_news_pr_list ul li a,
.color_blue #tmp_shinchaku_filter .press_list_date_item_link a,
.color_black #tmp_shinchaku_filter .press_list_date_item_link a,
.color_blue #tmp_contents ul.idx_menu li span,
.color_black #tmp_contents ul.idx_menu li span,
.color_blue #tmp_contents .list_more li a,
.color_black #tmp_contents .list_more li a,
.color_blue #tmp_idx_menu .idx_menu_ttl .menu_ttl span,
.color_black #tmp_idx_menu .idx_menu_ttl .menu_ttl span,
.color_blue #tmp_idx_menu .idx_menu_cnt ul li a,
.color_black #tmp_idx_menu .idx_menu_cnt ul li a,
.color_blue #tmp_syokuin_search_result .syokuin_sch_menu .syokuin_sch_menu_ttl a,
.color_black #tmp_syokuin_search_result .syokuin_sch_menu .syokuin_sch_menu_ttl a {
	background-image:url(/shared/images/icon/icon_arrow_link_wh.png) !important;
}
.color_yellow #tmp_facilities_btn .shisetsu_cnavi_cate .item_cnt ul li a,
.color_yellow #tmp_contents .event_search_area .event_search_area_list ul li span,
.color_yellow #tmp_contents ul.tetsuzuki_idx li span,
.color_yellow #tmp_contents .accordion_item .accordion_cnt ul li a,
.color_yellow #tmp_soshiki_cnavi .soshiki_cnavi_item .item_cnt ul li a,
.color_yellow #tmp_soshiki_alphabetical .soshiki_alphabetical_result ul li a,
.color_yellow #tmp_soshiki_search_keyword .soshiki_keyword_result ul li a,
.color_yellow #tmp_address_search_keyword .address_keyword_result ul li a,
.color_yellow #tmp_matchizu_search_keyword .matchizu_keyword_result ul li a,
.color_yellow #tmp_sec_general_news .general_news_pr_list ul li a,
.color_yellow #tmp_shinchaku_filter .press_list_date_item_link a,
.color_yellow #tmp_contents ul.idx_menu li span,
.color_yellow #tmp_contents .list_more li a,
.color_yellow #tmp_idx_menu .idx_menu_ttl .menu_ttl span,
.color_yellow #tmp_idx_menu .idx_menu_cnt ul li a,
.color_yellow #tmp_syokuin_search_result .syokuin_sch_menu .syokuin_sch_menu_ttl a {
	background-image:url(/shared/images/icon/icon_arrow_link.png) !important;
}
.color_blue #tmp_contents #tmp_event_cal_refine_ttl h2 a::after,
.color_black #tmp_contents #tmp_event_cal_refine_ttl h2 a::after {
	border-color:#FFFF00 transparent transparent transparent !important;
}
.color_blue #tmp_contents .ac_active #tmp_event_cal_refine_ttl h2 a::after,
.color_black #tmp_contents .ac_active #tmp_event_cal_refine_ttl h2 a::after {
	border-color:transparent transparent #FFFF00 transparent !important;
}
.color_blue #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general,
.color_black #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general,
.color_yellow #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general {
	border:2px solid;
}
.color_blue #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general h1,
.color_black #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general h1,
.color_yellow #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general h1 {
	border:none !important;
	padding:0 !important;
}
.color_blue #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img,
.color_black #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img,
.color_yellow #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img {
	z-index:1 !important;
}
.color_blue #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img::before,
.color_black #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img::before,
.color_yellow #tmp_wrapper #tmp_cate_ttl_general .cate_ttl_general .cate_ttl_general_img::before,
.color_blue #tmp_contents .general_menu_2 .menu_item .menu_item_img img,
.color_black #tmp_contents .general_menu_2 .menu_item .menu_item_img img,
.color_yellow #tmp_contents .general_menu_2 .menu_item .menu_item_img img {
	background-color:#ffffff !important;
}
.color_blue #tmp_sec_general_news .general_news_pr_img .general_news_pr.active .news_pr_img p::after,
.color_black #tmp_sec_general_news .general_news_pr_img .general_news_pr.active .news_pr_img p::after {
	border-color:#FFFF00 !important;
}
.color_yellow #tmp_sec_general_news .general_news_pr_img .general_news_pr.active .news_pr_img p::after {
	border-color:#000000 !important;
}
.color_blue #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today,
.color_blue #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today a,
.color_blue #tmp_wrapper #tmp_soshiki_alphabetical .alphabetical_list li a.active {
	background-color:#FFFF00 !important;
	color:#00008B !important;
}
.color_black #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today,
.color_black #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today a,
.color_black #tmp_wrapper #tmp_soshiki_alphabetical .alphabetical_list li a.active {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today,
.color_yellow #tmp_wrapper #tmp_contents .cal_month .cal_month_cnt .calendar td.cal_today a,
.color_yellow #tmp_wrapper #tmp_soshiki_alphabetical .alphabetical_list li a.active {
	background-color:#000000 !important;
	color:#FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_contents #tmp_event_cal_tab li a::after {
	background-color:#00008B !important;
}
.color_black #tmp_wrapper #tmp_contents #tmp_event_cal_tab li a::after {
	background-color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_contents #tmp_event_cal_tab li a::after {
	background-color:#FFFF00 !important;
}
.color_blue #tmp_contents .event_page_navi .cal_date_day::before,
.color_black #tmp_contents .event_page_navi .cal_date_day::before,
.color_yellow #tmp_contents .event_page_navi .cal_date_day::before,
.color_blue #tmp_contents .event_page_navi .cal_date_day::after,
.color_black #tmp_contents .event_page_navi .cal_date_day::after,
.color_yellow #tmp_contents .event_page_navi .cal_date_day::after,
.color_blue #tmp_contents div.enquete_table .tbl_tr::after,
.color_black #tmp_contents div.enquete_table .tbl_tr::after,
.color_yellow #tmp_contents div.enquete_table .tbl_tr::after {
	display:none !important;
}
.color_black #tmp_wrapper #tmp_contents .event_summary_txt,
.color_blue #tmp_wrapper #tmp_contents .event_summary_txt,
.color_yellow #tmp_wrapper #tmp_contents .event_summary_txt{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_black #tmp_wrapper #tmp_contents .event_summary_txt::after,
.color_blue #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_blue #tmp_wrapper #tmp_contents .event_summary_txt::after,
.color_yellow #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_yellow #tmp_wrapper #tmp_contents .event_summary_txt::after{
	z-index: 1;
	pointer-events: none;
}
.color_black #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_black #tmp_wrapper #tmp_contents .event_summary_txt::after,
.color_blue #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_blue #tmp_wrapper #tmp_contents .event_summary_txt::after{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_contents .event_summary_txt::before,
.color_yellow #tmp_wrapper #tmp_contents .event_summary_txt::after{
	border-color: #000000;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_event_cal_refine_btn:after,
#tmp_lnavi_event_cal .cal_navi:after,
#tmp_contents .accordion_item .accordion_cnt ul:after,
#tmp_facilities_btn .shisetsu_cnavi_cate .item_cnt ul:after,
#tmp_contents .shisetsu_main:after,
#tmp_contents .event_search_area:after,
#tmp_general_pickup_pr:after,
#tmp_sec_general_news:after
#tmp_wrap_school .annouce_galleries .item_cnt:after{
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
    min-width: auto;
}
#tmp_wrapper img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
}
#tmp_header {
	border-top:none !important;
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: transparent !important;
	width: auto;
	height: auto;
	color: #222222;
}
#tmp_hlogo a {
	width: auto;
	height: auto;
	text-decoration: none !important;
	color:#000000 !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto;
	height: auto;
	z-index: 1;
}
.fixed_header #tmp_header {
	position: relative;
	top: 0;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.footer_logo p,
.footer_logo p span {
	width: auto;
	height: auto;
	background: transparent !important;
	z-index: 1;
	color: #222222;
}
.footer_lft {
	width:100%;
	float:none;
	padding:0;
}
.footer_contact {
	padding-left: 0;
	background: transparent !important;
}
#tmp_about_setagaya .thumb_item_wrap .img {
	flex: 0 0 245px;
}
.container {
	max-width:none;
	padding: 0;
}
.col_main {
	padding: 0;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_wrap_lnavi,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu,
#tmp_settings,
#tmp_anchor,
#tmp_anchor_lib,
.sec_about_setagaya,
.box_recommend.js_scroll,
.box_recommend,
.footer_rgt,
.footer_access,
#tmp_tokei_link {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
}

