﻿@charset "UTF-8";

/* ===================================
	File Name   : module.css
	Description : Each parts settings
	
	Update Description :
	[2018/7/27] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Switch
	2. margin / padding
	3. Font Style
	4. Box Layout
	5. Table Style
	6. Card Layout (dropdown)
	7. Lower Information
	8. Contacts Flexbox
	9. Video

====================================== */


/*===== ■1. Switch =====*/
.pc { display: block;}
.block { display: block;}
.sp { display: none;}

@media only screen and (max-width: 750px){
	.pc { display: none;}
	.sp { display: block;}
}



/*===== ■2. margin / padding =====*/
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}

.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}

.mlr05 { margin: 0 5px;}
.mlr10 { margin: 0 10px;}
.mlr15 { margin: 0 15px;}
.mlr20 { margin: 0 20px;}

.mtb10 { margin: 10px 0;}
.mtb20 { margin: 20px 0;}
.mtb30 { margin: 30px 0;}
.mtb40 { margin: 40px 0 ;}

.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.pd05 { padding: 5px;}
.pd10 { padding: 10px;}
.pd15 { padding: 15px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
.pd40 { padding: 40px;}
.pd50 { padding: 50px;}

.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}

.w10 { width: 10%;}
.w15 { width: 15%;}
.w20 { width: 20%;}
.w25 { width: 25%;}
.w30 { width: 30%;}
.w35 { width: 35%;}
.w40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w70 { width: 70%;}
.w75 { width: 75%;}
.w80 { width: 80%;}
.w90 { width: 90%;}
.w100 { width: 100%;}

.floatr { float: right;}
.floatl { float: left;}

.indent07{
padding-left: 1.0em;
text-indent: -0.7em;
}
.indent27{
padding-left: 3.0em;
text-indent: -2.7em;
}
.indent1{
padding-left: 1.0em;
text-indent: -1.0em;
}
.indent2{
padding-left: 2.0em;
text-indent: -2.0em;
}
.indent3{
padding-left: 3.0em;
text-indent: -3.0em;
}

.indentation1 {
text-indent: 1.0em;
}

@media only screen and (max-width: 750px){
	.pc { display: none;}
	.sp { display: block;}
	
	.mb25,
	.mb30 { margin-bottom: 20px;}
	
	.mr15,
	.mr20 { margin-right: 10px;}
	
	.mlr15,
	.mlr20 { margin: 0 10px;}
	
	.ml05sp { margin-left: 5px;}
	.ml10sp { margin-left: 10px;}
	.ml15sp { margin-left: 15px;}
	.ml20sp { margin-left: 20px;}

	.mr05sp { margin-right: 5px;}
	.mr10sp { margin-right: 10px;}
	.mr15sp { margin-right: 15px;}
	.mr20sp { margin-right: 20px;}

	.mlr05sp { margin: 0 5px;}
	.mlr10sp { margin: 0 10px;}
	.mlr15sp { margin: 0 15px;}
	.mlr20sp { margin: 0 20px;}
	
	.mtb10sp { margin: 10px 0;}
	.mtb20sp { margin: 20px 0;}
	.mtb30sp { margin: 30px 0;}
	.mtb40sp { margin: 40px 0 ;}
	
	.mb05sp { margin-bottom: 5px;}
	.mb10sp { margin-bottom: 10px;}
	.mb15sp { margin-bottom: 15px;}
	.mb20sp { margin-bottom: 20px;}
	.mb25sp { margin-bottom: 25px;}
	.mb30sp { margin-bottom: 30px;}
	
	.pd00sp { padding:  0px;}
	.pd05sp { padding: 10px;}
	.pd10sp { padding: 10px;}
	.pd15sp { padding: 15px;}
	.pd20sp { padding: 20px;}
	.pd30sp { padding: 30px;}
	.pd40sp { padding: 40px;}
	.pd50sp { padding: 50px;}
	
	.w10sp { width: 10%;}
	.w15sp { width: 15%;}
	.w20sp { width: 20%;}
	.w25sp { width: 25%;}
	.w30sp { width: 30%;}
	.w35sp { width: 35%;}
	.w40sp { width: 40%;}
	.w50sp { width: 50%;}
	.w60sp { width: 60%;}
	.w70sp { width: 70%;}
	.w80sp { width: 80%;}
	.w90sp { width: 90%;}
	.w100sp { width: 100%; }
}


/*===== ■3. Font Style =====*/
.red { color: #c00;}
.white { color: #fff;}
.gray { color: #636262;}
.lightgray01 { color: #ccc;}
.lightgray02 { color: #ebebeb;}
.bol { font-weight: bold;}

.fs09em { font-size: 0.9em;}
.fs10 { font-size: 1.0rem;}
.fs12 { font-size: 1.2rem;}
.fs14 { font-size: 1.4rem;}
.fs16 { font-size: 1.6rem;}
.fs18 { font-size: 1.8rem;}
.fs20 { font-size: 2.0rem;}
.fs24 { font-size: 2.4rem;}
.fs26 { font-size: 2.6rem;}
.fs28 { font-size: 2.8rem;}
.fs30 { font-size: 3.0rem;}
.fs32 { font-size: 3.2rem;}
.fs34 { font-size: 3.4rem;}
.fs36 { font-size: 3.6rem;}

.left { text-align: left;}
.center { text-align: center;}
.center_img { text-align: center;}
.right_img { text-align: right;}
.right { text-align: right;}
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.opensans {	font-family: 'Open Sans', sans-serif;}

.flow_txt {
 font-weight: bold;
 padding: 20px;
 background-color: #ebebeb;
 border: solid #ccc 1px;
 text-align: center;
 margin-bottom: 15px;
 margin-top: 5px;
 font-size: 2.0rem;}


li.dotlist{
list-style: disc inside;
padding-left: 1.0em;
text-indent: -1.0em;
}

.border{
border: solid 1px #999999;
padding: 10px 10px 10px 25px;
background: url(/img/common/arr_01.png) no-repeat center;
background-position-x: 10px;
}

.arr{
padding: 5px 5px 3px 20px;
background: url(/img/common/arr_01.png) no-repeat center;
background-position-x: 5px;
}

#main_wrapper #top_first { margin: 30px 0 20px 30px;}

#news { background-color: #fff; }

#news > div:first-of-type{ margin-bottom: 20px;}

#news h4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	background: #ccc;
}

#news h4 em {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 10px;
	background: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'Open Sans', sans-serif;
}

#news h4 a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 10px 0 20px;
	background: #636262;
	color: #fff;
	line-height: 1;
}
#news h4 a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	transform: translateY(-50%);
	content: '';
}

#news ul { margin: 0 5px 20px;}

#news li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(99,98,98,1);
}
#news li:last-child {
	margin: 0;
	border: none;
}

#news li a {
	display: block;
	position: relative;
	padding: 5px 0 5px 35px;
	font-weight: 600;
	font-size: 1.4rem;
}
#news li a.new::before {
	position: absolute;
	top: 8px;
	left: 0;
	border: 0 solid transparent;
	border-right: 32px solid transparent;
	border-top: 40px solid #c00;
	content: '';
}
#news  li a::after { display: none;}
#news  li a.new::after {
	display: block;
	position: absolute;
	top: 8px;
	left: 2px;
	margin-left: 0;
	background: none;
	color: #fff;
	font-weight: normal;
	font-size: 1.0rem;
	font-family: 'Arial Narrow', Arial, Helvetica, "sans-serif";
	content: 'NEW';
}

#news li a:hover {
	background: rgba(99,98,98,.25);
	color: inherit;
	text-decoration: none;
	opacity: 1;
}

#news li a time {
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
}

#news li a time span {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 90px;
	margin-left: 5px;
	padding: 3px 0 2px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
#news li a time span.sanups { background: #b8183f; color:#fff;}
#news li a time span.sanace { background: #ddb900; color:#fff;}
#news li a time span.sanmotion { background: #395daa; color:#fff;}
#news li a time span.info { background: #636262; color:#fff;}

#news li a p {
	position: relative;
	line-height: 1.4;
}
#news li a[target="_blank"] p::after {
    margin-left: 5px;
    font-family: 'icon';
    content: "\e900";
}
#news li a[href$=".pdf"] p::after {
	position: absolute;
	bottom: 2px;
	width: 16px;
	height: 14px;
	margin-left: 5px;
	background: url(/img/common/ico-pdf.png) no-repeat right center / 16px auto;
	content:'';
}

#news > a {
	max-width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px){
	#main_wrapper #top_first { margin: 0px;}

	#main_wrapper #top_first > div { margin: 0 10px;}
	
	#news li a:hover {
		background: inherit;
	}
	.tab-none{
	display: none;
	}
}

.new{
	color:#666;
	/*background:#fff;*/
	font-size:80%;
	font-weight:bold;
	margin-left:5px;
	padding:2px 5px;
	display:inline-block;
	line-height:1em;
	vertical-align:text-bottom;
}

.year_navi{
	margin-bottom:20px;
}
.year_navi .yearSelect{
	margin-bottom:20px;
	float:left;
}

#select-category{
	top:0;
	position: relative;
	float: right;
	top: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

#title.crt_year{
	clear:both;
}

select#select-year_s{
	font-size:1em;
}

#select-year_s option{
	padding:2px;
}


.sitemap li{
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 15px;
	list-style-image: url('/img/common/arr_01.png');
	list-style-position: inside;
	padding: 0 0 10px 10px;
}


.sitemap ul{
	margin-left: 10px;
}
.arr_02 li{
	background: url('/img/common/arr_02.png')  no-repeat left 7px;
	padding-left: 15px;
	margin-top: 10px;
	border-bottom: none;
	width: calc(25% - 10px);
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 750px){
.arr_02 li{
	width: calc(50% - 10px);
}
}

ol {
	padding-left:25px;
	list-style-type: decimal;
}
ol li {
	margin-bottom: 10px;
}
/* Product News BackNo. */

#select-category .tab li{
	color:#fff;
	width:8.8em;
	line-height:2.2em;
	text-align:center;
	font-weight:bold;
	margin-top:2px;
}

#select-category .tab .li01{
	background:#40A059;
	border:1px solid #40A059;
}

#select-category .tab .li01.select,
#select-category .tab .li01:hover{
	color:#40A059;
	background:#E3F1E6;
}
#select-category .li01 a{
	color:#fff;
	text-decoration:none;
	display: block;
}

#select-category .li01 a:hover{
	color:#40A059;
	text-decoration:none;
	display: block;
}
#select-category .tab .li02{
	background:#DDB900;
	border:1px solid #DDB900;
}

#select-category .li02 a{
	color:#fff;
	text-decoration:none;
	display: block;
}

#select-category .li02 a:hover{
	color:#DDB900;
	text-decoration:none;
	display: block;
}

#select-category .tab .li02.select,
#select-category .tab .li02:hover{
	color:#DDB900;
	background:#FAF5D9;
}

#select-category .tab .li03{
	background:#B8183F;
	border:1px solid #B8183F;
}

#select-category .tab .li03.select,
#select-category .tab .li03:hover{
	color:#B8183F;
	background:#F4DDE2;
}
#select-category .li03 a{
	color:#fff;
	text-decoration:none;
	display: block;
}

#select-category .li03 a:hover{
	color:#B8183F;
	text-decoration:none;
	display: block;
}
#select-category .tab .li04{
	background:#395DAA;
	border:1px solid #395DAA;
}

#select-category .tab .li04.select,
#select-category .tab .li04:hover{
	color:#395DAA;
	background:#E1E7F2;
}
#select-category .li04 a{
	color:#fff;
	text-decoration:none;
	display: block;
}

#select-category .li04 a:hover{
	color:#395DAA;
	text-decoration:none;
	display: block;
}

@media only screen and (max-width: 750px){
	#select-category, select-year_s{
		float: left;width: 100%;margin:0!important
	}
	
	#select-category .tab li{
		color:#fff;
		width:50%;
		line-height:2.2em;
		text-align:center;
		font-weight:bold;
	
	}
}

.distributor_c {
    background-color: #DDB900;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.distributor_p {
    background-color: #B8183F;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.distributor_s {
    background-color: #395DAA;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.nowrap{
    white-space: nowrap;
}
/* Information BackNo. */

#select-category .tab02 li{
	color:#fff;
	width:7em;
	line-height:2.2em;
	text-align:center;
	font-weight:bold;
	margin-top:2px;
	background:#666;
	border:1px solid #666;
}

#select-category .tab02 li.select,
#select-category .tab02 li:hover{
	color:#666;
	background:#eee;
}

#select-category .tab02 .li02{
	background:#CC6600;
	border:1px solid #CC6600;
}

#select-category .tab02 .li02.select,
#select-category .tab02 .li02:hover{
	color:#CC6600;
	background:#FAEFE5;
}

#select-category .tab02 .li03{
	background:#A21377;
	border:1px solid #A21377;
}

#select-category .tab02 .li03.select,
#select-category .tab02 .li03:hover{
	color:#A21377;
	background:#F6E7F1;
}

#select-category .tab02 .li04{
	background:#641A50;
	border:1px solid #641A50;
}

#select-category .tab02 .li04.select,
#select-category .tab02 .li04:hover{
	color:#641A50;
	background:#E8DDE5;
}

#select-category .tab02 .li05{
	background:#545A8E;
	border:1px solid #545A8E;
}

#select-category .tab02 .li05.select,
#select-category .tab02 .li05:hover{
	color:#545A8E;
	background:#E6E6EE;
}

/*#select-category .tab02 .li06{
	background:#253E72;
	border:1px solid #253E72;
}

#select-category .tab02 .li06.select,
#select-category .tab02 .li06:hover{
	color:#253E72;
	background:#DFE2EA;
}*/

#select-category li {
float: left;
margin: 0px;
padding: 0px;
}

.release-title {
	border-bottom:1px solid #666;
	font-size: 20px;
	margin-bottom:20px;

}
.release-text01 {
	background:#eee;
	margin: 40px 0 20px 0;
	padding: 5px;
	font-weight: bold;
	border-bottom:1px solid #ccc;
}
h3.release-text01 {
	font-size: 1.6rem;
	line-height: 1.5;
    font-family: Arial,sans-serif;
    text-align: left;
}

@media only screen and (max-width: 750px){
	.center,
	.right { text-align: left;}
	
	.centersp { text-align: center;}
	.rightsp { text-align: right;}
	
	.fs10sp { font-size: 1.0rem;}
	.fs12sp { font-size: 1.2rem;}
	.fs14sp { font-size: 1.4rem;}
	.fs16sp { font-size: 1.6rem;}
	.fs18sp { font-size: 1.8rem;}
	
	h3.release-text01 { font-size: 1.4rem; }
}

sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

nobor{
	text-decoration:none;
}

.indent01{
	text-indent: -1em;
	margin-left: 40px;
	margin-bottom: 10px;
}

.cgtext{
    font-size: 0.8em;
    width: 80%;
    margin: 15px auto;
}


/*===== ■4. Box Layout =====*/
#main_wrapper .officers_box2.sp{ display: none; }
#main_wrapper .officers_box2 .en{ display: none; }

#main_wrapper .flex1 {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: flex-start;
}
#main_wrapper .wrapper.directors .flex1 span.audit_supervisory_board,
#main_wrapper .wrapper.directors .flex1 span.operating_officers { display:none; }
#main_wrapper .wrapper.audit_supervisory_board .flex1 span.directors,
#main_wrapper .wrapper.audit_supervisory_board .flex1 span.operating_officers { display:none; }
#main_wrapper .wrapper.operating_officers .flex1 span.directors, 
#main_wrapper .wrapper.operating_officers .flex1 span.audit_supervisory_board { display:none; }

#main_wrapper .flex2,
#main_wrapper .flex3,
#main_wrapper .flex4,
#main_wrapper .flex5,
#main_wrapper .officers_box2,
#main_wrapper .user_info_box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main_wrapper .flex2 > * { width: calc(50% - 10px);}
#main_wrapper .flex3 > * { width: calc(32.5% - 10px);}
#main_wrapper .flex4 > * { width: calc(25% - 10px);}
#main_wrapper .flex5 > * { width: calc(20% - 10px);}
#main_wrapper .officers_box2 > * { width: calc(50% - 20px);}
#main_wrapper .user_info_box2 > * { width: calc(50% - 20px);}


#main_wrapper .user_info_box2 li.btn {
	margin: 10px;
	border: 1px solid #ccc;
}
#main_wrapper .user_info_box2 li.btn a {
	display: block;
	height: 100%;
}

.bgred { background: rgba(204,0,0,.15);}
.bggray { background: #636262;}
.bglightgray { background: #ebebeb;}

.border_b{
 border-bottom: solid #999 1px;
}

.blockbox3{
	margin: 0 0 20px 5px;
}
.blockbox2{
	margin: 0 0 20px 5px;
}
.blockbox2-1{
	margin: 0 0 0px 0px;
}
.blockbox_soft{
	margin: 0 0 0px 5px;
}
.blockbox{
	margin: 0 0 20px 5px;
}
.blockbox_news{
	margin: 0 0 20px 5px;
}
.blockbox3 div{
	display: inline-block;
	width: calc(32.5% - 10px);
	padding: 10px 0 10px 10px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: top;	
}
.blockbox_news div{
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: top;	
}
.blockbox2 a{
	display: inline-block;
	width: calc(50% - 20px);
	padding: 10px 0 10px 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
.blockbox2 .left a{
	text-align: left;
	padding: 5px 0px;
	width: auto;
}
.blockbox_soft a{
	display: inline-block;
    	width: calc(45% - 20px);
    	padding: 10px 0 10px 10px;
    	margin-bottom: 20px;
    	vertical-align: top;
    	text-decoration: none;
    	margin-right: 20px;
}
.blockbox2 div{
	display: inline-block;
	width: calc(50% - 20px);
	padding: 10px 0 10px 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
.blockbox2 div.left{
	text-align: left;
}
.blockbox2-1 div{
	display: inline-block;
	width: calc(50% - 20px);
	padding: 5px 5px 5px 0px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-decoration: none;
}
.blockbox a{
	display: inline-block;
	width: calc(32.5% - 10px);
	padding: 10px 0 10px 10px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
ul.inlinebox{
	width:90%;
	margin:10px 0px 10px 20px;
}
.inlinebox li{
	display: inline;
	margin-right: 20px;
}
@media only screen and (max-width: 1280px) {
	#main_wrapper .cad_box3 > * { width: calc(50% - 10px); margin-bottom: 10px;}
	#main_wrapper .sp2 > * { width: calc(32.5% - 10px);}
}
@media only screen and (max-width: 1000px) {
	#main_wrapper .sp2 > * { width: calc(50% - 10px); margin-bottom: 10px;}
}
@media only screen and (max-width: 750px){
	#main_wrapper .officers_box2.cp{ display: none; }
    #main_wrapper .officers_box2.sp{ display: flex; }
	#main_wrapper .flex2 > *,
	#main_wrapper .flex3 > *,
	#main_wrapper .flex4 > *,
	#main_wrapper .flex5 > * { width: calc(50% - 10px); margin-bottom: 10px;}
	.blockbox a{
	width: calc(100% - 20px);}
	.blockbox2 a{
	width: calc(100% - 20px);}
	.blockbox_soft a{
	width: calc(100% - 20px);}
	.blockbox2 div{
	width: calc(100% - 20px);}
	.blockbox2-1 div{
	width: calc(100% - 20px);}
	.blockbox3 div{
	width: calc(100% - 20px);}
	.blockbox_news div{
	width: calc(100% - 20px);}
	#main_wrapper .cad_box2 > *,
	#main_wrapper .cad_box3 > * { width: calc(100% - 20px); margin-bottom: 10px;}
	#main_wrapper .sp2 > * { width: calc(50% - 10px); margin-bottom: 10px;}
	#main_wrapper .officers_box2 > * { width: calc(100% - 20px); margin-bottom: 10px;}
	#main_wrapper .user_info_box2 > * { width: calc(100% - 20px); margin-bottom: 10px;}
}

@media only screen and (max-width: 750px){
.inlinebox li{
	display: block;
	margin-right: 0px;
}
}
/*===== ■5. Table Style =====*/
#main_wrapper table.tbl_layout_fixed {
	table-layout: fixed;
}

#main_wrapper table.def {
	width: 100%;
	border: 1px solid #ccc;
}
#main_wrapper table.def.non_border { border: none; }

#main_wrapper table.def th {
	width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
}
#main_wrapper table.def.non_border th {
	border: none;
	vertical-align: top;
}

#main_wrapper table.def td {
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
#main_wrapper table.def.non_border td {
	border: none;
	vertical-align: top;
}
#main_wrapper table.def tr.error td { background: rgba(204,0,0,.1);}

#main_wrapper table.def td a { margin: 0;}

#main_wrapper table.def_non_border {
	width: 100%;
	height: 100%;
}

#main_wrapper table.def_non_border th {
	width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: middle;
}

#main_wrapper table.def_non_border td {
	padding: 15px 20px;
	vertical-align: top;
}
#main_wrapper table.def_non_border td.middle_img  {
	vertical-align: middle;
}
#main_wrapper table.def_non_border tr.error td { background: rgba(204,0,0,.1);}

#main_wrapper table.def_non_border td a { margin: 0;}

#main_wrapper form[name="contact_form"] table.def tr:nth-child(1) {
    display: none;
}
#main_wrapper form[name="contact_form"] table.def tr:nth-child(2) {
  	 display: none;
}

#main_wrapper table.form {
	width: 100%;
	border: 1px solid #ccc;
}

#main_wrapper table.form th {
	width: 280px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
}

#main_wrapper table.form td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	vertical-align: middle;
}
#main_wrapper table.form td.except { padding: 1px;}
#main_wrapper table.form tr.error td { background: rgba(204,0,0,.1);}

#main_wrapper table.form td a { margin: 0;}

#main_wrapper table.form table { width: 100%;}

#main_wrapper table.form table th {
	width: 1%;
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
	background: #ccc;
	font-size: 1.4rem;
	white-space: nowrap;
}

#main_wrapper table.form table td {
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
	font-size: 1.4rem;
}
#main_wrapper table.form table tr:last-child th,
#main_wrapper table.form table tr:last-child td { border-bottom: none;}


#main_wrapper table.col {
	width: 100%;
	border: 1px solid #ccc;
	table-layout: fixed;
}

#main_wrapper table.col th {
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.6rem;
	vertical-align: middle;
}
#main_wrapper table.col td {
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 1.4rem;
	vertical-align: middle;
}

#main_wrapper table.his {
	width: 100%;
	border: none !;
}

#main_wrapper table.his th {
	width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: top;
}

#main_wrapper table.his td {
	padding: 15px 20px;
	vertical-align: top ;
}

#main_wrapper table.officers {
	width: 100%;
	border: none !;
}

#main_wrapper table.officers th {
	width: 280px;
	padding: 0px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: top;
}

#main_wrapper table.officers td {
	padding: 0px 10px;
	vertical-align: top ;
}

#main_wrapper table.ofc {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

#main_wrapper table.ofc tr {
	border-bottom: 1px solid #ccc;
}

#main_wrapper table.ofc td {
	padding: 15px 5px;
	vertical-align: middle;
}

#main_wrapper table.ofc th {
	width: 280px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.8rem;
	vertical-align: top;
}

.indent_remarks {
	padding-left: 1.5em;
	text-indent: -1em;
	margin-left:15px;
	font-size: 0.9em;
}
.indent_no {
	padding-left: 1.2em;
	text-indent: -1.2em;
}


.scroll{
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	margin: 15px 10px;
}
.sp_wrap{
	white-space: nomal;
}

#main_wrapper table.spec_table {
	width: 99%;
	border: 1px solid #ccc;
}

#main_wrapper table.spec_table th {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #ebebeb;
	font-weight: bold;
	vertical-align: middle;


}
#main_wrapper table.spec_table td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;

}
.tbl_layout_fixed { table-layout: fixed; }
.tbl_layout_auto { table-layout: auto; }

@media only screen and (max-width: 750px){
	#main_wrapper table.def {
		width: 100%;
	}
	
	#main_wrapper table.def tr { display: block;}

	#main_wrapper table.def th {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
		font-size: 1.4rem;
	}

	#main_wrapper table.def td {
		display: block;
		padding: 10px;
		border-bottom: 0;
	}

	#main_wrapper table.def_non_border {
		width: 100%;
	}
	
	#main_wrapper table.def_non_border th {
		display: block;
		width: auto;
		padding: 10px;
		font-size: 1.4rem;
	}

	#main_wrapper table.def_non_border td {
		padding: 10px;
	}

	#main_wrapper table.form {
		width: 100%;
	}
	
	#main_wrapper table.form tr { display: block;}

	#main_wrapper table.form th {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
		font-size: 1.4rem;
	}

	#main_wrapper table.form td {
		display: block;
		padding: 10px;
		border-bottom: 0;
	}
	#main_wrapper table.form td.except { padding: 10px;}
	
	#main_wrapper table.form table th {
		width: 100%;
		padding: 10px 10px 5px;
		border-bottom: none;
		background: #ebebeb;
	}

	#main_wrapper table.form table td {
		padding: 0 10px 10px;
		border-bottom: 2px solid #fff;
		background: #ebebeb;
	}
	#main_wrapper table.form table tr:last-child th,
	#main_wrapper table.form table tr:last-child td { border-bottom: none;}
	
	#main_wrapper table.col th {
		padding: 10px;
		font-size: 1.4rem;
	}
	#main_wrapper table.col td {
		padding: 10px;
	}
	.sp_wrap{
		white-space: nowrap;
	}
}



/*===== ■6. Card Layout (dropdown) =====*/
.card_dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.card_dropdown > * { width: calc(32.5% - 10px);}

.card_dropdown::after {
	display: block;
	width: calc(32.5% - 10px);
	content: '';
}

.card_dropdown a {
	position: relative;
	line-height: 1.2;
	text-decoration: none !important;
}

.card_dropdown a::before {
	position: absolute;
	content: '';
}

.card_dropdown > li {
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	border-radius: 5px;
	background: #ebebeb;
	line-height: 1.2;
}

.card_dropdown > li > span {
	display: block;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	line-height: 0;
}

.card_dropdown > li > span a {
	display: inline;
	padding: 0;
	line-height: 0;
	pointer-events: none;
}

.card_dropdown > li > div {
	display: flex;
	position: relative;
	z-index: 3;
	width: 100%;
	background: #ebebeb;
}

.card_dropdown > li > div a {
	flex: 1;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.6rem;
}

.card_dropdown > li > div a::before {
	top: 50%;
	left: 10px;
	border: 5px solid transparent;
	border-left: 6px solid #636262;
	transform: translateY(-50%);
}

.card_dropdown > li > div a:hover {
	background: #ccc;
}
.card_dropdown > li > a:hover::before { border-left: 6px solid #fff;}

.card_dropdown > li > div button {
	position: relative;
	width: 60px;
	border-left: 1px solid #ccc;
	background: inherit;
	opacity: 1;
	transition: all .2s ease-out;
}
.card_dropdown > li > div button::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -5px 0 0;
	border-top: 2px solid #636262;
	border-left: 2px solid #636262;
	transform: translateX(-50%) translateY(-50%) rotate(-135deg);
	content: '';
}

.card_dropdown > li.active div button::after {
	margin: 5px 0 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.card_dropdown > li > div button:hover {
	opacity: .6;
	background: #ccc;
	transition: all .2s ease-out;
}

.card_dropdown ul {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0,0,0,.25);
	background: #ebebeb;
}

.card_dropdown ul a {
	display: block;
	padding: 10px 10px 10px 15px;
	background: #ddd;
}
.card_dropdown ul li:not(:last-child) a { border-bottom: 1px solid #ebebeb;}

.card_dropdown ul a::before {
	top: 14px;
	left: 5px;
	border: 5px solid transparent;
	border-left: 6px solid #636262;
}

/*Layer Order*/
.card_dropdown > li:nth-child(1) {z-index: 20;}
.card_dropdown > li:nth-child(2) {z-index: 19;}
.card_dropdown > li:nth-child(3) {z-index: 18;}
.card_dropdown > li:nth-child(4) {z-index: 17;}
.card_dropdown > li:nth-child(5) {z-index: 16;}
.card_dropdown > li:nth-child(6) {z-index: 15;}
.card_dropdown > li:nth-child(7) {z-index: 14;}
.card_dropdown > li:nth-child(8) {z-index: 13;}
.card_dropdown > li:nth-child(9) {z-index: 12;}
.card_dropdown > li:nth-child(10) {z-index: 11;}
.card_dropdown > li:nth-child(11) {z-index: 10;}
.card_dropdown > li:nth-child(12) {z-index: 9;}
.card_dropdown > li:nth-child(13) {z-index: 8;}
.card_dropdown > li:nth-child(14) {z-index: 7;}
.card_dropdown > li:nth-child(15) {z-index: 6;}
.card_dropdown > li:nth-child(16) {z-index: 5;}
.card_dropdown > li:nth-child(17) {z-index: 4;}
.card_dropdown > li:nth-child(18) {z-index: 3;}
.card_dropdown > li:nth-child(19) {z-index: 2;}
.card_dropdown > li:nth-child(20) {z-index: 1;}

/* Object Position */
.card_dropdown.one li:nth-last-child(-n+1) ul,
.card_dropdown.two li:nth-last-child(-n+2) ul,
.card_dropdown.three li:nth-last-child(-n+3) ul { position: relative;}


@media only screen and (max-width: 750px){
	.card_dropdown::after { display: none;}
	
	.card_dropdown > * {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
	
	.card_dropdown { margin: 0 10px;}
	
	.card_dropdown > li { width: 100%;}
	
	.card_dropdown > li > span a {
		display: block;
		overflow: hidden;
		border-radius: 5px 5px 0 0;
		pointer-events: auto;
	}
	
	.card_dropdown > li > div a	{ font-size: inherit;}
	
	.card_dropdown ul { z-index: 4;}
	
	.card_dropdown ul a {
		display: block;
		font-size: inherit;
	}
	
	/* Object Position */
	.card_dropdown.two li:nth-last-child(-n+2) ul,
	.card_dropdown.three li:nth-last-child(-n+3) ul { position: absolute;}
	.card_dropdown.two li:nth-last-child(-n+1) ul,
	.card_dropdown.three li:nth-last-child(-n+1) ul { position: relative;}
}



/*===== ■7. Lower Information =====*/
.lower_info {
	padding: 20px 30px;
	background: #ebebeb;
}

.lower_info h3 {
	margin: 0 0 20px;
	font-size: 2.4rem;
	text-align: left;
}

.lower_info ul { margin-bottom: 20px;}

.lower_info li { margin-bottom: 5px;}

.lower_info li:last-child {
	margin: 0;
	border: none;
}

.lower_info li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 0 0 35px;
	background: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	text-decoration: none !important;
}
.lower_info li a.new::before {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 solid transparent;
	border-right: 32px solid transparent;
	border-top: 40px solid #c00;
	content: '';
}
.lower_info li a::after {
	display: none;
	width: auto;
	height: auto;
	margin: 0;
}
.lower_info li a.new::after {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 2px;
	color: #fff;
	font-weight: normal;
	font-size: 1.0rem;
	font-family: 'Arial Narrow', Arial, Helvetica, "sans-serif";
	content: 'NEW';
}

.lower_info li a:hover {
	background: rgba(99,98,98,.25);
	color: inherit;
	text-decoration: none;
	opacity: 1;
}

.lower_info li a time {
	padding: 10px 20px 10px 0;
	font-weight: normal;
	white-space: nowrap;
}

.lower_info li a time span {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 90px;
	margin-left: 5px;
	padding: 3px 0 2px;
	background: #ebebeb;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

.lower_info li a p {
	position: relative;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #ebebeb;
	line-height: 1.4;
}

.lower_info li a[target="_blank"] p::after {
	margin-left: 5px;
	font-family: 'icon';
	content: "\e900";
}

.lower_info li a[href$=".pdf"] p::after,
.lower_info li a[href$=".zip"] p::after,
.lower_info li a[href$=".txt"] p::after,
.lower_info li a[href$=".doc"] p::after,
.lower_info li a[href$=".xls"] p::after,
.lower_info li a[href$=".xlsx"] p::after {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 16px;
	height: 14px;
	content:'';
}
.lower_info li a[href$=".pdf"] p::after { background: url(/img/common/ico-pdf.png) no-repeat right center / 16px auto;}
.lower_info li a[href$=".zip"] p::after { background: url(/img/common/ico-zip.png) no-repeat right center / 16px auto;}
.lower_info li a[href$=".txt"] p::after { background: url(/img/common/ico-txt.png) no-repeat right center / 16px auto;}
.lower_info li a[href$=".doc"] p::after { background: url(/img/common/ico-word.png) no-repeat right center / 16px auto;}
.lower_info li a[href$=".xls"] p::after,
.lower_info li a[href$=".xlsx"] p::after { background: url(/img/common/ico-excel.png) no-repeat right center / 16px auto;}


@media only screen and (max-width: 750px){
	.lower_info {
		width: auto;
		margin: 0 0 -25px !important;
		padding: 10px;

	}

	.lower_info h3 {
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	
	.lower_info ul { margin-bottom: 10px;}

	.lower_info li a {
		display: block;
		padding: 5px 0 5px 35px;
		font-weight: normal;
	}
	
	.lower_info li a time {
		margin: 0 0 5px;
		padding: 0;
	}
	
	.lower_info li a p {
		padding: 0;
		border-left: none;
	}
}



/*===== ■8. Contacts Flexbox =====*/
.contacts_box2,
.contacts_box3,
.contacts_box1 {
  padding: 0.5%;
}

@media ( min-width : 600px ){
.flexbox {
display:-webkit-flex;
display: flex;
}
    
.contacts_box1 {
min-width:200px;
}
.contacts_box2 {
-webkit-flex:2;
flex:2;
}
  
.contacts_box3 {
-webkit-flex:1;
flex:1;
}



/*===== ■9. Video =====*/
.video_play {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.video_play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
