@charset "utf-8";

/*
コンテンツページスタイル設定
*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■1.contents common
■2.お知らせ等リストスタイル
■3.個別設定
■4.公開討論会
■5.フォーム

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■1.contents common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Main {
	width: 1160px;
	margin: 0 auto 0px auto;
	padding: 120px 0px 60px 0px;
}

#Main:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Main h2 {
	margin: 0 0 30px 0;
	padding: 0px 12px 12px 10px;
	border-bottom: 3px solid #0097D7;
	font-size: 25px;
	font-weight:600;
	letter-spacing: 0.2em;
}

#Main #Contents {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#Main .double_column {
	width: 100%;
	margin: 0 auto 0px auto;
}

#Main .double_column #Contents {
	width: calc(100% - 270px);
	margin: 0 50px 0px 0;
	padding: 0px 0px 0px 0px;
	float: left;
}

#Main .double_column #Right {
	width: 220px;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	float: right;
	position: relative;
}

/*
pan navigation
------------------------------------*/
#Main ol.pnavi {
	margin: 0px 0px 20px 0px;
	line-height: 1.3;
	font-size: 13px;
	font-weight:300;
	letter-spacing: -0.4em;
	color: #222;
}

#Main ol.pnavi li {
	float: left;
	display: inline;
	margin:0 10px 0px 0px;
	letter-spacing: normal;
}

#Main ol.pnavi li:after {
	content: ">";
	margin: 0 0 0 10px;
}

#Main ol.pnavi li:last-child:after {
	display:none;
	margin: 0px;
}

#Main ol.pnavi li a, 
#Main ol.pnavi li a:link, 
#Main ol.pnavi li a:visited {
	color: #222;
	text-decoration: none;
}

#Main ol.pnavi li a:hover, 
#Main ol.pnavi li a:active {
	color: #222;
	text-decoration: underline;
}

/*
右カラム
------------------------------------*/
#Right .side_category h4 {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	background-color: #0097D7;
	color: #FFF;
	text-align: left;
}

#Right .side_category ul {
	margin: 0px 0 30px 0px;
	padding: 0px;
}

#Right .side_category ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border: #CCC solid 1px;
	border-top: none;
}

#Right .side_category ul li a {
	display: block;
	padding: 15px 10px 15px 20px;
	color: #000;
	text-decoration: none;
	position: relative;
}

#Right .side_category li a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 5px;
	right: 5px;
	border: solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid #0097D7;
	border-bottom: 5px solid #0097D7;
	border-left: 5px solid transparent;
}

#Right .side_category li a:hover, #Right .side_category li a:active {
	color: #000;
	text-decoration: none;
	background-color: #F3F3F3;
}

/*
見出し
------------------------------------*/
#Contents h3 {
	margin: 0 0 30px 0;
	padding: 15px 15px 15px 20px;
	background-color: #F3F3F3;
	border-left: 10px solid #0097D7;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.10em;
	line-height: 1.4;
}

#Contents h4 {
	margin: 0 0px 20px 0px;
	padding: 0px 15px 15px 10px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.3;
	border-bottom: 3px solid #CCC;
	position: relative;
}

#Contents h4:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: #0097D7;
	width: 150px;
	height: 3px;
}

#Contents h4.inner_sub_title {
	margin-top: 30px;
}

/*
テキストボックス
------------------------------------*/
#Contents .textbox01 {
	margin: 0px 0px 50px 0px;
}

#Contents .textbox01 p {
	padding: 0px 0 10px 0;
	font-size: 13px;
	line-height: 1.6;
}

#Contents .textbox02 {
	margin: 0px 10px 40px 10px;
}

#Contents .textbox02 p {
	padding: 0px 0 10px 0;
	font-size: 13px;
	line-height: 1.6;
}

#Contents .textbox_left {
	float:left;
	width:30%;
	text-align:center;
}
#Contents .textbox_left img {
	width:210px;
	height:auto;
}
#Contents .textbox_right {
	float:left;
	width:70%;
	font-size:16px;
}

#Contents .textbox01 a.file_link {
	display: inline-block;
	background-image: url(../images/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: 0 30%;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	padding: 0px 0px 10px 20px;
	font-size: 14px;
	text-decoration: underline;
	margin:0 0 10px 0;
}


/*
pagenation
------------------------------------*/
#pagenation {
	margin: 30px 0px 0px 0px;
}

#pagenation ul {
	margin: 20px auto 20px auto;
	letter-spacing: -0.4em;
	text-align: center;
}

#pagenation ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#pagenation ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 6px 6px 0;
	text-align: center;
	font-size: 12px;
	position: relative;
}

#pagenation ul li.total {
	margin-right: 15px;
	font-size: 13px;
	font-weight: bold;
}

#pagenation ul li a {
	border: solid 1px #CCC;
	padding: 8px 11px;
	text-decoration: none;
	background-color: #FFF;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#pagenation ul li a:hover {
	border: solid 1px #F37121;
	background-color: #F37121;
	color: #FFF;
}

#pagenation ul li .current {
	border: solid 1px #F37121;
	padding: 8px 11px;
	text-decoration: none;
	background-color: #F37121;
	color: #FFF;
}

#pagenation ul li:empty {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#pagenation ul li:empty:after {
	margin: 0 0px 0 0px;
	content: "...";
	position: relative;
	top: -2px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■2.お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
お知らせ一覧
------------------------------------*/
ul.info_list {
	width: 100%;
	margin: 0 0px 0px 0px;
}

ul.info_list li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	display: table;
	table-layout: fixed;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
}

ul.info_list li a {
	text-decoration: none;
}

ul.info_list li .date, ul.info_list li [class*=category], ul.info_list li .title {
	margin: 0px 0px 0 0;
	padding: 0 0px 0 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}

ul.info_list li .date {
	width: 90px;
	padding: 0 0px 0 0;
	font-weight: bold;
}

ul.info_list li [class*=category] {
	width: 120px;
	padding: 0px 0px 0px 0;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	line-height: 1.1;
}

ul.info_list li [class*=category] a {
	color: #FFF;
	padding: 4px 8px 4px 8px;
	display: block;
}

ul.info_list li .title {
	width: calc(100% - 210px);
	padding: 0 15px 0 20px;
}

/*
カテゴリの色分け
------------------------------------*/
ul.info_list li .category01 a,
.info_box .sub_data .category01 {
	background-color: #6e6e6e;
}

ul.info_list li .category02 a,
.info_box .sub_data .category02 {
	background-color: #f8b614;
}

ul.info_list li .category03 a,
.info_box .sub_data .category03 {
	background-color: #888;
}

ul.info_list li .category04 a,
.info_box .sub_data .category04 {
	background-color: #27AE60;
}

ul.info_list li .category05 a,
.info_box .sub_data .category05 {
	background-color: #E74C3C;
}

ul.info_list li .category06 a,
.info_box .sub_data .category06 {
	background-color: #000099;
}

/*
インフォメーション詳細ページ
------------------------------------*/
#Contents .info_box {
	font-size:13px;
}

.info_box .social_icon {
	margin: 0px 0px 10px 0px;
	text-align:right;
}
.info_box .social_icon ul{
	font-size: 0;
	width: 100%;
}
.info_box .social_icon ul li{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 0px 0px;
}
.info_box .social_icon ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.info_box .sub_data {
	margin: 0px 0px 10px 0px;
	text-align:right;
	letter-spacing:-0.4em;
}

.info_box .sub_data:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.info_box .sub_data [class*=category] {
	display:inline-block;
	padding: 5px 20px 5px 20px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 1.0;
	letter-spacing:normal;
}

.info_box .sub_data .date{
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 0px 0px;
	display:inline-block;
	letter-spacing:normal;
}

.info_box .info_body{
	margin: 0px 0px 0px 0px;
	font-size:14px;
	line-height:1.5;
}

.info_box .info_body p{
	padding: 0px 0px 10px 0px;
}

.info_box .post_link{
	margin: 40px 0px 0px 0px;
	font-size:12px;
}

.info_box .post_link:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.info_box .post_link p{
	margin: 0px 0px 0px 0px;
	border:1px solid #CCC;
	display:inline-block;
	float:left;
}

.info_box .post_link p.next_post_link{
	float:right;
}

.info_box .post_link p a{
	width:210px;
	margin: 0px 0px 0px 0px;
	padding: 8px 14px 8px 28px;
	position:relative;
	display:block;
	text-decoration:none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.info_box .post_link p.next_post_link a{
	padding: 8px 20px 8px 14px;
}

.info_box .post_link p.previous_post_link a:before,
.info_box .post_link p.next_post_link a:after{
	content:" ";
	position: absolute;
	top: calc (50% - 7px);
	left:10px;
	width:9px;
	height:15px;
	background-image:url(../images/common/img_arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	vertical-align:middle;
}

.info_box .post_link p.next_post_link a:after{
	left:auto;
	right:10px;
}

.info_box .post_link p.previous_post_link a:before{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■3.個別設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p.fl img[usemap$="lomarea"] {
	margin-left:150px;
}

.contents{
	line-height: 1.5;
	font-size: 14px;
}

.contents section{
	margin: 0px 0px 30px 0px;
	clear: both;
}

p.idea_box{
	width: 100%;
	text-align: center;
	margin-top:-20px;
	padding: 0px 40px 50px 40px;
	text-align: center;
}

ol.idea_list{
	padding: 20px 40px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 20px;
}

.history_trajectory{
	background-color: #00468c;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	float: left;
}

.history_trajectory + ul{
	margin: 0px 0px 10px 20px;
	float: left;
}

.history_trajectory + ul li{
	font-weight: bold;
}

.history_list{
	margin: 10px 0px 40px 0px;
	border-top: 1px dotted #CCC;
}

.history_list dt{
	clear: both;
	float: left;
	margin: 0px 10px 0px 0;
	padding: 8px 0 8px 0;
	font-weight: bold;
	width: 140px;
}

.history_list dd{
	margin: 0px 10px 0px 0;
	padding: 8px 0 8px 0;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}

.history_list dd ul {
	overflow: hidden;
}

.activity_box_wrap{
	margin: 0 0 40px 0;
}

.activity_box_wrap:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.activity_box_wrap > li {
	width: 415px;
	margin: 0px 0 40px 60px;
	float: left;
}

.activity_box_wrap > li:nth-child(2n+1) {
	clear: left;
	margin-left:0px !important;
}

.activity_box_wrap li.activity_box > p{
	margin: 0px 0px 15px;
	font-size: 14px;
}

.activity_box_wrap li.activity_box > p:first-child{
	text-align:center;
	background-color:#F4F6F5;
}

.guidance_box {
	margin: 0px 0 30px 0;
	padding: 30px 10px;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	text-align: center;
	line-height: 1.8em;
}

img.guidance_box_catch{
	width:500px;
	height:auto;
}

.guidance_word_box {
	margin-bottom: 30px;
}

.guidance_box_learge {
	font-size:20px;
}

.map_contents_menu .title_menu dt {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #0097D7;
	color: #FFF;
	text-align: left;
}

p.text{
	margin: 20px 0px;
}

ol.indent {
	padding: 0 0 0 10px;
}

#Contents ol.indent + h4.inner_sub_title{
	padding: 30px 15px 15px 10px;
}

.base_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 0;
	margin: 0px 0px 30px 0px;
}

.base_table th {
	background: #EEE;
	padding: 10px 10px;
	color: #000;
	text-align: center;
	border: solid 1px #CCC;
}

.base_table td {
	padding: 10px 10px;
	border: solid 1px #CCC;
	background: #fff;
}

.pt_attention_icon {
	font-weight: bold;
}

.graybox{
	background-color: #FFF5D6;
	padding: 10px 20px 13px 20px;
	margin: 20px 0px 20px 0px;
}

p.bold{
	font-weight: bold;
}

ol.junp_link_list{
	margin: 0px 0px 0px;
	font-size: 0;
	width: 100%;
}

ol.junp_link_list:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

ol.junp_link_list li{
	font-size: 14px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

ol.junp_link_list li:last-child{
	margin: 0px 0px 0px 0px;
}

ol.junp_link_list li a{
	background-image: url(../images/common/icon_arrow_dwn.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: 12px;
	background-size: 12px;
	padding: 0px 0px 0px 17px;
	display: inline-block;
}

.stripe_table{
	width: 100%;
	margin: 15px 0 35px 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 0;
}

.stripe_table td{
	background: #fff;
	border: solid 1px #CCC;
	padding: 10px;
}

.stripe_table td:empty{
	display:none;
}

.stripe_table td.large_cell{
	width:50%;
}

.stripe_table td a{
	display: inline-block;
}

.stripe_table tr:nth-child(even) td{
	background-color: #F5F5F5;
}

.stripe_table td.coltitle{
	background-color:#ddd;
	text-align:center;
}

p.pagetop{
	cursor: pointer;
	text-decoration: underline;
	float: right;
	margin: 0px 0px 20px 0px;
}

p.pagetop:hover,
p.pagetop:active{
	text-decoration: none;
}

.base_table2 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	border:0;
}

.base_table2 th {
	background:#EEE;
	padding:10px 10px;
	color:#000;
	text-align:center;
	border:solid 1px #CCC;
	font-weight:normal;
}

.base_table2 td {
	padding:10px 10px;
	border:solid 1px #CCC;
	background:#fff;
}

.simple_dl_list {
	margin:20px 10px 50px 10px;
}

.simple_dl_list dt {
	font-weight:bold;
	margin:15px 0 10px 0;
}

.simple_dl_list dd {
	border-bottom:1px dotted #ccc;
	margin:10px 0;
	padding:0 0 15px 1em;
}

.simple_dl_list dd.year {
	border-bottom:1px dotted #ccc;
	margin:10px 0;
	padding:0 0 10px 2em;
}

a.contact_submit {
	width: 280px;
	margin:20px auto 0 auto;
	padding:17px 0;
	display:block;
	background:#008fd4;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}

a.contact_submit:before{
	margin:-2px 10px 0 0px;
	content:" ";
	display:inline-block;
	width:18px;
	height:19px;
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	vertical-align:middle;
}

.access_map{
	margin:0 0px 20px 0px ;
}

/*
admission_form_
------------------------------------*/
.admission_form_block {
	padding:0 10px ;
}

.admission_form_block h5 {
	position: relative;
	padding:0 0 0 20px;
	margin:20px 0 10px 0;
	font-weight: bold;
}

.admission_form_block h5:before {
	content:"";
	display:block;
	border:solid 2px #0090d5 ;
	width:0.5em;
	position:absolute;
	top:40%;
	left:0;
	font-weight:bold;
}

.admission_form_block dt {
	font-weight: bold;
	margin-bottom: 3px;
}

.admission_form_block dd {
	margin-bottom: 20px;
}

.admission_form_block input:not([type="checkbox"]),
.admission_form_block select {
	margin:1px 0px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 13px;
	padding: 10px;
}

.admission_form_block hr {
	display:none;
}

.admission_form_block p a {
	margin-top:20px;
	display:inline-block;
}

.admission_form_block input[type="submit"] {
	background-color: #008fd4;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	padding: 10px 20px;
	width: 240px;
}

.admission_form_block #button_area {
	text-align:center;
	margin:20px 0;
}

/*=============================================
movie
==============================================*/

.mvit{
	width: 100%;
	font-size: 0;
}
.mvit li{
	width: 310px;
	margin: 25px 25px 0px 0px;
	float: left;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
}
.mvit li:nth-child(3n){
	clear: both;
}
.mvit li:nth-child(3n+2){
	margin: 25px 0px 0px 0px;
}
.mvit li:nth-child(1){
	width: 470px;
	margin: 0px 40px 0px 0px;
}
.mvit li:nth-child(2){
	width: 470px;
	margin: 0px 0px 0px 0px;
}
.movie_box{
	width: 100%;
	position: relative;
}
.movie_box:before{
	content: '';
	padding: 56.25% 0px 0px 0px;
	display: block;
}
.movie_title{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
}
.movie_date{
	font-size: 13px;
	text-align: right;
}
.mvit__img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.movie_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: none;
}

/*=============================================
/movie
==============================================*/

/*
ETC
------------------------------------*/
.sp_contents{
	font-size:16px;
	line-height:1.8;
	
}
.sp_contents p{
	margin:10px 0 20px 0;
}
.sp_contents p.title{
	font-size:20px;
	font-weight:bold;
}
.sp_contents p.subtitle{
	font-size:18px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
.sp_contents p img{
	max-width:100%;
	max-height:auto;
}
.sp_contents .left_img{
	float:left;
	width:450px;
}
.sp_contents .left_img .minnanonippon_img{
	width:100%;
	height:auto;
}
.sp_contents .right_txt{
	float:right;
	width:700px;
	text-align:left;
}
.sp_contents .picture{
	vertical-align:top;
}
.sp_contents .picture img{
	margin: 0 0 0 20px;
	vertical-align: top;
}
.sp_contents a.link_button{
	display:inline-block;
	min-width:350px;
	margin: 0px 10px 0px 10px;
	padding: 0px 40px 0px 40px;
	font-size:16px;
	letter-spacing:0.05em;
	text-indent:0.05em;
	font-weight: bold;
	background-color:#0097D7;
	text-align:center;
	color:#FFFFFF;
	height:50px;
	line-height:52px;
	text-decoration:none;
}
.sp_contents a.link_button:hover{
	opacity: 0.7; 
}

.sp_contents .nonmargin p{
	margin:0;
}
.sp_contents .btnlayout{
	text-align:center;
	width:80%;
	margin:60px auto 10px auto;
}
.sp_contents .btnbox{
	float:left;
	width:450px;
}
.sp_contents .indent1{
	margin-left:10px;
}
.sp_contents .indent2{
	margin-left:20px;
}
.sp_contents table.type1{
	border-spacing:0px; 
	border:solid 1px #000;
}
.sp_contents table.type1 th{
	padding:8px;
	border:solid 1px #000;
	background-color:#d0d0d0;
}
.sp_contents table.type1 td{
	padding:8px;
	border:solid 1px #000;
}
.sp_contents table.type1 tr:nth-child(odd) td{
	background: #ececec;
}
.sp_contents table.type2{
	border-spacing:0px; 
	border:solid 1px #000;
}
.sp_contents table.type2 th{
	padding:8px;
	border:solid 1px #000;
	background-color:#0097d7;
	color:#fff;
}
.sp_contents table.type2 th.a{
	width:20%;
}
.sp_contents table.type2 th.b{
	width:20%;
}
.sp_contents table.type2 th.c{
	width:60%;
}
.sp_contents table.type2 td{
	padding:8px;
	border:solid 1px #000;
}
.sp_contents table.type2 tr:nth-child(odd) td{
	background: #ececec;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■4.公開討論会
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Main .discuss_page .map_contens_parts {
	display: none;
}

#Main .discuss_page .select_pref {
	display: none;
}

#Main .discuss_page {
	width: 100%;
	margin: 0 auto 0px auto;
	padding: 0px 20px 0px 20px;
}
#Main .toronkai_box{
	border: 2px solid #1e91c7;
	padding: 1rem;
	margin: 2rem 0;
}
#Main .toronkai_box p{
	margin: 10px 0!important;
}
#Main .toronkai_box a{
	font-size: 16px;
}

/*
地図から都道府県選択
------------------------------------*/
#Main .discuss_page .select_map {
	margin: 40px auto 70px auto;
}

#Main .discuss_page .select_map:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Main .discuss_page .select_map #Map_area {
	width: calc(100% - 710px);
	margin: 0 0px 0px 0;
	padding: 0px 0px 0px 0px;
	float: left;
}

#Main .discuss_page .select_map #Pref_area {
	width: 650px;
	margin: 0 0 0px 0;
	padding: 20px 0 0px 0;
	float: right;
	position: relative;
}

#Main .discuss_page .select_map #Pref_area .map_contents_menu p {
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	font-size: 15px;
	color: #000;
}

#Main .discuss_page .select_map #Pref_area .title_menu {
	margin: 60px 0px 0px 0px;
}

#Main .discuss_page .select_map #Pref_area .map_contents_menu .title_menu dt {
	margin: 0px 0px 0px 0px;
	padding: 13px 20px 13px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	background-color: #0097D7;
	color: #FFF;
	text-align: left;
	letter-spacing:0.08em;
}

#Main .discuss_page .select_map #Pref_area ul {
	margin: 0px 0 0px 0px;
	padding: 0px;
}

#Main .discuss_page .select_map #Pref_area ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Main .discuss_page .select_map #Pref_area ul li {
	width:25%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #000;
	float:left;
	border: #CCC solid 1px;
	border-top: none;
	border-left: none;
}

#Main .discuss_page .select_map #Pref_area ul li:nth-child(4n + 1) {
	border-left: #CCC solid 1px;
}

#Main #Main .discuss_page .select_map #Pref_area ul li:last-child {
	border-right:  #CCC solid 1px;
}

#Main .discuss_page .select_map #Pref_area ul li a {
	display: block;
	padding: 17px 20px 17px 20px;
	color: #222;
	text-decoration: none;
	position: relative;
}

#Main .discuss_page .select_map #Pref_area ul li a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 5px;
	right: 5px;
	border: solid transparent;
	border-top: 5px solid transparent;
	border-right: 5px solid #0097D7;
	border-bottom: 5px solid #0097D7;
	border-left: 5px solid transparent;
}

#Main .discuss_page .select_map #Pref_area ul li a:hover, 
#Main .discuss_page .select_map #Pref_area ul li a:active {
	color: #000;
	text-decoration: none;
	background-color: #F3F3F3;
}

/*
一覧
------------------------------------*/
#Main .discuss_page .art_list {
	margin: 0px 0 0px 0px;
	padding: 0px;
}

#Main .discuss_page .art_list ul {
	margin:0 auto 0px auto;
	padding:0 0px 0px 0px;
}

#Main .discuss_page .art_list ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Main .discuss_page .art_list ul li {
	width:calc((100% - 75px) / 4);
	margin:0 0px 30px 25px;
	padding:0px 0px 0px 0px;
	position:relative;
	background-color:#F2F2F2;
	float:left;
}

#Main .discuss_page .art_list ul li:nth-child(4n + 1) {
	margin-left:0;
	clear:left;
}

#Main .discuss_page .art_list ul li a {
	display:block;
	padding:0px 0px 15px 0px;
	text-decoration: none;
	position:relative;
}

#Main .discuss_page .art_list ul li a:hover{
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	-ms-filter: "alpha(opacity=70)"; 
	-khtml-opacity: 0.7; 
	-moz-opacity: 0.7; 
}

#Main .discuss_page .art_list ul li a .pref{
	width:70px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	text-align:center;
	height:20px;
	line-height:19px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:0.05em;
	text-indent:0.05em;
	background-color:#0097D7;
	background-color: rgba( 0, 150, 214, 0.90 );
	position:absolute;
	left:10px;
	top:10px;
	z-index:10;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#Main .discuss_page .art_list ul li a .photo {
	width:100%;
	margin:0 0px 0px 0;
	padding:0 0px 0 0;
	text-align:center;
	position:relative;
	overflow:hidden;
	display: block;
}

#Main .discuss_page .art_list ul li a .photo:before {
    content:"";
    display: block;
	padding-top: 56.25%; /* 16:9 */
}

#Main .discuss_page .art_list ul li a .photo:after{
	margin:-20px 0px 0px -20px;
	content:" ";
	position: absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	background-image:url(../images/common/icon_play.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	vertical-align:middle;
	z-index:10;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
}

#Main .discuss_page .art_list ul li a .photo .photo_in {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align:center;
}

#Main .discuss_page .art_list ul li a .photo .photo_in img{
	position: absolute;
	height: 101%;
	width: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease-out !important;
    -moz-transition: all .3s ease-out !important;
    -ms-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
	display: block
}

#Main .discuss_page .art_list ul li a:hover .photo .photo_in img{
	height: 110%;
}

#Main .discuss_page .art_list ul li a h4{
	margin: 10px 0 7px 0;
	padding: 0px 15px 0px 15px;
	font-size:12px;
	line-height:14px;
	letter-spacing:0;
	font-weight:bold;
	color:#333;
	height:42px;
	overflow:hidden;
	word-break : break-all;
	border-bottom:none;
	position:none;
}

#Main .discuss_page .art_list ul li a .date {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:11px;
	line-height:1.1;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■5.フォーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
x.form_wrap {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.4;
}

/* フォーム
-------------------------------- */
.form_wrap table[class^="form"]{
	width:1100px;
	margin:0px auto 30px auto;
	border-collapse:collapse;
	border-spacing:0;
	color:#333;
	line-height:1.2;
}

.form_wrap table[class^="form"] th,
.form_wrap table[class^="form"] td{
	border:1px solid #BBBBBB;
	text-align:left;
	font-size:13px;
	vertical-align:middle;
	background-clip: padding-box;
}

.form_wrap table[class^="form"] th{
	font-weight:normal;
	padding:15px 20px 15px 20px;
	background-color:#EEEEEE;
	text-align:left;
	position:relative;
}

.form_wrap table[class^="form"] tr th:nth-last-child(2){
	width:220px;
	white-space:nowrap;
}

.form_wrap table[class^="form"] th.ness{
	padding-right:60px;
}

.form_wrap table[class^="form"] th.ness:after{
	margin:-9px 0px 0 0px;
	padding: 0px 5px 0px 5px;
	content: "\005fc5\009808";
	font-size: 11px;
	font-weight:normal;
	color:#FFF;
	background-color:#F37121;
	line-height:18px;
	height:18px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position: absolute;
	right:15px;
	top:50%;
	letter-spacing:-0.04em;
	text-indent:-0.04em;
}

.form_wrap table[class^="form"] td{
	padding:15px 20px 15px 20px ;
	background-color:#FFF;
}

.form_wrap table[class^="form"] td .disc{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	color:#666;
	line-height:1.2;
}

.form_wrap table[class^="form"] td .ex{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	color:#666;
	font-size:12px;
}

.form_wrap table[class^="form"] td label {
	cursor: pointer;
}

.form_wrap table[class^="form"] td input[type="text"],
.form_wrap table[class^="form"] td input[type="email"],
.form_wrap table[class^="form"] td input[type="number"],
.form_wrap table[class^="form"] td input[type="password"],
.form_wrap table[class^="form"] td select,
.form_wrap table[class^="form"] td textarea {
	margin:2px 0px;
	padding:8px 8px 8px 8px ;
	font-size: 13px;
}

.form_wrap table[class^="form"] td select {
	padding:8px 40px 8px 8px ;
	background-image: url(../images/common/icon_pulldown.png);
	background-repeat: no-repeat;
	-webkit-background-size: 10px 8px;
	   -moz-background-size: 10px 8px;
         -o-background-size: 10px 8px;
        -ms-background-size: 10px 8px;
            background-size: 10px 8px;
	background-position: calc(100% - 13px) center;
}


.form_wrap table[class^="form"] td span.mwform-checkbox-field {
	margin:4px 18px 4px 0px;
	padding:0px 0px 0px 0px ;
	font-size: 14px;
	vertical-align:top;
	display:inline-block;
}

.form_wrap table[class^="form"] td span.mwform-checkbox-field:last-of-type {
	margin-right:0px;
}

.form_wrap table[class^="form"] td span.mwform-checkbox-field label{
	margin:0px 0px;
	padding:0px 0px 0px 0px ;
	vertical-align:top;
	display:block;
}

.form_wrap table[class^="form"] td span.mwform-checkbox-field label input[type="checkbox"]{
	margin:2px 2px 0px 0px;
	padding:0px 0px 0px 0px ;
	vertical-align:top;
}

.form_wrap table[class^="form"] td textarea{
	width:100%;
	height:200px;
}

/*
ボタン
------------------------------------*/
.form_wrap .submit_group {
	margin: 30px 0 50px 0;
	text-align:center;
}

.form_wrap .submit_group br{
	display:none;
}

.form_wrap .submit_group input[type=button],
.form_wrap .submit_group input[type=submit],
.form_wrap .submit_group input[type=reset]{
	min-width:200px;
	margin: 0px 10px 0px 10px;
	padding: 0px 40px 0px 40px;
	font-size:16px;
	letter-spacing:0.05em;
	text-indent:0.05em;
	font-weight: bold;
	background-color:#0097D7;
	text-align:center;
	color:#FFFFFF;
	height:50px;
	line-height:52px;
}

.form_wrap .submit_group input[type=button]:active,
.form_wrap .submit_group input[type=submit]:active,
.form_wrap .submit_group input[type=reset]:active {
	position:relative;
	top:1px;
	left:1px;
}

.form_wrap .submit_group input[type=button].back_btn,
.form_wrap .submit_group input[type=submit].back_btn{
	min-width:150px;
	margin: 0px 10px 0px 10px;
	padding: 0px 40px 0px 40px;
	font-size:15px;
	letter-spacing:0.1em;
	text-indent:0.1em;
	background-color:#999;
}

/* フォーム要素カスタマイズ
-------------------------------- */
.form_wrap table.form001 td p input[type="text"]{
	margin-top:7px;
}

.form_wrap table.form001 td input[type="text"]#area{
	width:200px;
}
.form_wrap table.form001 td input[type="text"]#block{
	width:300px;
}
.form_wrap table.form001 td input[type="text"]#lom{
	width:400px;
}
.form_wrap table.form001 td input[type="text"]#company_name{
	width:400px;
}
.form_wrap table.form001 td input[type="text"]#company_address{
	width:600px;
}
.form_wrap table.form001 td input[type="text"]#company_category{
	width:350px;
}
.form_wrap table.form001 td input[type="text"]#sdgs_publish_other{
	width:100%;
}
.form_wrap table.form001 td input[type="text"]#company_hp{
	width:700px;
}

.form_wrap table.form001 td .checkbox_torikumi_no span.mwform-checkbox-field {
	min-width:370px;
}

.form_wrap table.form001 td .checkbox_sdgs_publish{
	margin:0px 0px 5px 0px;
}


.jclomlist{
	margin:0 auto;
	width:1100px;
}
.jclomlist li{
	width:520px;
	display:inline-block;
	margin:0 10px 30px 10px;
	vertical-align:top;
	text-align:center;
}


