@charset "UTF-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333333;
	font-size: 20px;/*14~16px*/
	line-height: 160%;
	background-image: url("../img/haikei.png");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*基本設定*/
a{
	color: #333333;
	text-decoration: none;
}
img{
	border: none;
	vertical-align: baseline;
}
table{
	border-collapse: collapse;
	width: 100%;
}
.slicknav_menu {
	display:none;
}
.smp{
	display: none;
}
/*よく使うクラス*/
.clear{
	clear: both;
}
.red{
	color: red;
}
.white{
	color: #FFFFFF;
}
#white{
	color: #fff;
}
.center{
	text-align: center;
}
.righit{
	text-align: right;
}
.margin{
	margin: 0;
}
.padding{
	padding: 0;
}
.font_size{
	font-size: 0.8em;
}
.bold{
	font-weight: bold;
	font-size: 1.1em;
	margin-left: -0.6em;
}
.margintop{
	margin-top: 40px;
}
.sdgs{
	width:70%;
	height: auto;
	margin: 0 auto
}
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 1100px;
    margin: 0 auto ;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head {
    color: #333333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	top:36px;
    font-size: 16px;
}
#global-nav ul li {
    float: left;
	border-right: 1px solid #333333
}
#global-nav ul li a {
    padding: 0 15px;
}
#global-nav a:hover,
.footer a:hover,
#top_waku2 a:hover,
#top_waku4 a:hover,
.about_box2 a:hover,
.box_left a:hover,
.contact_box button:hover{
	  filter: alpha(50);
  -moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#white{
	color: #fff;
}
/*新着情報*/
#newsWrap{
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 0.9em;
}

#newsWrap ul{
	list-style: none;
}
#newsWrap li{
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
/*news.php用*/
#newsWrap_news{
	width: 500px;
	height: auto;
	margin: 0;
	margin-top: 6em;
}
/*news.detail.php用*/
.box_center{
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top: 6em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.tyousei{
	margin-bottom: 3em;
}

/*ポップアップ*/
.featherlight-sample {
	display: none;
	text-align: justify;
}
.featherlight-sample p{
	font-size: 1.1em;
	line-height: 150%;
}
.righit{
	text-align: right;
	margin: 50px 55px 0 30px ;
}
.righit2{
	text-align: right;
	margin-top: 0px;
}
.daihyou{
	margin-bottom: 0;
}
.namee{
	margin-top: 5px;
}
/*アニメーション*/
.img-wrap {
  animation: img-wrap 15s cubic-bezier(.4, 0, .2, 1);
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

/*個別設定*/
#top{
	margin-top: 6em;
	z-index: 10;
}
#top_g{
	text-align: center;
	z-index: 20;
}
.tien{
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
#gif1{
	background-image: url("../img/アニメ1.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#gif2{
	background-image: url("../img/アニメ2.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#gif3{
	background-image: url("../img/アニメ3.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#gif4{
	background-image: url("../img/アニメ4.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#maine{
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}
#mobile-head img{
	width: 182px;
	height: auto;
	float: left;
	margin-top: 1em;
}
#mobile-head h1{
	font-size: 1.1em;
	font-weight: bold;
	margin:2.4em 0 0 1em;
	width: 145px;
	height: auto;
	float: left;
}
.item{
}
#Catchphrase{
	margin-top: 70px;
}
.top_waku1{
	margin: 6em 0 0 1.5em;
	width: 620px;
	height: auto;
	padding-top: 2em;
}
.top_waku1 p{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 150%;
}
.btn_toiawase{
	width: 140px;
	height: auto;
	color: #FFF;
	background: #000;
	text-align: center;
	border: 1px solid #e8a616;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	padding: 15px 0;
	margin-top: -15px;
	margin-left: 20px;
}
.btn{
	width: 300px;
	height: auto;
	padding: 5px 0;
	color: #FFF;
	background: #508c4b;
	text-align: center;
	border:  1px solid #508c4b;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
#top_waku2{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/top_haikei.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_waku2 h2{
	color: #4070b3;
	font-size: 1.3em;
	margin-top: 0px;
}
.tien h2{
	color: #4070b3;
	font-size: 1.6em;
	text-align: center;
	margin-top: 3.5em;
	text-shadow: 4px  4px 5px #fff,
            -4px  4px 5px #fff,
             4px -4px 5px #fff,
            -4px -4px 5px #fff;
	font-family: 'M PLUS 1p',sans-serif;
}
#top_waku2 h3{
	margin: 20px 0 0 0 ;
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'Noto Sans JP',sans-serif;
}
#top_waku2 ol{
	margin: 0;
    padding: 0
}
#top_waku2 li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.top_waku2_kodawari{
	font-size: 1.4em;
	font-weight: bold;
	margin:0.8em 0 0 0.4em;
	line-height: 150%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.top_wak_contena{
	display: flex;
}
.top_waku2_img{
	margin: 0.5em 0 0 0 ;
}
#top_waku3{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/top_haikei2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_waku4{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/top_haikei3.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_waku4 h4{
	color: #4070b3;
	text-align: center;
	font-size: 1.4em;
	margin: 20px 0;
	font-family: 'M PLUS 1p',sans-serif;
	
}
#top_waku4_color{
	color: #6dae53;
	font-size: 1.3em;
	margin: 20px 0 0 0 ;
}
.btn_form{
	width: 280px;
	height: auto;
	padding: 5px 0;
	color: #FFF;
	background: #508c4b;
	text-align: center;
	border:  1px solid #508c4b;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
}
.footer{
	border-top: 1px solid #000;
	margin-top: 70px;
}
.footer_container{
	display: flex;
	width: 700px;
	justify-content: space-between;
	margin: 0 auto;
}
#footer_rogo{
	text-align: center;
}
#footer_syamei{
	font-size: 1.2em;
}
#footer_copy{
	font-size: 0.6em;
}
.footer p{
	text-align: center;
	font-size: 0.8em;
}
#new{
	font-size: 1.3em;
	font-weight: bold;
}
.footer a{
	color: #4070b3;
}
.btn_kiji{
	text-align: center;
	font-size: 1.2em;
}
.moji{
	margin-top: -100px;
}

/*news.php用*/
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}

/*about*/
.title{
	margin: 6em 0 0 0;
}
.title h2{
	color: #4070b3;
	font-size: 2.5em;
	float: left;
	padding: 30px 30px;
	text-shadow: 0 0 10px #fff;
	font-family: 'M PLUS 1p',sans-serif; 
}
.title p{
	float: left;
}
#title1{
	font-size: 1.3em;
}
.about_box1{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 0.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.about_box1-2{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/about_hand.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about_box1-2 ul, ol {
  padding: 0;
  position: relative;
}
.about_box1-2 ul li{
  border-left: solid 10px #4070b3;/*左側の線*/
  margin-bottom: 1em;/*下のバーとの余白*/
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}
.about_box1-3{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/about_hand.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about_box1-3 ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.about_box1-3 ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 2.2em;
}

.about_box1-3 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #42a1ee;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 1em;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.font_web{
	font-family: 'Noto Sans JP',sans-serif;
}
.about_box2{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.float_righit{
	float: right;
}
.about_box4{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/about_haikei4.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about_box5{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/about_kaisya.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.about_box4_contena{
	display: flex;
}
.about_box4 p{
	font-size: 0.9em;
	margin-top: 0;
}
.about_box4 img{
	margin-left: 2em;
}
.about_box1 h3,
.about_box1-2 h3,
.about_box1-3 h3,
.about_box2 h3,
.about_box4 h3,
.about_box4 h3,
.about_box5 h3,
.service_box1 h3,
.service_box2 h3,
.ercm_box1 h3,
.ercm_box2 h3,
.contact_box h3,
.contact_box2 h3,
.featherlight-sample h4,
#top_waku2 h2,
#top_waku3 h2,
.box_left h3{
	color: #4070b3;
	font-size: 1.4em;
	font-family: 'M PLUS 1p',sans-serif;
	line-height: 140%;
}
.service_box1 h4{
	border: 1px solid #4070b3;
	border-radius: 110px;
	background-color: #4070b3;
	color: #fff;
	padding: 10px 20px;
	font-size: 1.3em;
	line-height: 140%;
	margin-bottom: 0;
}
.about_box4 ol,
.about_box5 ol,
.service_box1 ol{
	margin: 0;
    padding: 0
}
.about_box4 li,
.about_box5 li{
  	list-style: none;
  	padding-left: 1.3em;
  	text-indent: -0.9em;
	margin-bottom: 20px;
}
.box_left{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.box_left ol{
	margin: 0;
    padding: 0
}

.box_left li  {
  	list-style: none;
  	padding-left: 0.7em;
  	text-indent: -1.0em;
	margin-bottom: 20px;
}
.box_right{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.box_right h3{
	color: #4070b3;
	font-size: 1.4em;
}
.box_right ol{
	margin: 0;
    padding: 0
}
.box_right li  {
  	list-style: none;
  	padding-left: 0.7em;
  	text-indent: -1.0em;
	margin-bottom: 20px;
}
.rinen{
	border: 3px solid #4070b3;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 220px;
	height: auto;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.rinen1{
	border: 3px solid #4070b3;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 300px;
	height: auto;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.rinen2{
	border: 3px solid #4070b3;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 380px;
	height: auto;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}
.rinen3{
	border: 3px solid #4070b3;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 220px;
	height: auto;
	padding: 10px 20px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.keieirinen1{
	text-align: center;
	color: #0042b6;
	font-size: 1.4em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	line-height: 170%;
	margin-bottom: 0;
}
.keieirinen2{
	border: 3px solid #4d4d4d;
	background-color: #4d4d4d;
	color: #f5e721;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 450px;
	height: auto;
	padding: 0px 20px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.about_daihyou{
	display: flex;
	justify-content: space-between;
}
.about_daihyou div{
	width: 223px
}
.about_daihyou p{
	text-align: center;
}
.gaiyou{
	border: 3px solid #4070b3;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	width: 150px;
	height: auto;
	padding: 5px 15px;
	font-weight: bold;
	margin-bottom: 0;
	color: #4070b3;
	text-align: center;
	font-size: 1.1em;
}
.about_box5 tbody,table,tr,td{
	border: none;
}
.about_box5 tr{
	border-bottom: 1px solid #333333;
}
.about_box5 td{
	padding: 10px;
}
.table_haba_left{
	width: 100px;
	height: auto;
}
/*service*/
.service_box1{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 0.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/service_yajirusi.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.service_box1_td{
	width: 150px;
	height: auto;
	color: #4070b3;
}
.service1{
	float:left;
	width: 410px;
	height: auto;
	text-align: justify;
	margin-left: 45px;
}
.service2{
	float:left;
	width: 200px;
	height: auto;
}
.service2 img{
	margin: 0;
	padding: 0;
}
.service_box2{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/service_bikk.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.service3{
	float:left;
	width: 410px;
	height: auto;
	text-align: justify;
	margin-left: 60px;
}
.service3_p{
	margin-bottom: 50px;
}
.service3_p2{
	margin-bottom: 23px;
}
.service3_p3{
	margin-bottom: 125px;
}
/*ercm*/
.ercm_box1{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 0.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/ERCM_img1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ercmbox1_container{
	display: flex;
}
.ercmbox1_container div{
	margin-top: 25px;
	padding-left: 20px;
}
.ercm_box2{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
#ercm_moji{
	font-size: 0.9em;
	margin-top: 0;
}
.ercm_box1_ao{
	color: #4070b3;
}
.ercm_kakaku{
	color: #4070b3;
	font-size: 0.9em;
	margin-bottom: 0;
}
.ercm_box2 table,
.ercm_box3 table{
	font-size: 0.6em;
	border: 1px solid #333333;
	background-color: #fff;
}
.ercm_box2 tr,
.ercm_box2 td{
	border: 1px solid #333333;
}
.ercm_box2_moji{
	text-align: center;
}
.ercm_box2_moji2{
	margin-top: -1em;
}
.ercm_container{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.ercm_container div{
	width: 205px;
	height: auto;
	font-size: 0.8em;
	margin: 0 5px;
}
.ercm_box3{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.ercm_box3_moji{
	text-align: center;
	background-color: #f3d54e;
}
.ercm_box3 td,
.ercm_box3 tr,
.ercm_box4 td,
.ercm_box4 tr{
	border: 1px solid #333333;
	padding: 1em;
}
#ercm_box3_moji{
	font-size: 0.9em;
	margin-bottom: 0
}
#ercm_box3_hiduke{
	font-size: 0.5em;
	text-align: right;
	margin-top: 0;
}
.ercm_box4{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
}
.ercm_box4 table{
	border: 1px solid #333333;
	font-size: 0.9em;
	background-color: #fff;
	margin: 2em 0;
}
.ercm_box5 ul{
	list-style: none;
	margin-left: -1.4em
}
.ercm_box5 li{
	padding-left: 0.5em;
  	text-indent: -1.0em;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.ercm_box1 h4,
.ercm_box2 h4,
.ercm_box3 h4,
.ercm_box4 h4,
.ercm_box5 h4{
	color: #4070b3;
	font-size: 1.4em;
	margin-top: 0;
	font-family: "M PLUS 1p", sans-serif;
}
.box_left h4{
	color: #4070b3;
	font-size: 1.4em;
}

.box1{
	float: left;
	width: 330px;
	height: auto;
}
/*contact*/
.contact_box{
	width: 670px;
	height: auto;
	margin: 0 auto 0 0;
	margin-top: 0.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/contact_haikei1.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_box td{
	padding: 10px;
}
.contact_box tr{
	width: 600px;
	height: auto;
}
.contact_box_text{
	width: 400px;
	height: 30px;
}
.contact_box textarea{
	width: 400px;
	height: 300px;
}
.contact_box_left{
	width: 230px;
	height:auto;
}
.contact_box2{
	width: 670px;
	height: auto;
	margin: 0 0 0 auto;
	margin-top: 3.5em;
	-moz-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
	background-color: #fff;
	padding: 30px;
	background-image: url("../img/contact_haikei2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact_box2_p1{
	font-size: 1.1em;
	margin-bottom: 0;
}
.contact_box2_p2{
	font-size: 0.7em;
}
.contact_box2_p3{
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 0;
}.contact_box2_p4{
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 0;
}
.contact_box2_p5{
	margin-top: 10px;
}