@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:link {
	color: #1d6c6d;
}
a:hover {
	text-decoration: none;
}

body {
	font-size: 100%;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #c00a0a;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #fcdcdc;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffad5;
	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1240px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1240px;
	margin: 0 auto;
    padding: 0 20px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 280px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -320px;
}

.format_free .column_rnavi .col_main {
	margin-right: 320px;
}
.col_main {
    padding: 0 0 90px;
}
/* header
================================================== */
#tmp_header {
	padding: 20px 10px 19px;
}
#tmp_hlogo {
	float: left;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 337px;
	height: 47px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: #ffffff url("/shared/site_kyoukai/images/header/logo.png") no-repeat left center;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
/* means
================================================== */
#tmp_means {
	max-width: 920px;
	float: right;
	padding: 6px 0 5px;
}
#tmp_header {
    padding: 20px 0 22px;
}
#tmp_setting {
    display: flex;
	align-items: center;
}
#tmp_setting .mean_setting,
#tmp_setting .mean_setting li {
    display: flex;
}
#tmp_setting .mean_setting {
    padding-right: 18px;
}
#tmp_setting .mean_setting li {
    padding: 0;
    margin: 0 33px 0 0;
    background-position: left center;
    background-repeat: no-repeat;
}
#tmp_setting .mean_setting li.setting_fontsize {
    background-image: url("/shared/site_kyoukai/images/header/icon_setting_font.png");
}
#tmp_setting .mean_setting li.setting_language {
    background-image: url("/shared/site_kyoukai/images/header/icon_setting_lang.png");
}
#tmp_setting .mean_setting li.setting_furigana {
    background-image: url("/shared/site_kyoukai/images/header/icon_setting_furigana.png");
}
#tmp_setting .mean_setting li a {
    padding: 5px 5px 5px 22px;
    text-decoration: none;
    color: #222222;
    background-color: transparent;
}
/* search */
#tmp_search {
    width: 270px;
}
#tmp_search .wrap_sch_box {
    border: 1px solid #c1c1c1;
    position: relative;
	align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
#tmp_search .wrap_sch_box,
#tmp_search .wrap_sch_box .sch_box {
    display: flex;
}
#tmp_search .wrap_sch_box .sch_box {
    padding: 0 0 0 40px;
}
#tmp_search .wrap_sch_box .sch_ttl {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -11px;
}
#tmp_search .wrap_sch_box .sch_ttl,
#tmp_search .wrap_sch_box .sch_ttl label {
    display: block;
    width: 22px;
    height: 22px;
}
#tmp_search .wrap_sch_box .sch_ttl {
    background: url("/shared/site_kyoukai/images/header/search_icon.png") no-repeat left top;
}
#tmp_search .wrap_sch_box .sch_ttl label {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_query {
    width: 100%;
    border: none;
    min-height: 38px;
    margin: 3px 0;
}
#tmp_search .wrap_sch_box .sch_btn {
    width: 60px;
}
#tmp_func_sch_btn {
    width: 60px;
    height: 100%;
    text-indent: 0;
    letter-spacing: 0;
    min-height: 34px;
    border: none;
    border-left: 1px solid #ffcc66;
    background-color: #ffcc66;
    color: #222222;
    font-weight: bold;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#tmp_func_sch_btn:hover {
    background-color: #ffffff;
}

/* gnavi
================================================== */
.wrap_gnavi {
    background-color: #ffcc66;
    color: inherit;
	clear: both;
}
.gnavi > ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
    position: relative;
    font-size: 112.5%;
    font-weight: bold;
    list-style: none;
}
.gnavi > ul > li {
	display: flex;
	flex-grow:1;
}
.gnavi > ul > li > a {
    display: flex;
	justify-content: center;
	align-items: center;
	flex-grow:1;
    text-decoration: none;
    position: relative;
    min-height: 70px;
    padding: 5px;
    background-color: #ffcc66;
    color: #222222;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.gnavi > ul::before {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 23px;
    width: 1px;
    background-color: #222222;
    left: 0;
    z-index: 1;
}
.gnavi > ul > li > a::after {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 23px;
    width: 1px;
    background-color: #222222;
    right: 0;
}

.gnavi > ul > li > a:hover,
.gnavi > ul > li > a:focus,
.gnavi > ul > li.active > a {
    background-color: #ffffff;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
    background-color: #fff9e2;
    color: inherit;
    padding: 10px 0 9px;
    margin: 0 0 30px;
}
.type_idx #tmp_pankuzu {
    margin: 0 0 34px;
}

/* update
================================================== */
#tmp_custom_update {
    float: right;
    margin: 0 0 24px;
}
#tmp_custom_update p {
    font-size: 87.5%;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* pnavi
================================================== */
.pnavi .ptop {
    text-align: left;
}
.pnavi {
    position: absolute;
    right: 20px;
    top: -40px;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 92px;
	height: 73px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
.pnavi a {
    background: url("/shared/site_kyoukai/images/icon/ptop.png") no-repeat left top;
	transition: .5s ease;
}
.pnavi a:hover,
.pnavi a:focus {
    background: url("/shared/site_kyoukai/images/icon/ptop_hvr.png") no-repeat left top;
}

/* rnavi
================================================== */
#tmp_wrap_rnavi .rnavi_cate {
    margin: 0 0 10px;
    padding-left: 22px;
    font-weight: bold;
    position: relative;
}
#tmp_wrap_rnavi .rnavi_cate::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 15px;
    height: 3px;
    background-color: #ffcc66;
}
#tmp_rnavi_ttl {
	padding: 18px 15px 17px;
	border-bottom: 2px solid #ffcc66;
    background-color: #fff9e2;
    border-radius: 10px 10px 0 0;
}
#tmp_rnavi_ttl h2 {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.5;
}
#tmp_rnavi_ttl a {
	display: block;
	margin: -18px -15px -17px;
	padding: 18px 15px 17px 34px;
	text-decoration: none;
	color: #222222;
    background: url("/shared/site_kyoukai/images/icon/icon_navi2.png") no-repeat 15px 27px;
	transition: background-color 0.3s ease-in-out;
    border-radius: 10px 10px 0 0;
}
#tmp_rnavi_cnt ul {
    list-style: none;
}
#tmp_rnavi_cnt li {
	line-height: 1.5;
	border-bottom: 1px solid #ffcc66;
}
#tmp_rnavi_cnt li a {
	display: block;
	padding: 17px 10px 14px 38px;
	text-decoration: none;
	color: #222222;
    background-color: #ffffff;
	transition: background-color 0.3s ease-in-out;
    background-image: url("/shared/site_kyoukai/images/icon/icon_navi_sp.png");
    background-repeat: no-repeat;
	background-size: 17px auto;
    background-position: 13px 19px;
}
#tmp_rnavi_cnt li.active a,
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt li a:focus,
#tmp_rnavi_ttl a:hover,
#tmp_rnavi_ttl a:focus{
    background-color: #ffcc66;
}

/* footer
================================================== */
#tmp_wrap_footer {
	color: inherit;
    background-color: #fff9e2;
    border-top: 2px solid #ffcc66;
	margin-top: 50px;
}
#tmp_wrap_footer .container {
    position: relative;
}
#tmp_footer {
	padding: 50px 0 40px;
    display: flex;
    justify-content:space-between;
}
#tmp_footer .foot_add {
    padding-right: 20px;
}
#tmp_footer .foot_inq {
    margin-left: auto;
    width: 175px;
    padding-top: 5px;
}
#tmp_footer .foot_inq_btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffcc66;
    background: #ffffff url("/shared/site_kyoukai/images/icon/icon_inq.png") no-repeat center 25px;
    color: #222222;
    padding: 68px 10px 10px;
    min-height: 101px;
    border-radius: 10px;
}
#tmp_footer .footer_title,
#tmp_footer .footer_title span{
    display: block;
    width: 337px;
    height: 47px;
}
#tmp_footer .footer_title {
    background: url("/shared/site_kyoukai/images/header/logo.png") no-repeat left top;
    margin: 0 0 16px;
}
#tmp_footer .footer_title span{
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_footer address {
    font-style: normal;
}

/* fnavi */
#tmp_footer .foot_nav {
    display: flex;
    justify-content:space-between;
    flex-flow: column;
    padding-right: 20px;
}
#tmp_footer .fnavi,
#tmp_footer .fnavi2 {
    list-style: none;
}
#tmp_footer .fnavi {
    padding: 4px 0 10px;
}
#tmp_footer .fnavi li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 34px;
}
#tmp_footer .fnavi li:first-child {
    margin-left: 0;
}
#tmp_footer .fnavi li a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background: url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat left 0.1em;
    padding-left: 24px;
}
#tmp_footer .fnavi2 {
    display: flex;
    gap: 0 20px;
}
#tmp_footer .fnavi2 li {
    width: 50%;
}
#tmp_footer .fnavi2 li a {
	display:flex;
	align-items: center;
    text-decoration: none;
    min-height: 50px;
    border: 1px solid #0f8030;
    background: #ffffff url("/shared/site_kyoukai/images/icon/icon_navi.png") no-repeat 15px center;
    color: #222222;
    padding: 5px 5px 5px 40px;
    border-radius: 10px;
}
.furigana_on #tmp_footer .fnavi2 li a {
	display: block;
}
/* ==================================================
CMS-function
================================================== */
#tmp_inquiry{
	word-break: break-all;
}

/* Scroll Table */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
.style_cleaned{
	table-layout: auto!important;
}
.style_cleaned.remove_white_space,
.style_cleaned.remove_white_space *{
	white-space: normal!important;
}
.style_cleaned.remove_width,
.style_cleaned.remove_width *{
	width: auto!important;
}
.style_cleaned.remove_width input,
.style_cleaned.remove_width textarea{
	width: 100%!important;
}
.style_cleaned.remove_min_width,
.style_cleaned.remove_min_width *{
	min-width: auto!important;
}
.style_cleaned.remove_padding_left,
.style_cleaned.remove_padding_left *{
	padding-left: 1px!important;
}
.style_cleaned.remove_padding_right,
.style_cleaned.remove_padding_right *{
	padding-right: 1px!important;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* ==================================================
hover
================================================== */
#tmp_setting .mean_setting li a:hover,
#tmp_setting .mean_setting li a:focus,
#tmp_footer .fnavi li a:hover,
#tmp_footer .fnavi li a:focus,
#tmp_footer .fnavi2 li a:hover,
#tmp_footer .fnavi2 li a:focus,
#tmp_footer .foot_inq_btn a:hover,
#tmp_footer .foot_inq_btn a:focus,
.list_table td a:hover,
.list_table td a:focus,
#tmp_news .more_btn a:hover,
#tmp_news .more_btn a:focus {
    text-decoration: underline;
}

/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_footer:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}

