@charset "utf-8";

/*
コンテンツスタイル設定
*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

■1.contents common
■2.お知らせ等リストスタイル
■3.個別設定
■4.公開討論会
■5.フォーム

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■1.contents common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Main {
	width:100%;
	margin: 0 auto 0px auto;
	padding: 20px 0px 0px 0px;
}

#Main:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Main h2{
	margin:0 0 20px 0;
	padding:0px 10px 12px 10px;
	border-bottom: 3px solid #0097D7;
	font-size:17px;
	font-weight:600;
	letter-spacing:0.1em;
}

#Main #Contents{
	width:100%;
	margin:0 auto 0 auto;
	padding:0px 15px 0px 15px;
}

#Main .double_column{
	width:100%;
	margin:0 auto 0px auto;
}

#Main .double_column #Contents{
	width:100%;
	margin:0 0 30px 0;
	padding:0px 15px 0px 15px;
}

#Main .double_column #Right{
	width:100%;
	margin:0 0 0px 0;
	padding:0px 10px 20px 10px;
	position: relative;
}

#Main #Contents iframe{
	width:100%;
}


/*
pan navigation
------------------------------------*/
#Main ol.pnavi{
	display:none;
}

/*
右カラム
------------------------------------*/
#Right .side_category h4{
	margin:0px 0px 0px 0px;
	padding:8px 10px 8px 11px;
	font-size:12px;
	font-weight:600;
	line-height:1.2;
	background-color:#0097D7;
	color:#FFF;
	text-align:left;
}

#Right .side_category ul{
	margin: 0px 0 20px 0px;
	padding:0px;
}

#Right .side_category ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Right .side_category ul li{
	float: left;
	width: 50%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#000;
	border:#CCC solid 1px;
	border-top:none;
}

#Right .side_category ul li:nth-child(2n) {
	border-left:none;
}

#Right .side_category ul li:nth-child(2n+1) {
	clear:left;
}

#Right .side_category ul li a {
	display:block;
	padding:10px 10px 10px 12px;
	color:#000;
	text-decoration:none;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#Right .side_category li a:after {
	content: '';
	position: absolute;
	width:0px;
	height:0px;
	bottom: 4px;
	right:4px;
	border: solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid #0097D7;
	border-bottom: 4px solid #0097D7;
	border-left: 4px solid transparent;
}

/*
見出し
------------------------------------*/
#Contents h3{
    margin: 0 0 20px 0;
    padding: 12px 10px 12px 15px;
    background-color: #f3f3f3;
    border-left: 5px solid #0097D7;
    font-size: 15px;
	color:#000;
    font-weight: 500;
    line-height: 1.3;
}

#Contents h4{
	margin:0 0px 15px 0px;
    padding: 0px 10px 10px 5px;
	font-size:15px;
	color:#000;
    font-weight: 500;
	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:100px;
	height:3px;
}

#Contents h4.inner_sub_title {
	margin-top: 30px;
}

/*
テキストボックス
------------------------------------*/
#Contents .textbox01 {
	margin: 0px 5px 30px 5px;
}

#Contents .textbox01 p{
	padding: 0px 0 10px 0;
	font-size:13px;
	line-height:1.5;
	word-break:break-all;
}

#Contents .textbox02 {
	margin: 0px 10px 30px 10px;
}

#Contents .textbox02 p{
	padding: 0px 0 10px 0;
	font-size:13px;
	line-height:1.5;
}

#Contents .textbox_left {
	float:left;
	width:30%;
	text-align:center;
}
#Contents .textbox_left img {
	width:80%;
	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 10%;
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	padding: 0px 0px 10px 20px;
	font-size: 14px;
	text-decoration: underline;
	margin:0 0 20px 0;
}

/*
pagenation
------------------------------------*/
#pagenation {
	margin: 20px 0px 30px 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;
	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:12px;
	font-weight:bold;
}

#pagenation ul li a{
	border:solid 1px #CCC;
	padding:6px 10px;
	text-decoration:none;
	background-color: #FFF;
	color: #333;
}

#pagenation ul li a:hover{
	border:solid 1px #F37121;
	background-color:#F37121;
	color: #FFF;
}
#pagenation ul li .current{
	border:solid 1px #F37121;
	padding:6px 10px;
	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: 12px 0px 12px 0px;
	border-bottom: 1px dotted #CCC;
	font-size:12px;
	position:relative;
}

ul.info_list li:after{
	margin:-8px 0px 0 0px;
	content:" ";
	position:absolute;
	right:8px;
	top:50%;
	width:10px;
	height:17px;
	background-image:url(../images/common/img_arrow01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	vertical-align:middle;
}

ul.info_list li a {
	text-decoration: none;
	display:block;
}

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:85px;
	padding:0 0px 0 0;
	font-weight:bold;
	font-size:12px;
}

ul.info_list li [class*=category] {
	width:115px;
	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:3px 8px 2px 8px;
}

ul.info_list li .title {
	width:100%;
	padding:5px 25px 0 0px;
	display:block;
}

/*
カテゴリの色分け
------------------------------------*/
ul.info_list li .category01 a,
.info_box .sub_data .category01 {
	background-color: #008fd4;
}

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: #888;
}

/*
インフォメーション詳細ページ
------------------------------------*/
#Contents .info_box {
	font-size:12px;
}

.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 {
	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;
	line-height:1.4;
}

.info_box .info_body p{
	padding: 0px 0px 10px 0px;
}

.info_box .post_link{
	margin: 30px 0px 0px 0px;
}

.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{
	margin: 10px 0px 0px 0px;
	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.個別設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contents{
	line-height: 1.5;
	font-size: 13px;
}

.contents img{
	max-width:100% !important;
	height:auto !important;
}

.contents section{
	margin: 0px 0px 30px 0px;
	clear: both;
}

.contents section{
	margin: 0px 0px 30px;
	clear: both;
}

p.idea_box{
	width: 100%;
	text-align: center;
	margin-top:-20px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

p.idea_box img{
	max-width: 100% !important;
	height:auto !important;
}

ol.idea_list{
	padding: 0px 10px 0px 10px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 14px;
}

.history_trajectory{
	background-color: #00468c;
	color: #fff;
	border-radius: 3px;
	padding: 5px 7px;
	font-weight: bold;
}

.history_trajectory + ul{
	margin: 10px 0px 10px 5px;
}

.history_trajectory + ul li{
	font-weight: bold;
}

.history_list{
	margin: 10px 0px 40px 0px;
	border-top: 1px dotted #CCC;
}

.history_list dt{
	clear: both;
	margin: 0px 10px 0px 0;
	padding: 8px 0 0px 0;
	font-weight: bold;
	width: 100%;
}

.history_list dd{
	margin: 0px 10px 0px 0;
	padding: 0px 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 li.activity_box {
	width: 100%;
	margin: 0px 0 30px 0;
}

.activity_box_wrap li.activity_box > p{
	margin: 0px 0px 15px;
	font-size: 13px;
}

.activity_box_wrap li.activity_box > p img{
	width:100% !important;
	height:auto !important;
}

.guidance_box {
	margin: 0px 0 30px 0;
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	text-align: center;
	line-height: 1.6;
}

img.guidance_box_catch{
	width:80%;
	height:auto;
}

.guidance_word_box {
	margin-bottom: 30px;
}

.guidance_box_learge {
	font-size:16px;
}

.map_contens_parts .title_menu dt {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	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,
.base_table td {
	width:100%;
	display:block;
	text-align:left;
	border: solid 1px #CCC;
	border-bottom:none;
}

.base_table th {
	background: #EEE;
	padding: 7px 10px;
	color: #000;
}

.base_table td {
	padding: 10px 10px;
	background: #fff;
}

.base_table tr:last-child td:last-child {
	border-bottom:solid 1px #CCC;
}

.base_table td a{
	display:inline-block;
	margin: 4px 0px;
}

.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 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 0;
	border-top: solid 1px #CCC;
}

.stripe_table td{
	width:100%;
	display:block;
	background: #fff;
	border: solid 1px #CCC;
	border-top: none;
	padding: 10px;
}

.stripe_table td:empty{
	display:none;
}

.stripe_table tr:nth-child(2n+1) td,
.stripe_table tr:nth-child(2n) td {
	background:#F5F5F5;
}
.stripe_table tr:nth-child(2n+1) td:nth-child(2n),
.stripe_table tr:nth-child(2n) td:nth-child(2n+1) {
	background:#FFF;
}

.stripe_table td.coltitle{
	display:none;
}

p.pagetop{
	cursor: pointer;
	text-decoration: underline;
	float: right;
	margin: 0px 0px 20px 0px;
}

.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 0 50px 0;
}

.simple_dl_list dt {
	font-weight:bold;
	margin:15px 0 5px 0;
}

.simple_dl_list dd {
	border-bottom:1px dotted #ccc;
	margin:5px 0 5px 0;
	padding:0 0 15px 5px;
}

.simple_dl_list dd.year {
    border-bottom:1px dotted #ccc;
    margin:10px 0;
    padding:0 0 10px 2em;
}

a.contact_submit {
    width: 100%;
    margin:20px auto 0 auto;
	padding:17px 0;
	display:block;
    background:#008fd4;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    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 10px 0px ;
}

.googlecal{
	width:100%;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}

/*
admission_form_
------------------------------------*/
.admission_form_block {
	padding:0 5px ;
}

.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: 2px;
}

.admission_form_block dd {
	margin-bottom: 10px;
}

.admission_form_block input:not([type="checkbox"]),
.admission_form_block select {
	width:100% !important;
	margin:2px 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: 100%;
	margin: 30px 0px 0px 0px;
	float: none;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
}
.mvit li:nth-child(3n){
	clear: both;
}
.mvit li:nth-child(3n+2){
	margin: 30px 0px 0px 0px;
}
.mvit li:nth-child(1){
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.mvit li:nth-child(2){
	width: 100%;
	margin: 30px 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{
	margin:0 0 30px 0;
	font-size:13px;
	line-height:1.8;
	
}
.sp_contents p{
	margin:10px 0 10px 0;
}
.sp_contents p.title{
	font-size:16px;
	font-weight:bold;
}
.sp_contents p.subtitle{
	font-size:14px;
	font-weight:bold;
	margin:20px 0 20px 0;
}
.sp_contents p img{
	max-width:100%;
	max-height:auto;
}
.sp_contents .left_img{
	float:none;
	width:100%;
}
.sp_contents .left_img .minnanonippon_img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.sp_contents .right_txt{
	float:none;
	width:100%;
	text-align:left;
}

.sp_contents .picture{
}
.sp_contents .picture img{
	display:block;
	margin: 0 0 20px;
}
.sp_contents a.link_button{
	display:inline-block;
	min-width:95%;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	font-size:14px;
	letter-spacing:0.05em;
	text-indent:0.05em;
	font-weight: bold;
	background-color:#0097D7;
	text-align:center;
	color:#FFFFFF;
	height:46px;
	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:100%;
	margin:40px auto 10px auto;
}
.sp_contents .btnbox{
	float:none;
	display:block;
	width:100%;
	text-align:center;
	margin:0 0 30px 0;
}
.sp_contents .indent1{
	margin-left:8px;
}
.sp_contents .indent2{
	margin-left:14px;
}
.sp_contents table.type1{
	border-spacing:0px; 
	border:solid 1px #000;
	width:100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
/*
	min-width:600px;
	display: block;
	white-space: nowrap;
*/
}
.sp_contents table.type1 th{
	padding:4px;
	border:solid 1px #000;
	background-color:#d0d0d0;
	font-size:12px;
}
.sp_contents table.type1 td{
	padding:4px;
	border:solid 1px #000;
	font-size:12px;
}
.sp_contents table.type1 tr:nth-child(odd) td{
	background: #ececec;
}
.sp_contents table.type2{
	border-spacing:0px; 
	border:solid 1px #000;
	width:100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
/*
	min-width:600px;
	display: block;
	white-space: nowrap;
*/
}
.sp_contents table.type2 th{
	padding:4px;
	border:solid 1px #000;
	background-color:#0097d7;
	color:#fff;
	font-size:12px;
}
.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:4px;
	border:solid 1px #000;
	font-size:12px;
}
.sp_contents table.type2 tr:nth-child(odd) td{
	background: #ececec;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■4.公開討論会
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#Main .discuss_page {
	margin: 0 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}

/*
都道府県選択
------------------------------------*/
#Main .discuss_page .select_map{
	display: none;
}

#Main .discuss_page .select_pref {
	margin: 0 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#Main .discuss_page .select_pref p {
	margin: 0 0 8px 0;
	padding: 0px 0 0px 0;
	font-size: 13px;
}

#Main .discuss_page .select_pref select {
	width:100%;
	margin:0px 0px;
	padding:6px 6px 6px 6px ;
	font-size: 14px;
	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;
}

/*
一覧
------------------------------------*/
#Main .discuss_page .art_list {
	margin: 0px 0 30px 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% - 15px) / 2);
	margin:0 0px 20px 15px;
	padding:0px 0px 0px 0px;
	position:relative;
	background-color:#F2F2F2;
	float:left;
}

#Main .discuss_page .art_list ul li:nth-child(2n + 1) {
	margin-left:0;
	clear:left;
}

#Main .discuss_page .art_list ul li a {
	display:block;
	padding:0px 0px 12px 0px;
	text-decoration: none;
	position:relative;
}

#Main .discuss_page .art_list ul li a .pref{
	width:60px;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	text-align:center;
	height:17px;
	line-height:17px;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	background-color: rgba( 0, 150, 214, 0.90 );
	position:absolute;
	left:8px;
	top:8px;
	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:-15px 0px 0px -15px;
	content:" ";
	position: absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	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%);
	display: block
}

#Main .discuss_page .art_list ul li a h4{
	margin: 10px 0 7px 0;
	padding: 0px 12px 0px 12px;
	font-size:11px;
	line-height:13px;
	letter-spacing:0;
	font-weight:bold;
	color:#333;
	height:39px;
	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 12px 0px 12px;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:11px;
	line-height:1.1;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■5.フォーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.form_wrap {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.4;
}

/* フォーム
-------------------------------- */
.form_wrap table[class^="form"]{
	width:100%;
	margin:0px auto 30px auto;
	border-collapse:collapse;
	border-spacing:0;
	color:#333;
	line-height:1.2;
	border-bottom:1px solid #BBBBBB;
}

.form_wrap table[class^="form"] th,
.form_wrap table[class^="form"] td{
	width:100%;
	border:1px solid #BBBBBB;
	text-align:left;
	font-size:13px;
	vertical-align:middle;
	background-clip: padding-box;
	display:block;
}

.form_wrap table[class^="form"] th{
	font-weight:normal;
	padding:8px 10px 8px 10px;
	background-color:#EEEEEE;
	text-align:left;
	position:relative;
	border-bottom:none;
}

.form_wrap table[class^="form"] th.ness{
	padding-right:60px;
}

.form_wrap table[class^="form"] th.ness:after{
	margin:0px 0px 0 10px;
	padding: 0px 5px 0px 5px;
	content: "\005fc5\009808";
	font-size: 10px;
	font-weight:normal;
	color:#FFF;
	background-color:#F37121;
	line-height:16px;
	height:16px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position: relative;
	display:inline-block;
	top:-1px;
}

.form_wrap table[class^="form"] td{
	padding:10px 10px 14px 10px ;
	background-color:#FFF;
	border-top:none;
	border-bottom:none;
}

.form_wrap table[class^="form"] td .disc{
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	color:#666;
	line-height:1.3;
	font-size:12px;
}

.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 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 {
	width:100% !important;
	margin:0px 0px;
	padding:5px 6px 5px 6px ;
	font-size: 13px;
}

.form_wrap table[class^="form"] td select {
	padding:6px 40px 6px 6px ;
	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: 13px;
	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{
	height:150px;
}

/*
ボタン
------------------------------------*/
.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]{
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	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{
	margin: 0px 0px 15px 0px;
	padding: 0px 20px 0px 20px;
	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 .checkbox_torikumi_no span.mwform-checkbox-field {
	margin:4px 0px 8px 0px;
	display:block;
}

.form_wrap table.form001 td .checkbox_sdgs_publish{
	margin:0px 0px 5px 0px;
}

