﻿@charset "utf-8";
/* ===================================
	ボックス
=================================== */
.box_C {
	display: block;
	margin: 0 auto;
	width: 30%;
}
/* ===================================
	リスト
=================================== */

.ul_box {
	margin: 20px
}
ul.discl {
	list-style: disc;
	padding-left: 25px;
}
ul.discl li {
	font-size:1.0em;
}
ul.discl li p {
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}
/* ===================================
	マスク
=================================== */
.bg-mask {
	height: 100%;
	background: rgba(255,255,255,0.9);
	padding: 100px 0;
}

/* ===================================
contents_Area
=================================== */
.contents_Area_01 {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: center;
}
.textArea2 {
	width: 25%;
	padding: 10px;
}
/*.textArea2:nth-child(3n)  {
	border-right: none;
}
.textArea2:last-child {
	border-right: none;
}*/
.textArea2 img {
	text-align: center;
	width: 100%;
}
/*.textArea2 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight:bold;
	color: #555;
}
.textArea2 .text {
	text-align: center;
	margin-bottom: 50px;
}
.contents_Area_01 .textArea2 .btn {
	background-color: #555;
	color: #fff;
	width: 130px;
	padding: 5px 0;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
.contents_Area_01 .textArea2:hover .btn {
	background-color: #fff;
	color: #000;
}
.contents_Area_01 .textArea2 .btn {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 10px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
.contents_Area_01:hover a .textArea2 .btn {
	color: #000;
}*/
table th{
	text-align: right;
	font-size: 13px;
	width: 45%;
	color: #7f7f7f;
	padding-right: 20px;
}
table td{
	font-size: 14px;
	width: 55%;
	font-weight: bold;
	padding-left: 5px;
}
.table_top,.table_top td {
	border-spacing: 20px;
	padding-top: 20px;
}
.table_bottom,.table_bottom td {
	border-bottom: 1.8px dashed #a5a5a5;/*dashed破線*//*dotted点線*/
	padding-bottom: 20px;
}
/* ===================================
	作品集横スクロール
=================================== */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 500px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    /*height: 600px;*/
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 250px;
    height: 600px;
    float: left;
	margin-right: 20px;
    display: inline;
    overflow: hidden;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}