@charset "UTF-8";
.inner_w956 {
  max-width: 956px;
  margin: auto;
}
.inner_w896 {
  max-width: 896px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inner_w956,
  .inner_w896{
    padding-left: 3%;
    padding-right: 3%;
  }
}/* max-width: 767px */

@media screen and (min-width: 768px) {
  p#pagetop_btn {
    margin-top: 89px;
    margin-bottom: 0;
  }


  .fz14 {
    font-size: 14px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}

/* ttl01 */
.ttl01>* {
  line-height: 1;
}

.ttl01 img {
  margin-left: auto;
  margin-right: auto;
}

/* ttl02 */
.ttl02>* {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.615;
  padding-left: 20px;
  position: relative;
}

.ttl02>*:after {
  content: '';
  position: absolute;
  height: calc(100% - 7px);
  width: 6px;
  background-color: #f9ac3a;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ttl02>* {
    padding-left: 14px;
    font-size: 16px;
  }

  .ttl02>*:after {
    top: 3px;
    width: 3px;
  }
}/* max-width: 767px */

/* btn */
.btn a {
  max-width: 457px;
  display: block;
  background-color: #ff6f26;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 33px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.154;
  color: #ffffff;
  position: relative;
  border-radius: 8px;
}

.btn a:hover {
  text-decoration: none;
}

.btn a>span {
  position: relative;
}

.btn a>span::after {
  content: '';
  top: 50%;
  position: absolute;
  right: -36px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.emailBanner{
  padding: 26px 0 98px 0;
  max-width: 956px;
  margin: 0 auto;
}
.emailBanner img{
  display: block;
  margin: auto;
}
.emailReg{
  margin: 30px 0 30px;
  position: relative;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
	.pc_only{
  display: none;
}
.sp_only {
  display: block;
}
	
  .btn a {
    max-width: 335px;
    font-size: 17px;
    padding: 20px 10px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .emailBanner{
    padding: 0 20px 0;
  }
  .btn a::after {
    content: '';
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  .btn a:hover {
    text-decoration: none;
  }

  .btn a>span {
    position: relative;
  }

  .btn a>span::after {
    content: none;
  }
}/* max-width: 767px */

/*MV
-----------------------------*/
#mv {
  background: url(/guide/img/bg_mv_01.jpg) top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 3.8% 0;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#mv img {
  width: 60%;
}

#mv:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 17%;
  top: 0;
  left: 0;
  margin: auto;
}

#mv .ttl_h1 {
  position: absolute;
  width: calc(720/1920*100%);
  top: 29%;
  left: 23%;
	z-index: 2;
}

@media screen and (max-width: 767px) {
  #mv {
    background: url(/guide/img/bg_mv_sp.jpg) top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
  }

  #mv:after {
    padding-top: 47.5%;
  }

  #mv .ttl_h1 {
    width: calc(690/750*100%);
    top: 30%;
	  left: 0;
  }
#mv img {
  width: 56%;
}
}/* max-width: 767px */

/* sec_lead */
.sec_lead {
  padding-top: 60px;
  padding-bottom: 108px;
  background-color: #fff3d7;
}

.sec_lead .text_lead {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  line-height: 1.667;
  letter-spacing: -0.02em;
}

.sec_lead .text_lead .line_bg {
  background: url(/campaign/brand/img/bg_txt_lead.jpg) left 0 bottom 6px repeat-x;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec_lead .text_lead {
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 767px) {
  .sec_lead {
    padding-bottom: 53px;
    padding-top: 25px;
  }

  .sec_lead .text_lead {
    font-size: 18px;
  }

  .sec_lead .text_lead .line_bg {
    background: url(/campaign/brand/img/bg_txt_lead.jpg) left 0 bottom -3px repeat-x;
    background-size: auto 5px;
  }
}/* max-width: 767px */
@media screen and (max-width: 320px) {
  .sec_lead .text_lead {
    font-size: 16px;
  }
}



/* sec_btn_banner */
.sec_btn_banner {
  
	margin: 60px 0 120px;
}

.sec_btn_banner .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec_btn_banner .ttl_bnr {
  margin-top: 60px;
  line-height: 1.615;
  font-size: 22px;
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_btn_banner .ttl_bnr::before,
.sec_btn_banner .ttl_bnr::after{
	content: '';
	width: 1px;
	height: 25px;
	background-color: #333333;
}
.sec_btn_banner .ttl_bnr::before{margin-right: 15px;
	transform: rotate(-45deg);}
.sec_btn_banner .ttl_bnr::after{margin-left: 15px;
	transform: rotate(45deg);}

.sec_btn_banner .bnr {
  margin-top: 20px;
}
.sec_btn_banner .bnr a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  border: 4px solid #ff9b25;
  background-color: #ffffff;
}

.sec_btn_banner .bnr a:hover {
  text-decoration: none;
}

.sec_btn_banner .bnr .left {
  width: calc(490/948*100%);
  margin-left: 46px;
}

.sec_btn_banner .bnr .left .txt {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  text-align: center;
  position: relative;
}

.sec_btn_banner .bnr .left .txt:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 9px;
  height: 9px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: -30px;
}
.sec_btn_banner .bnr .left .txt:first-child:after {
  border: none;
}
.sec_btn_banner .bnr .left .txt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #facd89;
  bottom: 9px;
  z-index: 1;
  left: 0;
}

.sec_btn_banner .bnr .left .txt>span {
  position: relative;
  z-index: 2;
}

.sec_btn_banner .bnr .right {
  margin-top: 17px;
  width: calc(358/948*100%);
  margin-right: 26px;
}

.sec_btn_banner .bnr .right img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .sec_btn_banner {
margin: 7% 0 10%;
  }

  .sec_btn_banner .inner_w956 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .sec_btn_banner .ttl_bnr {
    margin-top: 12%;
    font-size: 4vw;
	  line-height: 1.2;
  }
.sec_btn_banner .ttl_bnr::before,
.sec_btn_banner .ttl_bnr::after{
	width: 1px;
	height: 10vw;
}
.sec_btn_banner .ttl_bnr::before{margin-right: 5%;
	transform: rotate(-25deg);}
.sec_btn_banner .ttl_bnr::after{margin-left: 5%;
	transform: rotate(25deg);}
	
  .sec_btn_banner .bnr {
    margin-top: 3%;
  }

  .sec_btn_banner .bnr a {
    border: 2px solid #f9ac3a;
    border-radius: 6px;
  }

  .sec_btn_banner .bnr .left {
    width: calc(267/670*100%);
    margin-left: 5.37313%;
  }

  .sec_btn_banner .bnr .left .txt {
    font-size: 17px;
  }

  .sec_btn_banner .bnr .left .txt:after {
	  width: 6px;
  height: 6px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  right: -12%;
  }

  .sec_btn_banner .bnr .left .txt:before {
    height: 4px;
    bottom: 6px;
  }

  .sec_btn_banner .bnr .left .txt>span {
    position: relative;
    z-index: 2;
  }

  .sec_btn_banner .bnr .right {
    margin: 22px 5.67164% 22px 0;
    width: calc(322/670*100%);
  }
  
  .sec_btn_banner .ttl01 img {
    max-width: 212px;
  }
}/* max-width: 767px */

@media screen and (max-width: 320px) {
  .sec_btn_banner .list_btn li:nth-of-type(2) a>span>span:after {
    left: -28px;
  }

  .sec_btn_banner .bnr .left .txt {
    font-size: 14px;
  }
}
/* link_video */
.link_video {
  padding: 100px 0 120px;
  background-color: #f8fff0;
}

.link_video .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link_video .list_video {
  margin-top: 13px;
}

.link_video .list_video li {
  border-radius: 10px;
  line-height: 1;
  display: block;
  cursor: pointer;
  width: calc(444/956*100%);
  margin-top: 66px;
  position: relative;
}

.link_video .list_video li .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  z-index: 1;
}

.link_video .list_video li:hover {
  text-decoration: none;
}

.link_video .list_video li a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.link_video .list_video li a .img_block {
  position: relative;
}

.link_video .list_video li a img {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
}

.link_video .list_video li a:hover {
  text-decoration: none;
}

.link_video .list_video li img {
  width: 100%;
}

.link_video .ttl_video {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 11px;
  border-radius: 0 0 10px 10px;
  background-color: #ea68a2;
  display: block;
}

.link_video .orange {
  background-color: #fc8452;
}

.link_video .blue {
  background-color: #00a0e9;
}

.link_video .green {
  background-color: #98bf46;
}
/* mv_intro */
.mv_intro{
	background-color: #006bb8;
	padding: 59px 0 150px;
	text-align: center;
}
.mv_intro p{
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
.mv_intro{
	text-align: left;
}
	.mv_intro p{
		font-size: 4vw;
	}
.mv_intro{
	background-color: #006bb8;
	padding: 7% 0 54%;
}

}
/* CV2 button */
.btn_CV2 {
    margin: 60px 0;
}
.btn_CV2 .section_inner.flex_b {
    justify-content: space-between;
}
.flex_b {
    display: flex;
}
@media screen and (max-width: 767px) {
	.btn_CV2 {
		margin: 40px 0;
	}
	.flex_b {
		flex-direction: column;
	}
	.mv_intro p{
	font-size: 4vw;
	}
	.btn_CV2 .btn_left {
	margin-bottom: 10px;
	}
	
}
/* column_item */
.column_item{
	margin-top: -95px;
}
.column_item .flex_item{
	display: flex;
	justify-content: space-between;
}
/* 背景画像用 背景を白にすることで青の箇所との競合を防ぐ */
.column_item .flex_item li{
	background-color: #fff;
	border-radius: 12px;
}
/*
.column_item .flex_item li{
	width: calc(220/956*100%);
	margin-right: 25px;
	background-color: #ffffff;
	border-radius: 12px;
	border:1px solid #006bb8;
	text-align: center;
	position: relative;
	color: #006bb8;
	font-size: 24px;
	padding: 30px 0 35px;
	box-shadow: 6px 6px 12px -5px #006bb8;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}*/
.column_item .flex_item li{
		max-width: 220px;
	width: 100%;
}

.column_item .flex_item li a{
	display: block;
	/*margin-right: 25px;*/
	background-color: #ffffff;
	border-radius: 12px;
	border:1px solid #006bb8;
	text-align: center;
	position: relative;
	color: #006bb8;
	font-size: 24px;
	padding: 30px 0 35px;
	box-shadow: 6px 6px 12px -5px #006bb8;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.column_item .flex_item li >a{color: #006bb8;}
.column_item .flex_item li >a:visited{color: #006bb8;}


.column_item .flex_item li:nth-of-type(4n+4){
	margin-right: 0px;
}
/*
.column_item .flex_item li::after{
	position: absolute;
	border-bottom: 3px solid #ff6f26;
    border-left-width: 0;
    border-right: 3px solid #ff6f26;
    border-top-width: 0;
    content: "";
    height: 11px;
    pointer-events: none;
    right: 44%;
    bottom: 15%;
    transform: translateX(-50%) rotate(45deg);
    width: 11px;
}*/

.column_item .flex_item li a::after{
	position: absolute;
	border-bottom: 3px solid #ff6f26;
    border-left-width: 0;
    border-right: 3px solid #ff6f26;
    border-top-width: 0;
    content: "";
    height: 11px;
    pointer-events: none;
    right: 44%;
    bottom: 15%;
    transform: translateX(-50%) rotate(45deg);
    width: 11px;
}


@media screen and (max-width: 767px) {
.column_item .flex_item li a{
	margin-right: 0px;
	}
.column_item{
	margin-top: -47%;
}
	.column_item .flex_item{
	flex-wrap: wrap;
}
.column_item .flex_item li{
	width: 48%;
	max-width: 331px;
}
.column_item .flex_item li:nth-of-type(1){
	margin-bottom: 4%;
	margin-right: 0;
}
.column_item .flex_item li:nth-of-type(3){
	margin-right: 0;
}
.column_item .flex_item li:nth-of-type(2){
	margin-right: 0px;
	margin-bottom: 4%;
}
/* 背景画像用 背景を白にすることで青の箇所との競合を防ぐ */
.column_item .flex_item li {
	border-radius: 6px;
}
.column_item .flex_item li a{
	border-radius: 6px;
	font-size: 4vw;
	padding: 13% 0 20%;
	box-shadow: 3px 3px 10px -5px #006bb8;
}
.column_item .flex_item li a::after{
    bottom: 12%;
}
	
}/* max-width: 767px */


/* heading_h2::before::after part  */
.sec01 .heading_h2::before,.sec01 .heading_h2::after,
.rent .heading_h2::before,.rent .heading_h2::after,
.detail .heading_h2::before,.detail .heading_h2::after,
.insurance.sec07 .heading_h2::before,.insurance.sec07 .heading_h2::after,
.insurance.sec07_ad .heading_h2::before,.insurance.sec07_ad .heading_h2::after,
.sec08 .heading_h2::before,.sec08  .heading_h2::after,
.guidance .heading_h2::before,.guidance  .heading_h2::after{
	bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
}

.sec01 .heading_h2::before,
.rent .heading_h2::before,
.detail .heading_h2::before,
.insurance.sec07 .heading_h2::before,
.insurance.sec07_ad .heading_h2::before,
.sec08 .heading_h2::before,
.guidance .heading_h2::before{
background:  url(/guide/img/border.png) no-repeat;
    width: 100%;
	background-size: cover;
}
.sec01 .heading_h2::after,
.rent .heading_h2::after,
.detail .heading_h2::after,
.insurance.sec07 .heading_h2::after,
.insurance.sec07_ad .heading_h2::after,
.sec08 .heading_h2::after,
.guidance .heading_h2::after{
	background-color: #006bb8;
}


/* sec sec01 */
.sec01{
	text-align: center;
	margin: 110px 0px 100px;
}

.sec01 .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 490px;
	margin-bottom: 55px;
	letter-spacing: 0.1em;
}

.sec01 .heading_h2::after{
	width: 23%;
}

.sec01 .sec01_text{
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.8;
}

.l_circle_num li{
	width: 49%;
	max-width: 261px;
	padding: 5px 20px 5px 40px;
	margin-bottom: 13px;
	font-size: 18px;
	color: #fff;
	position: relative;
	
	display: flex;
    align-items: center;
	border-radius: 10px;
	box-sizing: border-box;
}

.l_circle_num li::before{
	position: absolute;
    top: 50%;
	left: 4%;
	transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.l_circle_num li:nth-of-type(1)::before{
	content: "1";
	color: #98bf46;
}
.l_circle_num li:nth-of-type(2)::before{
	content: "2";
	color: #edc12f;
}
.l_circle_num li:nth-of-type(3)::before{
	content: "3";
	color: #59c1e4;
}
.l_circle_num li:nth-of-type(4)::before{
	content: "4";
	color: #ea68a2;
}
.l_circle_num li:nth-of-type(5)::before{
	content: "5";
	color: #00a0e9;
}
.l_circle_num li:nth-of-type(6)::before{
	content: "6";
	color: #d30f27;
}

.l_circle_num li span::before:nth-of-type(2){
    background-color: #D82A2D;
}


.l_circle_num li:nth-of-type(1){
	background-color: #98bf46;
}
.l_circle_num li:nth-of-type(2){
	background-color: #edc12f;
}
.l_circle_num li:nth-of-type(3){
	background-color: #59c1e4;
}
.l_circle_num li:nth-of-type(4){
	background-color: #ea68a2;
}
.l_circle_num li:nth-of-type(5){
	background-color: #00a0e9;
}
.l_circle_num li:nth-of-type(6){
	background-color: #d30f27;
}

/* margin */
.l_circle_num li:nth-of-type(2n+1){
	margin-right: 10px;
}

.l_circle_num li:nth-of-type(5),
.l_circle_num li:nth-of-type(6){
	margin-bottom: 0px;
}

.l_circle_num{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
.circle_num{
	  width: 50px;
  height: 50px;
  padding-top: 13px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 767px) {
.l_circle_num li{
	width: 49%;
	max-width: 345px;
	padding: 2% 2% 2% 10%;
	margin-bottom: 1.5%;
	font-size: 3vw;
}
.l_circle_num li:nth-of-type(2n+1){
	margin-right: 0px;
}
.sec01 .heading_h2{
	font-size: 30px;
	padding-bottom: 20px;
	width: 88%;
	margin-bottom: 10%;
}

.sec01 .heading_h2::before,
.sec01 .heading_h2::after{
	height: 5px;
}
.sec01{
	margin: 10% 0 9%;
}
.l_circle_num li::before{
    width: 22px;
    height: 22px;
    line-height: 22px;
	font-size: 2vw;
}
	
}/* max-width: 767px */

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

	
}/* max-width: 450px */


/* rent */

 /* .list_video li {
  
} */
 .list_video .list_video_left{
  width: 100%;
	 max-width: 391px;
	   height: auto!important;
}
 .list_video .list_video_right{
	 max-width: 530px;
	 width: 100%;
	 margin-left: 10px;
}
 .list_video li .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  z-index: 1;
}
 .list_video li:hover {
  text-decoration: none;
}
 .list_video li a {
  display: inline-block;
  position: relative;
  z-index: 2;
}
 .list_video li a .img_block {
  position: relative;
}
 .list_video li a img {
  position: relative;
  z-index: 2;
}
 .list_video li a:hover {
  text-decoration: none;
}
 .list_video li img {
  width: 100%;
}
 .ttl_video {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 11px;
  border-radius: 0 0 10px 10px;
  background-color: #ea68a2;
  display: block;
}
.block_video{
	margin-bottom:60px;
}
.sec01_btn{
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
.sec01_btn a{
box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #006bb8;
    border-radius: 12px;
    position: relative;
    padding: 4px;

}

.sec01_btn a >span{
display: block;
    border-radius: 8px;
    padding: 19px 0;
    border: 1px solid #ffffff;
	letter-spacing: 0.2em;

}

.sec01_btn::before{
content: '';
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
 .list_video .list_video_left{
	 max-width: 700px;
}
	.block_video{
	margin-bottom:8%;
}
	 .list_video .list_video_right{
	 max-width: 100%;
	 margin-top: 5%;
 	 margin-left: 0px;
}
	.flex.list_video{
	margin-bottom: 5%;
}
.sec01_btn a{
    font-size: 4vw;
	padding: 4px;

}

.sec01_btn a >span{
	/*padding-right: 7%;*/
	padding: 5% 4%;
	line-height: 1.8;
}
	
 .list_video .list_video_right{
	 max-width: 100%;
	 width: 100%;
}
.sec01_btn::before{
    right: 6%;
}
	
}/* max-width: 767px */

.sec02{
	margin-bottom: 100px;
}
.rent .l_flex{
	display: flex;
	justify-content: space-between;
}
.rent .l_flex .item.item2{
	max-width: 460px;
	width: 100%;
}


.item .btnNav {
	display: table;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	box-shadow: 1px 1px 5px #ccc;
}

 .item .itemWrap {
	padding: 30px 20px 35px 30px;
	background: #e1f3ff;
	border-radius: 10px;
	box-sizing: border-box;
}

 .item .itemWrap.blue {
	background: #e1f3ff;
}
 .item .itemWrap.orange {
	background: #fff0e9;

}

 .item:first-child .btnNav {
	background: #e1f3ff;
}
 .item .itemHeader {
	margin-bottom: 15px;
}

 .item .itemHeader > div,
 .item .btnNav > div {
	display: table-cell;
	vertical-align: middle;
}
 .item .icon {
	width: 60px;
	text-align: right;
	line-height: 0;
}
/* Chair Icon */
 .item .icon img {
	width: 70px;
}
 .item .itemHeader .icon {
	width: 50px;
}
 .item .text {
	padding: 0 20px;
}
 .item2 .text {
	padding: 0;
}
 .item2 a {
	margin-bottom: 10px;
}
 .item2 a:last-child {
	margin-bottom: 0;
}
 .item2 .btnNav {
	padding: 15px;
}
 .item a .text {
	color: #006bb8;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
 .item .text.title {
	padding: 0 0 0 30px;
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
 .item .blue .text.title > p > span{
	color: #006bb8;
}
 .item .orange .text.title > p > span{
	color: #ff6f26;
}

 .item a {
	position: relative;
}
 .item a:hover {
	text-decoration: none;
}
 .item a:hover img {
	opacity: 1;
}

.itemWrap_flex{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.itemWrap_flex li a{
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 15px 30px;
	border: 2px solid #006bb8;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	box-sizing: border-box;
}
.orange .itemWrap_flex li a{
	border: 2px solid #ff6f26;
}

.itemWrap_flex li a::before{
	content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}
.blue .itemWrap_flex li a::before{
    border-top: 2px solid #006bb8;
    border-right: 2px solid #006bb8;
}
.orange .itemWrap_flex li a::before{
    border-top: 2px solid #ff6f26;
    border-right: 2px solid #ff6f26;
}

/* .itemWrap_flex li a{

} */
.itemWrap_flex li:nth-of-type(1) a{
	margin-bottom: 20px;
}

.rent .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width:355px;
	margin-bottom: 55px;
	text-align: center;
	letter-spacing: 0.1em;
}
.rent .heading_h2::after{
	width: 32%;
}


@media screen and (max-width: 767px) {
 .item .itemHeader {
	margin-bottom: 7%;
}
 .item .itemWrap {
	padding: 6% 4%;
}
	.itemWrap_flex li a{
	width: 100%;
	padding: 4% 20% 4% 4%;
	font-size: 18px;
	border: 1px solid #006bb8;
}

.orange .itemWrap_flex li a{
	border: 1px solid #FF6E26;
}
 .item .text.title {
	font-size: 4.5vw;
	 padding: 0 0 0 4%;
	 width: 87%;
	 letter-spacing: 0.05em;
	 word-break: keep-all;
}
	 .item .icon img {
	width: 80%;
}
.rent .l_flex{
	flex-wrap: wrap;
}
.rent .l_flex .item.item2:nth-of-type(1){
		margin-bottom: 5%;
	}
.sec02{
	margin-bottom: 8%;
}
.rent .l_flex .item.item2{
	max-width: 750px;
}
.itemWrap_flex li a::before{
    right: 4%;
	width: 7px;
    height: 7px;
}
	
}
/* detail */
.detail .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 440px;
	margin-bottom: 55px;
	letter-spacing: 0.1em;
}

.detail .heading_h2::after{
	width: 22%;
}

.detail_list{
	background-color: #e1f3ff;
}
.detail_list_flex{
padding: 60px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 35px 0 25px;
}
.detail_list_flex li{
	display: block;
	width: 49%;
	max-width: 428px;
}
.detail_list_flex li a{
	display: block;
	position: relative;
	padding: 15px 30px;
	border: 2px solid #006bb8;
	background-color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
/*
.detail_list_flex li:nth-of-type(2n+1){
	margin-right: 20px;
}
*/
.detail_list_flex li:nth-of-type(5) a,
.detail_list_flex li:nth-of-type(6) a{
	margin-bottom: 0px;
}

.detail_list_flex li a .flex_blue{
	color: #006bb8;
}


.detail_list_flex li a::before{
	content: '';
    position: absolute;
    border-top: 2px solid #006bb8;
    border-right: 2px solid #006bb8;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 767px) {
	
.detail_list_flex{
padding: 5% 0px;
margin: 0 auto;
}
.detail .heading_h2{
	font-size: 30px;
	padding-bottom: 20px;
	width: 74%;
	margin-bottom: 10%;
}
.detail_list_flex li{
	display: flex;
}
	
.detail_list_flex li a{
	width: 100%;
	max-width: 428px;/* 338px*/
	padding: 1.5% 6% 1.5% 6%;
	font-size: 3vw;
	margin-bottom: 4%;
	    display: flex;
    align-items: center;
	border: 1px solid #006bb8;
	border-radius: 5px;

}
.detail_list_flex li a::before{
    right: 7%;
	width: 6px;height: 6px;
}
.detail_list_flex li:nth-of-type(2n+1) a{
	margin-right: 2%;
}
	
}/* max-width: 767px */

@media screen and (max-width: 330px) {
/*.detail_list_flex li a{
	width: 48%;
	padding: 3% 10% 3% 4%;
	font-size: 3vw;
}*/
	.detail_list_flex li a{
	width: 100%;
	padding: 3% 10% 3% 4%;
	font-size: 3vw;
}
	
}

.ttl_video {
  font-weight: normal;
  font-size: 16px;
}

.video_btn {
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .link_video {
    padding: 52px 0 40px;
    background-color: #f8fff0;
  }

  .link_video .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link_video .ttl01 img {
    max-width: 111px;
  }

  .link_video .list_video {
    margin-top: 17px;
  }

  .link_video .list_video li {
    width: 100%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }

  .link_video .list_video li a img {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }

  .link_video .ttl_video {
    font-size: 16px;
    padding: 8px;
    border-radius: 0 0 5px 5px;
  }
}

#footer_contact #contact_ttl {
  margin-top: 0;
}

/* =============================================================================*/
	.insurance.sec07_ad ul {
		overflow: hidden;
		padding: 0 0 0 20px;
		margin: 0 0 50px;
	}
	.insurance.sec07_ad ul li {
		float: left;
		border: 2px solid #dedede;
		width: 286px;
		height: 116px;
		margin: 0 23px 23px 0;
		display: table;
	}
	.insurance.sec07_ad ul li:hover{
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		opacity:0.70;
	}
	.insurance.sec07_ad ul li:nth-child(3n) {
		margin: 0 0 23px 0;
	}
	.insurance.sec07_ad ul.rental li:nth-child(1) {
		background: url(/products/img/rental/img_rental01.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(2) {
		background: url(/products/img/rental/img_rental02.png)  no-repeat 100% 50%/50%;
	}
	.insurance.sec07_ad ul.rental li:nth-child(3) {
		background: url(/products/img/rental/img_rental03.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(4) {
		background: url(/products/img/rental/img_rental04.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(5) {
		background: url(/products/img/rental/img_rental05.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(6) {
		background: url(/products/img/rental/img_rental06.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(7) {
		background: url(/products/img/rental/img_rental07.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.rental li:nth-child(8) {
		background: url(/products/img/rental/img_rental08.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(1) {
		background: url(/products/img/hanbai/img_hanbai01.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(2) {
		background: url(/products/img/hanbai/img_hanbai02.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(3) {
		background: url(/products/img/hanbai/img_hanbai03.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(4) {
		background: url(/products/img/hanbai/img_hanbai04.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(5) {
		background: url(/products/img/hanbai/img_hanbai05.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(6) {
		background: url(/products/img/hanbai/img_hanbai06.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(7) {
		background: url(/products/img/hanbai/img_hanbai08.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(8) {
		background: url(/products/img/hanbai/img_hanbai09.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(9) {
		background: url(/products/img/hanbai/img_hanbai10.png)  no-repeat 100% 0/contain;
	}
	/* .insurance.sec07_ad ul.hanbai li:nth-child(7) {
		background: url(/products/img/hanbai/img_hanbai07.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(8) {
		background: url(/products/img/hanbai/img_hanbai08.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(9) {
		background: url(/products/img/hanbai/img_hanbai09.png)  no-repeat 100% 0/contain;
	}
	.insurance.sec07_ad ul.hanbai li:nth-child(10) {
		background: url(/products/img/hanbai/img_hanbai10.png)  no-repeat 100% 0/contain;
	} */
	.insurance.sec07_ad ul li a {
		font-size: 24px;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 17px;
		text-decoration: none;
	}

.insurance.sec07_ad .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 400px;
	margin-bottom: 55px;
	    letter-spacing: 0.1em;
}

.insurance.sec07_ad .heading_h2::before,
.insurance.sec07_ad .heading_h2::after{
	bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
}
.insurance.sec07_ad .heading_h2::after{
	width: 25%;
}


.insurance.sec07_ad .sec07_text{
	font-size: 18px;
	margin-bottom: 70px;
	text-align: center;
}

.insurance.sec07_ad .heading_h3{
	    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
	
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.insurance.sec07_ad .heading_h3::after{
	   background-color: #006bb8;
    width: 8%;
    background-position: center top;
	    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.insurance.sec07_ad .note_text{
		display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-align: center;
	
	margin-bottom: 20px;
}
.insurance.sec07_ad .note_text::before,
.insurance.sec07_ad .note_text::after{
	content: '';
		width: 2px;
	height: 70px;
	background-color: #2980bc;
}
.insurance.sec07_ad .note_text::before{
		margin-right: 30px;
	transform: rotate(-30deg);
}
.insurance.sec07_ad .note_text::after{
		margin-left: 30px;
	transform: rotate(30deg);
}

.insurance.sec07_ad {
	margin-bottom: 100px;
}
.sec07_btn{
	position: relative;
	max-width: 472px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.sec07_btn a{
box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #006bb8;
    border-radius: 12px;
    position: relative;
    padding: 4px;
	letter-spacing: 0.1em;
}

.sec07_btn a >span{
display: block;
    border-radius: 8px;
    padding: 18px 0;
    border: 1px solid #ffffff;
}

.sec07_btn::before{
content: '';
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}



@media screen and (max-width: 767px) {
	.insurance.sec07_ad ul li:nth-child(3n) {
		margin: 0 0 4px;
	}
	.insurance.sec07_ad ul {
		overflow: hidden;
		padding: 0;
		margin: 0 0 10%;
	}
	.insurance.sec07_ad ul li {
		float: left;
		border: 1px solid #dedede;
		width: 48%;
		height: 58px;
		margin: 0 0 4px;
		display: table;
	}
	.insurance.sec07_ad ul li:nth-child(2n) {
		float: right;
	}
	.insurance.sec07_ad ul li a {
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 8px;
		text-decoration: none;
	}
	
.insurance.sec07_ad {
	margin-bottom: 10%;
}
.insurance.sec07_ad .heading_h3::after{
	width: 15%;
    height: 1px;
}

.insurance.sec07_ad .heading_h2{
	margin-bottom: 7%;
	padding-bottom: 3%;
	font-size: 6vw;
}
.insurance.sec07_ad .heading_h2::before,
.insurance.sec07_ad .heading_h2::after{
	height: 4%;
}
.insurance.sec07_ad .heading_h2{width: 66%;}

.insurance.sec07_ad .sec07_text{
	margin-bottom: 5%;
	font-size: 4vw;
	}
	.insurance.sec07_ad .sec07_text{
	margin-bottom: 5%;
	}

.insurance.sec07_ad .sec07_text{
	text-align: left;
	}
	.insurance.sec07_ad .heading_h3{
		margin-bottom: 4%;
		font-size: 5vw;
		padding-bottom: 1%;
	}
.insurance.sec07_ad .note_text{
		font-size: 4vw;
	line-height: 1.2;
	margin-bottom: 3%;
	text-align: left;
	}

.insurance.sec07_ad .note_text::before{
	margin-right: 5%;
}
.insurance.sec07_ad .note_text::after{
	margin-left: 5%;
}
.insurance.sec07_ad .note_text::before,
.insurance.sec07_ad .note_text::after{
		width: 2px;
	height: 12vw;
}




	
	
}/* max-width: 767px */

/* =============================================================================*/
/* =============================================================================*/
/* insurance */
.insurance.sec07{
	text-align: center;
}
.insurance.sec07 .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 400px;
	margin-bottom: 55px;
	    letter-spacing: 0.1em;
}

.insurance.sec07 .heading_h2::before,
.insurance.sec07 .heading_h2::after{
	bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
}
.insurance.sec07 .heading_h2::after{
	width: 25%;
}


.insurance.sec07 .sec07_text{
	font-size: 18px;
	margin-bottom: 70px;
}

.insurance.sec07 .heading_h3{
	    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 15px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
	
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.insurance.sec07 .heading_h3::after{
	   background-color: #006bb8;
    width: 8%;
    background-position: center top;
	    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.insurance.sec07 .rental{
display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.insurance.sec07 .rental.second{
	margin-bottom: 40px;
}
.insurance.sec07 .rental li{
width: 290px;
   margin: 0 12px 25px 0;
	position: relative;
	text-align: left;
}

.insurance.sec07 .rental li .listTtl.btn{
    background-image: url(/img/index_item_01.jpg);
	border: 2px solid #dedede;
	min-height: 120px;
	    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-weight: bold;
    font-size: 15px;
}
/* レンタル商品 */
.insurance.sec07 .rental li:nth-of-type(1) .listTtl.btn{background-image: url(/img/index_item_01.jpg);}
.insurance.sec07 .rental li:nth-of-type(2) .listTtl.btn{background-image: url(/img/index_item_02.jpg);}
.insurance.sec07 .rental li:nth-of-type(3) .listTtl.btn{background-image: url(/img/index_item_04.jpg);}
.insurance.sec07 .rental li:nth-of-type(4) .listTtl.btn{background-image: url(/img/index_item_03.jpg);}
.insurance.sec07 .rental li:nth-of-type(5) .listTtl.btn{background-image: url(/img/index_item_05.jpg);}
.insurance.sec07 .rental li:nth-of-type(6) .listTtl.btn{background-image: url(/img/index_item_06.jpg);}
.insurance.sec07 .rental li:nth-of-type(7) .listTtl.btn{background-image: url(/guide/img/index_item_07.jpg);}
.insurance.sec07 .rental li:nth-of-type(8) .listTtl.btn{background-image: url(/guide/img/index_item_08.jpg);}

/* 販売商品 */
.insurance.sec07 .rental.second li:nth-of-type(1) .listTtl.btn{background-image: url(/img/index_item_07.jpg);}
.insurance.sec07 .rental.second li:nth-of-type(2) .listTtl.btn{background-image: url(/img/index_item_08.jpg);}
.insurance.sec07 .rental.second li:nth-of-type(3) .listTtl.btn{background-image: url(/img/index_item_09.jpg);}
.insurance.sec07 .rental.second li:nth-of-type(4) .listTtl.btn{background-image: url(/img/index_item_10.jpg);}
.insurance.sec07 .rental.second li:nth-of-type(5) .listTtl.btn{background-image: url(/img/index_item_11.jpg);}
.insurance.sec07 .rental.second li:nth-of-type(6) .listTtl.btn{background-image: url(/img/index_item_12.jpg);}

.insurance.sec07 .rental .link_text,
.insurance.sec07 .rental.second .link_text{
	position: absolute;
    font-size: 24px;
    left: 20px;
}
.insurance.sec07 .rental .link_text_01,
.insurance.sec07 .rental.second .link_text_01{
	    top: 45px;
}
.insurance.sec07 .rental .link_text_02,
.insurance.sec07 .rental.second .link_text_02{
	    top: 23px;
}
.insurance.sec07 .rental .link_text_03{
	    top: 8px;
}

.insurance.sec07 .note_text{
		display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-align: center;
	
	margin-bottom: 20px;
}
.insurance.sec07 .note_text::before,
.insurance.sec07 .note_text::after{
	content: '';
		width: 2px;
	height: 70px;
	background-color: #2980bc;
}
.insurance.sec07 .note_text::before{
		margin-right: 30px;
	transform: rotate(-30deg);
}
.insurance.sec07 .note_text::after{
		margin-left: 30px;
	transform: rotate(30deg);
}

.insurance.sec07 {
	margin-bottom: 100px;
}
.sec07_btn{
	position: relative;
	max-width: 472px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.sec07_btn a{
box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #006bb8;
    border-radius: 12px;
    position: relative;
    padding: 4px;
	letter-spacing: 0.1em;
}

.sec07_btn a >span{
display: block;
    border-radius: 8px;
    padding: 18px 0;
    border: 1px solid #ffffff;
}

.sec07_btn::before{
content: '';
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
.insurance.sec07 .rental li{
	width: 45%;
}
.insurance.sec07 .rental li .listTtl.btn{
	min-height: 74px;
	
	    width: 100%;
	background-size: auto 93%;
    background-repeat: no-repeat;
   }
.sec07_btn a{
    font-size: 5vw;
	padding: 4px;
	border-radius: 5px;
}

.sec07_btn a >span{
	padding:  4% 7%;
	border-radius: 4px;
}
.insurance.sec07 .rental li{
width: 49%;
margin-right: 0;
	margin-bottom: 2%;
}
.insurance.sec07 .rental li:nth-of-type(7),
.insurance.sec07 .rental li:nth-of-type(8){
margin-bottom: 0;
}
.insurance.sec07 .rental{
	margin-bottom: 10%;
}
	.insurance.sec07 .rental.second{
		margin-bottom: 6%;
	}
.insurance.sec07 {
	margin-bottom: 10%;
}
.insurance.sec07 .rental .link_text,
.insurance.sec07 .rental.second .link_text{
	font-size: 14px;
	left: 13px;
}
.insurance.sec07 .heading_h3::after{
	width: 15%;
    height: 1px;
	}
.insurance.sec07 .rental .link_text_01,
.insurance.sec07 .rental.second .link_text_01{
	    top: 27px;
}
.insurance.sec07 .rental .link_text_02,
.insurance.sec07 .rental.second .link_text_02{
	    top: 15px;
}
.insurance.sec07 .rental .link_text_03{
	    top: 6px;
}
.sec07_btn::before{
    width: 9px;
    height: 9px;
    right: 6%;
}
	
}/* max-width: 767px */
/* ============================================================================*/


/*  sec08 */

.sec08{
	text-align: center;
	margin-bottom: 110px;
}
.sec08.second{
	margin-top: 60px;
}
/* .sec08{} */
.sec08 .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width:490px;
	margin-bottom: 55px;
	text-align: center;
	letter-spacing: 0.1em;
}

.sec08  .heading_h2::after{
	width: 21%;
}

.sec08 .heading_h3{
	    font-size: 40px;
    font-weight: bold;
    color: #006bb8;
    padding-bottom: 20px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.sec08 .heading_h3::after{
	   background-color: #006bb8;
    width: 25%;
    background-position: center top;
	    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.sec08 .sec08_text{
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 1.8;
}

.sec08 .marker,
.sec07_ad .marker{
	background: linear-gradient(transparent 60%, #ffd9c7 60%);
}

.sec08 .note_text{
		display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-align: center;
	
	margin-bottom: 30px;
}
.sec08 .note_text::before,
.sec08 .note_text::after{
		content: '';
		width: 2px;
	height: 70px;
	background-color: #2980bc;
}
.sec08 .note_text::before{
	margin-right: 15px;
	transform: rotate(-30deg);
}
.sec08 .note_text::after{
	margin-left: 15px;
	transform: rotate(30deg);
}

.sec08_btn{
	position: relative;
	max-width: 472px;
	margin: 0 auto;
	margin-bottom: 40px
}
.sec08_btn a{
box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    display: block;
    background-color: #277fbb;
    border-radius: 12px;
    position: relative;
    padding: 3px;
	letter-spacing: 0.05em;

}

.sec08_btn a > .l_btn_text{
display: block;
    border-radius: 8px;
    padding: 10px 0;
    border: 1px solid #ffffff;
	line-height: 1.0;
}
.sec08_btn a > .l_btn_text .s_text{
	font-size: 15px;
	font-weight: normal;
}

.sec08_btn::before{
content: '';
    position: absolute;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 9px;
    height: 9px;
    right: 31px;
    top: 50%;
    z-index: 2;
	    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
.sec08_btn{
	width: 100%;
	max-width: 700px;
	margin-bottom: 10%;
}
.sec08_btn::before{
    width: 9px;
    height: 9px;
    right: 5%;
}
	.sec08_btn a{
    font-size: 5vw;
	padding: 2px;
    border-radius: 8px;
	letter-spacing: 0.05em;
}

.sec08_btn a >span{
	padding-right: 7%;
}
.sec08{
	margin-bottom: 10%;
}
.sec08 .map_sp_stations{
	text-align: left;
}
.sec08_btn a > .l_btn_text{
    border-radius: 8px;
    padding: 3.5% 7%;
	line-height: 1.0;
}
	
}/* max-width: 767px */

/* name */

@media screen and (max-width: 767px) {
	
}/* max-width: 767px */



/* 地図 */
	.sec08 .cv_map_content {
		overflow: hidden;
		padding: 40px 60px;
		background: #f2f7e8;
		
		margin-bottom: 75px;
	}
	.sec08 .cv_map_content .left {
		position: relative;
		float: left;
		width: 42.2%;
		text-align: left;
	}
	.sec08 .cv_map_content .left .map_ttl {
		margin-bottom: 20px;
	}
	.sec08 .cv_map_content .left .map_sub_ttl {
		margin-bottom: 145px;
	}
	.sec08 .cv_map_content .left ul {
		margin: 0;
		padding: 0;
	}
	.sec08 .cv_map_content .left li {
		position: absolute;
		display: table;
		width: 27px;
		height: 21px;
		float: none;
		margin: 0;
		border: 0;
	}
	.sec08 .cv_map_content .left li a,
	.sec08 .cv_map_content .left li span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		font-size: 10px;
		font-weight: bold;
		padding: 0;
	}
	.sec08 .cv_map_content .left li span {
		background: #e0e0e0;
    	color: #aaa;
	}
	.sec08 .cv_map_content .left li.gnav_link01 {
		top: 1px;
		right: 0;
		width: 67px;
		height: 37px;
	}
	.sec08 .cv_map_content .left li.gnav_link02 {
		top: 46px;
		right: 12px;
		width: 55px;
	}
	.sec08 .cv_map_content .left li.gnav_link03 {
		top: 69px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link04 {
		top: 69px;
		right: 11px;
	}
	.sec08 .cv_map_content .left li.gnav_link05 {
		top: 92px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link06 {
		top: 92px;
		right: 11px;
	}
	.sec08 .cv_map_content .left li.gnav_link07 {
		top: 115px;
		right: 11px;
	}
	.sec08 .cv_map_content .left li.gnav_link08 {
		top: 115px;
		right: 40px;
		width: 55px;
	}
	.sec08 .cv_map_content .left li.gnav_link09 {
		top: 138px;
		right: 68px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link10 {
		top: 138px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link11 {
		top: 138px;
		right: 11px;
	}
	.sec08 .cv_map_content .left li.gnav_link12 {
		top: 160px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link13 {
		top: 160px;
		right: 11px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link14 {
		top: 183px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link15 {
		top: 206px;
		right: 40px;
	}
	.sec08 .cv_map_content .left li.gnav_link15 a {
		font-size: 9px !important;
	}
	.sec08 .cv_map_content .left li.gnav_link16 {
		top: 206px;
		right: 11px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link17 {
		top: 115px;
		right: 97px;
	}
	.sec08 .cv_map_content .left li.gnav_link18 {
		top: 138px;
		right: 125px;
	}
	.sec08 .cv_map_content .left li.gnav_link19 {
		top: 138px;
		right: 96px;
	}
	.sec08 .cv_map_content .left li.gnav_link20 {
		top: 160px;
		right: 96px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link21 {
		top: 183px;
		right: 68px;
	}
	.sec08 .cv_map_content .left li.gnav_link22 {
		top: 206px;
		right: 125px;
	}
	.sec08 .cv_map_content .left li.gnav_link23 {
		top: 206px;
		right: 96px;
	}
	.sec08 .cv_map_content .left li.gnav_link24 {
		top: 206px;
		right: 68px;
	}
	.sec08 .cv_map_content .left li.gnav_link25 {
		top: 138px;
		right: 181px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link26 {
		top: 160px;
		right: 125px;
		width: 55px;
	}
	.sec08 .cv_map_content .left li.gnav_link27 {
		top: 183px;
		right: 153px;
	}
	.sec08 .cv_map_content .left li.gnav_link28 {
		top: 183px;
		right: 125px;
	}
	.sec08 .cv_map_content .left li.gnav_link29 {
		top: 206px;
		right: 153px;
	}
	.sec08 .cv_map_content .left li.gnav_link30 {
		top: 229px;
		right: 125px;
		width: 55px;
	}
	.sec08 .cv_map_content .left li.gnav_link31 {
		top: 138px;
		left: 58px;
		height: 43px;
	}
	.sec08 .cv_map_content .left li.gnav_link32 {
		top: 138px;
		left: 87px;
	}
	.sec08 .cv_map_content .left li.gnav_link33 {
		top: 138px;
		left: 115px;
	}
	.sec08 .cv_map_content .left li.gnav_link34 {
		top: 160px;
		left: 87px;
	}
	.sec08 .cv_map_content .left li.gnav_link35 {
		top: 160px;
		left: 115px;
	}
	.sec08 .cv_map_content .left li.gnav_link36 {
		top: 190px;
		left: 87px;
	}
	.sec08 .cv_map_content .left li.gnav_link37 {
		top: 190px;
		left: 115px;
	}
	.sec08 .cv_map_content .left li.gnav_link38 {
		top: 213px;
		left: 87px;
	}
	.sec08 .cv_map_content .left li.gnav_link39 {
		top: 213px;
		left: 115px;
	}
	.sec08 .cv_map_content .left li.gnav_link40 {
		top: 75px;
		left: 1px;
	}
	.sec08 .cv_map_content .left li.gnav_link41 {
		top: 160px;
		left: 0;
	}
	.sec08 .cv_map_content .left li.gnav_link42 {
		top: 160px;
		left: 29px;
	}
	.sec08 .cv_map_content .left li.gnav_link43 {
		top: 183px;
		left: 0;
	}
	.sec08 .cv_map_content .left li.gnav_link44 {
		top: 183px;
		left: 29px;
	}
	.sec08 .cv_map_content .left li.gnav_link45 {
		top: 206px;
		left: 0;
	}
	.sec08 .cv_map_content .left li.gnav_link46 {
		top: 206px;
		left: 29px;
	}
	.sec08 .cv_map_content .left li.gnav_link47 {
		top: 229px;
		left: 0;
		width: 55px;
	}
	.sec08 .cv_map_content .left li.gnav_link01 a {
		background: #6077e6;
	}
	.sec08 .cv_map_content .left li.gnav_link02 a,
	.sec08 .cv_map_content .left li.gnav_link03 a,
	.sec08 .cv_map_content .left li.gnav_link04 a,
	.sec08 .cv_map_content .left li.gnav_link05 a,
	.sec08 .cv_map_content .left li.gnav_link06 a,
	.sec08 .cv_map_content .left li.gnav_link07 a {
		background: #38aee7;
	}
	.sec08 .cv_map_content .left li.gnav_link08 a,
	.sec08 .cv_map_content .left li.gnav_link09 a,
	.sec08 .cv_map_content .left li.gnav_link10 a,
	.sec08 .cv_map_content .left li.gnav_link11 a,
	.sec08 .cv_map_content .left li.gnav_link12 a,
	.sec08 .cv_map_content .left li.gnav_link13 a {
		background: #2edbd8;
	}
	.sec08 .cv_map_content .left li.gnav_link14 a,
	.sec08 .cv_map_content .left li.gnav_link15 a,
	.sec08 .cv_map_content .left li.gnav_link16 a {
		background: #27d97d;
	}
	.sec08 .cv_map_content .left li.gnav_link17 a,
	.sec08 .cv_map_content .left li.gnav_link18 a,
	.sec08 .cv_map_content .left li.gnav_link19 a,
	.sec08 .cv_map_content .left li.gnav_link20 a,
	.sec08 .cv_map_content .left li.gnav_link21 a,
	.sec08 .cv_map_content .left li.gnav_link22 a,
	.sec08 .cv_map_content .left li.gnav_link23 a,
	.sec08 .cv_map_content .left li.gnav_link24 a {
		background: #9adb58;
	}
	.sec08 .cv_map_content .left li.gnav_link25 a,
	.sec08 .cv_map_content .left li.gnav_link26 a,
	.sec08 .cv_map_content .left li.gnav_link27 a,
	.sec08 .cv_map_content .left li.gnav_link28 a,
	.sec08 .cv_map_content .left li.gnav_link29 a,
	.sec08 .cv_map_content .left li.gnav_link30 a {
		background: #d6d600;
	}
	.sec08 .cv_map_content .left li.gnav_link31 a,
	.sec08 .cv_map_content .left li.gnav_link32 a,
	.sec08 .cv_map_content .left li.gnav_link33 a,
	.sec08 .cv_map_content .left li.gnav_link34 a,
	.sec08 .cv_map_content .left li.gnav_link35 a {
		background: #edc12f;
	}
	.sec08 .cv_map_content .left li.gnav_link36 a,
	.sec08 .cv_map_content .left li.gnav_link37 a,
	.sec08 .cv_map_content .left li.gnav_link38 a,
	.sec08 .cv_map_content .left li.gnav_link39 a {
		background: #ff9d57;
	}
	.sec08 .cv_map_content .left li.gnav_link40 a,
	.sec08 .cv_map_content .left li.gnav_link41 a,
	.sec08 .cv_map_content .left li.gnav_link42 a,
	.sec08 .cv_map_content .left li.gnav_link43 a,
	.sec08 .cv_map_content .left li.gnav_link44 a,
	.sec08 .cv_map_content .left li.gnav_link45 a,
	.sec08 .cv_map_content .left li.gnav_link46 a,
	.sec08 .cv_map_content .left li.gnav_link47 a {
		background: #ff7d8a;
	}
	.sec08 .cv_map_content .left .map_btn a {
		position: relative;
		display: block;
		padding: 8px 18px;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		width: 301px;
		background: linear-gradient(to bottom, rgb(246,41,12) 0%, rgb(132,208,46) 0%, rgb(114,177,42) 100%);
		border: 1px solid #6ba428;
		border-radius: 8px;
	}
	.sec08 .cv_map_content .left .map_btn a:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 10px;
		width: 13px;
		height: 15px;
		background: url(/img/btn_arrow_green.jpg) no-repeat;
	}
	.sec08 .cv_map_content .right {
		float: right;
		width: 52%;
		margin: 60px 0 0;
	}
	.sec08 .cv_map_content .right .txt {
		margin-bottom: 10px;
		font-size: 18px;
		text-align: center;
	}
	.sec08 .cv_map_content .right .btn {
		margin-bottom: 10px;
		background: #fff;
	}
	.sec08 .cv_map_content .right .btn.tel.pcOnly {
		margin-bottom: 0;
	}
	.sec08 .cv_map_content .right .btn a {
		display: block;
		position: relative;
		padding: 15px 0 15px 85px;
		background: url(/img/index_arrow.gif) no-repeat 95% 50%;
		border: 2px solid #7bbd26;
		color: #76ba1d;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
		text-align: left;
	}
	.sec08 .cv_map_content .right .btn > span {
		display: block;
		position: relative;
		padding: 15px 0 15px 85px;
		border: 2px solid #7bbd26;
		color: #76ba1d;
		font-weight: bold;
		line-height: 1.2;
		text-decoration: none;
	}
	.sec08 .cv_map_content .right .btn.mail a {
		font-size: 22px;
	}
	.sec08 .cv_map_content .right .btn.tel > span {
		font-size: 24px;
	}
	.sec08 .cv_map_content .right .btn.tel > span > span {
		font-size: 18px;
	}
	.sec08 .cv_map_content .right .btn.mail a:before {
		content: '';
		position: absolute;
		width: 43px;
		height: 30px;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
		background: url(/img/index_icon_mail.gif) no-repeat 0 0;
	}
	.sec08 .cv_map_content .right .btn.tel > span:before {
		content: '';
		position: absolute;
		width: 42px;
		height: 49px;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
		background: url(/img/index_icon_phone.gif) no-repeat 0 0;
	}
	.sec08 .cv_map_content .left ul li a:hover,
	.sec08 .cv_map_content .left .map_btn a:hover,
	.sec08 .cv_map_content .right .btn a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		text-decoration: none;
		opacity:0.70;
	}

@media screen and (max-width: 767px) {
	.sec08 .cv_map_content .right .btn.mail a {
		font-size: 4vw;
		padding: 4% 0 4% 16%;
	}
	
		.sec08 .cv_map_content .left {
		float: none;
		width: 100%;
		text-align: left;
	}
		.sec08 .cv_map_content .right {
		float: none;
		width: 100%;
		margin: 7% 0 0;
	}
	
	.sec08 .cv_map_ttl {
		padding: 5px 0;
		background: #dbedfc;
		font-size: 17px;
		text-align: center;
	}
	.sec08 .cv_map_content {
		background: #f2f7e8;
		overflow: hidden;
		padding: 15px;
		color: #333333;
		margin-bottom: 10%;
	}
	.sec08 .cv_map_content .left {
		position: relative;
	}
	.sec08 .cv_map_content .left .map_station {
		margin-bottom: 10px;
	}
	.sec08 .cv_map_content .left .map_ttl {
		position: absolute;
		top: 0;
		width: 34.85%;
		margin-bottom: 0 !important;
	}
	.sec08 .cv_map_content .left .map_btn {
		margin-bottom: 10px;
	}
	.sec08 .cv_map_content .left .map_btn a {
		width: 90%;
		position: relative;
		display: block;
		padding: 10px;
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		background: linear-gradient(to bottom, rgb(246,41,12) 0%, rgb(132,208,46) 0%, rgb(114,177,42) 100%);
		border: 1px solid #6ba428;
		border-radius: 5px;
	}
	.sec08 .cv_map_content .left .map_btn a:after {
		position: absolute;
		right: 3.5%;
		top: 35%;
		width: 13px;
		height: 15px;
		background: url(/img/btn_arrow_green.jpg) no-repeat;
		background-size: 10px;
		content: "";
	}
	.sec08 .cv_map_content .right .txt {
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
	}
	.sec08 .cv_map_content .right .btn {
		margin-bottom: 10px;
		background: #fff;
	}
	.sec08 .cv_map_content .right .btn.tel.spOnly {
		margin-bottom: 0;
	}
	.sec08 .cv_map_content .right .btn a {
		display: block;
		position: relative;
		border: 1px solid #7bbd26;
		font-size: 14px;
		font-weight: bold;
		padding: 15px 0 15px 50px;
		line-height: 1.2;
		color: #76ba1d;
		background: url(/img/index_arrow.gif) no-repeat 95% 50%;
		background-size: 8px;
		max-width: 100%;
	}
	.sec08 .cv_map_content .right .btn.tel a,
	.sec08 .cv_map_content .right .btn.tel a span {
		font-size: 10px;
	}
	.sec08 .cv_map_content .right .btn.mail a:before {
		content: '';
		width: 25px;
		height: 18px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
		background: url(/img/index_icon_mail.gif) no-repeat 0 0;
		background-size: 100%;
	}
	.sec08 .cv_map_content .right .btn.tel a:before {
		content: '';
		position: absolute;
		width: 20px;
    	height: 25px;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		background: url(/img/index_icon_phone.gif) no-repeat 0 0;
		background-size: 100%;
	}
}

/* guidance */
.guidance{
	margin-bottom: 100px;
}
.guidance .heading_h2{
	font-size: 40px;
	font-weight: bold;
	color: #006bb8;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width:135px;
	margin-bottom: 55px;
	text-align: center;
	letter-spacing: 0.1em;
}

.guidance  .heading_h2::after{
	width: 50%;
}
.guidance_list{
	background-color: #eeeeee;
	padding: 60px 0 40px;
}

.guidance_list_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px;
}
.guidance_list_flex li{
	font-size: 18px;
	font-weight: bold;
	box-shadow: 2px 2px 0px 1px #e4e4e4,6px 6px 16px -8px #1b1818;
	max-width: 425px;
	width: 80%;
	margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
	background:  url(/guide/img/arrow.png) no-repeat 95% 50%,#fff;
}


.guidance_list_flex li > a{
		padding: 24.5px 20px;
	/*display: table-cell;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 80px;

}

.guidance_list_flex li > a::before {
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.guidance_list_flex li:nth-of-type(1) > a::before {
    width: 27px;
    height: 37px;
	background: url(/guide/img/guidance_icon_01.png) no-repeat 0 0;
	left: 26px;
}
.guidance_list_flex li:nth-of-type(2) > a::before {
    width: 34px;
    height: 34px;
	background: url(/guide/img/guidance_icon_02.png) no-repeat 0 0;
	left: 25px;
}
.guidance_list_flex li:nth-of-type(3) > a::before {
    width: 30px;
    height: 38px;
	background: url(/guide/img/guidance_icon_03.png) no-repeat 0 0;
	left: 20px;
}
.guidance_list_flex li:nth-of-type(4) > a::before {
    width: 41px;
    height: 41px;
	background: url(/guide/img/guidance_icon_04.png) no-repeat 0 0;
	left: 21px;
}
.guidance_list_flex li:nth-of-type(5) > a::before {
    width: 40px;
    height: 35px;
	background: url(/guide/img/guidance_icon_05.png) no-repeat 0 0;
	left: 16px;
}
.guidance_list_flex li:nth-of-type(6) > a::before {
    width: 42px;
    height: 37px;
	background: url(/guide/img/guidance_icon_06.png) no-repeat 0 0;
	left: 20px;
}
.guidance_list_flex li:nth-of-type(7) > a::before {
    width: 29px;
    height: 45px;
	background: url(/guide/img/guidance_icon_07.png) no-repeat 0 0;
	left: 21px;
}


.guidance_list_flex li > a> .guidance_list_text{
	margin-left: 10px;
	color: #006bb8;
	margin-top: 5px;
}

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

.guidance_list_flex li{
	box-shadow: 2px 2px 0px 1px #e4e4e4,9px 12px 36px -8px #1b1818;
	max-width: 750px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	background:  url(/guide/img/arrow.png) no-repeat 95% 50%,#fff;
}
.guidance_list_flex{
	margin: 0;
}
.guidance{
	margin-bottom: 10%;
}
.guidance_list_flex li > a{
	padding: 6% 18%;
	/*padding-left: 80px;*/
	}
	/*
.guidance_list_flex li:nth-of-type(1) > a{
	padding: 11.75% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(3) > a{
	padding: 8.5% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(4) > a{
	padding: 10.95% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(7) > a{
	padding: 15% 20px;
		padding-left: 80px;
	}
	*/
.guidance_list_flex li:nth-of-type(1) > a::before {
	left: 29px;
}
.guidance_list_flex li:nth-of-type(2) > a::before {
	left: 25px;
}
.guidance_list_flex li:nth-of-type(3) > a::before {
	left: 26px;
}
.guidance_list_flex li:nth-of-type(4) > a::before {
	left: 21px;
}
.guidance_list_flex li:nth-of-type(5) > a::before {
	left: 21px;
}
.guidance_list_flex li:nth-of-type(6) > a::before {
	left: 22px;
}
.guidance_list_flex li:nth-of-type(7) > a::before {
	left: 27px;
}
	
}/* max-width: 767px */

/* sec10 */
.sec10{
	margin-bottom: 120px;
	text-align: center;
}
.sec10 .banner{
	display: block;
    margin: auto;
	margin-bottom: 100px;
	box-shadow: 0px 2px 18px -11px #1b1818;

}
/* .sec10 .seminar.banner{
	
}
.sec10 .email_reg.banner{
	
} */
.sec10 .l_sns{
	margin-bottom: 20px;
}

.sec10 .l_sns_icon{
	margin: 0 5%;
}

.sec10 .l_sns_icon .sns_icon{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.none_sns{
	margin-top: 10px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
 #colorbox {
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    height: 1px !important;
    padding-bottom: 60%;
  }

  .cboxIframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
	
.guidance_list{
	padding: 3% 0;
}
.guidance_list_flex li{
	box-shadow: 1px 1px 0px 1px #e4e4e4, 3px 3px 14px -8px #1b1818;
}
.sec10,
.sec10 .banner{
	margin-bottom: 10%;
}

.sec01 .heading_h2,
.rent .heading_h2,
.detail .heading_h2,
.insurance.sec07 .heading_h2,
.sec08 .heading_h2,
.guidance .heading_h2{
	margin-bottom: 7%;
	padding-bottom: 3%;
	font-size: 6vw;
}
.sec01 .heading_h2::before,
.sec01 .heading_h2::after,
.rent .heading_h2::before,
.rent .heading_h2::after,
.detail .heading_h2::before,
.detail .heading_h2::after,
.insurance.sec07 .heading_h2::before,
.insurance.sec07 .heading_h2::after,
.sec08 .heading_h2::before,
.sec08 .heading_h2::after,
.guidance .heading_h2::before,
.guidance .heading_h2::after{
	height: 4%;
}
.sec01 .heading_h2{width: 81%;}
.rent .heading_h2{width: 60%;}
.detail .heading_h2{width: 69%;}
.insurance.sec07 .heading_h2{width: 66%;}
.sec08 .heading_h2{width: 81%;}
.guidance .heading_h2{width: 22%;}
	
.sec01 .sec01_text,
.insurance.sec07 .sec07_text,
.sec08 .sec08_text{
	margin-bottom: 5%;
	font-size: 4vw;
	}
	.insurance.sec07 .sec07_text{
	margin-bottom: 5%;
	}
.sec08 .sec08_text{
	margin-bottom: 7%;
	font-size: 4vw;
	}
	
.insurance.sec07 .sec07_text,
.sec08 .sec08_text{
	text-align: left;
	}
	.insurance.sec07 .heading_h3{
		margin-bottom: 4%;
		font-size: 5vw;
		padding-bottom: 1%;
	}
.insurance.sec07 .note_text,
.sec08 .note_text{
		font-size: 4vw;
	line-height: 1.2;
	margin-bottom: 3%;
	}

.sec08 .note_text::before{
	margin-right: 2%;
}
.sec08 .note_text::after{
	margin-left: 2%;
}
.sec08 .note_text::before,.sec08 .note_text::after{
	width: 2px;
	height: 12vw;
}
	
.insurance.sec07 .note_text::before{
	margin-right: 5%;
}
.insurance.sec07 .note_text::after{
	margin-left: 5%;
}
	
	.sec08_btn a > .l_btn_text .s_text{
		font-size: 3vw;
	}
.insurance.sec07 .note_text::before,
.insurance.sec07 .note_text::after{
		width: 2px;
	height: 12vw;
}
	
	.l_sns_block{
		width: 80%;
		margin: 0 auto;
	}
.sec10 .l_sns_icon .sns_icon{
	max-width: 320px;
	width: 90%;
}
.sec10 .l_sns_icon .sns_icon li img{
	width: 78%;
}
	
}/* max-width: 767px */

@media screen and (max-width: 330px) {
.sec10 .l_sns_icon li{
	width: 27%;
}
	/*
.guidance_list_flex li:nth-of-type(1) > a{
	padding: 11.75% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(3) > a{
	padding: 8.5% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(4) > a{
	padding: 10.95% 20px;
		padding-left: 80px;
	}
.guidance_list_flex li:nth-of-type(7) > a{
	padding: 15% 20px;
		padding-left: 80px;
	}
	*/
	}/* max-width: 330px */


@media all and (min-width: 788px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link_video .list_video li {
    height: 270px!important;
} /* IE11 */
}
@media all and (max-width: 787px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link_video .list_video li {
    height: 60vw!important;
} /* IE11 */
}
.breadcrumbArea {
    margin: 20px auto 0;
    padding: 0 100px;
}
.breadcrumb {
	color: #000;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	text-align: start;
	justify-content: flex-start;
	white-space: nowrap;
}
.breadcrumb li a::after{
	content: ">";
	color: #333;
	display: inline-block;
	margin: 0 10px;
}
.breadcrumb li:last-child a::after{
	content:"";
}
.breadcrumb li a{
	color: #1565C0;
}
@media screen and (max-width: 767px) {
	.breadcrumbArea{
		padding: 0 20px;
	}
	.breadcrumb{
		font-size: 10px;
	}
}
/* footer */
.footer_menu a:hover {
	text-decoration: underline;
}