@charset "utf-8";

/* ==================================================
共通スタイル
================================================== */
/* contents
================================================== */
#tmp_contents h1 {
    font-size: 237.5%;
    line-height: 1.5;
    background: #ffcc66 url("/shared/templates/kyoukai_free/images/h1_bg.png") repeat-y left top;
    padding: 20px 20px 18px 60px;
    border-radius: 10px;
	margin:0 0 26px;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.9em 0 0.8em;
    line-height: 1.35;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
    font-size: 187.5%;
    padding: 18px 24px;
    background-color: #fff9e2;
    color: inherit;
    border-left: 2px solid #0f8030;
    border-bottom: 2px solid #ffcc66;
}
#tmp_contents h3 {
   font-size: 162.5%;
    background: url("/shared/templates/kyoukai_free/images/h3_icon.png") no-repeat left 0.2em;
    padding: 0 0 15px 32px;
    border-bottom: 3px solid #ffcc66;
    position: relative;
}
#tmp_contents h3::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    background-color: #ffcc66;
}
#tmp_contents h4 {
   font-size: 137.5%;
   padding: 0 0 10px;
   border-bottom: 2px solid #ffcc66;
   position: relative;
}
#tmp_contents h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background-color: #0f8030;
}
#tmp_contents h5 {
   font-size: 125%;
   background: url("/shared/templates/kyoukai_free/images/h5_icon.png") no-repeat left 0.2em;
   background-size: 15px auto;
   padding: 0 0 0 20px;
}
#tmp_contents h6 {
   font-size: 112.5%;
   position: relative;
   padding: 0 0 0 16px;
}
#tmp_contents h6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 15px;
    background-color: #ffcc66;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1.5em 1.2em; /* Do not edit */
	list-style-image: url("/shared/site_kyoukai/images/icon/list_icon.png"); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1.5em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#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 */
}
/* ==================================================
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:40px 0 60px; /* Do not edit */
	border:1px solid #f3f3f3;
	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:18px 15px 8px;
	color:inherit;
	background-color:#f3f3f3;
}
#tmp_contents div.outline {
	padding:18px 15px 8px;
	color:inherit;
	background-color:#f3f3f3;
    border-radius: 10px;
}
#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 0 40px; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
    font-weight: bold;
}
#tmp_contents ul.box_btn li {
	margin:0 0 23px;
	padding: 24px 20px;
	color: #222222;
	background-color: #ffffff;
	border:1px solid #ffcc66;
    border-radius: 10px;
}
#tmp_contents ul.box_btn li a {
    text-decoration: none;
    display: block;
	color: #222222;
	background: #ffffff url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat 18px 28px;
	border:1px solid #ffcc66;
    border-radius: 10px;
    margin: -25px -21px;
    padding: 25px 20px 22px 42px;
}
#tmp_contents ul.box_btn li a:hover {
    text-decoration: underline;
}

/* box_info / box_link
================================================== */
#tmp_contents .box_info,
#tmp_contents .box_link {
	margin:40px 0 60px; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info,
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_info .box_info_ttl,
#tmp_contents table.box_link .box_link_ttl {
    border-bottom: 1px solid #0f8030;
    padding: 5px 7px;
}
#tmp_contents div.box_info .box_info_ttl,
#tmp_contents div.box_link .box_link_ttl {
    position: relative;
    margin-bottom: -20px;
    padding: 5px 7px;
}
#tmp_contents .box_info .box_info_ttl p,
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
    font-weight: bold;
    font-size: 112.5%;
    display: flex;
    align-items: center;
}
#tmp_contents div.box_info .box_info_ttl p::after,
#tmp_contents div.box_link .box_link_ttl p::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #0f8030;
    margin-left: 10px;
}
#tmp_contents .box_info .box_info_cnt,
#tmp_contents .box_link .box_link_cnt {
	padding:29px 15px 19px;
    background-color: #fff9e2;
    border-bottom: 1px solid #0f8030;
}
#tmp_contents .box_info ul,
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol,
#tmp_contents .box_link 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,
#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 60px; /* Do not edit */
	border:1px solid #ffcc66;
	clear:both; /* Do not edit */
}
#tmp_contents div.box_menu {
    border-radius: 10px;
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding:19px 19px 10px;
}
#tmp_contents div.box_menu {
	padding:19px;
}
#tmp_contents .box_menu .box_menu_ttl {
	border-bottom: 1px solid #ffcc66;
    font-weight: bold;
}
#tmp_contents div.box_menu .box_menu_ttl {
    padding-bottom: 10px;
}
#tmp_contents .box_menu .box_menu_ttl a {
    display: block;
    text-decoration: none;
    color: #222222;
    background: #ffffff url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat left 0.3em;
    padding-left: 30px;
}
#tmp_contents div.box_menu .box_menu_cnt {
    padding-top: 19px;
}
#tmp_contents .box_menu h2 {
	margin:0;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu p {
    margin:0;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#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 */
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus {
    text-decoration: underline;
}

/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:40px 0 60px; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #c1c1c1;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:7px 14px;
	color:inherit;
	background-color:#ffe198;
	border:1px solid #c1c1c1;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:7px 14px;
	border:1px solid #c1c1c1;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#c00a0a; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* 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:#fcdcdc; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fffad5; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 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 #c1c1c1; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#ffe198; /* = table.datatable th */
	border:1px solid #c1c1c1; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #c1c1c1; /* = table.datatable td */
}

/* idx_btn
================================================== */
#tmp_contents ul.idx_btn,
#tmp_contents ul.idx_btn li,
#tmp_contents ul.idx_btn li a {
    display: flex;
}
#tmp_contents ul.idx_btn {
	margin:0 -9px 40px; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
    font-weight: bold;
    flex-wrap:wrap;
}
#tmp_contents ul.idx_btn li {
	margin:0 0 20px;
    width: 50%;
    padding: 0 9px;
}
#tmp_contents ul.idx_btn li a {
	flex-grow:1;
    text-decoration: none;
	color: #222222;
	background: #ffffff url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat 18px 28px;
	border:1px solid #ffcc66;
    border-radius: 10px;
    padding: 25px 20px 22px 42px;
}
#tmp_contents ul.idx_btn li a:hover {
    text-decoration: underline;
}


/* heading_ttl
================================================== */
#tmp_tmenu_ttl.heading_ttl h2,
#tmp_news_ttl.heading_ttl h2 {
    margin: 0 0 30px;
    background: url("/shared/templates/kyoukai_top/images/icon/h2_icon.png") no-repeat left 0.3em;
    background-size: 23px auto;
    padding: 0 0 0 35px;
    min-height: 30px;
    font-size: 175%;
    line-height: 1.5;
    border: none;
}
/* item
================================================== */
.item_pc {
    display: block;
}
.item_sp {
    display: none;
}

/* ==================================================
visual
================================================== */
#tmp_wrap_mainvisual,
#tmp_mainvisual {
    position: relative;
}
#tmp_wrap_mainvisual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 195px;
    background-color: #fff9e2;
    z-index: -1;
}
#tmp_mainvisual {
    padding: 30px 0 25px;
}
#tmp_mainvisual::before,
#tmp_mainvisual::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 2;
}
#tmp_mainvisual::before {
    top: 30px;
    background-image: url("/shared/templates/kyoukai_top/images/main/visual_bg_top.png");
}
#tmp_mainvisual::after {
    bottom: 0;
    background-image: url("/shared/templates/kyoukai_top/images/main/visual_bg_btm.png");
    background-position: 0 -3px;
}
#tmp_mainvisual .visual_catch {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin-top: 18px;
}

/* ==================================================
tmenu
================================================== */
#tmp_wrap_tmenu {
    margin: 40px 0 60px;
}

/* tmenu_btn
================================================== */
.tmenu_btn,
.tmenu_btn li,
.tmenu_btn li p,
.tmenu_btn li p a {
    display: flex;
}
.tmenu_btn {
    list-style: none;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tmenu_btn li {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 20px;
}
.tmenu_btn li p {
    position: relative;
}
.tmenu_btn li p,
.tmenu_btn li p a {
	flex-grow:1;
}
.tmenu_btn li p span {
    width: 100%;
    text-align: center;
}
.tmenu_btn li p .tmenu_text { 
    display: flex;
	justify-content: center;
	align-items: center;
    line-height: 1.2;
    min-height: 65px;
}
.tmenu_btn li p .tmenu_icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}
.tmenu_btn li p .tmenu_icon img {
    max-width: 100%;
    height: auto;
}
.tmenu_btn li p a {
    flex-flow: column;
    font-size: 112.5%;
    padding: 27px 22px 10px;
	display: flex;
	align-items: center;
    min-height: 200px;
	border: 2px solid #ffcc66;
	text-decoration: none;
	color: #222222;
	background-color: #ffcc66;
    border-radius:20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.tmenu_btn li p a::before {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #ffffff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
}
.tmenu_btn li p a:hover::before,
.tmenu_btn li p a:focus::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* ==================================================
news
================================================== */
#tmp_wrap_news {
    padding-bottom: 60px;
}
#tmp_news #tmp_news_ttl h2 {
    margin-bottom: 5px;
}

/* list_table */
.list_table {
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.list_table td {
    padding: 22px 0 22px 40px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #c1c1c1;
}
.list_table td.date {
    width: 8em;
    padding-left: 0;
}
.list_table td p {
    line-height: 1.3;
}
.list_table td a,
#tmp_news .more_btn a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background: url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat left top;
    padding-left: 24px;
}
/* more_btn */
#tmp_news .more_btn {
    text-align: right;
    margin-top: 20px;
    line-height: 1.3;
}

.format_top #tmp_wrap_news {
    margin-bottom: -50px;
}
/* ==================================================
furigana
================================================== */
.furigana_on .tmenu_btn li p .tmenu_text {
    display: block;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
}