@charset "utf-8";


/*TOP
-------------------------------------------------------------*/
#mainImg {
	margin-top:25px;
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.top-copy {
	width: 900px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 397px;
	text-align: left;
}
.top-copy-waku{
	border: 1px solid #FF4201;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FF4201;
	font-size: 15px;
	width: 320px;
	text-align: center;
}


@media only screen and (max-width: 740px) {
#mainImg {
	width: 98%;
	margin-left: 10px;
/*	margin-right: 10px;*/
}

.top-copy {
	width: 100%;
	position:static;
}
.top-copy-right{
	float: left;
	margin-top: 10px;
}
	.top-copy-waku{
	font-size: 13px;
	width: 100%;
	text-align: center;
}

}
/**/
.top-maru ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.top-maru  li {
	margin-bottom: 3px;
	padding-left: 24px;
	position: relative;
	font-size: 12.5px;
}
.top-maru  li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FF4201;
  color: #FFF;
  display: block;
  float: left;
  line-height: 16px;
  margin-left: -24px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
/**/
/*特徴
-------------------------------------------------------------*/
.chara-waku{
	border: 1px solid #dadada;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.chara-moji{
	border-left: 7px solid #0074C8;
	font-size: 20px;
	padding-left: 10px;
}
/**/

.maru ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.maru li {
	margin-bottom: 7px;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FF4201;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
/**/
/*Q&A
-------------------------------------------------------------*/
.q-a{
	font-size: 16px;
	font-weight: bold;
	color: #FF4201;
}
.a-q{
	font-size: 16px;
	font-weight: bold;
	color: #0074C8;
}
.q-a-font-b{font-size: 16px;
font-weight: bold;}
.q-a-font{font-size: 13px;
}
/*概要
-------------------------------------------------------------*/
.outline{
	width: 230px;
	float: left;
	margin-right: 20px;
}
@media only screen and (max-width: 740px) {
	.outline{
	width: 100%;
	float: none;
	text-align: center;
	margin-right: 0px;
}
}

/*テーブル
-------------------------------------------------------------*/
table.table01 {
	width:100%;
	border-right:#737069 solid 1px;
	border-collapse: collapse;
	border-top:#737069 solid 1px;
}
table.table01 tbody th {
	/*text-align: center;*/
	background:#F0F0F0;
	padding:10px 15px;
	border-bottom:#737069 solid 1px;
	vertical-align:top;
	border-left:#737069 solid 1px;
}
table.table01 tbody tr:last-child th {
	border-bottom:#737069 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#737069 solid 1px;
	border-bottom:#737069 solid 1px;
	vertical-align:top;
}
/*テーブル
-------------------------------------------------------------*/
table.table02 {
	width:100%;
	border-collapse: collapse;
}
table.table02 tbody th {
	background: #F0F0F0;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px dotted #737069;
	padding-right: 10px;
}

table.table02 tbody td {
	background: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #737069;
}
/*テーブル スクロール
-------------------------------------------------------------*/
table.table03{
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}

table.table03 tbody {
	width: 100%;
	display:table;
}

/*tableにスクロールバーを追加*/
table.table03::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバーを追加*/
table.table03::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
table.table03:-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*モバイルテーブル
-------------------------------------------------------------*/
@media screen and (max-width: 640px) {
.tablewidth{
	width: auto;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
/**/
table.table02 tbody th {
	display:block;
}
table.table02 tbody td {
	display:block;
}
table.table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table02 tbody td p {
	padding-left:6em;
}

}
/*------------------------------------------------------------
style base
-------------------------------------------------------------*/
.bgpurple{
	background-color: #a25fa3!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*紫*/
.bgkarasi{
	background-color: #e8ba41!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*辛子*/
.bgusumidori{
	background-color: #afc450!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*薄緑*/
.bgblue{
	background-color: #009bbe!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*青緑*/
.bgpink{
	background-color: #cc6699!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*ピンク*/
.bgmidori{
	background-color: #279761!important;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}/*深緑*/
.al-c{text-align: center;}
.al-r{ text-align: right; }
.al-l{ text-align: left; }
.fl-r{float: right;}
.fl-l{ float: left; }
.fl-c{ clear: both; }
.m3-t{ margin-top: 3px!important; }
.m5-t{ margin-top: 5px!important; }
.m15-t{ margin-top: 15px!important; }
.m10{ margin: 10px!important; }
.m10-l{ margin-left: 10px!important; }
.m10-t{margin-top:10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m20-l{ margin-left: 20px!important; }
.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-l{ margin-left: 40px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-l{ margin-left: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m70-l{ margin-left: 70px!important; }
.m80-l{ margin-left: 80px!important; }

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.1em!important; }/*フォントサイズ*/
.big2{ font-size: 1.2em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }
.line{
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}
.line-hi{
	line-height: 175%;
}
.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}

.bggray{background-color: #F0F0F0!important;}
.karasi{color: #e8ba41;}/*辛子*/
.red{ color: #ff0000!important; }/*赤*/
.blue{color: #0e89d0!important;}/*青*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #a25fa3!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.white{background-color: #FFFFFF;}/*白*/
.yellow{background-color: #FFDA27;}/*黄色*/
.gray{background-color: #E9E9E9;}/*グレー*/

.logo_color{ color: #FF4201; }/*rogo*/
.underline{
	margin-top: 30px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #dcdcdc;
}

.box180{width:180px;}
.box200{width:200px;}
.box230{width:230px;}
.box250{width:250px;}
.box280{width:280px;}
.box300{width:300px;}
.box330{width:330px;}
.box350{width:350px;}
.box380{width:380px;}
.box400{width:400px;}
.box430{width:430px;}
.box450{width:450px;}
.box480{width:480px;}

/*640px以下では回り込み解除*/
@media only screen and (max-width:640px){
.fl-r,.fl-l{ float: none; }	

.box180{width:100%;}
.box200{width:100%;}
.box230{width:100%;}
.box250{width:100%;}
.box280{width:100%;}
.box300{width:100%;}
.box330{width:100%;}
.box350{width:100%;}
.box380{width:100%;}
.box400{width:100%;}
.box430{width:100%;}
.box450{width:100%;}
.box480{width:100%;}
}

/* 最後のbox */
.last{margin-right:0;}

/* clear関係 */
.clear {
	clear: both;
	width: auto;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 ¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
	display: block;
	width: auto;
}
/* clear関係 */
