@charset "utf-8";

.contents h2 {
	margin: 0 0 20px;
	padding: 0;
}
.contents h2 img {
	width: 100%;
    height: auto;
}
@media screen and (max-width:599px) {
    .contents h2 {
	margin: 0;
	padding: 0;
}
    .contents h2 img {
        width: 100%;
        vertical-align: bottom;
    }
}
.contents h3.common {
	background-color: #4d7bdb;
	color: #fff;
	overflow: hidden;
	padding: 10px 0 10px 15px;
	position: relative;
    font-size: 120%;
    letter-spacing: 0.1em;
}
.contents h3.common:after {
	background-color: #fff;
	content: '';
	display: block;
	opacity: 0.3;
	transform: rotate(-8deg);
	position: absolute;
	right: -100px;
	width: 500px;
	height: 500px;
}
.contents h3.common a {
	color: #FFFFFF;
}
.contents h4.common {
	border-bottom: 3px solid #4d7bdb;
	color: #4d7bdb;
	padding: 10px 10px 5px 30px;
	position: relative;
    font-size: 110%;
    letter-spacing: 0.05em;
}
.contents h4.common:before {
	background-image: linear-gradient(180deg, #5E8AE4 0%, #4d7bdb 55%, #5E8AE4 100%); /* 円のグラデーション */
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 4px;
	width: 14px;
	height: 14px;
}
.contents h4.common:after {
	background-color: #FFFFFF;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 8px;
	width: 6px;
	height: 6px;
}
.contents h3.ika {
	font-size: 120%;
	font-weight: bold;
	color: #353535;
	line-height: 1.5em;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px;
	border-bottom: 2px solid #353535;
}

.contents h5.common {
	font-size: 110%;
	font-weight: bold;
	color: #565656;
	line-height: 1.5em;
	padding: 3px 0px 3px 10px;
	margin: 0px auto 10px;
	border-bottom: 2px solid #CCCCCC;
    box-sizing: border-box;
}
/*.contents h6.common {
	font-size: 100%;
	font-weight: bold;
	color: #686868;
	line-height: 1.5em;
	padding: 5px 0px 5px 10px;
	margin: 0px auto 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}*/
.contents h6.common {
	font-size: 100%;
	font-weight: bold;
	color: #686868;
	padding: 0;
	margin: 1em auto 0.3em;
	border: none;
  }
.contents h6.common::before {
	content: "";
	margin-right: 5px;
	border-left: 3px #686868 solid;
	vheight: 10px;
}
div.section {
	margin: 0px 0px 25px 0px;
}

/*-----------------------------------------------------------------*/
.item-center {display: block; margin: 0 auto;}
.item-right {float: right;}
.item-left {float: left;}
.txt-bold {font-weight: 500;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.txt-mark {background: linear-gradient(transparent 60%, #ffff66 60%);}
.mt0 {margin-top: 0px;}
.mb0 {margin-bottom: 0px;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb30 {margin-bottom: 30px;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
.mb50 {margin-bottom: 50px;}
.mt60 {margin-top: 60px;}
.mb60 {margin-bottom: 60px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.pt20 {padding-top: 20px;}
.pb20 {padding-bottom: 20px;}
.pt30 {padding-top: 30px;}
.pb30 {padding-bottom: 30px;}
.pt40 {padding-top: 40px;}
.pb40 {padding-bottom: 40px;}
.pt50 {padding-top: 50px;}
.pb50 {padding-bottom: 50px;}
.pt60 {padding-top: 60px;}
.pb60 {padding-bottom: 60px;}
img.img100 {display: block; margin: 0 auto; width: 100%;}
img.img80 {display: block; margin: 0 auto; width: 80%;}
img.img60 {display: block; margin: 0 auto; width: 60%;}
.img-right-box { float: right;}
.img-right-box span { display: block;}

/*-----------------------------------------------------------------*/
/* sub_category PC*/

ul.sub_category {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.sub_category li {
    width: 32%;
    font-size: 14px;
}
ul.sub_category::after{
  content:"";
  display: block;
  width:32%;
}
ul.sub_category li a {
	display: block;
	padding: 10px 10px;
	text-align: left;
	font-size: 1em;
	color: #14a8ff;
	font-weight: bold;
	margin: 0px 0px 10px 0;
	border: 1px solid #b9d7f3;
	background-color: #e5f3fc;
	border-radius: 6px;
	text-decoration: none;
}
ul.sub_category li a:hover {
	color: #ffa800;
	text-decoration: none;
	border: 1px solid #eade7d;
	background-color: #fcfbe5;
}
ul.sub_category li.on_cat a {
	color: #ffa800;
	text-decoration: none;
    border: 1px solid #eade7d;
	background-color: #fcfbe5;
}

/*-----------------------------------------------------------------*/
/* sub_category SP*/

.localmenu-open {
    display: none;
}
@media screen and (max-width:767px) {
.localmenu-list{
    padding: 0 4vw;
    box-sizing: border-box;

}
}
@media screen and (max-width:599px) {
.localmenu-open {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8em 2em;
	display: block;
	color: #fff;
	background:#888;
    pointer-events: auto;
    position: relative;
}
.localmenu-list{
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.localmenu-open::before{
	content: "＋";
	position: absolute;
	right: 20px;
}
.localmenu-open.is-active::before{
	content: "－";
}

ul.sub_category {
	width: 100%;
}
ul.sub_category li {
    width: 100%;
    box-sizing: border-box;
} 
ul.sub_category li a {
	padding: 8px 30px;
	color: #555;
	font-weight: bold;
	margin: 0;
	border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #D4D4D4;
	background-color: #F1F1F1;
	border-radius: 0;
    position: relative;
}
ul.sub_category li a::before{
	content: ">";
	position: absolute;
	right: 20px;
}
ul.sub_category li a:hover {
	color: #ffa800;
	text-decoration: none;
	border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #D4D4D4;
	background-color: #fcfbe5;
}
ul.sub_category li.on_cat a {
	color: #ffa800;
	text-decoration: none;
	border-bottom: 1px solid #D4D4D4;
    border-top: none;
    border-right: none;
    border-left: none;
	background-color: #fcfbe5;
}
ul.sub_category li.on_cat a::before {
	content: "";
}
}

/*-----------------------------------------------------------------*/
/* sub-localmenu-accrdion SP*/

@media screen and (max-width:599px) {
.sub-localmenu-accrdion .localmenu-open {
	color: #4d7bdb;
	background:#FFF;
    border: 1px solid #4d7bdb;
    padding: 0.6em 2em;
}
.sub-localmenu-accrdion .localmenu-list{
    border-right: 1px solid #4d7bdb;
    border-left: 1px solid #4d7bdb;
}

.sub-localmenu-accrdion ul.sub_category {
	margin: 0;
}

.sub-localmenu-accrdion ul.sub_category li a {
    border-bottom: 1px solid #D4D4D4;
	background-color: #FFF;
	border-radius: 0;
    position: relative;
}
.sub-localmenu-accrdion ul.sub_category li a:last-child{
    border-bottom: 1px solid #4d7bdb;;
}
.sub-localmenu-accrdion ul.sub_category li a:hover {
	background-color: #fcfbe5;
}
}


/*-----------------------------------------------------------------*/
/* sub-localmenu-list */

.sub-localmenu {
border: 2px solid #4d7bdb;
border-radius: 5px;
padding: 20px 30px 10px;
position: relative;
}

.sub-localmenu::before {
background-color: #fff;
color: #4d7bdb;
content: "";
font-weight: bold;
left: 30px;
padding: 3px 10px;
position: absolute;
top: -15px;
}
.sub-localmenu-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sub-localmenu-list ul li{
    width: 45%;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.sub-localmenu-list ul li::before {
	content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4d7bdb;
}
@media screen and (max-width:599px) {
    .sub-localmenu-list ul {
    flex-direction: column;
        flex-wrap: nowrap;
}
    .sub-localmenu-list ul li{
    width: 100%;
}
}


/*-----------------------------------------------------------------*/
/* ページ内リンク */

a.pagelink {
	display: block;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/**/

ul.normal_list {
	margin: 0px 0px 0px 20px;
}
ul.normal_list li {
	font-size: 98%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0.3em 0px;
	list-style-type: disc;
	line-height: 1.6em;
}

ol ul.normal_list {
	margin: 0.3em 0px 0px 20px;
}
ol ul.normal_list li {
	font-size: 98%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0.3em 0px;
	list-style-type: disc;
	line-height: 1.6em;
}

ul.normal_list li span.tx_nidan {
	float: left;
	width: 500px;
	padding: 0px 0px 10px 0px;
}


ul.trimark-list ul li {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 10px;
}

ul.trimark-list ul li a::before {
	content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4d7bdb;
}

/*-----------------------------------------------------------------*/
/* img list */

ul.img_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul.img_list li {
	float: left;
	margin: 0px 5px 5px 5px;
}

/*-----------------------------------------------------------------*/
/* info list */

ul.info_list {
	list-style-type: none;
}
ul.info_list li{
	display: flex;
    margin-bottom: 0.6em;
}

ul.info_list li .date{
    width: 6em;
	margin-right: 1.6em;
}

/*-----------------------------------------------------------------*/

ol.number {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 26px;
	*margin: 0px 0px 20px 36px;
}
ol.number li {
	line-height: 1.6em;
	font-size: 100%;
	list-style-type: decimal;
	padding: 0px 0px 10px 5px;
}

ol.number li ol.alpha_list {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
ol.number li ol.alpha_list li {
	list-style-type: upper-alpha;
}
ol.number li img.img_right {
	float: right;
	display: block;
	margin: 30px 0px 0px 20px;
}

/* in_number */

ol.in_number {
	margin: 0px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
}
ol.in_number li {
	list-style-type: decimal;
}
ol.number li ul.inten_list {
	float: left;
	width: 480px;
	margin: 0px 0px 20px 24px;
}
ol.number li ul.inten_list li {
	list-style-type: decimal;
	padding: 0px 0px 6px 6px;
}

/*-----------------------------------------------------------------*/

table.common {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin: 0px auto 20px;
	padding: 0;
    font-size: 96%;
}
table.common th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background-color: #EDEDED;
	padding: 8px;
}

table.common th.cell_leftnen {
	width: 14%;
	padding: 10px 0px 10px 0px;
}
table.common th.cell_number {
	width: 32px;
}
table.common th.cell_week {
	width: 15%;
}
@media screen and (max-width:599px) {
    table.common th {
	white-space: wrap;
}
}
table.common td {
	font-weight: normal;
	/*text-align: left;*/
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
}

table.common th.cell_left {
	text-align: left;
}

table.common ul.in_ullist {
}
table.common ul.in_ullist li {
	padding: 6px 0px;
    border-bottom: 1px #DDDDDD solid;
}
table.common ul.in_ullist li:last-child {
    border-bottom: none;
}


table.common td table.in_table {
	width: 380px;
	margin: 0px 0px 20px 0px;
}
table.common td.w450 {
	width: 450px;
}
@media screen and (max-width:599px) {
    table.common td.w450 {
	width: 60%;
}
}
table.common td.cell_day {
	text-align: center;
}
table.common td.numretu {
	text-align: center;
}
/*-----------------------------------------------------------------*/

table.common.staff-intro td {
    width: 34%;
}
table.common.staff-intro th {
	width: 10%;
}

@media only screen and (max-width: 599px) {
  .scrl-table {
   overflow-x: scroll;
      margin-bottom: 20px;
}
   .scrl-table table.common{
   min-width: 700px;
    margin: 0 10px 10px;
}
   .scrl-table table.common td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

/*-----------------------------------------------------------------*/
/* file style */

.ic_pdf::after,.ic_xls::after,.ic_doc::after,.ic_link::after {
 content: "";
 display: inline-block;
 width: 1.2em;
 height: 1.2em;
 background-size: contain;
 vertical-align: middle;
 margin: -3px 3px 0 5px;
}
.ic_pdf::after {
    background-image: url("../images/icon-p.svg");
}
.ic_xls::after {
    background-image: url("../images/icon-x.svg");
}
.ic_doc::after {
    background-image: url("../images/icon-w.svg");
}
.ic_link::link {
    background-image: url("../images/icon-link.svg");
}

/*-----------------------------------------------------------------*/
/* img layout */

.img_center img {
	display: block;
	margin: 40px auto 20px;
    width: 70%;
    height: auto;
}
@media screen and (max-width:599px) {
    .img_center img {
    width: 90%;
    margin-top: 20px;
}
}

.img-list-2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-list-2col div {
    width: 48%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.img-list-2col div img {
    width: 100%;
    height: auto;
    display: block;
}
.img-list-2col div span {
	display: block;
	text-align: center;
}
@media screen and (max-width:599px) {
    .img-list-2col {
    flex-direction: column;
}
    .img-list-2col div {
    width: 100%;
    box-sizing: border-box;
}
    .img-list-2col div img {
    width: 80%;
    margin: 0 auto;
}
}

.img-list-3col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-list-3col div {
    width: 32%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 15px;
}
.img-list-3col div img {
    width: 100%;
    height: auto;
    display: block;
}
.img-list-3col div span {
	display: block;
	text-align: center;
}
@media screen and (max-width:599px) {
    .img-list-3col {
    flex-direction: column;
}
    .img-list-3col div {
    width: 100%;
    box-sizing: border-box;
}
    .img-list-3col div img {
    width: 80%;
    margin: 0 auto;
}
}

/*-----------------------------------------------------------------*/
/* contents layout */

.contents-2col {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.contents-2col div {
    box-sizing: border-box;
}
.contents-2col div.main-item {
    width: 100%;
      flex: 1;
}
.contents-2col div.sub-item {
    width: 40%;
    margin-left: 1vw;
}
.contents-2col div img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width:599px) {
    .contents-2col {
    flex-direction: column;
}
    .contents-2col div {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
    .contents-2col div.sub-item {
    width: 100%;
    margin-left: 0;
}
    .contents-2col div img {
    width: 80%;
    margin: 0 auto;
}
}


/*-----------------------------------------------------------------*/

.tx-link {
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 10px;
}
.tx-link a::before {
	content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4d7bdb;
}

.under_line {
	text-decoration: underline;
}
.under_line_blue {
	color: #013DFC;
	text-decoration: underline;
}

/*-----------------------------------------------------------------*/

p.pageup {
	width: 100%;
	text-align: right;
}
/*-----------------------------------------------------------------*/

dl.access_dl {
}
dl.access_dl dt {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}
dl.access_dl dd {
	font-size: 100%;
	font-weight: onrmal;
	line-height: 1.6em;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 30px;
}

div#gmap_box {
	width: 100%;
	margin: 0 0 20px;
}
div#gmap_box iframe {
	display: block;
	width: 90%;
	margin: 0px auto;
}
@media screen and (max-width:599px) {
    div#gmap_box iframe {
	height: 300px;
}
}

/*-----------------------------------------------------------------*/

dl#news_dl {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
dl#news_dl dt {
	width: 100px;
	float: left;
	font-size: 90%;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 6px;
}
dl#news_dl dd {
	width: auto;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.6em;
	padding: 4px 0px 5px 120px;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 0px 3px 0px;
}
dl#news_dl dd span.ic_new {
	padding: 1px 3px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	line-height: 1.0em;
	color: #FFFFFF;
	vertical-align: text-top;
	background-color: #FF7E00;
	margin: 0px 0px 0px 6px;
	border-radius: 3px;
}


/*-----------------------------------------------------------------*/
/* sitemap */

div.sitemap_box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.sitemap_box div{
	flex-basis: 30%;
}
div.sitemap_box h3 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 4px 8px 14px;
	background-color: #419FF7;
}
div.sitemap_box h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
div.sitemap_box h3 a:hoverr {
	color: #FFE45D;
	text-decoration: underline;
}
div.sitemap_box ul {
	padding: 0;
	margin: 0;
}
div.sitemap_box ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 4px 6px;
	background: url(../images/ic_download.gif) no-repeat 0px 5px;
}

div.sitemap_box ul li span {
	display: block;
	padding: 0px 0px 2px 0px;
}
div.sitemap_box ul li ul li{
	font-size: 12px;
}
div.sitemap_box .ic_pdf::after {
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
}

@media screen and (max-width:767px) {
    div.sitemap_box div{
	flex-basis: 48%;
}
}

@media screen and (max-width:599px) {
    div.sitemap_box {
	flex-direction: column;
}
}

/*-----------------------------------------------------------------*/
/* index-nav */

.index-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 30px;
}

.index-nav ul li {
    flex-basis: 45%;    
    margin-bottom: 20px;
    position: relative;
}
.index-nav ul li::after{
    content: '';
    border: 0;
    border-top: solid 2px #416ad8;
    border-right: solid 2px #416ad8;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.index-nav ul li a{
    color: #416ad8;
    text-decoration: none;
    display: block;
    padding: 0.8em;
    border: 1px solid #416ad8;
    border-radius: 8px;
    transition: 0.3s;
}
.index-nav ul li a:hover{
    background-color: #e5f3fc;
}

@media screen and (max-width:599px) {
    .index-nav ul {
    padding: 0 40px;
        margin-top: 50px;
}
    .index-nav ul li {
    flex-basis: 100%;
}
    
}

/*-----------------------------------------------------------------*/
/* procurement-info */

.procurement-info {
    border: 1px solid #416ad8;
    border-radius: 6px;
    padding: 0 30px;
    margin-top: 30px;
}
.procurement-info ul {
   padding: 5px 0;
}
.procurement-info li {
   margin: 0.5em 0;
}
.procurement-info li::before {
   content: "●";
 margin-right: 0.3em;
}

/*-----------------------------------------------------------------*/
/* page-link */

.page-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #b9d7f3;
	background-color: #e5f3fc;
	border-radius: 6px;
    padding: 0;
}
.page-link li {
    text-align: center;
    flex-basis: 25%;
    box-sizing: border-box;
    align-self: center;
}
.page-link li + li{
    border-left: 1px solid #b9d7f3;
}
.page-link li a {
    text-decoration: none;
    line-height: 1.2;
    display: block;
    padding: 10px;
}

/*-----------------------------------------------------------------*/
/* photo-gallery */

.photo-gallery {
    max-width: 600px;
    margin: 0 auto;
}
.photo-gallery img{
	width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .photo-gallery {
    width: 80%;
    margin: 0 auto;
}
}

/*-----------------------------------------------------------------*/

a.btn-back-to-index {
    color: #416ad8;
    border: solid 1px #416ad8;
    border-radius: 6px;
    text-decoration: none;
    padding: 0.5em 0;
    margin: 30px auto;
    display: block;
    width: 20em;
    text-align: center;
}

a.btn-line {
    color: #416ad8;
    border: solid 1px #416ad8;
    border-radius: 6px;
    text-decoration: none;
    padding: 0.5em 0;
    margin: 30px auto;
    display: block;
    width: 20em;
    text-align: center;
}

/*-----------------------------------------------------------------*/
/* tab */

.tab{
  width: 100%;
  margin: 0 auto;
}

.tab-menu{
  display: flex;
    justify-content: flex-start;
  align-items: flex-end;
  list-style: none;
  border-bottom: 1px solid #4d7bdb;
}
.tab-item{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  /*flex-basis: 12%;*/
  /*flex-shrink: 0;*/
  border-left: 1px solid #4d7bdb;
  border-right: 1px solid #4d7bdb;
  border-top: 1px solid #4d7bdb;
  border-radius: 10px 10px 0 0;
  color: #4d7bdb;
  font-weight: bold;
  text-align: center;
  padding: 0 1.2em;
  margin-right: 2px;
}
.tab-item.tab-item-current{
  background-color: #4d7bdb;
  color: #fff;
}

.tab-content{
  position: relative;
}
.tab-block{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  opacity: 0;
  transition: .5s;
  box-sizing: border-box;
}
.tab-block.tab-block-show{
  position: static;
  opacity: 1;
}

/*-----------------------------------------------------------------*/
/* page-menu */

.page-menu {}
.page-menu ul {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}

.page-menu ul li {
    max-width: 50%;
    box-sizing: border-box;
    padding: 5px 30px;
    border: 1px #4d7bdb solid;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.page-menu ul li a{
    display: block;
    text-decoration: none;
}
.page-menu ul li a:hover{
   background-color: #4d7bdb;
    color: #FFFFFF;
}


@media screen and (max-width:599px) {
.scr-x {
    display: block;
	position: relative;
}
}

/*-----------------------------------------------------------------*/
/* tbl-layout */

dl.tbl-layout{

}
dl.tbl-layout div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px #CCCCCC solid;
}
dl.tbl-layout div:last-child{
    border-bottom: 1px #CCCCCC solid;
}
dl.tbl-layout div dt{
	width: 25%;
    background-color: #EDEDED;
    padding: 0.5em 1em;
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
}
dl.tbl-layout div dd{
    width: calc(100% - 25%);
    margin-left: 0;
    padding: 0.5em 1em;
    box-sizing: border-box;
    border-left: 1px #CCCCCC solid;
}
@media screen and (max-width:599px) {
    dl.tbl-layout div{
    flex-direction: column;
    border: none;
    padding-bottom: 0.5em;
}
    dl.tbl-layout div dt{
	width: 100%;
    background-color: #EDEDED;
    padding: 0.3em 1em;
    box-sizing: border-box;
    justify-content: flex-start;
}
    dl.tbl-layout div dt::after{
	content: "";
}
    dl.tbl-layout div dd{
    padding: 0.3em 1em;
    width: 100%;
    box-sizing: border-box;
    border: none;
    }
}

/*-----------------------------------------------------------------*/
/* kangobu-sennin */
.staff_box {
			padding-bottom: 15px;
			margin-bottom: 20px;
			border-bottom: 1px dotted #DDD;
		}

.staff_box p span.st {
			font-weight: bold;
		}
.staff_box_LR {
    display: flex;
}
.staff_box_LR img{
    margin-left: 20px;
    margin-right: 10px;
}
@media screen and (max-width:599px) {
    .staff_box_LR {
    flex-direction: column;
}
    .staff_box_LR img{
    margin: 0 auto;
}
}