@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

a:hover img.imgHover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.red {color: #ff0000;}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#main .pageTop .pageTopBox {
	height: 51px;
}

#main .pageTop {
	clear: both;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	display: none;
	z-index: 8000;
}

#main .pageTop span {
	padding-right: 15px;
	font-size: 1.4em;
	display: none;
}

#main .pageTop a:hover span {
	display: inline-block;
}

#main .pageTop a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .pageTop img {
	vertical-align: middle;
}

#main .pageFixed {
	position: fixed;
	bottom: 50px;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 53px;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	padding: 0 5% 0 5%;
}

#main h2 span {
	padding-left: 17px;
	background: url(../../img/common/icon/icon02.gif) no-repeat left 10px;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	min-height: 270px;
	clear: both;
	border-bottom: 7px solid #000000;
}

.mainVisual video {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
	position: relative;
}

#videoArea {
	margin: -2px 0;
}

/*------/スクロールで表示---------------*/
#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}





@media screen and (max-width: 767px)
{
.main-contents {
	padding: 0 5% 0 5%;
	width:auto;
}

.mainVisual {
	background: url(../../img/index/top.jpg) 100% no-repeat;
	height: 100%;
	width:100%;
	background-size: cover;
}
.mainVisual .pho {
position: absolute;
    left: 0;
    top: 165px;
}
	
.mainVisual .pho img {
	width:80%;
}
video {
	display: none !important;
	width:100%;
}
#container {
  	width:100%;
}
#main .linkList01 {
	width: 100%;
}

#main .linkList01 li .pho img.space1 {
	padding: 46px 0 0px 0;
}

#main .linkList01 li {
	float:none;
	margin: 0 auto;
}
#main .linkList02 {
	width: 120px;
}

#main .linkList02 li {
	float:none;
	margin: 0 auto;
	padding: 0 0 27px 0;
}
#main .linkList02 li img {
	width:100%;
}


#gNavi {
	display: none;
}

#footer .fBox {
    margin: 0 auto;
    padding: 0 5% 24px 5%;
}
#footer .fBox .fNavi {
    margin: 20px 0 0 0;
}
#footer .fBox .fNavi li:first-child {
    padding-left: 0px;
}
#footer .fBox .fNavi li {
    padding-left: 10px;
}
#footer .fBox .fNavi li img {
    width:80%;
	height:80%
}
#main h2 {
	margin-bottom: 23px;
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	padding: 0 5% 0 5%;
}

#main .tableBox {
	width: auto;
}
#main .tableBox th {
	width:30%;
}

#main .textList {
    margin: 0 auto;
    width: auto;
	padding: 0 5% 0 5%;
}

#main .mailForm {
	margin: 0 auto;
	width: auto;
	padding: 0 5% 0 5%;
}

.kakuninText {
	width: auto;
}


.service-contents {
	width:auto;
	margin: 0 auto;
	padding: 0 5% 0 5%;
}
.list-column-3 > li .thumb {
    text-align: center;
}
.list-column-3 > li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
}
#main .imgBox .textBox .subBox {
   padding: 0 0 0 0;
}

#main .comInner .imgBox .textBox .subBox {
   padding: 0 0 0 0;
}
	.img100 {
	width: 100%;
}
	.supple {
		width: auto;
		margin:0;
	}

}
@media screen and (max-width: 991px) and (min-width: 768px)

{
.service-contents {
	width:auto;
	padding: 0 5% 0 5%;
}
.list-column-3 > li {
    width: 31.25%;
    margin-left: 3.125%;
}
.list-column-3 > li:nth-child(3n-2) {
    clear: both;
    margin-left: 0;
}






}

