@charset "UTF-8";
/* CSS Document */
html{font-size: 62.5%;/*-> 10px; */}
body{
	/*font-family: 'Source Sans Pro', sans-serif;*/
	/*font-family: 'Source Sans Pro','游ゴシック','Yu Gothic','Helvetica','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	*/
	font-family: 'Source Sans Pro','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 500;
}
a{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:link , a:visited {color: #3d3d3d;}
p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #3d3d3d;
}
ul{color: #3d3d3d;}

.h2__wrapper{
	width: 1080px;
	height: auto;
	margin: 100px auto;
	text-align: center;
}
.h2__wrapper02{
	width: 1080px;
	height: auto;
	margin: 45px auto;
	text-align: center;
}
.h2__wrapper02 h2{
	font-size: 42px;
	font-size:4.2rem;
	padding: 0 30px;
	border-bottom: solid 0.1rem #747474;
	display: inline-block;
	line-height: 4.2rem;
	color: #3d3d3d;
}
.h2__wrapper02 h2.h2__sub{
	font-size: 28px;
	font-size: 2.28rem;
	color: #747474;
	margin-left: 10px;
}

h2{
	font-size: 42px;
	font-size:4.2rem;
	padding: 0 30px;
	border-bottom: solid 0.1rem #747474;
	display: inline-block;
	line-height: 4.2rem;
	color: #3d3d3d;
}
h2 .h2__sub{
	font-size: 28px;
	font-size: 2.28rem;
	color: #747474;
	margin-left: 10px;
}

h3{
	width: 100%; 
	height: auto;
	font-size: 32px;
	font-size:3.2rem;
	padding: 7px 30px;
	display: inline-block;
	line-height: 3.6rem;
	color: #3d3d3d;
}
.vision h3{
	width: 100%; 
	height: auto;
	font-size: 32px;
	font-size:3.2rem;
	padding: 7px 0px;
	display: inline-block;
	line-height: 3.6rem;
	color: #3d3d3d;
}
h4{
	width: 90%;
	height: auto;
	font-size: 18px;
	font-size:1.8rem;
	padding: 0 15px;
	border-bottom: solid 0.1rem #747474;
	display: inline-block;
	line-height: 5.0rem;
	font-weight: bold;
	color: #3d3d3d;
}

h5{
	width: 90%;
	height: auto;
	font-size: 32px;
	font-size:3.2rem;
	padding: 0 15px;
	border-bottom: solid 0.1rem #747474;
	display: inline-block;
	line-height: 3.6rem;
	font-weight: bold;
	color: #3d3d3d;
}
h5 .h5__sub{
	background-color: #959595;
	color: #FFF;
	padding: 2px 10px;
	width: 30px;
	margin: 0 0 0 15px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:normal;
}

h7{
	width: 100%;
	height: auto;
	font-size: 32px;
	font-size:3.2rem;	
	margin-top: 100px;
	border-bottom: solid 0.05rem #c2c2c2;
	display: inline-block;
	line-height: 5.6rem;
	color: #3d3d3d;
}
.outline{
	text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
span.outline{
	color: #959595;
	text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}
.site-title{
	display:none;
	}

.clear { clear: both; }/*floatクリア*/
.center{text-align: center;}
.f18 { font-size: 18px; }
.mg_left0{margin-left: 0px;}
.mt2{ margin-top: 2px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt45{ margin-top: 45px; }
.mb15{ margin-bottom: 15px; }
.mb100{ margin-bottom: 100px; }
.pl15{padding-left: 15px;}
.f16{font-size: 16px; font-size: 1.6rem;}
.f20{font-size: 20px; font-size: 2.0rem;}
.f24{font-size: 24px; font-size: 2.4rem;}
.f26{font-size: 26px; font-size: 2.6rem;}
.f28{font-size: 28px; font-size: 2.8rem;}
.f30{font-size: 30px; font-size: 3.0rem;}
.box__center{
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
}

	

	
/*グローバルナビ===========================================*/

	
/* 固定するのは「position: fixed;」です。 */
.header{
	width: 100%;
	height:50px;
	position: fixed;
	top: 0;
    left:0;
	list-style: none;
	background-color: #FFF;
	padding: 15px 0;

	box-shadow:0 0 2px 2px rgba(0,0,0,0.2); /*右方向 下方向 ぼかし 広がり 色; */
	z-index:10;
}
.header_inner {
	width: 1080px;
	/*min-width: 1020px;*/
	height: 61px;
	/*▼中央合わせ*/
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    padding: 0 30px;
	}

.logo {
	float: left;
	margin: 0;
	width: 120px;
	height:100%;
}

#gnav{
	float:right;
	line-height: 38px;
	font-size: 20px;
	font-size: 2.0rem;
	}

#gnav__item {
	float:right;
	margin-right: 10px;
}

.gnav__item  {
	display: inline-block;
	}

.gnav__item .line{
	font-size: 18px;
	text-align: center;
}	

.gnav__item  a {
	display: block;
	padding: 10px 8px;
	text-decoration:none;

	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all  0s ease;

	/*-webkit-transition: opacity .36s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .36s cubic-bezier(.215, .61, .355, 1)*/
}
.gnav__item a:visited, .gnav__item a:focus, .gnav__item a:hover, .gnav__item a:active {
	color: #000;
}
.gnav__item a:hover{	
	border-bottom: solid 0.2rem #244cb1;
	opacity: .5;
	line-height: 1.5;
	}
.gnav__icon a:hover{
	opacity: .5;
}


#gnav__icon{
	width: 100px;
	float:right;
}
.gnav__icon  {
	display: inline-block;
	}

.gnav__icon  a {
	display: block;
	padding: 12px 4px;
	text-decoration:none;
	-webkit-transition: opacity .36s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .36s cubic-bezier(.215, .61, .355, 1)
}

/*bread-パンくず===========================================*/
.bread{
	width: 100%;
	height: 30px;
	margin-top: 80px;
	font-size: 14px;
	font-size: 1.4rem;
}
.bread__list{
	width: 1080px;
	height: 30px;
	margin: 0 auto;
	padding:8px 0;
}
.bread__list li{
	float: left;
}

/*スライダー===========================================*/
.sliderwhole{
	width:100%;
	min-width: 1080px;
	height: auto;
	display:block;
	margin-top: 80px;
	}
.sliderwhole img {
    width: 100%;
    height: auto;
}

/*contents===========================================*/
#wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0;
	background-color: #FFF;
	overflow: hidden;/* heightを戻す */
}
.bg__border{
	width: 100%;
	padding: 30px 0;
	height: auto;
	background-image: url("../images/border_bg.jpg") ;
	background-repeat: repeat;
}
.bg__border02{
	width: 100%;
	margin: 3px 0;
	padding: 30px 0;
	height: auto;
	background-image: url("../images/border_bg02.jpg") ;
	background-repeat: repeat;
}
.contents {
	width: 1080px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;/* heightを戻す */
}

.main__con{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.main__con li{
	float: left;
	margin: 15px 60px;
}
.main__con li:nth-child(3n+2) {
	margin: 15px 0px;
}

.main__con a:hover{opacity: .5;}
.sub__con{
	width: 100%;
	height: auto;
}
.sub__con p{
	width: 200px;
	height: 200px;
	background-color: #f5f6f8;
	color: #7c7c7c;
	font-size: 12px;
	font-size: 1.2rem;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.sub__con li{
	float: left;
	margin: 15px 53px 15px 0;
}
.sub__con li:nth-child(4n) {
	margin-right: 0;
}
.sub__con li:nth-child(1), .sub__con li:nth-child(5n)  {
	margin-left:60px;
}
.sub__con a:hover{opacity: .5;}

/*画像ホバー*/
	
	.caption-style li{
		float: left;
		padding: 0px;
		/*position: relative;*/
		overflow: hidden;
	}

	.caption-style li:hover .caption{
		opacity: 1;
	}

	.caption-style li:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.caption-style img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
	}
	.caption-style img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}


/*top-news===========================================*/

.news__list{
	width: 1080px;
	height: 230px;
	margin: 30px auto;
	text-decoration: none;
}

.news__list a{text-decoration: none;}
.news__list a:visited, .news__list a:focus, .news__list a:hover, .news__list a:active {
	color: #000;
}

.news__list li{
	width: 180px;
	height: 230px;
	background-color: #FFF;
	margin-right:45px;
	float: left;
	display: block;

	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.1); /*右方向 下方向 ぼかし 広がり 色; */
}
.news__list li:last-child {
  margin-right: 0;
}

.news__list p{
	padding: 15px 15px 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2
}
time{
	font-size: 14px; 
	font-size: 1.4rem;
	padding: 0 15px;
	color: #777;
	}
.more__btn{
	width: 1080px;
	margin: 0 auto;
}
.more__btn a{ 
	width: 150px;
	height: 40px;
	border:solid 0.1rem #838383;
	margin: 0  auto;
	display: block;
	background-color: #FFF;
	color: #000;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.more__btn a:hover , .more__btn a:active{
	background-color: #244cb1;
	color: #FFF;
}

/*news===========================================*/

.news {
	width: 1080px;
	height: auto;
}
.news li{
	width: 500px;
	height: 200px;
	float: left;
	background-color: #FFF;
	margin-bottom: 30px;
	/*margin-right: 30px;*/
}
.news li:nth-child(odd){
	margin-right: 30px;
}
.news__text__01{
	width: 250px; 
	height: 170px;
	padding: 15px;
	float: left;
}
.news__text__02{
	width: 470px; 
	height: 170px;
	padding: 15px;
	float: left;
}
.news img{
	float: right;
}
p.news__text01{ margin-bottom: 15px;}
.news__text__01 a, .news__text__02 a{
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 10px;
}
.news__text__01 a:hover,.news__text__02 a:hover{opacity: 0.5;}

/*vision===========================================*/
.vision{
	background-image: url(../images/vision_01_bg.jpg);
	background-repeat: no-repeat;
	background-position-x:0px;
}

/*serv__select===========================================*/
.serv__select{
	width: 1080px;
	height: 270px;
		/*▼中央左右上下揃え*/
	display: flex;
	/*align-items: center;*/
	justify-content: center;
}
.serv__btn01,.serv__btn02,.serv__btn03{
	display: inline-block;
    text-decoration: none;
    width: 180px;
    height: 180px;
    border-radius: 50%;  
    text-align: center;
    vertical-align: middle;
    overflow: hidden;    
    transition: .4s;

    /*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;  
}
.serv__btn01{
    background: #009be3;
     margin-right: 80px;   
	box-shadow: 0px 0px 0px 2px #009be3;
    border: solid 10px rgba(255, 255, 255, 1);

}
.serv__btn02{

    background: #ff6c00;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 2px #ff6c00;
    border: solid 10px rgba(255, 255, 255, 1);
}
.serv__btn03{
    background: #64d300;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 0px 2px #64d300;
    border: solid 10px rgba(255, 255, 255, 1);
    margin-left: 80px;
}
.serv__btn01:hover,.serv__btn02:hover,.serv__btn03:hover{
    background: #FFF;
    color: #009be3;
}
.serv__btn01:hover{border: solid 10px rgba(0, 155, 227, 1);}
.serv__btn02:hover{border: solid 10px rgba(255, 108, 0, 1);}
.serv__btn03:hover{border: solid 10px rgba(100, 211, 0, 1);}

.serv__btn01 p,.serv__btn02 p,.serv__btn03 p {
	width: 220px;
	height: 220px;
}
.serv__btn01 p:hover{color: #009be3;}
.serv__btn02 p:hover{color: #ff6c00;}
.serv__btn03 p:hover{color: #64d300;}

.serv__btn01 p,.serv__btn02 p,.serv__btn03 p{
	color: #FFF;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;	
}
.serv__btn01 p,.serv__btn03 p{
	padding-top:200px; 
	line-height: 25px;
}

.serv__btn02 p{
	padding-top:200px; 
	line-height: 25px;
}

/*.serv__btn01 a:link,.serv__btn01 a:visited{color: #FFF;}*/

.shadow__box{
	width: 1010px;
	height: auto;
	margin:0  auto;
	margin-bottom: 15px;
	padding: 30px;
	box-shadow:0 0 8px -1px #c0c0c0;	
	background-color: #FFF;
}
.serv__it{
	background-image: url(../images/serv_it_bg.jpg);
	background-repeat: no-repeat;
	background-position-x:0px;
}
.edu__unity{
	background-image: url(../images/edu_unity_bg.png);
	background-repeat: no-repeat;
	background-position-x:0px;
}
.edu__ue4{
	background-image: url(../images/edu_ue4_bg.png);
	background-repeat: no-repeat;
	background-position-x:0px;
}
.edu__etc{
	background-image: url(../images/edu_etc_bg.png);
	background-repeat: no-repeat;
	background-position-x:0px;
}

.all__genre{
	width: 800px;
	margin-top: 10px;
}
.all__genre__it li{
	width: 160px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top:10px; 
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	float: left;
	border: solid 1px #009be3; 
	color: #009be3;
}

.serv__ses{
	background-image: url(../images/serv_ses_bg.jpg);
	background-repeat: no-repeat;
	background-position-x:0px;
}
.all__genre__ses li{
	width: 160px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top:10px; 
	font-size: 12px;
	font-size: 1.2rem
	background-color: #FFF;
	display: block;
	text-align: center;
	float: left;
	border: solid 1px #ff6c00; 
	color: #ff6c00;
}

.serv__company{
	background-image: url(../images/serv_com_bg.jpg);
	background-repeat: no-repeat;
	background-position-x:0px;
}
.all__genre__company li{
	width: 160px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top:10px; 
	font-size: 12px;
	font-size: 1.2rem
	background-color: #FFF;
	display: block;
	text-align: center;
	float: left;
	border: solid 1px #5fca00; 
	color: #5fca00;
}

#serv__it,#serv__ses,#serv__company,#system,#game,#app,#iot{
	margin-top:-100px;
  	padding-top:100px;
}

a.serv__skill {
	width: 800px;
	height: auto;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 10px;
	display: block;
	background-color: #244cb1;
	color: #FFF;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	margin: 30px 0;
}

.janp__box{
width: 100%;
height: 30px;
}
.serv__skill__box{
	width: 800px;
	height: auto;
	margin:0 auto; 
}
dl.serv__skill{
	width:800px;
	font-size: 16px;
	font-size: 1.6rem;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;

}
dl.serv__skill__top{
	border-top:1px solid #000;
}
dl.serv__skill dt, dl.serv__skill dd{
	padding:10px 16px;
	margin: 5px 0;
}
dl.serv__skill dt{
	width: 40px;
	border-right:1px solid #000;
	text-align: center;
	float: left;
}
dl.serv__skill dd{
	width: 760px;
	padding-left: 100px;
}

.serv__02{
	width: 1080px;
	height: 300px;
	/*margin-top: 30px;*/
}
.serv__02 img{float: left;}
.serv__02__text{
	width: 720px;
	height: 240px;
	padding: 30px;
	float: left;
	background-color: #FFF;
}

p.serv__game, p.serv__system, p.serv__app ,p.serv__iot{
	display: inline-block;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 3px;
	line-height: 32px;
	padding-right: 15px;
}
p.serv__system{
	color: #009be3;
	border-bottom: 3px solid #009be3;
}
p.serv__game{
	color: #84e000;
	border-bottom: 3px solid #84e000;
}
p.serv__app{
	color: #0029c2;
	border-bottom: 3px solid #0029c2;
}
p.serv__iot{
	color: #ff008a;
	border-bottom: 3px solid #ff008a;
}
p.serv__system__sub, p.serv__game__sub, p.serv__app__sub, p.serv__iot__sub{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
p.serv__system__sub{
	color: #009be3;
}
p.serv__game__sub{
	color: #84e000;
}
p.serv__app__sub{
	color: #0029c2;
}
p.serv__iot__sub{
	color: #ff008a;
}
p.serv__system__btn,p.serv__game__btn,p.serv__app__btn,p.serv__iot__btn{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px 20px;
	margin-top: 30px;
	color: #FFF;
	display: block;
	float: right;
	border-radius: 30px 30px 30px 30px;
	transition: .4s;
}
p.serv__system__btn{
	background-color: #009be3;
	border:2px solid #009be3;
}
p.serv__game__btn{
	background-color: #84e000;
	border:2px solid #84e000;
}
p.serv__app__btn{
	background-color: #0029c2;
	border:2px solid #0029c2;
}
p.serv__iot__btn{
	background-color: #ff008a;
	border:2px solid #ff008a;
}
p.serv__system__btn:hover{
	background-color: #FFF;
	color: #009be3;
}
p.serv__game__btn:hover{
	background-color: #FFF;
	color: #84e000;
}
p.serv__app__btn:hover{
	background-color: #FFF;
	color: #0029c2;

}
p.serv__iot__btn:hover{
	background-color: #FFF;
	color: #ff008a;
}


.contact__btn02{
	width: 1080px;
	height: 40px;
	margin: 0 auto;
	    /*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center; 
}

.contact__btn02 p{
	width: 220px;
	margin: 15px ;
	padding: 10px 15px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	border: 2px solid #244cb1;
	color: #244cb1;
	float: left;
	text-align: center;
	transition: .4s;
}

.contact__btn02 p:hover{
	background-color: #244cb1;
	color: #FFF;
}

/*product===========================================*/

.pro__01{
	width: 1080px;
	height: 300px;
	margin-top: 80px;
}
.pro__02{
	width: 1080px;
	height: 400px;
	margin-top: 80px;
}
.pro__03{
	width: 1080px;
	height: 450px;
	margin-top: 80px;
}
.pro__01 img, .pro__02 img, .pro__03 img{float: right;}/*w400px*/
.pro__01__text{
	width: 620px;
	height: auto;
	padding-right:30px;
	float: left;
	background-color: #FFF;
}
.pro__01__text p{height: 100%}

p.pro__title{
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 3px;
	line-height: 20px;
	margin-top: 6px;
}
p.pro__title2{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 3px;
	line-height: 20px;
	margin-top: 6px;
}
p.pro__title__sub{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
	color: #a0a0a0;
}
p.pro__btn{
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px 20px;
	margin-top: 30px;
	color: #FFF;
	display: block;
	float: left;
	border-radius: 30px 30px 30px 30px;
	transition: .4s;
	background-color: #1c225c;
	border:2px solid #1c225c;
}
p.pro__btn:hover{
	background-color: #FFF;
	color: #1c225c;
}
.pro__border{
	border-bottom:1px solid #e4e4e4;
	width: 600px;
	margin:45px auto 0 auto;
}

img.pro_app_icon{
	float: left;
	margin-right: 15px;
	}

/*recruit===========================================*/
.recruit__box{
	width: 1080px;
	height: auto;
	padding: 30px 30px;
	background-color: #FFF;
	margin-bottom: 30px;
}
.recruit__text{
	padding: 15px;
}

.recruit{
	width:1000px;
	border-top:0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	background-color: #FFF;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	display: block;
}
.recruit dt,.recruit dd{
	padding:16px;
	background-color: #FFF;
}
.recruit dt{
	width:20%;
	height: 100%;
	float:left;
	margin-right: 1%;
	font-weight: 700; 
}
.recruit dd{
	border-left:5px solid #FFF;
	overflow:hidden;
}
/*access===========================================*/

.access_01{
	width: 500px;
	height: 230px;
	float: left;
	background-color: #FFF;
	padding: 15px;
}
span.block{
	background-color: #111111;
	color: #FFF;
	padding: 2px 10px;
	width: 30px;
	margin-right: 15px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.access_02{
	width: 500px;
	height: 230px;
	float: right;
	background-color: #FFF;
	padding: 15px;
}
.access_02 ul{
	list-style-type: square;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	margin-left: 35px;
}



/*about===========================================*/

.about{
	width:100%;
	border-top:0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	background-color: #FFF;
	margin-bottom: 5px;
}
.about dt,.about dd{
	padding:16px;
	background-color: #FFF;
}
.about dt{
	width:20%;
	height: 100%;
	float:left;
	margin-right: 1%;
	font-weight: 700; 
}
.about dd{
	border-left:5px solid #f6f6f6;
	overflow:hidden;
}


/*footer===========================================*/

.bottom {
	width: 1080px;
	height: auto;
	background: #FFF;
	margin: 0 auto;
	padding: 60px 0;
	text-shadow: none;
	text-align: center;
}
.bottom__logo{
	margin: auto;
	margin: 0 0 30px 0;
}
.bottom__logo img{
	width: 120px;
	height: auto;
}

.footer__item {
	display: inline;/*横並び*/
	font-size: 14px;
	font-size: 1.4rem;
	color: #747474;
	text-decoration:none;
}
.footer__item a{color:#747474; }

}
.footer__item a:visited, .footer__item a:focus, .footer__item a:hover, .footer__item a:active {
	color: #7c7c7c;
}
.footer__item a:hover{
	opacity: .5
}

#footer {
	width: 100%;
	height: auto;
	padding-top: 5px;
	border-top: solid 0.5px #747474;
	color: #747474;
	text-align: center;

}

/* --- お問い合わせフォーム --- */
.contact__btn{
	width: 1080px;
	height: 40px;
	margin: 30px auto;
}
.contact__btn a{ 
	width: 150px;
	height: 40px;
	border:solid 0.1rem #838383;
	margin: 0  auto;
	display: block;
	background-color: #FFF;
	color: #000;
	/*▼中央左右上下揃え*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
}

.contact__btn a:hover , .contact__btn a:active{
	background-color: #244cb1;
	color: #FFF;
}

input[type=text] ,input[type=email] ,textarea[type=text]{
	width:500px;
	height:25px;
	border:0;
	padding:10px;
	border:solid 1px #ccc;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input#submit_button_send,input#submit_button_reset {
    width: 220px;
	margin: 15px ;
	padding: 10px 15px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	border: 2px solid #244cb1;
	color: #244cb1;
	float: left;
	text-align: center;
	transition: .4s;
}
input#submit_button_send:hover,input#submit_button_reset:hover {
	background-color: #244cb1;
	color: #FFF;
}

.submit_button{
	/*▼中央左右上下揃え*/
	display: flex;
	justify-content: center;
}

