/*-----------------------------------------------
 body
-----------------------------------------------*/
body {
	font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	color: #222;
	
	/*background:#FCF;*/
}

body img {
	vertical-align: bottom;
}






/*-----------------------------------------------
 hx
-----------------------------------------------*/
h4{
}

h5{
}

h6 {
}






/*-----------------------------------------------
 text/img/table
-----------------------------------------------*/
.img_box {
	margin: 30px auto 0;
	text-align: center;
	
	/*background:#9FC;*/
}

.img_box img {
	padding: 0 10px 20px;
}



/*p {
	margin: 10px 30px 80px;
	font-size:131%;font17px
	line-height: 2;
	text-align: left;
}*/

/*figure img {
	width: 100%;
}*/

.basic_list {
	margin: 10px 50px 80px;
	font-size:131%;/*font17px*/
}
.basic_list li {
	margin-bottom: 1em;
}

.basic_table {
	margin: 0 30px 80px;
	border-collapse: collapse;
	font-size:132%;/*font18px*/
}
.basic_table caption,
.basic_table th,
.basic_table td {
	padding: 8px 12px;
	border: 1px solid #777;
}
.basic_table caption {
	border-bottom: none;
	background: #F8BE70;
}
.basic_table th {
	background: #f7f3d5;
}
.basic_table td {
	background: #f7f5f0;
}

.basic_table_nocolor {
	margin: 0 30px 80px;
	border-collapse: collapse;
	font-size:132%;/*font18px*/
}
.basic_table_nocolor caption,
.basic_table_nocolor th,
.basic_table_nocolor td {
	padding: 8px 12px;
}
.basic_table_nocolor caption {
}
.basic_table_nocolor th {
}
.basic_table_nocolor td {
}






/*-----------------------------------------------
 header
-----------------------------------------------*/
header {
	/*width: 960px;*/
	/*margin: 0 auto;*/
	
	/*background:#6CF;*/
}

h1 {
	margin: 30px 0;
	padding: 0 10px;
}

label {
	padding: 14px 0 12px;
	background: #f5dee5;
	text-align: center;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

label img:first-child {
	margin-right: 5px;
}

input[type="checkbox"].on-off{
	display: none;
}

input[type="checkbox"].on-off + nav{
	display: none;
}

input[type="checkbox"].on-off:checked + nav{
	display: block;
}

nav ul {
	margin: 0;
	text-align: center;
}

nav ul li {
	width: 192px;
	/*border-right: 1px solid #b2b2b2;*/
	display: inline-block;
	vertical-align: middle;
	
	/*background:#CC9;*/
}

nav ul li:first-child {
	/*border-left: 1px solid #b2b2b2;*/
}

nav ul li a {
	padding: 14px 0 22px;
	display: block;
	
	/*background: #996;*/
}

nav ul li a img {
	/*margin:0 auto;*/
	/*display: block;*/
}

nav ul li a img:first-child {
	margin-right: 5px;
}






/*-----------------------------------------------
 top
-----------------------------------------------*/
/*ぎふ西美濃で暮らす魅力*/
#top_miryoku {
	margin: 60px 0 0;
	/*background: url(../img/miryoku_bg.jpg) center top no-repeat;*/
}

.miryoku_tit {
	/*height: 232px;*/
	background-image: url(../img/tit01_bg.png);
	background-position: center 52px;
	background-repeat: repeat-x;
	text-align: center;
}

.miryoku_tit img {
	width: 100%;
	padding-bottom: 30px;
}

.miryoku_naiyo {
	/*width: 1040px;*/
	margin: 20px auto;
	text-align: center;

	/*background: #CCC;*/
}

.miryoku_btn {
	/*width: 445px;*/
	/*float: left;*/
	
	/*background: #C99;*/
}

.miryoku_btn a {
	max-width: 443px;
	display: inline-block;
}

.miryoku_btn a img {
	width: 100%;
}

.miryoku_map_link {
	/*width: 590px;*/
	/*height: 1260px;*/
	/*float: right;*/
	
	/*background: #990;*/
}

/*移住・定住支援制度*/
#top_sien {
	background: url(../img/sien_bg.jpg) center top;
	text-align: center;
}

.top_sien_brfore {
	height: 58px;
	margin: 40px 0 0;
	background: url(../img/sien_beforte.png) center top repeat-x;
}

.top_sien_after {
	height: 58px;
	background: url(../img/sien_after.png) center top repeat-x;
}

.sien_tit {
	padding: 30px 0;
}

.sien_tit img {
	width: 100%;
}

.sien_btn img {
	margin: 0 15px 30px;
}

/*体験談*/
#top_taikendan {
	margin: 10px 0;
	padding: 0 0 60px;
	background: url(../img/taikendan_bg.png);
	text-align: center;
}

.taikendan_tit {
	padding: 60px 0 30px;
}

.taikendan_tit img {
	width: 100%;
}

.taikendan_btn img {
	margin: 0 5px 30px;
}

/*お知らせ*/
#top_osirase {
	margin: 80px 0;
}

.osirase_tit {
	/*height: 178px;*/
	background-image: url(../img/tit01_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}

.osirase_tit img {
	padding: 25px 0;
	width: 100%;
}

.osirase_btn {
	padding: 60px 0;
	text-align: center;
}

.osirase_dl {
	width: 100%;
	margin: 60px auto;
	border-top: 1px dashed #b2b0ae;
	font-size:138.5%;/* font18px */
	line-height: 1.5;
	
	/*background: #FFC;*/
}
.osirase_dl dt {
	/*width: 20%;*/
	padding: 10px 20px 0;
	/*border-top: 1px dashed #b2b0ae;*/
	font-weight: normal;
	/*float: left;*/
	/*clear: left;*/
	
	background: url(../img/mark01.png) no-repeat 25% 65% /*#CFC*/;
}
.osirase_dl dd {
	/*width: 80%;*/
	padding: 10px 20px;
	border-bottom: 1px dashed #b2b0ae;
	/*float: left;*/
	
	/*background:#FCC;*/
}
.osirase_dl dt:nth-of-type(1),
.osirase_dl dd:nth-of-type(1) {
	/*border: none;*/
}

/*インスタグラム*/
#top_instagram {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 30px;
	border: 1px dashed #b2b0ae;
	border-radius: 20px;
}

.instagram_tit {
	text-align: center;
}

#instafeed {
	/*width: 640px;*/
	margin: 5px auto 0;
	text-align: center;
	
	/*background:#969;*/
}
#instafeed p {
	display: inline;
}






/*-----------------------------------------------
 2階層目
-----------------------------------------------*/
/*パンくず*/
#pan {
	/*width: 960px;*/
	margin: 10px auto;
	color: #777;
	padding: 0 10px;
}

#pan a {
	text-decoration: none;
	color: #777;
}

/*h2_img*/
h2 {
	width:100%;
}

h2 img {
	width:100%;
}

h2.jichitai_top_img {
}

h2.jichitai_top_img img {
}

/*背景地図*/
.background_map {
	background: url(../img/background_map.jpg) center top no-repeat;
}

/*緑ボックス*/
.green_box {
	margin: 20px 0;
	padding: 60px 0;
	background: url(../img/line_green_before.png) center top 10px repeat-x,
				url(../img/line_green_after.png) center bottom 10px repeat-x,
				rgba(206, 255, 0, 0.1);
}

/*ピンクボックス*/
.pink_box {
	margin: 20px 0;
	padding: 60px 0;
	background: url(../img/line_pink_before.png) center top 10px repeat-x,
				url(../img/line_pink_after.png) center bottom 10px repeat-x,
				rgba(255, 151, 185, 0.1);
}

/*オレンジボックス*/
.orange_box {
	margin: 20px 0;
	padding: 60px 0;
	background: url(../img/line_orange_before.png) center top 10px repeat-x,
				url(../img/line_orange_after.png) center bottom 10px repeat-x,
				rgba(255, 167, 119, 0.1);
}

/*水色ボックス*/
.blue_box {
	margin: 20px 0;
	padding: 60px 0;
	background: url(../img/line_blue_before.png) center top 10px repeat-x,
				url(../img/line_blue_after.png) center bottom 10px repeat-x,
				rgba(109, 223, 225, 0.1);
}

/*体験談ボックス*/
.taikendan_box {
	margin: 20px 0;
	padding: 60px 0;
	background: url(../img/taikendan_bg.png);
}

/*naiyo（中にfloatする要素を含む → overflow: hidden;でclearfixしている）*/
.naiyo {
	/*width: 1040px;*/
	margin: 0 auto;
	overflow: hidden;/*clearfixの代わり*/
	
	/*background:#CCC;*/
}

h3.badge {
	/*float: left;*/
	text-align: center;
}

.badge_text {
	padding: 0 30px;
	overflow: hidden;/*floatした要素の下にテキストが回りこむのを防ぐ*/
}

h3.badge_after {
	margin: 10px 0;
	font-size:246.1%;/*font32px*/
	text-align: center;
	
	/*background: #F69;*/
}

p.badge_p {
	font-size:138.5%;/*font18px*/
	line-height: 1.8;
	
	/*background: #FCC;*/
}

.badge_pic {
	/*float: right;*/
	margin: 10px 0;
	text-align: center;
}






/*-----------------------------------------------
 2階層目 other
-----------------------------------------------*/
/*西美濃の魅力*/
#sizen_sisetu {
	/*width: 1040px;*/
	margin: 30px auto 0;
	
	/*background: #66C;*/
}

.sizen_sisetu_cell {
	max-width: 490px;
	/*float: left;*/
	margin: 0 auto 30px;
	
	/*background:#9CC;*/
}

.sizen_sisetu_cell:nth-child(even) {
	/*margin-left: 60px;*/
}

.sizen_sisetu_title {
}

.sizen_sisetu_title img {
	max-width: 100%;
}

.sizen_sisetu_img {
	padding: 30px 30px 0;
	border-radius: 0 0 50px 50px;
	background: url(../img/miryoku_sizen_bg.png);
	text-align: center;
}

.sizen_sisetu_img a {
	margin-bottom: 30px;
	display: inline-block;
}

.sizen_sisetu_img a:nth-child(even) {
	margin-left: 30px;
}

@media screen and (max-width: 500px) {
.sizen_sisetu_img a:nth-child(even) {
	margin-left: 0;
}
}

#miryoku_map {
	margin: 60px auto 0;
}

.miryoku_map_tit {
	/*height: 178px;*/
	background-image: url(../img/tit01_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}

.miryoku_map_tit img {
	padding: 50px 0 40px;
	width: 100%;
}

.miryoku_map_img {
	margin: 30px auto 0;
	text-align: center;
}

.miryoku_map_img img {
	width: 85%;
}

/*自治体一覧*/
.jichitai_itiran {
	/*width: 1040px;*/
	margin: 30px auto 0;
	text-align: center;
	
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;*/
	
	/*background: #66C;*/
}

.jichitai_itiran_cell {
	width: 320px;
	margin: 40px 10px 0;
	border: 1px solid #999;
	border-radius: 50px 50px 20px 20px;
	display: inline-block;
	vertical-align: top;
	
	/*background:#FFF;*/
}

.jichitai_itiran_cell:nth-child(3n-1) {
	/*margin: 40px 40px 0;*/
}

.jichitai_itiran_title {
	padding-top: 20px;
}

.jichitai_itiran_cell a:nth-child(2) {
	width: 90%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 10px;
	background: #FFF;
	color: #222;
	text-align: center;
	text-decoration: none;
	font-size:182%;/*font24px*/
	display: block;
}

.jichitai_itiran_cell a:nth-child(2):hover {
	background: #ffd8d8;
}

.jichitai_itiran_cell ul {
	margin: 20px 20px 30px 40px;
	font-size:123.1%;/*font16px*/
	text-align: left;
	
	/*background:#0C9;*/
}

.jichitai_itiran_cell ul li {
	margin-bottom: 20px;
}

.jichitai_itiran_cell ul li a:after {
	content: url(../img/ex-link.png);
	vertical-align: top;
	margin: 0 5px 0 5px;
}

.ogaki_bg {
	background: url(../jichitai/img/ogaki_bg.png);
}

.kaizu_bg {
	background: url(../jichitai/img/kaizu_bg.png);
}

.yoro_bg {
	background: url(../jichitai/img/yoro_bg.png);
}

.tarui_bg {
	background: url(../jichitai/img/tarui_bg.png);
}

.sekigahara_bg {
	background: url(../jichitai/img/sekigahara_bg.png);
}

.godo_bg {
	background: url(../jichitai/img/godo_bg.png);
}

.wanouchi_bg {
	background: url(../jichitai/img/wanouchi_bg.png);
}

.anpachi_bg {
	background: url(../jichitai/img/anpachi_bg.png);
}

.ibigawa_bg {
	background: url(../jichitai/img/ibigawa_bg.png);
}

.ono_bg {
	background: url(../jichitai/img/ono_bg.png);
}

.ikeda_bg {
	background: url(../jichitai/img/ikeda_bg.png);
}

.motosu_bg {
	background: url(../jichitai/img/motosu_bg.png);
}

/*フォトライブラリ*/
#jichitai_photo {
	margin: 100px auto 0;
}

.jichitai_photo_tit {
	/*height: 178px;*/
	background-image: url(../img/tit01_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}

.jichitai_photo_tit img {
	padding: 50px 0 40px;
	width: 100%;
}

.jichitai_photo_img {
	/*width: 1040px;*/
	margin: 20px auto;
	overflow: hidden;/*clearfixの代わり*/
	text-align: center;
	
	/*background: #39F;*/
}

.jichitai_photo_cell {
	width: 240px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	background: #FFF;
	/*float: left;*/
	display: inline-block;
}

.jichitai_photo_cell img {
	width: 100%;
	border-radius: 5px;
}

/*自治体紹介*/
h3.jichitai_syokai {
	max-width: 800px;
	margin: 60px auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #b2b2b2;
	font-size:161.6%;/*font21px*/
	text-align: center;
}

h3.jichitai_name {
	font-size:292.3%;/*font38px*/
	text-align: center;
}

h3.jichitai_name img {
	margin-right: 5px;
	vertical-align: text-top;
}

.jichitai_txt {
	max-width: 860px;
	margin: 40px auto;
	padding: 0 30px;
	font-size:138.5%;/*font18px*/
	line-height: 1.8;
}

/*わがまちの自慢*/
.jichitai_jiman_bg01 {
	width: 96%;
	margin: 60px auto;
	padding: 30px;
	border-radius: 50px;
	background: url(../img/jichitai_jiman_bg01.png);
	position: relative;
}

.jichitai_jiman_bg02 {
	border-radius: 20px;
	background: url(../img/jichitai_jiman_bg02.jpg);
	overflow: hidden;/*clearfixの代わり*/
}

.jiman_text {
	overflow: hidden;/*floatした要素の下にテキストが回りこむのを防ぐ*/
}

.jiman_fukidasi {
	position: absolute;
	top: 10px;
	left: 42%;
}

h3.jiman {
	margin: 40px auto 0;
	font-size:215.4%;/*font28px*/
	text-align: center;
}

p.jiman_p {
	padding: 30px;
	font-size:138.5%;/*font18px*/
	line-height: 1.8;
	
	/*background: #FCC;*/
}

.jiman_pic {
	/*float: right;*/
	margin-top: 50px;
	text-align: center;
}

/*自治体概要*/
#jichitai_gaiyo {
	/*width: 1040px;*/
	margin: 30px auto;
	
	/*background: #66C;*/
}

.jichitai_gaiyo_cell {
	max-width: 490px;
	margin: 0 auto 30px;
	padding: 30px 25px 60px;
	border-radius: 50px;
	background: url(../img/gaiyo_bg.png);
	/*float: left;*/
}

.jichitai_gaiyo_cell:nth-child(even) {
	/*margin-left: 60px;*/
}

.jichitai_gaiyo_title {
	height: 40px;
	margin-bottom: 10px;
	font-size:189%;/*font25px*/
	text-align: center;
}

.jichitai_gaiyo_title img {
	margin-right: 5px;
	vertical-align: bottom;
}

dl.jichitai_gaiyo_dl {
	padding: 25px;
	border-radius: 10px;
	/*background: #FFF;*/
	font-size:108%;/*font14px*/
}

dl.jichitai_gaiyo_dl dt {
	margin: 0 0 0.3em;
	font-weight: bold;
}

dl.jichitai_gaiyo_dl dd {
	margin: 0 0 0.5em 1em;
	line-height: 1.5;
}

.map_ogaki {
	background: url(../jichitai/img/map_ogaki.png) right 25px bottom 15px no-repeat #FFF;
}
.map_kaizu {
	background: url(../jichitai/img/map_kaizu.png) right 25px bottom 15px no-repeat #FFF;
}
.map_yoro {
	background: url(../jichitai/img/map_yoro.png) right 25px bottom 15px no-repeat #FFF;
}
.map_tarui {
	background: url(../jichitai/img/map_tarui.png) right 25px bottom 15px no-repeat #FFF;
}
.map_sekigahara {
	background: url(../jichitai/img/map_sekigahara.png) right 25px bottom 15px no-repeat #FFF;
}
.map_godo {
	background: url(../jichitai/img/map_godo.png) right 25px bottom 15px no-repeat #FFF;
}
.map_wanouchi {
	background: url(../jichitai/img/map_wanouchi.png) right 25px bottom 15px no-repeat #FFF;
}
.map_anpachi {
	background: url(../jichitai/img/map_anpachi.png) right 25px bottom 15px no-repeat #FFF;
}
.map_ibigawa {
	background: url(../jichitai/img/map_ibigawa.png) right 25px bottom 15px no-repeat #FFF;
}
.map_ono {
	background: url(../jichitai/img/map_ono.png) right 25px bottom 15px no-repeat #FFF;
}
.map_ikeda {
	background: url(../jichitai/img/map_ikeda.png) right 25px bottom 15px no-repeat #FFF;
}
.map_motosu {
	background: url(../jichitai/img/map_motosu.png) right 25px bottom 15px no-repeat #FFF;
}

p.jichitai_gaiyo_p {
	padding: 25px;
	border-radius: 10px;
	background: #FFF;
}

.jichitai_gaiyo_p_tit {
	margin-bottom: 10px;
	font-size:153.9%;/*font20px*/
	font-weight: bold;
	display: block;
}

.jichitai_gaiyo_p_text {
	font-size:116%;/*font15px*/
	line-height: 1.5;
}

/*支援制度*/
.sien_seido {
	/*width: 1040px;*/
	margin: 30px auto 0;
	text-align: center;
	
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;*/
	
	/*background: #66C;*/
}

/*移住支援*/
.sien_iju_cell {
	width: 320px;
	margin: 30px 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	/*background:#FFF;*/
}

.sien_iju_cell:nth-child(3n-1) {
	/*margin: 30px 40px;*/
}

.sien_iju_title {
	padding: 25px;
	border: 1px solid #bc8244;
	border-bottom: none;
	border-radius: 50px 50px 0 0;
	background: url(../img/iju_sien_bg01.png);
	font-size:215.4%;/*font28px*/
	text-align: left;
}

.sien_iju_name {
	padding: 10px 20px;
	border-left: 1px solid #bc8244;
	border-right: 1px solid #bc8244;
	background: url(../img/iju_sien_bg02.png);
	font-size:123.1%;/*font16px*/
	text-align: left;
}

.sien_iju_name img {
	width: 17px;
	margin-right: 5px;
	vertical-align: text-top;
}

.sien_iju_text {
	padding: 10px 20px;
	border: 1px solid #bc8244;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background: #FFF;
	font-size:123.1%;/*font16px*/
	line-height: 1.7;
	text-align: left;
}

/*就業支援*/
.sien_iryo_cell {
	width: 320px;
	margin: 30px 20px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	/*background:#FFF;*/
}

.sien_iryo_cell:nth-child(3n-1) {
	/*margin: 30px 40px;*/
}

.sien_iryo_title {
	padding: 25px;
	border: 1px solid #72a4b5;
	border-bottom: none;
	border-radius: 50px 50px 0 0;
	background: url(../img/iryo_sien_bg01.png);
	font-size:215.4%;/*font28px*/
	text-align: left;
}

.sien_iryo_name {
	padding: 10px 20px;
	border-left: 1px solid #72a4b5;
	border-right: 1px solid #72a4b5;
	background: url(../img/iryo_sien_bg02.png);
	font-size:123.1%;/*font16px*/
	text-align: left;
}

.sien_iryo_name img {
	width: 17px;
	margin-right: 5px;
	vertical-align: text-top;
}

.sien_iryo_text {
	padding: 10px 20px;
	border: 1px solid #72a4b5;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background: #FFF;
	font-size:123.1%;/*font16px*/
	line-height: 1.7;
	text-align: left;
}

/*体験談*/
.taikendan_cell {
	width: 96%;
	margin: 0 auto 60px;
	padding: 40px;
	border: 1px solid #786565;
	border-radius: 50px;
	background:#FFF;
	overflow: hidden;/*clearfixの代わり*/
}

.taikendan_text {
	overflow: hidden;/*floatした要素の下にテキストが回りこむのを防ぐ*/
	
	/*background: #CCC;*/
}

h3.taikendan_after {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #786565;
	font-size:182%;/*font24px*/
	line-height: 1.5;
	letter-spacing: 7px;
}

h3.taikendan_after br {
	display: none;
}

p.taikendan_p{
	font-size:123.1%;/*font16px*/
	line-height: 2;
}

.taikendan_pic {
	text-align: center;
	line-height: 1.5;
	max-width: 400px;
	margin: 0 auto;
	
	/*background: #9C3;*/
}

.taikendan_pic img {
	margin: 0 auto 10px;
	display: block;
	width: 100%;
}

.lllll {
	/*margin-right: 60px;*/
	/*float: left;*/
}

.rrrrr {
	/*margin-left: 60px;*/
	/*float: right;*/
}

/*アクセス*/
.access_map {
	/*width: 1040px;*/
	margin: 40px auto;
	text-align: center;
}

.access_map img {
	padding: 20px 0;
	width: 85%;
}






/*-----------------------------------------------
 footer
-----------------------------------------------*/
footer {
	padding: 0 0 60px;
	background: url(../img/footer_bg.png);
}

.footer_before {
	height: 290px;
	margin: 40px 0 0;
	background: url(../img/footer_beforte.png) center top repeat-x;
}

.footer_naiyo {
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	background: url(../img/footer_naiyo_bg.png);
}

.footer_add {
	/*width: 47%;*/
	/*float: left;*/
	
	/*background:#0CC;*/
}

.footer_logo {
	padding: 30px 0 0 45px;
	
	/*background: #963;*/
}

footer address {
	padding: 20px 0 0 55px;
	line-height: 1.8;
	
	/*background:#9C3;*/
}

footer ul {
	/*width: 52%;*/
	margin: 0;
	padding: 10px 30px 30px 45px;
	list-style:none;
	/*text-align: center;*/
	/*float: left;*/
	
	/*background: #66C;*/
}

footer ul li {
	/*width: 48%;*/
	text-align: left;
	display: inline-block;
	
	/*background: #C63;*/
}

footer ul li a {
	display: block;
	margin: 5px 0;
	padding: 15px 10px;
}

footer ul li a img:first-child {
	margin-right: 5px;
}






/*-----------------------------------------------
 その他
-----------------------------------------------*/

/* 線 */
.line01 {
	border-bottom: 1px dashed #999;
}

/* 改行禁止 */
.nowrap {
	white-space: nowrap;
}

/* ダウンロードアイコン */
a[href$=".pdf"] {
	padding-right:25px;
	background:url(../img/dlIconPdf.png) no-repeat right center;
	}
a.p-link{/*画像のpdfリンクアイコンを外す*/
	padding-right:0px;
	background:none;
	}
a[href$=".xls"] ,
a[href$=".xlsx"]{
	padding-right:25px;
	background:url(../img/dlIconXls.gif) no-repeat right center;
	}
a[href$=".ppt"] ,
a[href$=".pptx"]{
	padding-right:25px;
	background:url(../img/dlIconPpt.gif) no-repeat right center;
	}
a[href$=".doc"],
a[href$=".docx"] {
	padding-right:25px;
	background:url(../img/dlIconDoc.gif) no-repeat right center;
	}
a.ex-link:after {
	content: url(../img/ex-link.png);
	vertical-align: top;
	margin: 0 5px 0 5px;
	}



/*-----------------------------------------------
 2022.03.20 movie
-----------------------------------------------*/

.clear {clear: both;}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {zoom:1;}
*:first-child+html .clearfix {zoom:1;}

.movieH2 {
	overflow: auto;
	height: auto;
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0 auto 50px;
}

.movieH2 img {
	position: relative;
	left: auto;
	margin: auto;
	width: 100%;
	height: auto;
}

.movieContents {
	margin: 0 auto;
	padding: 0 20px;
}

.movieInfo {
	text-align: center;
	margin-bottom: 50px;
}

.movieBox {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movieBox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movieInfo h3 {
	font-size: 140%;
	margin-bottom: 30px;
	font-weight: bold;
}

.movieInfo p {
	font-size: 100%;
	line-height: 2;
	margin-bottom: 50px;
}

.movieHeading {
	background: #aee0de;
	color: #002c4a;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	padding: 10px;
	margin-bottom: 40px;
}

.movieArea {
	margin: 0 auto 60px;
}

.movieArea h4 {
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: bold;
}

.movieArea p {
	line-height: 2;
}

.ccopy {
	font-size: 75%;
}

.sml {
	font-size: 75%;
	line-height: 1.5;
}


.bBox {
	position: relative;
}

.bBox .image {
	width: 100%;
	padding-bottom: 20px;
}

.bBox .image img {
	width: 100%;
	height: auto;
}

.bBox .text {
	width: 100%;
	padding-bottom: 20px;
}

.sBox {
	position: relative;
}

.sBox .image {
	width: 100%;
	padding-bottom: 20px;
}

.sBox .image img {
	width: 100%;
	height: auto;
}

.sBox .text {
	width: 100%;
	padding-bottom: 20px;
}

.mBox {
	position: relative;
}

.mBox .image {
	width: 100%;
	padding-bottom: 20px;
}

.mBox .image img {
	width: 100%;
	height: auto;
}

.mBox .text {
	width: 100%;
	padding-bottom: 20px;
}

.movieList {
	list-style: none;
	vertical-align: middle;
	margin-left: 0;
}

.movieList li {
	margin-bottom: 10px;
}

.movieList li:before {
	content: "";
	background: url(../movie/img/ico_arrow.png);
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	display: inline-block;
	margin-bottom: -4px;
	margin-right: 10px;
}

.mImage {
	padding: 30px 0;
}

.mImage img {
	max-width: 200px;
	height: auto;
}

/*-----------------------------------------------
 2022.05.30 top nishimino banner
-----------------------------------------------*/

.nishimino_banner {
	text-align: center;
	margin: 50px 0 0;
}