@charset "utf-8";

.hiddenPc{
visibility: hidden;
display: none;
width: 0px;
height: 0px;
}


/*============================================================================
	頭の話header#globalHeader
==============================================================================*/
.mainFV{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.mainFV img{
	width: 100%;
}
.oomidashi{
	font-size: 28px;
	color: #FFF;
	position: absolute;
	top: 40%;
	right: 20%;
	z-index: 32;
	text-align: right;
}

h1{
	font-size: 10px;
	color: #FFF;
	padding: 1px 10px;
}

#logo{ width:265px; height:50px; float:left; background: url(../img/header_logo.png) no-repeat; background-size: 265px 50px; margin-right: 4px; margin-top: 0px;margin-bottom: 0px;}
#logo a{
    display:block;
	width:265px;
	height:50px;
	text-decoration:none;
	text-indent:-1000px;
	font-size:8px;
	color:#CCCCCC;
    overflow:hidden;
}
#logo a:hover { text-decoration:none;}

#logoText{
	float: left;
	display: block;
	width: 200px;
	height:20px;
	margin-left: 10px;
	font-size: 90%;
	color: #FFF;
	padding-top: 16px;
}

#search{ width:400px; height:48px; float:right; text-align:right; margin-right: 0;}
#search ul.snsBtn{ list-style-type:none;}
#search ul.snsBtn li{padding:5px 0 0 10px; list-style-type:none; float:right;}
a.logBtn, .logBtn{
	background: url(../img/rock_icon.png) no-repeat left center;
	background-size: 30px 30px;
	color: #FFF;
	font-size: 16px;
	padding:20px 0 20px 36px;
}

/*============================================================================
	nav
==============================================================================*/

#naviBox{
	clear: both;
	width: 100%;
	height: 41px;
	background-color: ;
	background: #FFFFFF/*linear-gradient(-90deg, #c65454 0%, #026d81 100%)*/;

}

nav {
width: 1200px;
margin: 0 auto;
}
nav ul.nl {
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}
nav ul.nl li {
display: inline-block;
}
nav ul.nl li a {
display: block;
/* width: 160px; */
width: 140px;
position: relative; /* IE6用 */
padding: 15px 0px 10px 0px;
color: #010158;
font-size: 11px;
font-weight: bold;
text-decoration: none;
box-sizing: border-box;

}
nav ul.nl li a:hover {
box-sizing: border-box;
border-bottom: 3px #c0505d solid;
}


/*メニュー新
---------------------------------------------------------------*/

.global_menu{
	float: right;
}

.global_menu a.slide_btn{
	text-indent: -10000px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background-image: url(../img/side_icon.png);
	background-size: 20px 20px;
}
#category_list{
	width:100%;
	padding:5px 0 0;
	background:#FFF;
	filter: alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	color:#fff;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	display:none;
}

.lists{
margin:10px auto;
width: 306px;
}

#category_list li{
	float:left;
	margin:5px;
}

#category_list li a{
	display: block;
	cursor: pointer;
	width:140px;
	box-sizing: border-box;
	border:1px solid #666;
	font-size:12px;
	color:#666;
	text-align:center;
	text-decoration: none;
	padding:10px 5px 10px;
	-webkit-text-size-adjust: none;
}


.list_close{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:#FFF;
	text-align:center;
	padding:10px 15px 20px 15px;
	cursor:pointer;
	font-size: 0.8em;
}

#category_list li:active{
	background:#f4d400;
	color:#333;
}

/*============================================================================
	中の話#mainCont
==============================================================================*/

.breadcrumb{
	padding: 6px;
	box-sizing: border-box;
	background: #010158;
}
.breadcrumb ul {
    display: flex;
}
 .breadcrumb ul li{
    display: flex;
    list-style: none;
    margin-right: 3px;
    font-size: 12px;
	color: #FFF;
}
.breadcrumb ul li a{
	color: #FFF;
}
.breadcrumb li::before {
    content: "＞";
    margin-right: 3px;
}

.breadcrumb li:first-child::before {
    content: "";
}

.mainTitle{
	width:1000px;
	margin:0 auto;
}

/* Main部分バナー */
.mainBn{ width:100%; padding:0 0 10px 0; text-align:center;}
.mainBn img{ width:100%;}
.movieBn{ width:100%; padding:0 0 20px 0; text-align:center;}
.movieBn img{ width:100%;}
.btnBn{ width:300px; margin: auto; padding:0 0 10px 0; text-align:center;}
.btnBn img{ width:300px;}

#pan {
	font-size: 77%;
	color: #666;
	margin: 0 0 15px 0;
}
/*
#mainCont h2{

border-left: solid 5px #134101;
background-color: #e8f1dd;
	border-radius: 5px;
	font-size: 130%;
	color: #333;
	padding:10px 15px;
	font-weight: bold;
	margin:0 auto 20px auto;
	clear: both;
}
 */
#mainCont h2{
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	margin:6px 0 18px;
	padding: 3px 0px 3px 10px;
	font-size:140%;
	color:#222;
	border-left: 3px solid #010158;
	font-weight:bold;
	clear: both;
}

.indexTitle{
    width: 95%;
    margin: 30px auto 20px auto;
    text-align: center;
    color: #00b472;
    font-size: 20px;
    line-height: 140%;
}

#mainCont h3{
	text-align: left;
	margin:10px 0;
	padding: 5px 6px;
	font-size:110%;
	color:#333;
	border-left: 2px solid #333;
/*
background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #D42D63),
	color-stop(0.98, #E0EDC0)
);
background-image: -o-linear-gradient(left, #5c832d 0%, #b8c984 98%);
background-image: -moz-linear-gradient(left, #5c832d 0%, #b8c984 98%);
background-image: -webkit-linear-gradient(left, #5c832d 0%, #b8c984 98%);
background-image: -ms-linear-gradient(left, #5c832d 0%, #b8c984 98%);
background-image: linear-gradient(to left, #5c832d 0%, #b8c984 98%);
 */

/*	background: url(../img/bg_footer.jpg) no-repeat ; */
	font-weight:bold;
	clear: both;
}
#mainCont h3.titleH3{
	width: 100%;
	text-align: center;
	margin:18px auto;
	padding: 12px 0;
	font-size:130%;
	color:#333;
	border-left: none;
	border-top: 1px solid #010158;
	border-bottom: 1px solid #010158;
	font-weight:bold;
	clear: both;
}
#mainCont h4{
	margin:10px 0;
	font-size:120%;
	color:#222;
	font-weight:bold;
	clear: both;
	box-sizing: border-box;
	padding: 6px 6px;
	background: #e5e5e5;
	border-bottom: 1px solid #c3c3c3;
}
h6{
	margin:10px 0;
	font-size:120%;
	color:#222;
	font-weight:bold;
	clear: both;
	box-sizing: border-box;
	padding: 6px 6px;
}


#mainCont p {padding:0 10px 20px 10px; margin:0 auto; color: #333; font-size: 120%; line-height:160%; clear: both;}
#mainCont p.textmainRight {padding:0 10px 10px 0; margin:0 auto; color: #BBB; font-size: 90%; text-align: right; width: 640px;}
.textC{text-align: center;}
.textR{text-align: right;}
.textBB{font-weight: bold;}

table.teikan,
table.teikan td
 {
	 margin-bottom: 16px;
     padding: 8px 3px;
     font-size: 100%;
    border: none;
}

.flB{
	float: left;
	padding: 0 30px 10px 0;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.flB img{
	width: 120px;
	margin-bottom: 6px;
}
.frB{
	float: right;
	padding: 0 0 10px 30px;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.frB img{
	width: 120px;
	margin-bottom: 6px;
}

.premire{
	color: #e5b700;
	padding: 0 0px 0 6px;
	font-weight: bold;
}

a.link_file,
a.link_pdf,
a.link_word,
a.link_zip,
a.link_ppt,
a.link_xls,
a.link_edit,
a.link_del{
	padding:1em 27px 1em 0;
}

a.link_file{ background: url(../img/img_link_file.png) right center no-repeat;}
a.link_pdf{ background: url(../img/icon_pdf.png) right center no-repeat;background-size: 20px 20px;}
a.link_word{ background: url(../img/img_link_word.png) right center no-repeat;}
a.link_zip{ background: url(../img/icon_zip.png) right center no-repeat;}
a.link_ppt{ background: url(../img/icon_ppt.png) right center no-repeat;}
a.link_xls{ background: url(../img/icon_xls.png) right center no-repeat; background-size:auto 1.4em; }
a.link_edit{ background: url(../img/icon_edit.png) right center no-repeat;background-size: 20px 20px;}
a.link_del{ background: url(../img/icon_del.png) right center no-repeat;background-size: 20px 20px;}



/* タブ風ボタン */
.btnBlockHead{
	text-align: center;
	width: 100%;
	margin: 0px auto 20px;
}
.btnBlockHead a.btnBlockHeadBtn{
	text-align: center;
	display: inline-block;
	width: 32%;
	padding: 12px 0;
	background: #010158;
	color: #FFF;
	font-size: 14px;
	border-radius: 6px;
	margin-bottom: 6px;
}
.btnBlockHead a.btnBlockHeadBtn:hover{
	background-color: #00949b;
}

/* チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

/* ラジオボタン01 */
input[type=radio] {
    display: none;
}
.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .radio01::after {
    opacity: 1;
}


/* Contetsリスト一覧 */
.movieList{width:670px; margin-left: -10px;}

/*Movieユニット部分*/
a.movieUnit{
display: block;
width:325px;
height: 50px;
margin-left: 10px;
margin-bottom: 10px;
float:left;
text-decoration: none;
}
.movieUnitBnn{
width:325px;
height: 90px;
margin-bottom:10px;
}
.cateName{
width:325px;
height: 46px;
margin-bottom:8px;
padding: 0;
}
.movieName{
width:315px;
margin: 0 auto;
color: #666;
font-size: 100%;
line-height: 130%;
}

/*Movieメイン
.movieTime{color: #666; font-size: 77%; font-weight:normal; text-align:right;}
#movieMain{width:730px; padding-bottom:8px;}
.playMovie{width:470px; margin:5px auto;}
.playTime{width:470px; margin:5px auto; color: #666; font-size: 77%; text-align:right;}
.playView{width:470px; margin:5px auto; color: #666; font-size: 77%; text-align:right;}
#movieMain p.movieText{width:700px; padding-bottom:8px; margin:0 auto; color: #666; text-shadow: 1px 1px 1px #FFF; font-size: 96%; line-height:140%;}
#movieMain p.movieTag{width:700px; padding-bottom:8px; margin:0 auto; color: #666; text-shadow: 1px 1px 1px #FFF; font-size: 85%; line-height:140%;}
*/


.listBox{
	float: left;
	width: 310px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.listBoxL{
	float: left;
	width: 120px;
	border: 5px solid #ebebeb;
}
.listBoxR{
	float: left;
	width: 170px;
	padding-left: 10px;
}
.listTitle{
	font-size: 110%;
	font-weight: bold;
	width: 170px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.listTable table{
	margin-top: 8px;
	width: 100%;
}
.listTable th, .listTable td {
	font-size: 90%;
	padding: 5px;
}
.listTable th {
	background: #eee;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
}


.listMiniTable table{
	margin-top: 8px;
	height: 250px;
}
.listMiniTable th, .listMiniTable td {
	font-size: 90%;
	padding: 5px;
}
.listMiniTable th {
	background: #eee;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	color: #999;
	white-space: nowrap;
}

/* qaリスト */
.accbox {
    margin: 2em auto 6em auto;
    padding: 0;
    width: 620px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px 11px 50px;
    color :#333;
    font-size: 120%;
    font-weight: bold;
    background :#FFF url(../img/q.png) no-repeat 10px center;
    background-size: 30px 30px;
    border-bottom: 1px solid #ddd;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#FFF url(../img/q.png) no-repeat 10px center;
    background-size: 30px 30px;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}

.cssacc:checked + .accshow {
    height: auto;
    border-radius: 3px;
    padding:12px 10px 3px 40px;
    background :#fffdf4 url(../img/a.png) no-repeat 10px 10px;
    background-size: 30px 30px;
    opacity: 1;
}


/* pager */
.pager{
	text-align:center;
	margin: 40px auto 80px auto;
}

.pager ul{
	margin: 0 auto;
}
.pager ul li {
	display: inline-block;
	list-style: none;
}
.pager ul li a.pagerList{
	display: block;
	padding:10px 14px;
	text-align: center;
	background-color:#010158;
	color: #ffffff;
	font-weight:bold;
	border-radius: 3px;
}
.pager ul li a.pagerList:hover{
	background-color:#00949b;
	color: #ffffff;
	text-decoration: none;
}
.pager ul li a.now{
	display: block;
	padding:10px 14px;
	background-color:#c0505d;
	font-weight:bold;
	border-radius: 3px;
	color: #ffffff;
	text-decoration: none;
}


/* Tabs */
/*タブ切り替え全体のスタイル*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  background-color: #acacac;
  box-sizing: border-box;
  margin: 0 1%;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  width: 100%;
  display: none;
  padding: 20px 8px 0;
  clear: both;
  overflow: hidden;
  border-top: 3px solid #010158;
}


/*選択されているタブのコンテンツのみを表示*/
.tabs label:has(:checked) + div {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs label:has(:checked) {
  background-color: #010158;
  color: #fff;
}



/* 写真リスト */
.leftBox{
	float: left;
	width: 270px;
	border: 5px solid #ebebeb;
	margin-right: 20px;
	margin-bottom: 20px;
}

.leftBox .box2 {
	position: relative;
	width: 270px;
	overflow: hidden;
}
.leftBox .box2 .photo {
}
.leftBox .box2 .new {
	position: absolute;
	top: 0px; left: 0px;
}
.leftBox dd.photoImg {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
.leftBox dd.photoImg div {
	/* reset */
	padding: 0;
	margin-left: 5px;
	float: left;
	display: block;
	width: 85px;
}
/* 写真リストここまで */


.rightBox{
	float: left;
	width: 350px;
	margin-bottom: 20px;
}

/*
.overVeiw{width:720px; padding-bottom:5px; font-size:96%; text-shadow: 1px 1px 1px #FFF; text-align:right; clear:both;}
.listVeiw{width:730px; padding-bottom:5px; font-size:96%; text-shadow: 1px 1px 1px #FFF; text-align:center; clear:both;}
*/

/* タブ */
#switch {
	overflow: hidden;
	width: 100%;
}

#switch ul {
list-style: none;
margin: 0 0 12px 0;
padding: 0;
text-align: center;
}

#switch li {
display: inline-block;
box-sizing: border-box;
width: 19.5%;
box-sizing: border-box;
cursor: pointer;
text-align: center;
padding: 12px 2px;
cursor: pointer;
background: #FFF;
color: #333;
border: 1px solid #026d81;
border-radius: 6px;
font-size: 11px;
font-weight: bold;
}
#switch li:hover {
background-color: #026d81;
color: #ffffff;
}
#switch li.select {
background: #026d81;
color: #ffffff;
}
#switch .content div {
height: 100%;
}
#switch .content .hide {
display: none;
}

/* アコーディオン */
.acCont{ display: none;}
.acCont .defTable table{margin: 0 auto!important;}
.nav-open{
	width: 96%;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 12px;
	color: #fff;
	font-size: 16px;
	background: #026d81;
	position: relative;
	border-radius: 6px;
}
.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 開いている時 */
	content: "－";
}

/* 1 */
.inlineBlock1{
	margin: 10px auto 10px auto;
	text-align: center;
}
.inlineBlock1 .inlineBlockOne1{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 255px;
	margin: 10px 2px;
	padding: ;
}
.inlineBlock1 .inlineBlockOne1 h5.inlineBlockTitle1{
	text-align: left;
	font-size: 110%;
	color: #222;
	font-weight: bold;
	margin-bottom: 6px;
	border-bottom: none;
	background: none;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockText1{
	font-size: 100%;
	color: #333;
	margin-bottom: 6px;
	line-height: 140%;
	text-align: left;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockImg1{
	text-align: center;
	margin-bottom: 6px;
	width: 240px;
}

/* 3 */
.inlineBlock3{
	margin: 10px auto 10px auto;
	text-align: center;
}
.inlineBlock3 .inlineBlockOne3{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 180px;
	min-height: 390px;
	margin: 10px 3px;
	padding: 2%;
	border-radius: 8px;
	background: #e5f7f2;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText30{
	text-align: center;
	width: ;
	min-height: 40px;
	font-size: 18px;
	color: #ca5151;
	border-bottom: 3px solid #08f09b;
	font-weight: bold;
	margin: 0 auto;
	padding-bottom: 6px;
	font-family: Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.inlineBlock3 .inlineBlockOne3 h4.inlineBlockTitle3{
	text-align: center;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	margin: 30px auto;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText3{
	font-size: 100%;
	color: #666;
	margin: 10px auto;
	line-height: 140%;
	text-align: left;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockImg3{
	text-align: center;
	margin:0 auto 18px;
	width: 150px;
}
.inlineBlock3 .inlineBlockOne3 a.inlineBlockBtn{
	display: block;
	width: 170px;
	background:#666;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	padding: 8px 10px 8px 10px;
	margin: 0 auto 5px auto;
}
.inlineBlock3 .inlineBlockOne3 a.inlineBlockBtn:hover{
	text-decoration: none;
	background:#333;
}


/* 記事リスト */
ol.kijiList{padding:5px 10px; list-style-type:none; margin-bottom: 20px;}
ol.kijiList li{
padding:16px 0 16px 18px;
list-style-position:outside;
background: url(../img/list_icon.png) no-repeat left center;
background-size: 11px 11px;
border-bottom: 6px solid #E5E5E5;
}
ol.kijiList li a{
font-size:18px;
color: #222;
font-weight: bold;
}

/* トピックスリスト */
ol.topickList{padding:5px 10px; list-style-type:none; margin-bottom: 18px;}
ol.topickList li{
padding:16px 0 16px 6px;
list-style-position:outside;
border-bottom: 6px solid #E5E5E5;
}
ol.topickList li a{
font-size:18px;
color: #222;
font-weight: bold;
}
ol.topickList li a span{
display: block;
font-size:14px;
color: #666;
font-weight: normal;
padding-top: 6px;
padding-bottom: 6px;
}
span.cate01{
display: block;
float: left;
font-size:12px!important;
line-height: 110%;
background: #9cdfe9;
color: #666;
font-weight: normal;
padding: 3px 6px!important;
min-width: 60px;
margin-top: 1px;
margin-right: 8px;
text-align: center;
border-radius: 4px;
}
span.cate02{
display: block;
float: left;
font-size:12px!important;
line-height: 110%;
background: #ffee00;
color: #666;
font-weight: normal;
padding: 3px 6px!important;
min-width: 60px;
margin-top: 1px;
margin-right: 8px;
text-align: center;
border-radius: 4px;
}
span.cate03{
display: block;
float: left;
font-size:12px!important;
line-height: 110%;
background: #82e267;
color: #666;
font-weight: normal;
padding: 3px 6px!important;
min-width: 60px;
margin-top: 1px;
margin-right: 8px;
text-align: center;
border-radius: 4px;
}
span.cate04{
display: block;
float: left;
font-size:12px!important;
line-height: 110%;
background: #ebc2ee;
color: #666;
font-weight: normal;
padding: 3px 6px!important;
min-width: 60px;
margin-top: 1px;
margin-right: 8px;
text-align: center;
border-radius: 4px;
}


/* 注意書き */
.addBox{
	border: 1px solid #005AFF;
	border-radius: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 24px;
	margin-bottom: 24px;
}
.addBoxTitle{
font-size:18px;
color: #222;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid #E5E5E5;
}
.addBoxText{
font-size:16px;
color: #222;
font-weight: normal;
}


/* PDF */
ol.pdfList{padding:5px 10px; list-style-type:none; margin-bottom: 20px;}
ol.pdfList li{
font-size:110%;
color: #333;
padding: 10px 0 10px 25px;
margin-bottom: 5px;
list-style-position:outside;
background: url(../img/icon_pdf.png) no-repeat 0px 8px;
background-size: 20px 20px;
}

/* 通常 */
ol.defList{padding:5px 10px; list-style-type:none; margin-bottom: 20px; box-sizing: border-box;}
ol.defList li{
font-size:110%;
color: #333;
padding: 0px 0 10px 14px;
margin-bottom: 5px;
list-style-position:outside;
background: url(../img/list_icon.png) no-repeat 0px 6px;
background-size: 4px 4px;
}
/* 数字 */
ul.ulList{
	padding:5px 10px; list-style-type:decimal; margin-bottom: 10px; box-sizing: border-box;
}
ul.ulList li{
font-size:110%;
color: #333;
padding: 0px 0 6px 14px;
margin-bottom: 5px;
list-style-position:inside;
}

/*search*/
.Search {
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 3px;
    border: #ccc 1px solid;
    background: #f9f9f9;
}
.SearchInner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.SearchInner fieldset {
    width: 100%;
}
.SearchInner input[type=text] {
    width: 60%;
    height: 30px;
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 3px;
    border: 0;
    border: #ddd 1px solid;
    line-height: 2.0;
    outline: 0;
}
.SearchInner button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}
.SearchInner button.SearchDone {
    padding: 0 15px;
    border: #006C7D 1px solid;
    border-radius: 3px;
    color: #fff;
    line-height: 2.0;
    font-weight: bolder;
    background: #006C7D;
    cursor: pointer;
}
.SearchInner button.SearchReset {
    padding: 0 15px;
    border: #999 1px solid;
    border-radius: 3px;
    color: #999;
    line-height: 2.0;
    font-weight: bolder;
    background: #fff;
    cursor: pointer;
}

/* よくある質問 */
.qa-list{
	margin:0 auto 40px;
	width: 100%;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 10px 80px 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #222;
}
.qa-list dl:first-child {
    border-top: 1px solid #222;
}
.qa-list dl::before {
    position: absolute;
    top: 15px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 18px;
    color: #222;
}
.qa-list dl dt::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: '■';
    color: #026d81;
}
.qa-list dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;

}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
        color: #222;
    font-size: 18px;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:10px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: DeepSkyBlue;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/*============================================================================
	右の話#rightCont
==============================================================================*/

/* rightBox部分バナー */
.rightBnFree{ width:250px; margin: 0 auto 10px auto; text-align:center;}
.rightBnFree img{ width:250px;}

#rightCont h2{
/* 	background: url(../img/h_border.png) repeat-y; */
	border-left: 3px solid #026d81;
	font-size: 120%;
	color: #333;
	padding: 3px 5px 3px 8px;
	font-weight: bold;
	margin:20px auto 10px auto;
}
#rightCont p{
	padding: 3px 6px 9px 6px;
	font-size: 100%;
	line-height: 140%;
}

#rightCont ul{
	margin: 10px 0;
}
#rightCont ul li.rightList{
	list-style: none;
	border-bottom: dotted 1px #DDD;
}
/*
#rightCont ul li.rightList:first-child{
	border-top: dotted 1px #DDD;
}
*/
#rightCont ul li.rightList a{
	display: block;
	padding: 10px 0 10px 15px;
	color: #333;
	font-size: 100%;
	background-color: #FFF;
	background: url(../img/list_icon.png) no-repeat left center;
}
#rightCont ul li.rightList a:hover{
	text-decoration: none;
	background-color: #eef1ff;
}

/*============================================================================
	下の話footer#globalFooter
==============================================================================*/

/* page-top */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 100;
}
#pageTop a {
	display: block;
	background: url(../img/gototop.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gototop.png);
	background-size: 60px 60px;
}



#footLeft {
	width: 96%;
	display: block;
	margin: 0px auto 0;
		text-align: left;
}
#footRight {
	float: right;
	width: 300px;
}
#footMid {
	display: block;
	width: 100%;
	text-align: center;
}


#footLogo{
	width: 265px;
	margin: 10px auto;
}
#footLogo a{
	width: 265px;
	height: 50px;
	display: block;
	background: url(../img/header_logo.png) no-repeat ;
	background-size: 265px 50px;
	text-indent: -9999px;
}
p.copyright{
	width: ;
	font-size: 90%;
	color: #FFF;
	text-align: center;
}
.footList{
	vertical-align: top;
	margin: 0 10px 0 0;
	font-size: 12px;
	text-align: center;
}
.footList li.footMenu{
	display: inline-block;
	list-style: none;
	padding: 3px 6px 4px 6px;
}
.footList li.footMenu a{
	color: #FFF;
}
.footList li.footMenu a:hover{
	color: #EEE;
	text-decoration: underline;
}

/*============================================================================
	ボタン各種
==============================================================================*/



a.btnBlue{
	clear: both;
	text-align:center;
	width:300px;
	padding: 15px;
	margin: 10px auto;
	color:#FFF;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	font-size: 110%;
	font-weight:bold;
	line-height: 100%;
	background-color: #010158;
	}
a:hover.btnBlue{
	background-color: #00949b;
	}

#inline2Btn{
	text-align:center;
}
#inline2Btn a.btnBlue02{
	display:inline-block;
	width:30%;
	clear: both;
	text-align:center;
	padding: 15px;
	margin: 10px;
	color:#FFF;
	text-decoration: none;
	border-radius: 6px;
	font-size: 110%;
	font-weight:bold;
	line-height: 100%;
	background-color: #010158;
}
#inline2Btn a:hover.btnBlue02{
	background-color: #00949b;
	}

.btnInput {
	width:300px;
	font-size: 100%;
	text-align:center;
	display: block;
	padding: 15px;
	margin: 10px auto;
	color:#FFF;
	background-color: #010158;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	font-weight:bold;
	}
.btnInput:hover{
	background-color: #00949b;
}

a.btnRight1{
	clear: both;
	text-align:center;
	padding: 15px;
	margin: 10px auto;
	color:#FFF;
	display: block;
	text-decoration: none;
	border-radius: 3px;
	border-bottom: 4px #c0505d solid;
	font-size: 110%;
	font-weight:bold;
	line-height: 100%;
	background-color: #00b472;
	}
a:hover.btnRight1{
	background-color: #08f09b;
	}

a.btnRight2{
	clear: both;
	text-align:center;
	padding: 15px;
	margin: 10px auto;
	color:#FFF;
	display: block;
	text-decoration: none;
	border-radius: 3px;
	border-bottom: 4px #222 solid;
	font-size: 110%;
	font-weight:bold;
	line-height: 100%;
	background-color: #444;
	}
a:hover.btnRight2{
	background-color: #555;
	}



.btnInput2 {
	width:90%;
	font-size: 100%;
	text-align:center;
	display: block;
	padding: 8px 0;
	margin: 10px auto;
	color:#FFF;
	background-color: #444;
	text-decoration: none;
	border-radius: 3px;
	border-bottom: 4px #222 solid;
	font-weight:bold;
	}
.btnInput2:hover{
	background-color: #555;
}

.backInput {
	width:300px;
	font-size: 100%;
	text-align:center;
	display: block;
	padding: 15px;
	margin: 10px auto;
	color:#FFF;
	background-color: #5f5f5f;
	text-decoration: none;
	border: none;
	border-radius: 6px;
	font-weight:bold;
	}
.backInput:hover{
	background-color: #7f8c8d;
}

/*============================================================================
	ボタン各種
==============================================================================*/

input.namename{
	padding: 8px 15px;
	width: 350px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.teltel{
	padding: 8px 15px;
	width: 250px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.numnum{
	padding: 8px 15px;
	width: 100px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.zip1{
	padding: 8px 15px;
	width: 40px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.zip2{
	padding: 8px 15px;
	width: 50px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
select.kubun{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    background:#FFF url(../img/arrow_down.png) no-repeat;
    background-size:10px 5px;
    background-position: 95% center;
    width: 380px;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #999;
    margin-bottom:0;
    padding:6px 5px 6px 5px;
	border-radius: 3px;
}
select.room{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    background:#FFF url(../img/arrow_down.png) no-repeat;
    background-size:10px 5px;
    background-position: 90% center;
    width: 100px;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #999;
    margin-bottom:0;
    padding:6px 5px 6px 5px;
	border-radius: 3px;
}
textarea.commArea{
	padding: 8px 15px;
	width: 350px;
	height: 230px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}

.required:after {
  margin-left: 1.0em;
  padding: 6px 6px 6px 6px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  display: inline-block;
  content: "必須";
}




/* --- リストエリア --- */
ul.thumbnail {
width: 100%; /* リストエリアの幅 */
min-width: 660px; /* リストエリアの最小幅（不要な場合は削除） */
margin: 0;
padding: 30px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
width: 24.9%; /* 項目の幅 */
float: left;
}

/* --- 項目内容 --- */
ul.thumbnail dl {
width: 142px; /* 内容の幅 */
margin: 0 auto; /* 内容のセンタリング */
font-size: 100%;
line-height: 130%;
}

/* --- 写真エリア --- */
ul.thumbnail dt {
height: 102px; /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 5px; /* 写真エリアの下マージン */
}
ul.thumbnail dt img {
/* border: 1px #DDD solid; 写真の境界線 */
}

/* --- キャプションエリア --- */
ul.thumbnail dd {
margin: 0 0 3px; /* キャプションエリアのマージン（上、左右、下） */
height: 6.5em; /* キャプションエリアの高さ */
line-height: 120%;
}


/* インライン風 */
.logbox{
	border: none;
	width: 95%;
	height: 160px;
	margin: 20px auto;
	padding: 0.5em;
	overflow: auto;
}


/*============================================================================
	member テーブル
==============================================================================*/

.memberTable table {
	width: 98%;
	border-collapse: collapse;
	border: 1px solid #DDD;
	margin: 10px auto 20px auto;
}

.memberTable th, .memberTable td {
	font-size: 110%;
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: left;
	color: #333;
}

.memberTable th {
	padding: 10px;
	border-right: 1px dashed #DDD;
	background: #eee;
	text-align: left;
	color: #333;
/*	white-space: nowrap;*/
}
/*============================================================================
	デフォルト テーブル
==============================================================================*/

.defTable table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #DDD;
	margin: 10px auto 20px auto;
}

.defTable th, .defTable td {
	font-size: 110%;
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: left;
	line-height: 1.4em;
	vertical-align: middle;
}

.defTable th {
	padding: 10px;
	border-right: 1px dashed #DDD;
	background: #eee;
	text-align: left;
	color: #333;
/*	white-space: nowrap;*/
	width: 200px;
}
.defTable td.tdRight {
	text-align: right;
}

.defTable td.bigTd{
	font-size: 140%;
	vertical-align: middle;
}

.defTable th.borNone, .defTable td.borNone {
	border-bottom: none;
}

.defTable th a, .defTable td a {
  color: #c0505d;
}

/* 偶・奇数
---------------------------------*/

.defTable table tr.odd td {
	background: #efefef;
}

.defTable table tr.even td {
	background: #999999;
}



ol.subList{padding:5px 10px; list-style-type:none;}
ol.subList li{
font-size:120%;
color: #000;
padding-left:15px;
margin-bottom: 10px;
list-style-position:outside;
background: url(../img/list_icon.png) no-repeat left center;
}

