@charset "utf-8";

/************************************************************************************
smaller than 960 TB
*************************************************************************************/
@media screen and (max-width: 960px) {
.index #contentsArea {
    margin: 0px;
}
.index #top-contents {
    margin: 0px !important;
}
.index .mvBlock {
    width: auto;
}
.index .sliderBlock {
    float: none;
    width: auto;
}
.index .menuBlock {
    float: none;
}
.index .sliderInner .sliderMessage {
    width: auto;
    float: none;
    margin-left: 220px;
}
.index .sliderInner .sliderPhoto {
    width: 200px;
    height: auto;
}
.bx-wrapper .bx-pager {
    width: auto !important;
    left: 220px;
}
/*------------------------------
menuBlock
------------------------------*/	
	
	
.index .menuBlock {
    width: 100%;
    padding: 0px;
    background-color: #EDEDED;
}
.index .menuBlock ul {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 0px auto!important;
    padding: 20px 15px;
}
.index .menuBlock li {
    position: relative;
    width: calc(20% - 10px);
    height: 100px;
    display: block;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.45);
    margin-left: 0px !important;
}
.index .menuBlock a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
}
.index .menuBlock .txt::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 53px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 0;
}
.index .menuBlock a .txt .rs-br {
    display: none;
}
.index .menuBlock a .txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: 43%;
    bottom: 0px;
    right: 0;
    left: 0;
    width: calc(100% - 10px);
    margin: auto !important;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}
.index .menuBlock span.txt-note {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 13px;
}
.index .menuBlock ul li a img {
    position: relative;
    display: block;
    margin: 10px auto 6px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.index .menuBlock li:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #006385;
    margin: 0 10px;
}
.index .menuBlock a:hover::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px;
    z-index: 99;
}
.index .menuBlock a:focus::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px;
    z-index: 99;
}
/*
.index .menuBlock a {
	width: inherit;
	min-height: 80px;
	height: 100%;
	text-align: center;
}
.index .menuBlock a span.img {
	position: absolute;
	top: 0;
	width:100%;
	display: block;
	padding: 10px 0;
	background : transparent url(/common3/img/bg_menu_img.gif) no-repeat right top;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	height: auto;
}
.index .menuBlock a span.txt {
	margin-top:95px;
	margin-right:12px;
	margin-bottom:12px;
}*/
	
/*------------------------------
topicsBlock 
------------------------------*/
	
.index .topicsBlock {
    position: relative;
    width: auto;
    height: auto;
    background-color: #ededed;
    padding: 0px;
    margin: 25px 15px 0;
}
.index .topicsBlock h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004697;
    height: 40px;
    color: #ffffff;
    border: none;
    letter-spacing: 3.2px;
}
.index .topicsBlock ul, .index .topicsBlock li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.index .topicsBlock ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto;
    padding: 0 0 20px 0;
}
.index .topicsBlock ul li {
    display: block;
    vertical-align: middle;
    position: relative;
    width: calc(50% - 36px);
    height: 67px;
    margin-left: 30px !important;
    margin-top: 20px;
    margin-right: 12px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.35);
}
.index .topicsBlock ul li:nth-child(even) {
    position: relative;
    width: calc(50% - 36px);
    height: 67px;
    margin-right: 30px;
    margin-left: 0px !important;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.35);
}
.index .topicsBlock li span {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 97px);
    height: auto;
    margin: auto 15px;
    font-size: 1em;
    line-height : 18px;
}
.index .topicsBlock li .topic-img {
    position: relative;
    display: block;
    width: 67px;
    border-radius: 4px 0px 0px 4px;
}
/*------------------------------
mainConts-col2
------------------------------*/
.index #mainConts-col2 {
    width: auto;
    padding: 0px;
    margin: 28px 15px 20px;
    overflow: hidden;
}
/*------------------------------
newsblock 
------------------------------*/
	
.index .top_newsblock .top-newslist {
    position: relative;
    width: 100%;
    list-style: none;
}
.index .top_newsblock .top-newslist li {
    position: relative;
    width: 100%;
    margin: 10px 0 0 !important;
    list-style: none;
    border-bottom: 1px dotted #c8c8c8;
}
/*------------------------------
subContentsBlock
------------------------------*/
	
.index #contentsArea #subContentsBlock {
    overflow: hidden;
    zoom: 1;
}
.index #contentsArea #subContentsBlock .side-nav {
    display: flex;
    flex-wrap: wrap;
}
.index #contentsArea #subContentsBlock .sideSection {
    width: calc(50% - 15px);
}
.index #contentsArea #subContentsBlock .sideSection:nth-child(odd) {
    clear: both;
    margin-right: 15px;
}
.index #contentsArea #subContentsBlock .sideSection:nth-child(even) {
    margin-left: 15px;
}
.index #contentsArea #subContentsBlock .sideSection .siteBlock {
    padding: 0 !important;
	margin: 0 !important;
}
	
.index #contentsArea #subContentsBlock .sideSection .siteBlock .siteList {
   	display:  block;
	margin: 0 !important;
}	

	
/*.index #containerInner #contentsArea #subContentsBlock .side-nav {
    display: flex;
    flex-wrap: wrap;
}
	
.index #containerInner #contentsArea #subContentsBlock .sideSection {
    width: calc(50% - 15px) !important;
}
.index #containerInner #contentsArea #subContentsBlock .siteSection {
    width: calc(50% - 15px) !important;
	margin-left: 15px;
}
.index #containerInner #contentsArea #subContentsBlock .siteSection .siteBlock {
    padding-top: 8px;
	margin: 0px;
}	*/
	
	
	
	
/*.index .siteBlock {
	width: 584px;
	margin-left: auto;
	margin-right: auto;
}
.index .siteList {
	width: 594px;
}
.index #subContentsBlock .siteBlock .ba{
	background-color: transparent;
}

.linkListBlock .siteList {
	width: 786px;
}
.linkListBlock .siteList li {
	margin-right: 5px !important;
	margin-left: 5px !important;
}
*/
/*------------------------------
bannerList 
------------------------------*/

.index #contentsArea #subContentsBlock .sideSection ul.bannerList {
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    zoom: 1;
}
.index #contentsArea #subContentsBlock .sideSection ul.bannerList li {
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
    width: 50%;
}
/*----------------------------------------------------
#subContentsBlock > .siteBlock
----------------------------------------------------*/

.index #contentsFoot {
    width: auto;
    clear: both;
    padding: 0 15px;
    margin: 0 auto 20px;
}
.index #contentsFoot h2 {
    margin-bottom: inherit;
}
.index #contentsFoot .toList {
    position: absolute;
    left: auto;
    right: 0px;
    margin-right: 15px;
}
.index .siteBlock {
    position: relative;
    width: 100%;
    padding-top: 17.2%;
    margin: 10px auto 20px;
}
.index .siteBlock .siteList {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: 4px 0 10px !important;
    padding: 0;
}
.index .siteBlock .siteList li {
    position: relative;
    width: calc(25% - 10px);
    height: auto;
    margin: 0px 6px 7px 0;
    padding: 0px;
}
.index .siteBlock .siteList li .siteList-img {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
}
.index .siteList li::before {
    content: '';
    position: absolute;
    left: auto;
    right: 0px;
    width: 10% !important;
    height: 100%;
    background-color: #004697;
}
.index .siteList img {
    width: 100%;
}
/*.index #subContentsBlock .siteSection{
	background: #efefef;
}
.index #subContentsBlock .siteBlock {
	width: 584px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
.index #subContentsBlock .siteList {
	width: 594px;
	margin-left: -5px !important;
    margin-right: -5px !important;
}

.index #subContentsBlock .siteList li {
	margin: 0 !important;
}
.index #subContentsBlock .siteList li {
	float: left;
	margin-right: 5px !important;
	margin-left: 5px !important;
	margin-bottom: 5px !important;
}
*/

/*--------------------------------------------------
 特別更新ブロック | 緊急のお知らせ | お知らせ
---------------------------------------------------*/

.index .upperBlockInner {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}
}

/************************************************************************************
smaller than 850 TB
*************************************************************************************/

/************************************************************************************
smaller than 768 TB
*************************************************************************************/
@media screen and (max-width: 768px) {
.index .itemBox .innerBox, .index .itemBox .innerBoxR {
    clear: both;
}
}

/************************************************************************************
smaller than 640 SP
*************************************************************************************/
@media screen and (max-width: 640px) {
	
.index h1 {
	position: static;
  font-size: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
	border-left: none;
}
.index h1:before{
  content: none !important;
}
.index h1:after{
  content: none !important;
}
	
/*-----------------------------------------------------
dl
-------------------------------------------------------*/
/* topicsList */

.topicsList dt {
    float: none;
    padding-bottom: 5px;
    padding-top: 10px;
}
.topicsList dd {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 15px;
}
.index .sliderInner .sliderMessage {
    width: 100%;
    float: none;
    margin-left: 0;
}
.index .sliderInner .sliderPhoto {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
/*------------------------------
menuBlock
------------------------------*/	
	
	
.index .menuBlock {
    position: relative;
    width: 100%;
	height: 385px;
    background-color: #EDEDED;
}
.index .menuBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 345px;
    margin: 0px auto!important;
    padding: 20px 15px;
}
.index .menuBlock li {
    position: relative;
    width: 100%;
    height: 61px;
    display: block;
    background : #FFFFFF;
    background : rgba(255, 255, 255, 1);
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.45);
    margin-left: 0px !important;
    margin-bottom: 10px;
}
.index .menuBlock a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
}
.index .menuBlock a .txt .rs-br {
    display: none;
}
.index .menuBlock .txt::before {
    content: '';
    position: absolute;
    min-width: 20%;
    height: 77%;
    bottom: 0;
    top: 0;
    right: 0;
    left: -23%;
    margin: 4px 10px;
    z-index: 0;
}
.index .menuBlock a .txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    top: 0;
    bottom: 0px;
    right: auto;
    left: 18%;
    width: 77.3%;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.index .menuBlock span.txt-note {
    font-size: .8125rem;
    font-weight: normal;
}
.index .menuBlock ul li a img {
    position: relative;
    display: block;
    margin: 10px auto 6px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.index .menuBlock li:after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #006385;
    margin: 0 10px;
}
.index .menuBlock a:hover::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px;
    z-index: 99;
}
.index .menuBlock a:focus::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5%;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px;
    z-index: 99;
}
/*------------------------------
topicsBlock 
------------------------------*/
	
.index .topicsBlock {
    position: relative;
    width: auto;
    height: auto;
    background-color: #ededed;
    padding: 0px;
    margin: 25px 0px 0;
}
.index .topicsBlock h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004697;
    height: 40px;
    color: #ffffff;
    border: none;
    letter-spacing: 3.2px;
}
.index .topicsBlock ul, .index .topicsBlock li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.index .topicsBlock ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto !important;
    padding: 10px 0 20px 0;
}
.index .topicsBlock ul li {
    display: block;
    vertical-align: middle;
    position: relative;
    width: calc(100% - 30px);
    height: 67px;
    margin: 10px 15px 0px !important;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.35);
}
.index .topicsBlock ul li:nth-child(even) {
    position: relative;
    width: calc(100% - 30px);
    height: 67px;
    margin: 10px 15px 0px !important;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow : 1px 1px 2px rgba(51, 51, 51, 0.35);
}
.index .topicsBlock li span {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 86px);
    height: auto;
    margin: auto 15px;
    font-size: 1em;
    line-height : 18px;
}
	
.index .topicsBlock li .topic-img {
    position: relative;
    display: block;
    width: 67px !important;
    border-radius: 4px 0px 0px 4px;
}
.index .topicsBlock li a {
	position: absolute;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    align-items: center;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}	
	
	
/*	
	
.index .menuBlock {
	width: auto;
	margin-left: 20px;
	margin-right: 12px;
}
.index .menuBlock ul {
	display: block;
	margin-bottom: 5px;
}
.index .menuBlock li {
	height:inherit;
	display: block;
	width: auto;
	background-image: none;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	margin-top: 5px;
}
.index .menuBlock a {
	display: block;
	width: auto;
	height: inherit;
	min-height: inherit;
	max-height: inherit;
	padding: 0px 8px 0px 0px;
	overflow: hidden;
	zoom:1;
	background : transparent url(/common3/img/bg_menu_sp.gif) repeat-y left top;
}
.index .menuBlock a span.img {
	position: relative;
	float: left;
	width: 60px;
	height: 40px;
	margin: 0;
	padding: 8px 0 0;
	background-image: none;
}
.index .menuBlock a span.img img {
	width:46%;
	height:auto;
}
.index .menuBlock a span.txt {
	text-align: left;
	padding: 0 20px 0 0;
	margin: 10px 2px 10px 0;
	padding-left: 72px;
}
.index .menuBlock a span.txt span {
	display: inline;
	font-size: inherit;
}
.index .mvBlock {
	padding-bottom: 8px;
}

.index .topicsBlock ul {
	display: block;
}
.index .topicsBlock li {
	display: block;
	width: auto;
	margin-bottom: 5px !important;
}

.index .topicsBlock li a span {
	display: block;
}
*/
	
	
	
.index #mainConts-col2 {
    width: auto;
    padding: 0px;
    margin: 28px 15px 39px;
    overflow: hidden;
}
/*------------------------------
top_newsblock
------------------------------*/	
.index .h2Block {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
}
.index .h2Block .toList {
    position: relative;
    right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: right;
}
.index .top-newslist li div {
    display: block;
}
.index .top_newsblock .top-newslist .newsLabel {
    position: absolute;
    left: 102px;
    height: auto;
	padding-top: 2px;
}
.index .top-newslist li div {
    width: 100%;
}
.index .top-newslist li .news-txt {
    margin-left: 0;
    width: auto;
}
	
	
	
.index .newsTable th, .index .newsTable td {
    display: block;
    padding: 3px;
    text-align: left;
    float: left;
    clear: both;
}
.index .newsTable th {
    border-top: 1px dotted #cccccc;
    border-bottom: none;
    padding-top: 10px;
    padding-left: 12px;
    width: 100%;
}
.index .newsTable td {
    border: none;
    float: left;
    clear: both;
}
.index .newsTable td a {
    display: block;
    background-position: left .45em;
}
.index .newsTable td.name {
    padding-bottom: 10px;
    text-align: right;
    font-size: 86%;
    width: auto;
    float: right;
    clear: both;
}
.index #contentsArea #subContentsBlock {
    overflow: hidden;
    zoom: 1;
}
.index #contentsArea #subContentsBlock .sideSection {
    width: 100%;
    margin: 0 !important;
}
.index #contentsArea #subContentsBlock .sideSection:nth-child(odd) {
    float: none;
}
.index #contentsArea #subContentsBlock .sideSection:nth-child(even) {
    float: none;
}
.index .itemBox .innerBox .layoutRight, .index .itemBox .innerBoxR .layoutRight {
    float: right;
}
.index #contentsArea #subContentsBlock .sideSection .snslink br {
    display: none;
}
.index #contentsArea #subContentsBlock .sideSection .snslink .top-sns {
    margin-left: 8px;
}
/*-----------------------------------------------------
h2Block
-------------------------------------------------------*/
/*.index .h2Block {
    zoom: 1;
}
.index .h2Block h2 {
    padding-right: 0;
}
.index .h2Block .linkList {
    position: relative;
    right: 0;
    bottom: 0;
    display: inline-block;
    float: right;
    border-top: solid 0.5em #ffffff;
}
.index #contentsFoot h2 {
    margin-bottom: 0;
}
*/


.index #contentsFoot {
    width: auto;
    clear: both;
    padding: 0 15px;
    margin: 0 auto 20px;
}
/*.index #contentsFoot h2 {
    margin-bottom: inherit;
}*/
.index #contentsFoot .toList {
    position: relative;
    left: auto;
    right: 0px;
    margin-right: 0px;
}
.index .siteBlock {
    position: relative;
    width: 100% !important;
    padding-top: 75.5%;
    margin: 1px auto 0px;
}
.index .siteBlock .siteList {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin: 0px !important;
    padding: 0;
}
.index .siteBlock .siteList li {
    position: relative;
    width: calc(50% - 7px);
    height: 20.2%;
    margin: 2px 6px 7px 0 !important;
    padding: 0px;
}
.index .siteBlock .siteList li:nth-child(even) {
    position: relative;
    width: calc(50% - 7px);
    height: 20.2%;
    margin: 2px 0px 7px 0 !important;
    padding: 0px;
}
}

/************************************************************************************
smaller than 520 TB
*************************************************************************************/
@media screen and (max-width: 520px) {
/*------------------------------
bannerList 
------------------------------*/

.index #contentsArea #subContentsBlock .sideSection ul.bannerList {
    text-align: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    zoom: 1;
}
.index #contentsArea #subContentsBlock .sideSection ul.bannerList li {
    list-style-type: none;
    padding-top: 0;
    padding-bottom: 15px;
    float: none;
    width: auto;
    display: block;
}
}

/************************************************************************************
smaller than 584 SP
*************************************************************************************/
@media screen and (max-width: 584px) {
.index .siteBlock, .index #subContentsBlock .siteBlock {
    width: 386px;
}
/*.index .siteList, .index #subContentsBlock .siteList {
    width: 396px;
}*/
}

/************************************************************************************
smaller than 480 SP
*************************************************************************************/
@media screen and (max-width: 480px) {
/*------------------------------
bannerList 
------------------------------*/
.index #contentsArea #subContentsBlock .sideSection ul.bannerList li img {
    width: auto;
    height: auto;
}
}

/************************************************************************************
smaller than 426 SP
*************************************************************************************/
@media screen and (max-width: 426px) {
.index .siteBlock, .index #subContentsBlock .siteBlock {
    width: 100%;
}
.index .siteList, .index #subContentsBlock .siteList {
    width: 100%;
    margin-left: -1% !important;
    margin-right: -1% !important;
}
/*.index .siteList li, .index #subContentsBlock .siteList li {
    width: 41%;
    margin-right: 0% !important;
    margin-left: 3% !important;
    padding-right: 16px;
}
.index .siteList li img, .index #subContentsBlock .siteList li img {
    border: 1px solid #0e63ad;
    width: 100%;
    height: auto;
}
.index .itemBox .innerBox .layoutRight, .index .itemBox .innerBoxR .layoutRight {
    float: none;
    text-align: center;
}*/
}

/************************************************************************************
smaller than 360 SP
*************************************************************************************/
@media screen and (max-width: 360px) {
/*------------------------------
bannerList 
------------------------------*/
.index #contentsArea #subContentsBlock .sideSection ul.bannerList li img {
    width: 100%;
    height: auto;
}
}

/************************************************************************************
smaller than 320 SP
*************************************************************************************/
@media screen and (max-width: 320px) {
}

/************************************************************************************
smaller than 319 SP
*************************************************************************************/
@media screen and (max-width: 319px) {
.index .siteList li, .index #subContentsBlock .siteList li {
    width: 41%;
    margin-right: 0% !important;
    margin-left: 1% !important;
    padding-right: 16px;
}
}