@charset "UTF-8";

.color_orange01{
	color: #ff6720 !important;
}

.contact_error{
	margin-top: 10px;
	color: #FF0000;
	background-color: #eee;
}

/* -------------- top -------------- */
.top_mv {
  position: relative;
}

.top_mv .swiper_top{
	min-height: 500px;
}

.scroll_down_area{
	bottom: 0;
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 50px;
}

.scroll_down_wrap{
	max-width: 1400px;
	margin: 0 auto;
	text-align: right;
	line-height: 0;
}

.scroll_down {
	position: relative;
	z-index: 2;
  display: inline-block;
	vertical-align: bottom;
  z-index: 2;
	padding: 0 0 70px 0;
}

.scroll_down .icon_down_bar{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 56px;
	margin: 0 0 0 -2px;
}

.scroll_down .icon_down_bar_obj{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: scroll_down 2s linear infinite;
}

.top_mv_sns {
  display: flex;
  position: absolute;
  /*right: 100px;*/
	right: 25px;
  top: 30px;
  z-index: 2;
}

@keyframes scroll_down {
    0% {
      opacity: 1;
			height: 0;
    }
    40% {
      opacity: 1;
			height: 100%;
    }
		100% {
      opacity: 0;
			height: 100%;
    }
}

.top_mv_sns a {
  transition: .3s;
  -webkit-transition: .3s;
}
.top_mv_sns .fb {
  margin-right: 12px;
}

@media all and (max-width: 700px) {
	.scroll_down {
		display: none;
	}
	
	.top_mv_sns {
		right: 15px;
	}
	
	.top_mv .swiper_top{
		min-height: 300px;
	}

	
}

.swiper_top .img_cover{
  background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
	overflow:  hidden;
  transform-origin: 50% 50%;
  width: 100%;
}
.swiper_top .img_cover img{
	display: none;
}
.mv_content {
  /*align-items: flex-start;*/
  display: flex;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 50px;
  /*top: 28%;
  left: 52%;
  transform: translateX(-52%);
  -webkit-transform: translateX(-52%);*/
}

.mv_content_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

.mv_content_in{
	display: flex;
	max-width: 1120px;
	width: 100%;
	align-items: stretch;
	margin: -80px 0 0 0;
}

.mv_content_block{
	display: flex;
	width: 100%;
}

.mv_content a {
  /*margin-top: 130px;
  transition: .3s;
  -webkit-transition: .3s;*/
}
.swiper_top .swiper-pagination-bullet {
	position: relative;
  /*border: solid .5px #fff;*/
  border-radius: 0;
  height: 10px;
  opacity: 1;
  width: 40px;
	display: inline-block;
	vertical-align:  middle;
	border: none;
	transition: height 0.4s ease 0s;
	cursor: pointer;
	background-color: transparent !important;
}

.swiper_top .swiper-pagination-bullet:before,
.swiper_top .swiper-pagination-bullet:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	transition: width 0.8s ease 0s,height 0.2s ease 0s, top 0.2s ease 0s, margin-top 0.2s ease 0s;
	display: block;
}

.swiper_top .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper_top .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	height: 4px;
	margin-top: -2px;
}

.swiper_top .swiper-pagination-bullet:hover:before,
.swiper_top .swiper-pagination-bullet:hover:after{
	height: 4px;
	margin-top: -2px;
}

.swiper_top .swiper-pagination-bullet:before {
	width: 100%;
	background-color: #ffffff;
}

.swiper_top .swiper-pagination-bullet:after {
	width: 0%;
	background-color: #ff6720;
}

.swiper_top .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  /*background: #ff6720;
  border: solid .5px #ff6720;
  opacity: 1;*/
	/*width: 100%;
	transition: width 6s linear 0s;*/
}

.swiper_top .swiper-pagination{
	line-height: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

}

@media all and (max-width: 700px) {
	.swiper_top .swiper-pagination{
		bottom: 30px;
	}
	
	.mv_content{
		padding: 25px;
	}
	
	.mv_content_in{
		align-items: flex-start;
		margin: 0px 0 0 0;
	}
}


/* .swiper_top */

.swiper_top .mv_head{
  position: relative;
  z-index: 2;
	display: flex;
	min-width: 120px;
	max-width: 120px;
}

.swiper_top .mv_head_img{
	position: relative;
	line-height: 0;
	padding: 0 0 0 16px;
}

.mv_head_bar{
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	background-color: #fff;
}
/*
.swiper_top .mv_head_img:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	background-color: #fff;
}*/

.mv_head_text{
  position: relative;
  font-size: 12px;
  width: 12px;
  height: 0;
  color: #fff;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  white-space: nowrap;
}

.mv_head_text_in{
  position: absolute;
  top: 3px;
  left: 12px;
  transform-origin: 0 0;
  transform: rotate(90deg);
}

.swiper_top img.jta_info {
  margin-right: 0px;
  /*margin-top: 23px;*/
} 

.mv_content p.number {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
	width: 50px;
	margin: -25px 0 0 0;
}

@media all and (max-width: 900px) {
	.swiper_top .mv_head{
		min-width: 80px;
		max-width: 80px;
		flex-direction: column;
	}
	
	.swiper_top .mv_head_img{
		flex-grow: 1;
		margin: 10px 0 0 12px;
	}
	
	.mv_content p.number{
		margin-top: -30px;
	}
	
}

@media all and (max-width: 700px) {
	.swiper_top .mv_head{
		min-width: 50px;
		max-width: 50px;
	}
	
	
	.mv_content p.number {
		font-size: 36px;
		width: 36px;
		margin-top: -24px;
	}
	
	.swiper_top .mv_head_img{
		flex-grow: 1;
		margin: 10px 0 0 6px;
		padding: 0 0 0 10px;
	}
	
}


.mv_text_area{
	display: flex;
}

/* .mv_text_wrap */

.mv_text_wrap{
	position: relative;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 120px);
}

.mv_text{
	position: relative;
	z-index: 3;
	color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-right: 70px;
	align-self: flex-start;
}

.mv_content p.txt {
  margin: -16px 0 0 0;
}

@media all and (max-width: 900px) {
	.mv_text_wrap{
		flex-wrap: wrap;
		width: calc(100% - 80px);
	}
	
	.mv_text{
		font-size: 24px;
		width: 100%;
		margin: 0 0 30px 0;
	}
	
}

@media all and (max-width: 700px) {
	.mv_text_wrap{
		width: calc(100% - 50px);
	}
	
	.mv_text{
		font-size: 18px;
	}
}

/* .mv_btn */

.mv_btn_area{
	position: relative;
	z-index: 3;
	min-width: 200px;
	max-width: 200px;
	align-self: center;
}

.mv_btn_wrap{
	width: 0;
	overflow:  hidden;
}

.mv_btn{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	position: relative;
	background-color: #fff;
	white-space: nowrap;
	min-width: 200px;
	max-width: 200px;
}

.mv_btn a{
	display: block;
	/*transition: opacity 0.4s ease 0s;*/
}



.mv_btn_in{
	width: 200px;
	position: relative;
	padding: 20px;
	background-color: #004966;
	text-align: center;
	transition: background-color 0.4s ease 0s;
}

.mv_btn a:hover .mv_btn_in{
	background-color: #ff6720;
}

.mv_btn_text{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px 0 0;
}


.mv_btn_text:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: 50% 50%;
	transform: rotate(45deg);
	margin: -4px 0 0 0;
	transition: right 0.4s ease 0s;
}

.mv_btn a:hover .mv_btn_text:after{
	right: -5px;
}



.mv_btn_text:after{
	
}

.swiper-pagination_wrap{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 80px;
	display: flex;
	justify-content: center;
}

.swiper-pagination_wrap .swiper-pagination{
	position: static;
}

.swiper-pagination_wrap .swiper-pagination-bullet{
	margin: 0 10px 0 0;
}

.swiper-pagination_wrap .swiper-pagination-bullet:last-child{
	margin-right: 0;
}

@media all and (max-width: 700px) {
	.swiper-pagination_wrap{
		bottom: 30px;
	}
}

/* .swiper_top .mv_head */

/*.swiper_top .mv_head_img:after,*/
.mv_head_bar{
	height: 0;
	transition: height 0.8s ease 0.3s;
}

/*.swiper-slide-active .mv_head_img:after,*/
.swiper-slide-active .mv_head_bar{
	height: 100%;
}

.swiper_top .mv_head{
	opacity: 0;
	transform: translateX(-30px);
}

.swiper-slide-active .mv_head{
	opacity: 1;
	transform: translateX(0px);
}

.swiper_top .mv_text{
	opacity: 0;
	transform: translateX(-30px);
}

.swiper_top .swiper-slide-active .mv_text{
	opacity: 1;
	transform: translateX(0px);
}

.swiper_top .swiper-slide-active .mv_btn_wrap{
	width: 100%;
}

@media all and (max-width: 900px) {
	.mv_btn_wrap{
	}
}

@media all and (max-width: 700px) {
	.swiper-pagination_area .swiper-pagination{
		margin: 0 0 -25px 0;
	}
}

@media all and (min-width: 720px) {
  .top_mv_sns a:hover {
    opacity: .6;
  }
  /*.mv_content a:hover {
    opacity: .6;
  }*/
}

.q_top1 {
  background: #f5f5f5;
  padding: 110px 0 120px;
}
.q_top1_inner {
  margin: 0 auto;
  max-width: 800px;
}
.q_top_tit {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 8px;
}
.q_top_sub {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
.q_top1_list {
  padding-top: 35px;
}
.q_top1_list li {
  border-bottom: 1px solid #ccc;
  transition: .3s;
  -webkit-transition: .3s;
}
.q_top1_list li:first-child {
  border-top: 1px solid #ccc;
}
.q_top1_list li a {
  align-items: flex-start;
  color: #004966;
  display: flex;
  font-weight: 400;
  margin: 0 auto;
  padding: 16px 0 14px 0;
  width: 95%;
}

.q_top1_list li a img,
.q_top1_list li a .nav_arrow{
	max-width: 16px;
	min-width: 16px;
	margin-top: 6px;
	margin-right: 10px;
}

.q_top1_list li a p {
  margin-right: 16px;
}
@media all and (min-width: 720px) {
  .q_top1_list li:hover {
    background: #fff;
  }
}
@media all and (max-width: 1024px) {
  .q_top1 {
    padding: 60px 0 80px;
}
  .q_top1_inner {
    width: 90%;
  }
}
@media all and (max-width: 520px) {
  .q_top1_inner {
    width: 87%;
  }
  .q_top_tit {
    font-size: 24px;
  }
}
.q_top2 {
  padding: 137px 0 112px;
}
.p_card {
  padding-top: 48px;
}
.p_card_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_card_list::before {
  content: "";
  display: block;
  order: 1;
  width: 300px;
}
.p_card_list::after {
  content: "";
  display: block;
  width: 300px;
}

.p_card_item{
	margin-bottom: 30px;
  width: 300px;
	display: flex;
	flex-direction: column;
}

.p_card_item_link{
	text-decoration: none !important;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.p_card_item_in {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
  background:-moz-linear-gradient(left, #004966, #105b75);
  background:-webkit-linear-gradient(left, #004966, #105b75);
  background:linear-gradient(to right, #004966, #105b75);

}
.p_card_item img {
  height: auto;
  width: 100%;
}

.p_card_item_img{
	position: relative;
	overflow:  hidden;
	background-color: #fff;
}

.p_card_item .img_cover{
	padding-bottom: 66.6%;
	transform-origin:  50% 50%;
	transition: transform 1s linear 0s;
}

.p_card_b {
	padding: 20px;
  position: relative;
}

.p_card_b .p_card_tit{
	display: flex;
	align-items: center;
	justify-content: center;
}

.p_card_b .tit {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.p_card_btn{
	margin: 20px 0 0 0;
	font-family: 'Playfair Display', serif;
  font-size: 12px;
	text-align: center;
}

.p_card_b .under_link{
	text-decoration: none !important;
  background-image: linear-gradient(to right, #ff6720, #ff6720);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  color: #ff6720;
  transition: background-size 0.6s ease 0s,transform 0.6s ease 0s;
	padding-bottom: 4px;
	display: inline-block;
}

.p_card_item_link:hover .under_link{
	background-size: 100% 1px;
	transform: translateY(-6px);
}

.p_card_item_link:hover .img_cover{
	transform: scale(1.05,1.05);
}

@media all and (min-width: 720px) {
  .p_card_b .under_link:hover{
		background-size: 100% 1px;
  }
}
@media all and (max-width: 1300px) {
  .p_card_list {
    justify-content: center;
  }
  .p_card_item {
    margin-right: 30px;
  }
  .p_card_item:nth-child(3n) {
    margin-right: 0;
  }
  .p_card_list::before {
    margin-right: 30px;
  }
}
@media all and (max-width: 1066px) {
  .p_card_item:nth-child(3n) {
    margin-right: 30px;
  }
  .p_card_item:nth-child(2n) {
    margin-right: 0;
  }
  .p_card_list::before {
    content: none;
  }
}
@media all and (max-width: 1024px) {
  .q_top2 {
    padding: 60px 0 60px;
  }
}
@media all and (max-width: 700px) {
  .p_card_list::after {
    content: none;
  }
  .p_card_item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .p_card_item:nth-child(3n) {
    margin-right: 15px;
  }
  .p_card_item:nth-child(2n) {
    margin-right: 15px;
  }
}
@media all and (max-width: 520px) {
  .p_card_item {
    margin-right: 0;
    margin-left: 0;
  }
  .p_card_item:nth-child(3n) {
    margin-right: 0;
  }
  .p_card_item:nth-child(2n) {
    margin-right: 0;
  }
}
.q_top3 {
  background: #f5f5f5;
  /*padding: 93px 95px 280px;*/
	padding: 93px 95px 370px;
  position: relative;
}
.q_top3 .bg {
  position: absolute;
  background: #f5f5f5;
  width: 3000px;
  height: 804px;
  z-index: -20;
  top: 0;
  left: 0;
}
.q_top3 .jta_logo {
  left: 100px;
  position: absolute;
  /*top: 460px;
  width: 146%;*/
	width: 1901px;
	bottom: 168px;
	line-height: 0;
}
.q_top3 .jta_logo img {
  width: 100%;
}
.q_top3 .content_in {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.q_top3 .content_in .top_left {
  width: 20%;
}
.q_top3 .content_in .top_right {
  width: 77%;
}
.q_top3 .q_top_tit {
  line-height: 1;
  padding-bottom: 20px;
  text-align: left;
}
.q_top3 .q_top_sub {
  font-size: 12px;
  padding-left: 6px;
  text-align: left;
}
@media all and (min-width: 720px) {
  .q_top3 .p_post_item:hover {
    background: #fff;
  }
}
@media all and (max-width: 1300px) {
  /*.q_top3 .jta_logo {
    top: 67%;
    width: 146%;
  }*/
}
@media all and (max-width: 1024px) {
  .q_top3 .content_in {
    display: block;
  }
  .q_top3 .content_in .top_left {
    width: 100%;
  }
  .q_top3 .content_in .top_right {
    padding-top: 35px;
    width: 100%;
  }
  .q_top3 .q_top_tit {
    padding-bottom: 8px;
    text-align: center;
  }
  .q_top3 .q_top_sub {
    padding-left: 0;
    text-align: center;
  }
  .q_top3 {
    padding: 60px 40px 240px;
  }
  /*.q_top3 .jta_logo {
    top: 70%;
  }*/
  .q_top3 .bg {
    height: 904px;
  }
}
@media all and (max-width: 700px) {
  .q_top3 {
    padding: 60px 40px 80px;
  }
  .q_top3 .bg {
    display: none;
  }
  .q_top3 .jta_logo {
    display: none;
  }
  .q_top3 .p_post {
    padding-bottom: 0;
  }
}
@media all and (max-width: 520px) {
  .q_top3 {
    padding: 60px 20px 80px;
  }
}
.q_top4 {
  background: #fff;
  /*padding: 76px 95px 47px;*/
	padding: 76px 95px 87px;
  margin-top: -200px;
  position: relative;
  z-index: 100;
}
.q_top4 .content_in {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.q_top4 .content_in .top_left {
  width: 20%;
}
.q_top4 .content_in .top_right {
  width: 77%;
}
.q_top4 .q_top_tit {
  line-height: 1;
  padding-bottom: 20px;
  text-align: left;
}
.q_top4 .q_top_sub {
  font-size: 12px;
  padding-left: 6px;
  text-align: left;
}

@media all and (max-width: 1024px) {
  .q_top4 .content_in {
    display: block;
  }
  .q_top4 .content_in .top_left {
    width: 100%;
  }
  .q_top4 .content_in .top_right {
    padding-top: 35px;
    width: 100%;
  }
  .q_top4 .q_top_tit {
    padding-bottom: 8px;
    text-align: center;
  }
  .q_top4 .q_top_sub {
    padding-left: 0;
    text-align: center;
  }
  .q_top4 {
    padding: 60px 40px 80px;
  }
  .q_top4 .p_post {
    padding-bottom: 0;
  }
}
@media all and (max-width: 700px) {
  .q_top4 {
    margin-top: 0;
    padding: 60px 0 80px;
  }
}
@media all and (max-width: 520px) {
  .q_top4 {
    padding: 60px 0 80px;
  }
}
.q_top5 {
  background: #f5f5f5;
  padding: 81.5px 30px 60px;
  margin-bottom: 200px;
}

.q_top5 .content_in{
	max-width: 1100px;
	margin: 0 auto;
}

.top_sns_bnr {
  display: flex;
  justify-content: space-between;
	margin: 0 -45px 20px 0;
}
.top_sns_bnr li {
  height: auto;
	padding: 0 45px 45px 0;
}

.top_sns_bnr li a {
  transition: .3s;
  -webkit-transition: .3s;
}
.top_sns_bnr li a img {
  width: 100%;
	max-width: 557px;
}

.top_sns_bnr li br{
	display: none;
}

/*
.q_top5_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.q_top5_list li {
  border-top: 1px solid #ccc;
  width: 22%;
}
.q_top5_list li a {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  padding: 24px 20px 22px 15px;
  transition: .3s;
  -webkit-transition: .3s;
}

.q_top5_list li img{
	min-width: 28px;
	transition: transform 0.4s ease 0s;
}*/

.q_top5_list {
  display: flex;
  flex-wrap: wrap;
	margin: 0 -45px -45px 0;
}
.q_top5_list li {
  width: 25%;
	padding: 0 45px 45px 0;
	display: flex;
	flex-direction: column;
}

@media all and (max-width: 1200px) {
	
	.top_sns_bnr {
		margin: 0 -30px 20px 0;
	}
	
	.top_sns_bnr li {
		height: auto;
		padding: 0 30px 30px 0;
	}

	
	.q_top5_list {
		margin: 0 -30px -30px 0;
	}
	
	.q_top5_list li {
		width: 33.33%;
		padding: 0 30px 30px 0;
	}
}

@media all and (max-width: 900px) {
	
	.top_sns_bnr {
		margin: 0 -30px 20px 0;
	}
	
	.top_sns_bnr li {
		height: auto;
		padding: 0 30px 30px 0;
	}
	
	.q_top5_list {
		margin: 0 -30px -30px 0;
	}
	
	.q_top5_list li {
		width: 50%;
		padding: 0 30px 30px 0;
	}
}

@media all and (max-width: 700px) {
	
	.top_sns_bnr {
		margin: 0 -20px 20px 0;
	}
	
	.top_sns_bnr li {
		height: auto;
		padding: 0 20px 20px 0;
	}
	
	.q_top5_list {
		margin: 0 -20px -20px 0;
	}
	
	.q_top5_list li {
		width: 100%;
		padding: 0 20px 20px 0;
	}
}

.q_top5_list li a {
	flex-grow: 1;
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  padding: 20px 24px 20px 24px;
  transition: .3s;
  -webkit-transition: .3s;
	background-color: #004a67;
	color: #fff;
}

.q_top5_list li img{
	min-width: 12px;
}

/*
@keyframes arrow_move {
    0%   { transform: translate(0px, 0px);}
    50%  { transform: translate(6px, 0px);}
    100% { transform: translate(0px, 0px);}
}

.q_top5_list li a:hover img{
	animation: arrow_move 0.8s 1;
}*/


.q_top5_list p {
  margin-right: 16px;
}
.q_top5_list li .line1 {
  padding: 34px 20px 37px 15px;
}


@media all and (min-width: 720px) {
  .top_sns_bnr li a:hover {
    opacity: .6;
  }
  /*.q_top5_list li a:hover {
    background: #fff;
  }*/
	
	.q_top5_list li a:hover{
		background-color: #ff6620;
	}
	
}
@media all and (max-width: 1024px) {
  .q_top5 {
    padding: 60px 40px 60px;
    margin-bottom: 100px;
  }
  .top_sns_bnr {
		max-width: none;
    display: block;
  }
  .top_sns_bnr li {
		width: 100%;
		text-align: center;
  }
	
}
@media all and (max-width: 700px) {
	
}
@media all and (max-width: 520px) {
  .q_top5 {
    padding: 60px 20px 50px;
    margin-bottom: 80px;
  }
  .q_top5_list li {
    width: 100%;
  }
}


/* ---------- テレワーク情報 --------- */

.content_wrap_left .info {
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-top: 30px;
  width: 93%;
}
.content_wrap_left .square {
  border: 1px solid #ccc;
  margin-top: 30px;
  padding: 14px 23px;
}
.content_wrap_left .pic01 {
  margin: 0 auto;
  max-width: 536px;
  padding: 70px 0 42px;
  text-align: center;
}
.content_wrap_left .pic01 img {
  height: auto;
  width: 100%;
}



/* -------- テレワーク情報 / ソリューション ------ */
.solution {
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 30px;
  width: 93%;
}


.tele_company {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  width: 93%;
}
.tele_company ul {
  width: 48%;
}
.tele_company ul li {
  padding-bottom: 5px;
}
.tele_company ul li a {
  border-bottom: 1px solid #666;
  color: #666;
  letter-spacing: 0.11em;
  padding-bottom: 2px;
  transition: .3s;
  -webkit-transition: .3s;
}
.bg_gray_info {
  background: #f5f5f5;
  margin: 75px auto 0;
  padding: 40px 0;
}
.bg_gray_info_in {
  margin: 0 auto;
  width: 90%;
} 
.bg_gray_info .kakomi_txt {
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 4px;
}
.bg_gray_info .kakomi_txt span {
  color: #ff6720;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 20px;
}
@media all and (min-width: 720px) {
  .tele_company ul li a:hover {
    color: #000;
  }
}
@media screen and (max-width: 1300px) {
  .bg_gray_info {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .tele_company {
    display: block;
  }
  .tele_company ul {
    width: 100%;
  }
}

/* ---------- お知らせ / 詳細ページ --------- */

.p_post_detail .txt {
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  width: 93%;
}
.p_post_detail .bg_gray {
  background: #f5f5f5;
  padding: 32px 0 40px;
}
.p_post_detail .bg_gray_in {
  margin: 0 auto;
  width: 90%;
}
.p_post_detail .bg_gray .tit {
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}
.p_post_detail .bg_gray .tit a {
  color: #000;
  font-size: 18px;
}
.p_post_detail .bg_gray .wp_import {
  color: #666;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.p_post_detail .bg_gray .wp_import.last {
  padding-bottom: 0;
}
@media all and (min-width: 720px) {
  .p_post_detail .bg_gray .tit a:hover {
    border-bottom: 1px solid #000;
  }
}
/* ---------- イベント / 詳細ページ --------- */

.p_post_detail h4.lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 16px;
  width: 93%;
}
.p_post_detail .txt_gray {
  color: #666;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding-bottom: 21px;
  width: 93%;
}

.p_post_detail .bg_gray.event {
  padding: 40px 0;
}
.bg_gray.event .program p {
  letter-spacing: 0.1em;
}
.bg_gray.event .program p.time {
  margin-right: 32px;
  width: 60px;
}
.bg_gray.event .program p.data {
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .p_post_detail h4.lead {
    font-size: 16px;
  }
  .bg_gray.event .program td {
    display: block;
    width: 100%;
  }
  .bg_gray.event .program p.time {
    padding-bottom: 8px;
  }
  .bg_gray.event .program p.data {
    padding-bottom: 28px;
  }
}

/* ---------- テレワーク関連サービス情報の紹介 --------- */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
}

.TabbedPanelsTabGroup {
	position: relative;
	z-index: 2;
	margin: 0px 0 -1px 0 !important;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 0.8em;
	line-height: 20px;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: #0066CC;
	text-decoration: none;
}
.TabbedPanelsTab a:hover {
	color: #FF9933;
	text-decoration: underline;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #FFFFFF;
}

.TabbedPanelsContentGroup a{
	color: #3aaade;
}

.TabbedPanelsContentGroup h5{
    margin: 50px auto 15px !important;
    font-size: 22px !important;
    font-weight: bold;
    position: relative;
    padding: 0 0 0.2em 0.8em !important;
    border-bottom: dashed 1px #c8c8c8 !important;
}

.TabbedPanelsContentGroup h5:before{
	display: none !important;
}

.TabbedPanelsContent {
	padding: 20px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	margin: 0 !important;
}

.TabbedPanelsTabGroup:after{
	content: "";
	clear: both;
	width: 100%;
	display: block;
	height: 0;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30px;
	height: 20px;
}

.TabbedPanels [align="right"]{
	margin: 20px 0 30px 0;
}

.TabbedPanels [align="right"]:last-child{
	margin-bottom: 0;
}

.TabbedPanels [align="right"] a{
	cursor: pointer;
}

#contents #cont_left ul {
	margin: 0px;
	padding: 0px;
}
#contents #cont_left ul li {
	list-style-type: none;
	background-image: none;
	text-indent: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}

.tbl_tw table tr th,
.tbl_tw table tr td{
	border-bottom: solid 1px #c8c8c8;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (max-width: 700px) {
	
	.TabbedPanelsTabGroup {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin:  0 0 20px 0 !important;
	}
	
.mce-content-body ul li.TabbedPanelsTab{
	width: 18%;
	margin: 0 0 10px 0;
	border: solid 1px #999 !important;
	text-align: center;
}
	
.tbl_tw table,
.tbl_tw table tbody,
.tbl_tw table tr,
.tbl_tw table th,
.tbl_tw table td{
	display: block;
	width: auto !important;
	padding: 0;
}

.tbl_tw table th,
.tbl_tw table td{
	border: none !important;
}

.tbl_tw table td{
	margin: 0 0 30px 0;
}

.tbl_tw table td:last-child{
	margin-bottom: 0;
}

.tbl_tw table .bg_01{
	display: inline-block;
	margin: 0 10px 0 0 !important;
}

.tbl_tw table{
	border-top: solid 1px #969696;
	border-right: solid 1px #969696;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.tbl_tw table tr th,
.tbl_tw table tr td{
	border-bottom: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

	
.tbl_tw table tr{
	padding: 20px;
	border-left: solid 1px #969696;
	border-bottom: solid 1px #969696;
}

.tbl_tw table td ul{
	margin-bottom: 0;
}
	
}

/*------------------------------------------------------------------------- 
.p-member_info_block_wrap
------------------------------------------------------------------------- */

.p-member_info_block_wrap{
	
}

.p-member_info_block{
	margin: 0 0 70px 0;
}

.p-member_info_block:last-child{
	margin-bottom: 0;
}

.p-member_info_block_wrap .c_heading1{
	margin-bottom: 30px;
}

.p-member_info_block_in{
	padding: 0 35px;
}

@media all and (max-width: 700px) {
	.p-member_info_block{
		margin: 0 0 40px 0;
	}
	.p-member_info_block_in{
		padding: 0;
	}
}

.p-member_block_table{
	width: 100%;
	margin: 0 0 30px 0;
}

.p-member_block_table:last-child{
	margin-bottom: 0;
}

.p-member_block_table th{
	white-space: nowrap;
	font-weight: 700;
	padding: 0 1em 0 0;
	vertical-align: top;
}

.p-member_block_table td{
	width: 100%;
	vertical-align: middle;
}

@media all and (max-width: 700px) {
	.p-member_block_table,
	.p-member_block_table tbody,
	.p-member_block_table tr,
	.p-member_block_table th,
	.p-member_block_table td{
		display: block;
		width: auto;
	}
	.p-member_block_table th{
		padding: 0;
		margin: 0 0 10px 0;
	}
}

/* .p-member_name_list_area  */

.p-member_name_list_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px -10px 0;
}

.p-member_name_list_area > *{
	padding: 0 10px 10px 0;
}

.p-member_name_list_wrap{
	line-height: 1;
}

.p-member_name_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -8px 0;
}

.p-member_name_list_item {
	padding: 0 8px 8px 0;
}

.p-member_name_link{
	display: block;
	text-decoration: none !important;
}

.p-member_name_list_text{
	color: #004966;
	font-weight: 400;
}

.p-member_name_text{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ebebeb;
	font-weight: 400;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}

.p-member_name_list a:hover .p-member_name_text,
.p-member_name_list a.active .p-member_name_text{
	background-color: #004966;
	color: #fff;
}

/* .p-member_cat_list_area  */

.p-member_cat_list_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px -10px 0;
	font-size: 14px;
}

.p-member_cat_list_area > *{
	padding: 0 10px 10px 0;
}

.p-member_cat_list_wrap{
	line-height: 1;
}

.p-member_cat_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -8px 0;
}

.p-member_cat_list_item {
	padding: 0 8px 8px 0;
}

.p-member_cat_link{
	display: block;
	text-decoration: none !important;
}

.p-member_cat_list_text{
	color: #004966;
	font-weight: 400;
}

.p-member_cat_text{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #5cbee6;
	color: #fff;
	font-weight: 400;
	padding: 8px 8px;
	white-space: nowrap;
	transition: opacity 0.4s ease 0s;
}

.p-member_cat_list a:hover .p-member_cat_text,
.p-member_cat_list a.active .p-member_cat_text{
	opacity: 0.7;
}

/* .p-member_link_table */

.p-member_link_table{
	width: 100%;
	border-collapse: separate;
}

.p-member_link_table tr{
}

.p-member_link_table tr th,
.p-member_link_table tr td{
	padding: 14px 0;
	border-bottom: 1px solid #cccccc;
}

.p-member_link_table tr th{
	/*width: 270px;*/
	/*width: 300px;*/
	white-space: nowrap;
}

.p-member_link_table tr td{
	padding-left: 40px;
}

.p-member_link_table .mce_icon_wrap a .mce_icon{
	text-decoration: none;
	font-weight: 400;
	color: #004966;
	font-weight: 700;
}

.p-member_link_table tr td a:hover{
	text-decoration: underline;
}

@media all and (max-width: 700px) {
	.p-member_link_table,
	.p-member_link_table tbody,
	.p-member_link_table tr,
	.p-member_link_table th,
	.p-member_link_table td{
		display: block;
		width: auto;
	}
	
	.p-member_link_table tr{
		padding: 14px 0;
		border-bottom: 1px solid #cccccc;
	}
	
	.p-member_link_table tr th,
	.p-member_link_table tr td{
		padding: 0;
		border-bottom: none;
	}
	
	.p-member_link_table tr th{
		margin: 0 0 6px 0;
		width: auto;
		white-space: normal;
	}
	
}

/* .p-mamber_list_control */

.p-mamber_list_control{
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 45px 20px;
	margin: 60px 0 80px 0;
}

.p-mamber_list_control_nav_wrap{
	margin: 0 auto 30px auto;
	max-width: 484px;
}

.p-mamber_list_control_nav_wrap:last-child{
	margin-bottom: 0;
}

.p-mamber_list_control_nav_title{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px 0;
}

.p-mamber_list_control_nav{
	display: flex;
	justify-content: center;
}

.p-mamber_list_control_nav_wrap .p-member_name_list,
.p-mamber_list_control_nav_wrap .p-member_cat_list{
	justify-content: center;
}

@media all and (max-width: 700px) {
	.p-mamber_list_control{
		padding: 35px 20px;
		margin: 30px 0 40px 0;
	}
}

/* .p-member_list_block_wrap  */

.p-member_list_block_wrap{
	
}

.p-member_list_block_wrap a:hover{
	text-decoration: underline;
}

.p-member_list_block{
	margin:  0 0 80px 0;
}

.p-member_list_block:last-child{
	margin-bottom: 0;
}

.p-member_list_block_head{
	background-color: #014a65;
	padding: 20px 30px;
}

.p-member_list_block_head_in{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -20px -10px 0;
}

.p-member_list_block_head_in > *{
	padding: 0 20px 10px 0;
}

.p-member_list_block_head .c_heading4{
	color: #fff;
	padding-bottom: 0;
}

.p-member_list_block_content{
	padding: 35px 45px 75px 45px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}


.p-member_list_block_main{
	display: flex;
	justify-content: space-between;
	margin: 0 0 35px 0;
}

.p-member_list_block_main:last-child{
	margin-bottom :0;
}

.p-member_list_block_main .p-member_list_img{
	width: 33%;
}

.p-member_list_block_main .p-member_list_img img{
	width: 100%;
	height: auto;
}

.p-member_list_block_main .p-member_list_text{
	width: 67%;
	padding: 0 0 0 30px;
}

.p-member_list_text_table{
	width: 100%;
}

.p-member_list_text_table th,
.p-member_list_text_table td{
	padding: 0 0 20px 0;
}

.p-member_list_text_table th{
	font-weight: 700;
	white-space: nowrap;
	padding-right: 30px;
}

.p-member_list_text_table td{
	width: 100%;
}

.p-member_list_block_sub{
	
}

.p-member_list_block_sub_row{
	border-top: 1px solid #cccccc;
}

.p-member_list_block_sub_row .p-member_list_text_table th,
.p-member_list_block_sub_row .p-member_list_text_table td{
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-member_list_block_sub_row_img{
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}

@media all and (max-width: 700px) {
	
.p-member_list_block_wrap{
	
}

.p-member_list_block{
	margin:  0 0 40px 0;
}

.p-member_list_block_content{
	padding: 20px 20px 30px 20px;
}


.p-member_list_block_main{
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.p-member_list_block_main:last-child{
	margin-bottom :0;
}

.p-member_list_block_main .p-member_list_img{
	width: 100%;
}

.p-member_list_block_main .p-member_list_text{
	width: 100%;
	padding: 20px 0 0 0;
}

.p-member_list_text_table,
.p-member_list_text_table tbody,
.p-member_list_text_table tr,
.p-member_list_text_table th,
.p-member_list_text_table td{
	display: block;
	width: auto;
}
	
.p-member_list_text_table tr{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
}
	
.p-member_list_text_table tr:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.p-member_list_text_table th,
.p-member_list_text_table td{
	padding: 0 0 0px 0;
}

.p-member_list_text_table th{
	padding-right: 0px;
	margin: 0 0 10px 0;
}

.p-member_list_text_table td{
	width: 100%;
}

.p-member_list_block_sub{
	
}

.p-member_list_block_sub_row{
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-member_list_block_sub_row .p-member_list_text_table th,
.p-member_list_block_sub_row .p-member_list_text_table td{
	padding-top: 0px;
	padding-bottom: 0px;
}
	
}

/* .p-member_request_block */

.p-member_request_block{
	margin: 0 0 55px 0;
}

.p-member_request_block:last-child{
	margin-bottom: 0;
}

.p-member_request_block_title01{
	font-size: 18px;
	color: #004966;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.p-member_request_table_head{
	position: relative;
	padding: 0 3em 0 0;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.p-member_request_table_title{
	font-weight: 400;
}

.p-member_request_table_check{
	position: absolute;
	top: 2px;
	right: 0;
	color: #ff6720;
	font-size: 12px;
}

.p-member_request_table{
	width: 100%;
}

.p-member_request_table th{
	white-space: nowrap;
	width: 240px;
	padding-bottom: 15px;
}

.p-member_request_table td{
	padding: 0 0 0 25px;
	padding-bottom: 15px
}

.p-member_request_table.confirm th,
.p-member_request_table.confirm td{
	vertical-align:  top;
}

.p-member_request_table.confirm .p-member_request_table_head{
	margin-top: 0;
}

.p-member_request_block input[type="text"],
.p-member_request_block textarea{
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px;
}

.p-member_request_block input[type="text"]{
	height: 49px;
}

.p-member_request_block textarea{
	height: 110px;
}

.m-input_file_wrap{
	margin: 10px 0 0px 0;
}

.m-input_list_wrap{
	margin: 10px 0 30px 0;
}

.m-input_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -5px 0;
}

.m-input_list_item{
	padding: 0 20px 5px 0;
}

.m-input_label input{
	margin: 0 0.3em 0 0;
}

@media all and (max-width: 700px) {
	
.p-member_request_block{
	margin: 0 0 30px 0;
}

.p-member_request_table_head{
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 0;
}

.p-member_request_table_title{
	font-weight: 400;
}
	
.m-input_file_wrap{
	margin: 0;
}

.m-input_list_wrap{
	margin: 0;
}
	
.p-member_request_table,
.p-member_request_table tbody,
.p-member_request_table tr,
.p-member_request_table th,
.p-member_request_table td{
	width: auto;
	display: block;
}

.p-member_request_table{
	width: 100%;
}
	
.p-member_request_table tr{
	margin: 0 0 30px 0;
}
	
.p-member_request_table tr:last-child{
	margin-bottom: 0;
}

.p-member_request_table th{
	white-space: nowrap;
	width: auto;
	padding-bottom: 0;
	margin: 0 0 10px 0;
}

.p-member_request_table td{
	padding: 0;
	padding-bottom: 0;
}
	
}


/* -------------------------------------------------------
各地の取り組み・プラン
------------------------------------------------------- */

.p-place_content_area{
	
}

.p-place_content_head{
	margin: 0 0 80px 0;
}

.p-place_content_wrap{
	
}

.p-place_content{
	margin: 0 0 80px 0;
}

.p-place_content:last-child{
	margin-bottom: 0;
}

.p-place_map_wrap{
	position: relative;
	
}

.p-place_map{
	padding-bottom: 55.55%;
	background-color: #666;
}

.p-place_list_wrap{
	
}

.p-place_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -44px -44px 0;
}

.p-place_list_item{
	width: 33.3%;
	padding: 0 44px 44px 0;
	display: flex;
	flex-direction: column;
}

.p-place_list_block{
	flex-grow: 1;
	background-color: #f5f5f5;
	padding: 15px 15px 40px 15px;
}

.p-place_list_block_img{
	margin: 0 0 20px 0;
}

.p-place_list_block_img .img_cover{
	padding-bottom: 62.5%;
}

.p-place_list_block_text{
	font-size: 15px;
}

.p-place_list_block_title01{
	color: #ff6720;
	text-decoration: underline;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.p-place_list_block_link{
	margin: 18px 0 0 0;
}

.p-place_list_block_link a{
	color: #999999;
	font-weight: 700;
}

.p-place_list_block_link a:hover{
	text-decoration: underline;
}

.p-place_list_block.type_red01{
	background-color: #fae1e1;
}

.p-place_list_block.type_red01 .p-place_list_block_title01{
	color: #cc0000;
}

.p-place_list_block.type_blue01{
	background-color: #e1edfa;
}

.p-place_list_block.type_blue01 .p-place_list_block_title01{
	color: #0066cc;
}

@media all and (max-width: 1100px) {
	
	.p-place_list_item{
		width: 33.3%;
	}
	
}

@media all and (max-width: 1300px) {
	
	.p-place_list{
		margin: 0 -22px -22px 0;
	}
	
	.p-place_list_item{
		padding: 0 22px 22px 0;
	}
	
}

@media all and (max-width: 700px) {
	
	.p-place_list_item{
		width: 50%;
	}
	
	.p-place_content{
		margin: 0 0 50px 0;
	}
	
}

@media all and (max-width: 500px) {
	.p-place_list_item{
		width: 100%;
	}
}

/* .googlemap */

.googlemap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-place_map_wrap{
	position: relative;
	/*height: 500px;*/
	/*height: 900px;*/
	/*height: 1300px;*/
	height: 1140px;
	/*width: 1000px;*/
}

.p-place_map_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-place_map_area.fixed{
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: fixed;
}

#map_icon{
	display: none;
}

.googlemap .p-place_list_block{
	max-width: 400px;
	width: 100%;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

.googlemap .p-place_list_block_img{
	width: 100px;
	margin: 0 0 0px 0;
}

.googlemap .p-place_list_block_text{
	width: calc(100% - 100px);
	font-size: 13px;
	padding: 0 0 0 15px;
}

.googlemap .p-place_list_block_link{
	margin-top: 10px;
}

@media all and (max-width: 700px) {
	.googlemap .p-place_list_block_text{
		width: 100%;
		padding: 15px 0 0 0;
	}
}

@media all and (max-width: 900px) {
	.p-place_map_wrap{
		height: 600px;
	}
}

@media all and (max-width: 700px) {
	.p-place_map_wrap{
		height: 500px;
	}
	.googlemap .p-place_list_block_text{
		font-size: 11px;
	}
	.p-place_list_block{
		padding: 15px 10px 20px 10px;
	}
}


#map_popup{
	position: absolute;
	z-index: 2000;
	top: 20px;
	right: 20px;
	background-color: #fff;
	padding: 10px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	border-radius: 0.5em;
}

@media all and (max-width: 700px) {
	#map_popup{
		top: 10px;
		right: 10px;
	}
}


/* ---------------------------------------------------------------
member
--------------------------------------------------------------- */
.kaiin .q_main_wrap h2 {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.kaiin .q_main_wrap h2 img {
  margin-right: 10px;
}
.kaiin .bread {
  background: #fb9365;
}
.kaiin .footer {
  background: #fb9365;
}
.kaiin .bread_list {
  color: #fff;
}
.kaiin .bread_list a {
  color: #fff;
}
.kaiin .footer_desc p {
  color: #004966;
}
.kaiin .cr {
  color: #004966;
}
.kaiin .content_wrap_right .snav_in_list li a.active .nav_arrow::after {
  border-color: #fb9365;
}
.kaiin .content_wrap_right .snav_in_list li a.active {
  color: #fff;
  background-color: #fb9365;
}
.kaiin .member_content_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kaiin .member_content_ul::after {
  content: "";
  width: calc((100% - 55px)/2);
  height: 0;
  visibility: hidden;
}
.kaiin .member_content_li {
  width: calc((100% - 55px)/2);
  margin-bottom: 80px;	
  overflow: hidden;
}
.kaiin .member_content_img {
  overflow: hidden;
}
.kaiin .member_content_li img{
  transition-duration: 0.5s;	
}
.kaiin .member_content_li a:hover img {
  transform: scale(1.05);
　transition-duration: 0.5s;	
}
.kaiin .member_content_h3 {
  font-size: min(1.6vw,21px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background: #fb9365;
  padding: 18px 1.84vw;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
  background-image: url("../images/common/arrow-right-s-line.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 8px 13px;
}
.kaiin .member_content_li a:hover .member_content_h3 {
  background-position: calc(100% - 5px) center;	
  transition: 1s;	
}
.kaiin .member_content_txt {
  font-size: min(1.23vw,16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.kaiin .kaiin_contant {
  padding: 40px 72px;
  background: #f5f5f5;
}
.kaiin .kaiin_contant_h3 {
  font-size: min(2.3vw,30px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 36px;
}
.kaiin_contant_h3 br {
  display: none;
}
.kaiin .kaiin_contant_txt p {
  font-size: min(1.2vw,16px);
  line-height: 2;
}
.kaiin .kaiin_contant_txt a {
  color: #ff6821;
  text-decoration: underline;
}
.col_bl {
  color: #333399;
  text-decoration: underline;
}
.member_note {
  margin-bottom: 40px;
}
.member_note h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 3px solid #ff6720;
  bottom: -3px;
  width: 35%;
}
.member_note h2 {
  border-bottom: 3px solid #004966;
  color: #004966;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
  margin: 50px 0;
}
.member_note h3::before {
  border-top: 3px solid #ff6720;
  content: "";
  margin-right: 16px;
  width: 20px;
}
.member_note h3 {
  align-items: center;
  color: #004966;
  border-bottom: 1px solid #004966;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0 12px;
  margin: 30px 0 30px 0;
}

@media screen and (max-width:1300px){
.kaiin .member_content_li:nth-child(4) .member_content_h3 {
  font-size: min(1.4vw,21px);
}	
}

@media (max-width: 1066px){
.kaiin .member_content_ul {
  display: flex;
  justify-content: center;
	}
.kaiin .member_content_ul::after {
  content: "";
  width: 300px;
  height: 0;
  visibility: hidden;
}	
.kaiin .member_content_li {
  width: 300px;
  margin-bottom: 60px;
	}
.kaiin .member_content_li:nth-child(odd){
	margin-right: 30px;	
	}	
.kaiin .member_content_txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: normal;
}	
.kaiin .kaiin_contant {
  padding: 32px 40px;
	}
.kaiin .member_content_h3 {
  font-size: 18px;	
  padding: 18px 10px;
	}
.kaiin .member_content_li:nth-child(4) .member_content_h3 {
  font-size: 16px;
  letter-spacing: normal;
}	
.kaiin .kaiin_contant_h3 {
  font-size: 21px;
  margin-bottom: 20px;	
}	
.kaiin .kaiin_contant_txt p {
  font-size: 16px;
}	
.kaiin .kaiin_contant {
  padding: 32px 24px;
  margin: 0 auto;
}	
.kaiin_contant_h3 br {
  display: none;
}	
}

@media (max-width: 700px){
.kaiin .member_content_ul {
  justify-content: center;
  flex-wrap: wrap;
	}
.kaiin .member_content_ul::after {
  content: "";
  height: 0;
  visibility: hidden;
}
.kaiin .member_content_li:nth-child(odd) {
  margin-right: 20px;
}	
.kaiin .member_content_li {
  margin-bottom: 30px;
}
.kaiin .kaiin_contant {
  padding: 60px 40px 80px;
}	
.kaiin .kaiin_contant_h3 {
  font-size: 24px;
}	
}

@media (max-width: 520px){
.kaiin .kaiin_contant {
  padding: 60px 20px 80px;
}
.kaiin .member_content_li:nth-child(odd) {
  margin-right: 0;
}		
.kaiin .kaiin_contant_h3 {
  font-size: 21px;
}	
.kaiin_contant_txt p span {
  display: block;
}	
.kaiin .kaiin_contant_txt p {
  line-height: 1.6;
}	
.kaiin_contant_txt p {
  margin-bottom: 20px;
}	
.kaiin_contant_h3 br {
  display: block;
}		
}