@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: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
	
}



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;
	}


@media (min-width: 960px){
.index_space{
	padding-top:120px;
	}
	
.space_1{
	margin-top:4em;
	}
}

@media (max-width: 960px){
.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;
}

header.fixed {
	background-color: #F6F6F6;
	background-color: rgba(246,246,246,0.9);
}


header h1 a img {
	display: block;
	position: absolute;
	max-width:243px;
}

#index_topimg::before {
	background: linear-gradient(90deg, rgb(229 0 0), rgb(255 129 0 / 90%));
    content: "";
    height: 90px;
    right: 0px;
    content: "";
    position: absolute;
    width: 60vw;
    z-index: 1;
}

@media (max-width: 960px){
#index_topimg::before {
	background: linear-gradient(90deg, rgb(229 0 0), rgb(255 129 0 / 90%));
    content: "";
    height: 90px;
    right: 0px;
    content: "";
    position: absolute;
    width: 60vw;
    z-index: -1;
	}
}



#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: 90%;
  color: #333;
}

.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;
  }
}
/*-------アコーディオン終了--------*/




/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	color: #111;
	padding-top:50px;
	background-color:#fff;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	clear: both;
}
.content_bk{
	padding:0px;
	}

#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);
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_top::before {
    
    content: "";
    height: 100%;
    left: 620px;
    content: "";
    position: absolute;
    width: calc(100%);
    z-index: -1;
  }



@media screen and (min-width:960px){
#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:960px){
#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: 9em;
    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;
  }
@media screen and (max-width:640px){
 #top_catch {
	position: absolute;
	top: 15em;
    left: 2.4em;
	z-index: 10;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	}
  }
.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;
  }
}



.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: transparent;
    background-image: linear-gradient(45deg, #ff0000 40%, #ff7600 68%);
    display: inline-block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	clear: both; 
}

.content h2 i {
	padding: 10px;
	color: #003399;
	font-size: 20px;
}

.content h2 span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 18px;
	color: #1c1c1c;
	font-weight: bold;
	letter-spacing: 0.1em;
	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;
	}

.content h3 {
    position: relative;
	font-size: 20px;
    line-height: 1.5em;
    margin-bottom: -10px;
    border-bottom-color: #111;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #3e3535;
    font-family: "Poppins", sans-serif;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}


.content h3 span {
	font-family: "Copperplate Gothic", sans-serif;
	font-size: 56px;
	color: #003399;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.content h5 {
    position: relative;
	font-size: 20px;
    line-height: 1.5em;
    margin-bottom: -10px;
    border-bottom-color: #111;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #3e3535;
    font-family: "Poppins", sans-serif;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}


h5:before,
 h5:after {
    position: absolute;
    width: 100%;
    bottom: 1.2em;
    content: '';
}

h5:before {
    border-bottom: 3px solid #e70012;
}

h5:after {
    border-bottom: 3px solid #c8c8c8;
    left: 4em;
}

.content h6 {
	font-size: 1.2em;
    margin-top: 2em;
}

@media screen and (max-width:960px){

.content h2 {
	padding: 0px;

	}

 .content_left h2{
 	font-size: 1.5em;
    line-height: 1.5;
    text-align: center;
 	}
 	
.content h3 {
	padding-top: 2.5em;
	font-size: 24px;
}
 	
.content h3 span {
	font-size: 34px;
	line-height: 1em;
	}
	
.content h5 {
	padding-top: 0em;
	font-size: 24px;
}
 	
.content h5 span {
	font-size: 34px;
	line-height: 1em;
	}	
	
  }


.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;
}
.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}



/*--------▼car内CSS----------*/

.car_main{
	width:1200px;
	margin:0 auto;
	}

.table_01{
    border: solid 0px;
    padding: 10px;
	}
/*--------▲car内CSS----------*/



/*=== お知らせ 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 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:960px){
/*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:960px){

.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:960px){

	
.page_title_bk{
	width: 570px;
    height: 190px;
	background-color:#fff;
    position: relative;
    display: block;
    margin-top: 6em;
    border-top-right-radius: 25px;
	}

.page_title{
	margin-left:5em;
	position: absolute;
    top: -79px;
    left: 40px;
    width:800px;
	}


.content_left{
	width:50%;
	float:left;
	}

.content_right{
	width:50%;
	float:left;
	}
	
.content_right img{
	max-width:579px;
	}
}

@media screen and (max-width:960px){

.page_title_bk{
    max-width: 20em;
    background-color: #fff;
    display: block;
    margin-top: 3.5em;
    padding-top: 27px;
    height: 7em;
    border-top-right-radius: 25px;
	}

.page_title{
	position: absolute;
    top: 86px;
    left: 1em;
    width: 95%;
	}
}
	
	

/*--トップへボタン
-----------------------------------------*/

.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;
}




@media screen and (max-width:960px){
.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: #fff;
	background-color:#e70012;
	border: 1px solid #e70012;
}


.btn_cnt a {
	font-size: 16px;
	color: #e70012;
	text-align: left;
	padding-left: 24px;
	text-decoration: none;
	display: block;
	width: 240px;
	margin: 0px 5px 0px 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    float:left;
	clear: both;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid;
	border-radius: 24px;
}

.btn_cnt{
	float:left;
	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-color: #eeede8;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 45px;
	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:960px){
	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:#e70012;
	font-size: 2em;
	} 

.footer_ul_sns{
	margin-top:20px;
	}
	
.footer_ul_sns li{
	float:left;
	margin-right: 15px;
	}
.f_sns_1{
	float:left;
	clear: both;
	}

footer .cont_wrap p {
	font-size: 13px;
	}

footer p{
	color:#000;	
    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: #e70012;
}

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;
	}



@media screen and (min-width:960px){

.footer_w{
	max-width:1200px;
	margin: auto;
	padding: 1em;
    clear: both;
	}
.f_left{
	width:70%;
	float:left;
		}
.f_right{
	width:25%;
	}
.f_box_left{
	width:320px;
	float:left;
	}
.f_box_right{
	width:50%;
	float:left;
	}
  }
  
@media screen and (max-width:960px){
.f_box_right{
	margin: 1em 0em 1em 0em;
	float:left;
	font-size: 0.8em;
	}
.f_left{
	max-width: 80%;
    margin: 0 auto;
		}
	
}

/*-----------★PCのみ---------------*/

@media screen and (min-width:960px){
body {
	font-size: 16px;
	}

.pcNone{
	display:none;
	}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 82px;
}


header h1 a img {
	top: 23px;
	left: 10px;
	height: auto;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	margin-left: 200px;
	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	padding: 5px 10px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 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: #ffdfcc !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-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
    background-color: #ffdfcc;
    border-radius: 24px;
	border: solid 1px #ffdfcc;
}
#g_navi li.contact a:hover {
	background-color: #ffffff;
	color: #e20000 !important;
}
#g_navi li.contact a::before {
	display: none;
}

#g_navi li.contact p {
	
}

#g_navi li.contact i {
	padding-right:5px;
}

.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;
}

.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---------*/





/*------------もっとボタン PC---------------*/

@media screen and (min-width:960px){



.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;
    background: linear-gradient(90deg, rgb(229 0 0), rgb(265 189 0 / 80%));
    border-radius: 35px;
    text-align: center;
	}

.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: #e70012;
	}


}


/*------------もっとボタン SP---------------*/
@media screen and (max-width:960px){

.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: 360px;
    background: linear-gradient(90deg, rgb(229 0 0), rgb(255 129 0 / 90%));
    border-radius: 35px;
    text-align: center;
	}


.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: #112c91;
	}
}


/*------------ページのナビボタン--------------------*/

.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%;
	}



th,td {
    border: solid 0px #c8c8c8;  /* 枠線指定 */
    padding: 10px;      /* 余白指定 */
	}
	
table.12ten_table{
	width:100%;
	}

.12ten_1 {
	  background-color:  #ddd;
	}

.12ten table{
	width:100%;
	}


/*----カーメンテナンスsp----*/

@media screen and (max-width:960px){

.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;;
	}

.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;
	}
}



/*-- /960px～ --*/



@media screen and (min-width:1200px){

header h1 a img {
	left: 17px;
	
}

header #g_navi {
	float:right;
	}

}



/*---★スマホ---------------------------------------------------*/

@media screen and (max-width:960px){

.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;
}




/*
メニューボタン
-------------------------------------------*/

.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: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #979595;
}

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:960px){
.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: 52px;
	background-color:#fff;
}

header h1 a img {
	top: 13px;
    left: 10px;
    height: 30px;
    width:auto;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

@media screen and (min-width:960px){
#index_top{
	height:30em;
	}
}

@media screen and (max-width:960px){
#index_top{
	height: 92vw;
    max-height: 40em;
	}
}


#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;
}







/*
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%;
}



/*--------▼トップ文字------------ */
#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:960px) {

.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%;
}

}




@keyframes flowing-anim {
 0%{
     width: 0%;
   }
100%{
     width: 100%;
   }
}

.table_01 th{
	width:30%;
	}




/*背景色が伸びて出現 共通*/
.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;  
}
}




