@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 15px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

span.link-t-a {
position: relative;
top: -100px;/*左の数値を変えると、上下に調整します*/
display: block;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 10px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  	left: 50%;
	max-width: 1280px;
  	width: 1280px;
  	height: auto;
  	margin-left: -640px;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/


img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 30px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

section h3{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h3 span {
	background: #fff;
	padding: 0 80px;
}

section h6 {
	font-size:18px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
 	margin-top:20px;
}

section h4 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:5px 0px 0px 8px;
font-size:18px;font-weight:bold;color:#333333;
background-image:url(../images/head016_04.png);
}

section h5 {
	height:30px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 8px;
	font-size:16px;font-weight:bold;color:#333333;
	background-image:url(../images/bg_h6.jpg);
}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}


.innerS2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.row {
  margin-right: 0px;
  margin-left: -15px;
}

/*-----------------------------------------
 お知らせエリア
------------------------------------------*/
.topics_area{
	margin: 0px 0;
	border-radius: 5px;
	border: solid #a9a9a9 1px; 
}
.topics_area_title{
	padding: 2px 0 2px 15px;
    border-bottom: solid 1px #ddd;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color:#66cdaa;
    text-align: center;
}
.topics_area_inner{
	padding: 10px;
	max-height: 500px; 
	overflow: auto;
}
.topics_area dt{
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 120px ;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height:20px;
	padding-bottom:7px;
}
.topics_area dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height:20px;
	text-indent: -18px;
    margin-left: 10px;
	padding-bottom:7px;


}
.topics_area dd:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: 4px;
}


.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #F7BE81;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    background: #F7BE81;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

p.topictitle{
	font-size:14px;
	font-weight:bold;
}
.topictime{
	font-size:12px;
	float:right;
}
p.dd{
	font-size:14px;
	line-height:20px;
	padding-bottom:30px;
  	padding-left: 1em;
}
/* メイン画面の画像
------------------------------------------------------------*/
div.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0; 
}

.example img {
	width: auto;
  }


.example {
  position: relative;

  }


/* メイン画面の画像
------------------------------------------------------------*/
div.resizeimage {
	max-width: 1024px; /* 最大幅 */
	margin: 0 auto;
}
div.resizeimage img {
 	width: 100%; 
}	


/*続きを読むボタン
------------------------------------------------------------------------*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 350px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
/*	width: 100%;
	margin-bottom: 30px;
*/
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 40px 20px;
	margin-bottom: 30px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/*----------------------------------------------------
 回り込みを終了する定型表現。
------------------------------------------------------ */
/*clearfix*/	
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;	
}
/*画像と文書を並べて表示時する*/
.inner_l{     
	float: left ;　 /*左側に配置する*/
}
 .inner_p{
	float:right; 　 /*右側に配置する*/
}


/*-------------------------------------------------------------
こだわり見出し
-------------------------------------------------------------*/
.midasi1 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-bottom:5px;
  font-weight:bold;
}


/*-------------------------------------------------------------
 囲み枠
-------------------------------------------------------------*/

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}
.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f2ffe5;/*背景色*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f2ffe5;/*背景色*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}
.pic_frame {
	display: inline-block;
	text-align: center;
	vertical-align:top;
	width:47%;
}
.pic_frame2 {
 	display: inline-block;
	text-align: center;
	vertical-align:top;
	margin-left:20px;
	width:30%;
}

.pic_width{
 	  width:47%;
}

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box14 p {
    margin: 0; 
    padding: 0;
}

.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
}

.box25{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}

.box30 {
    width: 65%;
    margin: 2em 0;
    background:#ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #6fcc66;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.01em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


.box31 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fff0cd;/*背景色*/
}
.box31 p {
    margin: 0; 
    padding: 0;
	line-height:24px;
}.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
.headline {
  padding: 0.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
  background: #808080;/*背景色*/
  border-left: solid 5px #000;/*左線（実線 太さ 色）*/
  margin-bottom:20px;
  font-size:20px;
  font-weight:bold;
}

div.headline01 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #6699ff;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
div.headline01 p{
	font-size:24px;
	font-weight:bold;
}
div.headline02 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #ffffd1;/*背景色*/
  border-left: solid 5px #ff8c1a;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

div.headline02 p{
	font-size:24px;
	font-weight:bold;
}

div.headline03 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #fff6e0;/*背景色*/
  border-left: solid 5px #ff9e9e;/*左線*/
  border-bottom: solid 3px #ffe8e0;/*下線*/
}
div.headline03 p{
	font-size:24px;
	font-weight:bold;
}

div.headline04 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f2ffe5;/*背景色*/
  border-left: solid 5px #45cc82;/*左線*/
  border-bottom: solid 3px #a1e6c0;/*下線*/
}
div.headline04 p{
	font-size:24px;
	font-weight:bold;
}




/*-------------------------------------------------------------
画像に説明
-------------------------------------------------------------*/
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 0px 20px 30px; /* 外側に余白を加える(右に7px・下に7px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ3pxの余白を追加 */
}
figcaption {
    font-size: 15px;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*トップへ戻る
----------------------------*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*Lineボタン
----------------------------*/
img#floatButton2{
    position: absolute;
	right: 0;
  	top: 0;
}



/*-------------------------------------------------------------
インデント
-------------------------------------------------------------*/
.indent{
　　text-indent:-1em;
　　padding-left:1em;
}

/*-------------------------------------------------------------
グーグルマップ　レスポンシブ
-------------------------------------------------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*-------------------------------------------------------------
求人ページ用
-------------------------------------------------------------*/
table.recruit{
}

table.recruit th{ 
	padding:10px;
	border: 1px solid #000;
	vertical-align: top;
	background: #d9d9d9;
}
table.recruit td{ 
	padding:10px;
	border: 1px solid #000;
}
/*-------------------------------------------------------------
リスト
-------------------------------------------------------------*/

ul.maru  {
  list-style-type: disc;
  padding:0 0 0 30px;
  margin:0;
}
ul.maru li  {
  /* padding-left: 1.3em;
 text-indent: -1.3em;*/
}

.container {
position: relative;
overflow: hidden;
}
 
.container ul {
position: relative;
left: 50%;
float: left;
}
 
.container li {
position: relative;
left: -50%;
float: left;
}

.wrapper div {
    display: table-cell;
    vertical-align: bottom;
}
/* インフル用
-------------------------------------------------------------*/
table.infuru {
  border-collapse: collapse;
  padding: 0;
  table-layout: fixed;
  color: #4CAF50;
}

table.infuru tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted #8BC34A;
}
table.infuru tr:last-child{
   border-bottom: 2px solid #18521b;
}
table.infuru th,
table.infuru td {
  padding: 1em 10px 1em 1em;
}

table.infuru th{
 vertical-align:top;
 width:120px;
}
table.infuru td {
 text-align:left;
 color:#000;
}

table.infuru tbody th {
    color: #0f7d13;
}
.txt{
   text-align: left;
   font-size: .85em;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 10px 25px;
		font-size: 16px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


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

	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}

  .br-sp {
	 display:none; 
	}
   .pc { display: block !important; }
   .sp { display: none !important; }

}
@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}


	div.resizeimage img{
		margin-top:70px;
	}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 0px;
		width: 90%;

	}
	section h2 span {
		padding: 0 0px;
	}

	section h3 span {
		background: #fff;
		padding: 0 ;
	}

	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}

  .br-sp {
	 display:block; 
	}

 .pc { display: none !important; }
 .sp { display: block !important; }

}
@media only screen and (max-width: 640px){
	section{
		clear:both;
		padding-top: 30px;
	}

	#mainImg{
		position: relative;
	  	overflow: hidden;
	  	width: 100%;
		height: 200px;
	}

	#mainImg img{
		position: absolute;
	  	left: 0%;
		max-width: 100%;
		width:100%;
	  	height: auto;
	  	margin-left: 0px;
	}


	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}

	section h2{
		width: 90%;
	}

	section h2 span {
		background: #fff;
		padding: 0;
	}

	section h3{
		width: 90%;
	background: none;
	text-align:left;
	}

	section h3 span {
		background: #fff;
		padding: 0;
	}

.topics_area_inner{
	max-height: 500px; 
}

.topics_area dt,
.topics_area dd{
display: block;
width: 95%;
}
.topics_area dd{
text-indent: 0;
margin:0;
    padding: 0 0 0.5em 1em;
}


.pic_frame {
	text-align: center;
	width:95%;
	padding-bottom:20px;
}
.pic_frame2{
	text-align: center;
 	width:95%;
	padding-bottom:20px;
	margin-left:0;
}

	.pic_width{
 	  width:95%;
	}

  .br-sp {
	 display:block; 
	}

 .pc { display: none !important; }
 .sp { display: block !important; }


}



}