@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; }
.mb10 { margin-bottom: 10px !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;
}

/*------------------------------------------------------------
	linkList
------------------------------------------------------------*/
#conts .linkList {
	margin: 0 -10px 18px 0;
	overflow: hidden;
	width: 570px;
	zoom: 1;
}

#conts .linkList li {
	margin-right: 10px;
	width: 178px;
	float: left;
	border:1px dotted #9E9E9E;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 !important;
	font-size: 1.2em !important;
}

#main .comLink a {
	padding: 5px 0 6px;
	display: block;
	color: #161616;
	word-break: break-all;
	text-align: center;
}

#main .comLink a span {
	padding: 0 12px;
	display: inline-block;
	background: url(/common/images/ico_arrow02.gif) no-repeat left center;
}

#main .comLink.on,
#main .comLink:hover {
	zoom: 1;
	background:#007984;
	background: url(/common/images/bg_com_link_btm_over.gif) no-repeat left bottom;
}

#main .comLink.on a,
#main .comLink a:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
	background:#007984;
}

#main .comLink.on a span,
#main .comLink a:hover span {
	zoom: 1;
	background: url(../../../en/common/images/ico_arrow01.gif) no-repeat left center;
}

/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
#conts .comSection {
	margin: 0 10px;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts h3 {
	margin-bottom: 28px;
	width: 560px;
	clear: both;
	color: #559594;
	font-size: 1.6em;
	background: url(../../../en/common/images/bg_h3_btm.gif) no-repeat left bottom;
}

#conts h3 span {
	display: block;
	padding: 10px 10px 11px;
	background: url(../../../en/common/images/bg_h3_top.gif) no-repeat left top;
}

/*------------------------------------------------------------
	h4
------------------------------------------------------------*/
#conts h4 {
	margin: 0 0 33px;
	color: #559594;
	font-size: 1.6em;
	line-height: 1.2;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	margin-bottom: 20px;
	width: 100%;
}

#conts .comTable th,
#conts .comTable td {
	padding: 17px 10px;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	word-break: break-all;	
	background: url(../../../en/common/images/img_line01.gif) no-repeat left bottom;
}

#conts .comTable .trNone th,
#conts .comTable .trNone td {
	padding-bottom: 0;
	background: none;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#conts .mailForm .comTable th {
	padding-left: 20px;
}

#conts .mailForm .comTable th span {
	color: #559594;
}

#conts .mailForm .comTable td input {
	margin-top: 0;
	vertical-align: middle;
	width: 300px;
}

#conts .mailForm .comTable td .wid01 {
	width: 60px;
}

#conts .mailForm .comTable td .wid02 {
	width: 85px;
}

#conts .mailForm .comTable td .wid03 {
	width: 138px;
}

#conts .mailForm .comTable td .wid04 {
	width: 168px;
}

#conts .mailForm .comTable td .wid05 {
	width: 315px;
}

#conts .mailForm .comTable td .wid06 {
	width: 230px;
}

#conts .mailForm .comTable span {
	display: inline-block;
	vertical-align: middle;
}

#conts .mailForm .comTable .selectUl li {
	margin-right: 10px;
	float: left;
}

#conts .mailForm .comTable .selectUl select {
	width: 80px;
}

#conts .mailForm .comTable .selectUl span {
	padding-left: 5px;
}

#conts .mailForm .comTable .inputUl li {
	margin-bottom: 10px;
}

#conts .mailForm .comTable .inputUl li .txt {
	width: 50px;
}

#conts .mailForm .comTable .inputUl .inputBox {
	width: 150px;
	float: left;
}

#conts .mailForm .comTable .inputUl .radioUl {
	margin-top: 5px;
	width: 190px;
	float: right;
}

#conts .mailForm .comTable .radioUl li {
	margin-right: 30px;
	float: left;
}

#conts .mailForm .comTable .radioUl li input {
	margin-top: -2px;
	width: auto;
}

#conts .mailForm .comTable td textarea {
	width: 300px;
	height: 110px;
}

#conts .mailForm .submit {
	margin: 0 0 0 10px;
	text-align: center;
}

#conts .mailForm .submit li {
	margin: 0 10px;
	display: inline;
}

#conts .mailForm .submit li input {
	padding: 8px 0 12px;
	width: 180px;
	display: inline-block;
	text-align: center;
	border: none;
	cursor: pointer;
	background: url(../../../en/common/images/bg_input.gif) no-repeat left top;
}

#conts .mailForm .submit01 {
	margin: 0;
	text-align: left;
}

#conts .mailForm .submit01 li {
	margin: 0;
}

#conts .thankBox {
	margin: -18px -410px 0 -10px;
	padding: 20px 10px;
	min-height: 780px;
	width: 960px;
	position: relative;
	zoom: 1;
	background-color: #FFF;
}

#conts .thankBox h3 {
	width: 960px;
	background: url(../../../en/common/images/bg_h3_btm01.gif) no-repeat left bottom;
}

#conts .thankBox h3 span {
	text-align: center;
	background: url(../../../en/common/images/bg_h3_top01.gif) no-repeat left top;
}

#conts .thanks {
	margin: 0 30px 30px;
	text-align: center;
}

#conts .thanks.comLink {
	margin: 0 auto !important;
	width: 180px;
}

#conts .mailForm.confirm .comTable .inputUl li {
	margin-bottom: 18px;
}

#conts .mailForm.confirm .comTable .inputUl li .txt {
	width: 100px;
}

#conts .mailForm.confirm .comTable .inputUl li .txt01 {
	width: 50px;
}

#conts .mailForm.confirm .comTable .inputUl .inputBox {
	padding: 0 20px 8px 0;
}

#conts .mailForm.confirm .comTable .tdList {
	padding-left: 60px;
}

#conts .mailForm .comTable th {
	padding-right: 0;
}

#conts .mailForm .comTable .error {
	color: #e00000;
}

#conts .mailForm .comTable td .check {
	margin-left: 15px;
}

#conts .mailForm .comTable td .check input {
	width: auto;
}

/*------------------------------------------------------------
	btmLink
------------------------------------------------------------*/
#conts .btmLink {
	margin: 0 auto;
	width: 211px;
	background: url(../../../en/common/images/bg_btm_link01.gif) no-repeat left bottom;
}

#conts .btmLink a {
	padding: 12px 0 11px;
	display: block;
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	background: url(../../../en/common/images/bg_btm_link02.gif) no-repeat left top;
}

#conts .btmLink span {
	padding: 0 15px;
	display: inline-block;
	background: url(../../../en/common/images/ico_arrow04.gif) no-repeat left 8px;
}

/*------------------------------------------------------------
	textList
------------------------------------------------------------*/
#conts .textList {
	margin-left: 12px;
}

#conts .textList li {
	padding-left: 1.5em;
	font-size: 1.2em;
	line-height: 2;
	text-indent: -1.5em;
}

#spLinkBlockInPc{
	display:none;
}
/*for tablet*/
@media only screen and (min-width:768px) and (max-width: 1079px) {
	#conts .linkList{
		width: 100%;
	}
	#conts .linkList li{
		margin-right: 1.788%;
	}
	#main .comLink a{
		padding: 5px;
	}
	#main .comLink.on,
	#main .comLink:hover {
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
		zoom: 1;
		/*background:#007984 url(/common/images/ico_arrow01.gif) no-repeat left bottom;*/
	}
	#main .comLink.on,
	#main .comLink:hover a span{
		color:#fff;
		display: block;
		background:#007984 url(/common/images/ico_arrow01.gif) no-repeat left bottom;
	}
	#main .comLink.on a,
	#main .comLink a:hover {
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
		zoom: 1;
		/*background:#007984;*/
		background: url(/common/images/bg_com_link_top_over.gif) no-repeat left top;
	}

	#main .comLink.on a span,
	#main .comLink a:hover span {
		zoom: 1;
		color: #FFF;
		background: url(/en/common/images/ico_arrow01.gif) no-repeat left center;
	}
	#conts h3{
		width: 100%;
		background-size: 100% auto;
	}
	#conts h3 span{
		background-size: 100% auto;
	}
}
/*for sp*/
@media only screen and (max-width:767px){
	#main .comLink a span {
		padding: 0 22px;
		padding: 0 8%;
		display: inline-block;
		background: url(/common/images/ico_arrow02.png) no-repeat left center;
		background-size: 1.9vw auto;
	}
	#main .comLink.on a span,
	#main .comLink a:hover span {
		zoom: 1;
		background: url(/common/images/ico_arrow01.png) no-repeat left center;
		background-size: 2.8vw auto;
	}
	#conts .linkList{
		width: 100%;
	}
	#conts .linkList li{
		margin-right: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#conts .comTable{
		width: 87.2%;
		margin: 0 auto;
	}
	#conts .comTable .sp_col{
		width: 100%;
	}
	#conts .comTable tr {
	  display: block;
	}
	colgroup{
		display: none;
	}
	#conts .comTable th,
	#conts .comTable td {
	  display: block;
	  line-height: 1.5;
	  width: 100%;
	  background: none;
	  font-size: 3.93vw;
	  padding: 30px 0 17px 0;
	  padding: 4.58% 0 2.59% 0;
	}
	#conts .comTable td{
		padding: 0 0 30px;
		padding: 0 0 4.58%;
		font-size: 3vw;
		background: url(../images/img_line01.gif) repeat-x left bottom;
	}
	#conts .comTable .trNone th {
		padding-bottom: 2.59%;
		background: none;
	}
	#conts .comTable .subTable tr{
		display: table-row;
	}
	#conts .comTable .subTable th, 
	#conts .comTable .subTable td,
	div#conts table.comTable tbody tr td table.subTable tbody tr td.sen{
		width: 33%;
		padding: 0;
		display: table-cell;
	}
	#conts .comTable .dlText02 dd{
		font-size: 2.93vw;
	}
	#conts .comTable .dlText02 dt{
		font-size: 2.466vw;
		width: 100%;
	}
	#conts .comSection{
		width: 655px;
		width: 87.33%;
		margin: 0 auto;
	}
	#conts .textList {
		margin-left: 0;
	}
	#conts .textList li{
		font-size: 2.466vw;
	}
	#conts h3{
		width: 87.46%;
		background: none;
	}
	#conts h3 span {
		display: block;
		padding: 14px 10px 12px;
		padding: 1.86% 1.33% 1.9%;
		background: url(/common/images/bg_h3_top.png) no-repeat left top;
		-webkit-background-size: 100% 100%;
		     -o-background-size: 100% 100%;
		        background-size: 100% 100%;
	}
}
