@charset "utf-8";

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
原則として、許可なしの再配布は禁止させていただきます。
また、無料でお使いになる場合は、【ＰＲ枠】のリンクは全て削除禁止です。
（※加工後の削除も禁止させていただいておりますのでご了承ください。）
PR枠の削除（有料プラン）に関するお問い合わせや、その他ご不明な点は、
https://www.megapx.com/contact.html、または
https://www.s-hoshino.com/info.htmlのフォームよりお問い合わせください。
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
	color: #111;
	background-color: #fff;
	font-family:游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
}



section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	}

a{
	text-decoration: none;
	}

a:hover img {
	filter: brightness(110%);
    opacity: 0.9;
	}

li {
	list-style-type: none;
	}

a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	}
a:hover {
	color: #8A8A8A;
	text-decoration: none;
	}

table {
	border-collapse: collapse;
	}
table td {
	border-collapse: collapse;
	}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
	}

.space{
	height:7em;
	}


/* フェードイン */

.fadeIn {
  opacity: 0;
  transition: 2s;
	}
.fadeIn.is-show {
  opacity: 1;
	}


.fadeUp {
  /* 30px下げる */
  transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 2s, opacity 2s;
}

.fadeUp.show {
  transform: translateY(0);
  opacity: 1;
}


@media (min-width: 980px){
.index_space{
	padding-top:120px;
	}
	
.space_1{
	margin-top:4em;
	}
}

@media (max-width: 980px){
.space{
	height:3em;
	}
	
.index_space{
	padding-top:10px;
	}
	
.space_1{
	margin-top:2em;
	}
  }

.pad{
	margin-top:2em;
	}

.top_campaign img{
	margin: auto;
  display: block;
	}



/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media screen and (max-width:980px){
#index_topimg::before {
	background: linear-gradient(55deg, rgb(60 60 90), rgb(60 60 90),rgb(75 49 139 / 99%), rgb(60 60 90));
    content: "";
    height: 50px;
    left: 0px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 5000;
	}
	
	
.header_menu_bt{
	float:right;
	margin-right: 50px;
	}
.header_menu_bt ul li{
	float:left;
	margin-right:0;
	display: flex;
	}

.sp_search a {
	color: #e20000 !important;
    background-color: #e35b2d;
    border-radius: 0px;
	border: solid 1px #e35b2d;
	padding:5px;
}

.sp_search a:hover {
	background-color: #f58338;
	color: #e20000 !important;
}
.sp_search a::before {
	display: none;
}

.sp_contact a {
	padding:5px;
	}
}

header.fixed {
	background-color: #F6F6F6;
	background-color: rgba(246,246,246,0.9);
}

header h1 a img {
	display: block;
	position: absolute;
	max-width:285px;
}




#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #111;
	font-size: 14px;
	line-height: 30px;
	color: #EEE;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #DDD;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #FFF;
}

.pankuzu li i {
	padding-right: 5px;
}



/*-------アコーディオン--------*/
.menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
  color: inherit;
}

.accodion{
  width: 850px;
  color: #2b1175;
}

.accodion .menu {
  display: flex;
  width: 100%;
}

.accodion .menu>li{
  position: relative;
}

.accodion .menu li a{
  padding: 1em;
  display: block;
}

.accodion .menu .menu-title{
  text-align: center;
}

.accodion .menu .sub-menu {
  position: absolute;
  z-index: 1;
  width: 190px;
  top: 100%;
  left: 0;
  background-color: rgba(255 255 255 / 60%);
}

.sub-menu2 {
  position: absolute;
  z-index: 1;
  width: 190px;
  top: 100%;
  left: 190px;
  float:left;
  background-color: rgba(255 255 255 / 60%);
}

.accodion .menu .sub-menu li a{
  padding: 1em;
  width: 100%;
  font-size:10px;
}

.sub-menu2 li a{
  padding: 1em;
  width: 100%;
  font-size:10px;
}


@media (max-width: 760px){
  body{
    font-size: 0.875rem;
  }
  
  .accodion .menu{
    display: block;
  }
  
  .accodion .menu .menu-title{
    text-align: left;
  }
  
  .accodion .menu>li{
    width: 100%;
  }
  
  .accodion .menu .sub-menu .sub-menu2{
    position: static;
  }
}
/*-------アコーディオン終了--------*/





/*-------サイド固定ナビ--------*/

@media (min-width: 980px){
.nav_fix {
  display: flex;
  flex-direction: column;
  /*height: calc( 60vw * 25 / 100 );
  width: calc( 40vw * 5.00 / 100 );*/
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 10;
  border-radius: 8px 0px 0px 8px;
}


.side_btn{
	  text-align: center;
	/*height: 50%;*/
	letter-spacing: 0;
	position: relative;
	display: block;
	width: 28px;
    margin: 0px 4px;
    right: -0.3em;
    border: 1px solid;
	padding:0em 1.5em 0.4em;
	margin-bottom: 3px;
	background-color: #fff;
}

.side_btn:hover{
    border: 1px solid #e95700;
}


.side_btn::after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 10px solid transparent;
	top: 83%;
	right: 0%;
	border-bottom-color: #454b82;
	border-right-color: #454b82;
	}

.side_btn:hover::after{
	border-bottom-color: #e95700;
	border-right-color: #e95700;
	}


.side_btn a{
	width: 100%;
	/*height: calc(100% - 1rem);*/
	display: flex;
	/*border-left: 1px solid #000;
	border-radius: calc( 10vw * 5.00 / 100 ) 0 0 0;*/
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 500;
	font-feature-settings: normal;
	font-size: 1.2em;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	padding: 15px 0px;
	color: #0d1447;
	}
	
.side_btn a:hover{
	color: #e95700;
	}
		
.line a{	
	border-top: 1px solid #000;
	}
}

@media (max-width: 980px){
.nav_fix {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0px;
  z-index: 10;
  background-color: #0d1447c7;
  width: 100%;
}


.side_btn{
	text-align: center;
	letter-spacing: 0;
	position: relative;
	display: block;
	width: 25%;
    margin: 5px 0px;
}

.side_btn a{
	width: 100%;
	/*height: calc(100% - 1rem);*/
	display: flex;
	font-weight: 500;
	font-feature-settings: normal;
	font-size: 1.2em;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	color: #fff;
	}
	
.line a{	
	border-left: 1px solid #fff;
	}
}

/*-------サイドナビ終了--------*/






/*-------トップボタン--------*/

.bn_bt{
	width:100%;
	float:left;
	}

.bn_bt li:hover{
	border: 2px solid #6269a3;
	}

.topbn_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	clear: both;
	}
	


@media (min-width: 980px){

.topbn_wrap {
	padding: 1em;
	}
	
.bn_bt li{
	float: left;
    margin: 1%;
    padding: 1.5% 2.5%;
    border: 2px solid #454b82;
    width: 31%;
	position: relative;
	border-radius: 6px;
	}
	
.bn_bt img{
	width:100%;
	max-width:297px;
	}
	
.icon img{
  width: 36px;
	}

.icon {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 100;
	-webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
	}
}
	
	
@media (max-width: 980px){
.topbn_wrap {
	padding: 0em 0.5em;
	}
	
.bn_bt{
	width:100%;
	}
	
.bn_bt li{
	float: left;
    margin: 1%;
    padding: 1.5% 2%;
    border: 2px solid #454b82;
    width: 48%;
	position: relative;
	}
	
.icon img{
  width: 29px;
	}

.icon {
	display: block;
	position: absolute;
	right: 0;
	height:29px;
	bottom: 0;
	z-index: 10;
	opacity: 100;
	-webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
	transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
	}
}



/*-------トップボタン終了--------*/

.cont_img{
	text-align:center;
	}
	
.map{
	margin-top:6em;
	}



/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	color: #111;
	padding-top:50px;
	background-color:#fff;
	padding-bottom: 6em;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	clear: both;
}
.content_bk{
	padding:0px;
	/*background:linear-gradient(55deg, rgb(10 10 40), rgb(20 30 60),rgb(65 29 109 / 99%), rgb(60 60 70));*/
	background-image: url("../img/bg-p.png");
	}


#sub_top {
	background-color: #555;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 340px;
	line-height: 30px;
	padding-top: 180px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}


@media (min-width: 980px){
.contents_text{
	margin:4em;
	}
}

@media (max-width: 980px){
.contents_text{
	margin-top:3em;
	}
}
	
.contents_text p{
	line-height:1.5em;
	}

#index_top::before {
    
    content: "";
    height: 100%;
    left: 620px;
    content: "";
    position: absolute;
    width: calc(100%);
    z-index: -1;
  }



@media screen and (min-width:980px){
#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	}

#index_top #top_catch {
	position: absolute;
	top: 23%;
    left: 9em;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
  }
  #top_catch {
	position: absolute;
	top: 9em;
    left: 4em;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	}

#index_top #top_catch h2 {
	font-size: 110px;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0.05
	background-color:#003399;
	color:#e12538;
	font-weight: 600;
  }

#index_top #top_catch h2 strong {
   font-size:30px;
  }
#index_top #top_catch p {
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	letter-spacing: -.05em;
  }
  
.hero__line:where(.astro-SSL6SQK6) {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0 0 .5rem;
  background-color: #ffffff;
	letter-spacing: 1px;
  font-size: 57px;
  font-weight: bold;
  line-height: 1.6em;
  
  }
}

@media screen and (max-width:980px){
#index_top {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
#index_top #top_catch {
	position: absolute;
	top: 10%;
    left: 2em;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
  }
  
#top_catch {
	position: absolute;
	top: 6em;
    left: 2.4em;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	}


#index_top #top_catch h2 {
	font-size: 110px;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0.05
	background-color:#003399;
	color:#e12538;
	font-weight: 600;
  }

#index_top #top_catch h2 strong {
   font-size:30px;
  }
#index_top #top_catch p {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -.05em;
  }

.hero__line:where(.astro-SSL6SQK6) {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0 0 .5rem;
  background-color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5em;
  }
}


@media screen and (max-width:640px){

.hero__line:where(.astro-SSL6SQK6) {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0 0 .5rem;
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  }
}

.h{
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bolder;
	letter-spacing: 1px;
    -webkit-background-clip: text;
    color: transparent;
    /* background-image:linear-gradient(45deg, #fbe9e9 40%, #ffffff 68%); */
    display: inline-block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both;
	color:#ffffff;
	}

.h span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
}



.content h2 {
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 20px;
	border-bottom-color: #111;
	font-weight: bolder;
	letter-spacing: 1px;
    -webkit-background-clip: text;
    color: #384076;
    letter-spacing:0.6em;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both; 
    text-align: center;
}

.content h2 i {
	padding: 10px;
	color: #003399;
	font-size: 20px;
}

.content h2 span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 18px;
	color: #384076;
	font-weight: bold;
	letter-spacing: 0.6em;
	line-height: 1.8;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
}



.content_box2 h2{
	font-size: 40px;
	line-height: 1;
	margin-bottom: 0px;
	border-bottom-color: #111;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #111;
	text-align: left;
	font-family:"Poppins", sans-serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(291deg, #2b4299 20%, #3b80d3 12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}

.content_left h2{
	font-size: 30px;
    line-height: 2;
	}



@media screen and (max-width:980px){

.content h2 {
	padding: 0px;
	}

 .content_left h2{
 	font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
 	}

.sub_title h3{
	font-size: min(5vw,30px);
    line-height: 1.5em;
    margin-bottom: 1.2em;
	}
  }


@media screen and (min-width:980px){
.sub_title h3{
	font-size:1.8em;
	margin-bottom:1em;
	color:#4e5154;
	}
}

.page_title h3 {
	font-size: 30px;
	font-style: italic;
	line-height: 1;
	margin-bottom: 20px;
	border-bottom-color: #111;
	font-weight: bolder;
	letter-spacing: 3px;
    -webkit-background-clip: text;
    color: #384076;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both; 
	}

.page_title h3 i {
	padding: 10px;
	color: #003399;
	font-size: 20px;
	}

.page_title h3 span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 18px;
	color: #384076;
	font-weight: bold;
	letter-spacing: 0.6em;
	line-height: 1.8;
	}

.page_title h3 span.small {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	}


@media screen and (max-width:980px){

.page_title h3 {
	font-size: 6vw;
	}

.page_title h3 span {
	font-size: 2vw;
	}
}


.content h4 {
	font-size: 20px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

/*-------
.content p {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
}
---------/
.content .ul_news li {
	font-size: 16px;
}
.content .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFBF00;
	color: #000;
	margin-right: 5px;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #333333;
	color: #FFF;
}

.content .ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}


.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 50px;
	right: 0;
	bottom: 0;
}


.img_left {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	max-width: 50%;
}
.img_right {
	float: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 20px;
	max-width: 50%;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #555;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #FF6600;
}

.content .cont_wrap .txt_box {
	background-color: #EEE;
	padding: 20px;
	margin: 20px;
}


a.ap {
	padding-top: 50px;
	margin-top: -50px;
}








/*=== お知らせ news  ====*/

.content .ul_news li {
	font-size: 16px;
}
.content .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFBF00;
	color: #000;
	margin-right: 5px;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #333333;
	color: #FFF;
}

.content .ul_news li a {
	display: block;
	color: #333;
	line-height: 30px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}


.news dd{
	border-bottom:1px solid #cbcbcb;
	}
	
.topics {
	color:#ffffff;
	margin-left:2em;
	}
.topics dd{
	font-weight:bold;
	font-size:15px;
	}


	
	
/*------------お知らせPC---------------*/


.box3_left{
	width:37%;
	float: left;
	}

.box3_right{
	width:63%;
	float:left;
	}

.news dt{
	float:left;
	padding-right:8px;
	width:110px;
	padding: 6px 0px;
	}

.news dd{
	padding: 6px 0px;
	}
}

/*------------お知らせSP---------------*/


.box3_right{
	line-height: 1.5em;
	}

.news dt{
	padding-right:8px;
	width:110px;
	padding-top: 6px;
	}

.news dd{
	padding-bottom:6px;
	}




/*========= スクロールダウンのためのCSS ===============*/


/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  left:3%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }


@media screen and (min-width:980px){
/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  bottom:140px;
    /*テキストの形状*/
  color: #00479d;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 59px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #00479d;
    transform: skewX(-31deg);
	}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:60px;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 70px;
  background:#00479d;
	}
}


@media screen and (max-width:980px){

.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
  left:1em;
  }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
  position: absolute;
  left:-15px;
  bottom:85px;
    /*テキストの形状*/
  color: #00479d;
  font-size: 1rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 10px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #00479d;
    transform: skewX(-31deg);
	}

.scrolldown4:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:10px;
  right:0;
    /*矢印の形状*/
  width:1px;
  height: 67px;
  background:#00479d;
	}
}


/*--下層ページimg　タイトル
-----------------------------------------*/

.cont_font{
	    font-weight: 700;
	    font-size: 1em;
	}



@media screen and (min-width:980px){

	
.page_title_bk{
	width: 570px;
    height: 190px;
	background-color:#fff;
    position: relative;
    display: block;
    margin-top: -8em;
    border-top-right-radius: 25px;
	}

.page_title{
	margin-left:5em;
	position: absolute;
    top: 22px;
    width:800px;
	}
.page_title_bk2{
	width: 570px;
	background-color:#fff;
    position: relative;
    display: block;
    border-top-right-radius: 25px;
	}


.content_left{
	width:50%;
	float:left;
	}

.content_right{
	width:50%;
	float:left;
	}
	
.content_right img{
	max-width:579px;
	}
}

@media screen and (max-width:980px){

.page_title_bk{
	width: 100%;
    max-width: 80%;
    position: relative;
    background-color: #fff;
    display: block;
    margin-top: -3em;
    padding-top: 0;
    height: 16vw;
    border-top-right-radius: 25px;
	}

.page_title{
	position: absolute;
    left: 1em;
    width: 100%;
	}
	
.page_title_bk2{
	width: 100%;
    position: relative;
    background-color: #fff;
    display: block;
    padding-top: 50px;
    height: 0em;
    border-top-right-radius: 25px;
	}
}
	
	

/*--トップへボタン
-----------------------------------------*/

.p-common-pagetop {
    display: block;
    position: fixed;
    right: 17px;
    bottom: 12px;
    left: auto;
    top: auto;
    z-index: 100;
    -webkit-transition: bottom 350ms;
    transition: bottom 350ms;
}

.p-common-pagetop__line {
    display: block;
    background-color: #00479d;
}

.p-common-pagetop__line {
  width: 1px;
  height: 40px;
  margin-right: 14px;
  -webkit-transform-origin: bottom left;
}

.p-common-pagetop__line:before {
    content: "";
    position: absolute;
    right: 11px;
    width: 1px;
    height: 12px;
    background: #00479d;
    transform: skewX(31deg);
}

.p-common-pagetop__txt {
    line-height: 1;
    letter-spacing: .1em;
    color: #f00;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.p-common-pagetop__txt, .p-common-second__en__txt {
    font-weight: 400;
    white-space: nowrap;
    font-family: Lato,sans-serif;
}
.p-common-pagetop__txt, .p-common-second__en__txt {
  font-weight: 700;
}


.p-common-pagetop__txt {
  font-size: 12px;
  margin-top: 9px;
  margin-right: 0px;
}


.conteiner {
  position: relative;
}


.back-to-top {
  z-index: 100;
  position: fixed;
  right: 15px;
  bottom: 61px;
  height: 100px;
  cursor: pointer;
  transition: opacity .4s;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

#page-top a {
  background:linear-gradient(90deg, rgb(173 180 203 / 60%), rgb(173 180 203 / 70%));
  bottom: 0;
  color: #fff;
  padding:15px 10px;
  position: fixed;
  right: 0;
}


@media screen and (max-width:980px){
.back-to-top {
  height: 177px;
  cursor: pointer;
  transition: opacity .4s;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	}
}



/*
コンテンツ大ボタン
-------------------------------------------*/

.btn_cnt.cl_2 a,
.box_cont .btn_cnt a {
	color: #000;
	background-color: #FFBF00;
}

.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #FFBF00;
	background: #;
}

.btn_cnt.cl_2 a:hover,
.box_cont .btn_cnt a:hover {
	color: #FFBF00;
	background-color: #FFF;
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

.btn_cnt a:hover {
	color: #ffffffab;
}


.btn_cnt a {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	display: block;
	margin: 0px 5px 0px 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 22px;
    float:left;
	clear: both;
}

.btn_cnt{
	margin-right: 0.7em;
	}

.btn_cnt2{
	float:left;
}

.btn_cnt2 a {
	font-size: 16px;
	color: #0a57a7;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0px 5px 0px 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 15px;
    padding-bottom: 15px;
    float:left;
	clear: both;
	font-weight: bold;
	border: 1.5px solid;
    border-image: linear-gradient(to right, #0a57a7, #0d82d4) 1;
    margin-inline: auto;
    width: 240px;
}



/*
トップへ戻るボタン

.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #EEEEEE;
	color: #333;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #111;
	color: #FFF;
}

-------------------------------------------*/


/*
フッター
-------------------------------------------*/

footer {
	/*background: linear-gradient(55deg, rgb(10 10 40), rgb(67 41 129),rgb(65 29 109 / 99%), rgb(60 60 70));*/
	background-image: url("../img/bg-p.png");
	color: #fff;
	clear: both;
	width: 100%;
	display: block;
	padding: 45px 0px;
	border-bottom-width: 20px;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	padding-top: 10px;
	float:left;
	width: 100%;
}

footer .lg {
	width: 40%;
	margin-top: 30px;
}

@media screen and (max-width:980px){
	footer .lg {
	width: 100%;
	margin-top: 30px;
	text-align:center;
	}
}

.f_box{
	float:left;
	margin-top: 10px;
	}

.f_box ul li{
	display: inline-block;
	padding-right: 26px;
	}
	
.fab{
	color:#ffffff;
	font-size: 2em;
	} 

.footer_ul_sns{
	margin-top:20px;
	}
	
.footer_ul_sns li{
	float:left;
	margin-right: 15px;
	}

footer .cont_wrap p {
	font-size: 13px;
}

footer p{
	color:#fff;
    line-height: 1.5;
	}

footer .cont_wrap ul {
	float: left;
	}


footer .cont_wrap ul li{
	padding-right: 20px;
	float: left;
}

footer ul li a {
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

footer ul li a:hover {
	color: #ff5e00;
}

footer .cont_wrap ul li.contact a {
	text-align: center;
	color: #FFF;
	background-color: #111;
	font-size: 14px;
	padding: 2px;
	margin-top: 5px;
}

footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li a:hover {
	color: #f58a04;
}



address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #555;
	letter-spacing: 1px;
	background-color: #E5E5E5;
	padding-top: 18px;
	line-height: 22px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #555;
}

address{
	color:#00479d;
}

.lg img{
	margin-bottom:10px;
	}

.f_right{
	float:right;
	}

.f_right_box{
	float: left;
    width: 48%;
	}



@media screen and (min-width:980px){

.footer_w{
	max-width:1200px;
	margin: auto;
	padding: 1em;
    clear: both;
	}
.f_left{
	width:40%;
	float:left;
	}
	
.f_right{
	width: 40%;
    float: right;
	}
	
.f_box_left{
	width:320px;
	float:left;
	}
	
.f_box_right{
	width:100%;
	float:left;
	margin:2em 0.1em;
	}
  }
  
@media screen and (max-width:980px){
.f_box_right{
	margin: 1em 0em 1em 0em;
	font-size: 0.8em;
	}
.f_left{
	max-width: 80%;
    margin: 0 auto;
		}
	
}



/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #FF6600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	width: 100%;
}


.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 32%;
	position: relative;
}
.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(0,0,0,0.8);
}


.pick_up ul li a div {
	color: #FFF;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}
.pick_up ul li a div span {
	font-size: 16px;
	letter-spacing: 2px;
}



.slideback {
	background-color:#fff;
	border-radius: 1;
}


/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #DDD;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}

/*
背景入り帯
-------------------------------------------*/

.obi_001 {
	background-image: url(../img/obi_001.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15%;
	padding-right: 20px;
	padding-bottom: 15%;
	padding-left: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 50px;
}

.content .obi_001 h2 {
	color: #FFF;
	border-bottom: none;
	padding-bottom: 0px;
}
.obi_001 p {
	line-height: 2.4;
}


.obi_002 {
	width: 100%;
	height: auto;
	background-image: url(../img/obi_002.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 50%;
	position: relative;
}

.obi_002 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}

.obi_002 h2 {
	font-size: 36px;
}
.obi_002 p {
	line-height: 2;
	font-weight: bold;
}



#inlineFrame {
    width: 100%;
    border: 0;
    margin-top:-20px;
}

.box2{
	padding: 12px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
	}


.news dd{
	border-bottom:1px solid #cbcbcb;
	}

.topics dd{
	font-weight:bold;
	font-size:15px;
	}

/*------お問合せ----------*/

.content_box2{
	background-color:#e8eaec;
	}

.contact_p{
	margin:0px;
	padding:0px;
	}

.content_box2_{
	padding:1em;
	background: #e8eaec;
	}


.button-054 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 3em .9em 0.8em;
    border: 0px;
    border-radius: 5px;
    background-color: #fff;
    color: #fff;
    background: -webkit-gradient(45deg, #2ca9e1 35%, #007bbb);
	background: linear-gradient(45deg, #2ca9e1 35%, #007bbb);
    font-size: 1.2em;
}

.button-054::after {
    position: absolute;
    right: 1.5em;
    transform: translateY(20%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
    letter-spacing: 1px;
}

.button-054:hover::after {
    transform: translateY(20%) scaleX(1.4);
}


.contact_box i{
	margin-right:5px;
	font-weight: 600;
	}

.renewal_bk_1{
	background-image: url("../img/campaign/back_sky.png");
	padding: 1em;
	background-repeat: no-repeat;
	background-size:100%;
	}

.renewal_bk_2{
	background-image: linear-gradient(#c30d23 70%, #ff0000 80%);
	padding: 1em;
	}

.hr{
	color: #fff;
    text-align: center;
    font-size: 1.5em;
	}

.space_top{
	margin-top:20px;
	}

.box_clear{
	clear:both;
	}




/*-----------お電話での問い合わせ-------------*/


.h3_title_01{
	margin-bottom:10px;
	}


.h3_title{
	margin-left:20px;
	float:left;
	}


/*お電話でのお問い合わせ-----------------*/

.contact_tel{
	float:left;
	margin-top:20px;
	}

.contact_tel_left{
	background-image:url("../images/contact/contact_07.png");
	float:left;
	width:350px;
	height:391px;
	margin-right:8px;
	}

.contact_tel_right{
	background-image:url("../images/contact/contact_09.png");
	float:right;
	width:350px;
	height:566px;
	}

.tel_left{
	padding:170px 0px 0px 50px;
	}
	
.tel_right{
	padding:155px 0px 0px 50px;
	}
	
.tel_1{
	font-size:1.5em;
	}
	
.tel_2{
	font-size:2em;
	color:#e56600;
	line-height:1em;
	}

#contact_blank{
	margin:20px 0px 0px 20px;
	}
	
#contact_blank h2{
	font-size:1.6em;
	line-hight:1.2px;
	border-left: 5px solid #2c4a8b;
	padding:0px 18px;
	margin-bottom: 18px;
	
	}
	
#contact_blank h2 img{
	padding:0px 15px 0px 0px;
	}
	
.contact_tel .box{
    margin: 1.5em 0;
    background: #045aa0;
    width:120px;
}

.contact_tel .box p {
	text-align:center;
    color:#fff;
    font-size:1.5em;
}

.cont_font_1{
	font-size: 1.1em;
    /* font-weight: 600; */
    line-height: 2;
}
	


/*-----------index---------------*/

@media screen and (min-width:980px){

.cont_left{
	width:45%;
	float:left;
	}

.cont_right{
	width:45%;
	float:right;
	}
	
.right_img img{
	width:100%;
	border-radius:2%;
	}
}




@media screen and (max-width:980px){
.cont_left{
	width:100%;
	float:left;
	padding: 1em;
	}
}

.map img{
	width: 100%;
    max-width: 1026px;
	}

.map_title{
	font-size: 23px;
	line-height: 1;
	margin-bottom: 20px;
	border-bottom-color: #111;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #111;
	font-family: "Poppins", sans-serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both; 
}

@media screen and (max-width:980px){
.map_title{
	font-size: 23px;
	line-height: 1;
	margin-bottom: 0px;
	border-bottom-color: #111;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #111;
	font-family: "Poppins", sans-serif;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	clear: both; 
	}
}


.map_title span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 18px;
	color: #003399;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
}



@media screen and (min-width:980px){
/*--index topバナー--*/


.slideshow{
	align-content: center;
	align-items: center;
	background: rgba(0,0,0,0.0);
	border-radius: 21px;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 500px;
	justify-content: center;
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 100px;
	width: 1080px;
	z-index: 1;
	max-width: 100%;
  overflow: hidden;
  position: relative;
	}

.slideshow>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
	}

@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}

.slideshow{
  background-image: url("../img/slide/index_img.png");
  background-repeat: no-repeat;
	}


}


@media screen and (max-width:980px){
/*--スマホ_indeximg--*/


.slideshow{
	align-content: center;
	align-items: center;
	background: rgba(0,0,0,0.0);
	border-radius: 0;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: center;
	background-position: center;
	margin: 0px 0px 0px 38px;
	padding: 0px 0px 0px 100px;
	width: 100%;
	z-index: 1;
  overflow: hidden;
  position: relative;
	}

.slideshow>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:  100%;
  border-radius: 13px;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  }

.slideshow img{
	width:50%;
  }

@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 7;
  }
  80%{
    opacity: 0;
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
  
.astro-SSL6SQK6{
	background-color:#fff;
	font-size:46px;
	}
}

.slideshow {
  background-image: url("../img/slide/index_img_sp1.jpg");
  background-size: 100%;
  background-position: top;
  border-radius: 30px;
  }

}






@media screen and (min-width:980px){
.bl_list_info{
	height:380px;
	width:23%;
	float: left;
	}
	
.list_inner_title{
	padding:1em 0em 0.3em 0em;
	font-size: 1.2vw;
	}
	
.list_inner_title a{
	color:#00479d;
	font-size:1.2em;
	font-weight:700;
	/* display: flex; */
	}
	
.list_inner_title_sub{
	font-size: 0.6em;
    color: #00479d;
    font-weight: 700;
    margin-top: 5px;
    line-height: 0.5em;
	}
	
.list_inner_title_sub_letter{
	letter-spacing: -2px;
	}

	
	
.list_right{
	margin-right:2%;
	}

.bl_list_info img{
	width:100%;
	}

.list_inner_con{
	line-height:1.5em;
	}

.list_inner_title a::after {
    content: '';
    width: 17px;
    height: 5px;
    border-right: 1px solid #00479d;
    border-bottom: 1px solid #00479d;
    transform: skew(45deg);
    margin: 0.7em 0.2em 0em 0em;
    float:right;
	}

.list_inner_title a:hover {
  color: #256bbf;
  text-decoration: none;
	}

.list_inner_title a:hover::after {
    content: '';
    width: 17px;
    height: 5px;
    border-right: 1px solid #256bbf;
    border-bottom: 1px solid #256bbf;
    transform: skew(45deg);
    margin: 0.7em 0.2em 0em 0em;
    float:right;
	}
}




@media screen and (max-width:980px){
	.bl_list_info{
	height:380px;
	width:48%;
	float: left;
	}
	
.list_inner_title{
	padding:1em 0em 0.3em 0em;
	font-size: 1.2vw;
	}
	
.list_inner_title a{
	color:#00479d;
	font-size:3.2em;
	font-weight:700;
	/* display: flex; */
	}
	
.list_inner_title_sub{
	font-size: 0.6em;
    color: #00479d;
    font-weight: 700;
    margin-top: 5px;
    line-height: 0.5em;
	}
	
.list_right{
	margin-right:2%;
	}

.bl_list_info img{
	width:100%;
	}

.list_inner_con{
	line-height:1.5em;
	}
}



/*------------整備---------------*/

@media screen and (min-width:980px){
h5{
	font-size:25px;
	padding-bottom:1em;
	}
}


@media screen and (max-width:980px){
h5{
	font-size: min(4.6vw,30px);
	line-height: 2em;
	}
}

.half_img img{
	  border-radius: 0px 20px 20px 0px;
	}

.half_top{
	margin-bottom:2em;
	display: inline-block;
	}


/*---------プライバシーポリシー------------*/

.ul_list li{
	list-style-type:disc;
	}
.ul_list p{
	margin:0 30px;
	}
.ul_list ul{
	margin:0px 30px 0px 70px;
	}
/*-----------★PCのみ---------------*/

@media screen and (min-width:980px){
body {
	font-size: 16px;
	}

.pcNone{
	display:none;
	}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 82px;
}


header h1 a img {
	top: 9px;
	left: 10px;
	height: auto;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 9px;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 0px 21px 0px 0px;
	line-height: 30px;
	display: block;
	color:#2b1175;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1.1px;
	font-size: 14px;
    font-weight: bold;
	}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(255,191,0,0.0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(255, 191, 0, 0);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #e95700 !important;
}

header.txt_w #g_navi li a {
	color: #FFF;
}

header.txt_w.fixed #g_navi li a {
	color: #111;
}

#g_navi li.contact a {
	color: #e20000 !important;
	padding: 10px;
	margin-left: 2px;
    background-color: #ccccff;
    border-radius: 0px;
	border: solid 1px #ccccff;
	border-radius:3px
	}

#g_navi li.contact a:hover {
	background-color: #ffffff;
	color: #e20000 !important;
	}
#g_navi li.contact a::before {
	display: none;
	}

#g_navi li.search a {
	color: #e20000 !important;
	padding: 10px;
	margin-left: 2px;
    background-color: #e35b2d;
    border-radius: 0px;
	border: solid 1px #e35b2d;
	border-radius:3px;
	}

#g_navi li.search a:hover {
	background-color: #f58338;
	color: #e20000 !important;
	}
#g_navi li.search a::before {
	display: none;
	}


#g_navi li.contact i {
	padding-right:5px;
	}

.col-xs-11{
	float:right;
	}
	
#header-glnv{
    float: right;
    margin-top: 0.5em;
	}



.tell p{
	float:left;
	}
	
.address{
	font-size:0.7em;
	margin-left:12px;
	letter-spacing: -0.02em;
	}
	
.tel{
	font-size: 1.3em;
    line-height: 1.0em;
    font-weight: bold;
	}

.log_bg{
  content: "";
  top: 0;
  left: -70px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38vw 38vw;
  border-color: black #120202 #ee313100 #ffffffe0;
}

.header_menu_bt{
	float:right;
	}


.log_bg p{
	float:left;
}

.box_half{
	width:50%;
	float:left;
	}

.box2_left{
	width:22%;
    float: left;
	}

.box2_right{
	width:70%;
    float: left;
	}

.box_clear{
	clear:both;
	}



/*
ヘッダー
-------------------------------------------*/

#index_top {
	min-height: 590px;
}

#sub_top.sample {
	background-image: url(../img/sub_top_sample.jpg);
}
#sub_top.faq {
	background-image: url(../img/sub_top_faq.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact.jpg);
}
#sub_top.news {
	background-image: url(../img/sub_top_news.jpg);
}
#sub_top.concept {
	background-image: url(../img/sub_top_concept.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about.jpg);
}

.no_pc {
	display: none !important;
}

/*--------フッターPC--------*/

.f_box p{
	padding:0px!important;
	margin-left: 0;
	}





/*-------トピックス PC---------*/

.wpBox{
	width:33%;
	float:left;
	padding:;
	}

.wpbox_left{
	margin:1em;
	line-height: 1.4em;
	}

.imgBox{
	width:100%;
	text-align: center;
	margin-bottom: 17px;
	height:270px;
	}

.imgBox img{
	width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
  max-height: 270px;
}

.wpTit{
	text-align:left;
	margin:1em;
	}
	
.wpTit a{
	text-decoration: none;
	}

.noImg{
	margin:1em;	
	}
	
.noImg2{
	font-size: 0.2em;
	line-height: 8em;
	}

#inlineFrame {
    height: 435px;
    border: 0;
    margin-top:-20px;
	}

.content_box{
	margin-bottom: 5em;
    float: left;
    width: 100%;
	margin-bottom:80px;
	}

.box2_{
	margin-left:5%;
	width:44%;
	}
}

.sub_comment{
	margin-bottom:3em;
	}


/*------------ボタン PC---------------*/

@media screen and (min-width:980px){
.su_buttom{
	width:40%;
	float:left;
	}
	
.su_buttom01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1.8em 2em 1.8em 4em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 420px;
    background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 90%));
    border-radius: 16px;
    text-align: center;
    border: 1px solid #fff;
	}
}

@media screen and (max-width:980px){
.su_buttom{
	width:100%;
	float:left;
	}
	
.su_buttom01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1.8em 2em 1.8em 4em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 90%));
    border-radius: 16px;
    text-align: center;
    border: 1px solid #fff;
	}
}


	
.su_buttom01 a::after {
  content: '';
    width: 50px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
	}
	

.su_buttom01 a:hover {
  color: #fff;
  text-decoration: none;
  background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 80%));
	}
	



@media screen and (min-width:980px){


.wa_buttom{
	width:30%;
	float:left;
	margin:20px 9px;
	}
	
.wa_buttom01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1em 0;
    width: 100%;
    max-width: 420px;
    text-align: center;
    border: 1px solid #c3c3c3;
	}
}

@media screen and (max-width:980px){
.wa_buttom{
	width:100%;
	float:left;
	margin-top:1em;
	}
	
.wa_buttom01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1em 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    margin:0 auto;
    text-align: center;
    border: 1px solid #c3c3c3;
	}
	
.loan_bt{
	width:45%;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	}
.loan_bt a{
	padding:0;
	}
}

.wa_buttom01 img{
	width:100%;
	max-width:311px;
	}
	
.button-border{
  border: 1px solid #eee;
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  color: #3498db;
  text-decoration: none;
  background-color:#f5f5f5;
}


@media screen and (min-width:980px){
.wak_buttom {
	float:left;
	margin:20px 9px;
	}
}




/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.button-border::after,
.button-border::before,
.button-border span::after,
.button-border span::before {
  background-color: #43257a;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.button-border::after {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
}
/* 右下へ配置 */
.button-border::before {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
}
/* 左上へ配置 */
.button-border span::after {
    width: 1px;
    height: 0px;
    left: -1px;
    top: -1px;
}
/* 右下へ配置 */
.button-border span::before {
    width: 1px;
    height: 0px;
    bottom: -1px;
    right: -1px;
}

/* hover */
.button-border:hover::after,
.button-border:hover::before {
  width: 50px;
}

.button-border:hover span::after,
.button-border:hover span::before {
  height: 50px;
}






/*------------もっとボタン PC---------------*/

@media screen and (min-width:980px){



.more_buttom a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0.8em 2em 0.8em 4em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 290px;
    color: #fff;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #fff;
	}

.more_buttom a::after {
  content: '';
    width: 50px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
	}

.more_buttom a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff3b;
	}
	
.more_buttom01 a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0.8em 2em 0.8em 4em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 290px;
    background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 90%));
    border-radius: 35px;
    text-align: center;
    border: 1px solid #fff;
	}
	
.more_buttom01 a::after {
  content: '';
    width: 50px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
	}
	

.more_buttom01 a:hover {
  color: #fff;
  text-decoration: none;
  background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 80%));
	}
	
}


/*------------もっとボタン SP---------------*/
@media screen and (max-width:980px){

.buttom{
	width:100%;
	max-width:330px;
	text-align: center;
    margin: 0 auto;
	}

.buttom p{
	text-align:center;
	margin:0 auto;
	}

.more_buttom a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0.8em 2em 0.8em 5.2em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #fff;
	}


.more_buttom a::after {
  content: '';
    width: 50px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
	}

.more_buttom a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ffffff3b;
	}
	
	
	
.more_buttom01 a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 0.8em 2em 0.8em 4em;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 290px;
    background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 90%));
    border-radius: 35px;
    text-align: center;
    border: 1px solid #fff;
	}
	
.more_buttom01 a::after {
  content: '';
    width: 50px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
	}
	

.more_buttom01 a:hover {
  color: #fff;
  text-decoration: none;
  background:linear-gradient(90deg, rgb(53 27 141), rgb(81 56 141 / 80%));
	}
	
}


/*------------ページのナビボタン--------------------*/

.title_nav{
	width:570px;
	}

.title_nav ul{
	width:100%;
	}
	
.title_nav li{
        display:inline-block;
        padding:0px;
        width:30%;
	}
.title_nav li:hover{
        cursor:pointer;
	}
.title_nav_space{
	margin-right:1em;
	}
.title_nav p{
	margin:0px;
	padding:0px;
	}
	
.title_nav img {
	margin-left: 20px;
	margin-top: 1em;
	}
	
.title_nav_l{
	float:left;
	}
	
.arrow{
	float:right;
	}

.nav_bd{
	position:relative;        
	border-bottom:1px solid #d9d9d9;
	padding-bottom: 0.5em;
	width: 100%;
	float: left;
	}
	

.nav_bd::after {
	content: '';
        position: absolute;
        bottom:-1px;
        left: 0;
        width: 10px;
        height: 1px;
        background: #00479d;
        transition: all .3s;
	}
	.title_nav li:hover .nav_bd::after {
        width: 100%;
	}

/*------------会社情報PC---------------*/
@media screen and (min-width:980px){
.page_img{
	background-image: url("../img/company_top_img.jpg");
	}

.company_left{
	width:30%;
	float: left;
	}

.company_right{
	width:63%;
	float: left;
	margin-left:15px;
	margin-top: 20px;
	}
	
.profile-history_th, .profile-history_td {
  padding: 11px 0;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  border-top: solid 1px #e3e3e3;
  color: #383838;
}
.profile-history_th {
  font-weight: 700;
  width: 27%;
}

.profile-history_row {
  display: table;
  width: 100%;
}
}

/*------------会社情報SP---------------*/
@media screen and (max-width:980px){

.page_img{
	background-image: url("../img/company_top_img.jpg");
	background-position: top;
    background-size: 180%;
    background-repeat: no-repeat;
	}
	
 .company_left {
    width: 100%;
    float: left;
    margin: 3em 0em;
  }
  
 .company_right {
    width: 100%;
    float: left;
  }

.profile-history_th {
    font-weight: 700;
    width: 100%;
    float: left;
}
profile-history_th, .profile-history_td {
	padding: 0px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    margin-bottom: 1.2em;
    line-height: 1.7em;
    color: #383838;
    float: left;
 }
}


/*------------損害保険---------------*/

	
.insurance_img2 img{
    border-radius: 20px;
	}
@media screen and (min-width:980px){

	
.page_img_insurance_agency{
	background-image: url("../img/Insurance_top_img.jpg");
	}
	
.insurance_img img {
    max-width: 560px;
    float: right;
	}
}	


/*----損害保険sp----*/

@media screen and (max-width:980px){
.page_img_insurance_agency{
	background-image: url("../img/Insurance_top_img.jpg");
	background-position: top;
    background-size: 180%;
    background-repeat: no-repeat;
	}
}


/*------------カーメンテナンスPC---------------*/


.box{
	line-height: 1.8em;
	}

.tyuui{
	font-size: 0.9em;
    margin: 10px 0px;
    line-height: 20px;
	}

th,td {
    padding: 10px;      /* 余白指定 */
	}
	
table.12ten_table{
	width:100%;
	}

.12ten_1 {
	  background-color:  #ddd;
	}

.12ten table{
	width:100%;
	}

.syaken{
	text-align:center;
    margin-bottom: 4em;
	}

.syaken img{
	width:100%;
	max-width:90%;
	}

.price_table{
	background:#e2eaf5;
	}
	
.price_table p{
	color:#00479d;
	padding:0.2em 1em;
    font-weight: 600;
	}

.price_table_1 tr {
	width:100%;
	}

.price_table_1 td {
  border: 1px solid rgb(160 160 160);
  width:1%;
	}
	
.price_table_1 td {
  border: 1px solid rgb(160 160 160);
  text-align:center;
}

td.table_bk{
	border: 1px solid;
	background-color: #39cbe4;
	color: #ffffff;
	}

td.table_bk2{
	border: 1px solid;
	background-color: #f95800;
	color: #ffffff;
	}

.price_table_1 td[scope='col'] {
  background-color: #39cbe4;
  color: #ffffff;
  font-weight: 600;
	}

.price_table_1 td[scope='row'] {
  font-weight: 600;
}

.bl_bk{
    background: #e0e9f3;
    float:left;
	}

.carmainte4_img img{
	border-radius:0px 20px 20px 0px;
	}


@media screen and (min-width:980px){
.page_img_carmaintenance{
	background-image: url("../img/carmaintenance_top_img.jpg");
	}
.content_carmainte_title {
	text-align:center;
	}
.content_carmainte_title h2{	
	font-size:30px;
	}
.carmainte_2{
	width:100%;
	margin-top:8em;
	}
.carmainte_2 img{
	width:100%;
	}
.carmaintenance2{
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:0em 1em;
	clear: both;
	}
.bl_bk{
    padding-bottom: 5em;
	}
.price_table_1 td {
  padding: 8px 10px;
	}
	
.box_half12{
	width:47%;
	float:left;
	}
	
}	

/*----カーメンテナンスsp----*/

@media screen and (max-width:980px){

.page_img_carmaintenance{
	background-image: url("../img/carmaintenance_top_img.jpg");
	background-position: top;
    background-size: 180%;
    background-repeat: no-repeat;
	}
.content_carmainte_title{
	margin:0px;
	}
.carmaintenance2 {
	margin:0em 1em; 
	}
.content_carmainte_title h2{	
	text-align: center;
    font-size: 1.5em;
    margin-bottom: 0.3em;;
	}

.content_carmainte_title h5{
	margin-top:1em;
	}

.price_table_1 thead{
	width:100%;
	}
	
.price_table_1 td{
	font-size:1em;
	paddig:0px;
	}
.price_table_1 td[scope='row'] {
  font-size:1em;
  line-height:1.5;
	}

.box_half12{
	margin-top: 0em;
	width:100%;
	float:left;
	}

.tyuui{
	font-size: 0.9em;
    margin: 10px 0px;
    line-height: 1.5em;
	}
}

.box_half img{
	width: 100%;
	max-width:530px;
}



/*---------ローンについて---------------------------------------------*/

.orico{
	height:19vw;
	clear:both;
}

@media screen and (max-width: 980px) {
.orico{
	height:35vw;
	padding-bottom:1vw;
	}
}

@media screen and (max-width: 600px) {
.orico{
	height:42vw;
	padding-bottom:1vw;
	}
}
.orico_logo{
	width: 23.5%;
	float: left;
	margin: -2vw 2vw;
}

.orico_logo img{
	max-width:204px;
	width:100%;
	float:left;
	box-shadow: 10px 10px 15px -10px gray;
}

.orico_contents{
	float:left;
	width:65%;
	padding: 2vw 0px 0px 0px;
}

.orico_contents_left{
	width: 40%;
	float: left;
	margin-right: 10px;
}

.orico_contents_left_{
	width: 33%;
	float: left;
}

.orico_contents_right{
	width:100%;
	float:left;
	margin-top: 2em;
}


.orico_contents_right ul{
	margin:0px;
	padding: 0;
	width:100%;
}
.orico_contents_right ul li{
	list-style: none;
	display: inline;
	width:100%;
	margin-bottom: 10px;
}

.btn-orico {
  background:rgba(0,0,0,0);
  color: #28243f;
  font-size:1em!important;
  border: 1px solid #28243f;
  padding:1em 2em;
  width:100%;
}

.btn-orico:hover, .btn-orico:focus, .btn-orico:active {
  background: #c8742a !important;
  color:#fff;
  width:100%;
  border-color: #c8742a !important;
}

.btn-orico.btn-outline {
  background: transparent;
  color: #ee8120;
  width:100%;
  border: 2px solid #cb8f1c;
}

.btn-orico.btn-outline:hover, .btn-orico.btn-outline:focus, .btn-orico.btn-outline:active {
  background: #cb8f1c;
  width:100%;
  color: #fff;
}
.form-btn-orico{
	margin-top:30px;
	width:100%;
}

.btn-orico-left{
	padding: 1em 3em;
}

@media screen and (max-width: 980px) {
.btn-orico a{
	font-size:1vwimport!;
	}
}


.loan-com{
	margin-top:30px;
	clear:both;
}

.loan-com ul li{
	list-style: none;
	display: inline;
	width:100%;
	margin-bottom: 10px;
}

.loan_logo{
	float:left;
	margin-right:2.1vw;
}

.loan_logo_right{
	float:left;
}



/*---------カーリペア------------------------------*/

.fixheihgt{
	margin: 30px 0 0;
    margin-left: 0px;
	padding: 0;
	list-style: none;
	color:;
	float:left;
}

.fixheihgt ul{
	position:absolute;
	}

.carr_p{
	line-height:1.5em;
	margin-top: 0.6em;
	}

@media screen and (min-width: 980px) {
.fixheihgt li{
    float: left;
    margin: 0 30px 55px 0;
    width: 29%;
    height: 320px;
 }
 
.fixheihgt h7{
	font-size:1.7vw;
	
	}

  }

.fixheihgt li img{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}



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

.fixheihgt{
	width:100%;
	}
	
.fixheihgt h7{
	font-size:4vw;
	}

.fixheihgt li{
    float: left;
    padding: 0 0.7em 2em 0;
    width: 50%;
	}
	
.carr_p{
	padding:0em;
	}
}



/*--------------タイヤのメンテナンス----------------*/

h7 {
  font-size: 1.5em;
  padding-top: 2.8vw;
  clear: both;
  line-height: 1.5;
  font-family: monospace;
  color: #4e5154;
	}

.contents_text_t{
	width:100%;
	margin-top:5vw;
	}
	
.td_right{
	text-align:right;
	}
	
.contents_text_t table{
	width:100%;
	border: transparent 1px solid;
	margin-bottom:30px;
	border-width: 1px 0px;
	}
	
.contents_text_t table .td_1{
	border: solid 1px;
	border-color:rgb(141 141 207);
	border-width: 1px 0px;
	}
	
.contents_text_t table .td_2{
	border: solid 1px rgb(141 141 207);
	border-width: 1px 0px;
	}
	
.contents_text_t table .td_3{
	border: solid 1px rgb(141 141 207);
	border-width: 1px 0px 1px 0px;
	}

.td_1{
	width:40%;
	background:rgb(228 228 245);
	text-align:center;
	}
	
.td_2{
	width:40%;
	padding:20px 0px 20px 20px;
	border:1px;
	text-align:center;
	}
	
.td_3{
	width:30%;
	padding:20px 0px 20px 20px;
	text-align:right;
	padding-right:50px;
	}
	
.td_4{
	width:30%;
	padding:20px 10px 20px 10px;
	border:1px;
	text-align:center;
	background:rgb(255 188 0 / 50%);
	border: solid 1px rgb(255 188 0 / 50%);
	}
	
.td_5{
	width:30%;
	padding:20px 0px 20px 20px;
	text-align:left;
	padding-right:10px;
	border: solid 1px rgb(255 188 0 / 50%);
	}


.contents_text_t table{
	border:1px;
	}

@media screen and (max-width: 992px) {
	.td_1{
	width:35%;
	}
	.td_2{
	width:20%;
	}
	.td_3{
	padding: 0px;
	}
	
	
	
	.td_4{
	width:30%;
	font-size:0.8em;
	}
	.td_5{
	font-size:0.8em;
	padding: 10px 0px 10px 10px;
	}
}




	
/*--------------WAKOS　和光----------------*/
@media screen and (min-width: 980px) {


.wakos_{
	margin-top:2.5em;
	background-color:#fff;
	float: left;
}

.wakos_left{
	max-width:275px;
	float:left;
	padding: 1.5em 0em 1.5em 1.5em;
}

.wakos_right{
	float:left;
	max-width:70%;
	color:#000;
	padding:2em;
}

.wakos_name{
	font-size:3em;
	color:#384076;
	}

.wakos_d{
	max-size:185px;
	float:right;
	margin-top: 0.8em;
	}
}


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

.wakos_{
	margin: 2em 0 4em 0;
	background-color:#fff;
	float: left;
	}
	
.wakos_left{
	width:100%;
	}
	
.wakos_left{
	max-width:232px;
	text-align: center;
	margin: auto;
	}

.wakos_name{
	font-size:2em;
	color:#384076;
	}

.wakos_right{
	float:left;
	max-width:100%;
	color:#000;
	padding:1em;
	}
	
.wakos_d{
	max-size:185px;
	padding-bottom:0.5em;
	}
	
.wakos_right p{
	padding:0px;
	}
	
.wakos_2{
	line-height:1.5em;
	}
}




	
/*--------------プロスパン----------------*/
.cen{
	text-align: center;
	margin:auto;
	color:#fff;
	font-size:20px;
	max-width:800px;
	}
	
.cen p{
	text-align:left;
	}
	
.cen img{
	text-align: center;
	}

.container_pro{
	width: 100%;
	float: left;
	padding-bottom:6vw;
	}

.pros{
	 background-color: #fff;
	 box-shadow:0px 15px 40px 23px rgba(0, 0, 0, .1); 
	 padding: 1vw;
	}

.pros_1{
	
	}

.pros_1 p{
	padding:2vw;
	color:#000;
	font-size:0.8em;
	float:left:
	}
	
.pros_2{
	margin-top: 6em;
	float: left;
	font-size:0.8em;
	max-width:770px;
	}

	
.h2{
	color:#242948;
	font-size:2.3em;
	width:100%;
	font-weight:600;
	}


@media screen and (min-width: 980px) {

.pros_bn{
	width:48%;
	float:left;
	margin-left:10px;
	padding-bottom:0px;
	color:#000;
	}

.pros_2_{
	width:31%;
	color:#000;
	font-size:0.85em;
	float:left;
	text-align:left;
	background-color:#fff;
	margin:5px;
	padding: 2em;
	box-shadow:4px 4px 0px 0 rgba(0, 0, 0, 0.2);
	}
	
.pros_2_ img{
	padding-bottom:2em;
	}
	
.prospan_kakaku{
	margin-top:50px;
	float:left;
	}
	
.cen{
	margin-top:4em;
	}
	
}


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

	
.pros_bn{
	width:100%;
	float:left;
	margin-top:4em;
	color:#000;
	padding: 0.5em;
	}
	
.pros_2 .pros_bn{
	width:100%;
	margin-top:0px;
	}
	
.pros_2 img{
	max-width:339px;
	float:left;
	padding-top:auto;
	}
	
.pros_2_{
	width:97%;
	color:#000;
	font-size:0.8em;
	float:left;
	text-align:left;
	background-color:#fff;
	margin:5px;
	padding: 0.5em;
	box-shadow:4px 4px 0px 0 rgba(0, 0, 0, 0.2);
	}
	
.pros_2_ p{
	padding:5px;
	margin: 0px;
	}
.pros_2_ img{
	max-width:125px;
	float:left;
	padding-top:auto;
	padding-top: 5vw;
	}
.prospan_kakaku{
	float:left;
	margin-top:50px;
	}
}










/*------ドラレコ--------*/


._box{
	margin-left: 0px;
	padding: 0;
	list-style: none;
	color:#fff;
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

._box ul{
	position:absolute;
	}

@media screen and (min-width: 980px) {

.box{
	background:#ffffff;
	position:relative;
	float:left;
	padding:50px 0px 50px 50px;
	width: 100%;
	}

._box li{
    float: left;
    margin: 0 20px 55px 0;
    width: 23%;
	}

.dora_hr{
	font-size:2em;
	color:#28243f;
	float:left;
	}
	
.dora_hr1{
	font-size:1.1em;
	color:#28243f;
	float:left;
	line-height: 2.7em;
	}
	
.dora1{
	background-color:#13b5e0;
	width: 100%;
	font-size: 20px;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}
	
.dora2{
	background-color:#2170d1;
	width: 100%;
	font-size: 20px;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}		
	
.dora3{
	background-color:#ff0865;
	width: 100%;
	font-size: 20px;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}
	
.price{
	font-size:2em;
	line-height: 50px;
	}
  }

._box li img{
    float: left;
    padding-bottom: 10px;
	}


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

.box{
	background:#ffffff;
	position:relative;
	float:left;
	padding:15px 0px 15px 15px;
	width: 100%;
	}

._box{
	width:100%;
	}

._box li{
    float: left;
    padding: 0 0.7em 2em 0;
    width: 50%;
	}

._box li img{
	float:left;
	width:100%;
	}
	
.dora_hr{
	font-size:5vw;
	color:#28243f;
	float:left;
	}
	
.dora_hr1{
	font-size:1.5em;
	color:#28243f;
	float:left;
	line-height: 1.3em;
	}
	
.carr_p{
	padding:0em;
	}
	
.dora1{
	background-color:#e09f13;
	width: 100%;
	font-size: 3vw;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}

.dora2{
	background-color:#2170d1;
	width: 100%;
	font-size: 3vw;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}
	
.dora3{
	background-color:#ff0865;
	width: 100%;
	font-size: 3vw;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom: 20px;
	}

.price{
	font-size:6vw;
	color:red;
	float:left;
	}
}

.dora{
	align-cent
	}

.dora_p{
	padding:0em;
	color:#28243f;
	float:left;
	}
	
.price{
	color:red;
	float:left;
	clear:both;
	}

.price_s{
	float: left;
	line-height: 50px;
}

.dora small{
	color:red;
	vertical-align:text-bottom;
	}
	
.price_k{
	clear:both;
	background-color:red;
	width: 100px;
	padding: 0.5vw;
	float:left;
	text-align:center;
	margin-bottom:20px;
	}	
	

/*---ボタン----*/

.dora_bt {
  background:rgba(0,0,0,0);
  color: red;
  font-size:1em;
  border:solid;
  padding:10px;
  margin:0px 0px 10px 0px;
  width:100%;
}

.dora_bt:hover, .dora_bt:focus, .btn-side:active {
  background: red !important;
  color:#fff;
  border-color: red !important;
}

.dora_bt.btn-outline {
  background: transparent;
  color: #ee8120;
  border: 2px solid #cb8f1c;
}

.dora_bt.btn-outline:hover, .btn-side.btn-outline:focus, .btn-side.btn-outline:active {
  background: #cb8f1c;
  color: #fff;
}
.form-btn-side{
	margin-top:30px;
}

.btn {
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
	}



/*------------ページイメージ---------------*/
.banner{
	text-align:center;
	}

.banner img{
	width:100%;
	max-width:1000px;
	margin-bottom:4em;
	}


/*------------ページイメージ---------------*/

@media screen and (min-width:980px){

.js-img{
	border-radius:0px 50px 0px 0px;
    padding: 0px 0px 0px 30px;
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: 0% 50%;
    width: 94vw;
    max-width: 100%;
	}
	
#index_topimg::before {
	background: linear-gradient(55deg, rgb(60 60 90), rgb(60 60 90),rgb(75 49 139 / 99%), rgb(60 60 90));
	background-image: url(../img/bg-p.png);
    content: "";
    height: 400px;
    left: 0px;
    content: "";
    position: absolute;
    width: 30vw;
    z-index: 0;
	}
	
#page_top {
    height: 100%;
    width: 100%;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    }
 }

@media screen and (max-width:980px){
.js-img{
	border-radius:0px 35px 0px 0px;
    padding: 0px;
    width: 100%;
    margin-top: 55px;
    object-fit: cover;
    height: auto;
    object-position: 0% 50%;
	}
	
#index_topimg::before {
	background: linear-gradient(55deg, rgb(60 60 90), rgb(60 60 90),rgb(75 49 139 / 99%), rgb(60 60 90));
    content: "";
    height: 8%;
    left: 0px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
	}
	
#page_top {
    width: 100%;
    position: relative;
    overflow: hidden;
	}
}

#page_top::before {
    content: "";
    height: 100%;
    left: 620px;
    content: "";
    position: absolute;
    width: calc(100%);
    z-index: -1;
}


.title_1{
	font-size:30px;
	color: #384076;
	padding:2em 0em;
	}

.from_title2{
	font-size: 1.3em;
    color: rgb(53 27 141);
    padding: 1em 0;
    font-weight: 600;
    text-align: center;
	}

/*------------お知らせPC---------------*/


@media screen and (min-width:980px){
.box3_left{
	width:37%;
	float: left;
	}

.box3_right{
	width:63%;
	float:left;
	}

.news dt{
	float:left;
	padding-right:8px;
	width:110px;
	padding: 6px 0px;
	}

.news dd{
	padding: 6px 0px;
	}
}

@media screen and (max-width:980px){
	.box3_left{
	width:100%;
	float: left;
	}

.box3_right{
	width:100%;
	float:left;
	}
}

/*-- /980px～ --*/



@media screen and (min-width:1200px){

header h1 a img {
	left: 17px;
	left: 30px;
    top: 10px;
}

header #g_navi {
	float:right;
	}
}



/*---★スマホ---------------------------------------------------*/

@media screen and (max-width:980px){

.spNone {
  display: none !important;
}

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

.content_box{
    width: 100%;
    margin-bottom: 40px;
    float: left;
    line-height: 1.5em;
    margin-top: 1em;
	}



/*--index topバナー--*/
.top_campaign{
	text-algin:center;
	padding:2em 1em;
	margin:auto;
	}


/*----------OPEN--------*/
.campain_title img{
	margin:2em 0em;
	}



/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 25px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #fff;
}

header.txt_w .menu_btn span {
	background-color: #FFBF00;
}
header.txt_w.fixed .menu_btn span {
	background-color: #111;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #555;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #F6F6F6;
	background-color: rgba(246,246,246,0.85);
	display: none;
	padding-left: 10%;
}
#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    /*min-height: 100%;*/
}


#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#g_navi ul li a:hover {
	color: #111;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #e70012;
	color: #fff;
	width: 90%;
	margin-bottom: 0.8em;
	border-radius: 30px;
	border:#e70012 1px solid;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #e70012;
	border:#e70012 1px solid;
}

.ul_sns{
	width:90%;
	flex-flow: inherit !important;
	}
.ul_sns li{
	float:left;
	}
	
.ul_sns li a{
	width:50px;
	font-weight: normal !important;
	}

@media screen and (max-width:980px){
.menu{
	margin-top:50px;
	}
}

/*
スマホ固定ナビ
-------------------------------------------*/

.sp_navi{
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	background:rgb(219 13 23 / 87%);
	height: 60px;
    z-index: 100;
	}
	
.sp_navi__inner ul{
	margin:0px;
	padding:0px;
	}
	
.sp_navi__inner ul li {
	display: block;
	float: left;
	padding:10px 0px 0px 5px;
	text-align: center;
	}
	
.spnav_1{
	width: 50%;
	}
	
.spnav_2{
	width: 50%;
	}
.fas_1{
	margin-right:5px;
	}

.sp_navi__inner ul li a{
	padding:0px;
	margin:0px;
	color:#fff;
	}

.sp_navi__inner{
	width:100%;
	}

.sp_navi__inner img {
	width: 100%;
	max-width: 200px !important;
	height:auto;
	}
/*----	
.sp_navi__inner li + li {
  border-left: 1px solid #ffffff5c;
  height: 60px;
	}
----*/

.fa-envelope:before {
	padding-right: 8px;
}



/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 55px;
	background: linear-gradient(55deg, rgb(60 60 90), rgb(60 60 90),rgb(75 49 139 / 99%), rgb(60 60 90));
	z-index:5000;
	position:fixed;
}

header h1 a img {
	top: 10px;
    left: 10px;
    height: 30px;
    width:auto;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}




#sub_top.sample {
	background-image: url(../img/sub_top_sample_sp.jpg);
}
#sub_top.faq {
	background-image: url(../img/sub_top_faq_sp.jpg);
}
#sub_top.contact {
	background-image: url(../img/sub_top_contact_sp.jpg);
}
#sub_top.news {
	background-image: url(../img/sub_top_news_sp.jpg);
}
#sub_top.concept {
	background-image: url(../img/sub_top_concept_sp.jpg);
}
#sub_top.works {
	background-image: url(../img/sub_top_works_sp.jpg);
}
#sub_top.about {
	background-image: url(../img/sub_top_about_sp.jpg);
}


/*
フッターsp
-------------------------------------------*/
footer {
	border-bottom-width: 60px;
}

footer .cont_wrap .f_box {
	width: 50%;
	text-align: left;
}
footer .cont_wrap .f_box.lg {
	width: 100%;
}

.no_sp {
	display: none;
}

footer .cont_wrap ul {
     padding: 0px;
}


.f_box_sp{
	clear: both;
    margin-bottom: 5em;
    font-size: 7px;
	}


/*
コンテンツ大ボタン　SP
-------------------------------------------*/

.btn_cnt{
	width: 49%;
	}

.btn_cnt a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 15px;
    padding-bottom: 15px;
    float:left;
	font-weight: bold;
	background: linear-gradient(296deg, #0d82d4 35%, #0a57a7);
}

.btn_space{
	margin-left:1.5%;
	float:left;
	}



.btn_cnt2{
	float:left;
	width:50%;
}

.btn_cnt2 a {
	font-size: 16px;
	color: #0a57a7;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0px 5px 0px 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 15px;
    padding-bottom: 15px;
    float:left;
	clear: both;
	font-weight: bold;
	border: 1.5px solid;
  border-image: linear-gradient(to right, #0a57a7, #0d82d4) 1;
  margin-inline: auto;
}




/*-------- コンテンツsp ------------------------*/
#inlineFrame {
    height: 340px;
    border: 0;
    margin-top:-20px;
	}

.box_half{
	width:100%;
	float:left;
	margin-top: 2em;
	}

.box2_left{
	font-weight:bold;
	}




/*-------- トピックSP -----------------*/

.wpBox{
	width:100%;
	float:left;
	}

.wpbox_left{
	padding:1.3vw;
	line-height: 1.4em;
	}

.imgBox{
	width: 47%;
    text-align: center;
    margin-bottom: 17px;
    margin-right: 12px;
    float: left;
	}

.imgBox img{
	width: auto;
	height: auto;
	max-width: 100%;
	text-align: center;
	max-height: 200px;
}

.wpTit{
	text-align:left;
	}
	
.wpTit a{
	text-decoration: none;
	}






/*------------店舗情報SP-----------------*/

.box2{
	line-height: 1.5em;
	}

.box2_{
	margin-top:2em;	
	}



/*------------お知らせSP---------------*/


.box3_right{
	line-height: 1.5em;
	}

.news dt{
	padding-right:8px;
	width:110px;
	padding-top: 6px;
	}

.news dd{
	padding-bottom:6px;
	}
}
/*-- /～980px --*/




/*========= 保証について =========*/

.assurance_hr{
	width:100%;
	max-width:800px;
}

.chartContainer_title {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:1.5em;
	padding-bottom:3em;
}

#chartContainer_left{
	width:40%;
	float:left;
	margin: 0px auto;
}

#chartContainer_left img{
	max-width:340px;
	width:100%;
}

#chartContainer{
	width:60%;
	float:left;
	color:#fff;
	margin: -40px auto;
}

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

#chartContainer_left{
	width:100%;
	float:left;
	margin: 0px auto;
}

#chartContainer {
    width: 100%;
    color: #fff;
	float:left;
    clear: both;
    display: block;
    height: 95vw;
	}
}

label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

label.panel-label2 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}


.panel_text img{
	width:100%;
	max-width:638px;
}

.panel_hr{
	font-size:2em;
	color:#ff6010;
	margin:25px 0 0 0;
}

.panel_hr_2{
	font-size:2em;
	color:#e6131a;
	margin:25px 0 0 0;
}

.panel_text_0{
	padding-top:10px;
	font-size:1em;
	color:#5c5c5c;
	line-height:1.5;
}

.panel_text{
	font-size:1em;
	color:#5c5c5c;
	padding-left:50px;
	line-height:1.5;
}

.panel_text_2{
	font-size:1em;
	padding-left:50px;
	line-height:1.5;
}

.panel_text_2 img{
	width:100%;
	max-width:470px;
}


label.panel-label:hover {
  color: #ff6010;
}

label.panel-label2:hover {
  color: #ff0000;
}

#panels {
  background-color: white;
}

#panels .container {
  margin: 0 auto;
  width: 90%;
}

#panels section header label.panel-label,#panels section header label.panel-label2 {
  padding: 12px 24px;
  box-sizing: border-box;
}

#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 0px;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
  padding: 48px 0px;
}

.panel-label,.panel-label2{
	width:50%;
}

#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: white;
  color: #ff6010;
  padding-top: 24px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label2 {
  background-color: white;
  color: #ff0000;
  padding-top: 24px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
  height: 6px;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label2::after {
  height: 6px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last {
  border-right: 1px solid transparent;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: white;
  color: #ff6010;
  padding-top: 24px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label2 {
  background-color: white;
  color: #ff0000;
  padding-top: 24px;
}

#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
  height: 6px;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label2::after {
  height: 6px;
}

#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last {
  border-right: 1px solid transparent;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: white;
  color: #ff6010;
  padding-top: 24px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label2 {
  background-color: white;
  color: #ff0000;
  padding-top: 24px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
  height: 6px;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label2::after {
  height: 6px;
}
ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 0;
}
ul#tabs-list li {
  text-align: center;
  font-size: 0.875em;
  width: 50%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf;
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
  position: relative;
  padding: 24px 0;
  font-size: 1.5em;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #ff6010;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
  padding-top: 24px;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}

ul#tabs-list li label.panel-label2 {
  position: relative;
  padding: 24px 0;
  font-size: 1.5em;
}
ul#tabs-list li label.panel-label2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #ff0000;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label2:hover {
  padding-top: 24px;
}
ul#tabs-list li label.panel-label2:hover::after {
  height: 6px;
}

.clear{
	clear:both;
}

.panel-btn{
	margin-top:6.5em;
	text-align:center;
}

main {
    width: 100%;
    margin: 0 auto;
}
.panel-radios {
  display: none;
}

main p {
  line-height: 1.8;
}

.panel-left,.panel-right{
	float:left;
	width:50%;
}

.panel-left img,.panel-right img{
	width:100%;
}

@media screen and (max-width: 992px) {
.panel_hr,.panel_hr_2{
	font-size:1.5em;
}

.panel-left,.panel-right{
	width:100%;
	}
}




/*========= 店舗情報 =========*/

.com_shop{
    float: left;
    width: 100%;
    margin: 0 0 5em 0;
	}

.com_shop img{
	text-align:center;
	}
	
.w_text{
	color:#fff;
	}
	
@media screen and (min-width:980px){
.accese_map{
	float:left;
	margin: 0em 2em;
	}
}

@media screen and (max-width:980px){
.accese_map{
	float:left;
	margin: 0em;
	}
}

.border{
	border: 1px solid;
	padding:5px;
	}
	
ul#qa_list, ul.qa_a{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:100%;
    line-height:1.5;
	}

#qa_list{
    margin:10px;
    border-bottom:none;
	}
	
.qa_title{
	clear:both;
	color:#EA9215;
	font-size:1.3em;
	padding: 1em 0;
	}

.qa_q{
     color:#ffffff;
     padding:10px;
     margin:-1px 0 0 -1px;
     cursor:pointer;
     width:100%;
     clear:both;
	}
.qa_a li{     
    padding:3px 0;
    width:100%;
    margin:-1px 0 0 -1px;
	}
.qa_a li a{
	color:#fff;
	display:block;
	margin-bottom: 10px;
	}
	
.qa_q img.rotate {
    transform: rotate(90deg);
	}

.qa_left{
	float:right;
	padding-right:0px;
	margin-bottom:5px;
	}
	
.qa_right{
	float:left;
	margin-bottom: 10px;
	width:80%;
	padding-left:1.5em;
	background: url(../images/qa/qa_iconq.gif) left no-repeat;
	}

.qa_right_q{
	float:left;
	width: 20px;
    margin-right: 17px;
	}

.contents .animate-box ul {
	margin:2em 0em;
	padding:0;
	clear:both;
	}

.contents .animate-box li {
    display: inline;
	}

.qa-btn {
    display: inline;
    margin-right: 1em;
    padding:10px;
	}
.qa_1{
	float:left;
	width:100%;
	}

.qatab li{
	font-size:1.5em;
	}
	
.gallery{
	columns: 3;/*段組みの数*/
	padding:0 15px;/*ギャラリー左右に余白をつける*/
	}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
	}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
  }




@media only screen and (max-width:992px){
.qa-btn {
    display: inline-block;
	} 
}


.accese_p p{
	font-weight:bold;
	padding:0;
	}

.accese_left{
	float:left;
	padding-right:0px;
	margin:0px 0px 5px -19px;
	}
	
.accese_right{
	float:left;
	margin-bottom: 10px;
	width:80%;
	padding-left:0.5em;
	}

.accese_right_q{
	float:left;
	width: 20px;
    margin-right: 17px;
	}





/*
SNSボタン
-------------------------------------------*/

.sns {
	padding: 5px;
	top: 130px;
	right: 0px;
	margin: auto;
    text-align: center;
    width: 120px;
}

.sns li{
	float:left;
	}

.sns li a {
	display: block;
	padding: 10px;
	line-height: 30px;
	width: 50px;
	text-align: center;
	color: #112c91;
	text-decoration: none;
	font-size: 18px;
}

.sns li a:hover {
	color: #0a57a7;
}

.sns i{
	font-size: 35px;
	}





@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#index_top #top_catch h2 {
	font-size: 15vw;
	margin-bottom: -7px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
}


.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li {
	width: 100%;
}

.content .ul_news li span.date {
	padding-right: 0px;
	display: block;
}

.obi_001 {
	background-image: url(../img/obi_001_sp.jpg);
	padding-left: 10px;
	padding-right: 10px;
}

.obi_001 p {
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}

.obi_002 {
	background-image: url(../img/obi_002_sp.jpg);
	padding: 0 0 100%;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 100%;
	padding: 5px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
	}
}



@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}

/*--------▼トップ文字------------ */
#index_top #top_catch h2 {
	font-size: 15vw;
	font-weight: 600;
	margin-bottom: -5px;
}

#index_top #top_catch p {
	font-size: 10vw;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -.05em;
}
/*--------▲------------ */

/*-------
.category_card{
	  width: 400px;
	  float: left;
	  padding: 0px 20px;
	  height: 650px;
	  text-align: center;
	}
------ */






#sub_top {
	font-size: 24px;
	}

.content h2 {
	font-size: 1.5em;
	margin-bottom: 0px;
	}

.content .obi_001 h2 {
	font-size: 22px;
	}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


/*------------------------------*/

 
.obi_002 .box_in p a.tel {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}



.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	padding: 15px;
	border-bottom-color: #333333;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #333333;
}




/*
Facebook
-------------------------------------------*/

.content .cont_wrap .box_left {
	width: 100%;
	float: left;
	padding: 10px;
}
.content .cont_wrap .box_right {
	width: 50%;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}




@media screen and (max-width:980px) {

.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}
.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content .cont_wrap .box_right .fb-page {
	width: 100% !important;
}

.works_list li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}

}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F9F9F9;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
  
  .works_list li {
	width: 50%;
	padding: 10px;
}

.g_list li {
	width: 50%;
}

.img_center span {
	font-size: 14px;
	padding: 5px;
}

.img_center div {
	font-size: 12px;
	padding: 20px;
}

dl.faq {
	width: 96%;
}

dl.faq dt {
	font-size: 18px;
	width: 90%;
	margin-left: 10%;
}

dl.faq dd {
	width: 90%;
}

}




@keyframes flowing-anim {
 0%{
     width: 0%;
   }
100%{
     width: 100%;
   }
}






/*背景色が伸びて出現 共通*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}






/*--------indexタイトルアニメーション----------*/
/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  margin-bottom:10px;
  opacity: 0;
}

.bgextend{
	margin-bottom:20px;
	}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e12538;/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
/*--------▲indexタイトルアニメーション----------*/

