/* 
 * ------- additional css elements  ---------------------
 */

/*===========================
main-vis
===========================*/

.vis1 .catch {
	position: absolute;
	text-align: left;
	left: 5%;
	top: 10%;
	font-size: 2.7vw;
	line-height:1.4em;
	/* height: 14em;*/
	color:#486c28;
	letter-spacing: 0;
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
	background:rgba(255,255,255,0.7);
	padding:0.5em;
}
/*
.vis1 .catch span {
	font-size:2.2vw;
}
*/
.subCatch {
	font-size:2.2vw;
	line-height:1.4em;
}

@media only screen and (max-width: 1000px) {
.vis1 .catch {
	left: 2%;
	top: 2%;
	font-size: 3vw;
}
}
@media only screen and (max-width: 768px) {
.vis1 .catch {
    line-height:1.6;
	width:100%;
	left:0px;
	top:15%;
	bottom:auto;
	text-align:center;
	font-size:6vw;
}
.subCatch {
    font-size: 3.5vw;
    line-height: 1.2em;
    margin-top:0%;
}
.vis1 {
    background-position: center;
}
}

/*===========================
home layout
===========================*/

.home-bg2 {
	background-color: #f6fce8;
}
.home-inner ul.circle {
	position: relative;
}
.home-inner ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
.home-inner ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
.intro {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px;
	margin: 0 auto;
	z-index: 999;
	position: relative;/* min-height: 150px; */
}
.intro h2 {
	text-align: center;
}
.intro h2 span {
	position: relative;
	display: inline-block;
	font-size:1.5rem;
	padding: 0 0.5em;
}
.intro h2 span::before, .intro h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 1.5em;
	height: 1px;
	background-color: black;
}
.intro h2 span::before {
	left: 100%;
}
.intro h2 span::after {
	right: 100%;
}
.intro h3 {
	font-weight: bold;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em !important;
}
.intro .catch {
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.intro .two_third {
	margin-left: 0;
}
.intro img {
	max-width: 100%;
	height:auto;
}
.intro ul.li_pdf {
	position: relative;
}
.intro ul.li_pdf li {
	padding: 0;
	margin-bottom: 0.7em;
	float: left;
	margin-right: 35px;
}
.intro ul.li_pdf li:before {
	position: relative;
	content: "\f1c1";
	font-family: FontAwesome;
	left: -0.3em;
	font-size: 1.2em;
}
/*===========================
pickup
===========================*/

.pickup1 .pick-a1 {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.pickup1 .pick-b1 {
	width: 48%;
	float: left;
}
 @media screen and (max-width: 500px) {
.pickup1 .pick-a1 {
	width: 100%;
	float: none;
	margin-right: 0;
}
.pickup1 .pick-b1 {
	width: 100%;
	float: none;
}
}
/*===========================
list
===========================*/

ul.circle, ul.check {
	position: relative;
}
ul.circle li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.check li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.check li::before {
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}
ul.nb_circle li {
	padding: 0 0 0 1.2em;
	margin-bottom: 0;
}
ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.6em;
}
ul.nb_circle2 {
	position: relative;
}
ul.nb_circle2 li {
	float: left;
	padding: 0 0 0 1.2em;
	margin-bottom: 0.2em;
	width: 43%;
}
ul.nb_circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.nb_circle, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.7em;
	width: 43%;
}
ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li {
	float: left;
	padding: 0 0 0.5em 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: 1px dashed #CCC;
	width: 27%;
}
ul.check3 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0.2em 30px 0.2em 0;
	margin-right: 35px;
	width: 42%;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 30px;
	width: 18.5%;
}
.small-writeup ul.circle4 {
	position: relative;
}
.small-writeup ul.circle4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.8em;
	margin-right: 30px;
	width: 16%;
}
ul.check4 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.point2 li {
	background: #80aa6d;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.point3 li {
	background: #80aa6d;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1em;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 31%;
}
ul.point4 li {
	background: #80aa6d;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1rem;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 23%;
}
ol.num-list {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
ol.num-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.num-list li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
  display:inline-block;
	background: #027D4C;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
    top: 30%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.num-list2 {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
ol.num-list2 li {
	font-size: 1.4em;
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 40px;
	margin-right: 1%;
	float: left;
	width: 43%;
}
ol.num-list2 li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
  display:inline-block;
	background: #ee8800;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 20px;
	border-radius: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align:center;/*以下 上下中央寄せのため*//*  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%); */
}
ul.feature2 li {
	background: #a1cc8f;
	padding: 0.4em 1em;
	margin: 0 1% 10px;
	font-size:1.1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	float: left;
	width: 43%;
}
ul.feature3 li {
	background: #a1cc8f;
	padding: 0.4em 1em;
	margin: 0 1% 10px;
	font-size:1.1rem;
	color:#FFF;
	text-align:center;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	float: left;
	width: 27%;
}

 @media screen and (max-width: 768px) {
ul.circle2 li, ul.check2 li {
	float: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0.7em;
	width: 90%;
}
ul.circle5 li {
	width: 100%;
}

ol.num-list li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
  display:inline-block;
	background: #027D4C;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
    top: 20%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

}
/*===========================
table
===========================*/

table th {
	padding: 12px;
	text-align: center;
	vertical-align:middle;
	border-color:#ccc;
	background-color: #eff7ea;
	color:#333;
}
table td {
	padding: 12px;
	vertical-align:middle;
	background-color:#FFF;
	border-color:#ccc;
}
table td.tdcolor {
	background-color: #eeeeee;
}
table.table-various1 td.td_right {
	text-align:right;
}
table td ul.circle2 li {
	float: left;
	padding: 0 0 0 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: none !important;
	width: 40%;
}
table td ul.circle2_2 li {
	float: left;
	padding: 0 0 0 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: none !important;
	width: 35%;
}
table td ul.circle2 li:before, table td ul.circle2_2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
table td ul.circle3 li {
	float: left;
	padding: 0 0 0 1.2em;
	margin: 0.2em 35px 0.5em 0;
	border-bottom: none !important;
	width: 23%;
}
table td ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
/* 線のtable */

table.table-various3 th {
	text-align:center;
	vertical-align:middle;
}
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}
/*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;
}
 @media only screen and (max-width: 768px) {
.scroll table {
	min-width:768px;
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
table th {
	width:100% !important;
	box-sizing: border-box;
}
table td {
	width:100% !important;
	border-collapse:collapse;
	box-sizing: border-box;
}
}
/*===========================
others
===========================*/

.flow-down h4, .flow-end h4 {
	border-bottom: none !important;
}
.bg-color {
	background-color: #f5f7f5;
}
/*===========================
others
===========================*/

/* 見出し */

h3.small {
	font-size: 1.1em;
}
h3.h3_various1 {
	position: relative;
	padding: 1em 0;
}
h3.h3_various1::before, h3.h3_various1::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h3.h3_various1::before {
	top: 0;
	border-top: 2px solid #D9D0C3;
	border-bottom: 1px solid #D9D0C3;
}
h3.h3_various1::after {
	bottom: 0;
	border-top: 1px solid #D9D0C3;
	border-bottom: 2px solid #D9D0C3;
}
h4.various4 {
	margin-top: 0 !important;
	padding: .5em .75em;
	background-color: #e6f2de;
	border-bottom: none;
}
h4.various5 {
	padding: .5em .75em;
	background-color: #eee;
	border-bottom: none;
}
/* テキスト */

.white {
	color: #FFF !important;
}
.tx-signature {
	font-weight:bold;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb55 {
	margin-bottom:55px !important;
}
.txtsize1 {
	font-size:1.2rem;
	line-height: 1.5em;
}
.txtsize2 {
	font-size:1.4rem;
}
.tx-right {
	text-align: right;
}
.catchcopy {
	font-size:1.7rem;
	font-family: 'Noto Sans Japanese';
	font-weight:normal;
	line-height:1.3em;
	color: #e68e00;
}
.catchcopy2 {
	font-size:1.5rem;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold !important;
	font-weight:normal;
	line-height:1.3em;
	color: #FF5900;
}
.orange {
	color: #DE3F00;
}
.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}
#anchor1, #anchor2, #anchor3 {
	padding-top:160px;
	margin-top: -160px;
}
/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 42%;
	border: 1px solid #ccc;
	background-color: #FFF;
	box-shadow: none;
	list-style: none;
	padding: 20px 30px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .box1_2 {
	width: 44%;
	border: 2px solid #699654;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	background-color: #FFF;
	box-shadow: none;
}
.Boxwrap .box h3 {
	font-size: 1.4em !important;
	margin-bottom: 1em;
	text-align: center;
}
.Boxwrap .box h4 {
	font-size: 1.1em !important;
}
.Boxwrap .box2 {
	width: 26%;
	border: 2px solid #b8e1a6;
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
	background-color: #FFF;
	box-shadow: none;
}
.Boxwrap .first {
	margin-left: 0 !important;
}
.box {
	background-color: #e5efdc;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #e5efdc;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	text-align: center;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f2f7e8;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f2f7e8;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	/* border: 4px double #a0c47f; */
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
ul.box4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box4 li {
	border: 1px solid #b8e1a6;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 31%;
	margin: 1%;
}
ul.box4 h3 {
	font-size: 1.4em;
}
ul.box5 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box5 li {
	border: 1px solid #b8e1a6;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 45%;
	margin: 0 1.5%;
}
.small-writeup {
	margin-bottom: 0;
}
.small-writeup h3 {
	font-size: 1.3rem;
	margin-bottom: 1em;
}
/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0.25em 1em;
	background: #027D4C;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn2 a:hover {
	background: #03af6a;
}
.btn3 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	line-height: 35px;
	font-size:1.1rem;
	position: relative;
	display: inline-block;
	padding: 0.2em 2em;
	background: #027D4C;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.btn3 a:hover {
	background: #03af6a;
}
/* others */

.pc {
}
.comingsoon {
	border: 1px solid #ddd;
	padding: 5em 2em;
	text-align: center;
}
.pdf a:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.insta {
	text-align: center;
}
iframe[src*="https://instawidget.net/embed"] {
	height: 620px !important;
}
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
 @media screen and (max-width: 768px) {
.pc {
	display:none
}
}
/* subnavi */


.subnavi {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #EEE;
	margin-top: 140px;
}
.subnavi ul {
	margin: 0 auto;
	max-width: 1000px;
}
.subnavi ul li {
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin: 0 15px 0;
}
.subnavi ul li a {
	text-decoration: none;
	padding: 13px 0 11px;
	display: block;
}
.subnavi ul li a:hover {
	color: #999;
}
 @media screen and (max-width: 768px) {
.subnavi {
	border-bottom: none;
}
.subnavi ul li {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: none;
	margin: 0;
}
.subnavi ul li a {
	box-sizing: border-box;
	margin: 0;
	border: none;
	border-bottom: 1px dotted #DDD;
}
.subnavi ul li.first {
	border-top: none;
}
}
/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 30%; /*flex: 2;*/
}
.contents-img {
	width: 65%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
 @media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h2 {
	text-align: center;
}
}
/*----------------------------
variable grid
-----------------------------*/

.one_half2, .one_third2, .one_quarter2 {
	display: inline;
	float: left;
	margin: 0 0 0 5%;
	list-style: none;
}
.one_half2:first-child, .one_third2:first-child, .one_quarter2:first-child {
	margin-left: 0;
}
.one_half2 {
	width: 47.5%;
}
.one_third2 {
	width: 30%;
}
.one_quarter2 {
	width: 21.25%;
}
 @media screen and (max-width: 500px) {
.one_half2, .one_third2, .one_quarter2 {
	width: 100%;
	margin: 0 0 3em 0;
}
}
/* フローSmall */

.area_flowS {
	padding:0 0px;
	width: 80%;
	margin: 0 auto;
}
.area_flowS .inner_flow {
	background-color:#fafafa;
	border:1px solid #D9D9D9;
	padding:4px;
	border-radius:5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	min-height:1em;
}
.area_flowS .inner_flow .txtWrap {
}
.area_flowS .arrow {
	margin:0 auto 5px auto;
	display:block;
	width:40px;
	height:26px;
	background:url(../img/content/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
}
.pickup2 .topics h2.h2-ttl {
	width: 100px;
	height: 60px;
	padding: 10px;
	color: #FFF;
	background-color: #517c03;
	font-size: 1rem;
	vertical-align:bottom;
}
.pickup2 .topics h2.h2-ttl span {
	bottom: -30%;
}
table td span.notes-pay {
	padding: 14px;
	vertical-align: middle;
	color: #ff0000;
}
.contents-wrap-1 {
	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: space-between;
	justify-content: space-between;
}
.contents-wrap-2 {
	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: space-between;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
ol.add_num {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 2em;
	border: solid 2px #69A35A;
}
ol.add_num li {
	border-bottom: dashed 1px #69A35A;
	position: relative;
	padding: 0.5em 0.5em 0.5em 40px;
	line-height: 1.3em;
	font-size:1.4em;
	width:90%;
	float: left;
	margin-right:10px;
	margin-left:10px;
}
ol.add_num li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
  display:inline-block;
	background: #69A35A;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
  top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ol.add_num li span {
	display:block;
	font-size:0.7em;
}
.catchcopy1-1 {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: normal;
	line-height: 1.3em;
}
.blue-border {
	border:2px solid #39F;
	padding:2%;
	margin-bottom:2%;
}
.pink-border {
	border:2px solid #F9F;
	padding:2%;
	margin-bottom:2%;
}
.green-border {
	border:2px solid #6C3;
	padding:2%;
	margin-bottom:2%;
}
table th {
	text-align: center !important;
	vertical-align: middle;
}
table.table-various1 th {
	padding: 9px 5px;
	border: none;
	border-bottom: 1px #999 solid;
	background-color: #fff;
	text-align: left;
}
.menu-span {
	color:#ff0000;
}
.flex-colum {
	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: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-colum-list3 {
	width:32%;
}
.comment {
	font-size:1.2em;
}
.h3-ttl {
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 1.38rem;
} 
.h3-ttl02 {
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 0.2em;
	font-size: 1.38rem;
	margin-top:2.3rem;
}  
.secondaryNavArea .logo {
	position: relative;
	width: 20vw;
    top: 20%;
	left: 4%;
	bottom: 8px;
	box-sizing: border-box;
	float: left;
	margin-right: 12%;
	margin-top: 0px;
}
.tx-cnt {
	font-size:1.0rem;
}
.div-cnt640 {
	max-width:640px;
	margin:0 auto;
}
.sosyal {
	margin:10px;
	width:100%;
}
.sosyal li {
	width:20%;
	margin-right:2%;
	display:inline;
}
.sosyal li img {
	width:3%;
}
.flex-2 {
	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: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.circle2 li {
	border-bottom: 1px dashed #CCC;
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em;
	width: 88%;
}
table.furikomi {
	margin-bottom: 1.5em;
}
.wd80 {
	width: 80%;
	margin: 0 auto;
}
.sosyal a:link, .sosyal a:visited {
	color: #037503 !important;
}
.content ol.number-list {
	list-style-position: outside;
	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: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content ol.number-list li {
	width:28%;
	margin-right:1%;
}
table.desc-tbl th {
	width:40%;
}
table.desc-tbl td {
	width:60%;
}
.like-btn3 {
	color: #000;
	line-height: 1;
}
.like-btn3 a {
	background-color: #037c0f;
	border: 1px solid #000;
	color: #fff !important;
}
.like-btn3 a {
	padding: 1px 15px 1px 17px;
	line-height: 1;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-radius: 18px;
	font-size: 0.8rem;
}
.like-btn3 a:hover {
	background-color: rgba(3, 124, 15, 0.8);
	border: 1px solid #fff;
	color: #FFF;
}
.col_red {
	color:#F03;
}

@media only screen and (max-width: 1100px) {
.secondaryNavArea .logo {
    position: relative;
    width: 20vw;
    left: 4%;
    bottom: 8px;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-top: 1%;
}
.secondaryNavArea .logo img{
    width: 100%;
	height:auto;   
}
.secondaryNavArea .main-nav ul li {
    margin-left: 2%;
}
.secondaryNavArea .main-nav ul li:nth-of-type(1) {
    margin-left: 4%;
}
}
@media only screen and (max-width: 800px) {
.secondaryNavArea .main-nav ul li {
    margin-left: 1%;
}
.secondaryNavArea .main-nav ul li:nth-of-type(1) {
    margin-left: 3%;
}	

}
@media only screen and (max-width: 768px) {
.secondaryNavArea .logo {
    position: relative;
    width: 40vw;
    left: 4%;
    top: 5px;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
   margin-top: 3%;
}
}

@media only screen and (max-width: 768px) {
.sosyal {
    margin: 10px;
    width: 100%;
	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: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sosyal li {
    width:25%;
    margin-right: 2%;
	margin-bottom:5%;
    display: flex;
}
.sosyal li:nth-of-type(4) {
    width:90%;
    margin-right: 2%;
}
.sosyal li img {
    width: 50%;
}
}
* {
   box-sizing:border-box;
}
.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;
}
.res-wd40{
   width:40% !important;
   margin:auto;
}
.res-wd50 {
  width:50% !important;
  margin:0 auto;
}
.res-wd60 {
  width:60% !important;
  margin:0 auto;
}
.res-wd70 {
  width:70% !important;
  margin:0 auto;
}
.res-wd80 {
  width:80% !important;
  margin:0 auto;
}
.res-wd85 {
  width:85% !important;
  margin:0 auto;
}
.res-wd90 {
  width:90% !important;
  margin:0 auto;
}
.res-wd95 {
  width:95% !important;
  margin:0 auto;
}

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

@media only screen and (max-width: 500px) {
.content ol.number-list li {
    width: 90%;
    margin-right: 1%;
}
}

.tel_a {
    text-decoration:none;
	color: #fff !important;
}
.tel_a1 {
    text-decoration:none;
	color: #333 !important;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.like-btn6 a {
	background-color:#ffae00;
    border: 1px solid #FFF;
    color: #FFF!important;
}
.like-btn6 a {
    padding: 0.3em 15px 0.3em 17px;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #ff8b03;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.8rem;
}

.like-btn6 a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 7%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.like-btn6 a::before {
    border-left: 4px solid #fff;
}
/*===========================
anchor
===========================*/


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

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

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#kouza {
    margin-top: -125px;
    padding-top: 125px;
}

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:48%;
    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;
}

@media only screen and (max-width: 768px) {
.h1small {
    font-size:0.8em;
}
.h2small {
    font-size:1.2em;
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:2%;
    position: relative;
}
}
.data01,.data01 a {
    color:#fff !important;
}

.sec-01 { 
    padding:1em 0 1em;
}
.sec-01.after { 
    padding:1em 0 5em;
}

.pickup2 h3 {
    font-family: 'Sawarabi Mincho';
    font-size: 1.3em;
    margin: .2em 0 .6em;
}

.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:49%;
  margin:0 1% 0 0%; 
}
.flex-2col li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:49%;
  margin:2% 0 0 1%; 
}
.flex-2col-start li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col-start li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}

.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:60% !important;
  margin:0% 0 0 0% !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-2col-2 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-2 li:nth-of-type(1){
  width:37%;
  margin:0 0 0 3%; 
}
.flex-2col-2 li:nth-of-type(2){
  width:52%;
  margin:0 0 0 3%; 
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32.333%;
  margin:2% 0 0 1.5%; 
}
.flex-3col > li:first-of-type{
  width:32.333%;
  margin:2% 0 0 0%; 
}
.flex-3col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col-start > li{
  width:30%;
  margin:0% 0 0 5%; 
}
.flex-3col-start li:nth-of-type(1), .flex-3col-start li:nth-of-type(3n+1) {
  width:30%;
  margin:0% 0% 0 0%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li,.flex-3col > li:nth-of-type(1),.flex-3col-start > li,.flex-3col-start > li:nth-of-type(1),.flex-3col-start > li:nth-of-type(3n+1){
  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;  
}

}
.h4-ttl01 {
  margin-top:1rem;
  margin-bottom:0.7rem;
}
.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: #008066;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	margin:0.2rem 0;
}
.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;
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data 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;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a 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;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    text-decoration: none;
}
img {
    width:100%;
	height:auto;
}
.table-various2 .th-01 {
    width:25%;
}
.table-various2 .th-02 {
    width:35%;
}
.table-various2 .th-03 {
    width:20%;
}
.table-various2 .th-04 {
    width:20%;
}
.td-01 {
    font-size:1.0rem;
	font-weight:600;
	text-align:center;
	color:#F60;
}

@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.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 td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.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;
}

}

.sub-menu {
    position: relative;
    z-index: 100;
}
ul.sub-menu li a {
    padding: 0em 0;
    margin: 0 1%;
    margin-bottom: 10px;
    font-size: 1.2rem;
	font-weight:600;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: left;
    width: 48%;
    min-width: 220px;
    background: inherit;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
ul.sub-menu li a {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    text-decoration: none;
}
ul.sub-menu li a:hover {
    opacity:0.5;
}

ul.sub-menu li a span{
	position:absolute;
    top: 45%;
	left:30%;
	background-color:rgba(51,51,51,0.3);
	padding:10px;
   
}
ul.sub-menu li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px){
ul.sub-menu li a {
    float: none;
    width: 100%;
	display:block;
	margin:10px auto;
	text-align:center;
}
footer .copyright2 {
    width: 90%;
    margin: 10px auto 100px;
	text-align:center;
}
}
/* 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;
}
}

.larImg01 {
	overflow: hidden;
	width: 540px;
	height: 300px;
	margin:0 auto;
}
.larImg01 img {
	width: 540px;
	display: block;
	transition: 0.5s;
	text-align:center;
}
.larImg02 {
	overflow: hidden;
	width: 400px;
	height: 200px;
	margin:0 auto;
}
.larImg02 img {
    width: 400px;
	display: block;
	transition: 0.5s;
	text-align:center;
}
.larImg01 img:hover,.larImg02 img:hover {
	transform: scale(1.1, 1.1);
}
@media only screen and (max-width: 768px) {
.larImg01,.larImg02 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.larImg01 img ,.larImg02 img {
	width: 100%;
	display: block;
	transition: 0.5s;
	margin:0 auto;
	text-align:center;
}
}


.h2-ttl {
    position:relative;
	text-align:center;
	font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 2em;
}
.h2-ttl:after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    z-index: 1;
    content: '';
    display: block;
    height: 2px;
    background: #6CB046;
    width: 240px;
    margin-left: -120px;
}

.pick-a,.pick-b,.pick-c {
    position:relative;
}
@media only screen and (max-width: 768px) {
.pick-a .txt,.pick-b .txt,.pick-c .txt {
    position:absolute !important;
	bottom:-25%;
	left:10%;
	
}
#flow {
    margin-top: -5%;
    padding-top: 5%;
}
#faq {
    margin-top: -5%;
    padding-top: 5%;
}
ul.sub-menu li a span {
    left: 20%;
}
.sec-01 {
    padding: 1em 0;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.wrap-h3 {
    margin:2em auto;
}
.catch01 {
    text-align:center;
	font-size:1.2em;
	font-weight:800;
	line-height:1.4;
	color:#F00;
	text-shadow:1px 0px #CCC;
}
.catch02 {
    text-align:center;
	font-size:1.4em;
	font-weight:800;
	line-height:1.4;
	color:#1a9651;
	text-shadow:1px 0px #CCC;
	margin-bottom:20px;
}
.tbl-t th {
    width:30%;
}
@media only screen and (max-width: 768px) {
.catch01 {
    text-align:left;
	font-size:1.1em;
	line-height:1.4;
	color:#F00;
}
.catch02 {
    text-align:left;
	font-size:1.3em;
	font-weight:400;
	line-height:1.4;
	color:#1a9651;
	text-shadow:1px 0px #CCC;
	margin-bottom:20px;
}

table th ,table td,.tbl-t th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}
.wrap-h2 {
  width:96%;
  margin:4% auto 3%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 3%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 3%;
}
.line-both {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top:50px;
}

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

.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;
}
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-height {
   height:250px;
}
@media only screen and (max-width: 998px) {
.box-height {
   height:330px;
}
}
@media only screen and (min-width: 480px){
.footer_tel a, .footer_mail a {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}
.box-height {
   height:auto;
}

.footer_tel a {
    background-color: #469218;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    left: 0px;
    text-align: center;
    z-index: 9999;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    border-right: 1px solid #d5fed9;
	text-decoration:none;
}
.footer_mail a {
    background-color: #469218;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 50%;
    font-weight: 700;
    color: #FFF !important;
    text-align: center;
    z-index: 10000;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 2em;
    right: 0px;
    border-left: 1px solid #d5fed9;
	text-decoration:none;
}

}
.box-wrap {
    margin: 2em 0;
    background: #fff;
	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.5em;
}
.box-wrap p {
    padding: 15px 20px;
    margin: 0;
}
.h3-ttl0 {
    font-weight:500;
	margin-top:1.0em !important;
	margin-bottom:1.0em !important; 
	text-align:center;
	font-weight:200;
	color:#fff;
	background:#6CB046;
	padding:0.5em;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
html {
    overflow-x: hidden;
}
