@charset "utf-8";

/* フォント ********************************************************************/

/* 全体 */
body
/*{ font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }*/
{ 
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:98%;
    line-height:2;
    color: #000;
	background: url('../images/body_bg.png')repeat;
	overflow-x: hidden;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',Helvetica,sans-serif;margin: 0;padding: 0; }
div{margin: 0;padding: 0; }
p{margin: 0;padding: 0; }
ul{margin: 0;padding: 0; list-style: none;}ul li{margin: 0;padding: 0;}
/* 入力テキスト */
input,
select,
textarea { font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }
* html input,
* html textarea { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

/* リンク *********************************************************************/

/* 共通 */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

/* リンク画像マウスオーバー */
a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}

/* 画像リンクの枠線を消す */
a img,
button{
    outline:0;
    border:none;
}

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

/* その他 **********************************************************************/セカンダリー

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.errMsg { color:red; }
.cf:before,.cf:after {
    content: " ";
    display: table;
}
.cf:after { clear: both; }
.cf { *zoom: 1; }
.mb15{
	margin-bottom: 15px;
}

/* レイアウト **********************************************************************/

body{
    width: 100%;
}

header,
#wrapper{
    width: 100%;
}

/* #header */
.header_wrap{
	background: #252525;
        overflow: hidden;
        width: 100%;
}
nav{
    display: block;
	width: 1200px;
	position: relative;
        margin: 0 auto;
        height: 70px;
}
#g_nav{
        width: 100%;
	padding: 20px 0 20px 0;
	background: #252525;
}

#g_nav li{
	float: left;
	color: #fff;
	margin-left: 40px;
}
.mainImg_wrap{
    width: 100%;
    height: 800px;
    background: url(../images/mainImg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.mainImg_wrap:after{
    position: absolute;
    background: url(../images/main_bottom.png) no-repeat bottom center;
    height: 30px;
    width: 100%;
    bottom:10px;
    left: 0;
    content:'.';
    color: transparent;
    z-index: 999;
}
#mainImg{
        width: 1200px;
        height: 800px;
	position: relative;
        margin: 0 auto;
}

#mainImg .logo{
	width: 172px;
	height: 172px;
	position: absolute;
	top:20px;
	right: 20px;
        display: block;
}
#mainImg:after{
    display: block;
    width: 172px;
    position: absolute;
    top:202px;
    right: 20px;
    text-align: center;
    content: '詳しくはこちらをクリック';
    color: #000;
    font-size: 90%;
    background-color: rgba(255,255,255,0.6);
    border-radius: 2px;
}

#concept{
	width: 100%;
	position: relative;
	background: url(../images/bg_concept.jpg) no-repeat top center;
	margin-top: -40px;
	height: auto;
}

#concept .conceptIn{
	width: 960px;
	margin: 0 auto 80px;
	padding-top: 120px;
	overflow: hidden;
}

#concept .conceptIn .left{
	width: 240px;
	padding-left: 150px;
	float: left;
}

#concept .conceptIn .left h2{
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
}

#concept .conceptIn .left h2 span{
font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-style: italic;
	color: #808080;
	display: block;
	font-size: 14px;
}

#concept .conceptIn .right{
	width: 550px;
	float: right;
	line-height: 1.6;
}

#concept .conceptIn .right h3{
	font-size: 36px;
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#product{
	background: #F8F8F6;
}
#product_h2{
    clear: both;
}
#product_h2 h2,
#product h2,
#faq h2,
#appli h2,
#contact h2{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	color: #c8c8c8;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: italic;
	font-size: 100px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 40px;
}
#product_h2 h2{
    padding-top: 80px;
}

#product_h2 span,
#product h2 span,
#faq h2 span,
#appli h2 span,
#contact h2 span{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	color: #393939;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: block;
	font-size: 36px;
	font-style: normal;
}
#product_h2 p{
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
#product p{
	width: 960px;
	text-align: center;
	margin: 0 auto 110px;
}

.product_wrapper{
	overflow: hidden;
	padding-bottom: 110px;
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
}

.product_wrapper h3{
	text-align: center;
	font-family: '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	margin-bottom: 36px;
}

.product_wrapper h3 span{
	text-align: center;
	display: block;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: normal;
}

.product_wrapper li{
	width: 33.333%;
	float: left;
	background: #F8F8F6;
}

.award_wrapper{
	width: 1200px;
	background: transparent;
	padding-bottom: 60px;
        margin: 0 auto;
        overflow: hidden;
}

.award_wrapper li{
	width: 33.333%;
	float: left;
        background: transparent;
}

.award_wrapper li h4{
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 20px;
	position: relative;
}

.award_wrapper li h4 span{
	text-align: center;
	display: block;
	font-size: 14px !important;
	font-weight: normal;
}

.award_wrapper li h4:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #EBEBED;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -6px;
    position: absolute;
    left: 50%;
    top: -60%;
}

#mister{
	background: url(../images/bg_mister.gif) repeat;
}

#mister h2{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	color: #c8c8c8;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-style: italic;
	font-size: 100px;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 30px;
	padding-top: 80px;
}

#mister h3{
	width: 960px;
	text-align: center;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	line-height: 1.6;
	margin-bottom: 30px;
}

#mister p.lead{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	padding-bottom: 110px;
}

#mister .profile{
    width: 100%;
    overflow: hidden;
}
#mister .profile ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#mister .profile li{
	width: 50%;
	float: left;
        padding: 20px 0;
        overflow: hidden;
}

#mister .profile li h4{
	font-size: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#mister .profile li h4 span.title{
	font-size: 18px;
	margin-right: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#mister .profile li h4 span.eng{
	font-size: 12px;
	margin-left: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#mister .profile .text{
	background: #fff;
	width: 60%;
	padding: 20px 15% 0 19%;
}

#mister .profile li video{
	width: 100%;
	height: auto;
}


#mister .award{
	overflow: hidden;
	background: url(../images/bg_award.jpg) no-repeat top center;
}


#faq{
	margin-bottom: 110px;
}

dl {
	width: 960px;
	margin: 0 auto;
}

dl.first {
	border-bottom:1px solid #dededc;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

dt {
  float : left;
  clear : both;
  width : 21px;
   /* 上線のみ表示 */
  font-weight : bold;
  padding : 5px;
}
 
dd {
  /* dtの幅だけ横にずらす */
  margin-left : 31px;
  padding : 5px;
}

#appli{
	width: 960px;
	margin:  0 auto 120px;
	overflow: hidden;
}

#appli .left{
	width: 560px;
	float: left;
}

#appli .left h3{
	font-size: 30px;
	margin-bottom: 15px;
}

#appli .download{
	margin: 20px 0 0 0;
}


#appli .download li{
	float: left;
	width: 197px;
}

#appli .download li.mr20{
	margin-right: 20px;
}

#appli .right{
	width: 360px;
	float: right;
}

#contact{
    width: 960px;
    margin: 0 auto;
}
#contact p{
	text-align: center;
}

#contact p.mb15{
	margin-bottom: 15px;
}

b.c-title-A{
	text-align: center;
}

b span{
	display: block;
}

.top-links_txt txt1{
	text-align: center;
}

.text-center{
	margin: 0 auto;
	text-align: center;
}

.btn{
  display: inline-block;
  width: 200px;
  margin: 45px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
}

.hover:hover {
  border: 1px solid #000;
  background: #000;
color: #fff;
}

.txt1 {
    padding: 70px 15% 0 19%;
}

.profile{
	overflow: hidden;
	background-color: #fff;
}

#footer{
	width: 100%;
	background: #000;
	margin-top: 110px;
}

#footer .copyright{
	color: #fff;
	padding: 20px 0 20px 0;
	text-align: center;
}

#contact h2{
    padding: 80px 0 80px;
    text-align: center;
    font-size: 240%;
    font-style: oblique;
    font-weight: 500;

}
#contact .content_wrap{
    overflow: hidden;
    margin-bottom: 80px;
}
#contact table{
    width: 100%;
    border-collapse: collapse;
}
#contact table th,
#contact table td{
    vertical-align: top;
    padding: 10px 0;
}
#contact table th{
    text-align: left;
    font-weight: normal;
    width: 30%;
}
#contact table td{
    width: 70%;
}
#contact table td input,
#contact table td textarea{
    width: 100%;
    padding: 8px;
    font-size: 16px;
}
#contact table td textarea{
    height: 10em;
}
#content6 input[type="button"]{
    display: block;
    width: 345px;
    height: 55px;
    margin: 40px auto 50px;
    background: #55729C;
    border: none;
    outline: none;
    color: #fff;
    font-size: 160%;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 0.3em;
}