@charset "UTF-8";
/* ===================================================================

	about CSS

=================================================================== */
h6 {
  margin: 0 0 30px 0;
}

.about_area{
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}
.about_set{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_set .col1{
	width: 19%;
	margin: 0;
	padding: 0;
}
.about_set .col2{
	width: 75%;
	margin: 0;
	padding: 0;
}
.contributor{
	width: 100%;
	margin: 0 0 30px 0;
}
.contributor .affile{
	font-size: 1.4rem;
	display: block;
	line-height: 1.3;
}
.contributor .name{
	font-size: 1.8rem;
	display: block;
}

@media all and (max-width: 767px){
	.about_set{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.about_set .col1{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.about_set .col1 img{
	max-width: 60%;
	margin: 0 auto 0;
	padding: 0;
}
.about_set .col2{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
}

.about_area table {
	margin: 0 auto 30px;
	table-layout: fixed;
	border-collapse: collapse;
	border: #ddd solid 1px;
	font-size: 100%;
	width: 100%;
}

.about_area table th,
.about_area table td {
	border: #ddd solid 1px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 1em 1em;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}

.about_area table th {
	background-color: #f2ebe3;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
}

.about_area table td {
	background-color: #fff;
}
.about_area table td.bgcolor{
	background-color: rgb(238, 238, 238);
	text-align: center;
	vertical-align: middle;
}
.about_area table td.bgcolor02{
	background-color: rgba(123, 201, 201, 0.1);
	text-align: center;
	vertical-align: middle;
}
figure img{
	margin: auto;
}
@media all and (max-width: 767px){
.about_area table,
.about_area table tbody,
.about_area table tr,
.about_area table th,
.about_area table td {
	display: block;
	width: auto;
}
.about_area table {
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.about_area table th {
	border-top: none;
	padding: .5em 1em;
}
.about_area table td {
	border-top: none;
}
.line01{
	display: none !important;
}
tr.line01 th:first-child{
	width: 100%;
}
tr.line01 th:nth-child(2){
	width: 100%;
}
}



/*-------------------------------*/
div.wrapKOPIPE{
	border-radius:15px;
	margin:20px 0;
	background:#eff5f6;
	border:5px solid #e5eeef;
	padding:20px;
}
/*-------------------------------*/
div.ttl{
	margin:0 0 20px 0;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.0;
}
div.wrapHINAGATA p{
	margin:0 0 30px 0;
	font-size:1.6rem;
	line-height:1.6;
	padding: 0 0 0 4em;
	text-indent: -4em;
	display: block;
}
div.wrapHINAGATA p.ind{
	padding: 0 0 0 1em;
	text-indent: -1em;
}

div.wrapHINAGATA p a{
	color: #b38a56;
}
div.wrapHINAGATA ul{
	margin:20px 0 0 30px;
}
div.wrapHINAGATA ul li{
	list-style:outside decimal;
	font-size:1.6rem;
	line-height:140%;
	margin:10px 0 0 0;
}
div.wrapHINAGATA ul li ul{
	margin:15px 0 10px 10px;
}
div.wrapHINAGATA ul li ul li{
	list-style:outside none;
	margin-left:20px;
	text-indent:-1.5em;
}
div.wrapHINAGATA ul.child{
	margin:15px 0 0 10px;
}
div.wrapHINAGATA ul.child li{
	list-style:outside none;
	margin-left:45px;
	text-indent:-1.7em;
}
div.wrapHINAGATA p.tR{
	margin:30px 0 0 0;
	font-size:1.6rem;
	line-height:140%;
	text-align:right;
}
div.wrapHINAGATA ul li ul li ol li{
	list-style:outside lower-roman;
	margin-left:20px;
	text-indent:-0.2em;
}
div.wrapHINAGATA ol{
	margin:0 0 30px 4em;
}
div.wrapHINAGATA ol li{
	list-style:outside decimal;
	font-size:1.6rem;
	line-height:140%;
	margin:0 0 10px 0;
}
div.wrapHINAGATA ol li ol{
margin-bottom: 20px;
}
div.wrapHINAGATA ol li ol li{
font-size: 100%;
}
/*-------------------------------*/
div.wrapKOPIPE pre{
	width:620px;
	max-height:500px;
	overflow:scroll;
	background:#ffffff;
}
div.wrapKOPIPE code{
	display:block;
	padding:10px 20px;
}
/*-------------------------------*/
ul.tab li{
	display:inline;
	font-size:1.6rem;
	line-height:140%;
}
/*-------------------------------*/
/*end*/
