@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing: 0.4em;
	color: #181d19;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #000;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a img{
	opacity: 1;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a:hover{
	cursor: pointer;
}
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
input[type="submit"] {
  -webkit-appearance: none;
}

/*common layout*/
html,body{
	height: 100%;
	background: linear-gradient(90deg, #fff, #f6faf7);
}
body > div{
	margin: 0 auto;
	position: relative;
	background: url(../../img/bg-footer.png) 50% 0 no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

/*common header*/
body > div > header{
	width: 100%;
	position: fixed;
	z-index: 9999;
}
body > div > header > div{
	max-width: 1278px;
	position: relative;
	margin: 0 auto;
}
body > div > header > div > h1{
	position: absolute;
	top: 14vh;
	left: 0;
}
body > div > header > div > h1 img{
	height: 198px;
}
body > div > header > div > nav{
	width: 50px;
	position: absolute;
	right: 0;
	top: 14vh;
}
@media screen and (max-width: 1320px){
	body > div > header > div > h1{
		position: absolute;
		top: 14vh;
		left: 5vw;
	}
	body > div > header > div > nav{
		width: 50px;
		position: absolute;
		right: 5vw;
		top: 14vh;
	}
}
body > div > header > div > nav > ul{
	overflow: hidden;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
body > div > header > div > nav > ul > li{
	display: block;
	margin: 0 0 0 0;
	text-align: center;
	float: left;
	padding: 3.5vh 4px 0 29px;
}
body > div > header > div > nav > ul > li:nth-child(1){
	padding: 0 0 0 29px;
}
body > div > header > div > nav > ul > li:nth-child(1) a img{
	width: 18px;
}
body > div > header > div > nav > ul > li a{
	font-size: 13px;
	display: block;
	letter-spacing: 0.25em;
	position: relative;
	color: #181d19;
}
body > div > header > div > nav > ul > li a:hover{
	font-size: 13px;
	display: block;
	position: relative;
	color: #000;
}
body > div > header > div > nav > ul > li a.active{
	color:#000!important;
}
body > div > header > div > nav > ul > li a.active:before{
	content: "";
	width: 2px;
	height: 100%;
	background: #181d19;
	position: absolute;
	bottom: 0;
	margin: 0 0 0 0;
	left: -11px;
}
@media screen and (max-width: 1180px){
	body > div > header > div{
		display: none;
	}
}
@media screen and (max-width: 840px){
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		font-size: 12px;
		letter-spacing: 0.3em;
		line-height: 1.3em;
	}
	body > div{
		margin: 0 auto;
		position: relative;
		background-attachment: fixed;
		background-position: bottom;
		background-size: 100%;
	}
	body::before {
	  background:url(../../img/bg-footer.png) no-repeat left bottom;
	  background-size: 100% auto;
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  padding-bottom: 108px;
	  content: "";
	  z-index: -1;
	}
}

/*home*/
#home{
	width: 840px;
	margin: 0 auto;
	padding: 198px 0 0 0;
	position: relative;
}
#home:before{
	content: "";
	width: 1px;
	height: 122px;
	background: #e7ece8;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
#home > section > time{
	font-size: 16px;
}
#home > section > time > span{
	font-size: 30px;
}
#home > section > h1{
	font-size:42px;
	padding: 24px 0 10px 0;
	line-height: 1.2em!important;
}
#home > section > h1 span{
	font-size:18px;
	letter-spacing: 0.3em;
	padding: 0 0 0 11px;
}
#home > section > article{
	overflow: hidden;
	padding: 57px 0 0 0;
}
#home > section > article > div:first-child{
	width: 319px;
	float: right;
}
#home > section > article > div:last-child{
	width: 500px;
	float: left;
}
#home > section > article > div:last-child ul li{
	padding: 36px 0 0 0;
}
#home > section > article > div:last-child ul li:first-child{
	padding: 0 0 0 0;
}
#home > section > article > div:last-child ul li h3{
	font-size: 14px;
	position: relative;
	padding: 0 0 0 15px;
}
#home > section > article > div:last-child ul li h3:before{
	content:"□";
	position: absolute;
	top: -2px;
	left: 0;
}
#home > section > article > div:last-child ul li p{
	padding: 8px 0 0 15px;
	font-size: 13px;
}
#home > section > article > div:last-child ul li p.textLink{
	padding: 13px 0 0 34px;
	font-size: 14px;
	position: relative;
}
#home > section > article > div:last-child ul li p.textLink:before{
	content:"";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 10px;
	border-color: transparent transparent transparent #08e08c;
}
#home > section > article > div:last-child ul li p.textLink a{
	padding: 0 0 3px 0;
	color: #181d19;
	border-bottom: 1px dotted #181d19;
}
#home > section > article > div:last-child ul li p.textLink a:hover{
	padding: 0 0 3px 0;
	color: #08e08c;
	border-bottom: 1px dotted #08e08c;
}
#home > section > article > div:last-child ul li p strong{
	font-size: 16px;
}
#home > section > div{
	width: 796px;
	overflow: hidden;
	background: #f3f5f3;
	padding: 33px 22px 33px 22px;
	margin: 76px 0 0 0;
}
#home > section > div h3{
	float: left;
	font-size: 14px;
	position: relative;
	padding: 0 20px 0 0;
}
#home > section > div h3:after{
	content: "：";
	position: absolute;
	right: 0;
}
#home > section > div p{
	float: left;
	font-size: 14px;
}
#home > section > div address{
	float: right;
	font-size: 14px;
}
@media screen and (max-width: 1180px){
	#home{
		width: 92%;
		margin: 0 auto;
		padding: 122px 0 0 0;
		position: relative;
		background: url(../../img/logo.png) right 26px no-repeat;
		background-size: 18px;
	}
	#home:before{
		content: "";
		width: 1px;
		height: 122px;
		background: none;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
}
@media screen and (max-width: 840px){
	#home{
		width: 92%;
		margin: 0 auto;
		padding: 122px 0 0 0;
		position: relative;
	}
	#home:before{
		content: "";
		width: 1px;
		height: 122px;
		background: none;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#home > section > time{
		font-size: 12px;
	}
	#home > section > time > span{
		font-size: 22px;
	}
	#home > section > h1{
		font-size:36px;
		padding: 24px 0 11px 0;
		line-height: 16px;
	}
	#home > section > h1 span{
		font-size:13px;
		letter-spacing: 0.3em;
		padding: 0 0 0 11px;
	}
	#home > section > article{
		overflow: hidden;
		padding: 26px 0 0 0;
	}
	#home > section > article > div:first-child{
		width: 66%;
		float: none;
	}
	#home > section > article > div:first-child img{
		width: 100%;
	}
	#home > section > article > div:last-child{
		width: 100%;
		float: none;
		padding: 36px 0 0 0;
	}
	#home > section > article > div:last-child ul li{
		padding: 36px 0 0 0;
	}
	#home > section > article > div:last-child ul li:first-child{
		padding: 0 0 0 0;
	}
	#home > section > article > div:last-child ul li h3{
		font-size: 12px;
		position: relative;
		padding: 0 0 0 15px;
	}
	#home > section > article > div:last-child ul li h3:before{
		content:"□";
		position: absolute;
		top: -2px;
		left: 0;
	}
	#home > section > article > div:last-child ul li p{
		padding: 8px 0 0 15px;
		font-size: 12px;
	}
	#home > section > article > div:last-child ul li p.textLink{
		padding: 13px 0 0 34px;
		font-size: 14px;
		position: relative;
	}
	#home > section > article > div:last-child ul li p.textLink:before{
		content:"";
		position: absolute;
		top: 17px;
		left: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 10px;
		border-color: transparent transparent transparent #08e08c;
	}
	#home > section > article > div:last-child ul li p.textLink a{
		padding: 0 0 3px 0;
		color: #181d19;
		border-bottom: 1px dotted #181d19;
	}
	#home > section > article > div:last-child ul li p.textLink a:hover{
		padding: 0 0 3px 0;
		color: #08e08c;
		border-bottom: 1px dotted #08e08c;
	}
	#home > section > article > div:last-child ul li p strong{
		font-size: 16px;
	}
	#home > section > div{
		width: 90%;
		overflow: hidden;
		background: #f3f5f3;
		padding: 33px 5% 33px 5%;
		margin: 76px 0 0 0;
	}
}
@media screen and (max-width: 720px){
	#home > section > div{
		width: 88%;
		overflow: hidden;
		background: #f3f5f3;
		padding: 18px 6% 18px 6%;
		margin: 26px 0 0 0;
	}
	#home > section > div h3{
		width: 100%;
		float: none;
		font-size: 12px;
		position: relative;
		padding: 0 20px 0 0;
	}
	#home > section > div h3:after{
		content: "";
		position: absolute;
		right: 0;
	}
	#home > section > div p{
		width: 100%;
		float: none;
		padding: 0 0 6px 0;
		font-size: 12px;
	}
	#home > section > div address{
		width: 100%;
		text-align: left;
		float: none;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	#home > section > article > div:first-child{
			width: 100%;
			float: none;
		}
}

@media screen and (min-width: 840px){
	/*photo*/
	#photo{
		width: 100%;
		margin: 76px 0 0 0;
		padding: 180px 0 76px 0;
		position: relative;
	}
	#photo:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#photo > ul{
		width: 840px;
		height: 586px;
		margin: 0 auto;
		position: relative;
	}
	#photo > ul > li{
		position: absolute;
	}
	#photo > ul > li:nth-child(1){
		width: 300px;
		top: 156px;
		left: 0;
	}
	#photo > ul > li:nth-child(1) img{
		width: 300px;
	}
	#photo > ul > li:nth-child(2){
		top: 156px;
		left: 316px;
	}
	#photo > ul > li:nth-child(2) img{
		width: 220px;
	}
	#photo > ul > li:nth-child(3){
		top: 0;
		left: 396px;
	}
	#photo > ul > li:nth-child(3) img{
		width: 140px;
	}
	#photo > ul > li:nth-child(4){
		top:0;
		left: 552px;
	}
	#photo > ul > li:nth-child(4) img{
		width: 180px;
	}
	#photo > ul > li:nth-child(5){
		top:296px;
		right: 0;
	}
	#photo > ul > li:nth-child(5) img{
		width: 288px;
	}
	#photo > ul > li:nth-child(6){
		top: 370px;
		left: 150px;
	}
	#photo > ul > li:nth-child(6) img{
		width: 150px;
	}
	#photo > ul > li:nth-child(7){
		top: 370px;
		left: 35px;
	}
	#photo > ul > li:nth-child(7) img{
		width: 100px;
	}
}

@media screen and (max-width: 840px){
	#photo{
		width: 92%;
		margin: 56px auto 0 auto;
		padding: 180px 0 56px 0;
		position: relative;
	}
	#photo:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#photo > ul{
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#photo > ul > li{
		position: relative;
		line-height: 0;
		padding: 0 0 2% 0;
	}
	#photo > ul > li:nth-child(1){
		width: 100%;
		float: left;
	}
	#photo > ul > li:nth-child(1) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(2){
		width: 58%;
		float: left;
	}
	#photo > ul > li:nth-child(2) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(3){
		width: 40%;
		float: right;
	}
	#photo > ul > li:nth-child(3) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(4){
		float: right;
		width: 40%;
	}
	#photo > ul > li:nth-child(4) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(5){
		width: 58%;
		float: left;
	}
	#photo > ul > li:nth-child(5) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(6){
		width: 40%;
		float: right;
	}
	#photo > ul > li:nth-child(6) img{
		width: 100%;
	}
	#photo > ul > li:nth-child(7){
		width: 58%;
		float: left;
	}
	#photo > ul > li:nth-child(7) img{
		width: 100%;
	}
}

@media screen and (min-width: 840px){
	/*cd*/
	#cd{
		width: 840px;
		margin: 0 auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#cd:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#cd > ul{
		margin:0 0 10px;
	    display:-webkit-box;
	    display:-moz-box;
	    display:-ms-flexbox;
	    display:-webkit-flex;
	    display:-moz-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;
	    width:840px;
	}
	#cd > ul > li{
		width: 198px;
		margin: 0 0 76px 0;
		text-align: center;
	}
	#cd > ul > li:nth-child(3n+2){
		margin: 0 123px 76px 123px;
	}
	#cd > ul > li > img{
		width: 198px;
		font-size: 0;
	}
	#cd > ul > li > ul{
		margin: 5px auto 10px auto;
		overflow: hidden;
	}
	#cd > ul > li > ul > li:nth-child(1){
		float: left;
	}
	#cd > ul > li > ul > li:nth-child(2){
		float: right;
	}
	#cd > ul > li > ul > li > a {
		width: 93px;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 8px 0 8px 0;
		position: relative;
		display: inline-block;
		border: 1px solid #a3a8a4;
		color: #181d19;
		text-align: center;
		text-decoration: none;
		outline: none;
		transition: all .2s;
	}
	#cd > ul > li > ul > li > a::before,
	#cd > ul > li > ul > li > a::after {
		position: absolute;
		top: -1px;
		left: -1px;
		z-index: 2;
		content: '';
		width: 0;
		height: 0;
		border: 1px solid transparent;
	}
	#cd > ul > li > ul > li > a:hover {
		color: #08e08c;
	}
	#cd > ul > li > ul > li > a:hover::before,
	#cd > ul > li > ul > li > a:hover::after {
		width: 100%;
		height: 100%;
	}
	#cd > ul > li > ul > li > a:hover::before {
		border-top-color: #08e08c;
		border-right-color: #08e08c;
		transition: width .3s, height .3s .3s;
	}
	#cd > ul > li > ul > li > a:hover::after {
		border-bottom-color: #08e08c;
		border-left-color: #08e08c;
		transition: height .3s, width .3s .3s;
	}
	#cd > ul > li > ul > li > span {
		width: 93px;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 8px 0 8px 0;
		position: relative;
		display: inline-block;
		border: 1px solid #e6ebe7;
		color: #e6ebe7;
		text-align: center;
		text-decoration: none;
		outline: none;
		transition: all .2s;
	}
	#cd > ul > li > span{
		font-size: 10px;
	}
	#cd > ul > li > p{
		font-size: 14px;
		padding: 5px 0 0 0;
		letter-spacing: 0.2em;
	}
}

@media screen and (max-width: 840px){
	/*cd*/
	#cd{
		width: 92%;
		margin: 0 auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#cd:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#cd > ul{
		width: 100%;
		overflow: hidden;
	}
	#cd > ul > li{
		width: 48%;
		text-align: center;
	}
	#cd > ul > li:nth-child(odd){
		margin: 0 0 11% 0;
		float: left;
	}
	#cd > ul > li:nth-child(even){
		margin: 0 0 11% 0;
		float: right;
	}
	#cd > ul > li > img{
		width: 100%;
		font-size: 0;
	}
	#cd > ul > li > ul{
		margin: 5px auto 5px auto;
		overflow: hidden;
	}
	#cd > ul > li > ul > li:nth-child(1){
		float: none;
		margin: 0 0 10px 0;
	}
	#cd > ul > li > ul > li:nth-child(2){
		float: none;
	}
	#cd > ul > li > ul > li > a {
		width: 92%;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 8px 0 8px 0;
		position: relative;
		display: inline-block;
		border: 1px solid #a3a8a4;
		color: #181d19;
		text-align: center;
		text-decoration: none;
		outline: none;
		transition: all .2s;
	}

	#cd > ul > li > ul > li > span {
		width: 92%;
		font-size: 10px;
		letter-spacing: 0.1em;
		padding: 8px 0 8px 0;
		position: relative;
		display: inline-block;
		border: 1px solid #e6ebe7;
		color: #e6ebe7;
		text-align: center;
		text-decoration: none;
		outline: none;
		transition: all .2s;
	}
	#cd > ul > li > span{
		font-size: 10px;
	}
	#cd > ul > li > p{
		font-size: 12px;
		padding: 2px 0 0 0;
		letter-spacing: 0.2em;
	}
}
@media screen and (max-width: 420px){
	#cd > ul > li > p{
		font-size: 11px;
		padding: 2px 0 0 0;
		letter-spacing: 0.2em;
		display: none;
	}
}

@media screen and (min-width: 840px){
	/*movie*/
	#movie{
		width: 840px;
		margin: 0 auto 0 auto;
		padding: 180px 0 76px 0;
		position: relative;
	}
	#movie:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#movie ul{
		overflow: hidden;
	}
	#movie ul li:nth-child(odd){
		float: left;
		padding: 46px 0 0 0;
	}
	#movie ul li:nth-child(even){
		float: right;
		padding: 46px 0 0 0;
	}
	#movie ul li:nth-child(1){
		padding: 0 0 0 0;
	}
	#movie ul li:nth-child(2){
		padding: 0 0 0 0;
	}
	#movie ul li p{
		text-align: center;
		font-size: 13px;
		padding: 11px 0 0 0;
	}
}
@media screen and (max-width: 840px){
	/*movie*/
	#movie{
		width: 92%;
		margin: 20px auto 0 auto;
		padding: 180px 0 56px 0;
		position: relative;
	}
	#movie:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#movie ul{
		width: 100%;
		overflow: hidden;
	}
	#movie ul li:nth-child(odd){
		width: 100%;
		padding: 46px 0 0 0;
	}
	#movie ul li:nth-child(even){
		width: 100%;
		padding: 46px 0 0 0;
	}
	#movie ul li:nth-child(1){
		padding: 0 0 0 0;
	}
	#movie ul li:nth-child(2){
		padding: 46px 0 0 0;
	}
	#movie ul li iframe{
		width: 100%!important;
		min-height: 56%!important;
	}
	#movie ul li p{
		text-align: center;
		font-size: 12px;
		padding: 11px 0 0 0;
	}
}

@media screen and (min-width: 840px){
	/*news*/
	#news{
		width: 840px;
		margin: 0 auto 0 auto;
		padding: 180px 0 76px 0;
		position: relative;
	}
	#news:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#news > ul {
		border-top: 1px dotted #adb3af;
	}
	#news > ul > li > h3{
		border-bottom: 1px dotted #adb3af;
		padding: 26px 0 26px 0;
	}
	#news > ul > li > h3:hover{
		cursor: pointer;
	}
	#news > ul > li > h3.current{
		border-bottom: 1px dotted #08e08c;
	}
	#news > ul > li > div{
		padding: 46px 0 76px 0;
	}
	#news > ul > li > div section > time{
		font-size: 16px;
	}
	#news > ul > li > div section > time > span{
		font-size: 30px;
	}
	#news > ul > li > div section > h1{
		font-size:42px;
		padding: 24px 0 10px 0;
		line-height: 1.2em!important;
	}
	#news > ul > li > div section > h1 span{
		font-size:18px;
		letter-spacing: 0.3em;
		padding: 0 0 0 11px;
	}
	#news > ul > li > div article{
		overflow: hidden;
		padding: 57px 0 0 0;
	}
	#news > ul > li > div article > div:last-child{
		width: 500px;
		float: left;
	}
	#news > ul > li > div article > div:last-child ul li{
		padding: 36px 0 0 0;
	}
	#news > ul > li > div article > div:last-child ul li:first-child{
		padding: 0 0 0 0;
	}
	#news > ul > li > div article > div:last-child ul li h3{
		font-size: 14px;
		position: relative;
		padding: 0 0 0 15px;
	}
	#news > ul > li > div article > div:last-child ul li h3:before{
		content:"□";
		position: absolute;
		top: -2px;
		left: 0;
	}
	#news > ul > li > div article > div:last-child > p{
		line-height: 2em;
		font-size: 14px;
		padding: 0 0 18px 0;
	}
	#news > ul > li > div article > div:last-child ul li p{
		padding: 8px 0 0 15px;
		font-size: 13px;
	}
	#news > ul > li > div article > div:last-child ul li p.textLink{
		padding: 13px 0 0 34px;
		font-size: 14px;
		position: relative;
	}
	#news > ul > li > div article > div:last-child ul li p.textLink:before{
		content:"";
		position: absolute;
		top: 17px;
		left: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 10px;
		border-color: transparent transparent transparent #08e08c;
	}
	#news > ul > li > div article > div:last-child ul li p.textLink a{
		padding: 0 0 3px 0;
		color: #181d19;
		border-bottom: 1px dotted #181d19;
	}
	#news > ul > li > div article > div:last-child ul li p.textLink a:hover{
		padding: 0 0 3px 0;
		color: #08e08c;
		border-bottom: 1px dotted #08e08c;
	}
	#news > ul > li > div article > div:last-child ul li p strong{
		font-size: 16px;
	}
	#news > ul > li > div article > div:first-child{
		width: 319px;
		float: right;
	}
}
@media screen and (max-width: 840px){
	/*news*/
	#news{
		width: 92%;
		margin: 0 auto 0 auto;
		padding: 180px 0 56px 0;
		position: relative;
	}
	#news:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#news > ul {
		border-top: 1px dotted #adb3af;
	}
	#news > ul > li > h3{
		border-bottom: 1px dotted #adb3af;
		padding: 18px 0 18px 0;
	}
	#news > ul > li > h3 > span{
		display: block;
	}
	#news > ul > li > h3:hover{
		cursor: pointer;
	}
	#news > ul > li > h3.current{
		border-bottom: 1px dotted #08e08c;
	}
	#news > ul > li > div{
		padding: 46px 0 76px 0;
	}
	#news > ul > li > div section > time{
		font-size: 16px;
	}
	#news > ul > li > div section > time > span{
		font-size: 30px;
	}
	#news > ul > li > div section > h1{
		font-size:42px;
		padding: 24px 0 10px 0;
		line-height: 1.2em!important;
	}
	#news > ul > li > div section > h1 span{
		font-size:18px;
		letter-spacing: 0.3em;
		padding: 0 0 0 11px;
	}
	#news > ul > li > div section > time{
		font-size: 12px;
	}
	#news > ul > li > div section > time > span{
		font-size: 22px;
	}
	#news > ul > li > div section > h1{
		font-size:36px;
		padding: 24px 0 11px 0;
		line-height: 16px;
	}
	#news > ul > li > div section > h1 span{
		font-size:13px;
		letter-spacing: 0.3em;
		padding: 0 0 0 11px;
	}
	#news > ul > li > div section > article{
		overflow: hidden;
		padding: 26px 0 0 0;
	}
	#news > ul > li > div section > article > div:first-child{
		width: 66%;
		float: none;
	}
	#news > ul > li > div section > article > div:first-child img{
		width: 100%;
	}
	#news > ul > li > div section > article > div:last-child{
		width: 100%;
		float: none;
		padding: 36px 0 0 0;
	}
	#news > ul > li > div article > div:last-child > p{
		line-height: 2em;
		font-size: 12px;
		padding: 0 0 18px 0;
	}
	#news > ul > li > div section > article > div:last-child ul li{
		padding: 36px 0 0 0;
	}
	#news > ul > li > div section > article > div:last-child ul li:first-child{
		padding: 0 0 0 0;
	}
	#news > ul > li > div section > article > div:last-child ul li h3{
		font-size: 12px;
		position: relative;
		padding: 0 0 0 15px;
	}
	#news > ul > li > div section > article > div:last-child ul li h3:before{
		content:"□";
		position: absolute;
		top: -2px;
		left: 0;
	}
	#news > ul > li > div section > article > div:last-child ul li p{
		padding: 8px 0 0 15px;
		font-size: 12px;
	}
	#news > ul > li > div section > article > div:last-child ul li p.textLink{
		padding: 13px 0 0 34px;
		font-size: 14px;
		position: relative;
	}
	#news > ul > li > div section > article > div:last-child ul li p.textLink:before{
		content:"";
		position: absolute;
		top: 17px;
		left: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 10px;
		border-color: transparent transparent transparent #08e08c;
	}
	#news > ul > li > div section > article > div:last-child ul li p.textLink a{
		padding: 0 0 3px 0;
		color: #181d19;
		border-bottom: 1px dotted #181d19;
	}
	#news > ul > li > div section > article > div:last-child ul li p.textLink a:hover{
		padding: 0 0 3px 0;
		color: #08e08c;
		border-bottom: 1px dotted #08e08c;
	}
	#news > ul > li > div section > article > div:last-child ul li p strong{
		font-size: 16px;
	}
	#news > ul > li > div section > div{
		width: 90%;
		overflow: hidden;
		background: #f3f5f3;
		padding: 33px 5% 33px 5%;
		margin: 76px 0 0 0;
	}
}

@media screen and (min-width: 840px){
	/*profile*/
	#profile{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#profile:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#profile > div{
		width: 840px;
		padding: 180px 0 76px 0;
		margin: 0 auto;
		background: url(../../img/bg-profile.png) right 162px no-repeat;
		background-size: 294px;
		position: relative;
	}
	#profile > div > a{
		position: absolute;
		top: 100px;
		right: 110px;
	}
	#profile > div > a:hover{
		opacity: 1;
	}
	#profile > div > a img{
		width: 166px;
	}
	#profile > div > a:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		z-index: 9999;
		opacity: 1!important;
	}
	#profile > div > h1{
		overflow: hidden;

	}
	#profile > div > h1 > img{
		width: 122px;
		display: block;
		float: left;
	}
	#profile > div > h1 > span{
		font-size: 16px;
		display: block;
		padding: 10px 0 0 18px;
		letter-spacing: 0.6em;
		float: left;
	}
	#profile > div > ul{
		padding: 26px 0 0 0;
	}
	#profile > div > ul > li{
		overflow: hidden;
		padding: 11px 0 0 0;
	}
	#profile > div > ul > li > h2{
		width: 140px;
		float: left;
		font-size: 13px;
		position: relative;
	}
	#profile > div > ul > li > p{
		float: left;
		font-size: 13px;
	}
	#profile > div > div{
		padding: 47px 0 0 0;
	}
	#profile > div > div > h3{
		min-width: 47px;
		padding: 8px 11px 7px 11px;
		font-size: 13px;
		background: #f0f4f1;
		display: inline-block;
		letter-spacing: 0.2em;
		text-align: center;
	}
	#profile > div > div > ul > li{
		font-size: 12px;
		padding: 18px 0 0 0;
	}
	#profile > div > div > ul > li > time{
		float: left;
		width: 76px;
		position: relative;
	}
	#profile > div > div > ul > li > time:before{
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 840px){
	/*profile*/
	#profile{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#profile:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#profile > div{
		width: 92%;
		padding: 180px 0 56px 0;
		margin: 0 auto;
		background: url(../../img/bg-profile.png) 50% 662px no-repeat;
		background-size: 224px;
		position: relative;
	}
	#profile > div > a{
		position: absolute;
		top: 620px;
		left: 50%;
		margin: 0 0 0 -90px;
	}
	#profile > div > a:hover{
		opacity: 1;
	}
	#profile > div > a img{
		width: 114px;
	}
	#profile > div > a:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		z-index: 9999;
		opacity: 1!important;
	}
	#profile > div > h1{
		overflow: hidden;
		text-align: center;
	}
	#profile > div > h1 > img{
		width: 114px;
		display: block;
		float: none;
		margin: 0 auto;
	}
	#profile > div > h1 > span{
		font-size: 14px;
		display: block;
		padding: 10px 0 0 0;
		letter-spacing: 0.6em;
		float: none;
	}
	#profile > div > ul{
		padding: 11px 0 300px 0;
	}
	#profile > div > ul > li{
		overflow: hidden;
		padding: 24px 0 0 0;
		text-align: center;
	}
	#profile > div > ul > li > h2{
		float: none;
		font-size: 11px;
		position: relative;
		background: #f0f4f1;
		padding: 8px 11px 7px 11px;
	}
	#profile > div > ul > li > p{
		float: none;
		font-size: 12px;
		padding: 10px 0 0 0;
	}
	#profile > div > div{
		padding: 47px 0 0 0;
		width: 100%;
	}
	#profile > div > div > h3{
		min-width: 47px;
		padding: 8px 11px 7px 11px;
		font-size: 13px;
		background: #f0f4f1;
		display: block;
		letter-spacing: 0.2em;
		text-align: center;
	}
	#profile > div > div > ul > li{
		font-size: 13px;
		padding: 18px 0 0 0;
	}
	#profile > div > div > ul > li > time{
		float: none;
		position: relative;
		display: block;
		padding: 0 0 3px 0;
		font-size: 10px;
	}
	#profile > div > div > ul > li > time:before{
		position: absolute;
		top: 0;
		right: 0;
	}
}

/*contact*/
@media screen and (min-width: 840px){
	#contact{
		width: 840px;
		margin: 0 auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#contact:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#contact > h1{
		font-size: 20px;
		line-height: 1.8em;
		text-align: center;
		padding: 0 0 26px 0;
	}
	#contact > div{
		/* min-height: 50vh; */
		text-align: center;
		position: relative;
		padding: 26px 0 0 0;
	}
	#contact > div:before{
		/* content: "";
		width: 26px;
		height: 2px;
		background: #08e08c;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -14px; */
	}
	#contact > div > p{
		font-size: 13px;
		line-height: 1.8em;
	}
	#contact > div > a{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact > div > a:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	#contact .formBtn{
		width: 100%;
		text-align: center;
	}
	#contact .formBtn li{
	 	display: inline-block;
	}
	#contact input[type="submit"]{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact input[type="submit"]:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .backBtn{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #d2d8d4;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .backBtn:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .btnSmt{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .btnSmt:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact > p{
		text-align: center;
		font-size: 18px;
	}
	#contact > p br{
		display: none;
	}
	#contact .wpcf7 table{
		width: 100%;
		margin: 46px 0 0 0;
	}
	#contact .wpcf7 table th{
		width: 28%;
		text-align: left;
		font-size: 14px;
		padding: 26px 0 26px 0;
		position: relative;
	}
	#contact .wpcf7 table th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 50%;
		margin: -6px 0 0 0;
		right: 0;
		font-size: 12px;
	}
	#contact .wpcf7 table td{
		width: 70%;
		padding: 0 0 0 2%;
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	#contact .wpcf7 table td .wpcf7-form-control-wrap{
		display: flex;
		width: 100%;
	}
	#contact .wpcf7 table td .wpcf7-form-control-wrap span.wpcf7-list-item{
		margin-left: 0;
		margin-right: 20px;
	}
	#contact .wpcf7 table tr.formTxt td input{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formTxt td input:hover{
		border: 1px solid #08e08c;
	}
	#contact .wpcf7 table td ul{
		overflow: hidden;
	}
	#contact .wpcf7 .wpcf7-list-item-label{
		/* margin: 0 40px 0 0; */
		font-size: 14px;
	}
	#contact .wpcf7 table tr.formBox th{
		vertical-align: top;
	}
	#contact .wpcf7 table tr.formBox td textarea{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formBox th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 35px;
		margin: -6px 0 0 0;
		right: 0;
		font-size: 12px;
	}
	#contact .wpcf7 table tr.formBox td textarea:hover{
		border: 1px solid #08e08c;
	}
	#contact > form > div{
		padding: 76px 0 0 0;
		text-align:center;
	}
	#contact > form > div input{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 16px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
	}
	#contact > form > div input:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	.wpcf7-not-valid-tip{
		position: absolute;
		font-size: 12px;
		bottom: -18px;
	}
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
		padding: 16px;
		margin-bottom: 0;
	}
	.wpcf7-response-output{
		border: 1px solid #a3a8a4 !important;
		font-size: 11px;
		padding: 12px !important;
		text-align: left;
		margin: 0;
	}
	.sent table,
	.sent .formBtn{
		display: none;
	}
	#unsubscribe{
		text-align: center;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#unsubscribe .back a{
		margin-top: 60px;
		display: inline-block;
		border: 1px solid #a3a8a4;
		font-size: 14px;
		padding: 16px;
	}
}

@media screen and (max-width: 840px){
	#contact{
		width: 92%;
		margin: 0 auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#contact:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#contact > p{
		text-align: center;
		font-size: 16px;
	}
	#contact > h1{
		font-size: 20px;
		line-height: 1.8em;
		text-align: center;
		padding: 0 0 26px 0;
	}
	#contact > div{
		/* min-height: 50vh; */
		text-align: center;
		position: relative;
		padding: 26px 0 0 0;
	}
	#contact > div:before{
		/* content: "";
		width: 26px;
		height: 2px;
		background: #08e08c;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -14px; */
	}
	#contact > div > p{
		font-size: 13px;
		line-height: 1.8em;
	}
	#contact > div > a{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact > div > a:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	#contact .formBtn{
		width: 100%;
		text-align: center;
	}
	#contact .formBtn li{
	 	display: inline-block;
	}
	#contact .formBtn .btnCfm{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact .formBtn .btnCfm:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .backBtn{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #d2d8d4;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .backBtn:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .btnSmt{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 14px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .btnSmt:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .wpcf7 table{
		width: 98%;
		margin: 46px 0 0 0;
	}
	#contact .wpcf7 table th{
		width: 28%;
		text-align: left;
		font-size: 13px;
		padding: 26px 0 26px 0;
		position: relative;
	}
	#contact .wpcf7 table th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 50%;
		margin: -8px 0 0 0;
		right: 0;
		font-size: 10px;
	}
	#contact .wpcf7 table td{
		width: 70%;
		padding: 0 0 0 2%;
	}
	#contact .wpcf7 table td ul{
		overflow: hidden;
	}
	#contact .wpcf7 table td ul li{
		margin: 0 20px 0 0;
		float: left;
		font-size: 12px;
	}
	#contact .wpcf7 table tr.formTxt td input{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formTxt td input:hover{
		border: 1px solid #08e08c;
	}
	#contact .wpcf7 table tr.formBox th{
		vertical-align: top;
	}
	#contact .wpcf7 table tr.formBox td textarea{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formBox th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 35px;
		margin: -6px 0 0 0;
		right: 0;
		font-size: 12px;
	}
	#contact .wpcf7 table tr.formBox td textarea:hover{
		border: 1px solid #08e08c;
	}
	#contact > form > div{
		padding: 76px 0 0 0;
		text-align:center;
	}
	#contact > form > div input{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 16px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
	}
	#contact > form > div input:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	#unsubscribe{
		text-align: center;
		height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#unsubscribe .back a{
		margin-top: 30px;
		display: inline-block;
		border: 1px solid #a3a8a4;
		font-size: 12px;
		padding: 16px;
	}
}
@media screen and (max-width: 600px){
	#contact{
		width: 92%;
		margin: 0 auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#contact:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#contact > p{
		text-align: center;
		font-size: 14px;
		line-height: 1.6em;
	}
	#contact > h1{
		font-size: 18px;
		line-height: 1.8em;
		text-align: center;
		padding: 0 0 26px 0;
	}
	#contact > div{
		/* min-height: 50vh; */
		text-align: center;
		position: relative;
		padding: 26px 0 0 0;
	}
	#contact > div:before{
		/* content: "";
		width: 26px;
		height: 2px;
		background: #08e08c;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -14px; */
	}
	#contact > div > p{
		font-size: 12px;
		line-height: 1.8em;
	}
	#contact > div > a{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact > div > a:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	#contact .formBtn{
		width: 100%;
		text-align: center;
	}
	#contact .formBtn li{
	 	display: inline-block;
	}
	#contact input[type="submit"]{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 0 0 0;
	}
	#contact .formBtn .btnCfm:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .backBtn{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #d2d8d4;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .backBtn:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .formBtn .btnSmt{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
		margin: 46px 5px 0 5px;
	}
	#contact .formBtn .btnSmt:hover{
		cursor: pointer;
		background: #fff;
		border: 1px solid #08e08c;
	}
	#contact .wpcf7 table td ul{
		overflow: hidden;
	}
	#contact .wpcf7 table td ul li{
		margin: 10px 0 10px 0;
		float: none;
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
	#contact .wpcf7 table{
		width: 100%;
		margin: 18px 0 0 0;
	}
	#contact .wpcf7 table th{
		width: 100%;
		text-align: left;
		font-size: 12px;
		padding: 26px 0 6px 0;
		position: relative;
		display: block;
	}
	#contact .wpcf7 table th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 50%;
		margin: 2px 0 0 0;
		right: 0;
		font-size: 8px;
	}
	#contact .wpcf7 table td{
		width: 96%;
		padding: 0 0 0 0;
		display: block;
	}
	#contact table td.radio .wpcf7-form-control{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#contact .wpcf7 table td.radio span{
		margin: 10px 0;
		
	}
	#contact .wpcf7 table td br{
		display: block;
	}
	#contact .wpcf7 table tr.formTxt td input{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formTxt td input:hover{
		border: 1px solid #08e08c;
	}
	#contact .wpcf7 table tr.formBox th{
		vertical-align: top;
	}
	#contact .wpcf7 table tr.formBox td textarea{
		width: 100%;
		font-size: 16px;
		padding: 5px;
		border: 1px solid #d2d8d4;
	}
	#contact .wpcf7 table tr.formBox th:before{
		content: "※";
		color: #e24a2a;
		position: absolute;
		top: 50%;
		margin: 2px 0 0 0;
		right: 0;
		font-size: 8px;
	}
	#contact .wpcf7 table tr.formBox td textarea:hover{
		border: 1px solid #08e08c;
	}
	#contact > form > div{
		padding: 46px 0 0 0;
		text-align:center;
	}
	#contact > form > div input{
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
	}
	#contact > form > div input:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
	.wpcf7-not-valid-tip{
		position: absolute;
		font-size: 10px;
		bottom: -24px;
		left: 0;
	}
	.wpcf7-response-output{
		border: 1px solid #a3a8a4 !important;
		font-size: 11px;
		padding: 12px !important;
		text-align: left;
		margin: 0;
	}
	.sent table,
	.sent .formBtn{
		display: none;
	}
}

/*common footer*/
@media screen and (min-width: 840px){
	footer{
		width: 100%;
		text-align: center;
		background-size: cover;
		padding: 30vh 0 5vh 0;
	}
	footer > p{
		color: #181d19;
		font-size: 10px;
	}
}
@media screen and (max-width: 840px){
	footer{
		width: 100%;
		text-align: center;
		background-size: cover;
		padding: 30vh 0 10vh 0;
	}
	footer > p{
		color: #181d19;
		font-size: 9px;
	}
}

/*mailmagazine*/
@media screen and (min-width: 840px){
	#mailMagazine{
		width: 840px;
		margin: 69px auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#mailMagazine:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#mailMagazine h2{
		font-size: 18px;
		line-height: 1.8em;
		text-align: center;
		padding: 0 0 26px 0;
	}
	#mailMagazine > p{
		font-size: 13px;
		line-height: 1.8em;
		text-align: center;
	}
	.wysija-paragraph{
		width: 100%;
		overflow: hidden;
		margin: 20px 0 0 0;
	}
	.wysija-paragraph label{
		width: 25%;
		display: block;
		float: left;
		margin: 10px 0 0 0;
	}
	.wysija-required{
		color: #08e08c;
	}
	.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
		background: #fff!important;
		border: 1px solid!important;
		border-color: #08e08c!important;
		border-radius: 5px!important;
		padding: 20px!important;
		margin: 20px 0 0 0!important;
	}
	.formError .formErrorContent {
	    background: none repeat scroll 0 0 #08e08c!important;
	    border: 1px solid #08e08c!important;
	    color: #FFFFFF;
	    font-size: 11px;
	    padding: 4px 10px;
	    position: relative;
	    width: 150px;
	    z-index: 5001;
	}
	.wysija-paragraph .wysija-input{
		width: 73%;
		display: block;
		float: right;
		font-size: 14px;
		height: 20px;
	}
	.wysija-submit{
		width: 40%;
		margin: 0 auto;
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 46px 16px 46px;
		font-size: 12px;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
	}
	.wysija-submit:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
}
@media screen and (max-width: 840px){
	#mailMagazine{
		width: 92%;
		margin: 69px auto 0 auto;
		padding: 180px 0 0 0;
		position: relative;
	}
	#mailMagazine:before{
		content: "";
		width: 1px;
		height: 122px;
		background: #e7ece8;
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -1px;
	}
	#mailMagazine > p{
		text-align: center;
		font-size: 14px;
		line-height: 1.6em;
	}
	#mailMagazine > h2{
		font-size: 18px;
		line-height: 1.8em;
		text-align: center;
		padding: 0 0 26px 0;
	}
	.wysija-paragraph label{
		width: 100%;
		display: block;
		float: none;
		margin: 40px 0 0 0;
	}
	.wysija-required{
		color: #08e08c;
	}
	.widget_wysija_cont .updated, .widget_wysija_cont .login .message{
		background: #fff!important;
		border: 1px solid!important;
		border-color: #08e08c!important;
		border-radius: 5px!important;
		padding: 20px!important;
		margin: 20px 0 0 0!important;
	}
	.formError .formErrorContent {
	    background: none repeat scroll 0 0 #08e08c!important;
	    border: 1px solid #08e08c!important;
	    color: #FFFFFF;
	    font-size: 10px;
	    padding: 4px 10px;
	    position: absolute;
	    top: -30px;
	    left:-260px;
	    width: 230px;
	    z-index: 5001;
	}
	.wysija-paragraph .wysija-input{
		width: 100%;
		display: block;
		float: none;
		font-size: 14px;
		height: 20px;
	}
	.wysija-submit{
		width: 90%;
		margin: 0 auto;
		display: inline-block;
		border: 1px solid #d2d8d4;
		background: #fff;
		padding: 18px 0 16px 0;
		font-size: 12px;
		text-align: center;
		font-family: Garamond, Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		letter-spacing: 0.1em;
	}
	.wysija-submit:hover{
		background: #fff;
		border: 1px solid #08e08c;
		cursor: pointer;
	}
}