@charset "utf-8";
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/*Support*/
.support-ti{
font-family: "Zen Old Minchoo",serif;
font-weight: 600;
font-size: 22px;
color: #545252;
line-height: 26px;
}

.support-main {
position: relative;
}
.support-copy {
/*opacity: 0.6;
background-color: #FFFFFF;*/
background: rgba(255,255,255,0.7);
width: 280px;
position: absolute;
z-index: 999;
left: 217px;
top: 3px;
/*padding-right: 10px;*/
padding-left: 0px;
/*color: #484848;*/
padding-top: 12px;
height: 65px;
}

.post {
/*  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #dadada;*/
}
.post P{
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
}

.ti_b{
font-size: 1.8em!important;
color: #0085B2;
font-weight: bold!important;
}
/* button
------------------------------------------------------------*/
.banners-button_up {
display: block;
width: 300px;
height: 42px;
text-align: center;
text-decoration: none;
line-height: 42px;
vertical-align: middle; /*縦の表示位置*/
outline: none;
color: #0085B2;
background-color: #FFF;
/*border: 2px solid #45B035;*/
border-radius: 10px;
font-size: 18px;
font-weight: bold;
margin-bottom: 13px;
border: 1px solid #0085B2;
margin-left: auto;/*margin-left: 460px;*/
margin-right: auto;
}

.banners-button_up a {
  color:  #0085B2;
  display: block;
}
.banners-button_up:hover {
background-color: #FFF;
}

.r_waku_b{
/*width: 100%;*/
border-radius: 8px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border: 2px solid #0F688B;
margin-bottom: 10px;
margin-left: 30px;
margin-right: 10px;
}
#ti{
font-family: "Zen Old Mincho", serif;
font-size: 26px;
}
.ti_1{
/*font-weight: 600;*/
font-family: "Zen Old Mincho", serif;
font-size: 34px;
margin-top: 10px;
margin-bottom: 30px;
color: #36A446;
line-height: 38px;
text-shadow: 1px 2px 3px #B3B3B3;
}
.ti_2{
font-family: "Zen Old Mincho", serif;
font-size: 18px;
color: #545252;
margin-top: 20px;
font-weight: 600;
}
.ti_3{
font-family: "Zen Old Mincho", serif;
font-size: 20px;
/*color: #36A446;*/
width: 100%;
border-bottom: 1px solid #36A446;
text-align: center;
margin-bottom: 30px;
margin-top: 50px;
font-weight: 600;
}
.g_1{
color: #36A446;
}
.g_2{
font-family: "Zen Old Mincho", serif;
font-size: 24px;
color: #36A446;
}
.g_3{
font-family: "Zen Old Mincho", serif;
font-size: 18px;
color: #36A446;
}
.w270{
width: 270px;
margin-right: 30px;
}
.w300{
width: 300px;
}
.w350{
width: 350px;
}
.w400{
width: 400px;
}
@media only screen and (max-width: 959px) {
.ti_1{
font-size: 24px;
margin-top: 0px;
margin-bottom: 0px;
line-height: 28px;
}
.banners-button_up {
width: 100%;
margin-left: 0px;
}
.w270{
width: 100%;
margin-right: 0px;
}
.w300{
width: 100%;
}
.w350,.w400{
width: 100%;
}
}
@media only screen and (max-width: 640px){
.ti_b{
font-size: 1.4em!important;
color: #0085B2;
font-weight: bold!important;
}
.r_waku_b{
margin-bottom: 20px;
/*width: 90%;*/
margin-left: 10px;
}
#ti{
font-size: 18px;
/*padding-left: 10px;*/
}
}


.doubleline {/*二重取り消し線*/
background-image:url(images/line.gif);
background-repeat:repeat-x;
background-position: center;
}

/**/
.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%;
}
.under {
  text-decoration: underline;
}
/**/

/*テーブル01（ライン・折畳み）
-------------------------------------------------------------*/
table.table01 {
	width:100%;
	border-right:#737069 solid 1px;
	border-collapse: collapse;
	border-top:#737069 solid 1px;
}
table.table01 tbody th {
	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;
}

/*テーブル02（ライン下ドット・折畳み）
-------------------------------------------------------------*/
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;
}

/*テーブル03（ラインなし・スクロール）
-------------------------------------------------------------*/
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;
}

/*テーブル04（ライン・スクロール）
-------------------------------------------------------------*/
table.table04 {
	width: 100%;
	border-right: #737069 solid 1px;
	border-collapse: collapse;
	border-top: #737069 solid 1px;
	/*font-size: 90%;*/
}
table.table04 tbody th {
	text-align: center;
	background:#F0F0F0;
	padding:10px 15px;
	border-bottom:#737069 solid 1px;
	vertical-align:top;
	border-left:#737069 solid 1px;
}
table.table04 tbody tr:last-child th {
	border-bottom:#737069 solid 1px;
}
table.table04 tbody td {
padding: 10px 15px;
border-left: #737069 solid 1px;
border-bottom: #737069 solid 1px;
/*vertical-align:top;*/
vertical-align: middle;
}

table.table04{
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}
table.table04 tbody {
	width: 100%;
	display:table;
}

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

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

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

/*テーブル05（ライン・スクロール）
-------------------------------------------------------------*/

table.table05 tbody td {
padding: 10px 15px;
vertical-align: middle;
}
.tb-wrap{
  width:100%;
  overflow-x:scroll;
}
table.table05{
  border-collapse: collapse;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  /*text-align:center;*/
  box-sizing:border-box;
}

@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .table05 {
    min-width: 640px;
    margin: 0 10px 5px;
  }
/*  .table05 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }*/
}


/*モバイルテーブル
-------------------------------------------------------------*/
@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;
}
.pro2{color: #166887;}
.pro{color: #0085B2;}
.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; }/*黒*/
.gray-c{
	color: #B8B8B8;
}/*グレー*/

.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;}
.box233{width:233px;}
.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;}
.box500{width:500px;}
.box550{width:550px;}
.box600{width:600px;}


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

.box180{width:100%;}
.box200{width:100%;}
.box230{width:100%;}
.box233{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%;}
.box500{width:100%;}
.box550{width:100%;}
.box600{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関係 */
