@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	/*background-repeat: repeat-x;
	background-position: 0 0px;
	background-image: url("../images/bg.gif");*/
	background-color: #fff;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

br {
	letter-spacing: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/* ヘッダーの固定 */
div#header-fixed {
	/* position: fixed;            /* ヘッダーの固定 */
	/* top: 0px;                   /* 位置(上0px) */
	/*left: 0px;                  /* 位置(右0px) */
	/*width: 100%;                /* 横幅100%　*/
	/*height: 130px;              /* 縦幅140px */
}


div#header-bk {
	/*background-color:#FFF;     /* 背景色(黒) */
	/*padding:10px 0 20px;       /* 上10px、下20pxをあける */
	/*height:110px;              /* 縦の高さ110px */
	/*width:100%;                /* 横の幅を100% */
}


div#header {
	/*border: 5px solid #fff;     表示領域を白枠で囲う */
	height: 116px;
	/* 縦の表示領域はheader-bkと同じ */
	width: 1100px;
	/* 横の幅970px */
	margin: auto;
	/* 中央揃え */
}

/* ボディの定義 */
div#body-bk {
	/*padding: 160px 0 140px 0;    /* 上下に160pxを余白を取る */
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

div#body {
	width: 1010px;
	margin: auto;
}


#header {
	position: relative;
	border-bottom: 1px solid #BEBEBE;
}


#search {
	position: absolute;
	top: 0;
	right: 0;
}

#gnavi {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 500px;
	text-align: right;
	display: inline;
}

#menu {
	width: 1010px;
}

#icatch {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	/*	width: 1000px;*/
	/*	padding: 0px 0;*/
	background: #fff;

}

#main {
	/*	width: 990px;*/
	position: relative;
	list-style: none;
}

#sub {
	float: right;
	width: 314px;
}

#pageTop {
	clear: both;
}

#footMenu {
	width: 1132px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	width: 1132px;
	margin-left: auto;
	margin-right: auto;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	padding: 20px 0 0 0;
	font-size: 32px;
	line-height: 1.0;
	margin-left: 10px;
}

#header h1 a:hover {
	color: #f1f1f1;
}


#header #gnavi ul {
	list-style: none;

}

#header #gnavi li {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	padding-left: 5px;
}

#header #gnavi li a {
	display: block;
	padding-left: 8px;
}


/* ========search CUSTOMIZE======== */
#search dt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: RED;
	border-left: 1px solid black;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;

}

#search dd {
	float: left;
	margin: 1px 0 0 10px;
	padding: 0;
}


/* ========MENU CUSTOMIZE======== */
/*#menu ul {
   margin:0 0 1px 0;
   padding:0;
   list-style:none;
}

#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border:1px solid #CECBCE;
   border-bottom:none;
   background:#fff url("../images/bg_menu.gif") -50px 0 repeat-x;
}

#menu li a {
	display: block;
	width: 187px;
	height: 35px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	outline: none;
	color: hsla(0,0%,40%,1.00);
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x;
}

#menu li.home {
   width:186px;
   margin-left:0;
   border-left:1px solid #CECBCE;
}

#menu li.active a {
   color:#fff;
   background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x;
   text-decoration:none;
}*/

/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
	color: #009933;
}

#main a:hover {
	color: #FF9E00;
	text-shadow: 0px 0px 1px #FFE609;
}

#main h2 {
	clear: both;
	margin-bottom: 8px;
	padding: 1px 10px;
	line-height: 2.0;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-repeat: repeat-x;
	/*background-position: 100% 100% repeat-x;*/
	background-color: #3270A8;
}

#main h3 {
	position: relative;
	padding: 0.25em 0;
	font-size: 16px;
}

h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(0, 140, 70), transparent);
	background: -webkit-linear-gradient(to right, rgb(0, 140, 70), transparent);
	background: linear-gradient(to right, rgb(0, 140, 70), transparent);

}

#main h4 {
	margin-bottom: 2px;
	font-size: 13px;
}

#main h5 {
	margin-bottom: 2px;
	font-size: 13px;
}

#main h6 {
	margin-bottom: 2px;
	font-size: 13px;
}

#main p {
	margin: 0 0 1em 0;
}

#main dt {
	float: left;
	width: 85px;
	background: #f1f1f1;
	text-align: center;
}

#main dd {
	background: #f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
#main div.topNavi {
	overflow: hidden;
	position: relative;
	margin-left: -10px;
	margin-bottom: 20px;
}

* html #main div.topNavi {
	height: 1em;
	overflow: visible;
}

#main div.topNavi div.topNaviColumn {
	display: inline;
	width: 620px;
	float: left;
	margin-left: 10px;
	padding: 0 0 2em 0;
}

#main div.topNavi h2.topNaviImg {
	margin: 0;
	padding: 0;
	background: none;
}

#main div.topNavi div.topNaviColumn p.detail {
	position: absolute;
	bottom: 0;
	width: 270px;
	text-align: right;
}

#main div.topNavi div.topNaviColumn p.detail a {
	padding: 0 0 0 7px;
	background: url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main div.topNavi div.topNaviColumn p.cLeft {
	right: 280px;
}

#main div.topNavi div.topNaviColumn p.cRight {
	right: 0;
}

.topNaviColumn {
	display: inline;
	width: 300px;
	float: left;
	margin-left: 20px;
	padding: 0 0 2em 0;
	background: #eee;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
	width: 98%;
	margin-left: 10px;
}

#main dl.information dt {
	float: left;
	font-size: 1.1em;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 6px;
	width: 100px;
	height: 24px;
	line-height: 2em;
}

#main dl.information dd {
	margin-top: 0;

	margin-left: 105px;
	/*background: url("../images/bg_dotline.gif") 0 100% repeat-x;*/
	margin-bottom: 6px;
	font-size: 1.1em;
	height: 24px;
	line-height: 2em;
}

dd.bk {
	
	margin-top: -6px !important;
	height: 10px;
}

dt.bk {
	margin-top: -6px !important;
	background: #fff !important;
}


#main table {
	font-size: 16px;
}

#main table {
	width: 800px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	line-height: 1.4;
	margin-left: 15px;
}

#main table th {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 11px;
	border: 1px solid #999;
	border-width: 0 0 1px 1px;
	background-color: #F4F4F4;
	font-weight: normal;
	text-align: left;
	line-height: 10px;
}

#main table td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
	border-width: 0 0 1px 1px;
	text-align: left;
}

#main table td ol {
	margin: 0;
	padding: 0 0 0 30px;
}

#main table td li {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
	clear: both;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	width: 314px;
}

#sub h2 {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #6E6E6E;
}

#sub h3 {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
}

#sub ul {
	margin: 0;
	padding: 0;
	border: 1px solid #EFEBEF;
}

#sub li {
	padding: 5px;
	line-height: 1.8;
	list-style: none;
	border-bottom: 1px solid #E7E7EF;
	font-size: 10px;
}

#sub li a {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 2px;
	background: url("../images/bg_arrow.gif") 5px 50% no-repeat;
	margin-left: 5px;
}

#sub li a:hover {
	display: block;
	color: #333;
	background-repeat: no-repeat;
	/*background-position: 5px 50% no-repeat;*/
	background-image: url(../../css/%22../images/bg_arrow.gif%22);
	background-color: #EFEBEF;
	text-decoration: none;
}


/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
	text-align: right;
	font-size: 11px;
}

#pageTop a {
	padding: 0 0 0 12px;
	background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin: 5px 0;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #ddd;
}

#footMenu li {
	display: inline;
	margin: 0 0 0 20px;
	list-style: none;
}

#footMenu li a:hover {
	color: #666;
	text-decoration: underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	font-style: normal;
	font-size: 11px;
	color: #999;
	line-height: 3.0;
	text-align: center;
}

#topmes {
	position: absolute;
	left: 0px;
	margin-top: -5px;
	top: 0px;
	font-size: 11px;
	margin-left: 10px;
	width: 400px;
	display: inline;
	float: left;
}

#Listserv li {
	list-style-type: none;
	float: left;
	margin-left: 1px;
}

#Listserv {
	width: 940px;
	float: left;
}

#Listserv ul {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#Listmes {
	width: 1132px;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 65px;
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}

#GPicon {
	background-color: #eeeeee;
	border-spacing: 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

#GPicon ul {
	width: 850px;
	padding-inline-start: 0px;
	list-style-type: none;
	list-style-image: none;
}

#GPicon ul li {
	display: inline-block;
	margin-left: -5px;
	list-style-type: none;
	list-style-image: none;
}

#footListMes {
	text-align: center;
	float: left;
	width: 850px;
}

#footList {
	width: 850px;
	left: auto;
	right: auto;
}

#footList li {
	padding: 0;
	display: inline-block;
	margin: 5px;
	padding-right: 25px;
	list-style: none;

}

#footList ul {
	width: 80%;
	padding-inline-start: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footLogo {
	width: 320px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #DDDDDD;
	margin-left: 10px;
}

#footInfo {
	width: 720px;
	float: right;
}

#footMenu #footInfo .info_osaka {
	width: 350px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#footMenu #footInfo .info_tokyo {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 350px;
}

#main .information .doc_left {
	float: left;
	width: 395px;
	font-size: 11px;
	padding: 0;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 14px;
}

#main .information .doc_right {
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-right: 10px;
	margin-left: -2px;
}

#main .information .ser_sub {
	width: 620px;
	border-bottom: 1px solid #DDDDDD;
}

#contents #main .jisseki_list {
	width: 1130px;
	margin-bottom: 10px;
	background-color: #DFEDE6;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
	color: #555;
}

#main .jisseki_list .jlist_st {
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 119%;
	margin-bottom: -10px;
}

#main .jisseki_list .jlist_left {
	width: 560px;

}

#main .jisseki_list .jlist_right {
	width: 550px;
	float: right;

}

.jisseki_list .jlist_left ul {
	float: left;
	width: 450px;
	font-size: 14px;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 0px;
}

.jisseki_list .jlist_right ul {
	margin-top: 0px;
	font-size: 14px;
	/*	padding-right: 10px;*/
}

#main .information .news_tit {
	margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #DC3E3D;
	padding-left: 10px;
	line-height: 16px;
}

.information .news_txt p {
	width: 585px;
	padding-left: 35px;
	font-size: 12px;
}

#main .information .news_date {
	font-weight: bold;
	color: #808080;
	padding-left: 50px;
}

.information .news_link p {
	padding-left: 15px;
}

#main .information .doc_center {
	float: left;
	width: 600px;
	font-size: 11px;
	padding-left: 10px;
	line-height: 18px;
	margin-bottom: -10px;
}

#main .jisseki_list .jlist_center {
	float: left;
	width: 600px;
	margin-top: -10px;
	font-size: 11px;
	padding-left: 20px;
}

#contents #main .table_com {
	margin-bottom: 10px;
	margin-top: -15px;
	padding-right: 10px;
	font-size: 11px;
	float: left;
	width: 68%;
	text-align: right;
}

#main .information .profile {
	width: 610px;
	margin-left: 5px;
	line-height: 15px;
	font-size: 10px;
}

.profile tr th {
	width: 12%;
}

tr td ul {
	list-style: none;
	padding-left: 0px;
}

.information dt .new {
	padding-left: 86px;
	top: 0px;
	left: 0px;
	display: flex;
	padding-top: 5px;
	margin-top: -29px;
}

#main .information .news_txt {
	line-height: 14px;
	font-size: 10px;
}

#main .information .news_link {
	font-size: 10px;
}

#subGroup {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;

}

#subGroup .section {}

dd div .pdf {
	float: left;
	padding-top: 2px;
	padding-right: 5px;



}

.information .sitemap_list .site_left {
	float: left;
	padding-left: 15px;
}

.information .sitemap_list .site_right {
	float: right;
	padding-right: 100px;
}

.sitemap_list .site_st {
	margin-bottom: -10px;
}

#contents #main .basic_table {
	width: 618px;
	font-size: 10px;
}

.basic_table tr .thin {
	width: 13%;
}

#sub .section .subimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

#main .table_com img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	display: block;

}

#contents #main .seisaku_flow {
	width: 620px;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #F6FAFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	display: inline;
	float: left;
}

#main .seisaku_flow .flow_left {
	width: 400px;
	float: left;
	margin-left: 10px;
	margin-right: 5px;

}

#main .seisaku_flow .flow_right {
	width: 200px;
	float: right;
	margin-top: 50px;
	margin-bottom: -30px;

}

#main .seisaku_flow .flow_center {
	float: left;
	padding-top: 0px;
	margin-top: -20px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: -10px;
}

#contents #main .meyasu_center {
	float: left;
	width: 600px;
	font-size: 11px;
	padding-left: 10px;
	line-height: 18px;
	margin-bottom: -10px;
}

.fee tr .category {
	background-color: #DDC8B9;
}

#main .information .doc_imag {
	width: 550px;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td .red .bigsize2 {
	font-size: 110%;
	font-weight: bold;
}

.red {
	color: #BF0000;
}

.information form .center {
	width: 610px;
	margin-left: 215px;
	margin-right: auto;
	display: block;
}

div.pdf_note {
	margin: 30px auto;
	background-color: #EEEEEE;
	padding: 20px;
}

#VMdata {
	width: 312px;
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#VMdata img {
	padding: 0;
}

#top #body-bk #top_table01 {
	margin-right: auto;
	margin-left: auto;
}

#contents #main #hyoudai {
	width: 970px;
	color: #494949;
	/*文字色*/
	background: transparent;
	/*背景透明に*/
	border-left: 10px solid #2EA843;
	/*左線*/
	font-size: 24px;
	padding-left: 5px;
	margin-left: 32px;
	clear: both;
}

#contents #main #hyoudai_t {
	color: #494949;
	/*文字色*/
	background: transparent;
	/*背景透明に*/
	font-size: 24px;
	padding-left: 5px;
	margin-left: 25px;
	clear: both;
}


/* ========BTFULL======== */
/** {
	margin-right: auto;
	margin-left: auto;
}*/
body {
	background: #fff;
	font-family: Arial;
}

#container {
	width: 1010px;
	margin: auto;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}


.menuWrapper {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	width: 1010px;
	height: 542px;
	background-origin: content-box;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	/*	margin-left: auto;
	margin-right: auto;*/
}

ul.menu {
	list-style: none;
	padding-left: 0;
	width: 1010px;
}

ul.menu>li {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 330px;
	height: 542px;
	border-right: 10px solid #FFF;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-color: transparent;
}

ul.menu>li.last {
	list-style: none;
	padding-left: 0;
	border: none;
}

.bg1 {
	background-image: url(../images/01.jpg);
	/* [disabled]left: 30px; */
}

.bg2 {
	background-image: url(../images/03.jpg);
}

.bg3 {
	background-image: url(../images/04.jpg);
}

ul.menu>li>a {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 330px;
	height: 50px;
	margin-top: 450px;
	text-align: center;
	line-height: 50px;
	color: #ddd;
	background-color: rgba(255, 255, 255, 0.8);
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 1px #797979;
}

ul.menu>li ul {
	list-style: none;
	padding-left: 0;
	float: left;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 20px;
	width: 100%;
}

ul.menu>li ul li {
	display: none;
	list-style: none;
	padding-left: 0;
}

ul.menu>li ul.sub1 {
	list-style: none;
	padding-left: 0;
	background-image: url(../images/bg4sub.png);
}

ul.menu>li ul.sub2 {
	list-style: none;
	padding-left: 0;
	background-image: url(../images/bg5sub.png);
}

ul.menu>li ul.sub3 {
	list-style: none;
	padding-left: 0;
	background-image: url(../images/bg6sub.png);
}

ul.menu>li ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	margin-left: 0px;
	text-shadow: 1px 1px 1px #333;
	font-size: 12px;
}

ul.menu>li ul.sub1 li {
	list-style: none;
	padding-left: 0;
	display: block;
}

ul.menu>li ul li a:hover {
	list-style: none;
	padding-left: 0;
	border-bottom: 5px dotted #fff;
}

#aisatsu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 5%;
	/*padding-left: 5%;*/
	padding-bottom: 0;
	font-size: 18px;
	line-height: 20pt;
	/*margin-left: 10px;*/
}

div#aisatsu_name {
	width: 900px;
	text-align: right;
	line-height: 20pt;
	margin-left: 13%;
	margin-right: 10%;
	padding-right: 300px;

}

div#aisatsu_name .img {
	padding-top: 30px;
}

#menuWrapper {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*相対配置*/
}


.copbtn>a {
	color: #000;
	text-decoration: none;
}

.copbtn>a:hover {
	color: #999;
	text-decoration: underline;
}

.square_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em 1em;
	text-decoration: none;
	border-left: solid 3px #afeeee;
	border-right: solid 3px #afeeee;
	color: #668ad8;
	background: #FFF;
	transition: .4s;
}

.square_btn:hover {
	background: #afeeee;
	color: #FFF;
}

.copbtn {
	display: block;
	text-align: center;
	letter-spacing: 0.8em;

}

#imagPow {
	width: 1200px;
	text-align: center;
}

ul.powimag {
	width: 1080px;
	padding-left: 8%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*相対配置*/
}

ul.powimag li {
	margin: 5px;
	float: left;
	list-style: none;
}

.imgWrapSC {
	/*overflow: hidden;	拡大時にはみ出た部分を隠す*/
	width: 1030px;
	/*画像の幅*/
	/*height: 110px;	/*画像の高さ*/
}

.imgWrapSC img {
	display: block;
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}

.imgWrapSC img:hover {
	transform: scale(1.8, 1.8);
	/*画像の拡大率*/
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxTopLeft {
	width: 14px;
	height: 14px;
	background: url(images/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
	height: 14px;
	background: url(images/border.png) repeat-x top left;
}

#cboxTopRight {
	width: 14px;
	height: 14px;
	background: url(images/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
	width: 14px;
	height: 43px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
	height: 43px;
	background: url(images/border.png) repeat-x bottom left;
	display: none;
}

#cboxBottomRight {
	width: 14px;
	height: 43px;
	background: url(images/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
	width: 14px;
	background: url(images/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
	width: 14px;
	background: url(images/controls.png) repeat-y -211px 0;
}

#cboxContent {
	/*background:#fff;*/
	overflow: visible;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 5px;
}

#cboxLoadingOverlay {
	background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

#cboxTitle {
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #7C7C7C;
}

#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7C7C7C;
	display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	bottom: -29px;
	background: url(../images/controls.png) no-repeat 0px 0px;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	display: none !important;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxPrevious {
	left: 0px;
	background-position: 0px 0px;
}

/*#cboxPrevious:hover{background-position:-51px 0px;}*/
#cboxNext {
	left: 27px;
	background-position: -25px 0px;
}

/*#cboxNext:hover{background-position:-75px 0px;}*/
#cboxClose {
	right: 0;
	background-position: -50px 0;
}

/*#cboxClose:hover{background-position:-100px 0px;}*/

.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -125px 0px;
}

#movie_test video {
	width: 80vw;
	height: auto;
	display: block;
}

.movie_wrap>img {
	text-align: center;
}

.movie_wrap>p {
	text-align: center;
}

.aisatsubun {
	padding-left: 10%;

}

.powimg_4 {
	padding-left: 98px;
}

.news_txt {
	padding-left: 50px;
}

.senkou img {
	vertical-align: middle;
}

#hyoudai table,
td,
th {
	padding: 10px 20px;
}

#hosoku p {
	padding-left: 90px;
	font-size: 1.2em;
	padding-top: 10px;

}

#recpdf {
	font-size: 20px;

}

#main #recpdf p {
	float: left;
	clear: none;
	padding-top: 35px;
}


iframe {
	display: block;
	width: 320px;
	height: 180px;
	margin: 0 auto;
	}

  .extra_cm {
    width: 1200px;
    background-color: bisque;
    text-align: center;
        margin: auto;
        display: block;
  }

  /* ビデオ表示 */
  .works {
	text-align: center;
	font-size: 16px;
	width: fit-content;
	padding: 4px 10px;
	/* border: 1px solid #000; */
	margin: 20px auto 0px auto;
  }
  


  
  .coll_works li {
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0 10px;
  }

  video {
	z-index: 99;
  }
  
  .video_btn {
	position: relative;
	width: 320px;
	height: 180px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
  }
  
  .video_btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
  }
  
  .video_btn:hover img:nth-of-type(2) {
	opacity: 0;
  }
  
  .video-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
  }
  
  
  .video-item {
	position: relative;
	cursor: pointer;
  }
  
  .video-item img {
	width: 320px;
	height: 180px;
  }
  
  .video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
  }
  
  .video-popup video {
	width: 60%;
	/* height: 60%; */
  }
  
  .video-popup p {
	position: absolute;
	cursor: pointer;
	top: 120px;
	right: 30px;
  }
  
  li {
	list-style: none;
  }
  

  .letters{
	/* width: 80%; */
	height: 32px;
	text-align: left;

	padding-left: 60px;
	margin-top: -10px;
	margin-bottom: 30px;
}

.report-links img {
	vertical-align: middle;
}

.newsw {

	font-size: 15px;
	vertical-align: middle;
}

#newnon{
	padding-left: 67px;
}


.cp_h1title {
    position: relative;
    display: block;
    padding: 0.2em 0 0.2em 1.2em;
  }
  .cp_h1title:before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 0.9em;
    height: 0.9em;
    background: #2EA843;
    content: "";
  }

  .cp_h1title_b {
    position: relative;
    display: block;
	margin-left: -10px;
    padding: 0.2em 0 0.2em 1.2em;
  }
  .cp_h1title_b:before {
    position: absolute;
    top: 0.3em;
    left: 0.5em;
    display: block;
    width: 0.3em;
    height: 1.2em;
    background: #2EA843;
    content: "";
  }
