
/*****トップページ*******/
#header{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index: -1!important;
}
.content_1_box .tc_tl p{
	text-align: center!important;
    margin: 0 auto!important;
}

.nav_area_logo{
    width: 20%;
}
.mail_copy{
    width: 60%;
}
.mail_tit {
    color: #FFF;
    text-align: center;
    line-height: 20px;
}
.youtube3{
	width:100%;
	text-align: center!important;
	margin: 0 auto!important;
	margin-top: 10px!important;
}
.youtube2{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube2 iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

input.form_t_area, textarea.form_t_area {
    width: 90%;
}
.mein_content_mail {
    width: 90%;
    height: auto;
    margin: 0 auto !important;
    padding: 50px 5%;
}
ul.form li.form_tit {
    margin-top: 50px;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    border-left: solid #ea5541 15px;
    margin-bottom: 10px;
}
.mein_content_mail_tit {
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 20px 0;
    background-color: #ea5541;
}
.p_50_jouge{
    padding: 80px 0;
}
.p_30_jouge{
    padding: 20px 0;
}
.choukai{
    font-size: 1.1em;
    font-weight: bold;
}
.dis_blok{
    display: inline-block;
}
.nav1 a p, .nav2 a p, .nav3 a p, .nav4 a p{
    font-size: 1.3em;
    padding-bottom: 10px;
    font-weight: bold;
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
    transition: 1s;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 240px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-align: left;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}
.mail_copy h2{
    text-align: center;
    font-size: 2em;
}
.mail_copy h3{
    font-size: 1.4em;
    font-weight: 100;
    text-align: center;
}
.urinushi{
    color: #e4007f;
    font-weight: bold;
}
.tantou{
    color: #00a0e9;
    font-weight: bold;
}
.cocosma{
    color: #ea5541;
    font-weight: bold;
}
h2.back_red{
    background: #ea5541;
    padding: 15px 0;
    font-size: 1.5em;
    color: #fff;
}
h3.collar_red{
    color: #ea5541;
    font-size: 1.5em;
}
.line_Under{
    border-bottom: solid #666 1px;
    padding-bottom: 10px;
}
.blok_left{
    display: block;
    float: left;
}
a.scroll {
  padding-top: 70px;
  position: absolute;
  bottom: 20px;
  left: 50%;
	margin-left: -24px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	color: #FFF;
}
a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.koukou{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 30px;
}
ul.content_menu{
	margin-top:50px;
}
ul.content_menu li{
	display:inline-block;
	text-align:left;
	width:320px;
}
ul.content_menu li img{
	margin-bottom:10px;
}
ul.content_menu li p{
	width:320px;
}
.flexbox{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.flexbox_box{
	width:18%;
	padding:1%;
	position: relative;
}
.purai{
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 1.3em;
}
/*.purai::first-letter{
	font-size: 1.7em;
}*/
.box_p{
	border: solid #666 1px;
	padding: 5px 10px;
	text-align: left;
	margin: 10px 0;
}
.mail_p{
	border-top: dotted #666 1px;
	padding-top: 10px;
	margin-top: 20px;
	border-bottom: dotted #666 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.hoken_cont{
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-top: 20px;
}
.no{
	position: absolute;
	left: 20px;
	top: -35px;
	font-size: 4em;
	z-index: 99;
}
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;
	height: auto;
	background-color: #000;
}
.imgWrap img {
	display: block;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	opacity: 0.6;
}
.flexbox2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.flexbox2_in{
	width:46%;
}
.flexbox2_in2{
	width:50%;
}
.flexbox2_in2 h3,.flexbox2_in2 p{
	text-align: left;
	font-weight: 100;
}
.flexbox_hoken{
	/*width: 19%;*/
	width: 26%;
	padding: 3%;
}
.flexbox_info{
	width: 42%;
}
.flexbox_info2{
	width: 55%;
}
.mission{
	margin-top: 20px;
	font-weight: 100;
	margin-bottom: 10px;
	text-align: left;
}
.animate1{
	animation-duration: 1s;
    animation-delay: 0.5s;
}
.page_hed{
	position: relative;
	width: 100%;
	height: auto;
}
.page_hed_h2{
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.page_hed_h2 span{
	color: #B3B3B3;
}
table.about_table th{
	vertical-align: top!important;
}
table.about_table td.hiduke{
	text-align: left;
	padding: 0 20px;
	width: 30%;
}

table.about_table td{
	text-align: left;
	vertical-align: top!important;
}
.hoken_tit{
	border: solid #666 1px;
	padding: 10px;
	margin-bottom: 30px;
}
.hoken_tit h2,.hoken_tit p{
	text-align: left;
	font-weight: 100;
}
.hoken_tit span{
	font-size: 0.7em;
}
p.point{
	margin-top:10px;
}
p.point:first-letter{
	font-size:2em;
	color:#666;
	font-family:'繝偵Λ繧ｮ繝取�譛� Pro W6','Hiragino Mincho Pro','HGS譏取悃E','�ｭ�ｳ �ｰ譏取悃','MS PMincho','繝｡繧､繝ｪ繧ｪ',Meiryo,serif;
}

.miryoku_no{
	text-align: left;
}
.side{
	width:15%;
	height:100vh;
	position:fixed;
	top:0;
	padding:5% 2% 1% 2%;
}
.side img{
	width:100%;
}
.top_concept{
	z-index:-99999 !important;
	width:100%;
	/*position:absolute;*/
}
table.form{
	width: 100%!important;
}
table.form th{
	width: 100%!important;
	text-align: left;
}
table.form th span{
	color: #ED292C;
}
table.form td{
	width: 100%!important;
    margin-bottom: 30px;
}
table.form,table.form tbody,table.form tr,table.form th,table.form td {
display: block;
}

.btn{
	margin-top: 50px;
}
.box-size{
	width: 98%!important;
	padding: 10px 1%;
}
.content_1{
	width:100%;
}
.content_1_box{
	width:80%;
    max-width: 1100px;
	padding: 100px 0;
	z-index:2 !important;
	margin: 0 auto;
	text-align: center;
}
.content_1_box p{
	text-align: left!important;
}
.content_2{
	width:100%;
	background-color: #E7E7E7;
}
.content_2_box{
	width:80%;
	padding: 100px 0;
	z-index:2 !important;
	margin: 0 auto;
	text-align: center;
}
.flex_box{
	display: flex;
	justify-content: center;
}
.flex_box_shuuhen{
	display: flex;
    flex-wrap: wrap;
}
.flex_box_nav{
	display: flex;
	justify-content:space-between;
    align-items: center;
}
.flex_img{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
}
.lb-data .lb-caption {
    color: #fff;
}
.flex_box_in{
	width: 40%;
	padding: 0 10px;
}
.flex_box_in_shu{
	width: 18%;
    margin: 0 1% 10px 1%;
}
.flex_box2{
	display: flex;
	justify-content: center;
}
.flex_box_in2{
	width: 40%;
	margin-right: 5%;
}
.flex_img_content{
	width: 49%;
    margin-bottom: 20px;
}
a.link_line{
    text-decoration: underline;
}
.flex_hito_img{
	width: 25%;
}
.flex_hito{
	width: 73%;
}
ul.list_test-wrap li,ul.list_test-wrap2 li{
	font-size: 0.8em;
}
.list_test-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	text-align: left;
}
 
.list_test:before {
    content:  "";     /* 空の要素作成 */
    width: 15px;                /* 幅指定 */
    height: 15px;               /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0074bf;  /* 背景色指定 */
    position:  relative;        /* 位置調整 */
    top: 3px;                   /* 位置指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 5px;          /* 余白指定 */
}
 .list_test-wrap2 {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	text-align: left;
}
 
.list_test2:before {
    content:  "";     /* 空の要素作成 */
    width: 15px;                /* 幅指定 */
    height: 15px;               /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #E74CD7;  /* 背景色指定 */
    position:  relative;        /* 位置調整 */
    top: 3px;                   /* 位置指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 5px;          /* 余白指定 */
}


.fukuro{
		text-shadow: 1px 0px 0px #FFF, 0px 1px 0px #FFF, -1px 0px 0px #FFF, 0px -1px 0px #FFF;
}
.contents {
  position: relative;
/*  overflow: hidden;*/
  padding: 20px 0;
  z-index:2 ;
}
.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 150%;
  margin: 4% -10% 0;
  /*background: #011931;*/
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  /*height: 100%;*/
  margin: 0 auto;
  padding:100px ;
  color: #fff;
  text-align: center;
}

.concept_box{
	margin:0 auto;
	text-align:center;
	width:1100px;
	padding:100px 0;
	height:auto;
	z-index:2 !important;
}
.top_hed_logo{
	position:absolute;
	top: 50px;
	left: 50px;
	z-index: 99!important;
}
.top_copy_area{
	position:absolute;
	bottom: 200px;
	right: 50px;
	z-index: 99!important;
}
.top_copy_area h2{
	color: #FFF;
	font-size: 2em;
	text-shadow: 0 0 8px gray;
	font-weight: 200;
	letter-spacing: 6px;
}
.top_copy_area h2 br{
	display: none;
}
.top_hed_nav{
	position:absolute;
	top: 20px;
	right: 20px;
	z-index: 99!important;
}
.top_hed_nav p ,.top_hed_nav p a{
	color: #FFF;
}
.top_logo{
	text-align: center!important;
	padding-top: 250px;
}
.top_logo h1{
	text-align: center!important;
}
.top_logo p{
	margin-top: 20px;
	color: #FFF;
	  text-shadow: 0 0 8px gray;
}
.top_logo p a{
	margin-top: 20px;
	color: #FFF;
	  text-shadow: 0 0 8px gray;
}
table.risk{
	width: 100%;
}

table.risk th{
	background-color: #707070;
	color: #fff;
	padding: 1px 10px;
	width: 15%;
}
table.risk td{
	padding-left: 10px;
}
/*.home_top_area{
	width: 70%;
}
.home_top_area p{
	margin-top: 10px;
	color: #FFF;
}
.home_top_area p a{
	color: #FFF;
	font-size: 0.8em;
}
.home_top_area p span.dis_blok a ,.home_top_area p span.dis_blok{
	color: #FFF;
	display: block;
	float: left;
}*/
.page_hed{
	position: relative;
	width: 100%;
	height: auto;
}
.page_hed img{
	z-index: 0;
}
img.page_logo{
	position:absolute;
	top: 25%;
	left: 5%;
	width: 30%;
	z-index: 1;
}
.page_hed p{
	position:absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}
.page_hed p span,.page_hed p span a{
	color: #FFF;
}
.top_copy{
	position:absolute;
	top:70%;
	right:0px;
	width:500px;
	height:auto;
	padding:20px;
}
p.nav{
	margin-top:50px;
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height:300px;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:0;
}
#loopslider ul {
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 500px;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
.sp_home_logo{
	display:none;
}
.nav_info{
	border-top:solid #FFF 1px;
	padding-top:10px;
	margin-top:50px;
}
.nav_info p{
	font-size:0.8em;
}
/*****子ページ*******/

.page_top_area{
	width:100%;
	background-color:#CCC;
}
.page_nav{
	width:1100px;
	margin:0 auto;
	padding:10px 0;
}
.nav_page{
	padding-top:20px;
}
.nav_page span{
	border-bottom:solid #999 1px;
}
.pankuzu{
	font-size:0.7em;
	margin-bottom:10px;
}
h2.page_tit_h2{
	margin-bottom:30px;
}

table.info{
	width:90%;
	margin: 0 auto;
}
table.info th{
	width:25%;
	text-align:left;
	font-size:1.1em;
	font-weight:400;
	padding:20px 0 20px 10px;
}
table.info td{
	width:75%;
	padding:20px 0;
	text-align:left;
}
.b_none{
	border-bottom:none !important;
}
.g_map{
	width:100%;
	height:450px;
}
.hed_top{
	position:relative;
	width:100%;
	overflow:hidden;
}
.top_img {
	top: 0; 
	left: 0;
	z-index: -1 !important;
	width:100%;
	height: auto;
	position:absolute;
}
.back_dot{
	position:absolute;
	top: 0; 
	left: 0;
	background-image: url("../images/top/dot_01.png");
	background-repeat:repeat;
	width: 100%;
}

.top_tit{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-200px;
	width:400px;
}
.top_tit2{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-190px;
	width:100px;
}
.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
.fot_logo{
	float:left;
	width:15%;
	padding: 5%;
}
/*.fot_p{
	float:left;
	width: 55%;
	padding-top:5%;
}*/
.fot_p{
	width: 40%;
	margin-left: 3%;
}
/*.fot_p_link{
	float: right;
	width: 20%;
	padding-top:5%;
}*/
.fot_p_link{
	width: 20%;
	padding-left: 1%;
}
.fot_flex{
	display: flex;
	width: 94%;
	margin-left: 3%;
	margin-top: 30px;
	align-items: center;
}
.fot_flex_logo{
	width: 35%;
    margin: 0 auto;
    margin-top: 40px;
}
.fot_link p{
    text-align: center!important;
    margin: 0 auto!important;
}
.mail{
    width: 40%;
    margin-left: 30%;
}
.fot_p_tel{
	font-size:2.5em;
	font-weight:bold;
	color:#666;
}
.fot_p_mail{
	font-size:1.8em;
	font-weight:bold;
	color:#666;
	margin-top:20px;
	margin-bottom:10px;
}
.logo_cont{
	width: 20%;
}
table.shousai{
    width: 100%;
}
table.shousai td{
    border-top: solid #666 1px;
    text-align: left;
}
.shousai_tit{
    width: 20%;
    padding: 10px 2% 10px 1%;
}
@media screen and (max-width: 900px){
.nav1 a p, .nav2 a p, .nav3 a p, .nav4 a p {
    font-size: 1em;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 0!important;
}
}
@media screen and (max-width: 768px){
.nav1 a p, .nav2 a p, .nav3 a p, .nav4 a p {
    font-size: 0.7em;
    text-align: center;
}
    .sp_tc{
        margin: 0 auto;
        text-align: center;
    }
    .fot_flex_logo img {
    margin-left: 0!important;
}
    
    .button2 {
    font-size: 0.8em;
}
    .flex_coon{
        flex-direction: column!important;
    }
    .mail_copy_sp{
        width: 60%!important;
        margin-left: 0!important;
        margin-top: 30px;
    }
    .flex_hito_img {
    width: 40%;
        margin-left: 30%;
        margin-bottom: 20px;
}
    .mail_copy {
    width: 100%;
}
    .flex_hito {
    width: 100%;
}
    .mail {
    width: 60%;
        margin-top: 40px;
    margin-left: 20%;
}
    
    .flex_box_sp_nav{
        flex-direction: row!important;
    }
    .nav_area_logo {
    width: 40%;
}
    .sp_mb_0{
        margin-bottom: 0!important;
    width: 60%!important;
    }
    .nav_area {
    width: 95%;
}
	.flexbox_hoken{
		width: 44%;
		padding: 3%;
	}
	.tc_tl{
		text-align: left!important;
	}
	.logo_cont{
		width: 40%;
	}
	.top_copy_area{
		position:absolute;
		bottom: 0;
		top: 30px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 10%;
		z-index: 99!important;
	}
	.top_copy_area h2{
		font-size: 1.4em;
		letter-spacing: 2px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.top_copy_area h2 br{
		display:block;
	}
	p{
		text-align: left;
	}
	.page_hed_h2{
		position: absolute;
		top: 50%;
		bottom: 50%;
		width: 100%;
		text-align: left;
		left: 10px;
		color: #FFF;
	}
}
@media screen and (max-width: 768px){
.top_logo{
	position:absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	top:30%;
	right:5%;
	width:90%!important;
}
	.sp_mb_40{
		margin-bottom: 40px!important;
	}
	.top_hed_logo{
		left: 5%;
	}
	.top_hed_logo img{
		width: 100%;
	}
	.flexbox_box{
		width:98%;
		margin-bottom: 40px;
	}
	.flexbox2_in{
		width:98%;
	}
	.flexbox2_in2{
		width:98%;
	}
	.flexbox_info{
		width:98%;
	}
	.flexbox_info2{
		width:98%;
	}
.top_logo img{
	width: 80%;
}
.home_top_area{
	width: 90%;
	margin-top: 50px;
}
.home_top_area p{
	display: none;
}
	
.flex_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex_box_in{
	width: 100%;
	padding: 0;
	margin-bottom: 50px;
}
.flex_box2{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flex_box_in2{
	width: 100%;
	margin-right: 0;
}
.content_1_box,.content_2_box{
	width:90%;
	padding: 70px 0;
}

img.page_logo{
	top: 18%;
	left: 5%;
	width: 60%;
	z-index: 1;
}
.page_hed p{
	display: none;
}
	.top_hed_nav{
		display: none;
	}
}
@media screen and (max-width: 1000px) {

.fot_p{
	width: 94%;
	margin-left: 3%;
}
.fot_p_link{
	width: 47%;
	padding-left: 0;
	padding: 0 1%;
	margin-bottom: 10px;
}
.fot_flex_logo{
	width: 100%;
}
.fot_flex_logo img{
	width: 40%;
	margin-left: 30%;
}

.fot_flex{
	flex-wrap: wrap;
}
}
@media screen and (max-width: 768px) {
	.flex_img_content {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	.shousai_tit {
    width: 97%;
        margin-top: 20px;
    background: bisque;
    padding: 10px 2% 10px 1%;
}
	.top_hed_logo{
		display: none;
	}
	table.shousai td {
    padding-top: 5px;
}
table.risk th{
	padding: 1px 2%;
	width: 96%;
}
table.risk td{
	padding-left: 10px;
	border: solid #707070 1px;
	margin-bottom: 10px;
}

.side{
	width:100%;
	height:50px;
	position:static;
	padding:10px 0!important;
	margin:0 auto !important;
	text-align:center !important;
}
.side img{
	width:auto;
	height:50px;
}

ul.content_menu{
	margin-top:50px;
}
ul.content_menu li{
	display:inline-block;
	text-align:left;
	width:100%;
}
ul.content_menu li p{
	width:100%;
	margin-bottom:30px;
}

.top_concept{
	padding:20px 0;
	width:100%;
	float:none;
}
#loopslider {
	height:204px;
}
#loopslider ul {
	height: 204px;
}

#loopslider ul li {
	width: 340px;
	height: 204px;
}
.sp_home_logo{
	display:inline-block;
	position:absolute;
	top:50%;
	left:5%;
	margin-top:-60px;
	padding:10px;
	width:auto;
	height:100px;
	z-index:99999 !important;
}
table.info{
	width:95%;
}

table.info th{
	width:98%;
	font-size:1em;
	padding:10px 1% 5px 1%;
	border-bottom:solid #FFF 1px !important;
}
table.info td{
	width:99%;
	padding:0 0 10px 1%;
}
.g_map{
	width:100%;
	height:300px;
}
.contents {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  margin-top:-50px;
  z-index:2 !important;
  width: 100%;
}
.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 150%;
  margin: 4% 0 0;
  -webkit-transform-origin: none;
  -ms-transform-origin: none;
  transform-origin: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: -1;
}
.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 10px 10px;
  color: #fff;
  text-align: center;
}

.content_1_box,.content_2_box{
	width:94%;
}


.fot_logo{
	float:none;
	width:30%;
	padding:0;
	margin-top: 20px;
}
/*.fot_p{
	float:none;
	padding-top:20px;
	width: 94%;
	margin: 0 auto;
}
.fot_p_link{
	float: none;
	width: 60%;
	margin-left: 20%;
}*/
.fot_p{
	width: 94%;
	margin-left: 3%;
}
/*.fot_p_link{
	width: 50%;
}*/
.fot_flex_logo{
	width: 100%;
}

.fot_p_tel{
	font-size:2.5em;
	font-weight:bold;
	color:#666;
}
.fot_p_mail{
	font-size:1.8em;
	font-weight:bold;
	color:#666;
	margin-top:20px;
	margin-bottom:10px;
}
.sp_t_c{
	text-align:center !important;
}
table.about_table td.hiduke{
	text-align: left;
	padding: 0 10px 5px 10px;;
	width: 100%;
	border-bottom: solid #666 1px;
}

table.about_table td{
	text-align: left;
	padding: 0 10px 30px 10px;;
}
}



