@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}
.slicknav_btn {
	background-color: #006020;  /* MENU背景　*/
}
.slicknav_menu {
	background-color: #f2f2f2;  /* 背景　*/
}
.slicknav_nav li {
	background-color: #006020;  /* ナビ色　*/
}
.slicknav_nav a {
	border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}
.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}
.slicknav_nav .slicknav_row:hover {
	background: #006020;
	color: #fff;
}
.slicknav_nav a:hover {
	background: #006020; /* オーバー時背景色　*/
	color:  #fff; /* オーバー時文字色　*/
}
/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255, 255, 255, .9);
}
.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_60p {
	border:4px dashed #EBC97A;
	;
	background: rgba(255, 255, 255, .95);
}
/* table  */ 

table.table3 th {
	background-color:#39592B;
	color:#fff;
}
table.table2 th {
	background-color:#39592B;
	color:#fff;
}
.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}
table.table2 td.tdBgC01 {
	background-color:#FFF;
}
table.table2 td.tdBgC02 {
	background-color:#EEE;
}
table.table2 td.tdBgC03 {
	background-color:#DDD;
}
table.table2 td.tdBgC04 {
	background-color:#CCC;
}
table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
 color: #FFF;
 background:#F59338;
}
 ol.liFeature li::before {
 color: #FFF;
 background:#EEB853;
}
/* buttons */

.txtBnr a {
	background-color:#006020;
}
.txtBnr2 a {
	color:#FFF;
	background-color:#006020;
	margin:0.4em 0;
}
.txtBnr3 a {
	color:#FFF;
	background-color:#006020;
}
.txtBnrInline a {
	color:#FFF;
	background-color:#006020;
}
/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}
/* catch */

h3.h3Catch1 {
	color:#EEA011;
}
h3.h3Catch2 {
	color:#EEA011;
}
/* catchiphrase */

.catch1 {
	color:#EEA011;
}
.catch2 {
	color:#EEA011;
}
.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
 background:#F3AC56;
}
/* flow */


.area_flowC .inner_flow {
	background: rgba(235, 239, 221, .85);
}
.area_flowC .inner_flow .largeTxt {
	color:#E8840B;
	border-bottom:1px dotted #CCC;
}
.fcRed {
	color:#E92D05;
}
.fcRedOrange {
	color:#F44806;
}
.fcOrange {
	color:#F57312;
}
.fcYellow {
	color:#F3AB25;
}
.fcYG {
	color:#A7B82C;
}
.fcGreen {
	color:#58AB38;
}
.fcSkyB {
	color:#6ABDE6;
}
.fcBlue {
	color:#408BD0;
}
.fcBlueP {
	color:#8B5FCF;
}
.fcRedP {
	color:#AF41B8;
}
.fcWineR {
	color:#C62B71;
}
.fcWaPurple {
	color:#8D3F70;
}
.fcKogane {
	color:#e6b422;
}
.fcBlack {
	color:#000;
}
/* 囲み */

.boxSimple {
	border: solid 1px #CCC;
	padding:1em;
}
.boxSimple2 {
	border: solid 1px #CCC;
	padding:1em;
	background: rgba(250, 250, 250, .85);
}
.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255, 255, 255, .85);
}
.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255, 255, 255, .85);
}
 @media only screen and (max-width: 600px) {
 .boxFrame {
 box-sizing: border-box;
 width:100%;
 padding:1em 1em;
}
 .boxFrameDouble {
 box-sizing: border-box;
 width:100%;
 padding:1em 1em;
}
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.flex-2col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.flex-2col > li {
	width:49%;
	margin:2% 0% 0 1%;
}
.flex-2col > li:nth-of-type(odd) {
 width:47.5%;
 margin:2% 2.5% 0 0%;
}
.flex-2col > li:nth-of-type(even) {
 width:47.5%;
 margin:2% 0 0 2.5%;
}
.flex-2col-start {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
}
.flex-2col-start > li {
	width:48%;
	margin:2% 0 0 2%;
}
.flex-2col-start > li:nth-of-type(odd) {
 width:47.5%;
 margin:0% 2.5% 0 0%;
}
.flex-2col-start > li:nth-of-type(even) {
 width:47.5%;
 margin:0% 0 0 2.5%;
}
.flex-list2 {
	width:18% !important;
	margin:0 0 0 0% !important;
}
.flex-list3 {
	width:28% !important;
	margin:0 0 0 2% !important;
}
.flex-list4 {
	width:38% !important;
	margin:0 0 0 2% !important;
}
.flex-list5 {
	width:49% !important;
	margin:0% 1% 0 0% !important;
}
.flex-list6 {
	width:58% !important;
	margin:0% 0 0 2% !important;
}
.flex-list7 {
	width:68% !important;
	margin:0% 0 0 2% !important;
}
.flex-list8 {
	width:78% !important;
	margin:0% 0 0 2% !important;
}
.flex-list9 {
	width:88% !important;
	margin:0% 0 0 2% !important;
}
.flex-3col {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
}
.flex-3col > li {
	width:32%;
	margin:2% 0 0 1.3%;
}
 @media only screen and (max-width: 768px) {
.flex-2col > li, .flex-2col-start > li {
 width:100% !important;
 margin:2% auto !important;
}
.flex-3col > li {
 width:100%;
 margin:2% auto !important;
}
.flex-list2, .flex-list3, .flex-list4, .flex-list5, .flex-list6, .flex-list7, .flex-list8, .flex-list9 {
 width:100% !important;
 margin:2% auto !important;
}
}
/* txt */
.txt2 {
	font-size:1.2rem;
	font-weight:800;
}
.txtbold {
	font-weight:bold;
}
.tx-center {
	text-align:center
}
.tx-left {
	text-align:left;
}
.tx-right {
	text-align:right;
}
.tx_marker {
	background:linear-gradient(transparent 75%, #fff799 75%);
	font-weight:bold;
	display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height: 1.3em;
	color: #E0625E;
}
.catchcopy2 {
	font-size: 2.2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 600;
	line-height: 1.3em;
	color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p {
	font-size:70% !important;
	letter-spacing:normal;
}
.tx-80p {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
	font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
	margin:0 auto;
}
.txsize1 {
	font-size:1.2rem;
	font-weight:800;
	color:#F33;
	text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
	padding-left:1em;
	text-indent:-1em;
}
 @media only screen and (max-width: 768px) {
.tx-230p {
 font-size: 120% !important;
 letter-spacing: nomal;
}
.tx-180p {
 font-size: 110% !important;
 letter-spacing: nomal;
}
}
 @media only screen and (max-width: 600px) {
.line-h2 {
 line-height: 1.5;
}
.tx-230p {
 font-size: 130% !important;
 letter-spacing: nomal;
}
.tx-180p, .tx-170p {
 font-size: 120% !important;
 letter-spacing: nomal;
}
.tx-160p, .tx-150p {
 font-size: 110% !important;
 letter-spacing: nomal;
}
.tx-140p, .tx-130p, .tx-120p, .tx-110p {
 font-size: 100% !important;
 letter-spacing: nomal;
}
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0 {
	margin-top:0px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0 {
	margin-bottom:0px !important;
}
 @media screen and (max-width: 768px) {
.mt10, .mt20, .mt30 {
 margin-top:4% !important;
}
.mb10, .mb20, .mb30 {
 margin-bottom:4% !important;
}
.mt40, .mt50, .mt60 {
 margin-top:5% !important;
}
.mb40, .mb50, .mb60 {
 margin-bottom:10% !important;
}
.mt70, .mt80 {
 margin-top:8% !important;
}
.mb70, .mb80 {
 margin-bottom:8% !important;
}
}
ol {
	counter-reset: item;
	counter-increment: cnt;
}
ol li {
	padding-left: 2.5em;
	text-indent: -2.5em;
	padding-botom:0.3em;
	margin-bottom:1em;
	font-family: 'Noto Serif JP', serif , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
ol li:before {
	counter-increment:item+1;
	content: '【その'counter(item)'】  ';
	display:inline-block;
	margin-left:0em; /* サイトに合せて調整 */
	color:#006020;
	font-weight:800;
	font-size:1.3em;
}
.p-ttl {
 	font-family: 'Noto Serif JP', serif , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		font-weight:800;
	font-size:1.1em;
	color:#fff;
	background:#006020;	  
	padding:.6em;
	margin-top:20px;
	margin-bottom:5px;
}
.list-ttl {
    font-size:1.1em;
	font-weight:800;
}
ol.num_order {
	padding-left:20px;
}
ol.num_order li {
	padding: 5px 0 4px 0;
	list-style-type: decimal;
}
.lead_1 {
	font-size: 1.8em;
	color: #41b879;
	text-align: center;
	margin-bottom: 1.5em;
	font-family: 'Noto Serif JP', serif , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.plf {
    padding-left:20px;
}
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
	color:#fff;
	background:#006020;	  
	padding:.4em;
	margin-top:20px;
	margin-bottom:5px;
}
ol {
	padding-left:30px;
}
.lead_1 {
 text-align: left;
 font-size: 1.4em;
 margin-bottom: 1em;
}
}
.fbox_reverse {
	display: flex;
	align-items: center;
	background:#ebefdd;
}
.fbox_reverse > div {
	width: 50%;
}
 .fbox_reverseWrap > .fbox_reverse:nth-child(even) {
 flex-direction: row-reverse;
}
 .fbox_reverseWrap > .fbox_reverse div:nth-child(odd) {
 padding: 30px;
 box-sizing: border-box;
 line-height: 1.8;
}
 .fbox_reverseWrap > .fbox_reverse div:nth-child(odd) {
 padding: 30px;
 box-sizing: border-box;
 line-height: 1.8;
}
@media screen and (max-width: 768px) {
.fbox_reverse {
 display: block;
}
.fbox_reverse > div {
 width: 100%;
}
.fbox_reverseWrap > .fbox_reverse div:nth-child(odd) {
 padding-left: 30px;
 padding-right: 30px;
}
}
.box-sd {
	padding: 2rem;
	background-color: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
}
 @media only screen and (max-width: 768px) {
.box-sd {
 padding: 1.2rem;
 box-sizing: border-box;
}
}
ul.check {
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.check li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:98%;
	margin-right:2%;
	position: relative;
}
ul.check li::before {
 position: absolute;
 content: "\f14a";
 font-family: FontAwesome;
 left: 0.3em;
 font-size: 1.3em;
}
ul.check-2col {
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.check-2col li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:42%;
	margin-right:2%;
	position: relative;
}
ul.check-2col li::before {
 position: absolute;
 content: "\f14a";
 font-family: FontAwesome;
 left: 0.3em;
 font-size: 1.3em;
}
.box-wrap {
	margin: 2em 0;
	background: #ebefdd;
	border:1px dotted #999;
}
.box-wrap .box-title {
	font-weight:500;
	margin-top:0em !important;
	margin-bottom:.5em !important;
	text-align:center;
	font-weight:200;
	color:#fff;
	background:#6CB046;
	padding:0.3em;
	font-size: 1.8em;
}
.box-wrap p {
	padding: 15px 20px;
	margin: 0;
}
.pc-disp {
	display:block;
}
.sp-disp {
	display:none;
}
@media only screen and (max-width: 768px) {
.pc-disp {
 display:none;
}
.sp-disp {
 display:block;
}
ul.check-2col li {
   width:100%;
}
}
.wrap-h2 {
	width:96%;
	margin:4% auto 6%;
}
.wrap-h3 {
	width:96%;
	margin:4% auto 6%;
}
.wrap-h4 {
	width:96%;
	margin:4% auto 6%;
}
.wrap-h {
	width:96%;
	margin:1% auto 1%;
}
.res-img90 {
	width:90% !important;
	height:auto !important;
}
.res-img80 {
	width:80% !important;
	height:auto !important;
}
.res-img70 {
	width:70% !important;
	height:auto !important;
}
.res-img60 {
	width:60% !important;
	height:auto !important;
}
.res-img50 {
	width:50% !important;
	height:auto !important;
}
.res-img40 {
	width:40% !important;
	height:auto !important;
}
.res-img30 {
	width:30% !important;
	height:auto !important;
}
.res-img20 {
	width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90, .res-img80, .res-img70, .res-img60 {
 width:100% !important;
 height:auto !important;
}
}
.btn-b a {
	text-decoration: none;
	text-align: center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1.3em 0 1em;
	line-height: 30px;
	background: #f2ab1d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn-b a::after {
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
 right: 2%;
 box-sizing: border-box;
 width: 4px;
 height: 4px;
 border: 4px solid transparent;
}
.btn-b a::after {
 border-left: 4px solid #fff;
}
.btn-b a:hover {
	opacity:0.7;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#list {
    margin-top: -125px;
    padding-top: 125px;
}
#flow {
    margin-top: -125px;
    padding-top: 125px;
}
#faq {
    margin-top: -125px;
    padding-top: 125px;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col li,ul.circle-3col li {
    width:90%;
}
}
.tbl-1 td:nth-of-type(1) {
	width:50%;
	text-align:left;
}
.tbl-1 td {
	text-align:center;
}
@media only screen and (max-width: 768px) {
table th ,table td,.tbl-1 td:nth-of-type(1),.tbl-1 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	text-align:center;
}

}

.catch02 {
   font-size:1.1em;
   font-weight:800;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 2px #006020;/*左線*/
  border-bottom:1px dotted #a5a5a5;
}
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.line-both::before,
.line-both::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #006020;
}

.line-both::before {
	margin-right: 20px;
}
.line-both::after {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
.line-both::before,
.line-both::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #006020;
}
.line-both::before {
	margin-right: 10px;
}
.line-both::after {
	margin-left: 10px;
}

}

.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}

.box02-wrap{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	height:100px;
}
.box02-wrap:before, .box02-wrap:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box02-wrap:before {left: 10px;}
.box02-wrap:after {right: 10px;}
.box02-wrap p {
    margin: 0; 
    padding: 0;
}

@media only screen and (max-width: 768px) {
.box02-wrap{
	height:auto;
}
}

.h2-ttl {
    color: #695e48;
    letter-spacing: .05em;
    font-size: 2.1rem;
	font-weight:800;
    width: 100%;
    height: 70px;
    background-image: url(../img/content/icon-bg-h2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border: none;
    vertical-align: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
.h2-ttl {
    font-size: 1.4em;
    height: auto;
}
}
.img-difframe-l, .img-difframe-r {
    position: relative;
}
.img-difframe-l:before {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: -10px;
    left: -30px;
    height: 80%;
    width: 80%;
    border: 1px solid #007518;
}	
.img-difframe-r:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: -10px;
    right: -30px;
    height: 80%;
    width: 80%;
    border: 1px solid #007518;
}
.img-difframe-r img, .img-difframe-l img {
    z-index: 2;
    position: relative;
}
@media only screen and (max-width: 768px) {
.img-difframe-l:before {
    bottom: -10px;
    left: -10px;
}
.img-difframe-r:before {
    top: -10px;
    right: -10px;
}
}
.ad {
   padding-bottom:10em !important;
}
@media only screen and (max-width: 768px) {
	.ad {
   padding-bottom:4em !important;
}
}
.sns-bnr {
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content:  center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width:10%;
	margin:10px auto;
}
.sns-bnr li {
    margin-right:10%;	
}
@media only screen and (max-width: 768px) {
.sns-bnr {
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content:  center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
	margin:10px auto;
}
.sns-bnr li {
	margin-left:5%;
    margin-right:5%;	
}
.sns-bnr li a{
    display:block;
	text-align:center;
	margin:auto;	
}
}
.tbl-2 th:nth-of-type(1) {
   width:10%;
   vertical-align:middle;
   text-align:center;
}
.tbl-2 th:nth-of-type(2) {
   width:15%;
}
.tbl-2 th:nth-of-type(3) {
   width:30%;
}
.tbl-2 th:nth-of-type(4) {
   width:15%;
}

.tbl-2 th:nth-of-type(5) {
   width:25%;
}

.tbl-2 td {
 vertical-align:middle;
}
.tbl-2 td:nth-of-type(1) {
    vertical-align:middle;
   text-align:center;
}


.tbl-3 th:nth-of-type(1) {
   width:18%;
   vertical-align:middle;
   text-align:center;
}
.tbl-3 th:nth-of-type(2) {
   width:25%;
}
.tbl-3 th:nth-of-type(3) {
   width:17%;
}
.tbl-3 th:nth-of-type(4) {
   width:30%;
}
.tbl-3 td {
 vertical-align:middle;
}

.tbl-5 td:nth-of-type(1) {
   width:10% ;
   vertical-align:middle;
   text-align:center;
}
.tbl-5 td:nth-of-type(2) {
   width:15%;
}
.tbl-5 td:nth-of-type(3) {
   width:30%;
}
.tbl-5 td:nth-of-type(4) {
   width:10%;
}

.tbl-5 td:nth-of-type(5) {
   width:35%;
}

.tbl-6 td:nth-of-type(1) {
   width:15% ;
   vertical-align:middle;
   text-align:center;
}
.tbl-6 td:nth-of-type(2) {
   width:10%;
      vertical-align:middle;
   text-align:center;
}
.tbl-6 td:nth-of-type(3) {
   width:30%;
}
.tbl-6 td:nth-of-type(4) {
   width:20%;
}

.tbl-6 td:nth-of-type(5) {
   width:25%;
}

.tbl-8 .td-05 {
   width:15%;
}

@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
	margin-top:1em;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table.tbl-5 td,.table-scroll table.tbl-6 td,.table-scroll table.tbl-8 td {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
	word-break:keep-all;
	line-break:strict;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table.tbl-3 td:nth-of-type(4) {
    width: 300px ;
    min-width: 300px ;
    display:table-cell;
    font-size:12px;
    text-align:left;
}
.table-scroll table.tbl-3 th:nth-of-type(4){
    width: 300px!important;
    min-width: 300px ;
}
.table-scroll table.tbl-2 th:nth-of-type(5) {
    width: 300px  !important;
    min-width: 300px ;
}
.table-scroll table.tbl-6 td:nth-of-type(5) {
    width: 300px  !important;
    min-width: 300px ;
	text-align:left;
}
.table-scroll table.tbl-8 td.td-01 {
    width: 350px  !important;
    min-width: 350px ;
	text-align:left;
}
.table-scroll table.tbl-8 td.td-02 {
    width: 140px  !important;
    min-width: 140px ;
	text-align:left;
}
.table-scroll table.tbl-8 td.td-03 {
    width: 340px  !important;
    min-width: 340px ;
	text-align:left;
}
.table-scroll table.tbl-8 td.td-04 {
    width: 140px  !important;
    min-width: 140px ;
	text-align:left;
}
.table-scroll table.tbl-2 td:nth-of-type(5) {
    width: 300px ;
    min-width: 300px ;
    display:table-cell;
    font-size:12px;
    text-align:left;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
