@charset "utf-8";

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


/*============================================================================
	頭の話header#globalHeader
==============================================================================*/
.mainFV{
	width: 100%;
	overflow: hidden;
	position: relative;

}
.mainFV img{
	width: 100%;

}
.oomidashi{
	font-size: 20px;
	color: #FFF;
	position: absolute;
	top: 40%;
	right: 16px;
	z-index: 32;
}


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

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

#logoText{

	display: none;
	width: 100px;
	height:20px;
	margin-left: 10px;
	font-size: 90%;
	color: #FFF;
	padding-top: 16px;
}

#search{ width:100px; height:48px; float:right; text-align:right; margin-right: 60px;}
#search ul.snsBtn{ list-style-type:none;}
#search ul.snsBtn li{padding:0px 10px 0 10px; list-style-type:none; float:right;}
a.logBtn{
	background: url(../img/rock_icon.png) no-repeat left center;
	background-size: 30px 30px;
	color: #FFF;
	font-size: 12px;
	padding:0px 0 0px 6px;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

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

#naviBox{
display: none;
}

nav {
display: none;
}
nav ul.nl {
margin: 0 auto;
padding: 0;
list-style-type: none;
text-align: center;
}
nav ul.nl li {
float: left;
}
nav ul.nl li a {
display: block;
width: 192px;
position: relative; /* IE6用 */
padding: 15px 10px 10px 10px;
color: #FFF;
font-size: 100%;
font-weight: bold;
text-decoration: none;
box-sizing: border-box;
border-bottom: 5px #333 solid;
}
nav ul.nl li a:hover {
border-bottom: 5px #00b472 solid;
}


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

.global_menu{
 	position: absolute;
	z-index:999;
	top: 8px;
	right: 10px;
}
.global_menu a.slide_btn{
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 5px;
	width: 30px;
	height: 30px;
	background-image: url(../img/side_icon.png);
	background-size: 30px 30px;
}
#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: 100%;
text-align: center;
}

#category_list li.slM{
display: block;
margin:2px;
}
#category_list li.slM a.slB{
display: block;
cursor: pointer;
width:98%;
margin:2px auto;
box-sizing: border-box;
border:1px solid #999;
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: 3px;
	box-sizing: border-box;
	background: #010158;
}
.breadcrumb ul {
    display: flex;
}
.breadcrumb ul li{
    display: flex;
    list-style: none;
    margin-right: 3px;
    font-size: 11px;
	color: #FFF;
}
.breadcrumb ul li a{
	color: #FFF;
}
.breadcrumb li::before {
    content: "＞";
    margin-right: 3px;
}

.mainTitle{
	width:100%;
	margin:0 auto;
}
.mainTitle img{
	width:100%;
}

/* Main部分バナー */
.mainBn{ width:100%; margin: 20px auto; text-align:center; clear: both;}
.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{
	text-align: left;
	margin:6px 0 10px 0;
	box-sizing: border-box;
	padding: 3px 0px 3px 10px;
	font-size:130%;
	color:#222;
	border-left: 3px solid #010158;
	font-weight:bold;
	clear: both;
}

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

#mainCont h3{
	text-align: left;
	margin:10px 0;
	box-sizing: border-box;
	padding: 5px 0px 5px 10px;
	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{
	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 #010158;
}
h6{
	margin:6px 0 5px;
	font-size:120%;
	color:#222;
	font-weight:bold;
	clear: both;
	box-sizing: border-box;
	padding: 0 0px;
}

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

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

.flB{
	float: left;
	padding: 0 10px 10px 0;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.flB img{
	width: 100px;
	margin-bottom: 6px;
}
.frB{
	float: left;
	padding: 0 0 10px 10px;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 140%;
}
.frB img{
	width: 100px;
	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 18px 1em 0;
}

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


/* タブ風ボタン */
.btnBlockHead{
	text-align: center;
	width: 100%;
	margin: 0px auto 20px;
}
.btnBlockHead a.btnBlockHeadBtn{
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	width: 32%;
	padding: 8px 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: 0.5em auto 0.5em auto;
    padding: 0;
    width: 94%;
}


.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 50px;
    background :#fffdf4 url(../img/a.png) no-repeat 10px 10px;
    background-size: 30px 30px;
    line-height: 140%;
    opacity: 1;
}

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

.pager ul{

	margin: 0 auto;
}
.pager ul li {
	display: inline-block;
	list-style: none;
}
.pager ul li a.pagerList{
	display: block;
	padding:7px 12px;
	text-align: center;
	background-color:#010158;
	color: #FFF;
	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:8px 10px;
	background-color:#c0505d;
	font-weight:bold;
	border-radius: 3px;
	color:#ffffff;
}
.pager ul li a.now:hover{
	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;
vertical-align: top;
}

#switch li {
display: inline-block;
box-sizing: border-box;
vertical-align: middle;
width: 49%;
box-sizing: border-box;
cursor: pointer;
text-align: center;
padding: 6px 2px;
margin-bottom: 6px;
cursor: pointer;
background: #FFF;
color: #333;
border: 1px solid #026d81;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
}
#switch li:hover {
background-color: #026d81;
}
#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: 14px;
	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: left;
	vertical-align: top;
	width: 45%;
	margin: 10px 2px;
	padding: ;
}
.inlineBlock1 .inlineBlockOne1 h5.inlineBlockTitle1{
	text-align: left;
	font-size: 110%;
	color: #222;
	font-weight: bold;
	margin-bottom: 0px;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockText1{
	font-size: 100%;
	color: #333;
	margin-bottom: 3px;
	line-height: 120%;
	text-align: left;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockImg1{
	text-align: center;
	margin-bottom: 3px;
	width: 100%;
}
.inlineBlock1 .inlineBlockOne1 .inlineBlockImg1 img{
	width: 100%;
}

/* 3 */
.inlineBlock3{
	margin: 10px auto 10px auto;
	text-align: center;
}
.inlineBlock3 .inlineBlockOne3{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 70%;
	margin: 6px 10px;
	padding: 5%;
	border-radius: 8px;
	background: #e5f7f2;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText30{
	text-align: center;

	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: 10px auto;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockText3{
	font-size: 100%;
	color: #666;
	margin: 10px auto;
	line-height: 180%;
	text-align: left;
}
.inlineBlock3 .inlineBlockOne3 .inlineBlockImg3{
	text-align: center;
	margin:0 auto 8px;
	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;}
ol.kijiList li{
padding:8px 0 8px 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:16px;
color: #222;
font-weight: bold;
}

/* トピックスリスト */
ol.topickList{padding:0px 10px; list-style-type:none; margin-bottom: 18px;}
ol.topickList li{
padding:10px 0 10px 6px;
list-style-position:outside;
border-bottom: 6px solid #E5E5E5;
}
ol.topickList li a{
font-size:16px;
color: #222;
font-weight: bold;
}
ol.topickList li a span{
display: block;
font-size:12px;
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: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 12px;
	margin-bottom: 12px;
}
.addBoxTitle{
font-size:16px;
color: #222;
font-weight: bold;
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid #E5E5E5;
}
.addBoxText{
font-size:12px;
color: #222;
font-weight: normal;
}

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

/* PDF */
ol.defList{width:98%; margin: 0 auto; box-sizing: border-box; padding:5px 10px; list-style-type:none; margin-bottom: 10px;}
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{
	width:98%; margin: 0 auto; box-sizing: border-box; padding:0px 5px; list-style-type:decimal; margin-bottom: 10px; box-sizing: border-box;
}
ul.ulList li{
font-size:110%;
color: #333;
padding: 0px 0 6px 3px;
margin-bottom: 0px;
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: 55%;
    height: 30px;
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 3px;
    border: 0;
    border: #ddd 1px solid;
    line-height: 2.0;
    outline: 0;
	box-sizing: border-box;
}
.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 7px;
    border: #006C7D 1px solid;
    border-radius: 3px;
    color: #fff;
    line-height: 2.0;
    font-weight: bolder;
    background: #006C7D;
    cursor: pointer;
	box-sizing: border-box;
}
.SearchInner button.SearchReset {
    padding: 0 7px;
    border: #999 1px solid;
    border-radius: 3px;
    color: #999;
    line-height: 2.0;
    font-weight: bolder;
    background: #fff;
    cursor: pointer;
	box-sizing: border-box;
}

/* よくある質問 */
.qa-list{
	margin:0 auto 20px;
	width: 100%;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 18px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #222;
}
.qa-list dl:first-child {
    border-top: 1px solid #222;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    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: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 40px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

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

/*============================================================================
	右の話#rightCont
==============================================================================*/

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

#rightCont h2{
	text-align: left;
	margin:20px 0 10px 0;
	box-sizing: border-box;
	padding: 3px 0px 3px 10px;
	font-size:130%;
	color:#222;
	border-left: 3px solid #026d81;
	font-weight:bold;
	clear: both;
}
#rightCont p{
	padding: 3px 6px 9px 6px;
	font-size: 100%;
	line-height: 140%;
}

#rightCont ul{
	width: 98%;
	margin: 10px auto;
}
#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 {
	display: block;
}
#footRight {
	display: block;
	clear: both;
	margin-top: 20px;
}


#footLogo{
	width: 132px;
	margin: 0 auto;
}
#footLogo a{
	width: 132px;
	height: 25px;
	display: block;
	background: url(../img/header_logo.png) no-repeat ;
	background-size: 132px 25px;
	text-indent: -9999px;
}
p.copyright{
	width: 100%;
	font-size: 90%;
	color: #FFF;
	text-align: center;
}
.footList{
	border-left: #FFFFFF 1px solid;
	margin: 0 0 0 10px ;
	padding-left: 15px;
}
.footList li.footMenu{
	list-style: none;
	padding: 3px 0 4px 0;
}
.footList li.footMenu a{
	color: #FFF;
}
.footList li.footMenu a:hover{
	color: #EEE;
	text-decoration: underline;
}



/*============================================================================
	ボタン各種
==============================================================================*/
a.btnBlue{
	clear: both;
	text-align:center;
	padding: 15px 5px;
	margin: 10px;
	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:block;

	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: #026d81;
}
#inline2Btn a:hover.btnBlue02{
	background-color: #005261;
	}

a.btnRight1{
	clear: both;
	width: 80%;
	text-align:center;
	padding: 15px 5px;
	margin: 10px auto;
	color:#FFF;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	font-size: 110%;
	font-weight:bold;
	line-height: 100%;
	background-color: #00b472;
	}
a:hover.btnRight1{
	background-color: #005261;
	}

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;
	}

a.btnDetail{
	clear: both;
	text-align:center;
	padding: 5px;
	margin: 5px;
	color:#FFF;
	display: block;
	text-decoration: none;
	text-shadow: 0px -1px 0px #006699;
	border-radius: 3px;
	border: 1px solid #006699;
	border-bottom: 5px solid #006699;
	font-size: 100%;
	font-weight:bold;
	line-height: 100%;
	background-color: #3399cc;
	}
a:hover.btnDetail{
	background-color: #2287ba;
	}

a.btnYe{
	clear: both;
	text-align:center;
	padding: 8px;
	margin: 5px;
	color:#660000;
	display: block;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	border-radius: 3px;
	border: 1px solid #d19902;
	font-size: 100%;
	font-weight:bold;
	line-height: 100%;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff000), to(#f6d101));
	background-color: #f6d101;
	/* IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fff000, EndColorStr=#f6d101);
	}
a:hover.btnYe{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee000), to(#d3b301));
	background-color: #d3b301;
	/* IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#eee000, EndColorStr=#d3b301);
	}

.btnInput {
	width:100%;
	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;
}

.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:100%;
	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: 4px 8px;
	width: 80%;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.teltel{
	padding: 4px 8px;
	width: 70%;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.numnum{
	padding: 4px 8px;
	width: 40%;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.zip1{
	padding: 8px 15px;
	width: 30px;
	background:#FFF;
	border: 1px solid #999;
	border-radius: 3px;
}
input.zip2{
	padding: 8px 15px;
	width: 35px;
	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: 264px center;
    width: 280px;
    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: 84px 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: 4px 8px;
	width: 80%;
	height: 130px;
	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;
  content: "必須";
  display: inline-block;
}






/* --- リストエリア --- */
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: 100%;
	padding: 5px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: left;
	line-height: 1.5em;
	vertical-align: middle;
}

.memberTable th {
	padding: 10px;
	border-right: 1px dashed #DDD;
	background: #eee;
	text-align: center;
	color: #333;
/*	white-space: nowrap;*/
}

/*============================================================================
	デフォルト テーブル
==============================================================================*/

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

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

.defTable th {
	padding: 10px;
	border-right: 1px dashed #DDD;
	background: #eee;
	text-align: center;
	color: #333;
/*	width: 30%; */
/*	white-space: nowrap;*/
}
.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; width: 90%;}
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;
}


/* スライダー */

.swiperC{
	width: 100%;
}
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 6px;
}
.prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
#thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
