@charset "utf-8";
/* CSS Document */
/* PC・スマホ共通CSS */

*{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";;
	-webkit-appearance: none;
}

body{
	margin:0;
	padding:0;
	line-height: 1.8em;
	color:#041726;
	word-break: break-all;
	-webkit-text-size-adjust:100%;
	border-top: 3px solid #204F77;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, input, textarea{
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
}

#content ul, #content ol{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#content ol{
	margin-left: 30px;
}

#content li{
	margin-left: 0px;
	line-height: 1.3;
	margin-bottom: 10px;
}

img:not(.attachment-post-thumbnail),body:not(.home) img{
	border:0;
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
	padding: 5px 0px;
}

a{
	color: #333333;
	text-decoration:underline;
}

a:visited{
	color: #4D4D4D;
}

a:hover{
	color: #4D4D4D;
	text-decoration:none;
}


/*#####################################################################################
　ヘッダー 
#####################################################################################*/
#header .pch_logo{
	margin: 10px;
}


#content h2 a {
	color: #fff;	
}

.navi a {
	text-decoration: none;
}


.display-name{
	color: #FFF;
}

.swiper-pagination{
	position: inherit !important;
}


/***** メインメニュー *****/

#menu,.sub-menu{
	clear:both;
	background: #204F77;
	background-image: url(../images/back.png);
	background-attachment: fixed;
	position: relative;
}

/*#####################################################################################
　メインメニュー
#####################################################################################*/
@media (min-width:751px){
#menu{
	padding: 10px 0;
}

#menu>ul{
	max-width: 980px;
	width: 100%;
	margin: 0px auto;
	display:table; /* テーブル要素として表示 */
	table-layout:fixed; /* 横幅を固定 */
}
	
	


/***** メニューボタン装飾 *****/

	#menu>ul{
		display: flex;
		width: 100%;
		list-style: none;
	}
	
#menu>ul>li {
	width: 20%;
	text-align:center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	color: #fff;
	display:flex;
	align-items: stretch;
}

#menu>ul>li:first-child>a{
	border-left: 1px solid #dcdddd;
}

#menu li a {
	color:#fff!important; 
	font-size: 105%;
	width: 100%;
	font-weight: bold;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:10px 0px;
	text-decoration: none;
	margin: 0;
	z-index: 100;
	line-height: 1.25;
}

	
	.sub-menu a{
		font-size: 85% !important;
	}
	
#menu>ul>li>a{
	border-right: 1px solid #dcdddd;	
}

#menu li{
	background-color: transparent !important;
}

/***** 装飾 *****/
#menu .inner{
	background-color: rgba(0,0,0,0.4);
}

#menu li {
    text-align: center;
    cursor: pointer;
    color: #FFF;
    transition: all 0.3s;
	position: relative;
}
#menu li a {
    transition: all 0.3s;
	position: relative;
}
#menu li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
    transform: scale(0.1, 1);
	background-color: rgba(255,255,255,0.1);
}
#menu li:hover span {
    letter-spacing: 2px;
}
#menu li a:hover::before {
    opacity: 1; 
    transform: scale(1, 1); 
}
#menu li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
}
#menu li a:hover::after {
    opacity: 0; 
    transform: scale(0.1, 1);
}
	


}

@media (max-width:750px){
	#menu{
	clear:both;
}

#menu>ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

#menu .sub-menu{
	display: none;
}
	
	
#menu li {
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align:center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	color: #fff;
	width: 48%;
	float: left;
	margin: 0px 1%;
	background-color: transparent !important;
	border-bottom: 1px dotted #fff!important;
}
	
#menu li:nth-of-type(5),#menu li:nth-of-type(6){
	border-bottom: none !important;
}

#menu li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding:10px 0;
	text-decoration: none;
	color: #FFF;
}

#menu li a:hover{
	color: #FFF;
	background-color: #1A364D;
}
}

/*サブメニュー*/

.sub-menu{
	position: absolute;
	width: 100%;
	display: none;
	top: 100%;
	left: 0;
}

.sub-menu ul{
	list-style: none;
}


/*#####################################################################################
　下層コンテンツ
#####################################################################################*/
#sliderwrap{
	text-align: center;
}


#content h1{
	padding:25px 20px 15px;
    margin:0px auto;
	font-size: 200%;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 3px solid #204F77;
	color: #003366;
}

#content .post h2{
	font-size: 150%;
	border-radius: 10px;
	margin: 100px -10px 10px;
	padding: 15px 15px 15px;
	color: #fff;
	background-color: #204F77;
	background-image: url(../images/back.png);
}

#content .post h2:first-child{
	margin-top: 10px;
}

#content .post h3 {
	text-align: left;
	border-bottom: none;
	border-radius: 3px;
	margin: 25px -5px 10px;
	border-left: 6px solid #204F77;
	color: #121212;
	padding: 10px 10px 10px 15px;
	background: #F0F0F0;
}


#content .post h4{
	background-color: #fff;
	color: #121212;
	margin: 10px -5px 10px;
	border-bottom: solid 2px #204F77;
	padding: 5px 10px 5px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}




#content .post ul li {
	list-style: none;
	padding-left: 15px;
	position: relative;
}

#content .post ul li::before{
	content: "";
	border: 7px solid #00aee0;
	position: absolute;
	border-right: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 4px;
	left: 0;
}

.post-type-archive-news .list_cont h3 .date {
	text-align: left;
	font-size: 0.8em;
}

.post-type-archive-news .list_cont h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}





/* メインメニュー */
.home .menu_wrap{
	background: none;
	padding-bottom: 0px;
}

.menu_wrap{
	background: url(../../../contents_images/main_bg.jpg) center bottom;
	padding-bottom: 60px;
}




.next_link a {
	display: block;
	padding: 10px 0px;
	color: #fff;
	position: relative;
	z-index: 100;
	text-align: center;
}

.next_link a strong {
	display: block;
	max-width: 8em;
	padding: 0px 0px;
	font-weight: normal;
}

/*#####################################################################################
　フッター
#####################################################################################*/

#footer {
	background: #204F77;
	color: #FFF;
	background-image: url(../images/back.png);
}

.footer_copy .textwidget {
	margin: 0px auto;
	padding: 10px 0px;
	color: #fff;
	text-align: right;
}



/*#####################################################################################
　トップへ戻る
#####################################################################################*/
#page-top{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #333;
	opacity: 0.5;
	transition: 0.2s;
}

#page-top:hover{
	opacity: 1;
}

#page-top::before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:5px;
	right: 0;
	bottom: 0;
	margin: auto;
	width:10px;
	height:10px;
	border-top:5px solid #FFF;
	border-right:5px solid #FFF;
	transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/*#####################################################################################
　装飾関連
#####################################################################################*/

/***** テーブル *****/

table{
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
}
table[border="1"]{
	border-collapse: collapse;
}

table th{
	font-weight: bold;
}
table[border="1"] > tbody > tr > th,table[border="1"] > thead > tr > th{
	border: 1px solid #888 !important;
	background:#EBF8FF;
	padding: 5px 10px;
}

table[border="1"] > tbody > tr > td{
	border: 1px solid #888 !important;
	padding: 5px 10px;
}

td,th{
	vertical-align: top;
}

td:first-child,th{
	white-space: none;
}


/***** 罫線 *****/

hr{
	border: none;
	border-bottom: solid 1px;
}


/*#####################################################################################
　フッター 
#####################################################################################*/
@media(min-width:751px){
#footer{
	border-top: solid 1px;
	clear:both;
	padding:0px 0px 0px;
	margin-top: 40px;
}

#footer .footer_logo{
	margin: 10px 0px 5px;
}


#footer .inner {
	max-width: 980px;
	font-size: 0.9em;
	margin: auto;
	padding: 20px;
}

#footer .textwidget{
	text-align: right;
}
}
@media(max-width:750px){
#footer{
	border-top: solid 4px;
	clear:both;
	padding:20px 0px;
	text-align: center;
	margin-top: 30px;
	font-size: 85%;
}


#footer .footer_copy {
	margin-top: 20px;
}

#footer .footer_copy p{
	font-size: 0.9em;
	padding-right: 10px;
	font-weight: normal;
}
	
	#footer a{
		color: #FFF !important;
	}

.footer_list ul li {
	list-style: none;
	border-bottom: 1px dashed #ccc;
	width: 48%;
	margin: 0px 1%;
	float: left;
}
.footer_list ul li a{
	display: block;
	padding: 5px 0px;
}
}

/*##### ニュースリリース #####*/
#content .news{
	border: 4px solid #204F77;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 12px;
}

#content .news .news_tit{
	font-size: 140%;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

#content .news .news_text ul{
	margin: 0;
}

#content .news .news_text ul li{
	list-style: none;
}

.news .news_text ul li span{
	margin-right: 20px;
	display: inline-block;
}

.news .news_text ul li a{
	display: inline-block;
}
