@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}

img.zoom {
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	-o-transition:0.4s ease-in-out;
	transition:0.4s ease-in-out;
}

img.zoom:hover {
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}
.orange {
	color: #e35609;
}
.red {
	color: #D40101;
}
.strong {
	font-weight: bold;
}

.sp_img {
	display: none;
}
.pc_br {
	display: none;
}
@media screen and (max-width: 640px) {
	.pc_img {
		display: none;
	}
	.sp_img {
		display: inline-block;
	}
	.pc_br {
		display: block;
	}
}

.temp_btn_box {
	-webkit-transition: all 0.3s 0s ease-out ;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s 0s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s 0s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.3s 0s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.temp_btn_box a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	background: #0978a7;
	padding: 0 0 4px 0;
	-webkit-transition: all 0.3s 0s ease-out ;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s 0s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s 0s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.3s 0s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
.temp_btn_box a span {
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
	background-size:16px;	
	color: #FFFFFF;
	display: block;
	padding: 23px 0 23px 0;
	-webkit-transition: all 0.3s 0s ease-out ;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s 0s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s 0s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.3s 0s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */		
}
.temp_btn_box:hover {
	padding-top: 4px;
}
.temp_btn_box:hover a {
	padding: 0px;
}
.temp_btn_box:hover a span {
}

@media screen and (max-width: 640px) {
	.temp_btn_box.long_btn a span {
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
		background-size:14px;
		font-size: 14px;
		line-height: 19px;
		color: #FFFFFF;
		display: block;
		padding: 15px 30px 15px 10px;
	
	}
  .temp_btn_box a span {
    padding: 23px 25px;
  }
}


.temp_head_01 {
	border-bottom: #45b9d2 2px solid;
	text-align: center;
}
.temp_head_01 .sp_title {
	display: none;
}
.temp_head_02 {
	border-bottom: #45b9d2 2px solid;
	text-align: center;
}

.temp_title_01 {
	font-size:30px;
	line-height: 1.5em;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	padding:6px 20px 4px 20px;
	margin: 0px 40px 30px 40px;
	background: #45b9d2;
}
.temp_title_02 {
	font-size:20px;
	line-height: 1.5em;
	text-align: left;
	color: #2a2a2a;
	font-weight: bold;
	padding:0.75em 0.5em;
	margin: 0px 40px 20px 40px;
	border-left: 8px #1891c4 solid;
	position: relative;
}
.temp_title_02:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.temp_title_03 {
	font-size:20px;
	line-height: 1.5em;
	text-align: left;
	color: #e35609;
	font-weight: bold;
	margin: 0px 40px 20px 40px;
	padding:0 1em;
}
.reruit_bar {
	margin-bottom: 100px;
}
.reruit_bar a {
	position: relative;
	display: inline-block;
}
.reruit_bar a span {
	position: absolute;
	left: 330px;
	top:95px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #505050;
	width: 450px;
}

@media screen and (max-width: 640px) {
	.temp_head_01 {	
		margin: 0 1.56%;
	}
	.temp_head_01 .sp_title {
		display: inline;
	}
	.temp_head_01 .pc_title {
		display: none;
	}
	.temp_head_02 {	
		margin: 0 1.56%;
	}
	.temp_title_01 {
		font-size:18px;
		padding:6px 10px 4px 10px;
		margin: 0px 10px 20px 10px;
		text-align: center;
	}
	.temp_title_02 {
		font-size:16px;
		margin: 0px 10px 20px 10px;
	}
	.temp_title_03 {
		font-size:15px;
		margin: 0px 10px 20px 10px;
	}
	.shop_ul {
		padding: 0 10px;
	}
	.reruit_bar {
		/* display: none; */
		margin: 0 1.56% 30px 1.56%;
	}
}


/* right_column
===============================================================*/
.r_bar_01 ,
.r_bar_02 ,
.r_bar_05 {
	margin-bottom: 40px;
}
.r_bar_03 {
	margin-bottom: 60px;
}
.r_bar_06 ,
.r_bar_07 ,
.r_bar_08 ,
.r_bar_09 ,
.r_bar_10 {
	margin-bottom: 20px;
}
.r_bar_01 a {
	background: url(../images/common/r_bar_01.jpg) left top no-repeat;
	width: 330px;
	height: 349px;
	display: inline-block;
}
.r_bar_02 a {
	background: url(../images/common/r_bar_02.jpg) left top no-repeat;
	width: 330px;
	height: 257px;
	display: inline-block;
}
.r_bar_03 a {
	background: url(../images/common/r_bar_03.jpg) left top no-repeat;
	width: 330px;
	height: 227px;
	display: inline-block;
}
.r_bar_05 a {
	background: url(../images/common/r_bar_05.jpg) left top no-repeat;
	width: 330px;
	height: 197px;
	display: inline-block;
}
.r_bar_06 a {
	background: url(../images/common/r_bar_06.jpg) left top no-repeat;
	width: 330px;
	height: 157px;
	display: inline-block;
}
.r_bar_07 a {
	background: url(../images/common/r_bar_07.jpg) left top no-repeat;
	width: 330px;
	height: 157px;
	display: inline-block;
}
.r_bar_08 a {
	background: url(../images/common/r_bar_08.jpg) left top no-repeat;
	width: 330px;
	height: 157px;
	display: inline-block;
}
.r_bar_09 a {
	background: url(../images/common/r_bar_09.jpg) left top no-repeat;
	width: 330px;
	height: 157px;
	display: inline-block;
}
.r_bar_10 a {
	background: url(../images/common/r_bar_11.jpg) left top no-repeat;
	width: 330px;
	height: 157px;
	display: inline-block;
}
.r_bar_01 img ,
.r_bar_02 img ,
.r_bar_03 img ,
.r_bar_05 img ,
.r_bar_06 img ,
.r_bar_07 img ,
.r_bar_08 img ,
.r_bar_09 img ,
.r_bar_10 img {
	display: none;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.r_bar_01 {
		margin: 0 0px 30px 0px;
	}
	.r_bar_02 ,
	.r_bar_05 {
		margin: 0 1.56% 30px 1.56%;
	}
	.r_bar_03 {
		margin: 0 1.56% 40px 1.56%;
	}
	.r_bar_06 ,
	.r_bar_07 ,
	.r_bar_08 ,
	.r_bar_09 ,
	.r_bar_10 {
		margin: 0 1.56% 15px 1.56%;
	}
	.r_bar_01 a ,
	.r_bar_02 a ,
	.r_bar_03 a ,
	.r_bar_05 a ,
	.r_bar_06 a ,
	.r_bar_07 a ,
	.r_bar_08 a ,
	.r_bar_09 a ,
	.r_bar_10 a {
		background: none;
		width: 100%;
		height: auto;
		display: inline-block;
		transition:none;
	}
	.r_bar_01 img ,
	.r_bar_02 img ,
	.r_bar_03 img ,
	.r_bar_05 img ,
	.r_bar_06 img ,
	.r_bar_07 img ,
	.r_bar_08 img ,
	.r_bar_09 img ,
	.r_bar_10 img {
		display: inline;
	}
	.right_repair_blog {
		margin: 0 1.56% 20px 1.56%;
	}
	.right_repair_blog h3 {
		text-align: left;
		background: #62b4be;
	}
	.right_menu {
		margin: 0 1.56% 20px 1.56%;
	}
}
.right_repair_blog {
	background: #ffffff;
	border: 1px solid #81b0c4 ;
	margin-bottom: 40px;
}
.right_repair_blog h3 {
	margin-bottom: 29px;
	position: relative;
}
.right_repair_blog h3:before {
	content: url(../images/common/r_bar_04a.png);
	position: absolute;
	left: 22px;
	top:-10px;
}
.right_repair_blog .temp_btn_box {
	margin: 0 13px 30px 13px;
}
.right_repair_blog li {
	margin: 0 13px 25px 13px;
}
.right_repair_blog li .img_box {
	margin-bottom: 10px;
}
.right_repair_blog li p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #383838;
}
.right_menu {
	border: 1px solid #81b0c4 ;
	background: #ffffff;
	margin-bottom: 40px;
}
.rm_title {
	background: #62b4be;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	padding: 15px 0 15px 0;
	color: #ffffff;
}
.right_menu ul {
	padding: 0 14px;
}
.right_menu ul li {
	padding: 23px 10px;
	border-bottom: 1px solid #eeeded;
	text-align: left;
}
.right_menu ul li a {
	color: #1891c4;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
}

.right_menu ul li:last-child {
	border-bottom: none;
}
.point_three ul li {
	padding-left: 35px ;
}
.point_three ul li a {
	position: relative;
}
.point_three ul li a:before {
	content: "";
	background: url(../images/common/point_icon_r_02.png);
	background-size: 32px 27px;
	width: 32px;
	height: 27px;
	position: absolute;
	left:-35px;
	top:-5px;
}
.point_three ul li:first-child a:before {
	background: url(../images/common/point_icon_r_01.png);
	background-size: 32px 27px;
}
.point_three ul li:last-child a:before {
	background: url(../images/common/point_icon_r_03.png);
	background-size: 32px 27px;
}

/* TOP
===============================================================*/
.top_content {
	margin-bottom: 140px;
}
.top_content .frame {
	background: url(../images/sec01_back.png);
}
.top_content .top_title {
	background: #f4f4f4;
	padding: 31px 0 30px 0;
	border-bottom: #45b9d2 2px solid;
}
.top_content .top_title .sp_title {
	display: none;
}
@media screen and (max-width: 640px) {
	.top_content {
		margin-bottom: 70px;
	}
	.top_content .top_title {
		background: #f4f4f4;
		padding: 0px 0 0px 0;
		border-bottom: #45b9d2 2px solid;
		margin: 0 1.56%;	
	}
	.top_content .top_title .pc_title {
		display: none;
	}
	.top_content .top_title .sp_title {
		display: block;
	}
}

#main_vis {
	background: url(../images/main_back.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 52px;
	margin-bottom: 60px;
	min-width: 1320px;
}
#main_vis .main_l {
	float: left;
}
#main_vis .main_r {
	float: right;
	width: 511px;
	margin-top: 60px;
	margin-right: 60px;
}
#main_vis .main_l .mv_img01 {
	margin: 80px 0 30px 20px;
}
#main_vis .main_l .temp_btn_box {
	width: 540px;
	margin-left: 50px;
}
#main_vis .main_l .temp_btn_box .mv_btn_img {
	position: absolute;
	left: 0;
	bottom: 4px;
 	-webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.5s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
#main_vis .main_l .temp_btn_box a:hover .mv_btn_img {
	bottom: 0px;
}
#main_vis .main_l .temp_btn_box a {
	position: relative;
	box-shadow: 0px 0px 7px #ffffff;
}
#main_vis .main_r p {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	padding: 12px 0 12px 0;
	color: #ffffff;
	background: #62b4be;
	margin-bottom: 0px;
}
#main_vis .main_r .mv_arrow {
	text-align: center;
	line-height: 1px;
	margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
	#main_vis {
		background: none;
		padding-bottom: 0px;
		margin-bottom: 20px;
		min-width: inherit;
		min-width: 100%;
	}
	#main_vis .main_l {
		background: url(../images/main_back.jpg) center center no-repeat;
		background-size: auto 100%;
		float: none;
		padding: 10% 0;
	}
	#main_vis .main_r {
		float: none;
		width: 100%;
		margin-top: 0px;
		margin-right: 0px;
	}
	#main_vis .main_l .mv_img01 {
		margin: 0 0 30px 0;
		text-align: center;
	}
	#main_vis .main_l .mv_img01 img {
		width: 90%;
	}
	#main_vis .main_l .temp_btn_box {
		width: 290px;
		margin: 0 auto;
		text-align: left;
	}
	#main_vis .main_l .temp_btn_box a {
	}
	#main_vis .main_l .temp_btn_box a span {
		font-size: 11px;
		line-height: 11px;
		padding: 14px 10% 14px 55px;
	}
	#main_vis .main_l .temp_btn_box .mv_btn_img {
		width: 50px;
	}
	#main_vis .main_r p {
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
		padding: 8px 15px;
	}
	#main_vis .main_r .mv_arrow {
		margin-bottom: 0px;
	}
}

#top_intro .frame {
	position: relative;
}
#top_intro .intro_text_wrap {
	margin-bottom: 25px;
}
#top_intro .intro_text_sp {
	display: none;
}
#top_intro .intro_text_wrap .intro_text01 {
	float: left;
	margin-left: 80px;
}
#top_intro .intro_text_wrap .intro_text02 {
	float: right;
	margin-right: 80px;
}
#top_intro .frame {
	padding: 60px 0px 45px 0px;
}
#top_intro .frame .intro_text03 {
	text-align: left;
	margin-left: 80px;
	margin-bottom: 20px;
}
#top_intro .frame .intro_text03 .sp_only_img {
	display: none;
}
#top_intro .frame .intro_text04 {
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	margin-left: 80px;
}
#top_intro .frame .intro_text05 {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin-left: 80px;
}
#top_intro .frame .intro_pic {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 640px) {
	#top_intro .frame {
		padding: 16px 0 20px 0;
		margin: 0px;
	}
	#top_intro .intro_text_wrap {
		display: none;
	}
	#top_intro .intro_text_sp {
		display: block;
		margin-bottom: 0px;
	}
	#top_intro .intro_text_sp img {
		width: 100%;
	}
	#top_intro .frame .intro_text03 .sp_only_img {
		display: block;
	}
	#top_intro .frame .intro_text03 .pc_only_img {
		display: none;
	}
	#top_intro .frame .intro_text03 {
		margin: 0 0 15px 0 ;
	}
	#top_intro .frame .intro_text04 {
		font-size: 16px;
		line-height: 1.6;
		margin:0 15px 15px 15px;
	}
	#top_intro .frame .intro_text05 {
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin: 0 15px;
	}
	#top_intro .frame .intro_pic {
		display: none;
	}

}


#top_sec_01 {
}
#top_sec_01 .top_title {
	background:#f4f4f4 url(../images/sec01_eye.png) no-repeat left top;
}
#top_sec_01 .inner .frame {
	padding: 45px 0 64px 0;
}
#top_sec_01 .inner .frame ul {
	margin-left: 80px;
}
#top_sec_01 .inner .frame ul li {
	float: left;
	width: 260px;
/*
	width: 360px;
*/
	margin-right: 40px;
}
#top_sec_01 .inner .frame ul li h3 {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background: #6ba7c8 url(../images/back_02.png);
	letter-spacing: 4px;
	padding: 8px 0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	position: relative;
}
#top_sec_01 .inner .frame ul li h3:after {
	background: url(../images/icon_arrow_02.png) no-repeat center center;
	width: 14px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}
#top_sec_01 .inner .frame ul li a {
	display: block;
}
#top_sec_01 .inner .frame ul li .img_box {
	overflow: hidden;
	margin-bottom: 20px;
}
#top_sec_01 .inner .frame ul li .txt_box {
	text-align: left;
}
#top_sec_01 .inner .frame ul li .txt_box h4 {
	margin-bottom: 13px;
	color: #e35609;
	font-size: 16px;
	line-height: 24px;
}
#top_sec_01 .inner .frame ul li .txt_box p {
	font-size: 12px;
	line-height: 20px;
}

@media screen and (max-width: 640px) {
	#top_sec_01 {
	}
	#top_sec_01 .top_title {
		background:#f4f4f4 url(../images/sec01_eye.png) no-repeat left top;
	}
	#top_sec_01 .inner .frame {
		padding: 30px 10px 10px 10px;
		margin: 0 1.56%;
	}
	#top_sec_01 .inner .frame ul {
		margin-left: 0px;
	}
	#top_sec_01 .inner .frame ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#top_sec_01 .inner .frame ul li a {
		display: block;
	}
	#top_sec_01 .inner .frame ul li .img_box {
		overflow: hidden;
		margin-bottom: 20px;
	}
	#top_sec_01 .inner .frame ul li .img_box img {
		width: 100%;
	}
	#top_sec_01 .inner .frame ul li .txt_box {
		text-align: left;
	}
	#top_sec_01 .inner .frame ul li .txt_box h4 {
		margin-bottom: 10px;
		color: #e35609;
		font-size: 16px;
		line-height: 24px;
	}
	#top_sec_01 .inner .frame ul li .txt_box p {
font-size: 15px;
line-height: 1.8;
  }
}




#top_sec_02 {
}
#top_sec_02 .top_title {
	background:#f4f4f4 url(../images/sec02_eye.png) no-repeat left top;
}
#top_sec_02 .inner .frame {
	padding: 45px 0 64px 0;
}
#top_sec_02 .inner .frame ul {
	margin-left: 80px;
}
#top_sec_02 .inner .frame ul li {
	float: left;
	width: 260px;
	margin-right: 40px;
	margin-bottom: 50px;
}
#top_sec_02 .inner .frame ul li:nth-child(4n+1) {
	clear: both;
}
#top_sec_02 .inner .frame ul li a {
	display: block;
}
#top_sec_02 .inner .frame ul li a .img_box {
	margin-bottom: 16px;
	overflow: hidden;
	height: 224px;
}
#top_sec_02 .inner .frame ul li a .img_box img {
	height: 224px;
	width: auto;
}
#top_sec_02 .inner .frame ul li a p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#top_sec_02 .inner .frame .temp_btn_box {
	width: 540px;
	margin: 0 auto;
}
#top_sec_02 .inner .frame .temp_btn_box a {
}
#top_sec_02 .inner .frame .temp_btn_box a span {
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
	background-size:16px;	
}
#top_sec_02 .inner .frame .temp_btn_box a span br {
	display: none;
}

@media screen and (max-width: 640px) {
	#top_sec_02 {
	}
	#top_sec_02 .top_title {
		background:#f4f4f4 url(../images/sec02_eye.png) no-repeat left top;
	}
	#top_sec_02 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#top_sec_02 .inner .frame ul {
		margin-left: 0px;
	}
	#top_sec_02 .inner .frame ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#top_sec_02 .inner .frame ul li a {
		display: table;
		width: 100%;
	}
	#top_sec_02 .inner .frame ul li a .img_box {
		margin-bottom: 0px;
		overflow: hidden;
		height: 80px;
		display: table-cell;
		vertical-align: middle;
		width: 80px;
	}
	#top_sec_02 .inner .frame ul li a .img_box img {
		width: 80px;
		height: auto;
	
	}
	#top_sec_02 .inner .frame ul li a p {
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 10px;
	}
	#top_sec_02 .inner .frame .temp_btn_box {
		width: 100%;
		margin: 0 auto;
	}
	#top_sec_02 .inner .frame .temp_btn_box a {
	}
	#top_sec_02 .inner .frame .temp_btn_box a span {
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 20px center;
		background-size:16px;
		padding-right: 30px;
		line-height: 20px;
	}
	#top_sec_02 .inner .frame .temp_btn_box a span br {
		display: block;
	}
	
}




#top_sec_03 {
}
#top_sec_03 .top_title {
	background:#f4f4f4 url(../images/sec03_eye.png) no-repeat left top;
}
#top_sec_03 .inner .frame {
	padding: 45px 0 20px 0;
}
#top_sec_03 .inner .frame ul {
	margin-left: 80px;
}
#top_sec_03 .inner .frame ul li {
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-bottom: 45px;
}
#top_sec_03 .inner .frame ul li:nth-child(3n+1) {
	clear: both;
}
#top_sec_03 .inner .frame ul li .img_box {
	position: relative;
	padding-bottom: 4px;
	background: #0978a7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;	
	margin-bottom: 30px;
	-webkit-transition: all 0.3s 0s ease-out ;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s 0s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s 0s ease-out;  /* Opera 10.50?12.00 */
	transition: all 0.3s 0s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */	
}
#top_sec_03 .inner .frame ul li .img_box:after {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #0978a7;
	content: "";
	display: block;
	position: absolute;
	bottom:-21px;
	left: 50%;
	margin-left: -11px;
	z-index: 10;
}
#top_sec_03 .inner .frame ul li .img_box a {
	position: relative;
	background: #1891c4;
	padding: 13px 11px 10px 11px;
	display: block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
#top_sec_03 .inner .frame ul li .img_box a:after {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 14px solid #1891c4;
	content: "";
	display: block;
	position: absolute;
	bottom:-21px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}

#top_sec_03 .inner .frame ul li .img_box:hover {
	padding-bottom: 0px;
	margin-top: 4px;
}

#top_sec_03 .inner .frame ul li p {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#top_sec_03 {
	}
	#top_sec_03 .top_title {
		background:#f4f4f4 url(../images/sec03_eye.png) no-repeat left top;
	}
	#top_sec_03 .inner .frame {
		padding: 30px 10px 10px 10px;
		margin: 0 1.56%;		
	}
	#top_sec_03 .inner .frame ul {
		margin-left: 0px;
	}
	#top_sec_03 .inner .frame ul li {
		float: left;
		width: 49%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#top_sec_03 .inner .frame ul li:nth-child(3n+1) {
		clear: none;
	}	
	#top_sec_03 .inner .frame ul li:nth-child(2n) {
		float: right;
	}
	#top_sec_03 .inner .frame ul li:nth-child(2n+1) {
		clear: both;
	}
	#top_sec_03 .inner .frame ul li .img_box {
		position: relative;
		padding-bottom: 4px;
		background: #0978a7;
		margin-bottom: 10px;
	}
	#top_sec_03 .inner .frame ul li .img_box a {
		position: relative;
		background: #1891c4;
		padding: 5px 3px 3px 3px;
		display: block;
	}
	#top_sec_03 .inner .frame ul li .img_box:hover {
		padding-bottom: 0px;
		margin-top: 4px;
	}
	#top_sec_03 .inner .frame ul li .img_box:after,
	#top_sec_03 .inner .frame ul li .img_box a:after {
		display: none;
	}

	#top_sec_03 .inner .frame ul li p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
	}	
}






#top_sec_04 {
}
#top_sec_04 .top_title {
	background:#f4f4f4 url(../images/sec04_eye.png) no-repeat left top;
}
#top_sec_04 .inner .frame {
	padding: 45px 0 80px 0;
}
#top_sec_04 .inner .frame ul {
	margin-left: 80px;
	padding-bottom: 26px;
}
#top_sec_04 .inner .frame ul li {
	float: left;
	width: 170px;
	margin-right: 28px;
	margin-bottom: 54px;
}
#top_sec_04 .inner .frame ul li .img_box {
	margin-bottom: 11px;
}
#top_sec_04 .inner .frame ul li p {
	font-size: 14px;
	line-height: 16px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#top_sec_04 .inner .frame ul li p span {
	display: table-cell;
	vertical-align: middle;
	height: 32px;
}
#top_sec_04 .inner .frame ul li .temp_btn_box a {
	margin-left: 10px;
	margin-right: 10px;
}
#top_sec_04 .inner .frame ul li .temp_btn_box a span {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 10px 20px 8px 0;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
	background-size:12px;
}

#top_sec_04 .inner .frame .bottom_txt {
	background: url(../images/sec04_back.jpg) no-repeat center center;
	height: 341px;
	margin: 0 80px;
	padding: 64px 0 0 0;
}
#top_sec_04 .inner .frame .bottom_txt .txt_box {
	background: rgba(21,84,116,0.78);
	margin: 0px 0 0 60px;
	text-align: left;
	width: 675px;
	padding: 30px 30px 20px 30px;
	color: #FFFFFF;
}
#top_sec_04 .inner .frame .bottom_txt .txt_box h3 {
	font-size: 23px;
	line-height: 30px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","Kozuka Mincho Std","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",Georgia,Times,Baskerville,Palatino,serif;
	margin-bottom: 15px;
}
#top_sec_04 .inner .frame .bottom_txt .txt_box p.txt_01 {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
}
#top_sec_04 .inner .frame .bottom_txt .txt_box p.txt_02 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}


@media screen and (max-width: 640px) {

	#top_sec_04 {
	}
	#top_sec_04 .top_title {
		background:#f4f4f4 url(../images/sec04_eye.png) no-repeat left top;
	}
	#top_sec_04 .inner .frame {
		padding: 30px 10px 10px 10px;
		margin: 0 1.56%;	
	}
	#top_sec_04 .inner .frame ul {
		margin-left: 0px;
		padding-bottom: 26px;
	}
	#top_sec_04 .inner .frame ul li {
		float: left;
		width: 48%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	#top_sec_04 .inner .frame ul li:nth-child(2n) {
		float: right;
	}
	#top_sec_04 .inner .frame ul li:nth-child(2n+1) {
		clear: both;
	}
	#top_sec_04 .inner .frame ul li .img_box {
		margin-bottom: 11px;
	}
	#top_sec_04 .inner .frame ul li p {
    font-size: 13px;
    line-height: 1.2;
    display: table;
		width: 100%;
		margin-bottom: 10px;
	}
	#top_sec_04 .inner .frame ul li p span {
		display: table-cell;
		vertical-align: middle;
		height: 32px;
	}
	#top_sec_04 .inner .frame ul li .temp_btn_box a {
		margin-left: 0px;
		margin-right: 0px;
	}
	#top_sec_04 .inner .frame ul li .temp_btn_box a span {
		font-size: 14px;
		line-height: 14px;
		font-weight: normal;
		padding: 10px 20px 8px 0;
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
		background-size:12px;
	}
	#top_sec_04 .inner .frame .bottom_txt {
		background: url(../images/sec04_back.jpg) no-repeat center left;
    background-size: cover;
		height: auto;
		margin: 0 0px;
		padding: 20px 10px 20px 10px;
	}
	#top_sec_04 .inner .frame .bottom_txt .txt_box {
		background: rgba(21,84,116,0.78);
		margin: 0px 0 0 0px;
		text-align: left;
		width: 100%;
		padding: 10px 10px 10px 10px;
		color: #FFFFFF;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	#top_sec_04 .inner .frame .bottom_txt .txt_box h3 {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	#top_sec_04 .inner .frame .bottom_txt .txt_box p.txt_01 {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
	}
	#top_sec_04 .inner .frame .bottom_txt .txt_box p.txt_02 {
		font-size: 16px;
		line-height: 1.8;
		font-weight: 600;
	}	
	#top_sec_04 .inner .frame .bottom_txt .txt_box p.txt_02 br {
		display: none;
	}
}



#top_sec_05 {
}
#top_sec_05 .top_title {
	background:#f4f4f4 url(../images/sec05_eye.png) no-repeat left top;
}
#top_sec_05 .inner .frame {
	padding: 66px 0 60px 0;
}
#top_sec_05 .inner .frame ul {
	margin-left: 80px;
	padding-bottom: 26px;
}
#top_sec_05 .inner .frame ul li {
	width: 360px;
	float: left;
	margin-right: 40px;
}
#top_sec_05 .inner .frame ul li .img_box {
	height: 225px;
	overflow: hidden;
	margin-bottom: 20px;
}
#top_sec_05 .inner .frame ul li .img_box img {
	width: 100%;
	height: auto;
}
#top_sec_05 .inner .frame ul li .img_box.no_image {
	background: #f2f2f2 url(../images/no_img_01.jpg) no-repeat center center;
	background-size:contain;
}
#top_sec_05 .inner .frame ul li p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 25px;
}
#top_sec_05 .inner .frame ul li .temp_btn_box a {
	margin-left: auto;
	margin-right: auto;
	width: 170px;
}
#top_sec_05 .inner .frame ul li .temp_btn_box a span {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	padding: 10px 20px 8px 0;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 30px center;
	background-size:12px;	
}

@media screen and (max-width: 640px) {

	#top_sec_05 {
	}
	#top_sec_05 .top_title {
		background:#f4f4f4 url(../images/sec05_eye.png) no-repeat left top;
	}
	#top_sec_05 .inner .frame {
		padding: 30px 10px 10px 10px;
		margin: 0 1.56%;	
	}
	#top_sec_05 .inner .frame ul {
		margin-left: 0px;
		padding-bottom: 26px;
	}
	#top_sec_05 .inner .frame ul li {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#top_sec_05 .inner .frame ul li .img_box {
		height: 225px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#top_sec_05 .inner .frame ul li .img_box img {
		width: 100%;
		height: auto;
	}
	#top_sec_05 .inner .frame ul li p {
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 20px;
	}
	#top_sec_05 .inner .frame ul li .temp_btn_box a {
		margin-left: auto;
		margin-right: auto;
		width: 170px;
	}
	#top_sec_05 .inner .frame ul li .temp_btn_box a span {
		font-size: 15px;
		line-height: 15px;
		font-weight: normal;
		padding: 10px 20px 8px 0;
		background: #1891c4 url(../images/icon_arrow.png) no-repeat right 30px center;
		background-size:12px;	
	}
	
}


#top_sec_06 {
}
#top_sec_06 .top_title {
	background:#f4f4f4 url(../images/sec06_eye.png) no-repeat left top;
}
#top_sec_06 .inner .frame {
	padding: 68px 0 60px 0;
}
#top_sec_06 .inner .frame ul {
	margin-left: 80px;
}
#top_sec_06 .inner .frame ul li {
	width: 360px;
	float: left;
	margin-right: 40px;
}
#top_sec_06 .inner .frame ul li h3 {
	background: url(../images/back_02.png);
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0 6px 30px;
	position: relative;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	color: #FFFFFF;
}
#top_sec_06 .inner .frame ul li h3 br {
	display: none;
}
#top_sec_06 .inner .frame ul li h3:after {
	background: url(../images/icon_arrow_02.png) no-repeat center center;
	width: 14px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}
#top_sec_06 .inner .frame ul li h3:before {
	background: url(../images/sec06_icon_01.png) no-repeat center center;
	background-size: auto 48px;
	width: 58px;
	height: 48px;
	content: "";
	display: block;
	position: absolute;
	top:-5px;
	left: -17px;
	z-index: 20;
}
#top_sec_06 .inner .frame ul li:nth-child(2) h3:before {
	background: url(../images/sec06_icon_02.png) no-repeat center center;
	background-size: auto 48px;
}
#top_sec_06 .inner .frame ul li:nth-child(3) h3:before {
	background: url(../images/sec06_icon_03.png) no-repeat center center;
	background-size: auto 48px;
}
#top_sec_06 .inner .frame ul li:nth-child(2) h3 {
	letter-spacing: -2px;
}



#top_sec_06 .inner .frame ul li .img_box {
	margin-bottom: 20px;
}
#top_sec_06 .inner .frame ul li p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#top_sec_06 {
	}
	#top_sec_06 .top_title {
		background:#f4f4f4 url(../images/sec06_eye.png) no-repeat left top;
	}
	#top_sec_06 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#top_sec_06 .inner .frame ul {
		margin-left: 0px;
	}
	#top_sec_06 .inner .frame ul li {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#top_sec_06 .inner .frame ul li h3 {
		background: url(../images/back_02.png);
		font-size: 17px;
		line-height: 24px;
		padding: 8px 0 6px 20px;
		position: relative;
		-webkit-border-radius:3px 3px 0 0;
		-moz-border-radius:3px 3px 0 0;
		-ms-border-radius:3px 3px 0 0;
		-o-border-radius:3px 3px 0 0;
		color: #FFFFFF;
	}
	#top_sec_06 .inner .frame ul li h3 br {
		display: block;
	}
#top_sec_06 .inner .frame ul li h3:after {
	background: url(../images/icon_arrow_02.png) no-repeat center center;
	width: 14px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}
#top_sec_06 .inner .frame ul li h3:before {
	background: url(../images/sec06_icon_01.png) no-repeat center center;
	background-size: auto 35px;
	width: 58px;
	height: 35px;
	content: "";
	display: block;
	position: absolute;
	top:2px;
	left: -17px;
	z-index: 20;
}
#top_sec_06 .inner .frame ul li:nth-child(2) h3:before {
	background: url(../images/sec06_icon_02.png) no-repeat center center;
	background-size: auto 35px;
}
#top_sec_06 .inner .frame ul li:nth-child(3) h3:before {
	background: url(../images/sec06_icon_03.png) no-repeat center center;
	background-size: auto 35px;
}

#top_sec_06 .inner .frame ul li:nth-child(2) h3 {
	letter-spacing: 0px;
}

	#top_sec_06 .inner .frame ul li .img_box {
		margin-bottom: 15px;
	}
	#top_sec_06 .inner .frame ul li .img_box img {
		width: 100%;
		height: auto;
	}
#top_sec_06 .inner .frame ul li p {
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}
	
}



#top_sec_07 {
}
#top_sec_07 .top_title {
	background:#f4f4f4 url(../images/sec07_eye.png) no-repeat left top;
}
#top_sec_07 .inner .frame {
	padding: 68px 0 76px 0;
}
#top_sec_07 .inner .frame .frame_in {
	background: #f9f8f8;
	margin: 0 80px;
	padding: 50px 46px;
}
#top_sec_07 .inner .frame .frame_in ul {
}
#top_sec_07 .inner .frame .frame_in ul li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#top_sec_07 .inner .frame .frame_in ul li:last-child {
	margin-bottom: 0px;
}
#top_sec_07 .inner .frame .frame_in ul li p {
	display: table-cell;
	vertical-align: top;
}
#top_sec_07 .inner .frame .frame_in ul li p.date {
	width: 98px;
}
#top_sec_07 .inner .frame .frame_in ul li p.date span {
	display: block;
	width: 85px;
	background: #43a7b3;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	padding: 10px 0;
}
#top_sec_07 .inner .frame .frame_in ul li p.txt_box {
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	padding: 7px 0 0 0;
}
#top_sec_07 .inner .frame .frame_in ul li p.txt_box a {
}
#top_sec_07 .inner .frame .frame_in ul li p.txt_box a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#top_sec_07 {
	}
	#top_sec_07 .top_title {
		background:#f4f4f4 url(../images/sec07_eye.png) no-repeat left top;
	}
	#top_sec_07 .inner .frame {
		padding: 30px 10px 30px 10px;
		margin: 0 1.56%;
	}
	#top_sec_07 .inner .frame .frame_in {
		background: #f9f8f8;
		margin: 0 0px;
		padding: 20px 10px;
	}
	#top_sec_07 .inner .frame .frame_in ul {
	}
	#top_sec_07 .inner .frame .frame_in ul li {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_sec_07 .inner .frame .frame_in ul li:last-child {
		margin-bottom: 0px;
	}
	#top_sec_07 .inner .frame .frame_in ul li p {
		display: block;
	}
	#top_sec_07 .inner .frame .frame_in ul li p.date {
		width: 98px;
	}
	#top_sec_07 .inner .frame .frame_in ul li p.date span {
		display: block;
		width: 85px;
		background: #43a7b3;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 12px;
		padding: 5px 0;
	}
	#top_sec_07 .inner .frame .frame_in ul li p.txt_box {
		text-align: left;
		font-size: 15px;
		line-height: 1.8;
		padding: 7px 0 0 0;
	}
	#top_sec_07 .inner .frame .frame_in ul li p.txt_box a {
	}
	#top_sec_07 .inner .frame .frame_in ul li p.txt_box a:hover {
		opacity: 0.8;
	}	
}




#top_sec_08 {
}
#top_sec_08 .top_title {
	background:#f4f4f4 url(../images/sec08_eye.png) no-repeat left top;
}
#top_sec_08 .inner .frame {
	padding: 68px 0 76px 0;
}
#top_sec_08 .facebook ,
#top_sec_08 .twitter {
	width:500px;
	display:inline-block;
	margin:0 20px;
}


@media screen and (max-width: 640px) {

	#top_sec_08 {
	}
	#top_sec_08 .top_title {
		background:#f4f4f4 url(../images/sec08_eye.png) no-repeat left top;
	}
	#top_sec_08 .inner .frame {
		padding: 30px 0 30px 0;
		margin: 0 1.56%;
	}
	#top_sec_08 .facebook ,
	#top_sec_08 .twitter {
		width:auto;
		display:block;
		margin:0 0px;
	}
	#top_sec_08 .facebook {
		margin-bottom:20px;
	}
	
}




#top_sec_09 {
}
#top_sec_09 .top_title {
	background:#f4f4f4 url(../images/sec09_eye.png) no-repeat left top;
}
#top_sec_09 .inner .frame {
	padding: 68px 0 76px 0;
}
#top_sec_09 .inner .frame .txt_01 {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 100px;
}
#top_sec_09 .inner .frame .frame_in {
	background: #f9f8f8;
	margin: 0 80px 115px 80px;
	padding:82px 56px 50px 56px;
	position: relative;
}
#top_sec_09 .inner .frame .frame_in h3 {
	position: absolute;
	top:-63px;
	left: 50%;
	width: 126px;
	margin-left: -63px;
	font-size: 24px;
	line-height: 126px;
	height: 126px;
	background: url(../images/back_01.png);
	color: #FFFFFF;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#top_sec_09 .inner .frame .frame_in .btn_open {
	display: none;
}
#top_sec_09 .inner .frame .frame_in ul {
	padding-bottom: 28px;
}
#top_sec_09 .inner .frame .frame_in ul li {
	width: 150px;
	float: left;
	margin-right: 29px;
	margin-bottom: 17px;
}
#top_sec_09 .inner .frame .frame_in ul li:nth-child(6n) {
	margin-right: 0px;
}
#top_sec_09 .inner .frame .frame_in ul li:nth-child(6n+1) {
	clear: both;
}
#top_sec_09 .inner .frame .frame_in ul li a {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
#top_sec_09 .inner .frame .frame_in ul li a span {
	padding: 12px 0 10px 0;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box {
	padding-top: 0px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box:hover {
	padding-top: 3px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box a {
	padding-bottom: 3px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box:hover a {
	padding-bottom: 0px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box a span {
	padding-right:10px;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
	background-size:13px;
}
#top_sec_09 .inner .frame .frame_in h4 {
}
#top_sec_09 .inner .frame .frame_in h4 span {
	display: inline-block;
	background: url(../images/icon_train.png) no-repeat left center;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}
#top_sec_09 .inner .frame .frame_in p {
	font-size: 12px;
	line-height: 26px;
	text-align: left;
}

@media screen and (min-width: 641px) {
	#top_sec_09 .sp_disp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#top_sec_09 .sp_disp {
		display: none;
		background: #f9f8f8;
		padding: 15px 10px 30px 10px;
	}
	#top_sec_09 {
	}
	#top_sec_09 .top_title {
		background:#f4f4f4 url(../images/sec09_eye.png) no-repeat left top;
	}
	#top_sec_09 .inner .frame {
		padding: 30px 0 30px 0;
		margin: 0 1.56%;
	}
	#top_sec_09 .inner .frame .txt_01 {
		font-size: 15px;
		line-height: 1.8;
		padding: 0 10px;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_sec_09 .inner .frame .frame_in {
		background: none;
		margin: 0 10px 10px 10px;
		padding:0px 0px 1px 0px;
		position: relative;
	}
	#top_sec_09 .inner .frame .frame_in:last-child {
		margin-bottom: 0px;
	}
	#top_sec_09 .inner .frame .frame_in h3,
	#top_sec_09 .inner .frame .frame_in .btn_open {
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		margin-left: 0px;
		font-size: 18px;
		line-height: 24px;
		height: 40px;
		-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
		z-index: 100;
		-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		padding: 8px 0 0 0;
	}
	#top_sec_09 .inner .frame .frame_in h3 {
		position: relative;
	}
	#top_sec_09 .inner .frame .frame_in .btn_open {
		z-index: 105;
		display: inline-block;
	}
	#top_sec_09 .inner .frame .frame_in .btn_open span::before{
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#top_sec_09 .inner .frame .frame_in .btn_open span::before,
	#top_sec_09 .inner .frame .frame_in .btn_open span::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}	
	#top_sec_09 .inner .frame .frame_in .btn_open.active span::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#top_sec_09 .inner .frame .frame_in ul {
		padding-bottom: 28px;
	}
	#top_sec_09 .inner .frame .frame_in ul li {
		width: 48%;
		float: left;
		margin-right: 0px;
		margin-bottom: 17px;
	}
	#top_sec_09 .inner .frame .frame_in ul li:nth-child(6n) {
		margin-right: 0px;
	}
	#top_sec_09 .inner .frame .frame_in ul li:nth-child(6n+1) {
		clear: none;
	}
	#top_sec_09 .inner .frame .frame_in ul li:nth-child(2n) {
		float: right;
	}
	#top_sec_09 .inner .frame .frame_in ul li:nth-child(2n+1) {
		clear: both;
	}
#top_sec_09 .inner .frame .frame_in ul li a {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
#top_sec_09 .inner .frame .frame_in ul li a span {
	padding: 12px 0 10px 0;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box {
	padding-top: 0px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box:hover {
	padding-top: 3px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box a {
	padding-bottom: 3px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box:hover a {
	padding-bottom: 0px;
}
#top_sec_09 .inner .frame .frame_in ul li .temp_btn_box a span {
	padding-right:10px;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
	background-size:13px;
}
#top_sec_09 .inner .frame .frame_in h4 {
}
#top_sec_09 .inner .frame .frame_in h4 span {
	display: inline-block;
	background: url(../images/icon_train.png) no-repeat left center;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}
#top_sec_09 .inner .frame .frame_in p {
	font-size: 12px;
	line-height: 26px;
	text-align: left;
}
	
}












/*
*/





























#related_item {
	padding: 0 14px;
	
}
#related_item .item_list {
	max-width: 800px;
	margin: 0 auto;
}
#related_item .item_list img {
	width: 100%;
	height: auto;
}
#related_item .item_list li {
	float: left;
	width: 24.25%;
	margin: 0 0.375% 25px 0.375%;
}
#related_item .item_list li:nth-child(4n + 1) {
	clear: both;
}
#related_item .item_list li .img_box {
	border: #efefef 1px solid;
	margin-bottom: 6px;
}
#related_item .item_list li .title_box {
}
#related_item .item_list li .title_box .in_frame {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#related_item .item_list li .title_box .in_frame .b_logo {
	display:table-cell;
	vertical-align: middle;
	width: 34px;
}
#related_item .item_list li .title_box .in_frame .b_logo span {
	display: none;
}
#related_item .item_list li .title_box .in_frame h3 {
	display:table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
}
#related_item .item_list li .title_box .price {
	font-size: 13px;
	line-height: 17px;
}


@media screen and (max-width: 640px) {
	#related_item .item_list li {
		width: 24.25%;
		margin: 0 0.375% 25px 0.375%;
	}
	#related_item .item_list li:nth-child(4n + 1) {
		clear: both;
	}
	#related_item .item_list li .img_box {
		margin-bottom: 6px;
	}
	#related_item .item_list li .title_box {
	}
	#related_item .item_list li .title_box .in_frame {
		display: block;
		margin-bottom: 10px;
	}
	#related_item .item_list li .title_box .in_frame .b_logo {
		display: block;
		width: 100%;
	}
	#related_item .item_list li .title_box .in_frame .b_logo img {
		display: none;
	}
	#related_item .item_list li .title_box .in_frame .b_logo span {
		display: block;
		font-size: 12px;
		line-height: 15px;
		text-align: left;
		margin-bottom: 5px;
	}
	#related_item .item_list li .title_box .in_frame h3 {
		display: block;
		padding: 0 0 0 0px;
		font-size: 12px;
		line-height: 15px;
	}
	#related_item .item_list li .title_box .price {
		font-size: 12px;
		line-height: 15px;
		text-align: left;
	}
}


@media screen and (max-width: 480px) {
	#related_item .item_list li {
		width: 32.333333%;
		margin: 0 0.5% 25px 0.5%;
	}
	#related_item .item_list li:nth-child(4n + 1) {
		clear: none;
	}
	#related_item .item_list li:nth-child(3n + 1) {
		clear: both;
	}

}




.shop_link_01 {
	margin-bottom: 100px;
}
.shop_link_01 h2 {
	background:#f4f4f4 url(../images/common/common_eye_01.jpg) no-repeat left top;
}
.shop_link_01 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png);
}
.shop_link_01 .inner .frame ul {
	margin-left: 50px;
}
.shop_link_01 .inner .frame ul li {
	float: left;
	width: 270px;
	margin-right: 20px;
}
.shop_link_01 .inner .frame ul li h3 {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background: #6ba7c8 url(../images/back_02.png);
	letter-spacing: 4px;
	padding: 8px 0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	position: relative;
}
.shop_link_01 .inner .frame ul li h3:after {
	background: url(../images/icon_arrow_02.png) no-repeat center center;
	width: 14px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}
.shop_link_01 .inner .frame ul li a {
	display: block;
}
.shop_link_01 .inner .frame ul li .img_box {
	overflow: hidden;
	margin-bottom: 20px;
}
.shop_link_01 .inner .frame ul li .txt_box {
	text-align: left;
}
.shop_link_01 .inner .frame ul li .txt_box h4 {
	margin-bottom: 13px;
	color: #e35609;
	font-size: 16px;
	line-height: 24px;
}
.shop_link_01 .inner .frame ul li .txt_box p {
	font-size: 12px;
	line-height: 20px;
}

@media screen and (max-width: 640px) {
	.shop_link_01 {
	}
	.shop_link_01 .top_title {
		background:#f4f4f4 url(../images/sec01_eye.png) no-repeat left top;
	}
	.frame {
		padding: 30px 10px 10px 10px;
		margin: 0 1.56%;
		
	}
	.shop_link_01 .inner .frame ul {
		margin-left: 0px;
	}
	.shop_link_01 .inner .frame ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.shop_link_01 .inner .frame ul li a {
		display: block;
	}
	.shop_link_01 .inner .frame ul li .img_box {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.shop_link_01 .inner .frame ul li .img_box img {
		width: 100%;
	}
	.shop_link_01 .inner .frame ul li .txt_box {
		text-align: left;
	}
	.shop_link_01 .inner .frame ul li .txt_box h4 {
		margin-bottom: 10px;
		color: #e35609;
		font-size: 16px;
		line-height: 24px;
	}
	.shop_link_01 .inner .frame ul li .txt_box p {
		font-size: 15px;
		line-height: 1.8;
	}	
}


.common_contact_01 {
	margin-bottom: 100px;
}
.common_contact_01 h2 {
	background:#f4f4f4 url(../images/common/common_eye_02.jpg) no-repeat left top;
}
.common_contact_01 .inner .frame {
	padding: 45px 0 64px 0;
	background: url(../images/sec01_back.png);
}
.common_contact_01 .inner .frame .con_01 {
	padding:0 50px;
	margin-bottom: 50px;
}
.common_contact_01 .inner .frame .con_01 p {
	font-size: 14px;
	line-height: 21px;
}
.common_contact_01 .inner .frame .con_01 img {
	display: none;
}
.common_contact_01 .inner .frame .con_01 .box_01 {
	width: 290px;
	text-align: left;
	float: left;
}
.common_contact_01 .inner .frame .con_01 .box_01 > div {
	background: url(../images/common/contact_parts_01.png) no-repeat center left;
	height: 37px;
}
.common_contact_01 .inner .frame .con_01 .box_01 p {
	margin-bottom: 10px;
}
.common_contact_01 .inner .frame .con_01 .box_02 {
	width: 283px;
	text-align: center;
	float: left;
}
.common_contact_01 .inner .frame .con_01 .box_02 > div {
	background: url(../images/common/contact_parts_02.png) no-repeat center left;
	height: 37px;
}
.common_contact_01 .inner .frame .con_01 .box_02 p {
	margin-bottom: 10px;
}
.common_contact_01 .inner .frame .con_01 .box_03 {
	width: 243px;
	text-align: center;
	float: right;
}
.common_contact_01 .inner .frame .con_01 .box_03 p {
	margin-bottom: 8px;
}
.common_contact_01 .inner .frame .con_01 .box_03 .temp_btn_box a span {
	padding: 15px 20px 15px 0;
	background: #1891c4 url(../images/icon_arrow.png) no-repeat right 10px center;
	background-size:13px;
}
.common_contact_01 .inner .frame .con_02 {
	margin-bottom: 40px;
}
.common_contact_01 .inner .frame .con_03 {
	padding: 0 50px;
}
.common_contact_01 .inner .frame .con_03 .box_01 {
	width: 183px;
	float: left;
	margin-right: 30px;
}
.common_contact_01 .inner .frame .con_03 .box_02 {
	width: 200px;
	float: left;
	margin-top: 20px;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl {
	display: table;
	margin-bottom: 9px;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt span {
	display: inline-block;
	width: 53px;
	padding: 3px 0;
	text-align: center;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt span.num1 {
	border: #dadada 1px solid;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt span.num2 {
	background: #6099d4;
	border: #6099d4 1px solid;
	color: #FFFFFF;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt span.num3 {
	background: #de616b;
	border: #de616b 1px solid;
	color: #FFFFFF;
}
.common_contact_01 .inner .frame .con_03 .box_02 dl dt span.num4 {
	background: #8bca65;
	border: #8bca65 1px solid;
	color: #FFFFFF;
}


.common_contact_01 .inner .frame .con_03 .box_02 dl dd {
	display: table-cell;
	color: #373737;
	font-size: 15px;
	vertical-align: middle;
	padding-left: 14px;
}
.common_contact_01 .inner .frame .con_03 .box_02 p {
	color: #cf2200;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 0;
}
.common_contact_01 .inner .frame .con_03 .box_03 {
	width: 317px;
	float: right;
}
.common_contact_01 .inner .frame .con_03 .box_03 p {
	font-size: 19px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
}
.common_contact_01 .inner .frame .con_03 .box_03 .temp_btn_box {
	margin-bottom: 16px;
}
.common_contact_01 .inner .frame .con_03 .box_03 .temp_btn_box:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 640px) {
	
	.common_contact_01 .inner .frame .con_01 {
		padding: 0px;
		text-align: center;
		margin-bottom: 30px;	
	}	
	.common_contact_01 .inner .frame .con_01 img {
		display: inline-block;
	}
	.common_contact_01 .inner .frame .con_01 .box_01 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.common_contact_01 .inner .frame .con_01 .box_01 p {
		text-align: center;
	}
	.common_contact_01 .inner .frame .con_01 .box_01 > div {
		background: none;
		height: auto;
	}
	.common_contact_01 .inner .frame .con_01 .box_02 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.common_contact_01 .inner .frame .con_01 .box_02 > div {
		background: none;
		height: auto;
	}
	.common_contact_01 .inner .frame .con_01 .box_03 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.common_contact_01 .inner .frame .con_03 {
		padding: 0px;
	}
	.common_contact_01 .inner .frame .con_03 .box_01 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.common_contact_01 .inner .frame .con_03 .box_02 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	.common_contact_01 .inner .frame .con_03 .box_02 .eigyou_jikan_wrap {
		display: inline-block;
	}
	.common_contact_01 .inner .frame .con_03 .box_02 p {
		text-align: center;
	}
	.common_contact_01 .inner .frame .con_03 .box_03 {
		width: 80%;
		float: none;
		margin: 0 auto 30px auto;
	}
	.common_contact_01 .inner .frame .con_03 .box_03 p {
		font-size: 15px;
		line-height: 28px;
		text-align: center;
		margin-bottom: 10px;
	}
}




.movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_box iframe,
.movie_box object {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 640px) {
	.pc_only_br {
		display: none;
	}
}


.sns_timeline {
}
.sns_timeline .facebook {
	width: 455px;
	float: left;
}
.sns_timeline .twitter {
	width: 455px;
	float: right;
}
.sns_timeline .twitter a,
.sns_timeline .twitter iframe {
width:100% !important;
}
@media screen and (max-width: 640px) {
	.sns_timeline {
		margin: 0 1.56%;
	}
	.sns_timeline .facebook {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.sns_timeline .twitter {
		width: 100%;
		float: none;
		overflow:hidden;
	}
}


.txt_left {
	text-align: left !important;
}
.txt_center {
	text-align: center !important;
}
.txt_right {
	text-align: right !important;
}
.mincho_font {
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","Kozuka Mincho Std","小塚明朝 Std R","ＭＳ Ｐ明朝","MS PMincho",Georgia,Times,Baskerville,Palatino,serif;
}

.f_left_img {
	float: left;
	margin: 0 20px 30px 0;
}
.f_right_img {
	float: right;
	margin: 0 0 30px 20px;
}
.f_left_fimg {
	float: left;
	margin: 0 20px 30px 0;
}
.f_right_fimg {
	float: right;
	margin: 0 0 30px 20px;
}


@media screen and (max-width: 640px) {
	.f_left_img {
		margin: 0 10px 20px 0;
		width: 48%;
	}
	.f_right_img {
		margin: 0 0 20px 10px;
		width: 48%;
	}
	.f_left_fimg {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	.f_right_fimg {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	
}


.p-rentalBarList {
  display:table;
  margin: 0 auto;
  padding-bottom:60px;
}
.p-rentalBarList li {
  display:table-cell;
  vertical-align:middle;
  padding:0 10px;
}
@media screen and (max-width: 640px) {
  .p-rentalBarList {
    display:block;
    margin: 0 auto;
    padding-bottom:60px;
  }
  .p-rentalBarList li {
    display:block;
    padding:0 10px;
  }
  .p-rentalBarList li + li {
    margin-top: 10px;
  }
}



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

a.link_button {
	display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
	-webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #1891c4 url(../images/icon_arrow.png) no-repeat right 23px center;
  background-size: 16px;
  width:400px;
  font-size: 30px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  margin: auto;
  height: 80px;
  border-radius: 10px;
}
  
@media screen and (max-width: 640px) {  
  .link_buttonOuter {
    margin: 30px 0 0 0;
  }

  a.link_button {
    background: #1891c4 url(../images/icon_arrow.png) no-repeat right 23px center;
    background-size: 16px;
    width:250px;
    font-size: 20px;
    line-height: 1.4;
    height: 60px;
    border-radius: 10px;
  }
}


.p-shopList {
/*
	margin-left: 50px;
*/
  margin: 0 40px;
}
.p-shopList__item {
/*
	width: 270px;
	margin-right: 20px;
*/
  padding: 0 10px;
}
.p-shopList__name {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background: #6ba7c8 url(../images/back_02.png);
	letter-spacing: 4px;
	padding: 8px 0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	position: relative;
}
.p-shopList__name:after {
	background: url(../images/icon_arrow_02.png) no-repeat center center;
	width: 14px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	bottom:-10px;
	left: 50%;
	margin-left: -11px;
	z-index: 20;
}
.p-shopList__item a {
	display: block;
}
.p-shopList__thumb {
	overflow: hidden;
	margin-bottom: 20px;
}
.p-shopList__txtWrap {
	text-align: left;
}
.p-shopList__title {
	margin-bottom: 13px;
	color: #e35609;
	font-size: 16px;
	line-height: 24px;
}
.p-shopList__txt {
	font-size: 12px;
	line-height: 20px;
}


.p-shopList .slick-prev {
    left: -30px;
}
.p-shopList .slick-next {
    right: -30px;
}
.p-shopList .slick-prev,
.p-shopList .slick-next {
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  color: #1891c4;
  background: #1891c4;
  border-radius: 50%;
}
.p-shopList .slick-prev:hover,
.p-shopList .slick-prev:focus,
.p-shopList .slick-next:hover,
.p-shopList .slick-next:focus {
  background: #1891c4;
}
.p-shopList .slick-prev:before,
.p-shopList .slick-next:before {
  display: none;
}
.p-shopList .slick-prev:after,
.p-shopList .slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.p-shopList .slick-prev:after{
  right: 8px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.p-shopList .slick-next:after{
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop_link_01 .inner .frame .p-shopList  .slick-dots {
  margin-left: 0px;
  box-sizing: border-box;
}
.shop_link_01 .inner .frame .p-shopList  .slick-dots li {
  float: none;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.shop_link_01 .inner .frame .slick-dots li button {
  background:#e35609;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
}
.shop_link_01 .inner .frame .slick-dots li.slick-active button {
  opacity: 1;
}
.shop_link_01 .inner .frame .slick-dots li button::before {
  display: none;
}
  
@media screen and (max-width: 640px) {

	.p-shopList {
		margin: 0px;
	}
	.p-shopList__item {
		margin-bottom: 0px;
	}
	.p-shopList__item a {
		display: block;
	}
	.p-shopList__thumb {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.p-shopList__thumb img {
		width: 100%;
	}
	.p-shopList__txtWrap {
		text-align: left;
	}
	.p-shopList__title {
		margin-bottom: 10px;
		color: #e35609;
		font-size: 16px;
		line-height: 24px;
	}
	.p-shopList__txt {
		font-size: 15px;
		line-height: 1.8;
	}
  .shop_link_01 .inner .frame .p-shopList .slick-dots li {
    margin-bottom: 0;
  }
  .shop_link_01 .inner .frame .p-shopList.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}  

