@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）

***********************************/

@import "base.css?t2301";

h2{
	margin-bottom: 5px;
}

h4{
	margin-bottom: 10px;
}

#application h4{
	margin-bottom: 0;
}

#contents div.center{
	text-align: center
}

#contents a.arrow{
	padding-left: 12px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

#contents div.box{
	padding: 0 60px;
	margin-bottom: 20px;
}

#contents dl.support_left{
	float: left;
	width: 420px;
}

#contents dl.support_right{
	float: right;
	width: 420px;
}

#contents dl.support_left dt,
#contents dl.support_right dt{
	margin-bottom: 5px;
}

#contents dl.support_left dd,
#contents dl.support_right dd{
	border-bottom: 1px #cccccc solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#contents dl.support_left a,
#contents dl.support_right a{
	padding-left: 12px;
	background-image: url('../join/img/icon_arrow.png');
	background-repeat: no-repeat;
	background-position: left 3px;
}

#contents ul.merit{
	margin: 0 0 10px 0;
	/* display: flex;
	justify-content: flex-start;
	flex-wrap: wrap; */
}

#contents ul.merit li{
	/* width: 50%; */
	margin-bottom: 0.2em;
	padding-right: 0.5em;
	box-sizing: border-box;
}
#contents ul.merit li a{
	display: block;
	text-indent: -5em;
	margin-left: 5em;
}
#contents ul.merit li span{
	margin-right: 1em;
}

#contents div.company{
	float: left;
	overflow: hidden;
	margin: 30px 0 20px 70px;
}

#contents div.company img{
	margin-left: 5px;
}

#contents h4.item{
	font-weight: bold;
	font-size: 130%;
	margin-left: 170px;
	clear: both;
}

#contents ul.application{
	overflow: hidden;
	margin-left: 170px;
	margin-bottom: 20px;
}

#contents ul.application li{
	float: left;
	width: 220px;
}

#contents ul.application li.appright{
	width: 380px;
}

#contents ul.attention{
	padding:0 180px 0 190px;
	margin-bottom: 20px;
}

#contents ul.attention li{
	text-indent: -1em;
	margin-left: 1em;
}


#contents table.cost1,#contents table.cost2{
	border: 1px solid #b4b4b4;
	border-collapse: collapse;
	float: left;
	margin-bottom: 18px;
}
#contents table.cost1{
	margin-right: 12px;
}
#contents table.cost1 th,
#contents table.cost1 td,
#contents table.cost2 th,
#contents table.cost2 td{
	border: 1px solid #b4b4b4;
}
#contents table.cost1 th,
#contents table.cost2 th{
	width: 61px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #00a99d;
	text-align: right;
	padding-right: 18px;
}
#contents table.cost1 tr:nth-child(2n) th,
#contents table.cost2 tr:nth-child(2n) th{
	background-color: #def3f2;
}
#contents table.cost1 td,
#contents table.cost2 td{
	width: 161px;
	font-size: 15px;
	line-height: 34px;
	text-align: right;
	padding-right: 12px;
}
#contents table.cost1 td span,
#contents table.cost2 td span{
	font-size: 10px;
}
#contents table.cost1 tr:nth-child(2n) td,
#contents table.cost2 tr:nth-child(2n) td{
	background-color: #ececf0;
}

#contents.cost .tableBox{
	width:522px;
	margin:0 auto;
}

#contents.cost .att{
	padding: 0px 190px;
	margin-bottom:52px;
}
#contents.cost .att > li{
	text-indent: -1em;
	margin-left: 1em;
}
#contents.cost .att.none > li{
	text-indent: 0;
	margin-left: 0;
}


/* ブラウザ互換
*********************************************************************/
* html #contents ul.support li{
	margin: 0 23px 10px 0;
}

* html #contents ul.support li.download a,
* html #contents ul.support li.zbrain a,
* html #contents ul.support li.advice a,
* html #contents ul.support li.specialist a{
	width: 385px;
	padding-top: 100px;
	height: 109px;
}

* html #contents ul.support a{
	padding-bottom:15px;
}

* html #contents ul.support li.support a
{
	width: 190px;
	padding-bottom: 17px;
}

* html #contents ul.support li.website a{
	width: 190px;
	padding-bottom: 21px;
}

* html #contents ul.support li.reins a{
	margin-left: 12px;
	width: 190px;
	padding-bottom: 17px;
}

* html #contents ul.support li.tool a{
	width: 190px;
	padding-bottom: 40px;
}

* html #contents ul.support li.support,
* html #contents ul.support li.website,
* html #contents ul.support li.reins,
* html #contents ul.support li.tool{
	margin: 0 8px 10px 0;
}

/* レスポンシブ
*********************************************************************/
@media screen and (max-width: 949px) {
	#contents .spW90{
		width: 90%;
	}
	#contents .inbox {
	  padding: 0.8rem 0.5rem !important;
	}
	#contents h4 {
	  font-weight: bold;
	  color: white;
	  background-color: #666;
	  margin-bottom: 1rem;
	  padding: 0.5rem;
	}
	#contents dl {
	  width: 100% !important;
	}
	#contents dt img {
	  max-width: 100%;
	}
	#contents dd img {
	  display: none;
	}
	#contents dl.support_left a,
	#contents dl.support_right a {
	  font-size: 0.7rem;
	}
	#contents dl dt {
		position: relative;
	  margin: 1rem 0;
	  padding: 0.2rem;
	  border: 2px solid #eee;
	}
	#contents dl dt:after {
		position: absolute;
	  content: "＞";
		font-size: 1.2em;
		font-weight: bold;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
	}
	#contents .radioboxbutton {
	  text-align: center;
	  text-decoration: underline;
	  padding: 0.8rem 0.5rem;
	  color: white;
	  background-color: rgb(111, 169, 207);
	  border: 2px solid #eee;
	  border-radius: 0.2em;
	  box-shadow: 0em 0.1em 1em 0.1em rgb(255 255 255 / 25%) inset;
	}

	#contents ul.merit{
		flex-direction: column;
	}

	#contents ul.merit li{
		width: auto;
		padding-right: 0;
	}
	#contents ul.merit li a{
		text-indent: -5em;
		margin-left: 5em;
	}
	
	#contents ol.merit.sp {
	  width: 100%;
	  border: 2px solid #eee;
	}
	#contents ol.merit.sp li {
	  margin: 0.5rem 0.2rem;
	  padding: 0.4rem 0.2rem;
	  background-color: rgb(33, 181, 149);
	  border-radius: 0.5em;
	  list-style: none;
	  box-shadow: 0em 0.1em 1em 0.1em rgb(255 255 255 / 25%) inset;
	}
	#contents ol.merit.sp li a {
	  color: white;
	  display: block;
	  width: fit-content;
	  margin: auto;
	}
  
	#contents .flow > p {
	  position: relative;
	  color: #555;
	  font-size: 0.7rem;
	  font-weight: bold;
	  text-align: center;
	  padding: 0.5rem 0.3rem;
	  border: 1px solid #eee;
	  border-radius: 0.5em;
	  margin-bottom: 1.5rem;
	  box-shadow: 0em 0.1em 1em 0.1em rgb(255 255 255 / 15%) inset;
	}
  
	#contents .flow > p:not(:last-child):after {
		content: '';
		position: absolute;
		right: calc(50% - 0.6rem);
		bottom: -1.5rem;
		width: 0;
		height: 0;
		border: 0.5rem solid transparent;
		border-top: 0.5rem solid #666;
	}
  
	#contents .flow > p > span {
	  font-weight: normal;
	  display: block;
	  text-align: left;
	}

	#contents.cost .att{
		padding: 0;
		margin: 0;
	}

	#contents.cost .tableBox{
		width: 100%;
	}

	#contents.cost .item_title2{
		color: #fff;
		background-color: #555;
		padding: 10px 20px;
		margin-bottom: 10px;
		text-align: center;
	}

	#contents.cost .item_title{
		display: inline-block;
		color: #fff;
		background-color: #00a99d;
		padding: 10px 20px;
		border-radius: 50px;
		margin-bottom: 10px;
	}

	#contents table.cost1,
	#contents table.cost2
	{
		width: 100%;
	}
	#contents table.cost1{
		margin-bottom: 0;
	}
	#contents table.cost1 th,
	#contents table.cost2 th
	{
		text-align: center;
		padding-right: 0;
	}

	#contents table.meisai{
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 10px;
	}
	#contents table.meisai th,
	#contents table.meisai td
	{
		display: block;
		border: 1px solid #ccc;
		padding: 10px;
	}
	#contents table.meisai th{
		color: #fff;
		background-color: #00a99d;
	}
	#contents table.meisai tr.total{
		color: #f00;
		font-size: 150%;
	}
	#contents table.meisai tr.total td
	{
		font-weight: bold;
	}
}
  