@charset "utf-8";
<style>
@import url('https://fonts.googleapis.com/css?family=Kosugi|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP:400,500,700|Sawarabi+Gothic&display=swap&subset=japanese');
</style>
/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	/* color:#333333;		/*文字色*/
	/* font-family:'Noto Sans JP', Arial, Helvetica, sans-serif;	/*フォントの種類*/
	/* font-family: 'M PLUS Rounded 1c'; */
	font-family:'M PLUS Rounded 1c';
}
body {
	/* background-image:url("../images/bg_body.png");	/*背景画像*/
	background-color:#FFF3E0;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	margin: 0 0 0 0;
	font-family:'M PLUS Rounded 1c';
}
body #top {
}
div#pagebody {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffffff;		/*内容全体の背景色*/
}

#draft_img{
	width: 100%;
}
.inner{
	width: 80%;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}

li {
		list-style-type: none;
		margin: 0 auto;
}
p {

}
a {text-decoration:none;} 	/*リンクの下線を無くす*/
/*
a:hover {
    background-color: #f7a;
} */

.red{
	color: red;
}
html{
  /* scroll-behavior: smooth; */
}
.m_top{
	margin-top: 160px;
}
@media screen and (max-width: 1200px) {
	.m_top{
		margin-top: 50px;
		padding-top: 50px;
	}
}
/*============================================
ヘッダ
============================================*/
div#header img{
	/* width: 100%; */
	z-index: 100;
}

div#header {
	height:auto;	/*背景画像のサイズに合わせてボックスの高さを指定*/
	/* background-image:url("../images/bg_header.png");	/*ヘッダ部分の背景画像*/
	/* background-repeat:no-repeat;	*/	/*背景画像を繰り返さない*/
	/* background-color:#cccccc;	*/	/*ヘッダ部分の背景色*/
	width: 100%;
	background-color: #ffffff;
}
h1 {
	padding:40px 0px 0px 30px;		/*見出し内容の位置調整*/
	text-align: center;
	color:#646464;
	margin: 40px 0 40px 0px;
}
.inner h1{
}
h3 {
	color: #262626;
	/* letter-spacing: 0.6em; */
  /* padding: 30px 0 30px 0; */
  font-size: 30px;
}

.inner_tel_benner{
	width: 100%;
  /* margin-top: -30px; */
  margin-bottom: -30px;
	position: fixed;
	left: 0;
	z-index: 1000;
}
.inner_tel_benner_1{
	display: none;
}

.header_img_sp{
	display: none;
}
.header_img{

}
.top_tel_benner{
	width: 100%;
	position: fixed;
	height: 75px;
	left: 0;
	z-index: 200;
}

@media screen and (max-width: 1050px) {
.inner_tel_benner{
	display: none;
}
.inner_tel_benner_1{
	display: block;
	width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 1000;
}
.header_img_sp{
	display: block;
	width: 100%;
}
.header_img{
	display: none;
}
.top_tel_benner{
	display: none;
}
.tel_top{
  margin-top: -68px;
}
}

/* 全体ナビゲーションメニュー */
header {
/* background-color: white; */
padding: 15px 0 15px 0px;
position: fixed;
left: calc((100% - 65%) / 2);
z-index: 2000;
}
header ul{
display: flex;
margin: 0 auto;
padding: -1 !important;
width: 62vw;
text-align: center;
letter-spacing: 0.1em;
}
header li{
font-weight: 700;
font-size: 25px;
min-width: 50px;
margin-left: 20px;
margin-right: 20px;
}
header a{
color:#fff!important;
display: block;
/* width: 100%; */
text-decoration: none;
padding-bottom: 5px;
white-space: nowrap;
}
header li{
border-bottom: 1px solid #fff;
margin: 0 auto;
}
header li.current{
border-bottom: 3px solid #92D050;
}
header li:hover{
color: #fff;
border-bottom: 3px solid #fff;
}

#nav-drawer {
  position: fixed;
	width: 8%;
	height: 85px;
	float: right;
	top: 0;
	right: 0;
	z-index: 3000;
	background-color: #3e3d3d;
}

#nav-content li{
	padding: 5px;
	margin: 20px;
	font-size: 25px !important;
	height: 30px;
}

#nav-content a{
  color: white;
}
#nav-content ul{
  padding: 10px 0 0 0px;
}
#nav-content span{
  color: white;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 40px;
    height: 22px;
    vertical-align: middle;
		padding: 20px 10px 5px 0px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 50px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    /* left: 0; */
		right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    /* left: 0; */
		right: 0;
    z-index: 9999;/*最前面に*/
    width: 25%;/*右側に隙間を作る*/
    /* max-width: 330px;/*最大幅*/
    /* height: 100%; */
    background: #777777;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(100%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


.menu-container a{
	color: #fff;
	font-size: 20px;
}
.menu-container li{
	padding: 5px;
}

.mr{
	margin-right: 20px;
}
.mr_p{
padding: 0px 10px 0px 10px;
}
.tf{
transform: scale(-1, 1);
}

.menu_width{
	width: 200px;
}

/* グロナビスマホ */
@media screen and (max-width: 1050px) {
	header{
		display: none;
	}
	.menu-item{

	}
	header{

	}
	h2 span{
		font-size: 20px;
	}

	#menu{
		display: none;
	}
	#nav-drawer {
	width: 150px;
	height: 100px;
	}
	#nav-content {
		width: 50%;
	}
	#nav-content li{
		font-size: 40px !important;
	}
	.menu_width{
		width: 100%;
	}
}

.main_header{
	width: 100%;
}

.header_tel{
	/* max-width: 40%; */
	margin: 0 auto;
	color: #9f6242;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}
.header_tel img{
	width: 500px;
}

.header_line{
	width: 100%;
}
/* .lp_p{
	margin:0;
	padding-left:40%;
	display:inline-block;
	white-space:nowrap;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
	animation-direction: reverse;
	color: darkblue;
	font-size: 25px;
	}
	@keyframes marquee {
	  from   { transform: translate(0%);}
	  99%,to { transform: translate(-100%);}
	} */
.lp_p{
	/* animation: flash 2s linear infinite; */
	font-size: 25px;
 	color: darkblue;
	white-space: nowrap;
	margin: 0 auto;
	padding: 5px 0px 15px 0px;
}
/* @keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
} */

/* .iphone .lp_p{
	padding-left:150px !important;
} */

.loop_wrap {
  display: flex;
  width: 100vw;
  /* height: 300px; */
  overflow: hidden;
	border-bottom: medium solid #6D4C41;
}

.loop_wrap img {
  width: auto;
  height: 60px;
}

.loop_wrap p{
	border: solid 2px #6d4b41;
	border-radius: 30px;
	white-space: nowrap;
	padding: 10px;
	color: darkslateblue;
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
.loop_wrap p:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap p:last-child {
  animation: loop2 50s linear infinite;
}
/*============================================
フッタ
============================================*/
div#footer {
	height:42px; text-align:center;
	clear:both;					/*回り込みを解除する*/
	background-image:url("images/bg_footer.jpg");	/*フッタ部分の背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
	background-color:#cccccc;			/*フッタ部分の背景色*/
}
address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:5px 0px 5px 0px;		 /*要素内容の位置調整*/
}

footer img{
	width:100%;
  margin: 0 0 -8px 0px;
}
/*============================================
TOP
============================================*/
#top h2{
	color: #262626;
}
h2{
	color: #fff;
	text-align: center;
	padding: 25px 0 25px 0;
	/* margin: 10px 0 10px 0; */
	font-size: 28px;
}
h2 span{
	border-bottom: medium solid #546E7A;
}


#info p{
	background-color: white;
	width: 30%;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	font-size: larger;
	margin: 50px auto 40px;
	border: solid 5px #82AE40;
	line-height: normal;
}

#info_1{
	font-family: 'M PLUS 1p'!important;
}

#info_2{
	font-family: 'Kosugi'!important;
}
#info_3{
font-family: 'M PLUS Rounded 1c';
}
#info_4{
font-family: 'Sawarabi Gothic';
}

#category{
	text-align: center;
	background-color: #fff;
}
#category h2{
/* background-color: #395DAA; */
}
#category p{
	font-size: 17px;
}

.top_category_list{
	display: flex;
  padding: 10px 0 10px 0;
	width: 70%;
	margin: auto;
}
.top_category_list img{
	width: 250px;
}
@media screen and (max-width: 1300px) {
	.top_category_list img{
		width: 220px;
	}
}

.top_category_list1{
	display: flex;
  padding: 10px 0 10px 0;
	width: 70%;
	margin: auto;
	white-space: nowrap;
}
.top_category_list1 img{
	width: 150px;
}

@media screen and (max-width: 1300px) {
	.top_category_list1 {
		width: 85%;
	}
}
.category h4{
	/* color: #bb3b56!important;
	font-size: 25px!important;
	font-weight: 700!important;
	line-height: 1.5em!important; */
}
.category p{
	color: #787878;
}

.top_ul_2colum{
	width: 65%;
  margin: 0 auto;
}
.category_aria{
    padding: 0px 18% 0px 0px;
}

/* カテゴリニョキ */
/* 縦スライドの動き */
.box {
  position:relative;
  /* overflow:hidden; */
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.box img{
  width: 100%;
  cursor: pointer;
  position:absolute;
}
.box img:last-child{
  top: 140px;
	  /* top: 0px; */
  transition: 0.3s;
}
.box:hover img:last-child{
  top:0;
		/* right: -200px; */
}

/* カテゴリ横スライドの動き */


.categoryIcon{
	z-index: 1;
	/* overflow: hidden;
	width: 150px;
  padding-left: 70px;
  top: -125px; */
}
.categoryBox{
	z-index: 2;
	/* top: 125px;
	left: 55px; */
}
.categoryButton{

}


/* .figure img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.figure:hover img {
  margin-left: 0;
} */


/* カテゴリブルブル */
a:hover .buruburu {
    -webkit-animation:buruburu 0.5s infinite linear alternate;
    animation:buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}

/* カタカタ */
.kata img{
    width: 350px;
    transition: 1.0s;
    transform: rotateZ( 0deg );
}
a:hover .kata {
    transform: rotateZ( 3deg );
}

#message h2{
	/* background-color: #B72D27; */
	text-align: center;
	margin: 25px;
}
#message p {
	/* border-radius: 10px; */
	padding: 30px;
	text-align: left;
	font-size: larger;
	line-height: normal;

}
.m_p{
	margin-top: -55px;
	margin-left: 25px;
}
#message {
	background-color: white;
	width: 55%;
	margin: 0px auto;
	margin-top: 40px;
	/* border: 2px solid #003559; */
}

#message p {

}

#message p span {

}
.star_span{
	margin: 0px 10px 0px 40px;
	float: left;
}

.messe_ul{
    padding-bottom: 30px;
	/* width: 80%; */
}
.messe_li{
	text-align: left;
	line-height: normal;
}
.messe_div{
	margin: 0px 0px 0px 40px !important;
	line-height: initial;
}
.twitter{
	display: block;
  margin: 0 auto 50px;
	width: 70%;
}

#safety {
	text-align: center;
	background-color: white;
}

#safety h2{
	/* background-color: #82AE40; */
	/* background-color: #395DAA; */
	text-align: center;
}

.obi_color{
	background-color: #395DAA!important;
}
#safety img{
	text-align: center;
	margin: 25px 0 30px 0;
	width: 25%;
}

#nagare{
	text-align: center;
	/* background-color:#ffffff; */
}
#nagare h2{
	/* background-color: #395DAA; */
	text-align: center;
}

#service_area{
	text-align: center;
		background-color:#ffffff;
}
#service_area h2{
	text-align: center;
	/* background-color: #B72D27; */
}
@media screen and (max-width: 1000px) {
#safety img{
	width: 50%;
	display: block;
	margin: 0 auto;
	padding: 15px;
}
#message {
	width: 95%;
}

#message p {
    font-size: 16px;
}

.messe_ul{
	width: 90%;
	margin: 0 auto;
}
.messe_li{
	font-size: 20px;
}

.osirase__banner{
	width: 80%;
    margin: 0 auto;
}
.lp_p {
    font-size: 3rem;
}



}
/*============================================
料金表
============================================*/
.footer_kigyo{
	display: flex;
	padding: 15px 5% 15px 5%;
	background-color: white;
}

.content{
	margin-top:-170px;
	padding-top:170px;
}
@media screen and (max-width: 1050px) {
	.content{
		margin-top:-110px;
		padding-top:110px;
	}
}

#fuyohin{

}

#kaoku{

}

#kusakari{

}

#unpan{

}

#kaitai{

}

#kanihoshu{

}

#sonota{

}

#sonota table img{
    width: -webkit-fill-available;

}



/*============================================
車両
============================================*/
.iphone .tel_top{
	margin-top:-25px;
}
.sharyo_table{

}
.sharyo_table th{
	width: 200px;
}

/*============================================
スタッフ
============================================*/
.inner_h2_b{
	background-color: #798DC3;
	text-align: center;
	padding: 0;
}
.inner_h2_g{
	background-color: #969696;
	text-align: center;
	padding: 0;
}
.s_img{
	width:30%;
}
.d_f{
	display: flex;
}
p.sikaku{
font-weight: 800;
}
p.s_p{
	padding: 0px 0 0 30px;
	font-size: larger;
	text-align: left;
	margin: auto 0 auto 0;
}

img.s1 {
	width: 35%;
}
@media screen and (max-width: 600px) {
	.d_f{
		display: block;
	}
	.s_img{
		width:50%;
	}
	img.s1 {
		width: 50%;
		margin: -30px 0 0 0;
	}
	p.s_p{
		margin: 10px 0 0 0;
	}
}
/*============================================
会社概要
============================================*/

.aisatu img{
	width:80%
}
.rinen{
	text-align: left;
	font-size: 25px;
}
.gaiyou{
	margin-bottom: 40px;
}
.c_th{
	/* background-color: #dcdcdc;
	color: #1f1f1f; */
	width: 23%;
}
.s_gaiyou{
  font-size: 13px;
	margin: 0;
}
.company_table{
	width: 80%;
}

.company_img{
	width: 100%;
	margin: 0 auto;
}
.company_logo{
	width:200px;
}

.hover1:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1050px) {
	table td {
    padding: 0px;
	}
	.company_table{
		width: 100%;
	}
}
/*============================================
料金表
============================================*/
.fuyohin{
	background-color: #BB3B56;
	padding: 0;
}

.fuyohin_img{
		display: block;
    margin: 0 auto;
    width: 65%;
		padding-top: 15px;
}
.fuyohin_p {
	color: #003458;
	font-weight: 700;
	font-size: 20px;
}

.kaoku{
	background-color: #798DC3;
	padding: 0;
}

.kusakari{
	background-color: #839B46;
	padding: 0;
}

.chushajo {
    background-color: #E26858;
    padding: 0;
}

.unpan{
	background-color: #5792A9;
	padding: 0;
}

.kaitai{
	background-color: #D39329;
	padding: 0;
}

.kanihoshu{
	background-color: #9E6344;
	padding: 0;
}

.sonota{
	background-color: #727157;
	padding: 0;
}

.price_list_area{
	background-color: #ffff;
	margin-bottom: -30px;
	padding: 30px 0 40px 0px;
	margin-top:100px;
}
@media screen and (max-width: 1200px) {
	.price_list_area{
		margin-top:50px;
	}
}


.price_list_area img{
  width: 150px;
}
h2 + p{
font-size: 22px;
width: 70%;
margin: 0 auto;
}

.price_list{
  display: flex;
	width: 60%;
	margin: 0 auto;
}
.price_list_2{
	width: 40%;
	margin: 0 auto;
}

.price_inner{
 width: 70%;

}
.price_p {
	text-align: left;
	width: 70%;
	margin:0 auto;
	padding: 0 0px 0px 20px;
}

.sharyo_p {
	text-align: left;
	width: 60%;
	margin:0 auto;
	margin-top: 20px;
}

.text_l{
	text-align: left;

}
.ws_unset{
  white-space: unset;
}

body #price {
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  table-layout: fixed;
	/* border: 2px solid #bbb; */
	margin-top: 25px;
}

table tr {
  background-color: #fff;
  border: 3px solid #bbb;
  padding: .35em;
}

table th {
	text-align: center !important;
  font-size: .85em;
	color: #fff;
	/* font-family: sans-serif; */
	letter-spacing: 3px;
	background-color: #a5a5a5;

}

table td {

}
table thead tr{
  /* background-color: #eee; */
}

table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 3px solid #bbb;
	/* white-space: nowrap; */
	font-size: 18px;
	text-align: left;
}
.tr_25{
font-size: 25px;
}
@media screen and (max-width: 1050px) {
	table th,
	table td {
		font-size: 20px;
	}
	.tr_25{
	font-size: 27px;
	}
}


.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}

 .price_contact {
	 width: 450px;
	font-size: 25px;
	padding: 10px 13px 11px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #f37e52;
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #ffffff;
	background: #f37e52;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.28), inset 0px 2px 0px -1px #f37e52;
	margin: 20px auto;
	display: block;
	text-decoration: none;
}
.price_button {
	/* width: 450px; */
	font-size: 20px;
	padding: 10px 13px 11px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	/* border: 1px solid #86a2b9; */
	/* line-height: 1.5; */
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #ffffff;
	background: #86a2b9;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.28), inset 0px 2px 0px -1px #86a2b9;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}

.f_choice{
	text-align: left;
	margin: 0 auto;
	font-size: 20px;
	padding: 10px 0px 0 0;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
}
.sagyo{
	font-size: 20px;
}

.f_choice a{
	/* padding-top: 60px; */
  /* position: absolute; */
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.f_choice a span{
line-height: 2;
}
/* .f_choice a span{
	position: absolute;
	top: -7px;
	left: -20%;
	width: 30px;
	height: 30px;
	margin-left: -10px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #4acdc8;
}

.f_choice a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
} */

.f_choice_a{
	width: 70%;
	margin: 0 auto;
	text-align: left;
	font-size: 30px;
}
.f_choice_a a{
	color: black;
	line-height: 2.5em;
}

@media screen and (max-width: 600px) {
　table {
	width: 90%
}
}
@media screen and (max-width: 1200px) {
	p.s_p {
	    padding: 0px 0 0 30px;
	}
	.d_f{
		display: unset;
	}
	.s_img {
    width: 40%;
	}
}

.acd-check{
    display: none;
}
.acd-label{
    background: #86a2b9;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


/*============================================
WORK
============================================*/

.work{}

@media screen and (max-width: 1050px) {
	.work h1{
		padding:0px;
		font-size:4rem;
		}
	
}









/*============================================
SDGs
============================================*/

.ta_c{
text-align: center;
}
.sdg_info{
	text-align: left;
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .sp_br{
    display: none;
  }
}