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

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

.vis1 .catch {
	position: absolute;
	text-align: left;
	left: 2%;
	top: 45%;
	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.7vw;
}
.subcatch {
	font-size:2.2vw;
	line-height:1.3em;
}
/*===========================
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: 50%;
	-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%;
}
ul.li_pdf {
	position: relative;
}
ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.li_pdf2 {
	position: relative;
}
ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
 @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%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
}
/*===========================
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;
	width: 50%;
}
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;
}
.secondaryNavArea .logo {
	position: relative;
	width: 14vw;
	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: 1000px) {
.vis1 .catch {
	left: 2%;
	top: 45%;
	font-size: 7vw;
}
}
@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: 0px;
}
.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: 32vw;
    left: 4%;
    top: 5px;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-top: 0px;
}
}

@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;
}

.catchCp {
    font-size:1.1rem;
	font-weight:200;
	text-align:center;
	color:#C30;
}
.catchCp02 {
    font-size:1.3rem;
	font-weight:600;
	text-align:center;
	padding:2em;
}
@media only screen and (max-width: 768px) {
.vis1 .catch {
	text-align: center;
	left:0%;
}
.vis1 .catch span {

    font-size:7vw;
}
}

.catch-middle {
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: 700;
}
.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:50%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:49%;
  margin:2% 1% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:47%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:49%;
  margin:2% 1% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:49%;
  margin:2% 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:39% !important;
  margin:0 0 0 1% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:2% 1% 0 0% !important;  
}
.flex-list6 {
  width:60% !important;
  margin:2% 0 0 0% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:2% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:2% 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%; 
}
@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-3col > li:nth-of-type(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;  
}

}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.3em 0.5em 1em;
    line-height: 1.3;
    background: #517c03;
    -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;
}

.h3-ttl {
     line-height:1.2;
	 margin-top:6%;
}

.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 600px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
.box-sd {
    padding: 1.2rem;
}
.catchCp02 {
    padding: 1em;
	text-align:left;
}
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }