/* 
 * ------- additional css elements  ---------------------
 */

/*===========================
header
===========================*/

.homeNavArea .icon {
	text-align: center;
}
.secondaryNavArea .logo {
	position: relative;
	/* width: 15vw !important; */
	left: 2%;
	box-sizing: border-box;
	float: left;
	margin-right: 6%;
}

.secondaryNavArea .icon {
	position: relative;
	width: 8vw !important;
	left: 2%;
	box-sizing: border-box;
	float: left;
	margin-right: 6% !important;
}
.secondaryNavArea .icon img {
	height: 120px;
}

.secondaryNavArea .main-nav ul li {
	margin-left: 4% !important;
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
.secondaryNavArea .logo {
	position: relative;
	width: 17vw;
	left: 2%;
	float: left;
	box-sizing: border-box;
	margin-right: 2%;
}
.secondaryNavArea .logo img {
}

.secondaryNavArea .icon {
	position: relative;
	width: 6vw !important;
	left: 10%;
	float: left;
	box-sizing: border-box;
	margin-right: 12% !important;
}
.secondaryNavArea .icon img {
	height: 100px;
}

.secondaryNavArea .main-nav ul li {
	margin-left: 1.5em !important;
	font-size:0.9em;
}
}

@media screen and (max-width: 768px) {
.homeNavArea .icon {
	margin-top: 1vw;
	width: 68vw;
	text-align: right;
}
.secondaryNavArea .icon {
	position: relative;
	width: 6vw !important;
	left: 10%;
	float: left;
	box-sizing: border-box;
	margin-right: 0 !important;
}

.homeNavArea .icon img, .secondaryNavArea .icon img {
	height: 120px;
}
}
@media screen and (max-width: 500px) {
.homeNavArea .icon {
	display: block;
	width: 80vw;
	text-align: right;
}
.secondaryNavArea .icon {
	position: relative;
	width: 6vw !important;
	top: 5px;
	left: 20%;
	float: left;
	box-sizing: border-box;
	margin-right: 0 !important;
}

.homeNavArea .icon img, .secondaryNavArea .icon img {
	height: 15vw;
}
}

/*===========================
footer
===========================*/

@media only screen and (max-width: 736px) {

/* Cパターンで使用 */

footer .footerInner #totop a {
	bottom: 25vw;
}
footer .copyright2 {
	width: 150px;
	margin: 20px auto 60px;
}

.footer_tel a {
    background-color: #039B05;
    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 #FFF;
}
.footer_mail a {
    background-color: #039B05;
    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 #FFF;
}
}

@media only screen and (min-width: 480px) {
.footer_tel a, .footer_mail a {
    display: none;
}
}


/*===========================
main-vis
===========================*/

.vis1 .catch {
	text-align: left;
	margin-top: 25%;
	margin-left: 2%;
	font-size: 2.7vw;
	line-height:1.4em;
	/* height: 14em;*/
	/* color:#486c28; */
	color: #FFF;
	letter-spacing: 0;
	font-weight:bold !important;
	transform: rotate(.03deg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1em;
}
.vis1 .catch span {
	font-size: 3.5vw;
}
.subcatch {
	font-size:2.2vw;
	line-height:1.3em;
}
 @media screen and (max-width: 768px) {
.vis1 .catch {
	margin-top: 50%;
	font-size: 2.5rem;
	padding: 0.8em;
}
.vis1 .catch span {
	font-size: 3rem;
}
}
 @media screen and (max-width: 500px) {
.vis1 .catch {
	margin-top: 65%;
	font-size: 1.1rem;
}
.vis1 .catch span {
	font-size: 2rem;
}
}

/*===========================
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 {
	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;
}
 @media screen and (max-width: 500px) {
.intro h1, .intro .txtsize2 {
	font-size: 1rem !important;
}
 }
/*===========================
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.check li {
	padding: 0 0 0.5em 1.8em;
}
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_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: 30%;
}
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.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: #ee8800;
	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 {
	position: relative;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	margin-right: 1%;
	float: left;
	width: 44%;
}
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: 15px;
	border-radius: 50%;
	left: 0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	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 th {
	padding: 12px;
	vertical-align:middle;
	border-color:#768065;
	background-color: #ddd;
	color:#333;
}
 */
 
/* 線の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%;
	box-sizing: border-box;
}
table td {
	width:100%;
	border-collapse:collapse;
	box-sizing: border-box;
}
}
/*===========================
others
===========================*/

.flow-down h4, .flow-end h4 {
	border-bottom: none !important;
}
/*===========================
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 {
	padding: .5em .75em;
	background-color: #e6f2de;
	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;
	font-family: 'Noto Sans Japanese';
	font-weight: nomal !important;
	font-weight:normal;
	line-height:1.3em;
	color: #e68e00;
}

.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: 43%;
	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 .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;
}
.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.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%;
}
.box6 {
	border: 1px solid #a0c47f;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #ccc;
}
.small-writeup {
	margin-bottom: 0;
}
.small-writeup h3 {
	font-size: 1.3rem;
	margin-bottom: 1em;
}
a.imghover {
    background-color:#ffffff;
    display:block;
}

a.imghover:hover img{
    cursor:pointer;
    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;
    zoom:1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

 @media screen and (max-width: 768px) {
.Boxwrap .box {
	width: 100%;
	margin-left: 0;
}
 
ul.box4 {
	display: block;
}
ul.box4 li {
	width: auto;
	margin: 0;
	margin-bottom: 40px;
}
}


/* ボタン */

.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;
	box-shadow: 1px 1px 5px #999;
	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;
	box-shadow: 1px 1px 5px #333;
	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;
}

 @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;
}
}

.waku{
	border:#CCC 1px solid;