/*===========================
additional css elements 
===========================*/


/*===========================
general
===========================*/

h1, h2, h3, h4, h5, h6 {
	color: #e29300;
	letter-spacing: 1px;
}
.main h2 {
	font-weight:normal;
	padding-left: 14px;
	border-left:10px solid #ffa201;
	line-height:1.2;
	margin-bottom:1em;
}
.arrow {
	position: relative;
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	background:#e29300;
}
.arrow a:hover {
	background:#fbc33a;
}
.pageTitle {
	width:100%;
	height:135px;
	border-bottom:8px solid #FEF5D3;
}
.s80 {
	font-size: 80%;
}
/*===========================
header
===========================*/
header div .tel a {
	text-decoration:none;
}
header .logo {
	margin-top:11px;
	margin-left:1%;
	float:left;
}
/*===========================
slider
===========================*/


.slider {
	width:100%;
	border-top:1px solid #ffa201;
	background-color:#25456d;
}
/*===========================
nav
===========================*/

#gnav .gnav li {
	height:69px;
	width:229px;/*gnavi6個なら183px*/
	float:left;
	border-right:1px solid #ffb129;
}
#gnav .gnav li a {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	height:69px;
	width:229px;/*gnavi6個なら183px*/
	line-height:69px;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
#gnav .gnav li a:hover {
	background-color:rgba(254, 174, 35, 0.5);
}
/*===========================
footer
===========================*/

#footer {
	background-color:#ffa201;
	padding-top:30px;
	clear:both;
}
.txt_large {
	font-size: 140%;
}
/*===========================
top
===========================*/
.sns {
	margin-top:20px;
	margin-left:15%;
}
.sns ul li {
	float: left;
	padding-right: 10px;
}
.catchcopy {
	font-weight:normal;
	font-size:22px;
	color:#e29300;
	letter-spacing: 1px;
}
.catchcopy2 {
	font-weight:normal;
	font-size:18px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
}
.txt_green {
	color: #390;
}
.topContent2 .news dl dd {
	padding:1em 0 1em 0;
	border-bottom:1px solid #f5c401;
	margin-right:0.5em;
}
.topContent1 ul li.pic1 p, .topContent1 ul li.pic2 p {
	width:96%;
	padding:10px 2% 10px 2%;
	background-color:rgba(131, 184, 48, 0.8);
	color:#FFF;
	font-size:16px;
	margin-top:52%;
	text-align:center;
}
.topContent2 {
	background:#fffaef;
	padding:2em 0;
}
/*===========================
content
===========================*/

/* 1カラム */

.lay1_2 {
	width:100%;
	padding:0 0 1.8em 0;
}
section h3 {
	padding:5px 10px;
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
	overflow: hidden;
}
/* table */

.nowrap {
	white-space: nowrap;
}
/* 背景画像の上に使うtable */

table.table1 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
table.table1 td {
	padding:5px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}
/* table1の変更バージョン */

table.table1_2 {
	width:100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding:0 30px 30px 30px;
}
table.table1_2 tr {
}
table.table1_2 th {
	padding:7px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
	text-align:left;
}
table.table1_2 td {
	padding:5px;
	border-bottom: 1px #cccccc solid;
	font-weight:normal;
}
/* 普通のtable */

table.table2 {
	width:100%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	border-collapse: collapse;
}
table.table2 th {
    padding: 6px 3px 6px 3px;
    border-bottom: 1px #c9d4dc solid;
    border-right: 1px #c9d4dc solid;
    font-weight: bold;
    background-color: #FEFAE9;
    color: #F26D00;
    letter-spacing: 0;
    vertical-align: middle;
}
table.table2 td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
}
table.table2 td.table2TdCenter {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
}
table.table2 td.table2TdCenterBgcolor {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFEE6;
	letter-spacing:0;
	text-align:center;
}
/* 幅46％のtable */

table.table2_46p {
	width:46%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	margin-bottom:20px;
	border-collapse: collapse;
}
table.table2_46p th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#FEFAE9;
	color:#F26D00;
	letter-spacing:0;
	text-align:left;
}
table.table2_46p td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
}
 table.table2_46p td. table2_46pTdLeft {
 padding:4px 3px 4px 3px;
 border-bottom: 1px #c9d4dc solid;
 border-right: 1px #c9d4dc solid;
 font-weight:normal;
 background-color:#FFFFFF;
 letter-spacing:0;
 text-align:left;
}
/* 幅60％のtable */

table.table2_60p {
	width:60%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	margin-bottom:20px;
	border-collapse: collapse;
}
table.table2_60p th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#FEFAE9;
	color:#F26D00;
	letter-spacing:0;
}
table.table2_60p td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	text-align:center;
	vertical-align:middle;
}
/* テーブルを横スクロール */
table {
	width: 100%;
}
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* 2カラム　複数 */

.lay2Plural {
	width:46%;
	float:left;
	margin:0 2% 3em 2%;
	text-align:center;
}
/* 3カラム　複数 */

.lay3Plural {
	width:28%;
	float:left;
	margin:2em 0 3em 0;
	margin:3% 1%;
}
.lay2Plural span {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*===========================
inquiry
===========================*/


.inquiry .btnSend {
	background-color:#e29300;
	color: #FFF;
	padding: 8px 0;
	margin: 0 5px 0 5px;
	border: 0;
	width:160px;
}
.inquiry .btnReset {
	background-color: #FFF;
	color:#666;
	padding: 7px 0;
	margin: 0 5px 0 5px;
	border: 0;
	border:1px solid #F9A548;
	width:160px;
}
/*===========================
other
===========================*/
.imgCenter {
	text-align: center;
}
/* table調整 */


.add1 {
	height:150px;
}
.add1 td {
	vertical-align:middle;
}
.add1 th {
	width:30%;
}
th.add3 {
	text-align:left;
}
.add1 th.add3 {
	width:60%;
}
.imgFloatLeft {
	margin:0 15px 10px 0;
	float:left;
}
.imgFloatRight {
	margin:0 0 10px 15px;
	float:right;
}
.hoverAnch a:hover {
	cursor:pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;
}
/* リスト追加 */


.admit {
	border:2px #c9d4dc solid;
	padding:30px;
}
.admit li {
	float:left;
	width:25%;
	line-height:2.5em
}
.admit li span {
	width:80px;
	display:block;
	float:left;
}
ul.liReseter {
	line-height:1.8em;
	margin-left:15px;
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseter2 {
	line-height:1.8em;
	margin:0 0 12px 30px;
}
ul.liReseter2 li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:15px;
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:60px;
}
ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}
ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}
ol.liReseter2 {
	line-height:1.8em;
	margin:0 0 20px 50px;
}
ol.liReseter2 li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}
ul.checklist,ul.checklist2,ul.checklist3 {
	margin-left:5px;
	padding-bottom:10px;
}
ul.checklist li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/check.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:2em;
}
ul.checklist2 li {
	list-style-type: none;
	list-style-position: outside;
	float:left;
	padding:0 0 0 30px;
	background-image:url(../img/common/check.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:2em;
	width:43%;
}
ul.checklist3 li {
	list-style-type: none;
	list-style-position: outside;
	float:left;
	padding:0 0 0 30px;
	background-image:url(../img/common/check.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:2em;
	width:30%;
}


ul.liOrange {
	margin-left:0;
}
ul.liOrange li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}
ul.liOrange2 {
	margin:0 0 20px 20px;
}
ul.liOrange2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 10px 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}
ul.liOrangeFlaot {
	margin-left:0;
}
ul.liOrangeFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}
ul.liKimidoriFlaot {
	/* [disabled]margin-bottom:50px;
*/
}
ul.liKimidoriFlaot li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}
ul.liKimidori {
	/* [disabled]margin-bottom:50px;
*/
}
ul.liKimidori li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-right:10px;
}
ul.liKimidori2 {
	margin:0 0 50px 20px;
}
ul.liKimidori2 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size:110%;
}
ul.businessMark {
	margin-bottom:15px;
}
ul.businessMark li {
	list-style-type: none;
	list-style-position: outside;
	padding:2px 0 2px 24px;
	background-image:url(../img/common/li_mark.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-right:10px;
	color:#1d6215;
	font-size:18px;
}
ul.businessMark li p {
	color:#444444;
	font-size:14px;
	margin-bottom:10px;
}
ul.liOrangeFlaot {
	margin-left:0;
}
ul.liPageAnch li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 20px;
	background-image:url(../img/common/icn_page_anch.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	float:left;
	padding-right:30px;
}
/* dataArea */

.dataArea {
	padding:40px 0 40px 0;
	border-top:1px solid #f8edd6;
	clear:both;
}
/* 特別 */

.clear {
	clear:both;
}
div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}
/* Q&A */
dl.QandA dt {
	background: #f4a05d;
	color: #fff;
	border-radius: 2px;
	text-indent: -24px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
}
dl.QandA dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
dl.QandA dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
dl.QandA dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	color: #ce7e3d;
}
/* flow */
.flow_balloon {
	position: relative;
	padding: 0.75em;
	background-color: #ffefd3;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(213, 175, 110, .1) inset;
	margin-bottom: 18px;
}
.flow_balloon::after {
 position: absolute;
 top: 100%;
 left: 50%;
 content: '';
 width: 0;
 height: 0;
 border: 50px solid transparent;
 border-top: 15px solid #ffefd3;
 margin-left: -50px;
}
.flow_balloon p {
	padding-right: 5px;
	padding-left: 10px;
}
.flow_balloon h2 {
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1em;
}
.flow_last {
	position: relative;
	padding: 0.75em;
	border-radius: 6px;
	background-color: #fee1ad;
	box-shadow: 2px 2px 4px rgba(203, 149, 56, .1) inset;
}
.flow_last::after {
 border: none;
 border-top: none;
}
.flow_last p {
	padding-right: 5px;
	padding-left: 10px;
}
.flow_last h2 {
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1em;
}
.ex_flow {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
.tbth{
	width:34%;
}
.tbtd{
	width:33%;
}

 @media screen and (max-width: 768px) { /*　タブレット以下　*/
/*===========================
other
===========================*/

h1 span {
 display: block;
 font-size: 0.9em;
 line-height: 1em;
}
 .admit li {
 float:left;
 width:auto;
 line-height:2.5em;
 min-width:180px;
}
.admit li span {
 width:auto;
 margin-right:1em;
 display:block;
 float:left;
}
/*===========================
general
===========================*/

.dataArea .btn1 {
 text-align:center;
 margin-left:5%;
 margin-bottom:2%;
}
/*===========================
header
===========================*/


 header .logo {
 width:80%;
 margin:5px 2px;
 float:none;
 margin-top:0;
 position:absolute;
 left:5px;
 top:5px;
}
header .logo img {
 max-width:200px;
 width:70%;
}
/*Media Queries*/




 .pageTitle {
 width:96%;
 height:3.6em;
 padding:0.5em 2%;
 text-align:center;
}
.pageTitle h1 {
 font-size:2em;
 line-height:2.2em;
 width:100%;
}
/*===========================
top
===========================*/


 .topContent1 ul li.pic1 p, .topContent1 ul li.pic2 p {
 width:100%;
 padding:10px 0 10px 0;
 background-color:rgba(131, 184, 48, 0.8);
 color:#FFF;
 font-size:16px;
 margin-top:30%;
 text-align:center;
}
/*===========================
content
===========================*/


table.table1 th {
 display: list-item;
 padding: 0;
 border-bottom: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width: 100%;
 line-height: 1em;
 font-weight:bold;
 color:#F90;
}
/* table1の変更バージョン */

 table.table1_2 {
 width: 100%;
 margin: 0 0 3% 0;
 padding: 10px
}
table.table1_2 tr {
 display: block;
}
table.table1_2 th {
 display: list-item;
 padding: 0;
 border-bottom: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width: 100%;
 line-height: 1em;
 font-weight:bold;
 color:#F90;
}
table.table1_2 td {
 display: list-item;
 width: 100%;
 padding-bottom: 3%;
 margin-bottom: 3%;
 font-weight: normal;
 padding: 5px 0 3% 0;
}
/* 幅46％のtable */

table.table2_46p {
 width:100%;
 border-top: 1px #c9d4dc solid;
 border-left: 1px #c9d4dc solid;
 color:#25456d;
 margin-bottom:20px;
}
table.table2_46p th {
 padding:6px 3px 6px 3px;
 border-bottom: 1px #c9d4dc solid;
 border-right: 1px #c9d4dc solid;
 font-weight:bold;
 background-color:#FEFAE9;
 color:#F26D00;
 letter-spacing:0;
 text-align:left;
}
table.table2_46p td {
 padding:4px 3px 4px 3px;
 border-bottom: 1px #c9d4dc solid;
 border-right: 1px #c9d4dc solid;
 font-weight:normal;
 background-color:#FFFFFF;
 letter-spacing:0;
 text-align:left;
}
/* 幅60％のtable */

table.table2_60p {
 width:100%;
 border-top: 1px #c9d4dc solid;
 border-left: 1px #c9d4dc solid;
 color:#25456d;
 margin-bottom:20px;
}
table.table2_60p th {
 padding:6px 3px 6px 3px;
 border-bottom: 1px #c9d4dc solid;
 border-right: 1px #c9d4dc solid;
 font-weight:bold;
 background-color:#FEFAE9;
 color:#F26D00;
 letter-spacing:0;
}
table.table2_60p td {
 padding:4px 3px 4px 3px;
 border-bottom: 1px #c9d4dc solid;
 border-right: 1px #c9d4dc solid;
 font-weight:normal;
 background-color:#FFFFFF;
 letter-spacing:0;
 text-align:center;
}

.tbth{
	width: auto;
}
.tbtd{
	width: auto;
}
/* 2カラム */

.lay2Plural {
 width:100%;
 float:none;
 margin:2em 0;
}

/* 3カラム */

.lay3Plural {
 width:100%;
 float:none;
 margin:2em 0;
 padding:0;
 border:none;
}
.txt80p {
 font-size: 80%;
}
.lay1.clearfix .wrapper .scroll .table2.txt80p tr .table2TdCenter img, .imgCenter img {
 height: auto;
 width: 100%;
}
/*===========================
inquiry
===========================*/

 .inquiry .forml {
 width: 95%;
}
.inquiry .formm {
 width: 95%;
}
}
mr5 {
	margin-right:5px;
}
/* 枠(四角シャドウ)　カラーは随時変える*/

.box-9 {
	background-color: #FFFFFF;
	border: 1px solid #e29218;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,  0 0 4px rgba(255, 255, 255, .8) inset,  2px 2px 2px rgba(0, 0, 0, .4);
	margin-bottom:2%;
	padding: 1em;
	width:70%;
	margin-left:15%;
}
.box-9 p {
	font-size: 1.3em;
}
 @media screen and (max-width: 450px) { /*　スマホ以下　*/
 .box-9 {
 width:80%;
 margin-left:5%
}
}
.border {
	border-bottom-width: 1px;
	border-bottom-style:dashed;
	border-bottom-color:#999;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left:5px;
	margin-right:5px;
	margin-bottom: 10px;
}
.tx-center {
	text-align:center;
}
.picL7_2 {
	float:left;
	text-align: center;
	width:48%;
	margin-right:2%;
	margin-bottom:2%;
}
/* number */

.r-number {
	width: 60px;
	height: 60px;
	background-color: #e29300;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 60px;
	font-size: 35px;
	font-weight: 200;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
	display: inline;
	float: left;
	margin: 0 0 0 5%;
	list-style: none;
}
.one_half:first-child, .one_third:first-child, .two_third:first-child, .one_quarter:first-child, .two_quarter:first-child, .three_quarter:first-child, .one_fifth:first-child, .two_fifth:first-child, .three_fifth:first-child, .four_fifth:first-child, .one_sixth:first-child, .two_sixth:first-child, .three_sixth:first-child, .four_sixth:first-child, .five_sixth:first-child {
	margin-left: 0;
}
.first {
	margin-left: 0;
	clear: left;
}
.one_half {
	width: 45%;
}
.btn {
	margin-left:15%;
}
.mr {
	margin-right:10%;
}
.center{
	margin-left:28%;
}
.w80{
	width:80%;
	margin:auto;
}
.w70{
	width:70%;
	margin:auto;
}
.w60{
	width:60%;
	margin:auto;
}
.orange{
	color:#FB9306;
}
.waku{
	border:#CCC 1px solid;
	padding:0.5em 1em;
}
.addtb {
	background-color:#FEFAE9 !important;
	color:#F26D00;
}
.addtb2 {
	background-color: #FEFBF5 !important;
	color:#F26D00;
	font-weight: bold;
}
.addnav{
	text-align:center;
}
.addnav li a{
	display:block;
	margin-bottom:15px;
	font-size:1.2em;
	text-decoration:none;
	color:#FAB616;
}
@media screen and (max-width: 768px) {
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
 margin: 0 0 3em 0;
}
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
 width: 98%;
}
.btn {
 margin-left:23%;
}
.mr {
 margin-right:10%;
}
.center{
	margin-left:0;
}
.w80,.w70,.w60{
	width: auto;
	margin:auto;
}


}
 @media screen and (max-width: 450px) { /*　スマホ以下　*/
 .btn {
 margin-left:23%;
}
.mr {
 margin-bottom:10%;
}
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}

.sml{
	font-size:0.7em;
}
.linumber li{
	list-style:decimal;
	list-style-position:inside;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
	border-bottom:dashed 1px #CCC;
}

.txtR{
	float:right;
}
table td.td_off{
	background: #F0F0F0;
}
table td.td_on{
	background: #FFF8DD;
}
.news dt{
	float:left;
	width:6em;
}
.news dd{
	float:left;
	width:330px;
}

.mt10 {
	margin-top:10px;
}