@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */


/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

#contents_wrap {
	padding-top:120px;
	position: relative;
}
#contents {
	background:none !important;
	width: 100% !important;
	margin-bottom: 70px;
}
#main #col_main {
    padding: 0;
}
#main,#main #col_main{
    width: 100%;
}

/* ----------------------------------------------------------

		top

---------------------------------------------------------- */
.h2title h2{
	font-size: 46px;
	color: #000;
}
.h2title h2 span{
	font-size: 16px;
}
.top_txt{
	display: inline-block;
	background: #f1f1f1;
	width: 100%;
	max-width: 1344px;
	min-width: 769px;
	padding: 5%;
	font-size: 16px;
	line-height: 2;
}
/* ----------------------------------------------------------

		News

---------------------------------------------------------- */
.news{
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
.news h2{
	overflow: hidden;
	text-align: center;
	font-size: 46px;
	margin-top: 120px;
}
.news h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.news h2 span::before,
.news h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #000;
}
.news h2 span::before {
  right: 100%;
}
.news h2 span::after {
  left: 100%;
}
.news_txt td{
	border: none;
	padding: 0 !important;
}
.news_txt .box1{
	width: 25%;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 10px !important;
}
.news_txt .box2{
	padding-left: 10px !important;
}
/* ----------------------------------------------------------

		address

---------------------------------------------------------- */
.access_wrap td{
	border: none;
	padding: 0 !important;
}
.access_wrap .box1{
	background: url(../images/common/address_img.jpg) center top no-repeat;
	background-size: cover;
	height: 500px;
}
.access_wrap .box2{
	background: #f1f1f1;
	padding: 30px 30px 30px 50px !important;
	font-size: 14px;
}
.access_wrap .box2 img{
	padding-bottom: 20px !important;
}
.access_wrap .box2 a{
	display: inline-block;
	background: #161616;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	padding: 5px 30px;
}
.access_wrap .box2 a:hover{
	opacity: 0.8;
}
/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */



/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */

.indextxt img {
	margin-right:30px;
	margin-bottom:10px;
}
.midashi2 {
	border-bottom:3px dotted #d6ba80;
	padding-bottom:10px;
}
td.tdLeft1 {
	width: 15% !important;
	border-bottom:#666 dotted 1px !important;
}
td.tdRight1 {
	width: 85% !important;
	border-bottom:#666 dotted 1px !important;
}
.bird {
	position:absolute;
	top:300px;
	right:10%;
}


@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
#main #col_main {
	padding:60px 0 0 0 !important;
}
#contents {
	background:none !important;
	width: 100% !important;
	margin-bottom: 100px;
}
/* ----------------------------------------------------------

		top

---------------------------------------------------------- */
.h2title h2{
	font-size: 46px;
	color: #000;
	line-height: 26px;
	display: block;
	margin-top: 10px;
}
.h2title h2 span{
	display: block;
	width: 100%;
	font-size: 16px;
	padding-top: 10px;
}
.top_txt{
	display: inline-block;
	background: #f1f1f1;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 40px;
	font-size: 16px;
	line-height: 2;
}

/* ----------------------------------------------------------

		news

---------------------------------------------------------- */
.news h2{
	overflow: hidden;
	text-align: center;
	font-size: 26px;
	margin-top: 120px;
	margin-bottom: 10px;
}


/* ----------------------------------------------------------

		address

---------------------------------------------------------- */
.access_wrap td{
	border: none;
	padding: 0 !important;
}
.access_wrap .box1{
	display: block;
	width: 100% !important;
	background: url(../images/common/address_img.jpg) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 200px;
}
.access_wrap .box2{
	display: block;
	width: 100% !important;
	background: #f1f1f1;
	padding: 30px 30px 30px 50px !important;
	font-size: 14px;
}
.access_wrap .box2 img{
	padding-bottom: 20px !important;
}



/* ----------------------------------------------------------

		Side menu

---------------------------------------------------------- */
/* タブレット表示時100％にする場合、コメントアウトを外して下さい
#main #col_main,
#main #col_side1 {
	float: none;
	width: 100%;
}
#main #col_main {
	padding: 0 0 30px;
}
*/

/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
td.tdLeft1 {
	width: 20% !important;
}
td.tdRight1 {
	width: 80% !important;
}



/* tablet END ###################################################### */
}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */
#contents_wrap {
	background:none !important; 
}
#contents {
	background:none !important;
	width: 100% !important;
	margin-bottom: 0px !important;
}

/* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */
.h2title h2 span{
	font-size: 14px;
}
.top_txt{
	font-size: 14px;
}


/* ----------------------------------------------------------

		news

---------------------------------------------------------- */
.news_txt .box1{
	max-width: 150px;
	background: #000;
	text-align: center;
	color: #fff;
	padding: 10px !important;
}
.news_txt .box2{
	padding-left: 0px !important;
	padding-top: 10px !important;
}


/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
td.tdLeft1 {
	width: 100% !important;
	border-bottom:none !important;
}
td.tdRight1 {
	width: 100% !important;
}
.bird {
	display:none;
}

/* smartphone END ################################################## */
}


