@charset "utf-8";

/*------------------------------------------------
  base
-------------------------------------------------*/

	body:before{
		content:" ";
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:949px;
		z-index:-1;
	}

/* ------------------------------------------------
   event_date
-------------------------------------------------*/

#event_date{
	max-width:100%;
	margin:0 auto 30px;
}
#event_date p{
	font-weight:bold;
	font-size:1.3rem;
	line-height:1.75;
}
#event_date #max_seat{
	position:relative;
	margin-top:7px;
	font-weight:bold;
	font-size:0.84rem;
	line-height:1.35;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#event_date{
		max-width:100%;
		margin:0 auto 20px;
		padding:0 20px;
	}
}

/* ------------------------------------------------
   mission
-------------------------------------------------*/

#mission{
	position:relative;
	margin:0 auto 40px;
}
.mission_box{
	display:-webkit-flex;
	display:flex;
	justify-content: space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	flex-wrap:wrap;
	width:90%;
	height: 120px;
	margin:0 auto 25px 40px;
	padding:15px 30px 10px 30px ;
	background:url(../../image/base/mission_box.png) repeat 0 0;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align: center;
	float: left;
	}
	.mission_box h2,
	.mission_box div{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		z-index:100;
		width: 45%;
	}
	.mission_box div{
		padding-top:5px;
	}
	.mission_box div a{
	}
	.mission_box div a:hover{
		opacity:0.9;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.mission_box h2,
	.mission_box div{
		display:-webkit-flex;
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width: 100%;
		z-index:200;
	}
}


.mission_box2{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content: space-between;
	flex-wrap:wrap;
	width:48%;
	height: 300px;
	margin:0 0 25px 33px;
	padding:15px 30px 10px 30px;
	background:url(../../image/base/catching-map.png) repeat 0 0;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align: center;
	float: left;
	}
	.mission_box2 h2{
		display: flex;
		justify-content: center;
		align-items: center;
}


#mission_pc{
		display:block;
	}
	#mission_sp{
		display:none;
		position:relative;
		left:-20px;
		width:calc(100% + 40px);
	}

/* --- responsive --- */
@media only screen and (max-width:1000px){
	.mission_box,
	.mission_box2,
	.mission_box h2,
	.mission_box div{
		width:100%;
		margin-left: 0;
	}
}
@media only screen and (max-width:767px){
	#mission_pc{
		display:none;
	}
	#mission_sp{
		display:block;
		top:-40px;
	}
	#mission #sticker{
		position:absolute;
		top:-40px;
		right:10px;
		transform:rotate(0deg);
		animation:sticker 3s ease 0s forwards infinite;
	}
}

/* ------------------------------------------------
   supporters
-------------------------------------------------*/

#supporters{
	position:relative;
	width:1000px;
	height: auto;
	margin:30px auto 40px;
	}
#supporters h2{
	text-align: center;
	margin: 0 auto;
	}

#supporters p{
	text-align: center;
	margin: 5px 0;
	}

@media only screen and (max-width:767px){
	#supporters p{
		font-size: 0.8rem;
		text-align: center;
	}
	}

#supporters .supporters_title{
	border-top:2px solid #ec758a;
	border-bottom:2px solid #ec758a;
	padding: 10px;
	}

#supporters ul.supporters_list{
	width: 100%;
	height: auto;
	list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	}
#supporters .supporters_list li{
	display: flex;
	justify-content: center;
	width: 490px;
	height: auto;
	margin: 20px auto 10px;
	padding: 0;
	float: left;
	text-align: center;
	align-items: center;
	}
#supporters .supporters_list img{
	max-width: 233px;
	height: auto;
	text-align: center;
	margin: 20px auto;
	}
#supporters .bnr_solid{
	display: block;
	border-bottom:2px solid #ec758a;
	padding: 10px;
	}
#supporters .bnr_dot{
	display: block;
	border-bottom:2px dotted #ec758a;
	padding: 10px;
	}

@media only screen and (max-width:767px){
#supporters ul.supporters_list{
	width: 100%;
	}
#supporters .supporters_list li{
	display: block;
	width: 90%;
	margin: 10px auto 10px;
	float:none;
	text-align: center;
	border-bottom:2px dotted #ec758a;
	line-height: 2rem;
	}
#supporters .supporters_list li.sp_nobnr{
	border-bottom:none;
	}
#supporters .bnr_dot{
	display: none;
	}
}

/* ------------------------------------------------
   supporters_link
-------------------------------------------------*/
div.supporters_link{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: left;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
	overflow: hidden;
}

div.supporters_link ul{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	border-top:1px solid #181777;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
div.supporters_link ul.last{
	border-bottom:1px solid #181777;
 }
div.supporters_link li{
	display: inline-block;
	width: 300px;
	margin: 15px auto;
	padding: 0;
	list-style: none;
	float: left;
}
div.supporters_link li{
	border-right:1px solid #181777;
 }
div.supporters_link li.last{
	border-right:none;
 }
div.supporters_link h2{
	text-align: center;
}

@media only screen and (max-width:767px){
div.supporters_link{
	background-image:none;
	margin: 0 auto;
	padding: 10px 5px;
}
div.supporters_link li{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	float: left;
	border-right:none;
	border-bottom:1px solid #181777;
}
div.supporters_link ul.last,
div.supporters_link li.last{
	border-bottom:none;
}
}

/* ------------------------------------------------
   message
-------------------------------------------------*/

#message{
	position:relative;
	height:473px;
	margin:0 auto 40px;
	padding:48px 20px 0 80px;
	background:url(../../image/top/message_bg.png) no-repeat 0 0;
	}
	#message h2{
		position:relative;
		margin:0 0 30px;
		padding-right:100px;
		font-weight:bold;
		font-size:1.8rem;
		text-align:center;
		color:#181777;
	}
	#message h2 span{
		font-weight:bold;
		font-size:1.2rem;
		color:#181777;
		letter-spacing:-1px;
	}
	#message h2:before{
		content:" ";
		display:inline-block;
		position:relative;
		width:48px;
		height:34px;
		margin:0 7px 0 0;
		background:url(../../image/top/message_h2.png) no-repeat 0 0;
	}
	#message p{
		margin:0 0 20px;
		font-weight:bold;
		/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size:0.94rem;
}

/* --- responsive --- */
@media only screen and (max-width:1000px){
	#message{
		position:relative;
		height:auto;
		margin:0 auto 40px;
		padding:30px 40px 30px 40px;
		background:none;
		border-top:3px dotted #2093D3;
		border-bottom:3px dotted #2093D3;
		}
		#message h2{
			padding-right:0px;
		}
		#message p{
			margin:0 0 15px;
			font-weight:bold;
			font-family:'M PLUS Rounded 1c', sans-serif;
			font-size:0.94rem;
		}
		#message p br.pc{
			display:none !important;
		}
}
@media only screen and (max-width:767px){
	#message{
		padding:20px 20px;
	}
	#message h2{
		font-size:1.2rem;
	}
	#message h2 span{
		font-size:0.87rem;
	}
	#message p{
		font-size:0.77rem;
		line-height:1.5;
	}
}


/* ------------------------------------------------
   sns_area　SNS投稿表示エリア
-------------------------------------------------*/
#sns_area{
	display: flex;
	justify-content: space-between;
	width: 1040px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
}

#sns_area div{
	width: 300px;
	margin:0 auto;
	text-align: center;
}

.sns_area{
	width: 333px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.iframe-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 300px;
	padding-top: 56.25%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.sns_icon{
	display: inline-block;
	width: auto;
	height: 45px;
	float: left;
}

.sns_icon div{
	width: auto;
	margin:0 auto;
	text-align: center;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
#sns_area{
	display: block;
	padding:0 20px 20px;
	text-align: center;
	width: 100%;
	height:auto;
	}
#sns_area div{
	width: 100%;
	padding:0;
}
#sns_area .iframe-wrap{
	display: block;
	margin: 10px 0 30px;
	padding:20px;
	}
.sns_icon{
	display: block;
	}
}


/* ------------------------------------------------
   bnr_area　wrサポーターズ
-------------------------------------------------*/
#bnr_area{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#bnr_area{
		display: block;
		padding:20px 20px;
	}
	#bnr_area img{
		margin:5px 0;
	}
}

/*------------------------------------------------
  タイトルロゴ
-------------------------------------------------*/

#title_logo{
	position:relative;
	top:150px;
	width:auto;
	min-height:150px;
	padding: 0 10px;
	text-align: center;

}
/* --- responsive --- */
@media only screen and (max-width:767px){
#title_logo{
	display: none;
}
}


/*------------------------------------------------
  テキスト背景 New
-------------------------------------------------*/
div.sub_txt_box{
	width:1000px;
	margin:20px 0 10px 0;
	padding:0;
	text-align: center;
}

div.sub_txt_box div.top{
	display: block;
	background-image:url("../../image/frame/frame_top.png") ;
	background-repeat:no-repeat;
	background-size:contain;
	height:20px;
}
@media only screen and (max-width:767px){
div.sub_txt_box div.top{
	background-image:none;
}
}

div.sub_txt_box div.bottom{
background-image:url("../../image/frame/frame_bottom.png");
background-repeat:no-repeat;
background-size:contain;
height:20px;
}
@media only screen and (max-width:767px){
#sub_txt_box div.sub_txt_box h2,
#sub_txt_box div.sub_txt_box p,{
	padding: 0 10px 0;
}
div.sub_txt_box div.bottom{
	background-image:none;
}
}

div.sub_txt_box .bnr_solid{
	display: block;
	width: 100%;
	border-bottom:2px solid #ec758a;
	margin:0 auto;
	padding:20px 50px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	}
@media only screen and (max-width:767px){
div.sub_txt_box .bnr_solid{
	background-image:none;
}
}
div.sub_txt_box .bnr_dot{
	display: block;
	width: 100%;
	border-bottom:2px dotted #ec758a;
	margin:0 auto;
	padding:20px 50px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	}
@media only screen and (max-width:767px){
div.sub_txt_box .bnr_dot{
	background-image:none;
}
}

div.sub_txt_box p{
	margin:0 auto;
	padding:20px 50px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight:bold;
	/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size:0.94rem;
	line-height: 1.5rem;
	background-size:contain;
}
@media only screen and (max-width:767px){
div.sub_txt_box p{
	background-image:none;
}
}
#sub_txt_box p.about_info{
	display: block;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: left;
	line-height: 1.4rem;
}
#sub_txt_box p.about_info span{
	font-size:0.86rem;
}
#sub_txt_box p.about_info_center{
	display: block;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: center;
}
@media only screen and (max-width:767px){
#sub_txt_box p.about_info{
	padding: 10px 5px;
}
#sub_txt_box p.about_info_center{
	padding: 10px 5px;
	text-align: left;
	line-height: 1.2rem;
}
}

#sub_txt_box p.bdr{
	position:relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width:767px){
	#sub_txt_box p.bdr{
	margin: -10px auto 0;
}
}

#sub_txt_box h2{
	position:relative;
	margin:0 auto;
	padding:20px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:1.1rem;
	line-height: 1.5rem;
	text-align:left;
	color:#181777;
	background-size:contain;
}
@media only screen and (max-width:767px){
#sub_txt_box h2{
	padding:10px 5px;
	background-image:none;
}
}
#sub_txt_box h2.guide{
	display: block;
	position:relative;
	margin:0px auto;
	padding: 40px 50px 20px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:1.1rem;
	line-height: 1.5rem;
	text-align:center;
	color:#181777;
	background-size:contain;
}
@media only screen and (max-width:767px){
#sub_txt_box h2.guide{
	padding:20px 5px;
	background-image:none;
}
}

#sub_txt_box h2.sup_name{
	margin: 10px auto 0;
	padding: 5px;
	font-size: 0.93rem;
	background-image:none;
	background-repeat:none;
	text-align: center;
}
#sub_txt_box p.sup_link{
	margin: 0 auto 10px;
	padding: 5px;
	background-image:none;
	background-repeat:none;
	text-align: center;
}

#sub_txt_box .mission_box_wrap{
	position:relative;
	display: block;
	margin:0 auto;
	padding: 0 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight:bold;
	font-size:1.1rem;
	line-height: 1.5rem;
	text-align:center;
	background-size:contain;
	overflow: hidden;
	box-sizing: border-box;
}

.mission_box_rep{
	text-align: center;
	margin:0 auto;
	padding: 0 50px 30px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
#sub_txt_box .mission_box_wrap{
	padding: 0 5px;
	background-image:none;
}
#sub_txt_box .mission_box{
	height: auto;
}
.mission_box_rep{
	text-align: left;
	padding:0;
}
}

/* --- responsive --- */
@media only screen and (max-width:767px){
div.sub_txt_box{
	margin:10px 0 10px 0;
}
#sub_txt_box h2.guide{
	text-align:left;
	padding: 15px 5px 10px;
}
#sub_txt_box h2.guide img{
	display: block;
	margin: 10px auto 0;
	text-align: center;
}
div.sub_txt_box div.top{
	display: block;
	height:auto;
}
}

/* --- responsive --- */

@media only screen and (max-width:767px){
div.sub_txt_box{
width:100%;
text-align: center;
}

div.sub_txt_box div.bottom{
background-image:none;
background-repeat:no-repeat;
background-size:contain;
height:20px;
}
}

#sub_txt_box a{
	color:#333;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#sub_txt_box a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #31aae2;
  transition: .3s;
  transform: translateX(-50%);
}

#sub_txt_box a:hover{
  color : #31aae2;
}
#sub_txt_box a:hover::after{
  width: 100%;
}


/* -----------------------------------------------------------------
   #ant
----------------------------------------------------------------- */

#sub_txt_box .ant {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
}
@media only screen and (max-width:767px){
#sub_txt_box .ant {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image:none;
	text-align: center;
}
}
#sub_txt_box .ant img{
	display: inline;
	max-width: 100%;
	height: auto;
	padding: 0 10px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#sub_txt_box .ant{
		display: block;
		width: 100%;
	}
}
/* -----------------------------------------------------------------
   #ant
----------------------------------------------------------------- */

#sub_txt_box .info {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#sub_txt_box .info h2{
	display: block;
	margin: 0 auto;
	padding: 50px 0 10px;
	text-align: center;
}
#sub_txt_box p{
	display: block;
	margin: 0 auto;
	padding: 10px 0 50px;
	text-align: center;
	line-height: 2rem;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	#sub_txt_box{
		width: 100%;
		display: block;
		margin: 45px auto;
		padding: 0;
	}
}


/*------------------------------------------------
  テキスト背景
-------------------------------------------------*/

#sub_txt_bg{
	position:relative;
	top:70px;
	margin:0 auto 40px;
	padding:48px 20px 0;
}
	#sub_txt_bg h2{
		position:relative;
		margin: 20px 30px 30px;
		font-weight:bold;
		font-size:1.1rem;
		line-height: 1.5rem;
		text-align:left;
		color:#181777;
	}
	#sub_txt_bg h2 span{
		font-weight:bold;
		font-size:1rem;
		color:#181777;
		letter-spacing:-1px;
	}
	#sub_txt_bg p{
		margin:0 30px 30px;
		font-weight:bold;
		/*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size:0.94rem;
		line-height: 1.5rem;
}

	#sub_txt_bg h2.guide{
		position:relative;
		width: 100%;
		margin: 30px;
		font-weight:bold;
		font-size:1.1rem;
		line-height: 1.5rem;
		text-align:center;
		color:#181777;
		line-height: 2rem;
	}
/* --- responsive --- */
@media only screen and (max-width:767px){
#sub_txt_bg h2.guide{
	display: block;
	text-align:left;
}
}


/* --- responsive --- */
@media only screen and (max-width:1000px){
	#sub_txt_bg{
		position:relative;
		height:auto;
		margin:0 auto 40px;
		padding:30px 40px 30px 40px;
		background:none;
		border-top:3px dotted #2093D3;
		border-bottom:3px dotted #2093D3;
		}
		#sub_txt_bg h2{
			padding-right:0px;
		}
		#sub_txt_bg p{
			margin:0 0 15px;
			font-weight:bold;
			font-family:'M PLUS Rounded 1c', sans-serif;
			font-size:0.94rem;
		}
		#sub_txt_bg p br.pc{
			display:none !important;
		}
}
@media only screen and (max-width:767px){
	#sub_txt_bg{
		padding:20px 20px;
	}
	#sub_txt_bg h2{
		font-size:1.2rem;
	}
	#sub_txt_bg h2 span{
		font-size:0.87rem;
	}
	#sub_txt_bg p{
		font-size:0.7rem;
		line-height:1.5;
	}
}


/*------------------------------------------------
  contact_con
-------------------------------------------------*/
.contact_con{
	display: block;
	width: 800px;
	margin: 50px auto;
	text-align: center;
}
@media only screen and (max-width:767px){
.contact_con{
	display: block;
	width: 100%;
	}
}

/* ------------------------------------------------
   toplogo
-------------------------------------------------*/
.toplogo{
	display: inline-block;
	width: 370px;
	height: auto;
	border: 0;
	margin: 0  350px 0 0;
	padding: 5px;
	
}

/* ------------------------------------------------
   #map_list　虫とりマップ
-------------------------------------------------*/
#map_list{
	display: block;
	width: 100%;
	margin:0 auto;
	padding:20px 50px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
	overflow: hidden;
	}
.mymap{
	display: block;
	width: 100%;
	height: auto;
	color: #333; /* 文字色 */
	text-align: center;
	margin: 0 auto;
	padding:20px 50px 50px;
	font-size: 2em;
	font-weight: bold;
	position: relative;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
	overflow: hidden;
}
.mymap iframe {
	border: none;
	width: 100%;
	height: 300px;
}

#map_list .tab_content h2 {
	display: block;
	width: 100%;
	background-image:none;
	background-color: #0075c2; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	margin: 50px auto 0;
	padding: 10px;  /* 余白 */
	position: relative;
	background-size:contain;
}
#map_list .tab_content h2:before {
	background-color: #fff; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 0.6; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
	background-size:contain;
}
#map_list .tab_content h2.shrine:before {
	background-color: #181777; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 1.0; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
	background-size:contain;
}


#map_list .tab_content h2.list_top {
	margin: 30px auto 0;
}

#map_list .map_title {
	position: relative;
	margin: 2rem 0 -1rem;
	padding: 1rem 2rem;
	border-bottom: 6px solid #0075c2;
	color: #0075c2;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

#map_list .map_title:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #A1CAE5;
}

#map_list .tab_content p{
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 0;
	background-image:none;
	text-align: left;
	line-height: 1.5rem;
}

#map_list .tab_content ul{
	display: block;
	width: 100%;
	list-style: none;
	overflow: hidden;
	line-height: 1.5rem;
}

#map_list .tab_content li{
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 1.5rem;
}
#map_list .tab_content li.layout_half{
	display: block;
	width: 50%;
	padding: 0 10px 10px 0;
	list-style: none;
	float: left;
	line-height: 1.5rem;
}

#map_list .tab_content li.layout_half img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* メッセージ　*/
#map_list .tab_content .map_message{
	display: block;
	width: 100%;
	background-image:none;
    margin: 0.5em 0;
	padding: 1em 1.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
    background: repeating-linear-gradient(-45deg, #f4f9ff, #f4f9ff 3px, #eaf4ff 3px, #eaf4ff 6px);/*ストライプ*/
    color: #090F5A;/*文字色*/
}
#map_list .tab_content h3{
	display: block;
	width: 100%;
	background-image:none;
	margin: 0 auto 10px;
	color: #0075c2;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 0.3rem 0.77rem;
	border-left: 4px solid #0075c2;
}
#map_list .tab_content h3.bottom_dot{
	padding: 0rem 2rem 1rem;
	border-left: none;
	border-bottom: 3px dashed #0075c2;
	text-align: center;
}


#map_list .tab_content .map_address{
	display: block;
	width: 100%;
	background-image:none;
    margin: 0.5em 0 2em;
	padding: 0 1.5em;
	word-break: break-all;
	font-size: 1rem;
}
#map_list .tab_content .map_address span{
	font-weight: bold;
	border-bottom: solid 2px;
	display:block;
}
#map_list .tab_content .map_address strong{
	display:block;
}
#map_list .tab_content .map_address h3{
	display: block;
	width: 100%;
    margin: 1.5rem 0 -1rem;
	padding: 0.88rem;
}
#map_list .tab_content .map_address .supplement{
	display: block;
	width: 100%;
    margin: 1.2rem;
	padding: 0;
}

@media only screen and (max-width:767px){
#map_list .tab_content .map_address{
	font-size: 0.99rem;
}
#map_list .tab_content .map_address h3{
    margin: 0;
}
#map_list .tab_content .map_address .supplement{
	display: block;
	width: 100%;
    margin: 0.5rem 0;
	overflow: hidden;
}
}


/* 地図表示　*/
#map_view {
   width: 100%;
   height: 300px;
   background-color: grey;
 }

@media only screen and (max-width:767px){
#map_list{
	padding: 5px 10px;
	background-image:none;
	}
.mymap{
	padding: 5px 10px;
	background-image:none;
}

#map_list .tab_content .tab_item,
#map_list .tab_content .tab_item2{
	padding: 5px;
	background-image:none;
	}
	
#map_list .tab_content li,
#map_list .tab_content li.layout_half{
	display: block;
	width: 100%;
	padding: 5px;
	float: none;
}
	#map_list .tab_content h2 {
	display: block;
	width: 100%;
	background-image:none;
	background-color: #0075c2; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	background-size:contain;
}
 .tab_content h2:before {
	display: none;
}
#map_list .tab_content .map_title {
	font-size: 1.7rem;
	line-height: 2.5rem;
	padding: 0 0 0.3rem;
}

#map_list .tab_content .map_address{
    margin: 0;
	padding: 0;
}
#map_list .tab_content h3{
	padding: 0.3rem 0.77rem;
	border-left: 4px solid #0075c2;

}
#map_list .tab_content p{
	line-height: 1.3rem;
}
}

/*------------------------------------------------
  sp_bg
-------------------------------------------------*/

@media only screen and (max-width:767px){
.sp_bg{
	background-color: #ebefe7;
	margin:0;
	padding:0;
	}
}

/*------------------------------------------------
  sp_width
-------------------------------------------------*/

@media only screen and (max-width:767px){
.sp_width{
	padding: 0 20px 0;
	}
}

/*------------------------------------------------
  interview 企業インタビュー
-------------------------------------------------*/
#sub_txt_box .interview h2{
	position:relative;
	margin:0 auto;
	padding: 20px 75px 10px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight: bolder;
	font-size:1.6rem;
	line-height: 1.6rem;
	text-align:left;
	color:#181777;
	background-size:contain;
}

#sub_txt_box .interview h2 img{
	display:block;
	padding: 5px 0;
}
#sub_txt_box .interview .uline {
	border-bottom: 2px solid #000;
	font-weight: bolder;
	display: inline;
}
#sub_txt_box .interview h3{
	position:relative;
	margin:0 auto;
	padding: 10px 75px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight: bolder;
	font-size:1.4rem;
	line-height: 1.6rem;
	text-align:left;
	background-size:contain;
}
#sub_txt_box .interview h3 .color_band{
	margin: 10px auto 0;
	background-color: #fbe1e3;
	font-weight: bolder;
	padding: 20px;
}
#sub_txt_box .interview h3 .color_band img{
	position:absolute;
	width: 248px;
	margin:0 auto;
	top:-55px;
	right: 75px;
	float: right;
}
#sub_txt_box .interview h3 span{
	display: block;
	margin:0 auto;
	padding: 7px 0;
	font-weight: normal;
	font-size:1.2rem;
	text-align:left;
	background-size:contain;
}

#sub_txt_box .interview p{
	display: block;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 10px 75px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5rem;
}

#sub_txt_box .interview p img{
	max-width: 338px;
}
#sub_txt_box .interview p img.small{
	max-width: 300px;
}
#sub_txt_box .interview div.interview_pr{
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}

#sub_txt_box .interview div.interview_end{
	margin:0 auto;
	height: 20px;
	padding: 10px 75px 50px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	font-weight: bolder;
	font-size:1.4rem;
	line-height: 1.6rem;
	text-align:left;
	align-items: baseline;
	background-size:contain;
}
#sub_txt_box .interview div.interview_end div.color_band{
	bottom: 0;
	margin: 0 auto;
	height: 20px;
	background-color: #fbe1e3;
	font-weight: bolder;
}
#sub_txt_box .interview div.interview_end img{
	position:relative;
	margin:0 auto;
	top:-85px;
	left:75px;
	float: right;
}

#sub_txt_box .interview p img{
	display: inline-block;
	margin: 10px 0 10px 20px;
	padding: 0;
	float: right;
}
#sub_txt_box .interview p img.disp{
	display: block;
	margin: 10px 20px 10px 0;
	padding: 0;
	float: none;
}
#sub_txt_box .interview p img.left{
	display: inline-block;
	margin: 30px 25px 20px 0;
	padding: 0;
	float: left;
}

#sub_txt_box .interview ul.foot_info{
	display: block;
	width:100%;
	margin: 0 auto;
	padding-left: 330px;
	text-align: center;
	overflow: hidden;
	list-style: none;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
}
#sub_txt_box .interview .sitename{
	width:130px;
	margin-left: 10px;
	float: left;
	color: #ec758a;
	font-weight: bold;
}
#sub_txt_box .interview ul.foot_info div{
	float: left;
}
#sub_txt_box .interview ul.foot_info div.infoname{
	color: #ec758a;
	margin: 0 10px;
	float: left;
}
#sub_txt_box .interview ul.foot_info div.space_right{
	margin-right: 20px;
}

#sub_txt_box .interview ul.foot_info div.float_pc{
	display: block;
	float: none;
}

#sub_txt_box .interview h3 .color_band_foot{
	margin: -10px auto 10px;
	height: 20px;
	background-color: #fbe1e3;
	font-weight: bolder;
}
#sub_txt_box .interview h3 .color_band_foot img{
	margin: -228px 0 5px;
	align-items: baseline:
}


@media only screen and (max-width:767px){
#sub_txt_box .interview{
	display: block;
		}
#sub_txt_box .interview h2,
#sub_txt_box .interview h3{
	width: 100%;
	background-image: none;
	}
#sub_txt_box .interview p,
#sub_txt_box .interview h2,
#sub_txt_box .interview h3{
	padding: 5px 0;
	clear: both;
	}
#sub_txt_box .interview h3 .color_band img{
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	margin:0 auto 10px;
	top:0;
	right: 0;
	float: none;
}
#sub_txt_box .interview p img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
	padding: 0;
	float: none;
	text-align: center;
	clear: both;
}
#sub_txt_box .interview p img.small{
	max-width: 100%;
}
#sub_txt_box .interview p img.disp{
	display: block;
	width:100%;
	margin: 10px auto;
	padding: 0;
	float: none;
	text-align: center;
	clear: both;
}
#sub_txt_box .interview p img.left{
	display: block;
	width:100%;
	margin: 10px auto;
	padding: 0;
	float: none;
	text-align: center;
	clear: both;
}
#sub_txt_box .interview ul.foot_info{
	width: 100%;
	margin: 10px 0;
	padding: 0;
	background-image: none;
}
#sub_txt_box .interview ul.foot_info{
	display: block;
	width:100%;
	margin: 0 auto;
	padding: 0 70px 5px;
	list-style: none;
	text-align: center;
}
#sub_txt_box .interview ul.foot_info li.sitename{
	width:100%;
	margin-left: 10px;
	float: left;
	color: #ec758a;
	font-weight: bold;
}
#sub_txt_box .interview ul.foot_info{
	padding: 0 0 5px;
}
#sub_txt_box .interview ul.foot_info li.sp_space{
	padding: 0-0 5px 15px;
}
#sub_txt_box .interview ul.foot_info div.float_none{
	display: block;
	float: none;
}
#sub_txt_box .interview h3 .color_band_foot{
	display: block;
	overflow: hidden;
	text-align: center;
}
}

/* ------------------------------------------------
   .footer_info 企業インタビュー
-------------------------------------------------*/
div.footer_info{
	display: block;
	text-align:center;
	width: 100%;
	margin: 0 auto;
	padding: 10px 75px 30px;
	background-image:url("../../image/frame/frame_line_y.png");
	background-repeat:repeat-y;
	background-size:contain;
	overflow: hidden;
}

div.footer_info .space_top{
	width: 1px;
	height: 37px;
}

div.footer_info .app{
	width: auto;
	height: 70px;
}

div.footer_info ul{
	display: block;
	width: 100%;
	margin: 10px auto 5px;
	padding: 0 0 0 270px;
	text-align: left;
	list-style: none;
	list-style-position: outside;
	line-height: 1.5rem;
}

div.footer_info ul li{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
div.footer_info ul li span{
	color: #ec758a;
	font-weight: bold;
}
div.footer_info li.float_left{
	float: left;
	margin-right: 30px;
}
div.footer_info li.float_left_app{
	float: left;
	margin-right: 0px;
}
div.footer_info li.space_left{
	margin-left: 10px;
}

div.footer_info .color_band{
	margin: 10px auto 0;
	background-color: #fbe1e3;
	font-weight: bolder;
	margin: 0 auto;
	height: 20px;
}
div.footer_info .footer_image{
	position: relative;
	width:228px;
	height: 1px;
	top:-127px;
	left: -311px;
	font-weight: bolder;
	margin: 0 auto;
}
div.footer_info .footer_image_yamato{
	position: relative;
	width:228px;
	height: 1px;
	top:-116px;
	left: -311px;
	font-weight: bolder;
	margin: 0 auto;
}
div.footer_info .footer_image_yamato_2{
	position: relative;
	width:228px;
	height: 1px;
	top:-252px;
	left: -311px;
	font-weight: bolder;
	margin: 0 auto;
}
div.footer_info .footer_image_yamato_3{
	position: relative;
	width:228px;
	height: 1px;
	top:-388px;
	left: -311px;
	font-weight: bolder;
	margin: 0 auto;
}
div.footer_info .footer_image_sp{
	display: none;
}

div.footer_info .layout_left{
	display: block;
	width: 50%;
	float: left;
}
div.footer_info .layout_left ul{
	padding: 0;

}
div.footer_info .layout_right{
	display: block;
	width: 50%;
	float: right;
	vertical-align:baseline;
}
div.footer_info .layout_right ul{
	margin-top:100px;
	margin-left:90px;
	padding: 0;
}

@media only screen and (max-width:767px){
div.footer_info{
	background-image:none;
	padding: 0;
}
div.footer_info .space_top{
	display: none;
}

div.footer_info ul{
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	list-style: none;
	list-style-position: outside;
}
div.footer_info li.float_left{
	display: block;
	float: none;
}
div.footer_info li.float_left_app{
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
}
div.footer_info li.sp_app{
	display: block;
	float: none;
	text-align: center;
	margin: -5px auto 0;
}
div.footer_info li.space_left{
	margin-left: 0;
}
div.footer_info .footer_image,
div.footer_info .footer_image_yamato{
	display: none;
}
div.footer_info .footer_image_sp{
	display: block;
	text-align: center;
}
div.footer_info .layout_left{
	display: block;
	width: 100%;
	float: none;
}
div.footer_info .layout_left ul{
	padding: 0;

}
div.footer_info .layout_right{
	display: block;
	width: 100%;
	float: none;
}
div.footer_info .layout_right ul{
	margin-top:0;
	margin-left:0;
	padding: 0;
}

}
