/*
Theme Name: 東大阪ブランド推進機構
Theme URI: 
Author:
Author URI:
Description: 東大阪ブランド推進機構専用テーマです。
Version: 2.0.0
Tags: 東大阪ブランド推進機構, white, green, beige
*/


@charset "utf-8";

/*共通*/
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('css/fonts/NotoSerifCJKjp-Regular.woff') format('woff');
	font-display: swap;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

th,
td {
	text-align: left;
	font-weight: normal;
}

img,
iframe {
	border: none;
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: inherit\9;
	/*ie8*/
	max-width: 100%\9;
	/*ie8*/
	height: auto\9;
	/*ie8*/
}

a {
	text-decoration: none;
	color: #231815;
	transition: all 0.2s ease 0s;
}

strong {
	font-weight: 600;
}

ul li a img {
	margin: 0;
	padding: 0;
}

li img {
	vertical-align: bottom;
}

/* a:focus {} */

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

ol,
ul {
	list-style: none outside none;
}

ul.link,
ol.link {
	list-style: outside none none;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.container:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.hidden {
	overflow: hidden;
	zoom: 1;
}

.for-pc {
	display: inline-block;
}

.for-sp {
	display: none;
}

/* .clear {} */

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

html {
	font-size: 62.5%;
	width: 100%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #231815;
	line-height: 1.8;
	font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*header*/
#header {
	/*overflow: hidden;*/
	position: relative;
	padding: 0 1%;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-sizing: border-box;
	border-top: 5px solid #00482a;
	border-bottom: 1px solid #00482a;
}

.under-page2 #header {
	border-bottom: 1px solid #00482a;
}

#header .container {
	position: relative;
}

#header:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

#header .logo {
	float: left;
	padding: 20px 0 0 0;
}

/* #header .logo a {} */

#header .cap {
	font-size: 10px;
	text-align: right;
	margin: 3px 0 8px 0;
	/* padding-right:130px; */
}

#header .cap span {
	display: inline-block;
	letter-spacing: -0.5px;
	vertical-align: top;
}

#header .cap #google_translate_element {
	display: inline-block;
}

.toggle-menu {
	display: none;
}

.drawer-hamburger {
	display: none;
}

#gnav {
	z-index: 1000;
	margin: 25px 0 8px 0;
}

#gnav ul li.for-sp {
	display: none;
}

#gnav ul {
	text-align: right;
	height: 33px;
}

/* #gnav .gnav-menu {} */

#gnav ul li {
	display: inline-block;
	text-align: right;
	line-height: 30px;
	border-left: 1px solid #dedfde;
	margin-left: 19px;
	padding-left: 19px;
}

#gnav ul li.nv01 {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#gnav li a {
	color: #333;
	display: block;
	letter-spacing: 0em;
	opacity: 1;
	position: relative;
	text-align: center;
	transition: .3s;
	font-size: 1.4rem;
	width: 115px;
	height: 33px;
	background-image: url(img/common/mnv01.png);
	background-size: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

#gnav li.nv01 a {
	width: 115.5px;
	background-image: url(img/common/mnv01.png);
}

#gnav li.nv02 a {
	width: 128px;
	background-image: url(img/common/mnv02.png);
}

#gnav li.nv03 a {
	width: 55px;
	background-image: url(img/common/mnv03.png);
}

#gnav li.nv04 a {
	width: 118px;
	background-image: url(img/common/mnv04.png);
}

#gnav li.nv05 a {
	width: 83px;
	background-image: url(img/common/mnv05.png);
}

/* #gnav li a:after {} */

#gnav li a:hover {
	color: #00482a;
}

#gnav li a.act {
	color: #00482a;
}

#gnav .lang {
	position: absolute;
	top: -43px;
	right: 0;
}

.nintei-btn {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 10000;
	width: 72px;
}




/*footer*/
#footer {
	text-align: center;
	padding: 60px 0;
}

#footer .logo {
	width: 200px;
	margin: auto;
}

#footer #logo img {
	width: 200px;
}

#footer #logo span {
	display: block;
	font-size: 1.2rem;
	line-height: 3;
}

/* #contact-footer {} */

/* #contact-footer ul.sns {} */

#contact-footer ul.sns li {
	display: inline-block;
	margin: 0 10px;
	width: 44px;
}

#contact-footer ul.snv {
	margin: 25px 0 40px 0;
}

#contact-footer ul.snv li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #999;
	line-height: 1;
	font-size: 1.2rem;
}

#contact-footer ul.snv li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

#contact-footer p.copy {
	font-size: 1rem;
	margin: 25px 0 0 0;
}

/* #contact-footer a {} */



/*共通部分＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.main {
	padding: 92px 0 10px 0;
	overflow: hidden;
}

.under-page .main,
.under-page2 .main {
	background-image: url(img/common/line01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 70px;
}

/* .under-page h2 {} */

/* .under-page h2 span {} */


/* pagenation */
.pagination {
	clear: both;
	padding: 25px 0 0;
	position: relative;
	font-size: 1.7rem;
	text-align: left;
}

.pagination-box {
	display: inline-block;
}

.pagination li span,
.pagination li a {
	display: block;
	margin: 2px 5px 2px 0;
	padding: 0;
	text-decoration: none;
	width: 45px;
	line-height: 45px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
}

.pagination li {
	float: left;
}

.pagination span.page-of {
	background: none;
}

.pagination a:hover {
	background: #f2f6f4;
}

.pagination .current {
	color: #fff;
	background: #00482a;
}

/*パンくず★------*/
.breadCrumb {
	font-size: 1.2rem;
	margin: 10px auto 30px auto;
	overflow: hidden;
	text-align: left;
	display: table;
}

.breadCrumb span a {
	color: #0072ff;
	text-decoration: underline;
	position: relative;
}

.breadCrumb span:after {
	margin: 0 0.5em;
}

.breadCrumb span:last-child:after {
	display: none;
}

.breadCrumb span {
	width: auto;
	letter-spacing: 0.05em;
}

/*ページトップ----*/
.pagetop {
	bottom: 24px;
	display: none;
	position: fixed;
	right: 24px;
	text-align: center;
	z-index: 1000;
}

.pagetop a {
	display: block;
}

.pagetop a:hover {
	opacity: 1;
}

.pagetop a img {
	text-align: center;
}


.yj {
	position: relative;
}

.yj:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #af8b30;
	border-right: solid 2px #af8b30;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

.swiper-button-prev,
.swiper-button-next {
	background: none !important;
}

/*下層ページ　コンテンツ==========================*/

/*トップページ-----------------------------*/
#slides {
	position: relative;
}

#slides p.p1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari逕ｨ */
	transform: translate(-50%, -50%);
	z-index: 100;
}

#slides p.p1 img {
	width: 784px;
}

#slides a.bts {
	color: #9d7000;
	text-align: center;
	width: 300px;
	border: 3px solid #9d7000;
	border-radius: 6px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 13px 0;
	display: block;
	background: #fff;
	margin: 3% auto 0 auto;
}

#slides a.bts:hover {
	background: #9d7000;
	color: #fff;
	opacity: 1;
}

#slides .swiper-container img {
	max-width: none;
	width: 100%;
}

/* #slides .swiper-slide {} */

/* .mainvisual {} */

/* #slides .swiper-slide {} */

@media screen and (min-width:960px) {
	#slides .swiper-container img {
		/*max-width:none;
  width:100%;
    min-height: 100%; */
		width: auto;
		max-width: none;
		height: 100%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}

	#slides .swiper-slide {
		height: 470px;
	}
}

#top #movs {
	background-image: url(img/common/bg01.png);
	padding: 25px 0;
}

#top #movs dl {
	float: left;
}

#top #movs dl dt {
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}

#top #movs dl dt img {
	margin-right: 10px;
}

#top #movs dl dd a {
	display: inline-block;
	margin-right: 18px;
	position: relative;
}

#top #movs dl dd a:before {
	content: "";
	background: url(img/common/icon-play.png) no-repeat;
	width: 52px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

#top #movs dl dd a img {
	width: 178px;
	height: 100px;
}

#top #movs p {
	float: right;
	width: 360px;
}

#top .topBn {
	text-align: center;
	margin: 30px auto 0;
}

@media screen and (max-width: 801px) {
	#top .topBn {
		text-align: center;
		margin: 20px auto 0;
	}

	#top .topBn img {
		width: 90%;
		height: auto;
	}
}

#top h2 {
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}

#top h2 span {
	font-size: 1.2rem;
	color: #a2a2a2;
	display: block;
	margin: 10px 0 10px 0;
}

#top h2 img {
	margin-bottom: 20px;
}

#top .btn {
	text-align: center;
}

#top .btn a {
	display: inline-block;
	border-radius: 50px;
	padding: 15px 35px 15px 65px;
	margin: auto;
	position: relative;
	text-align: center;
	background: #528522;
	color: #fff;
	font-size: 1.5rem;
}

#top .btn a:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 20px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ffffff;
}

#top #area00 {
	padding: 60px 0 50px 0;
	margin: 50px auto;
	background-image: url(img/home/top03.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

/* #top #area00 dl {} */

#top #area00 dt {
	width: 700px;
}

#top #area00 dd {
	font-size: 1.6rem;
	margin: 30px 0 0 0;
}

#top #area00 dd img {
	width: 590px;
}

#top #area01 {
	background-image: url(img/common/line01.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 60px 0 0 0;
	position: relative;
}

#top #area01 .mainvisual:after {
	content: "";
	display: block;
	background-image: url(img/common/line01.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 10px;
	z-index: -1;
	position: absolute;
	bottom: 0;
}

/* #top #area01 .swiper-slide {} */

#top #area01 .mainvisual {
	overflow: hidden;
	padding-bottom: 65px;
}

#top #area01 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

#top #area01 .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

#top #area01 .swiper-pagination {
	bottom: -70px;
	width: 30%;
	left: 50%;
	margin-left: -15%;
	background: #fff;
	position: absolute;
	z-index: 100;
}

#top #area01 .swiper-pagination-bullet-active {
	background: #cc9200;
}

#top #area01 .containers {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

#top #area01 .swiper-button-prev,
#top #area01 .swiper-button-next {
	width: 84px;
	height: 93px;
	margin-top: -45px;
}

#top #area01 .swiper-button-prev {
	left: -84px;
}

#top #area01 .swiper-button-next {
	right: -84px;
}

#top #area01 .swiper-slide.swiper-slide-active {
	opacity: 1;
}

#top #area01 .swiper-slide {
	opacity: 0.3;
	transition: .3s;
}

#top #area01 dl.dl1 {
	width: 140px;
	float: left;
	margin-left: 25px;
}

#top #area01 dl.dl1 dt {
	margin-bottom: 24px;
	width: 140px;
	height: 223px;
}

/* #top #area01 dl.dl1 dd {} */

/* #top #area01 dl.dl1 dd ul {} */

/* #top #area01 dl.dl1 dd li {} */

#top #area01 dl.dl1 dd li.li3 {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 10px 0;
	font-weight: bold;
	background: #e5e5e5;
	box-shadow: 2px 2px 3px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 3px 0px rgba(0, 0, 0, 0.3) inset;
}

#top #area01 .aa01a {
	float: right;
	width: 605px;
	margin-right: 25px;
}

/* #top #area01 .aa01a .pic {} */

#top #area01 .aa01a dl.dl2 {
	line-height: 1.1;
}

#top #area01 .aa01a dl.dl2 dt {
	font-size: 2.4rem;
	margin: 0.5em 0;
	font-weight: bold;
}

#top #area01 .aa01a dl.dl2 dd {
	font-size: 1.6rem;
	position: relative;
	padding-right: 140px;
}

#top #area01 .aa01a dl.dl2 dd span {
	font-size: 1.4rem;
	display: block;
	margin: 1em 0 0 0;
}

#top #area01 .aa01a dl.dl2 dd a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #00482a;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	padding: 15px 0;
	width: 140px;
	border-radius: 6px;
	text-align: center;
}

#top #area01 .aa01a dl.dl2 dd a:hover {
	opacity: 1;
	background: #007846;
}

#top #area01 .aa01a dl.dl2 dd a:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

#top #area02 {
	background: #e0ddd7;
}

#top #area02.container {
	margin: 120px auto 80px auto;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

#prod {
	clear: both;
	padding: 20px 0 0 0;
}

.searchform {
	float: right;
	width: 320px;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}

.searchfield {
	font-size: 1.6rem;
	line-height: 1;
	width: 75%;
	padding: 10px 10px;
	border: 1px solid #fff !important;
	outline: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 6px 0 0 6px;

}

.searchsubmit {
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 15px 0;
	width: 25%;
	cursor: pointer;
	color: #fff;
	background: #00482a;
	border-radius: 0 6px 6px 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.searchsubmit:hover {
	opacity: .6;
}

#top #area02 dl {
	float: left;
}

#top #area02 dt {
	display: inline-block;
	padding: 13px 0 0 0;
}

#top #area02 dd {
	margin: 0 0 0 20px;
	display: inline-block;
}

#top #area02 .itemin {
	background: #fff;
	padding: 25px;
}

#top #area02 .tabs {
	height: 58px;
}

#top #area02 .tabs li {
	width: 33%;
	display: inline-block;
	margin: 0 0.5% 0 0;
}

#top #area02 .tabs li:last-child {
	margin: 0;
}

#top #area02 .tabs li a {
	display: block;
	background: #d3d0ca;
	font-size: 1.6rem;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	height: 58px;
	border-radius: 6px 6px 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

#top #area02 .tabs li.tb01 a {
	background-image: url(img/common/ser-nv01.png);
	background-size: 124px auto;
}

#top #area02 .tabs li.tb02 a {
	background-image: url(img/common/ser-nv02.png);
	background-size: 135px auto;
}

#top #area02 .tabs li.tb03 a {
	background-image: url(img/common/ser-nv03.png);
	background-size: 92px auto;
}

#top #area02 .tabs li a:hover {
	background-color: #fff;
	opacity: 1;
}

#top #area02 .tabs li.act a {
	background-color: #fff;
}

#top #area02 .itemin ul.ul1 {
	letter-spacing: -.4em;
}

#top #area02 .itemin ul.ul1 li {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 270px;
}

#top #area02 .itemin ul.ul3 li {
	width: 410px;
}

#top #area02 .itemin ul.ul1 li:last-child {
	margin: 0;
}

#top #area02 .itemin ul.ul1 li a:hover {
	opacity: 1;
}

#top #area02 .itemin ul.ul2 {
	letter-spacing: -.4em;
	font-size: 1.4rem;
}

#top #area02 .itemin ul.ul2 li {
	display: inline-block;
	width: 25%;
	letter-spacing: normal;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}

#top #area02 .itemin ul.ul2 li:before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #00482a;
	border-right: solid 2px #00482a;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -3px;
}

#top #area02 .itemin ul.ul2 li a:hover {
	opacity: 1;
	text-decoration: underline;
}

#top #area03 {
	margin-top: 100px;
}

#top #area03 .ttl {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#top #area03 .ttl img {
	height: 115px;
	width: auto;
}

#top #area03 .container {
	display: flex;
	flex-wrap: wrap;
}

#top #area03 .items {
	/* display:table; */
	width: 300px;
	height: 170px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	margin: 0 20px 20px 0;
	float: left;
}

#top #area03 .items:nth-child(3n) {
	border: none;
	margin: 0 0 20px 0;
}

/* #top #area03 .items:nth-child(3),
#top #area03 .items:nth-child(6),
#top #area03 .items:nth-child(9),
#top #area03 .items:nth-child(12),
#top #area03 .items:nth-child(15),
#top #area03 .items:nth-child(18),
#top #area03 .items:nth-child(21){
  border:none;
  margin:0 0 20px 0;
} */
#top #area03 .date {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

#top #area03 .pic {
	position: relative;
	width: 135px;
	float: left;
	transition: .3s;
}

#top #area03 .pic img {
	transition: .3s;
}

#top #area03 .pic span {
	position: absolute;
	bottom: 0;
}

#top #area03 .pic span img {
	height: 24px;
	width: auto;
}

#top #area03 .pic .cat01 {
	left: 0;
}

#top #area03 .pic .cat02 {
	right: 0;
}

#top #area03 dl {
	float: left;
	width: 150px;
	margin-left: 10px;
	transition: .3s;
}

#top #area03 dt {
	font-size: 1.4rem;
	font-feature-settings: "palt";
	line-height: 1.3;
	font-weight: bold;
}

#top #area03 dd {
	font-size: 1.2rem;
	font-feature-settings: "palt";
	margin-top: 5px;
	line-height: 1.4;
}

#top #area03 dd span {
	display: block;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
}

#top #area03 a:hover dl {
	opacity: 0.8;
}

#top #area03 a:hover .pic {
	opacity: 0.8;
}

#top #area04 {
	background-image: url(img/home/area04c.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

#top #area04 .cap {
	background-image: url(img/home/area04a.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 91px;
	height: 167px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding-top: 60px;
}

#top #area04 .p00 {
	text-align: center;
	position: absolute;
	right: -330px;
	top: -140px;
	width: 290px;
}

#top #area04 .p1 {
	font-size: 1.6rem;
	text-align: center;
	clear: both;
}

#top #area04 .aa04 {
	width: 960px;
	margin: 0 auto;
	padding: 185px 0 160px 0;
	position: relative;
}

#top #area04 dl {
	width: 385px;
	height: 220px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border: 1px solid #fff;
	float: left;
	position: relative;
}

#top #area04 dl a {
	display: block;
	color: #fff;
	padding: 20px;
}

#top #area04 dt {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 1em;
	font-weight: bold;
}

#top #area04 dt span {
	font-size: 1.2rem;
	display: block;
}

#top #area04 dd {
	font-size: 2.2rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;

}

/* #top #area04 dl.dl1 {} */

#top #area04 dl:nth-of-type(2) {
	float: right;
}

#top #interview {
	padding: 90px 0 85px;
	margin-bottom: 80px;
	background-image: url(./img/interview/bg-back_top.png);
	background-position: center top 0;
	background-size: cover;
	background-repeat: no-repeat;
}

#top #interview .interview-title {
	max-width: 600px;
	margin: 0 auto;
}

#top #interview .interview-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 85px;
}

#top #interview .interview-item {
	z-index: 1;
	position: relative;
	width: calc(33.33% - 20px);
	border-radius: 10px;
	background-color: #2889ab;
}

#top #interview .interview-item::before {
	z-index: -1;
	position: absolute;
	top: -40px;
	right: 0;
	width: 124px;
	height: 72px;
	background: url(./img/interview/img-cloud.png) no-repeat center center/contain;
	content: "";
}

#top #interview .interview-item:not(:first-child) {
	margin-left: 30px;
}

#top #interview .interview-item .head img {
	border-radius: 5px;
}

#top #interview .interview-item a:hover {
	opacity: 1;
}

#top #interview .interview-item a:hover .head {
	border: solid 5px #f9a541;
	transition: all 0.3s;
}

#top #interview .interview-item .body {
	padding: 10px;
	font-weight: 700;
}

#top #interview .interview-item .body p {
	color: #fff;
}

#top #interview .interview-item .body .company {
	font-weight: 700;
}

#top #interview .interview-button {
	margin: 50px 0 0 0;
	text-align: center;
}

#top #interview .interview-button a {
	position: relative;
	width: 300px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1;
	padding: 15px 0;
	color: #2889ab;
	background: #fff;
	display: block;
	border-radius: 6px;
	font-weight: bold;
}

#top #interview .interview-button a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #2889ab;
	border-right: solid 2px #2889ab;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

#top #news {
	padding: 0 0 100px;
}

#top #news .ttl {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#top #news .ttl img {
	height: 115px;
	width: auto;
}

#top #news .newscnt {
	width: 460px;
	box-sizing: border-box;
	height: 146px;
	display: table;
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #e5e5e5;
	float: left;
}

#top #news .newscnt:nth-of-type(2n) {
	float: right;
}

#top #news .newscnt:nth-of-type(5),
#top #news .newscnt:nth-of-type(6) {
	padding: 0;
	margin: 0;
	border: none;
}

#top #news .pic {
	width: 115px;
	float: left;
	transition: .3s;
}

#top #news dl {
	float: right;
	width: 330px;
	position: relative;
	padding: 30px 0 0 0;
}

#top #news dt {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
}

#top #news dd {
	font-size: 1.4rem;
	line-height: 1.3;
	margin: 0.5em 0 0 0;
}

#top #news dd.dd2 {
	position: absolute;
	top: 0;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}

#top #news dd .cate {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 10px;
	line-height: 1;
	font-weight: bold;
}

#top #news dd .date {
	color: #666;
	margin-left: 1em;
}

#top #news dd .newico {
	color: #f00;
	border: 1px #f00 solid;
	padding: 5px 10px;
	margin-left: 1em;
	line-height: 1;
}

#top #news a:hover .pic {
	opacity: 0.6;
}

#top #news .gol {
	margin: 70px 0 0 0;
	text-align: center;
}

#top #news .gol a {
	width: 300px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1;
	padding: 15px 0;
	color: #fff;
	background: #00482a;
	display: block;
	border-radius: 6px;
	font-weight: bold;
}

#top #news .gol .yj:after {
	border-color: #fff;
}

#top #news .gol a:hover {
	opacity: 1;
	background: #007846;
}

#top #area05 {
	background: #00482a;
	color: #fff;
	position: relative;
	overflow: visible;
}

#top #area05:after {
	content: "";
	width: 100%;
	height: 10px;
	display: block;
	background-image: url(img/common/line01.png);
	position: absolute;
	bottom: -10px;
}

#top #area05 .container {
	padding: 100px 0 120px 0;
	position: relative;
	overflow: visible;
}

#top #area05 .p00 {
	position: absolute;
	left: -330px;
	top: -180px;
}

#top #area05 .p1 {
	text-align: center;
	margin: 10px 0 70px 0;
}

#top #area05 dl {
	width: 466px;
	float: left;
}

/* #top #area05 dt {} */

#top #area05 dd {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 15px 0 0 0;
}

/* #top #area05 dl.dl1 {} */

#top #area05 dl.dl2 {
	float: right;
}

@media screen and (max-width:801px) {
	#slides {
		position: relative;
	}

	#slides p.p1 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		/* Safari逕ｨ */
		transform: translate(-50%, -50%);
		z-index: 100;
		width: 90%;
	}

	#slides p.p1 img {
		width: 100%;
		height: auto;
	}

	.how {
		background: #fff;
		padding: 15px 0;
		width: 100%;
	}

	.how a.bts {
		color: #9d7000;
		text-align: center;
		width: 70%;
		border: 3px solid #9d7000;
		border-radius: 6px;
		font-size: 1.6rem;
		line-height: 1;
		padding: 13px 0;
		background: #fff;
		display: block;
		position: static;
		margin: 0 auto 0 auto;
		position: relative;
	}

	#slides a.bts.pc {
		display: none;
	}

	/* #slides a.bts:hover {} */

	/* .mainvisual {} */

	/* #slides .swiper-slide {} */

	/* #slides .swiper-slide img {} */

	#top #movs {
		background-image: url(img/common/bg01.png);
		padding: 25px 0;
		margin-top: 0;
	}

	#top #movs dl {
		float: none;
		margin-bottom: 15px;
	}

	#top #movs dl dt {
		font-size: 1.3rem;
		line-height: 1;
		margin-bottom: 10px;
	}

	#top #movs dl dt img {
		margin-right: 5px;
		width: 20px;
	}

	#top #movs dl dd a {
		margin-right: 1%;
		width: 31.7%;
		display: inline-block;
	}

	#top #movs dl dd a:before {
		background-size: 38px 30px;
		width: 38px;
		height: 30px;
	}

	#top #movs dl dd a img {
		height: auto;
	}

	#top #movs dl dd a:nth-of-type(3) {
		margin: 0;
	}

	#top #movs p {
		float: none;
		width: 100%;
	}

	#top #movs p img {
		width: 100%;
	}

	/* #top {} */

	#top h2 {
		font-size: 3rem;
		text-align: center;
		font-weight: bold;
		line-height: 1;
	}

	#top h2 span {
		font-size: 1.2rem;
		color: #a2a2a2;
		display: block;
		margin: 10px 0 10px 0;
	}

	#top h2 img {
		margin-bottom: 20px;
	}

	#top .btn {
		text-align: center;
	}

	#top .btn a {
		display: inline-block;
		border-radius: 50px;
		padding: 15px 35px 15px 65px;
		margin: auto;
		position: relative;
		text-align: center;
		background: #528522;
		color: #fff;
		font-size: 1.5rem;
	}

	#top .btn a:before {
		content: "";
		position: absolute;
		left: 30px;
		top: 20px;
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}

	#top #area00 {
		padding: 35px 0 65px 0;
		margin: 0 auto;
		background-image: none;
	}

	/* #top #area00 dl {} */

	#top #area00 dt {
		width: 100%;
	}

	#top #area00 dd {
		font-size: 1.4rem;
		margin: 0;
	}

	#top #area00 dd.dd2 {
		display: none;
	}

	#top #area00 dd img {
		width: 590px;
	}

	#top #area01 {
		padding: 40px 0 0 0;
	}

	/* #top #area01 .mainvisual:after {} */

	/* #top #area01 .swiper-slide {} */

	#top #area01 .mainvisual {
		overflow: hidden;
		padding-bottom: 45px;
	}

	#top #area01 .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	#top #area01 .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 15px;
	}

	#top #area01 .swiper-pagination {
		width: 50%;
		margin-left: -25%;
		bottom: -50px;
	}

	/* #top #area01 .swiper-pagination-bullet-active {} */

	#top #area01 .containers {
		margin-left: auto;
		margin-right: auto;
	}

	#top #area01 .swiper-button-prev,
	#top #area01 .swiper-button-next {
		width: 35px;
		height: 85px;
		margin-top: -45px;
	}

	#top #area01 .swiper-button-prev {
		left: 0px;
	}

	#top #area01 .swiper-button-next {
		right: 0px;
	}

	#top #area01 .swiper-slide.swiper-slide-active {
		opacity: 1;
	}

	#top #area01 .swiper-slide {
		opacity: 0.3;
		transition: .3s;
	}

	#top #area01 dl.dl1 {
		width: 75%;
		float: none;
		margin: 0 auto;
		display: table;
		margin-bottom: 24px;
	}

	#top #area01 dl.dl1 dt {
		margin: 0;
		width: 50%;
		height: 0;
		float: none;
		border: 3px solid #00482a;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}

	#top #area01 dl.dl1 dd {
		float: none;
		width: 50%;
		display: table-cell;
		vertical-align: top;
		background: #e5e5e5;
		box-shadow: 2px 2px 3px 0px rgba(255, 255, 255, 0.3) inset,
			-2px -2px 3px 0px rgba(0, 0, 0, 0.3) inset;
	}

	/* #top #area01 dl.dl1 dd ul {} */

	#top #area01 dl.dl1 dd li img {
		width: 100%;
	}

	#top #area01 dl.dl1 dd li.li3 {
		padding: 11px 0;
		background: transparent;
		box-shadow: none;
	}

	#top #area01 .aa01a {
		float: none;
		width: 75%;
		margin: 0 auto;
	}

	/* #top #area01 .aa01a .pic {} */

	#top #area01 .aa01a dl.dl2 {
		line-height: 1.1;
	}

	#top #area01 .aa01a dl.dl2 dt {
		font-size: 1.9rem;
		margin: 0.5em 0;
	}

	#top #area01 .aa01a dl.dl2 dd {
		font-size: 1.4rem;
		padding-right: 0;
	}

	#top #area01 .aa01a dl.dl2 dd span {
		font-size: 1.2rem;
		margin: 0.5em 0 1em 0;
	}

	#top #area01 .aa01a dl.dl2 dd a {
		display: block;
		position: relative;
		padding: 20px 0;
		width: 100%;
	}

	/* #top #area01 .aa01a dl.dl2 dd a:hover {} */

	/* #top #area01 .aa01a dl.dl2 dd a:after {} */

	/* #top #area02 {} */

	#top #area02.container {
		width: 100%;
		margin: 60px auto 40px auto;
		padding: 8% 4%;
	}

	#prod {
		padding: 20px 0 0 0;
	}

	.searchform {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
		border: 1px solid #ddd;
	}

	.searchfield {
		font-size: 1.6rem;
		line-height: 1;
		width: 75%;
		padding: 10px 10px;
		border: 1px solid #fff;
		border-radius: 6px 0 0 6px;
		box-sizing: border-box;
	}

	input[type="submit"] {
		-webkit-appearance: none;
		appearance: none;
	}

	.searchsubmit {
		font-size: 1.6rem;
		letter-spacing: 1px;
		line-height: 1;
		padding: 15px 0;
		width: 25%;
		cursor: pointer;
		color: #fff;
		background: #00482a;
		border-radius: 0 6px 6px 0;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}

	.searchsubmit:hover {
		opacity: .6;
	}

	#top #area02 dl {
		float: none;
	}

	#top #area02 dt {
		display: inline-block;
		padding: 13px 0 0 0;
		width: 50%;
	}

	#top #area02 dd {
		margin: 0 0 0 20px;
		display: inline-block;
		width: 30%;
	}

	#top #area02 .itemin {
		background: #fff;
		padding: 15px;
	}

	/* #top #area02 .tabs {} */

	#top #area02 .tabs li {
		width: 32%;
		display: inline-block;
		margin: 0 2% 0 0;
	}

	#top #area02 .tabs li:last-child {
		margin: 0;
	}

	#top #area02 .tabs li a {
		display: block;
		background: #d3d0ca;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		padding: 15px 0;
		border-radius: 6px 6px 0 0;
		background: none !important;
		background: #d3d0ca !important;
		text-indent: 0;
	}

	#top #area02 .tabs li a:hover {
		background-color: #fff !important;
		opacity: 1;
	}

	#top #area02 .tabs li.act a {
		background-color: #fff !important;
	}

	/* #top #area02 .itemin ul.ul1 {} */

	#top #area02 .itemin ul.ul1 li {
		display: block;
		margin: 0 0 5px 0;
		width: auto;
	}

	#top #area02 .itemin ul.ul3 li {
		width: auto;
	}

	#top #area02 .itemin ul.ul1 li img {
		width: 100%;
	}

	/* #top #area02 .itemin ul.ul1 li:last-child {} */

	/* #top #area02 .itemin ul.ul1 li a:hover {} */

	#top #area02 .itemin ul.ul2 {
		letter-spacing: -.4em;
		font-size: 1.4rem;
	}

	#top #area02 .itemin ul.ul2 li {
		display: block;
		width: 100%;
		background: #f5f5f5;
		padding: 10px 0 10px 25px;
		margin-bottom: 1px;
	}

	#top #area02 .itemin ul.ul2 li:before {
		width: 6px;
		height: 6px;
		border-top: solid 2px #00482a;
		border-right: solid 2px #00482a;
		margin-top: -5px;
		left: 10px;
	}

	#top #area02 .itemin ul.ul2 li a {
		display: block;
	}

	#top #area02 .itemin ul.ul2 li a:hover {
		opacity: 1;
		text-decoration: underline;
	}

	#top #area03 {
		margin-top: 50px;
	}

	#top #area03 .ttl {
		margin-bottom: 35px;
	}

	#top #area03 .items {
		display: table;
		width: 100%;
		border: none;
		border-top: 1px solid #ddd;
		margin: 0 0 20px 0;
		padding: 20px 0 0 0;
		float: none;
	}

	#top #area03 .items:nth-child(3n) {
		border-top: solid 1px #ddd;
	}

	#top #area03 .items:last-child {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 20px 0 20px 0;
	}

	#top #area03 .pic {
		width: 40%;
		float: left;
	}

	#top #area03 .pic img {
		width: 100%;
	}

	/* #top #area03 .pic span {} */

	#top #area03 .pic span img {
		height: 24px;
		width: auto;
	}

	/* #top #area03 .pic .cat01 {} */

	/* #top #area03 .pic .cat02 {} */

	#top #area03 dl {
		width: 50%;
		margin-left: 4%;
		transition: .3s;
	}

	#top #area03 dt {
		font-size: 1.6rem;
	}

	#top #area03 dd {
		font-size: 1.4rem;
	}

	/* #top #area03 dd span {} */

	/* #top #area03 a:hover dl {} */

	/* #top #area03 a:hover .pic {} */


	#top #area04 {
		background-image: url(img/home/area04c.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		position: relative;
		background-position: top center;
	}

	#top #area04 .cap {
		background-image: url(img/home/area04a-sp.png);
		width: 114px;
		height: 100px;
		position: static;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-top: 0;
		margin-bottom: 35px;
	}

	#top #area04 .p00 {
		text-align: center;
		position: absolute;
		right: auto;
		left: auto;
		width: 100%;
		top: -1.5em;
	}

	#top #area04 .p1 {
		font-size: 1.6rem;
		text-align: center;
		clear: both;
	}

	#top #area04 .aa04 {
		width: 94%;
		margin: 0 auto;
		padding: 55px 0 80px 0;
		position: relative;
	}

	#top #area04 dl {
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		float: none;
	}

	#top #area04 dt {
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 25px;
	}

	#top #area04 dt span {
		font-size: 1.4rem;
		display: block;
	}

	#top #area04 dd {
		font-size: 2rem;
		font-family: 'Noto Serif Japanese';
		font-style: normal;
		font-weight: 400;
	}

	#top #area04 dl:after {
		content: "";
		position: absolute;
		right: 7px;
		bottom: 7px;
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 12px 12px;
		border-color: transparent transparent #cc9200 transparent;
	}

	/* #top #area04 dl.dl1 {} */

	#top #area04 dl:nth-of-type(2) {
		float: right;
	}

	#top #interview {
		padding: 60px 0;
		margin-bottom: 45px;
		background-image: url(./img/interview/sp/bg-back_top.png);
		background-position: center top 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	#top #interview .container {
		width: auto;
		margin: 0 6%;
	}

	#top #interview .interview-list {
		display: block;
		margin-top: 55px;
	}

	#top #interview .interview-item {
		width: 100%;
	}

	#top #interview .interview-item:not(:first-child) {
		margin-left: 0;
		margin-top: 55px;
	}

	#top #interview .interview-button {
		margin: 30px 0 0 0;
	}

	#top #interview .interview-button a {
		width: 85%;
		font-size: 1.8rem;
		padding: 18px 0;
	}

	#top #news {
		padding: 0 0 50px;
	}

	/* #top #news .ttl {} */

	#top #news .newscnt {
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		float: none;
		position: relative;
		display: table;
	}

	#top #news .newscnt:nth-of-type(2n) {
		float: none;
	}

	#top #news .newscnt:nth-of-type(5),
	#top #news .newscnt:nth-of-type(6) {
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px dashed #e5e5e5;
	}

	#top #news .pic {
		padding-bottom: 35px;
	}

	#top #news dl {
		width: calc(100% - 130px);
		padding: 0;
		position: static;
	}

	/* #top #news dt {} */

	/* #top #news dd {} */

	#top #news dd.dd2 {
		position: static;
		margin: 10px 0 0 0;
	}

	#top #news dd .cate {
		position: absolute;
		left: 0;
		top: 125px;
		width: 115px;
		box-sizing: border-box;
		text-align: center;
	}

	#top #news dd .newico {
		margin: 0 0.5em 0 0;
		padding: 2px 10px 1px;
	}

	#top #news dd .date {
		margin-left: 0;
	}

	/* #top #news a:hover .pic {} */

	#top #news .gol {
		margin: 30px 0 0 0;
		text-align: center;
	}

	#top #news .gol a {
		width: 70%;
		font-size: 1.8rem;
		padding: 25px 0;
	}

	/* #top #news .gol .yj:after {} */

	/* #top #news .gol a:hover {} */

	#top #area05 {
		overflow: visible;
		margin-top: 80px;
	}

	#top #area05:after {
		content: "";
		width: 100%;
		height: 10px;
		display: block;
		background-image: url(img/common/line01.png);
		position: absolute;
		bottom: -10px;
	}

	#top #area05 .container {
		padding: 70px 0 30px 0;
		position: relative;
		overflow: visible;
		width: 100%;
		margin: 0;
	}

	#top #area05 .p00 {
		position: absolute;
		left: 50%;
		margin-left: -65px;
		text-align: center;
		top: -13%;
		width: 130px;
	}

	#top #area05 .p1 {
		text-align: center;
		margin: 10px 0 30px 0;
	}

	#top #area05 .p1 img {
		width: 130%;
		max-width: none;
		margin-left: -15%;
	}

	#top #area05 dl {
		width: 90%;
		margin: auto;
		float: none;
	}

	/* #top #area05 dt {} */

	#top #area05 dd {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 10px 0 20px 0;
	}

	/* #top #area05 dl.dl1 {} */

	#top #area05 dl.dl2 {
		float: none;
	}
}

#top_csr {
	background: url("img/csr/registered_bg.jpg");
	padding: 100px 0 120px;
}

#top_csr .ttl {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#top_csr .ttl img {
	height: 115px;
	width: auto;
}

#top_csr .activities_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -24px -50px 0;
}

#top_csr .activities_list li {
	background: url("img/csr/activities_border.png") no-repeat left top / 100% auto;
	width: 222px;
	margin: 0 24px 50px 0;
	padding-top: 25px;
	box-sizing: border-box;
}

#top_csr .activities_list figure a {
	display: block;
}

#top_csr .activities_list figure img {
	border-radius: 10px;
}

#top_csr .activities_list .cate_list {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px -5px 0;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

#top_csr .activities_list .cate_list a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00482a;
	height: 21px;
	padding: 0 5px;
	margin: 0 5px 5px 0;
	color: #fff;
}

#top_csr .activities_list .txtbox {
	display: block;
	margin-top: 10px;
}

#top_csr .activities_list .name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

#top_csr .activities_list .description {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.5;
}

#top_csr .gol {
	margin: 70px 0 0 0;
	text-align: center;
}

#top_csr .gol a {
	width: 300px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1;
	padding: 15px 0;
	color: #fff;
	background: #00482a;
	display: block;
	border-radius: 6px;
	font-weight: bold;
}

#top_csr .gol .yj:after {
	border-color: #fff;
}

#top_csr .gol a:hover {
	opacity: 1;
	background: #007846;
}

@media screen and (max-width:801px) {
	#top_csr {
		background-size: 179px auto;
		padding: 50px 0 100px;
	}

	#top_csr .ttl {
		margin-bottom: 55px;
	}

	#top_csr .activities_list {
		display: block;
		margin: 0 10% -35px;
	}

	#top_csr .activities_list li {
		width: auto;
		margin: 0 0 35px;
		padding-top: 10%;
	}

	#top_csr .activities_list figure img {
		border-radius: 5px;
	}

	#top_csr .gol {
		margin: 30px 0 0 0;
		text-align: center;
	}

	#top_csr .gol a {
		width: 70%;
		margin: 0 auto;
		font-size: 1.8rem;
		line-height: 1;
		padding: 25px 0;
		color: #fff;
		background: #00482a;
		display: block;
		border-radius: 6px;
	}

	#top_csr .gol .yj:after {
		border-color: #fff;
	}

	#top_csr .gol a:hover {
		opacity: 1;
		background: #007846;
	}
}

/*東大阪市のモノづくり-----------------------------*/
/* #manuf {} */

#manuf h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin: 55px 0 25px;
}

#manuf p.p1 {
	font-size: 1.4rem;
	line-height: 1.5;
}

#manuf h2 {
	color: #00482a;
	font-size: 3.4rem;
	line-height: 1;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
}

#manuf #area01 {
	box-sizing: border-box;
	background-image: url(img/manufacture/manu02.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	background-size: 490px;
}

#manuf #area01 h2 {
	margin: 50px 0 20px;
}

#manuf #area01 p.p1 {
	width: 460px;
}

#manuf #area01 p.p2 {
	padding-right: 490px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 85px;
}

/* #manuf #area01 p.p3 {} */

#manuf #area02 {
	background: #ece9e3;
	margin: 75px 0 100px;
	padding: 100px 0;
}

#manuf #area02 .container {
	padding-left: 410px;
	box-sizing: border-box;
	background-image: url(img/manufacture/manu05b.png);
	background-repeat: no-repeat;
	background-position: left 45px;
	background-size: 400px;
}

#manuf #area02 p.p1 {
	margin-bottom: 25px;
}

#manuf #area02 p.p2 {
	width: 225px;
}

/* #manuf #area02 p.p3 {} */

#manuf #area02 h2 {
	font-size: 2.8rem;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

#manuf #area02 h3 {
	font-size: 2.4rem;
	color: #00482a;
	line-height: 1;
	margin-bottom: 20px;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
}

#manuf #area02 h3 span {
	vertical-align: top;
	position: relative;
	top: -0.1em;
	font-size: 1.4rem;
	color: #333;
}

#manuf #area02 dl {
	width: 305px;
	float: right;
	line-height: 1.5;
}

#manuf #area02 dt {
	font-size: 1.4rem;
}

#manuf #area02 dd {
	margin-top: 10px;
	font-size: 1.2rem;
}

#manuf #area03 {
	margin-bottom: 50px;
}

#manuf #area03 .aa03 {
	width: 310px;
	float: left;
}

#manuf #area03 h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

#manuf #area03 p.p1 {
	line-height: 1.6;
}

#manuf #area03 p.p2 {
	float: right;
	width: 600px;
}

@media screen and (max-width:801px) {
	/* #manuf {} */

	#manuf h1 {
		margin: 25px 0 15px;
		text-align: center;
		font-weight: bold;
	}

	#manuf p.p1 {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#manuf h2 {
		font-size: 2.1rem;
	}

	#manuf #area01 {
		background-image: none;
	}

	#manuf #area01 h2 {
		margin: 25px 4% 10px 4%;
	}

	#manuf #area01 p.p1 {
		width: 100%;
	}

	#manuf #area01 p.p2 {
		padding-right: 0;
		margin: 0 4%;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-bottom: 30px;
	}

	/* #manuf #area01 p.p3 {} */

	#manuf #area02 {
		margin: 40px 0 50px;
		padding: 30px 4%;
	}

	#manuf #area02 .container {
		padding-left: 0px;
		background-image: none;
	}

	#manuf #area02 p.p1 {
		margin-bottom: 35px;
	}

	#manuf #area02 p.p2 {
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}

	/* #manuf #area02 p.p3 {} */

	#manuf #area02 h2 {
		font-size: 2.1rem;
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 15px;
	}

	#manuf #area02 h3 {
		font-size: 1.8rem;
		line-height: 1;
		margin-bottom: 20px;
	}

	#manuf #area02 h3 span {
		font-size: 1.2rem;
	}

	#manuf #area02 dl {
		width: 100%;
		float: none;
		line-height: 1.7;
	}

	#manuf #area02 dt {
		font-size: 1.4rem;
	}

	#manuf #area02 dd {
		margin: 10px 0;
		font-size: 1.2rem;
	}

	#manuf #area03 {
		margin-bottom: 0px;
	}

	#manuf #area03 .aa03 {
		width: 100%;
		float: none;
		padding: 0 4%;
		box-sizing: border-box;
	}

	#manuf #area03 h2 {
		font-size: 2.1rem;
		line-height: 1.8;
		margin-bottom: 10px;
	}

	#manuf #area03 p.p1 {
		line-height: 1.7;
		margin-bottom: 30px;
	}

	#manuf #area03 p.p2 {
		width: 100%;
		float: none;
	}
}

/*認定製品-----------------------------*/
#products p.pagettl {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#products p.pagettl img {
	height: 115px;
	width: auto;
}

#products #side {
	width: 210px;
	float: left;
}

#products #side .bgs {
	background-image: url(img/common/bg01.png);
	padding: 15px 12px;
	margin-bottom: 10px;
}

#products #side .searchtxt {
	width: 85%;
}

#products #side .searchform {
	float: none;
	width: 100%;
	margin-top: 15px;
}

#products #side .searchfield {
	font-size: 1.4rem;
	width: 70%;
	padding: 6px 10px;
}

#products #side .searchsubmit {
	font-size: 1.4rem;
	padding: 12px 0;
	width: 30%;
}

#products #side .searchsubmit:hover {
	opacity: .6;
}

/* #products #side li dl {} */

#products #side li dt {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

/* #products #side li dd {} */

/* #products #side li dl.lines {} */

#products #side li dl.lines a {
	color: #fff;
}

#products #side li dl.lines a:hover {
	text-decoration: underline;
}

#products #side li dl.lines dl {
	padding: 15px 10px;
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(0, 0, 0, 0.3) inset;
}

#products #side li dl.lines dl dt {
	text-align: center;
}

#products #side li dl.lines dl dt img {
	height: 25px;
	width: auto;
}

#products #side li dl.lines dl.dl1 {
	background: #a26300;
}

#products #side li dl.lines dl.dl2 {
	background: #a20000;
}

#products #side li dl.lines dl.dl3 {
	background: #007ea2;
}

#products #side li dl.lines dl ul li {
	font-size: 1.3rem;
	letter-spacing: normal;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#products #side li dl.lines dl ul li:last-child {
	margin-bottom: 0px;
}

#products #side li dl.lines dl ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -3px;
}

/* #products #side li dl.sean ul {} */

#products #side li dl.sean ul li {
	margin-bottom: 10px;
}

#products #side li dl.sean ul li:last-child {
	margin-bottom: 0px;
}

/* #products #side li dl.works {} */

#products #side li dl.works ul {
	font-size: 1.3rem;
}

#products #side li dl.works ul li {
	letter-spacing: normal;
	font-feature-settings: "palt";
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#products #side li dl.works ul li:last-child {
	margin-bottom: 0px;
}

#products #side li dl.works ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 2px #00482a;
	border-right: solid 2px #00482a;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -3px;
}

#products #side li dl.works ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}

#products #lists {
	width: 714px;
	float: right;
}

#products #lists h1 {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}

#products #lists h1 span {
	font-size: 1.2rem;
	display: block;
	font-weight: normal;
}

#products #lists h1 img {
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	width: auto;
}

#products #lists .itemlist,
#newses #newses-list .itemlist,
#blogs #blogs-list .itemlist {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

#products #lists .items,
#newses #newses-list .items,
#blogs #blogs-list .items {
	width: 170px;
	box-sizing: border-box;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 6px;
}

#products #lists .empty,
#newses #newses-list .empty,
#blogs #blogs-list .empty {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 170px;
}

#products #lists .items a,
#newses #newses-list .items a,
#blogs #blogs-list .items a {
	display: block;
	border: 5px solid #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	height: 100%;
}

#products #lists .items a:hover,
#newses #newses-list .items a:hover,
#blogs #blogs-list .items a:hover {
	border: 5px solid #bdd6cc;
	opacity: 1;
}

/* #products #lists .items:last-child{
} */
#products #lists .items .pic,
#newses #newses-list .items .pic,
#blogs #blogs-list .items .pic {
	position: relative;
	transition: .3s;
}

#newses #newses-list .items .pic,
#blogs #blogs-list .items .pic {
	margin-bottom: 0;
}

#products #lists .items .pic img,
#newses #newses-list .items .pic img,
#blogs #blogs-list .items .pic img {
	transition: .3s;
	width: 100%;
}

#products #lists .items .pic span,
#newses #newses-list .items .pic span,
#blogs #blogs-list .items .pic span {
	position: absolute;
	bottom: 0;
}

#products #lists .items .pic span img,
#newses #newses-list .items .pic span img,
#blogss #blogs-list .items .pic span img {
	height: 24px;
	width: auto;
}

#products #lists .items .pic .cat01,
#newses #newses-list .items .pic .cat01,
#blogs #blogs-list .items .pic .cat01 {
	left: 0;
}

#products #lists .items .pic .cat02,
#newses #newses-list .items .pic .cat02,
#blogs #blogs-list .items .pic .cat02 {
	right: 0;
}

#products #lists .items dl,
#newses #newses-list .items dl,
#blogs #blogs-list .items dl {
	transition: .3s;
	font-feature-settings: "palt";
}

#newses #newses-list .items dl,
#blogs #blogs-list .items dl {
	border-top: none;
	padding: 5px 0 0;
}

#products #lists .items dt,
#newses #newses-list .items dt,
#blogs #blogs-list .items dt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0;
	word-break: break-all;
}

#products #lists .items dd,
#newses #newses-list .items dd,
#blogs #blogs-list .items dd {
	font-size: 1.2rem;
	line-height: 1.4;
}

#products #lists .items dd span {
	display: block;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
	margin-top: 5px;
}

/* #products #detail {} */

#products #detail #area01 {
	display: table;
}

#products #detail #area01 ul {
	float: right;
	width: 105px;
	height: 278px;
	background: #e5e5e5;
	box-shadow: 2px 2px 3px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 3px 0px rgba(0, 0, 0, 0.3) inset;
}

#products #detail #area01 li {
	padding: 15px 10px;
	box-shadow: 2px 2px 4px 0px rgba(255, 255, 255, 0.3) inset, -2px -2px 4px 0px rgba(0, 0, 0, 0.3) inset;
	text-align: center;
	height: 110px;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

#products #detail #area01 li.cat01a {
	background: #a26300;
}

#products #detail #area01 li.cat01b {
	background: #a20000;
}

#products #detail #area01 li.cat01c {
	background: #007ea2;
}

#products #detail #area01 li.cat02a {
	background: #c1b74d;
}

#products #detail #area01 li.cat02b {
	background: #7b9bb3;
}

#products #detail #area01 li span {
	display: table-cell;
	vertical-align: middle;
}

#products #detail #area01 li.li03 {
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 15px 3px;
	font-weight: bold;
	background: transparent;
	box-shadow: none;
	height: auto;
}

#products #detail #area01 .pic {
	float: left;
	width: 607px;
	height: 278px;
}

#products #detail h2,
#newses #detail #etc h2,
#blogs #detail #etc h2 {
	color: #00482a;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}

#products #detail h2:before,
#newses #detail #etc h2:before,
#blogs #detail #etc h2:before {
	content: "";
	border: 3px solid #00482a;
	display: inline-block;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 15px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

#products #detail #title {
	background: #f5f5f5;
	padding: 15px 20px;
}

#products #detail #title h1 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* #products #detail #title dl {} */

#products #detail #title dt {
	font-size: 1.6rem;
}

#products #detail #title dd {
	font-size: 1.4rem;
}

#products #detail #desc {
	margin: 30px 0 45px 0;
}

#products #detail #desc dt {
	font-size: 1.8rem;
	font-weight: bold;
}

#products #detail #desc dd {
	font-size: 1.4rem;
	line-height: 1.6;
}

#products #detail #feat {
	margin-bottom: 50px;
}

#products #detail #feat .featin {
	display: table;
	width: 100%;
}

#products #detail #feat dl {
	display: table-cell;
	border: 1px solid #ddd;
	padding: 20px;
	width: 33.3333%;
}

#products #detail #feat dl:nth-of-type(1),
#products #detail #feat dl:nth-of-type(2) {
	border-right: none;
}

#products #detail #feat dt {
	text-align: center;
}

#products #detail #feat dd {
	margin: 15px 0 0 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

#products #detail #feat .YouTube {
	border: 1px solid #ddd;
	padding: 20px;
}

#products #detail #feat .YouTube iframe {
	width: 100%;
	height: 375px;
}

#products #detail #comp {
	margin-bottom: 40px;
}

/* #products #detail #comp dl {} */

#products #detail #comp dt {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
}

#products #detail #comp dd {
	font-size: 1.3rem;
	margin: 5px 0 10px 0;
	line-height: 1.8;
}

#products #detail #comp #map {
	margin-bottom: 15px;
	width: 100%;
	height: 250px;
}

#products #detail #comp ul {
	font-size: 1.4rem;
	line-height: 1.5;
}

#products #detail #comp li {
	padding-bottom: 10px;
}

#products #detail #comp li:last-child {
	padding-bottom: 0;
}

#products #detail #comp li a {
	text-decoration: underline;
}

#products #detail #comp li a:hover {
	text-decoration: none;
}

#products #detail #etc,
#newses #detail #etc,
#blogs #detail #etc {
	margin-bottom: 40px;
}

#newses #detail #etc,
#blogs #detail #etc {
	margin-top: 40px;
}

#products #detail #news {
	margin: 50px 0 40px;
}

#products #detail #news .newscnt {
	width: 100%;
	display: table;
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}

#products #detail #news .newscnt:nth-of-type(1) {
	padding: 0 0 20px 0;
}

#products #detail #news .newscnt:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#products #detail #news .pic {
	width: 85px;
	float: left;
	transition: .3s;
}

#products #detail #news dl {
	float: right;
	width: calc(100% - 100px);
	position: relative;
	padding: 30px 0 0 0;
}

#products #detail #news dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#products #detail #news dd {
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0.5em 0 0 0;
}

#products #detail #news dd.dd2 {
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 1.2rem;
}

#products #detail #news dd .cate {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 0;
	width: 85px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

#products #detail #news dd .date {
	color: #666;
	margin-left: 1em;
	display: inline-block;
}

#products #detail #news a:hover .pic {
	opacity: 0.6;
}


@media screen and (max-width:801px) {
	#products p.pagettl {
		margin-bottom: 45px;
	}

	#products p.pagettl img {
		height: 100px;
	}

	#products .container {
		overflow: visible;
	}

	#products #side {
		width: 100%;
		float: none;
	}

	#products #side .sebn {
		background-image: url(img/common/bg01.png);
		padding: 20px;
		margin-bottom: 10px;
		width: 106%;
		box-sizing: border-box;
		margin-left: -3%;
	}

	#products #lists {
		width: 100%;
		padding: 2%;
		box-sizing: border-box;
		float: none;
	}

	#products #lists h1 {
		font-size: 2rem;
		text-align: center;
		padding-top: 55px;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 3px solid #ddd;
	}

	#products #lists h1.nospace {
		padding-top: 0;
	}

	#products #lists h1 span {
		font-size: 1.1rem;
		line-height: 1.5;
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		text-align: left;
	}

	#products #lists h1 span.noimg {
		width: 100%;
		text-align: center;
	}

	#products #lists h1 img {
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
		height: auto;
		max-width: 150px;
	}

	#products #lists .itemlist,
	#newses #newses-list .itemlist,
	#blogs #blogs-list .itemlist {
		display: block;
	}

	#products #lists .items,
	#newses #newses-list .items,
	#blogs #blogs-list .items {
		width: 100%;
		margin: 0 0 10px 0;
		border: none;
		display: table;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 3px solid #ddd;
	}

	#products #lists .empty,
	#newses #newses-list .empty,
	#blogs #blogs-list .empty {
		width: 100%;
	}

	#products #lists .items a,
	#newses #newses-list .items a,
	#blogs #blogs-list .items a {
		border: none;
		padding: 0;
		border-radius: 0;
	}

	#products #lists .items a:hover,
	#newses #newses-list .items a:hover,
	#blogs #blogs-list .items a:hover {
		border: none;
		opacity: 1;
	}

	/* #products #lists .items:last-child {} */

	#products #lists .items .pic,
	#newses #newses-list .items .pic,
	#blogs #blogs-list .items .pic {
		float: left;
		width: 35%;
	}

	/* #products #lists .items .pic img {} */

	/* #products #lists .items .pic span {} */

	/* #products #lists .items .pic .cat01 {} */

	/* #products #lists .items .pic .cat02 {} */

	#products #lists .items dl,
	#newses #newses-list .items dl,
	#blogs #blogs-list .items dl {
		float: right;
		width: 61%;
	}

	#products #lists .items dt,
	#newses #newses-list .items dt,
	#blogs #blogs-list .items dt {
		font-size: 1.6rem;
	}

	#products #lists .items dd,
	#newses #newses-list .items dd,
	#blogs #blogs-list .items dd {
		font-size: 1.4rem;
	}

	/* #products #lists .items dd span {} */

	/* #products #detail {} */

	#products #detail #area01 {
		display: table;
		width: 100%;
	}

	#products #detail #area01 ul {
		float: none;
		width: 100%;
		height: auto;
		display: table;
	}

	#products #detail #area01 li {
		padding: 10px 5px;
		text-align: center;
		height: auto;
		display: table-cell;
		width: 33%;
		vertical-align: middle;
	}

	#products #detail #area01 li img {
		height: 18px;
		vertical-align: middle;
	}

	/* #products #detail #area01 li.cat01a {} */

	/* #products #detail #area01 li.cat01b {} */

	/* #products #detail #area01 li.cat01c {} */

	/* #products #detail #area01 li.cat02a {} */

	/* #products #detail #area01 li.cat02b {} */

	#products #detail #area01 li span {
		display: inline-block;
	}

	#products #detail #area01 li.li03 {
		font-size: 1.2rem;
		padding: 10px 5px;
	}

	#products #detail #area01 .pic {
		float: none;
		width: 100%;
		height: auto;
	}

	#products #detail #area01 .pic img {
		max-width: none;
		width: 100%;
	}

	#products #detail h2,
	#newses #detail #etc h2,
	#blogs #detail #etc h2 {
		color: #00482a;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 5px;
	}

	#products #detail h2:before,
	#newses #detail #etc h2:before,
	#blogs #detail #etc h2:before {
		content: "";
		border: 3px solid #00482a;
		display: inline-block;
		width: 15px;
		height: 15px;
		box-sizing: border-box;
		border-radius: 15px;
		vertical-align: middle;
		margin-right: 5px;
		position: relative;
		top: -2px;
	}

	#products #detail #title {
		background: #f5f5f5;
		padding: 10px 15px;
	}

	#products #detail #title h1 {
		font-size: 2rem;
		text-align: left;
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1.3;
	}

	#products #detail #title dl {
		line-height: 1.3;
	}

	#products #detail #title dt {
		font-size: 1.6rem;
		margin: 5px 0 0 0;
	}

	#products #detail #title dd {
		font-size: 1.4rem;
		margin: 5px 0 0 0;
	}

	#products #detail #desc {
		margin: 15px 10px 25px 10px;
	}

	#products #detail #desc dt {
		font-size: 1.6rem;
	}

	#products #detail #desc dd {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 5px;
	}

	#products #detail #feat {
		margin-bottom: 30px;
	}

	#products #detail #feat .featin {
		display: block;
		width: 100%;
	}

	#products #detail #feat dl {
		display: table;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	#products #detail #feat dl:nth-of-type(1),
	#products #detail #feat dl:nth-of-type(2) {
		border: 1px solid #ddd;
		border-bottom: none;
	}

	#products #detail #feat dt {
		text-align: center;
		float: left;
		width: 30%;
	}

	#products #detail #feat dd {
		margin: 0;
		font-size: 1.2rem;
		line-height: 1.5;
		float: right;
		width: 65%;
	}

	#products #detail #feat .YouTube {
		padding: 10px;
	}

	#products #detail #feat .YouTube iframe {
		height: 180px;
	}


	#products #detail #comp {
		margin-bottom: 30px;
	}

	/* #products #detail #comp dl {} */

	#products #detail #comp dt {
		font-size: 1.6rem;
	}

	#products #detail #comp dd {
		margin: 5px 0 10px 0;
	}

	#products #detail #comp #map {
		margin-bottom: 15px;
		width: 100%;
		height: 350px;
	}

	#products #detail #comp ul {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#products #detail #etc,
	#newses #detail #etc,
	#blogs #detail #etc {
		margin-bottom: 30px;
	}

	#products #detail #news {
		margin: 40px 0 30px;
	}

	#products #detail #news .newscnt {
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		float: none;
		position: relative;
		display: table;
	}

	#products #detail #news .newscnt:nth-of-type(2n) {
		float: none;
	}

	#products #detail #news .newscnt:nth-of-type(5),
	#products #detail #news .newscnt:nth-of-type(6) {
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-bottom: 1px dashed #e5e5e5;
	}

	#products #detail #news .pic {
		padding-bottom: 35px;
		width: 115px;
	}

	#products #detail #news dl {
		width: calc(100% - 130px);
		padding: 0;
		position: static;
	}

	#products #detail #news dt {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#products #detail #news dd {
		font-size: 1.4rem;
		line-height: 1.3;
		margin: 0.5em 0 0 0;
	}

	#products #detail #news dd.dd2 {
		position: static;
		top: 0;
		margin: 5px 0 0 0;
		font-size: 1.2rem;
	}

	#products #detail #news dd .cate {
		color: #00482a;
		border: 1px solid #00482a;
		padding: 5px 10px;
		line-height: 1;
		position: absolute;
		left: 0;
		top: 125px;
		width: 115px;
		box-sizing: border-box;
		text-align: center;
	}

	#products #detail #news dd .date {
		color: #666;
		margin-left: 0;
	}

	#products #detail #news a:hover .pic {
		opacity: 0.6;
	}
}

/*認定企業ニュース-----------------------------*/
/* #compnews {} */

#compnews h1 {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#compnews h1 img {
	height: 115px;
}

/* #compnews #compnews-list {} */

#compnews #compnews-list #lists {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

#compnews #compnews-list #lists .cmpnews {
	width: 30%;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #ddd;
}

#compnews #compnews-list #lists .empty {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 30%;
}

#compnews #compnews-list #lists .cmpnews .pic {
	margin-bottom: 10px;
}

#compnews #compnews-list #lists .cmpnews h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2px;
}

#compnews #compnews-list #lists .cmpnews .cap {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 5px;
}

#compnews #compnews-list #lists .cmpnews .date {
	font-size: 1.2rem;
	margin-bottom: 5px;
	color: #666;
}

#compnews #compnews-list #lists .cmpnews dl {
	font-size: 1.4rem;
	line-height: 1.3;
}

#compnews #compnews-list #lists .cmpnews dt {
	font-weight: bold;
}

/* #compnews #compnews-list #lists .cmpnews dd {} */

#compnews #compnews-list #lists .cmpnews a {
	display: block;
}

#compnews #compnews-list .pagination {
	text-align: center;
}

/* #compnews #compnews-detail {} */

#compnews #compnews-detail #detail {
	width: 635px;
	margin: 0 auto;
}

#compnews #compnews-detail #detail .date {
	font-size: 1.2rem;
	color: #666;
}

#compnews #compnews-detail #detail h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}

#compnews #compnews-detail #detail .pic {
	margin-bottom: 25px;
}

#compnews #compnews-detail #detail .entry {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-bottom: 30px;
	display: table;
	width: 100%;
}

#compnews #compnews-detail #detail .entry p {
	margin-bottom: 2.5em;
}

#compnews #compnews-detail #detail .entry h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#compnews #compnews-detail #detail .entry img.alignleft {
	text-align: left;
}

#compnews #compnews-detail #detail .entry img.aligncenter {
	display: block;
	margin: 1px auto;
}

#compnews #compnews-detail #detail .entry img.alignright {
	display: block;
	margin: 1px 1px 1px auto;
}

#compnews #compnews-detail #detail .entry strong {
	font-weight: bold;
}

#compnews #compnews-detail #detail .entry em {
	font-style: italic;
}

#compnews #compnews-detail #detail .entry blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

#compnews #compnews-detail #detail dl {
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px dashed #ddd;
	padding: 20px 0 0 0;
}

#compnews #compnews-detail #detail dt {
	font-weight: bold;
}

/* #compnews #compnews-detail #detail dd {} */

#compnews #compnews-detail .pageng {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1;
	margin: 40px 0 30px 0;
}

#compnews #compnews-detail .pageng li {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 10px;
}

#compnews #compnews-detail .pageng a {
	display: block;
	padding: 10px 50px;
}

#compnews #compnews-detail .pageng li:nth-of-type(2) a {
	padding: 10px 90px;
}

#compnews #compnews-detail .pageng a:hover {
	color: #fff;
	background: #00482a;
}

@media screen and (max-width:801px) {
	/* #compnews {} */

	#compnews h1 {
		margin-bottom: 45px;
	}

	#compnews h1 img {
		height: 100px;
	}

	/* #compnews #compnews-list {} */

	#compnews #compnews-list #lists {
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#compnews #compnews-list #lists .cmpnews {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	/* #compnews #compnews-list #lists .empty {} */

	/* #compnews #compnews-list #lists .cmpnews .pic {} */

	#compnews #compnews-list #lists .cmpnews .pic img {
		width: 100%;
	}

	#compnews #compnews-list #lists .cmpnews h2 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	#compnews #compnews-list #lists .cmpnews .cap {
		font-size: 1.4rem;
		margin-bottom: 0px;
	}

	#compnews #compnews-list #lists .cmpnews .date {
		font-size: 1.2rem;
	}

	/* #compnews #compnews-list #lists .cmpnews dl {} */

	/* #compnews #compnews-list #lists .cmpnews dt {} */

	/* #compnews #compnews-list #lists .cmpnews dd {} */

	/* #compnews #compnews-list #lists .cmpnews a {} */

	/* #compnews #compnews-list .pagination {} */

	/* #compnews #compnews-detail {} */

	#compnews #compnews-detail #detail {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
	}

	/* #compnews #compnews-detail #detail .date {} */

	#compnews #compnews-detail #detail h2 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}

	#compnews #compnews-detail #detail .pic {
		margin-bottom: 15px;
	}

	#compnews #compnews-detail #detail .entry {
		line-height: 1.5;
		padding-bottom: 20px;
	}

	#compnews #compnews-detail #detail .entry p {
		margin-bottom: 1.5em;
	}

	#compnews #compnews-detail #detail .entry h3 {
		margin-bottom: 0.5em;
	}

	/* #compnews #compnews-detail #detail .entry img.alignleft {} */

	/* #compnews #compnews-detail #detail .entry img.aligncenter {} */

	/* #compnews #compnews-detail #detail .entry img.alignright {} */

	/* #compnews #compnews-detail #detail .entry strong {} */

	/* #compnews #compnews-detail #detail .entry em {} */

	/* #compnews #compnews-detail #detail .entry blockquote {} */

	#compnews #compnews-detail #detail dl {
		padding: 10px 0 0 0;
	}

	/* #compnews #compnews-detail #detail dt {} */

	/* #compnews #compnews-detail #detail dd {} */

	#compnews #compnews-detail .pageng {
		font-size: 1.7rem;
		margin: 40px 0 0px 0;
	}

	#compnews #compnews-detail .pageng li {
		margin: 0;
		width: 20%;
	}

	#compnews #compnews-detail .pageng li:nth-of-type(2) {
		width: 50%;
		margin: 0 2%;
	}

	#compnews #compnews-detail .pageng a {
		display: block;
		padding: 10px 0px;
	}

	#compnews #compnews-detail .pageng li:nth-of-type(2) a {
		padding: 10px 0px;
	}

	/* #compnews #compnews-detail .pageng a:hover {} */
}

/*ニュース-----------------------------*/
#newses h1 {
	text-align: center;
	margin-bottom: 15px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#newses h1 img {
	height: 115px;
	width: auto;
}

#newses h2 {
	margin-bottom: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#newses #newses-list.container {
	width: 800px;
}

#newses #side {
	width: 180px;
	float: left;
}

#newses #side dl.dl1 {
	margin-bottom: 40px;
}

#newses #side dl.dl1>dt {
	font-size: 1.6rem;
	background: #00482a;
	color: #fff;
	line-height: 1.3;
	padding: 10px;
}

#newses #side dl.dl1>dd {
	font-size: 1.4rem;
}

/* #newses #side dl.dl1>dd>ul {} */

#newses #side dl.dl1 a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 1.3;
}

#newses #side dl.dl1 a:hover {
	background: #f2f6f4;
}

#newses #side dl.dl1 li.active a {
	background: #f2f6f4;
}

#newses #side dl.dl1 dl.dl2 dd a {
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0 10px 10px;
	line-height: 1.3;
}

#newses #side dl.dl1 dl.dl2 dt {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 1.3;
}

#newses #side dl.dl1 dl.dl2 dt:hover {
	background: #f2f6f4;
}

#newses #side dl.dl1 dl.dl2 dt:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00482a;
	border-right: solid 2px #00482a;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

#newses #side dl.dl1 dl.dl2 dt.current:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#newses #side dl.dl1 dl.dl2 dd {
	display: none;
}

#newses #lists {
	width: 550px;
	float: right;
}

#newses #lists .newscnt {
	width: 100%;
	display: table;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}

/* #newses #lists .newscnt:last-child {} */

#newses #lists .pic {
	width: 85px;
	float: left;
	transition: .3s;
}

#newses #lists dl {
	float: right;
	width: calc(100% - 100px);
	position: relative;
	padding: 0;
}

#newses #lists dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#newses #lists dd {
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0.5em 0 0 0;
}

#newses #lists dd.dd2 {
	font-size: 1.2rem;
}

#newses #lists .pic .cate {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	margin-top: 5px;
}

#newses #lists dd .newico {
	color: #f00;
	border: 1px #f00 solid;
	padding: 2px 10px 1px;
	margin: 0 0.5em 0 0;
	line-height: 1;
}

#newses #lists dd .date {
	color: #666;
	display: inline-block;
}

#newses #lists a:hover .pic {
	opacity: 0.6;
}

#newses #lists .newslist {
	margin-bottom: 25px;
}

#newses #detail {
	width: 550px;
	float: right;
}

#newses #detail .date {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 0.5em;
}

#newses #detail .date span {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	line-height: 1;
	margin-right: 1em;
}

#newses #detail .date span.newico {
	color: #f00;
	border: 1px #f00 solid;
	margin: 0 1em 0 0;
	padding: 5px 10px;
	line-height: 1;
}

#newses #detail h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
}

#newses #detail .pic {
	margin-bottom: 25px;
}

#newses #detail .entry {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-bottom: 30px;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

#newses #detail .entry p {
	margin-bottom: 2.5em;
}

#newses #detail .entry p img {
	width: 100%;
}

#newses #detail .entry p:last-of-type {
	margin-bottom: 0;
}

#newses #detail .entry h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#newses #detail .entry img.alignleft {
	text-align: left;
	float: left;
	clear: both;
	margin: 0 1em 1em 0;
}

#newses #detail .entry img.aligncenter {
	display: block;
	clear: both;
	margin: 1px auto;
}

#newses #detail .entry img.alignright {
	display: block;
	float: right;
	clear: both;
	margin: 0 1em 1em 0;
}

#newses #detail .entry strong {
	font-weight: bold;
}

#newses #detail .entry em {
	font-style: italic;
}

#newses #detail .entry blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

#newses #detail .entry a {
	text-decoration: underline;
}

#newses #detail .entry a:hover {
	text-decoration: none;
}

#newses #detail dl {
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px dashed #ddd;
	padding: 20px 0 0 0;
}

#newses #detail dt {
	font-weight: bold;
}

/* #newses #detail dd {} */

#newses #detail .pageng {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1;
	margin: 40px 0 30px 0;
}

#newses #detail .pageng li {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 10px;
}

#newses #detail .pageng a {
	display: block;
	padding: 10px 45px;
}

#newses #detail .pageng li:nth-of-type(2) a {
	padding: 10px 85px;
}

#newses #detail .pageng a:hover {
	color: #fff;
	background: #00482a;
}


@media screen and (max-width:801px) {
	#newses h1 {
		margin-bottom: 10px;
	}

	#newses h1 img {
		height: 100px;
	}

	#newses h2 {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}

	#newses #newses-list.container {
		width: 94%;
	}

	#newses #side {
		width: 100%;
		float: none;
	}

	#newses #side dl.dl1 {
		margin: 0 10px 30px 10px;
	}

	#newses #side dl.dl1>dt {
		padding: 7px;
	}

	/* #newses #side dl.dl1>dd {} */

	/* #newses #side dl.dl1>dd>ul {} */

	#newses #side dl.dl1 a {
		padding: 7px 0;
	}

	/* #newses #side dl.dl1 a:hover {} */

	/* #newses #side dl.dl1 li.active a {} */

	#newses #side dl.dl1 dl.dl2 dd a {
		padding: 7px 0 7px 7px;
	}

	/* #newses #side dl.dl1 dl.dl2 dt a {} */

	/* #newses #side dl.dl1 dl.dl2 dt a:after {} */

	/* #newses #side dl.dl1 dl.dl2 dt a.current:after {} */

	/* #newses #side dl.dl1 dl.dl2 dd {} */

	#newses #lists {
		width: 100%;
		float: none;
	}

	/* #newses #lists .newscnt {} */

	/* #newses #lists .newscnt:last-child {} */

	/* #newses #lists .pic {} */

	/* #newses #lists dl {} */

	#newses #lists dt {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#newses #lists dd {
		font-size: 1.3rem;
		line-height: 1.3;
	}

	#newses #lists dd.dd2 {
		font-size: 1.2rem;
	}

	#newses #lists .pic .cate {
		font-size: 1.2rem;
	}

	/* #newses #lists dd .date {} */

	/* #newses #lists a:hover .pic {} */

	/* #newses #lists .newslist {} */

	#newses #detail {
		width: 100%;
		float: none;
	}

	/* #newses #detail .date {} */

	/* #newses #detail .date span {} */

	#newses #detail h2 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}

	#newses #detail .pic {
		margin-bottom: 15px;
	}

	#newses #detail .pic img {
		width: 100%;
		max-width: none;
	}

	#newses #detail .entry {
		line-height: 1.5;
		padding-bottom: 20px;
	}

	#newses #detail .entry p {
		margin-bottom: 1.5em;
	}

	/* #newses #detail .entry p:last-of-type {} */

	#newses #detail .entry h3 {
		margin-bottom: 0.5em;
	}

	/* #newses #detail .entry img.alignleft {} */

	/* #newses #detail .entry img.aligncenter {} */

	/* #newses #detail .entry img.alignright {} */

	/* #newses #detail .entry blockquote {} */

	#newses #detail .pageng {
		font-size: 1.7rem;
		margin: 40px 0 40px 0;
	}

	#newses #detail .pageng li {
		margin: 0;
		width: 20%;
	}

	#newses #detail .pageng li:nth-of-type(2) {
		width: 50%;
		margin: 0 2%;
	}

	#newses #detail .pageng a {
		display: block;
		padding: 10px 0px;
	}

	#newses #detail .pageng li:nth-of-type(2) a {
		padding: 10px 0px;
	}

	/* #newses #detail .pageng a:hover {} */
}

/*サイトポリシー-----------------------------*/
/* #privacy {} */

#privacy h1 {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
}

#privacy #privacy-detail.container {
	width: 800px;
}

#privacy .container p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 2.5em;
}

#privacy .container h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#privacy .container a {
	color: #0072ff;
	text-decoration: underline;
}

@media screen and (max-width:801px) {
	/* #privacy {} */

	#privacy h1 {
		margin-bottom: 45px;
		font-size: 2rem;
	}

	#privacy #privacy-detail.container {
		width: 94%;
	}

	#privacy .container p {
		margin-bottom: 1.5em;
	}

	/* #privacy .container h2 {} */

	/* #privacy .container a {} */
}

/*お問い合わせ-----------------------------*/
/* #contact {} */

#contact h1 {
	text-align: center;
	margin-bottom: 55px;
	background-image: url(img/home/area03b.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
}

#contact #contact-detail.container {
	width: 800px;
}

#contact #contact-detail p.p1 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 25px;
}

#contact #contact-detail p.p1 span {
	color: #ff0000;
}

#contact #contact-detail dl.fm {
	display: table;
	width: 100%;
	background: #f8f6f3;
}

#contact #contact-detail dl.fm:nth-of-type(2n) {
	background: #fff;
}

#contact #contact-detail dl.fm dt {
	display: table-cell;
	padding: 10px 20px;
	width: 160px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
}

#contact #contact-detail dl.fm dt.dt2 {
	vertical-align: top;
}

#contact #contact-detail dl.fm dd {
	display: table-cell;
	padding: 10px 20px;
	font-size: 1.6rem;
}

#contact #contact-detail dl.fm dt span {
	display: inline-block;
	color: #ff0000;
	text-align: center;
	font-size: 1.6rem;
	margin-left: 5px;
}

#contact #contact-detail dl.fm dd .mwform-tel-field input[type="text"] {
	width: 15%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.6rem;
	border: 1px solid #ddd;
	border-radius: 6px;
}

#contact #contact-detail dl.fm dd input[type="text"],
#contact #contact-detail dl.fm dd input[type="email"] {
	width: 55%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.6rem;
	border: 1px solid #ddd;
	border-radius: 6px;
}

#contact #contact-detail dl.fm dd input.inp2 {
	width: 70%;
}

#contact #contact-detail dl.fm dd input[type="radio"] {
	padding: 10px;
	font-size: 1.1rem;
	border: 1px solid #999;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

#contact #contact-detail dl.fm dd .mwform-radio-field {
	display: block;
	font-size: 1.6rem;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

#contact #contact-detail dl.fm dd textarea {
	width: 80%;
	height: 180px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.6rem;
	border: 1px solid #ddd;
	border-radius: 6px;
}

#contact #contact-detail dl.agr {
	border: 1px solid #ddd;
	padding: 17px;
	border-radius: 6px;
	font-size: 1.2rem;
	line-height: 1.6;
	height: 230px;
	overflow: auto;
	margin-top: 30px;
}

#contact #contact-detail dl.agr dt {
	font-weight: bold;
}

#contact #contact-detail dl.agr dd {
	margin-bottom: 1.5em;
}

#contact #contact-detail p.p2 {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 1.5em 0 3em 0;
	text-align: center;
}

#contact #contact-detail p.p3 {
	text-align: center;
	font-size: 1.6rem;
}

#contact #contact-detail p.p3 input {
	margin-right: 5px;
}

#contact #contact-detail p.send {
	text-align: center;
	line-height: 1.3;
	font-size: 1.6rem;
	margin: 30px 0 0 0;
}

#contact #contact-detail p.send input[type="submit"],
#contact #contact-detail p.send button[type="submit"] {
	cursor: pointer;
	background: #00482a;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 300px;
	padding: 15px 0;
	border-radius: 6px;
}

#contact #contact-detail p.send button[type="submit"] {
	background: #999;
}

#contact #contact-detail .thk {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8;
}

#contact #contact-detail .gtp {
	width: 300px;
	margin: 60px auto;
}

#contact #contact-detail .gtp a {
	display: block;
	text-align: center;
	color: #fff;
	background: #00482a;
	border-radius: 6px;
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1;
}

@media screen and (max-width:801px) {
	/* #contact {} */

	#contact h1 {
		margin-bottom: 25px;
		font-size: 2rem;
	}

	#contact #contact-detail.container {
		width: 100%;
		margin: 0;
	}

	#contact #contact-detail p.p1 {
		width: 90%;
		margin: auto;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	#contact #contact-detail p.p1 span {
		color: #ff0000;
	}

	#contact #contact-detail dl.fm {
		display: block;
		padding: 10px 20px;
		box-sizing: border-box;
	}

	/* #contact #contact-detail dl.fm:nth-of-type(2n) {} */

	#contact #contact-detail dl.fm dt {
		display: block;
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
	}

	/* #contact #contact-detail dl.fm dt.dt2 {} */

	#contact #contact-detail dl.fm dd {
		display: block;
		padding: 0;
		font-size: 1.4rem;
	}

	#contact #contact-detail dl.fm dt span {
		font-size: 1.4rem;
	}

	#contact #contact-detail dl.fm dd .mwform-tel-field input[type="text"] {
		width: 25%;
	}

	#contact #contact-detail dl.fm dd input[type="text"],
	#contact #contact-detail dl.fm dd input[type="email"] {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		font-size: 1.6rem;
		border: 1px solid #ddd;
		border-radius: 6px;
	}

	#contact #contact-detail dl.fm dd input.inp2 {
		width: 100%;
	}

	/* #contact #contact-detail dl.fm dd input[type="radio"] {} */

	#contact #contact-detail dl.fm dd .mwform-radio-field {
		font-size: 1.4rem;

	}

	#contact #contact-detail dl.fm dd textarea {
		width: 100%;
		padding: 5px;
	}

	#contact #contact-detail .cnt {
		margin: 0 20px;
	}

	#contact #contact-detail dl.agr {
		padding: 13px;
		border-radius: 6px;
		font-size: 1.2rem;
		line-height: 1.6;
		height: 180px;
		overflow: auto;
		margin: 20px 0;
	}

	/* #contact #contact-detail dl.agr dt {} */

	/* #contact #contact-detail dl.agr dd {} */

	#contact #contact-detail p.p2 {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 20px 0;
	}

	#contact #contact-detail p.p3 {
		text-align: left;
		margin: 20px 0;
		margin-left: 1em;
		text-indent: -1em;
	}

	/* #contact #contact-detail p.p3 input {} */

	#contact #contact-detail p.send {
		margin: 30px 0;
	}

	#contact #contact-detail p.send input[type="submit"],
	#contact #contact-detail p.send button[type="submit"] {
		width: 80%;
		padding: 15px 0;
	}

	#contact #contact-detail .thk {
		margin: 0 20px;
	}

	#contact #contact-detail .gtp {
		width: 85%;
		margin: 30px auto 0 auto;
	}

	#contact #contact-detail .gtp a {
		padding: 20px;
	}
}


/*認定申請・審査方法-----------------------------*/
#apps {
	padding-bottom: 10px;
}

#apps h1 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
}

/* #apps #area01 {} */

#apps #area01 .app01a {
	background: #cc9200;
	border: 2px solid #9d7000;
	border-radius: 8px;
	padding: 25px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
}

#apps #area01 .app01a p {
	float: left;
	margin-right: 15px;
}

#apps #area01 .app01a p img {
	width: 100px;
}

#apps #area01 .app01a dl {
	color: #fff;
	float: left;
	width: 530px;
	font-feature-settings: "palt";
}

#apps #area01 .app01a dt {
	font-size: 3.1rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;

}

#apps #area01 .app01a dt span {
	font-size: 2.2rem;
}

#apps #area01 .app01a dd.dd1 {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#apps #area01 .app01a dd.dd2 {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
}

#apps #area01 .app01a a {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	display: block;
	border-radius: 8px;
	padding: 20px 20px 20px 75px;
	background-color: #00482a;
	background-image: url(img/application/app02.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: 35px;
	float: right;
	margin-top: 10px;
}

/*
*/
#apps #area01 .app00a {
	background: #cc9200;
	border: 2px solid #9d7000;
	border-radius: 8px;
	padding: 25px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 60px;
}

#apps #area01 .app00a p {
	float: left;
	margin-right: 15px;
}

#apps #area01 .app00a p img {
	width: 100px;
}

#apps #area01 .app00a dl {
	color: #fff;
	float: left;
	width: 790px;
	font-feature-settings: "palt";
}

#apps #area01 .app00a dt {
	font-size: 2.8rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;

}

#apps #area01 .app00a dt span {
	font-size: 1.6rem;
}

#apps #area01 .app00a dd.dd1 {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#apps #area01 .app00a dd.dd2 {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
}

#apps #area01 .app00a a {
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.3;
	display: block;
	border-radius: 8px;
	padding: 20px 20px 20px 75px;
	background-color: #00482a;
	background-image: url(img/application/app02.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: 35px;
	float: right;
	margin-top: 10px;
}


#apps #area01 .app01b {
	position: relative;
	margin-bottom: 60px;
}

#apps #area01 .app01b p.pic {
	position: absolute;
	z-index: 1;
	right: 0;
}

#apps #area01 .app01b dl {
	position: relative;
	z-index: 2;
	width: 470px;
}

#apps #area01 .app01b dt {
	margin-bottom: 25px;
}

#apps #area01 .app01b dd {
	width: 380px;
	font-size: 1.4rem;
	line-height: 1.5;
}

#apps #area02 {
	background: #ece9e3;
	padding: 80px 0;
}

#apps #area02 .app02b {
	width: 550px;
	float: right;
}

#apps #area02 .app02b h2 {
	color: #00482a;
	font-size: 2.4rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#apps #area02 .app02b dl.dl1 {
	line-height: 1.5;
	position: relative;
	display: table;
	width: 100%;
	margin-top: 20px;
}

#apps #area02 .app02b dl.dl1 dt {
	display: table-cell;
	width: 68px;
}

#apps #area02 .app02b dl.dl1 dd span {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

#apps #area02 .app02b dl.dl1 dd {
	font-size: 1.4rem;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}

#apps #area02 .app02c {
	display: table;
	width: 100%;
}

#apps #area02 .app02c dl {
	font-size: 1.4rem;
	line-height: 1.5;
	float: left;
	width: 47%;
	margin-top: 15px;
	font-feature-settings: "palt";
}

#apps #area02 .app02c dl:nth-of-type(2n) {
	float: right;
}

#apps #area02 .app02c dt {
	font-weight: bold;
}

/* #apps #area02 .app02c dd {} */

#apps #area02 .app02a {
	width: 370px;
	float: left;
}

#apps #area02 .app02a ul {
	display: table;
	width: 100%;
}

#apps #area02 .app02a li {
	width: 23%;
	float: left;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
}

#main_photo {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 66.2%;
	height: auto !important;
}

#main_photo img {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
}

#apps #area02 .app02a li.fts {
	display: none;
}

#apps #area02 .app02a li:nth-of-type(5),
#apps #area02 .app02a li:nth-of-type(9),
#apps #area02 .app02a li:nth-of-type(13) {
	margin-right: 0;
}

#apps #area02 .app02a p.p1 {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 15px;
}

#apps #area03 {
	padding: 70px 0 80px 0;
	line-height: 1.5;
}

#apps #area03 h2 {
	color: #00482a;
	font-size: 2.4rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#apps #area03 p.p1 {
	margin: 20px 0;
}

#apps #area03 .app03a {
	border: 1px solid #00482a;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}

#apps #area03 .app03a:after {
	content: "";
	background-image: url(img/application/app09.png);
	background-size: 50px;
	width: 50px;
	height: 17px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -25px;
}

#apps #area03 .app03a:nth-of-type(4):after {
	display: none;
}

#apps #area03 .app03a span {
	display: table-cell;
	background: #00482a;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	line-height: 1;
	font-size: 4rem;
	vertical-align: middle;
	text-align: center;
	width: 55px;
}

#apps #area03 .app03a dl {
	display: table-cell;
	padding: 20px 25px;
	position: relative;
}

#apps #area03 .app03a dt {
	color: #00482a;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

#apps #area03 .app03a dd {
	font-size: 1.4rem;
}

#apps #area03 .app03a dd.dd2 {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 46px;
}

#apps #area03 .app03a dd.dd2 a {
	display: block;
	background: #00482a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 15px 50px;
	border-radius: 6px;
}

#apps #area03 .app03a dd.dd2 a.yj:after {
	border-color: #fff;
}

#apps #area03 .app03a dd.dd2 a.none {
	display: none;
}

#apps #area03 p.p2 {
	width: 320px;
	margin: auto;
}

#apps #area03 p.p2 a {
	display: block;
	text-align: center;
	background: #00482a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 15px 0;
	border-radius: 6px;
}

#apps #area03 p.p2 a.yj:after {
	border-color: #fff;
}

#apps #area04 {
	background: #ece9e3;
	padding: 80px 0;
}

#apps #area04 .app04a {
	background: #fff;
	border: 5px solid #00482a;
	padding: 30px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

#apps #area04 .app04a h2 {
	color: #00482a;
	font-size: 1.8rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	display: table-cell;
}

#apps #area04 .app04a h2 img {
	width: 55px;
	vertical-align: middle;
	margin-right: 35px;
}

#apps #area04 .app04a p.p1 {
	font-size: 1.4rem;
	line-height: 1.5;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}

#apps #area04 .app04b {
	background: #fbf9f9;
	margin-top: 35px;
	padding: 35px;
}

#apps #area04 .app04b h3 {
	color: #00482a;
	font-size: 1.8rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#apps #area04 .app04b dl {
	line-height: 1.4;
	font-size: 1.4rem;
	margin: 1.5em 0 0 0;
}

#apps #area04 .app04b dt {
	font-weight: bold;
	margin: 1em 0 0 0;
}

#apps #area04 .app04b dd {
	margin-bottom: 2em;
}

/* #apps #area04 .app04b dd ul {} */

#apps #area04 .app04b dd li {
	margin-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 1em;
}

#apps #area04 .app04b .links {
	background: #fff;
	border: 1px solid #cc9200;
	padding: 25px 30px;
}

#apps #area04 .app04b .links ul {
	display: table;
	width: 100%;
}

#apps #area04 .app04b .links li {
	float: left;
	width: 33%;
	margin: 5px 0;
}

#apps #area04 .app04b .links li img {
	width: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

#apps #area04 .app04b .links li a {
	line-height: 1;
	text-decoration: underline;
	color: #0084ff;
}

#apps #area04 .app04b p.p1 {
	width: 400px;
	margin: 30px auto 0 auto;
}

#apps #area04 .app04b p.p1 a {
	background: #cc9200;
	border: 2px solid #9d7000;
	border-radius: 6px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 20px 20px 20px 75px;
	background-image: url(img/application/app02.png);
	background-repeat: no-repeat;
	background-position: 24px center;
	background-size: 35px;
	display: block;
}

#apps #area04 .app04c {
	background: #fbf9f9;
	margin-top: 35px;
	padding: 35px;
}

#apps #area04 .app04c h3 {
	color: #00482a;
	font-size: 1.8rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

#apps #area04 .app04c dl {
	font-size: 1.4rem;
	line-height: 1.7;
}

#apps #area04 .app04c dl>dt {
	font-weight: bold;
	margin: 1em 0;
}

/* #apps #area04 .app04c dl>dd {} */

#apps #area04 .app04c dd dl {
	margin-bottom: 1em;
}

#apps #area04 .app04c dd dt {
	float: left;
	font-weight: normal;
	margin: 0;
}

/* #apps #area04 .app04c dd dd {} */

#apps #area04 .app04c dd span {
	margin: 1em 0 0 0;
	display: block;
	color: #ff0000;
	font-weight: bold;
}

@media screen and (max-width:801px) {
	#apps {
		padding-bottom: 10px;
	}

	#apps h1 {
		margin-bottom: 30px;
	}

	/* #apps #area01 {} */

	#apps #area01 .app01a {
		border: 1px solid #9d7000;
		border-radius: 6px;
		padding: 15px;
		margin-bottom: 30px;
	}

	#apps #area01 .app01a p {
		float: none;
		text-align: center;
		margin-right: 0;
	}

	#apps #area01 .app01a p img {
		width: 55px;
	}

	#apps #area01 .app01a dl {
		float: none;
		width: 100%;
	}

	#apps #area01 .app01a dt {
		font-size: 2.5rem;
		line-height: 1.3;
		margin: 5px 0;
		text-align: center;
	}

	#apps #area01 .app01a dt span {
		font-size: 1.8rem;
		display: block;
	}

	#apps #area01 .app01a dd.dd1 {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}

	#apps #area01 .app01a dd.dd2 {
		font-size: 1.7rem;
		line-height: 1.3;
		text-align: center;
	}

	#apps #area01 .app01a a {
		float: none;
		margin: 10px auto 0 auto;
		width: 260px;
		box-sizing: border-box;
	}

	/**/
	#apps #area01 .app00a {
		border: 1px solid #9d7000;
		border-radius: 6px;
		padding: 15px;
		margin-bottom: 30px;
	}

	#apps #area01 .app00a p {
		float: none;
		text-align: center;
		margin-right: 0;
	}

	#apps #area01 .app00a p img {
		width: 55px;
	}

	#apps #area01 .app00a dl {
		float: none;
		width: 100%;
	}

	#apps #area01 .app00a dt {
		font-size: 2rem;
		line-height: 1.3;
		margin: 5px 0;
		text-align: center;
	}

	#apps #area01 .app00a dt span {
		font-size: 1.4rem;
		display: block;
	}

	#apps #area01 .app00a dd.dd1 {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}

	#apps #area01 .app00a dd.dd2 {
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: center;
	}

	#apps #area01 .app00a a {
		float: none;
		margin: 10px auto 0 auto;
		width: 260px;
		box-sizing: border-box;
	}

	#apps #area01 .app01b {
		margin-bottom: 30px;
		padding: 0 3%;
	}

	#apps #area01 .app01b p.pic {
		position: static;
	}

	#apps #area01 .app01b dl {
		position: static;
		width: 100%;
	}

	#apps #area01 .app01b dt {
		margin: 20px 0;
	}

	#apps #area01 .app01b dd {
		width: 100%;
		font-size: 1.5rem;
	}

	#apps #area02 {
		padding: 40px 0;
	}

	#apps #area02 .app02b {
		width: 100%;
		float: none;
		padding: 0 3%;
		box-sizing: border-box;
	}

	#apps #area02 .app02b h2 {
		font-size: 2.0rem;
		text-align: center;
		line-height: 1;
	}

	#apps #area02 .app02b dl.dl1 {
		margin-top: 20px;
	}

	#apps #area02 .app02b dl.dl1 dt {
		width: 60px;
	}

	/* #apps #area02 .app02b dl.dl1 dd span {} */

	/* #apps #area02 .app02b dl.dl1 dd {} */

	/* #apps #area02 .app02c {} */

	#apps #area02 .app02c dl {
		float: none;
		width: 100%;
	}

	#apps #area02 .app02c dl:nth-of-type(2n) {
		float: none;
	}

	/* #apps #area02 .app02c dt {} */

	/* #apps #area02 .app02c dd {} */

	#apps #area02 .app02a {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
		padding: 0 3%;
		box-sizing: border-box;
	}

	/* #apps #area02 .app02a ul {} */

	/* #apps #area02 .app02a li {} */

	#main_photo {
		height: 0;
		width: 100%;
		padding-top: 66.2%;
		height: auto !important;
	}

	/* #main_photo img {} */

	/* #apps #area02 .app02a li.fts {} */

	/* #apps #area02 .app02a li:nth-of-type(5),
	#apps #area02 .app02a li:nth-of-type(9),
	#apps #area02 .app02a li:nth-of-type(13) {} */

	#apps #area02 .app02a p.p1 {
		font-size: 1.3rem;
		margin-top: 10px;
	}

	#apps #area03 {
		padding: 40px 3% 30px 3%;
		box-sizing: border-box;
		font-size: 1.5rem;
	}

	#apps #area03 h2 {
		font-size: 2.0rem;
		text-align: center;
	}

	#apps #area03 p.p1 {
		margin: 20px 0 30px 0;
	}

	#apps #area03 .app03a {
		margin-bottom: 40px;
		display: block !important;
	}

	#apps #area03 .app03a:after {
		bottom: -30px;
	}

	#apps #area03 .app03a:nth-of-type(5) {
		margin-bottom: 20px;
	}

	#apps #area03 .app03a span {
		display: block !important;
		font-size: 3.5rem;
		text-align: center;
		width: 100% !important;
		padding: 5px 0;
	}

	#apps #area03 .app03a dl {
		display: block;
		padding: 15px;
	}

	#apps #area03 .app03a dt {
		text-align: center;
		font-size: 1.6rem;
	}

	/* #apps #area03 .app03a dd {} */

	#apps #area03 .app03a dd.dd2 {
		position: static;
		margin: auto;
		height: auto;
	}

	#apps #area03 .app03a dd.dd2 a {
		text-align: center;
		margin-top: 1em;
		padding: 20px 50px;
	}

	#apps #area03 .app03a dd.dd2 a.yj:after {
		border-color: #fff;
	}

	#apps #area03 .app03a dd.dd2 a.none {
		display: none;
	}

	#apps #area03 p.p2 {
		width: 100%;
		margin: auto;
	}

	#apps #area03 p.p2 a {
		padding: 20px 0;
	}

	#apps #area03 p.p2 a.yj:after {
		border-color: #fff;
	}

	#apps #area04 {
		padding: 30px 3%;
		box-sizing: border-box;
	}

	#apps #area04 .app04a {
		border: 2px solid #00482a;
		padding: 15px;
	}

	#apps #area04 .app04a h2 {
		font-size: 2rem;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	#apps #area04 .app04a h2 img {
		width: 70px;
		display: block;
		margin: 0 auto 10px auto;
	}

	#apps #area04 .app04a p.p1 {
		font-size: 1.5rem;
		width: 100%;
		display: block;
	}

	#apps #area04 .app04b {
		margin-top: 20px;
		padding: 25px 25px;
	}

	#apps #area04 .app04b h3 {
		text-align: center;
		font-size: 2rem;
		line-height: 1;
	}

	/* #apps #area04 .app04b dl {} */

	/* #apps #area04 .app04b dt {} */

	#apps #area04 .app04b dd {
		margin-bottom: 1.5em;
	}

	/* #apps #area04 .app04b dd ul {} */

	/* #apps #area04 .app04b dd li {} */

	#apps #area04 .app04b .links {
		padding: 0;
	}

	/* #apps #area04 .app04b .links ul {} */

	#apps #area04 .app04b .links li {
		float: none;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 10px;
		font-size: 1.5rem;
		border-bottom: 1px solid #cc9200;
	}

	#apps #area04 .app04b .links li:last-child {
		border: none;
	}

	#apps #area04 .app04b .links li img {
		width: 22px;
	}

	#apps #area04 .app04b .links li a {
		display: block;
	}

	#apps #area04 .app04b p.p1 {
		width: 100%;
		margin: 20px auto 0 auto;
	}

	#apps #area04 .app04b p.p1 a {
		padding: 15px 0px 15px 75px;
		width: 100%;
		box-sizing: border-box;
	}

	#apps #area04 .app04c {
		margin-top: 25px;
		padding: 25px;
	}

	#apps #area04 .app04c h3 {
		text-align: center;
		font-size: 2rem;
	}

	#apps #area04 .app04c dl {
		line-height: 1.5;
	}

	#apps #area04 .app04c dl>dt {
		font-weight: bold;
		margin: 1em 0 0.5em 0;
	}

	/* #apps #area04 .app04c dl>dd {} */

	/* #apps #area04 .app04c dd dl {} */

	#apps #area04 .app04c dd dt {
		margin: 0;
	}

	/* #apps #area04 .app04c dd dd {} */

	#apps #area04 .app04c dd span {
		margin: 0.5em 0 0 0;
	}
}

/*東大阪ブランドとは-----------------------------*/
/* #about {} */

#about #breadcrumb {
	margin: 5px auto 5px auto;
}

#about h1 {
	position: relative;
	text-align: center;
}

#about h1 img {
	width: 860px;
	margin: 35px 0;
}

#about h1:before {
	content: "";
	display: block;
	width: 100%;
	height: 135px;
	background-image: url(img/about/about01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#about h1:after {
	content: "";
	display: block;
	width: 100%;
	height: 135px;
	background-image: url(img/about/about02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#about #area01 {
	margin: 100px auto 90px;
}

#about #area01 .abt01a {
	float: left;
	width: 460px;
}

#about #area01 .abt01a h2 {
	color: #00482a;
	font-size: 3.4rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px 0;
	font-feature-settings: "palt";
}

#about #area01 .abt01a p.p1 {
	font-size: 1.3rem;
	line-height: 1.5;
}

#about #area01 .abt01b {
	background: #fff;
	border: 5px solid #00482a;
	padding: 20px;
	display: table;
	width: 460px;
	box-sizing: border-box;
	float: right;
}

#about #area01 .abt01b h2 {
	color: #00482a;
	font-size: 2.4rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin: 0 0 10px 0;
}

#about #area01 .abt01b h2 img {
	width: 125px;
	display: block;
	margin: 0 auto 5px auto;
}

#about #area01 .abt01b p.p1 {
	font-size: 1.3rem;
	line-height: 1.5;
}

#about #area02 {
	text-align: center;
	background: #ece9e3;
	padding: 80px 0;
}

#about #area02 h2 {
	color: #00482a;
	font-size: 3rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px 0;
	font-feature-settings: "palt";
}

#about #area02 p {
	font-size: 1.4rem;
	line-height: 1.5;
}

#about #area03 {
	padding: 80px 0;
}

#about #area03 .abt03a {
	background: #faf9f6;
	border: 1px solid #00482a;
	padding: 55px 80px;
	width: 800px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

#about #area03 .abt03a:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background-image: url(img/about/about03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	top: -25px;
	left: 0;
}

#about #area03 .abt03a dl {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-feature-settings: "palt";
}

#about #area03 .abt03a dl:before {
	content: "";
	display: block;
	width: 100%;
	height: 19px;
	background-image: url(img/about/about04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#about #area03 .abt03a dl:after {
	content: "";
	display: block;
	width: 100%;
	height: 19px;
	background-image: url(img/about/about05.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#about #area03 .abt03a dt {
	color: #00482a;
	font-size: 2.4rem;
	line-height: 1;
	margin: 15px 0 10px;
}

#about #area03 .abt03a dd {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

#about #area03 .abt03a ul {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 2em;
}

#about #area03 .abt03a li {
	margin-top: 1em;
	list-style-type: decimal;
	margin-left: 1.5em;
}

#about #area03 p.p1 {
	font-size: 1.4rem;
	line-height: 1.5;
	width: 800px;
	margin: 1.5em auto 85px auto;
}

#about #area03 .abt03b {
	display: table;
	width: 100%;
}

#about #area03 .abt03b h2 {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-feature-settings: "palt";
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	color: #00482a;
	margin-bottom: 30px;
}

#about #area03 .abt03b h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background-image: url(img/about/about03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-bottom: 20px;
}

#about #area03 .abt03b dl {
	float: left;
	width: 470px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #00482a;
	background: #f8feff;
	margin-bottom: 20px;
}

#about #area03 .abt03b dl:nth-of-type(2n) {
	float: right;
}

#about #area03 .abt03b dt {
	border-bottom: 1px solid #00482a;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
}

#about #area03 .abt03b dd {
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 10px 0 0 0;
	font-feature-settings: "palt";
}

#about #area03 .abt03b dl strong {
	font-size: 1.4rem;
	font-family: 'EB Garamond', serif;
	font-weight: 100;
	margin-right: 15px;
	color: #00482a;
}

#about #area03 .abt03b dl span {
	font-size: 2.2rem;
}

#about #area03 .abt03b dl.da {
	background: #f8feff;
}

#about #area03 .abt03b dl.db {
	background: #f8fff9;
}

#about #area03 .abt03b dl.dc {
	background: #fffef8;
}

#about #area03 .abt03b dl.dd {
	background: #fff8f8;
}

#about #area03 p.p2 {
	font-size: 1.2rem;
	line-height: 1.5;
}

#about #area04 {
	background: #00482a;
	color: #fff;
	text-align: center;
	padding: 100px 0 80px 0;
}

#about #area04 h2 {
	font-size: 3rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px 0;
	font-feature-settings: "palt";
}

#about #area04 p {
	font-size: 1.4rem;
	line-height: 1.5;
}

#about #area05 {
	padding: 90px 0 70px 0;
}

#about #area05 h2 {
	color: #00482a;
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 35px 0;
}

#about #area05 .abt05a {
	background: #fbf9f9;
	border: 1px solid #007ea2;
	margin-bottom: 20px;
}

#about #area05 .abt05a.ab5b {
	border: 1px solid #a20000;
}

#about #area05 .abt05a.ab5c {
	border: 1px solid #a26300;
}

#about #area05 .abt05a dl.dl1 {
	line-height: 1.5;
	position: relative;
	display: table;
	margin: 20px;
}

#about #area05 .abt05a dl.dl1 dt {
	display: table-cell;
	width: 68px;
}

#about #area05 .abt05a dl.dl1 dd span {
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

#about #area05 .abt05a dl.dl1 dd {
	font-size: 1.4rem;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}

#about #area05 .abt05b {
	background: #fff;
	padding: 20px;
	border-top: 1px solid #007ea2;
	display: table;
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

#about #area05 .abt05b dl.empty {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#about #area05 .abt05b dl {
	line-height: 1.5;
	position: relative;
	display: table;
	width: 270px;
	margin-bottom: 10px;
	font-feature-settings: "palt";
}

#about #area05 .abt05b dl dt {
	display: table-cell;
	width: 68px;
}

#about #area05 .abt05b dl dd span {
	font-size: 1.35rem;
	font-weight: bold;
	display: block;
}

#about #area05 .abt05b dl dd {
	font-size: 1.35rem;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}

#about #area05 p.p1 {
	width: 300px;
	margin: 70px auto 0 auto;
}

#about #area05 p.p1 a {
	display: block;
	text-align: center;
	background: #00482a;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 20px 0;
	border-radius: 6px;
}

#about #area05 p.p1 a.yj:after {
	border-color: #fff;
}

@media screen and (max-width:801px) {
	/* #about {} */

	#about #breadcrumb {
		margin: 0;
	}

	#about h1 img {
		width: 85%;
		margin: 20px 0;
	}

	#about h1:before {
		height: 64px;
		background-size: cover;
	}

	#about h1:after {
		height: 64px;
		background-size: cover;
	}

	#about #area01 {
		margin: 30px auto 30px;
		padding: 0 3%;
		box-sizing: border-box;
	}

	#about #area01 .abt01a {
		float: none;
		width: 100%;
	}

	#about #area01 .abt01a h2 {
		font-size: 2.4rem;
		margin: 0 0 10px 0;
	}

	#about #area01 .abt01a p.p1 {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 2em;
	}

	#about #area01 .abt01b {
		border: 3px solid #00482a;
		padding: 15px;
		width: 100%;
		float: none;
	}

	#about #area01 .abt01b h2 {
		font-size: 2.0rem;
		margin: 0 0 10px 0;
	}

	#about #area01 .abt01b h2 img {
		width: 75px;
		margin: 0 auto 5px auto;
	}

	#about #area01 .abt01b p.p1 {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	#about #area02 {
		padding: 40px 3%;
		box-sizing: border-box;
	}

	#about #area02 h2 {
		font-size: 2.1rem;
		line-height: 1.5;
		margin: 0 0 10px 0;
	}

	#about #area02 p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#about #area03 {
		padding: 40px 0;
	}

	#about #area03.container {
		width: 100%;
		margin: 0;
	}

	#about #area03 .abt03a {
		border: none;
		border-top: 1px solid #00482a;
		border-bottom: 1px solid #00482a;
		padding: 20px;
		width: 100%;
	}

	/* #about #area03 .abt03a:before {} */

	/* #about #area03 .abt03a dl {} */

	#about #area03 .abt03a dl:before {
		height: 20px;
		background-size: cover;
	}

	#about #area03 .abt03a dl:after {
		height: 20px;
		background-size: cover;
	}

	#about #area03 .abt03a dt {
		font-size: 2rem;
		line-height: 1;
		margin: 20px 0 10px;
	}

	#about #area03 .abt03a dd {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#about #area03 .abt03a ul {
		font-size: 1.4rem;
		line-height: 1.3;
		margin-top: 1em;
	}

	#about #area03 .abt03a li {
		margin-top: 1em;
	}

	#about #area03 p.p1 {
		width: 90%;
		margin: 1.5em auto 35px auto;
	}

	#about #area03 .abt03b {
		display: table;
		width: 90%;
		margin: 0 auto;
	}

	#about #area03 .abt03b h2 {
		font-size: 1.9rem;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	#about #area03 .abt03b h2:before {
		margin-bottom: 15px;
	}

	#about #area03 .abt03b dl {
		float: none;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}

	#about #area03 .abt03b dl:nth-of-type(2n) {
		float: none;
	}

	#about #area03 .abt03b dt {
		font-size: 1.6rem;
		padding-bottom: 5px;
	}

	#about #area03 .abt03b dd {
		line-height: 1.5;
	}

	#about #area03 .abt03b dl strong {
		font-size: 1.2rem;
		margin-right: 10px;
	}

	#about #area03 .abt03b dl span {
		font-size: 1.8rem;
	}

	/* #about #area03 .abt03b dl.da {} */

	/* #about #area03 .abt03b dl.db {} */

	/* #about #area03 .abt03b dl.dc {} */

	/* #about #area03 .abt03b dl.dd {} */

	#about #area03 p.p2 {
		width: 90%;
		margin: 0 auto;
	}

	#about #area04 {
		padding: 40px 0;
	}

	#about #area04 h2 {
		font-size: 2.1rem;
		line-height: 1.5;
		margin: 0 0 15px 0;
	}

	#about #area04 p {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	#about #area05 {
		padding: 40px 0 0 0;
	}

	#about #area05 h2 {
		font-size: 2rem;
		margin: 0 0 20px 0;
	}

	#about #area05 .abt05a {
		margin-bottom: 10px;
	}

	/* #about #area05 .abt05a.ab5b {} */

	/* #about #area05 .abt05a.ab5c {} */

	#about #area05 .abt05a dl.dl1 {
		line-height: 1.5;
		margin: 10px;
	}

	#about #area05 .abt05a dl.dl1 dt {
		width: 55px;
	}

	/* #about #area05 .abt05a dl.dl1 dd span {} */

	#about #area05 .abt05a dl.dl1 dd {
		padding-left: 10px;
	}

	#about #area05 .abt05b {
		padding: 10px;
		display: block;
	}

	/* #about #area05 .abt05b dl.empty {} */

	#about #area05 .abt05b dl {
		width: 100%;
		margin-bottom: 10px;
	}

	#about #area05 .abt05b dl dt {
		width: 55px;
	}

	#about #area05 .abt05b dl dd span {
		font-size: 1.4rem;
	}

	#about #area05 .abt05b dl dd {
		font-size: 1.4rem;
		padding-left: 10px;
	}

	#about #area05 p.p1 {
		width: 80%;
		margin: 30px auto 0 auto;
	}

	/* #about #area05 p.p1 a {} */

	/* #about #area05 p.p1 a.yj:after {} */
}



/*Respon-------------------------------------------------------------------------------------------*/
@media screen and (max-width:801px) {
	.container {
		width: 94%;
		margin: 0 3%;
	}

	html {
		min-width: inherit;
	}

	body {
		min-width: inherit;
	}

	div.main {
		padding: 50px 0 10px 0;
	}

	/*drawer=========*/
	.drawer-open {
		overflow: hidden !important;
	}

	.drawer-nav {
		position: fixed;
		z-index: 101;
		top: 0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		color: #222;
		background-color: #00482a;
	}

	.drawer-brand {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 3.75rem;
		display: block;
		padding-right: .75rem;
		padding-left: .75rem;
		text-decoration: none;
		color: #222;
	}

	.drawer-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.drawer-menu-item {
		font-size: 1rem;
		display: block;
		padding: .75rem;
		text-decoration: none;
		color: #222;
	}

	.drawer-menu-item:hover {
		text-decoration: underline;
		color: #555;
		background-color: transparent;
	}

	/*! overlay */
	.drawer-overlay {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
	}

	.drawer-open .drawer-overlay {
		display: block;
	}

	/*left*/
	.drawer--left .drawer-nav {
		right: -100%;
		-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.drawer--left.drawer-open .drawer-nav,
	.drawer--left .drawer-hamburger,
	.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
		right: 0;
	}

	.drawer--left.drawer-open .drawer-hamburger {
		right: 0;
	}

	/*Hamburger*/
	.drawer-hamburger {
		position: fixed;
		z-index: 104000;
		top: 0;
		display: block;
		box-sizing: content-box;
		width: 1.9rem;
		padding: 0;
		padding-top: 7px;
		padding-right: 7px;
		padding-bottom: 17px;
		padding-left: 7px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		outline: 0;
		background-color: transparent;
		border-radius: 6px;
		margin-top: 15px;
		margin-left: 10px;
	}

	.drawer-hamburger:hover {
		cursor: pointer;
		background-color: transparent;
	}

	.drawer-hamburger-icon {
		position: relative;
		display: block;
		margin-top: 10px;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		width: 100%;
		height: 2px;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		background-color: #0b6957;
	}

	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		position: absolute;
		top: -7px;
		left: 0;
		content: ' ';
	}

	.drawer-hamburger-icon:after {
		top: 7px;
	}

	.drawer-open .drawer-hamburger-icon {
		background-color: transparent;
	}

	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {
		top: 0;
	}

	/* .drawer-open .drawer-hamburger {} */

	.drawer-open .drawer-hamburger-icon:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.drawer-open .drawer-hamburger-icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/*accessibility*/
	.sr-only {
		position: absolute;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
	}

	.sr-only-focusable:active,
	.sr-only-focusable:focus {
		position: static;
		overflow: visible;
		clip: auto;
		width: auto;
		height: auto;
		margin: 0;
	}

	/*drawer 邨ゅｏ繧�*/

	.toggle-menu {
		display: block;
		z-index: 100;
	}

	.drawer-hamburger {
		display: block;
	}

	.drawer-nav {
		z-index: 200;
	}

	#header {
		width: 100%;
		text-align: left;
		border-top: none;
		padding: 0;
	}

	#header .cap {
		display: none;
	}

	.nintei-btn {
		position: static;
		margin: 5px 0 0 10px;
		float: left;
		width: auto;
	}

	.nintei-btn img {
		height: 27px;
		width: auto;
	}

	#header .container {
		width: 100%;
		margin: 0;
	}

	#header #hdin {
		border-top: 5px solid #00482a;
		z-index: 100001;
		position: relative;
		background: #fff;
		display: table;
		width: 100%;
		padding: 5px 0 5px 5px;
	}

	#header .logo {
		height: 35px;
		padding: 0;
	}

	#header .logo img {
		height: 35px;
		width: auto;
	}

	#gnav {
		z-index: 100000;
		padding-top: 50px;
		margin: 0;
	}

	#gnav ul {
		text-align: center;
		font-size: 1.6rem;
		padding-bottom: 20px;
		height: auto;
	}

	#gnav .gnav-menu {
		margin: 0;
	}

	#gnav ul li {
		display: block;
		text-align: left;
		line-height: 1;
		width: 95%;
		margin: 0 2.5%;
		padding: 0;
		border: none;
	}

	#gnav ul li.for-sp {
		display: block;
	}

	#gnav ul li.nv01 {
		margin: 0 2.5%;
	}

	#gnav li a {
		color: #fff;
		display: block;
		text-align: left;
		padding: 15px 0;
		border-bottom: 1px solid #336d55;
		background: none !important;
		width: 100% !important;
		height: auto;
		box-sizing: border-box;
		text-indent: 0;
	}

	#gnav li a:hover {
		color: #fff;
	}

	#gnav .snb {
		text-align: center;
		margin: 30px 0;
		display: block;
	}

	#gnav .snb img {
		margin: 0 10px;
		width: 44px;
	}

	#gnav .lang {
		text-align: center;
		display: block;
		position: static;
	}

	/*footer*/
	#footer {
		text-align: center;
		padding: 60px 0 60px 0;
	}

	#footer .logo {
		width: 60%;
		margin: auto;
	}

	/* #footer #logo img {} */

	#footer #logo span {
		display: block;
		font-size: 1.2rem;
		line-height: 3;
	}

	/* #contact-footer {} */

	/* #contact-footer ul.sns {} */

	#contact-footer ul.sns li {
		display: inline-block;
		margin: 0 10px;
	}

	#contact-footer ul.snv {
		margin: 25px 0 40px 0;
	}

	#contact-footer ul.snv li {
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 0 15px 0 0;
		border-right: 1px solid #999;
		line-height: 1;
		font-size: 1.2rem;
	}

	#contact-footer ul.snv li:last-child {
		margin: 0;
		padding: 0;
		border: none;
	}

	#contact-footer p.copy {
		font-size: 1rem;
		margin: 25px 0 0 0;
	}

	/* #contact-footer a {} */

	.pagetop a img {
		width: 45px;
	}

	.pagetop {
		bottom: 15px;
		right: 0px;
	}


	/*トップ*/

	/*下層ページ=========================================*/
	.breadCrumb {
		margin: 3%;
	}

	/* .breadCrumb span {} */

	/* .under-page h2 {} */

	/* .under-page h2 span {} */

	/* pagenation */
	.pagination {
		font-size: 1.5rem;
	}

	.pagination-box {
		width: 100%;
	}

	.pagination li {
		display: block;
		margin: 2px 0.5% 2px 0.5%;
		width: 11.5%;
		line-height: 45px;
	}

	.pagination li span,
	.pagination li a {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		width: auto;
		line-height: auto;
	}

	/* .pagination span.page-of {} */

	/* .pagination a:hover {} */

	/* .pagination .current {} */
}

/*------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 801px) {
	.for-pc {
		display: none;
	}

	.for-sp {
		display: inline-block;
	}

	/*header*/
	/* #header {} */

	.sp-header .fix-menu-logo {
		margin: 13px auto;
		width: 140px;
	}

	.drawer-hamburger {
		width: 2.2rem;
		padding-top: 0px;
		padding-right: 5px;
		padding-bottom: 14px;
		padding-left: 5px;
		margin-right: 10px;
	}

	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		top: -7px;
	}

	.drawer-hamburger-icon:after {
		top: 7px;
	}

}

#products #detail #comp .acf-map {
	margin-bottom: 15px;
	width: 100%;
	height: 250px;
}

@media screen and (max-width:801px) {
	#products #detail #comp .acf-map {
		margin-bottom: 15px;
		width: 100%;
		height: 350px;
	}
}

/*event*/
#event .event_ttl {
	background: url(img/event/event_ttlbg.png) no-repeat;
	background-size: 250px auto;
	height: 37px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
}

#event .headimg {
	background: no-repeat center / cover;
	height: 500px;
	margin-bottom: 50px;
}

#event .intro {
	background: url(img/event/event_bg01.jpg);
	background-size: 8px auto;
	margin-bottom: 45px;
	padding: 5px;
}

#event .intro .inner {
	background-color: #f9f8f2;
	padding: 30px 20px 30px 30px;
}

#event .intro h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

@media screen and (min-width: 802px) {
	#event .intro .txtbox {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
}

#event .intro p {
	font-size: 16px;
	line-height: 1.6em;
}

#event .intro .slide {
	width: 245px;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 30px 25px 55px;
	position: relative;
}

#event .intro .swiper-button-prev,
#event .intro .swiper-button-next {
	background: no-repeat center / 12px auto !important;
	width: 30px;
	height: 40px;
	margin-top: -20px;
}

#event .intro .swiper-button-prev {
	background-image: url(img/event/event_slide_prev.png) !important;
	left: -30px;
}

#event .intro .swiper-button-next {
	background-image: url(img/event/event_slide_next.png) !important;
	right: -30px;
}

#event .intro .swiper-pagination {
	width: 100%;
	bottom: -25px;
}

#event .intro .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 8px;
}

#event .intro .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #cc9200;
}

@media screen and (max-width: 801px) {
	#event .headimg {
		height: 0;
		padding-top: 52%;
		margin-bottom: 20px;
	}

	#event .container {
		width: auto;
		margin: 0;
	}

	#event .intro {
		margin-bottom: 20px;
	}

	#event .intro .inner {
		padding: 20px 10px 30px 10px;
	}

	#event .intro h1 {
		font-size: 21px;
	}

	#event .intro p {
		font-size: 14px;
	}

	#event .intro .slide {
		width: 76%;
		margin: 15px auto 25px;
	}

	#event .intro .swiper-button-prev,
	#event .intro .swiper-button-next {
		width: 40px;
	}

	#event .intro .swiper-button-prev {
		left: -40px;
	}

	#event .intro .swiper-button-next {
		right: -40px;
	}
}

#event .infobox {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 70px;
}

#event .infobox .left {
	width: 560px;
}

#event .infobox .right {
	width: 384px;
	margin-left: auto;
}

#event .infobox section:not(:last-child) {
	margin-bottom: 30px;
}

#event .infobox .event_ttl {
	margin-bottom: 15px;
}

#event .infobox table {
	width: 100%;
	font-size: 16px;
	line-height: 1.4em;
}

#event .infobox a {
	color: #0066ff;
	text-decoration: underline;
}

#event .infobox th,
#event .infobox td {
	padding-bottom: 15px;
}

#event .infobox th {
	width: 85px;
}

#event .infobox p {
	line-height: 2em;
}

#event .infobox .map {
	height: 380px;
	border-radius: 10px;
	overflow: hidden;
}

#event .infobox .map .acf-map {
	width: 100% !important;
	height: 100%;
}

@media screen and (max-width: 801px) {
	#event .infobox {
		display: block;
		padding-bottom: 25px;
	}

	#event .infobox .left,
	#event .infobox .right {
		width: auto;
		margin: 0 10px;
	}

	#event .infobox .right {
		padding-top: 40px;
	}

	#event .infobox section:not(:last-child) {
		margin-bottom: 40px;
	}

	#event .infobox .map {
		height: 296px;
	}
}

#event .article {
	width: 796px;
	margin: 70px auto 0;
	font-size: 16px;
	line-height: 2.2em;
}

#event .article h2,
#event .article h3,
#event .article h4,
#event .article h5,
#event .article h6 {
	font-weight: bold;
	line-height: 1.4em;
}

#event .article h2,
#event .article h3 {
	margin: 60px 0 20px;
}

#event .article h2 {
	background: url(img/event/event_ttlbg02.png) no-repeat left bottom / 29px auto;
	font-size: 22px;
	padding: 0 0 15px 40px;
	position: relative;
}

#event .article h2:before {
	content: "";
	background-color: #00482a;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 9px;
}

#event .article h3 {
	background: url(img/event/event_ttlbg03.png) no-repeat left bottom 5px / 22px auto;
	font-size: 20px;
	border-bottom: 1px solid #00482a;
	padding: 0 0 5px 30px;
	clear: both;
}

#event .article h4 {
	background: url(img/event/event_ttlbg03.png) no-repeat left 2px / 17px auto;
	font-size: 18px;
	padding-left: 25px;
	margin: 40px 0 15px;
	clear: both;
}

#event .article h5,
#event .article h6 {
	margin: 30px 0 10px;
}

#event .article h6 {
	font-style: oblique;
	font-weight: 500;
}

#event .article p,
#event .article table,
#event .article dl,
#event .article ul,
#event .article ol,
#event .article blockquote,
#event .article hr {
	margin: 0 0 20px;
}

#event .article a {
	color: #0066ff;
	text-decoration: underline;
}

@media screen and (min-width: 802px) {
	#event .article a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
}

#event .article strong {
	font-weight: bold;
}

#event .article strong,
#event .article span {
	display: inline;
	line-height: 1.6em;
}

#event .article em {
	font-style: oblique;
}

#event .article del {
	text-decoration: line-through;
}

#event .article img {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

@media screen and (min-width: 802px) {
	#event .article .alignleft {
		float: left;
		margin-right: 30px;
		text-align: left;
	}

	#event .article .alignright {
		float: right;
		margin-left: 30px;
		text-align: right;
	}
}

#event .article .aligncenter {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#event .article table {
	width: 100%;
	table-layout: auto;
	line-height: 1.6em;
}

#event .article th,
#event .article td {
	border: 1px solid #dcdcdc;
	padding: 10px 15px;
}

#event .article th {
	background-color: #eef9f4;
	text-align: center;
}

#event .article dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#event .article dd {
	margin-bottom: 30px;
}

#event .article ul,
#event .article ol {
	line-height: 1.4em;
	padding-left: 1.5em;
}

#event .article ul {
	list-style: disc outside;
}

#event .article ol {
	list-style: decimal outside;
}

#event .article li:not(:last-child) {
	margin-bottom: 8px;
}

#event .article ul+ul,
#event .article ol+ol {
	margin-top: -20px;
}

#event .article ul ul,
#event .article ol ol {
	margin: 0.8em 0 0;
}

#event .article ul ul {
	list-style: circle outside;
}

#event .article ul ul ul {
	list-style: none;
}

#event .article ul ul ul li {
	position: relative;
}

#event .article ul ul ul li:before {
	content: ">";
	position: absolute;
	top: 0;
	left: -1.2em;
}

#event .article blockquote {
	display: block;
	background-color: #faf9f1;
	padding: 20px;
	line-height: 1.6em;
}

#event .article blockquote:before,
#event .article blockquote:after {
	display: block;
	height: 35px;
	color: #d0d0d0;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 80px;
	line-height: 0.8em;
	text-indent: -5px;
}

#event .article blockquote:before {
	content: "“";
}

#event .article blockquote:after {
	content: "”";
	text-align: right;
}

#event .article hr {
	display: block;
	background-color: #dddddd;
	height: 1px;
}

#event .article .movie {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 20px;
}

#event .article .movie iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 801px) {
	#event .article {
		width: auto;
		margin: 20px 20px 0;
		font-size: 14px;
	}

	#event .article h2,
	#event .article h3 {
		margin: 40px 0 20px;
	}

	#event .article h2 {
		background-size: 23px auto;
		font-size: 17px;
		padding: 0 0 15px 30px;
	}

	#event .article h2:before {
		bottom: 7px;
	}

	#event .article h3 {
		background-size: 17px auto;
		font-size: 16px;
		padding: 0 0 5px 25px;
	}

	#event .article h4 {
		background-size: 14px auto;
		font-size: 15px;
		padding-left: 20px;
		margin: 30px 0 10px;
	}

	#event .article h5,
	#event .article h6 {
		margin: 20px 0 5px;
	}

	#event .article img {
		margin: 5px auto;
		display: block;
	}

	#event .article dd {
		margin-bottom: 20px;
	}
}

#event .coming {
	margin-top: 60px;
	border-top: 1px solid #dddddd;
	padding-top: 40px;
}

#event .coming ul {
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}

#event .coming li:not(:last-child) {
	margin-right: 24px;
}

#event .coming li a {
	display: block;
	width: 222px;
}

#event .coming li figure {
	border-radius: 10px;
	overflow: hidden;
}

#event .coming li img {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (min-width: 802px) {
	#event .coming li a:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

#event .coming li .name {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	margin: 10px 0 5px;
}

#event .coming li table {
	width: 100%;
	font-size: 12px;
	line-height: 1.4em;
}

#event .coming li th,
#event .coming li td {
	padding: 3px 0;
}

#event .coming li th {
	width: 60px;
}

@media screen and (max-width: 801px) {
	#event .coming {
		margin-top: 30px;
		padding: 30px 10px 0;
	}

	#event .coming ul {
		display: block;
		width: 74%;
		margin: 15px auto 0;
	}

	#event .coming li:not(:last-child) {
		margin: 0 0 25px;
	}

	#event .coming li a {
		width: auto;
	}
}

#products-youtube {
	margin-bottom: 60px;
}

#products-youtube .bg-grey {
	background: #f5f5f5;
	padding: 25px 30px;
}

#products-youtube .slider {
	width: 500px;
	margin: 0 auto;
}

@media (max-width: 800px) {
	#products-youtube .slider {
		width: 100%;
	}
}

#products-youtube .movie {
	position: relative;
	margin-bottom: 15px;
}

@media (max-width:800px) {
	#products-youtube .movie {
		margin-bottom: 10px;
	}
}

#products-youtube .movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#products-youtube .movie iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#products-youtube .txt {
	font-size: 12px;
}

@media (max-width: 800px) {
	#products-youtube .youtube-area .txt {
		font-size: 14px;
	}
}

#products-youtube .swiper-button-next {
	right: -3px;
}

#products-youtube .swiper-button-next::before {
	background-image: url(img/products/youtube/next.png);
	background-size: 56px;
	display: block;
	width: 56px;
	height: 56px;
	content: "";
}

@media (max-width:800px) {
	#products-youtube .swiper-button-next {
		right: -17px;
	}

	#products-youtube .swiper-button-next::before {
		background-image: url(img/products/youtube/next-sp.png);
		background-size: 23px 47px;
		width: 23px;
		height: 47px;
	}
}

#products-youtube .swiper-button-prev {
	left: -31px;
}

#products-youtube .swiper-button-prev::before {
	background-image: url(img/products/youtube/prev.png);
	background-size: 56px;
	display: block;
	width: 56px;
	height: 56px;
	content: "";
}

@media (max-width:800px) {
	#products-youtube .swiper-button-prev {
		left: -11px;
	}

	#products-youtube .swiper-button-prev::before {
		background-image: url(img/products/youtube/prev-sp.png);
		background-size: 23px 47px;
		width: 23px;
		height: 47px;
	}
}

#products-youtube .slide-area {
	margin-top: 50px;
}

@media (max-width:800px) {
	#products-youtube .slide-area {
		margin-top: 20px;
	}
}

#products-youtube .slide-area.oneslide {
	display: none !important;
}

#products-youtube .slide-area {
	position: relative;
}

#products-youtube .slider-thumbnail .swiper-slide .movie iframe,
#products-youtube .slider-thumbnail .thumbnail-slide .movie iframe {
	pointer-events: none;
}

/* slick */
#products-youtube .slider-thumbnail .thumbnail-slide {
	margin: 0 7px;
}

#products-youtube .slider-thumbnail .slick-arrow {
	background-size: 56px;
	display: block;
	width: 56px;
	height: 56px;
}

#products-youtube .slider-thumbnail .slick-arrow.slick-next {
	background-image: url(img/products/youtube/next.png);
	right: -25px;
}

#products-youtube .slider-thumbnail .slick-arrow.slick-prev {
	background-image: url(img/products/youtube/prev.png);
	left: -25px;
}

/*インタビュー-----------------------------*/
/* 共通 */
.under-page2 .main#interview {
	padding-bottom: 10px;
}

#interview .breadCrumb {
	margin: 10px auto;
}

#interview .link-area {
	max-width: 590px;
}

#interview .link-area a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

#interview .link-area a img {
	max-width: 95px;
}

#interview .link-text {
	margin-left: 35px;
	color: #fff;
}

#interview .link-text span {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
}

.interview-detail,
.interview-archive {
	padding: 100px 0;
	background-image: url(./img/interview/bg-cloud.png);
	background-position: center top 0;
	background-size: 2000px 900px;
	background-repeat: repeat-y;
	background-color: #4cbde5;
}

/* 一覧 */
.interview-archive h1 {
	max-width: 817px;
	margin: 0 auto;
}

.interview-archive .lead {
	margin-top: 50px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
	font-weight: 700;
}

.interview-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 130px;
}

.interview-item {
	z-index: 1;
	position: relative;
	width: calc(33.33% - 20px);
	border-radius: 10px;
	background-color: #2889ab;
}

.interview-item::before {
	z-index: -1;
	position: absolute;
	top: -40px;
	right: 0;
	width: 124px;
	height: 72px;
	background: url(./img/interview/img-cloud.png) no-repeat center center/contain;
	content: "";
}

.interview-item:not(:nth-child(3n+1)) {
	margin-left: 30px;
}

.interview-item:nth-child(n+4) {
	margin-top: 85px;
}

.interview-item .head {
	border: solid 5px #fff;
	border-radius: 10px;
	transition: all 0.3s;
}

.interview-item .head img {
	border-radius: 5px;
}

.interview-item a:hover {
	opacity: 1;
}

.interview-item a:hover .head {
	border: solid 5px #f9a541;
	transition: all 0.3s;
}

.interview-item .body {
	padding: 10px;
}

.interview-item .body p {
	color: #fff;
}

.interview-item .body .name {
	font-weight: 700;
}

.interview-archive .link-area {
	margin: 90px auto 0;
}

@media screen and (max-width:801px) {
	#interview .link-area a {
		flex-direction: column;
	}

	#interview .link-text {
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
	}

	.interview-detail,
	.interview-archive {
		padding: 60px 0 130px;
		background-image: url(./img/interview/sp/bg-back.png);
		background-size: 100% 100%;
		background-position: center top 0;
		background-repeat: repeat-x;
		position: relative;
	}

	.interview-archive .container {
		width: auto;
		margin: 0 6%;
	}

	.interview-detail .container {
		width: 100%;
		margin: 0;
	}

	.interview-archive .lead {
		font-size: 1.4rem;
		text-align: left;
	}

	.interview-list {
		margin-top: 50px;
		display: block;
	}

	.interview-item {
		width: 100%;
	}

	.interview-item:not(:nth-child(3n+1)) {
		margin-left: 0;
	}

	.interview-item:not(:first-child),
	.interview-item:nth-child(n+4) {
		margin-top: 55px;
	}

	.interview-item .body {
		min-height: 80px;
	}
}

/* 詳細 */
.interview-detail .pagettl {
	max-width: 600px;
}

.interview-detail article {
	margin-top: 70px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.interview-detail article::before {
	position: absolute;
	content: "";
	width: 276px;
	height: 160px;
	top: -100px;
	right: 0;
	background: url(./img/interview/detail/img-cloud_head.png) no-repeat center center / contain;
	z-index: -1;
}

.interview-detail .head {
	border-radius: 15px 15px 0 0;
	border: solid 5px #fff;
	position: relative;
}

.interview-detail .head .thumbnail {
	aspect-ratio: 960 / 540;
}

.interview-detail .head img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-detail .head-info {
	position: relative;
	top: -60px;
	width: max-content;
	left: -5px;
	padding: 16px 20px;
	background-color: #2889ab;
	border-radius: 0 20px 20px 0;
}

.interview-detail .head-info h1,
.interview-detail .head-info h2 {
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: normal;
}

.interview-detail .body {
	padding: 0 60px 60px;
}

.interview-detail .item h3 {
	margin-bottom: 30px;
	font-size: 2.2rem;
	font-weight: 700;
}

.interview-detail .item .answer {
	margin-bottom: 50px;
	line-height: 2;
	font-size: 1.6rem;
}

.interview-detail .item .image {
	max-width: 600px;
	margin: 0 auto 50px;
}

.interview-detail .company {
	margin-top: 100px;
}

.interview-detail .company h2,
.interview-detail .product h2 {
	padding: 16px 20px;
	background-color: #4cbde5;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.interview-detail .company-wrapper {
	display: flex;
}

.interview-detail .company-left {
	max-width: 560px;
	width: 66%;
	margin-right: 27px;
}

.interview-detail .company-left .name {
	font-size: 1.8rem;
	font-weight: 700;
}

.interview-detail .company-left .text {
	line-height: 1.8;
	margin-top: 10px;
}

.interview-detail .company-right {
	width: 34%;
	padding-left: 22px;
	border-left: solid 1px #ddd;
}

.interview-detail .company-right .list-item {
	display: flex;
}

.interview-detail .company-right .list-item a {
	color: #008aff;
	text-decoration: underline;
}

.interview-detail .product {
	margin-top: 30px;
}

.interview-detail .product-list {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 -20px -20px;
}

.interview-detail .product-item {
	max-width: 170px;
	width: 100%;
	margin: 20px 0 20px 20px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.interview-detail .product-item a {
	display: block;
	border: 5px solid #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	height: 100%;
}

.interview-detail .product-item a:hover {
	border: 5px solid #bdd6cc;
	opacity: 1;
}

.interview-detail .product-head {
	position: relative;
}

.interview-detail .product-head .cat1,
.interview-detail .product-head .cat2 {
	position: absolute;
	bottom: 0;
}

.interview-detail .product-head .cat1 {
	left: 0;
}

.interview-detail .product-head .cat2 {
	right: 0;
}

.interview-detail .product-head .cat1 img,
.interview-detail .product-head .cat2 img {
	height: 24px;
	width: auto;
}

.interview-detail .product-body .name {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0;
	word-break: break-all;
}

.interview-detail .product-body .text {
	font-size: 1.2rem;
	line-height: 1.4;
}

.interview-detail .product-body .company-name {
	display: block;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
	margin-top: 5px;
}

.interview-detail .pageng {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.interview-detail .pageng li {
	max-width: 318px;
	width: 33.33%;
	display: flex;
}

.interview-detail .pageng li a {
	display: flex;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 700;
	align-items: center;
	line-height: 1.3;
}

.interview-detail .pageng li:nth-child(1) a,
.interview-detail .pageng li:nth-child(3) a {
	background-color: #fff;
	color: #2889ab;
	position: relative;
}

.interview-detail .pageng li:nth-child(1) a::before,
.interview-detail .pageng li:nth-child(3) a::before {
	position: absolute;
	font-size: 3rem;
	color: #2889ab;
	font-weight: 700;
	top: 50%;
	transform: translateY(-50%);
}

.interview-detail .pageng li:nth-child(1) a {
	border-radius: 20px 0 0 20px;
	padding: 12px 25px 12px 50px;
}

.interview-detail .pageng li:nth-child(1) a::before {
	content: "〈";
	left: 0;
}

.interview-detail .pageng li:nth-child(2) a {
	color: #fff;
	background-color: #2889ab;
	justify-content: center;
}

.interview-detail .pageng li:nth-child(3) a {
	border-radius: 0 20px 20px 0;
	padding: 12px 50px 12px 25px;
}

.interview-detail .pageng li:nth-child(3) a::before {
	content: "〉";
	right: 0;
}

.interview-detail .link-area {
	margin: 95px auto 0;
}

@media screen and (max-width:801px) {
	.interview-detail .pagettl {
		max-width: 600px;
		padding: 0 20px;
	}

	.interview-detail article {
		margin-top: 50px;
	}

	.interview-detail article::before {
		width: 140px;
		height: 110px;
		top: -60px;
	}

	.interview-detail .head-info {
		padding: 10px;
		top: -30px;
	}

	.interview-detail .body {
		padding: 0 20px 35px;
	}

	.interview-detail .company-wrapper {
		flex-direction: column;
	}

	.interview-detail .company-left {
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.interview-detail .company-right {
		width: 100%;
		padding-left: 0;
		border-left: none;
	}

	.interview-detail .product {
		margin-top: 60px;
	}

	.interview-detail .product-list {
		flex-direction: column;
		margin: 0;
	}

	.interview-detail .product-item {
		max-width: 100%;
		margin: 0 0 10px 0;
		border: none;
		display: table;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 3px solid #ddd;
	}

	.interview-detail .product-item a {
		display: flex;
		border: none;
		padding: 0;
		border-radius: 0;
	}

	.interview-detail .product-item a:hover {
		border: none;
	}

	.interview-detail .product-head {
		width: 35%;
	}

	.interview-detail .product-head img {
		width: 100%;
	}

	.interview-detail .product-head .cat1,
	.interview-detail .product-head .cat2 {
		bottom: 1px;
	}

	.interview-detail .product-body {
		width: 60%;
		padding-left: 15px;
	}

	.interview-detail .product-body .name {
		font-size: 1.6rem;
	}

	.interview-detail .product-body .text {
		font-size: 1.4rem;
	}

	.interview-detail .pageng {
		flex-direction: column;
		gap: 10px;
		padding: 0 20px;
	}

	.interview-detail .pageng li {
		max-width: 100%;
		width: 100%;
	}

	.interview-detail .pageng li:nth-child(1) {
		order: 1;
	}

	.interview-detail .pageng li:nth-child(1) a {
		border-radius: 10px;
	}

	.interview-detail .pageng li:nth-child(2) {
		order: 3;
	}

	.interview-detail .pageng li:nth-child(2) a {
		min-height: 70px;
		border-radius: 10px;
	}

	.interview-detail .pageng li:nth-child(3) {
		order: 2;
	}

	.interview-detail .pageng li:nth-child(3) a {
		border-radius: 10px;
	}

	.interview-detail .link-area {
		margin: 80px auto 0;
		padding: 0 15px;
	}
}