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

/*共通設定*/


/*リンクボタンデザイン*/
 .link_box{
	font-size: 16px;
	font-weight: bold;
	background: #6A4AA0;
	color: #fff;
	padding:10px 80px;
	margin: 30px 0;
	display: inline-block;
	}
.link_box:hover{
	background: #6A4AA0;
	text-decoration: none;
	color: #fff;
	}
/*ボタンデザイン*/
.button {
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
 .button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	background-color: #6A4AA0;
	border: 2px solid #6A4AA0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding:10px 80px;
	margin: 30px 0;
}
.button:hover {
	background-color: #fff;
	border-color: #6A4AA0;
	color: #6A4AA0;
	text-decoration: none;
}
/*3トピックス*/
.three a:hover h4{
	color: #6A4AA0;
	}
.three a:hover p{
	color: #6A4AA0;
	text-decoration: underline;
	}


/*フェードイン*/
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	width: 100%;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 2つ目の要素に200msのdelayをかける */
#effect2 > div .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
#effect2 > div .fadein:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }
/*--------------------------------*/

.u_line h3{
	text-align: center;
	font-size: 38px;
	color: #444;
	margin: 30px 0 10px 0;
	padding: 0;
	clear: both;
	font-weight: normal;
	}
.line{
	width: 500px;
	margin: 0 auto;
	height: 5px;
	background: url(../img/stripe_bk.gif) repeat-x;
	margin-bottom: 40px;
	}
.u_line p{
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 25px;
	color: #444;
}


/*--------------------------------*/
/*事業紹介*/
#service_bg{
	background: #fff;
	width: 100%;
	margin-top: 50px;
	overflow: auto;
	padding-top: 10px;
	}
#service{
	width: 980px;
	margin: 30px auto;
	overflow: auto;
	}
/*製品紹介*/
#product{
	background: #fff;
	width: 100%;
	overflow: auto;
	padding: 20px 0;
	margin: 30px 0;
	}
/*その他*/
#other_bg{
	background: #e6e3dc;
	width: 100%;
	overflow: auto;
	}
#other{
	width: 980px;
	margin: 40px auto;
	overflow: auto;
	}
#other img{
	width:220px;
	height:220px;
	border-radius:900px;
	}
	
	
/*トピックレイアウト*/
.topic_left{
	width: 300px;
	margin-left :  100px;
	float: left
	}
	
	
.topic_center{
	width: 100px;
	margin: 40 0px;
	float: left;
	}

.topic_right{
	width: 300px;
	margin-left :  150px;
	float: left
	}
	
.topic_right a,
.topic_left a{
	display: block;
}


.topic_left h4,
.topic_right  h4,
.topic_center h4{
	text-align: center;
	font-size: 20px;
	color: #444;
	margin-top: 10px;
	}
	
.topic_left a:hover p,
.topic_right a:hover p,
.topic_center a:hover p{
	text-decoration: underline;
	}
	
	
	
.scale{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
a:hover .scale img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.topic p,
.topic_center p{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color: #444;
	margin-top: 3px;
	}

/*サークルレイアウト*/
#circle_bg{
	background: #fff;
	width: 100%;
	overflow: auto;
	}
#circle{
	width: 1000px;
	margin: 20px auto;
	overflow: auto;
	}
#circle a:hover h4{
	color: #6A4AA0;
	}
#circle a:hover p{
	color: #6A4AA0;
	text-decoration: underline;
	}
#circle img{
	width:250px;
	height:250px;
	border-radius:900px;
	}
.maru_fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.maru_fade:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.maru{
	width: 260px;
	margin-left:10px;
	float: left;
	}
.maru_center{
	width: 260px;
	margin: 0 80px;
	float: left;
	}
.maru a{
	display: block;
}
.maru h4,.maru_center h4{
	text-align: center;
	font-size: 20px;
	color: #444;
	margin-top: 10px;
	}
.maru p,.maru_center p{
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	color: #444;
	margin-top: 3px;
	}
.maru a:hover h4,.maru_center a:hover h4{
	color: #6A4AA0;
	}
.maru a:hover p,.maru_center a:hover p{
	color: #6A4AA0;
	}


/*製品情報*/
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 250px;
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
