@charset "UTF-8";
/* --------------------
Foundation
---------------------*/
/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: bold;
}

/* レイアウト切り替え用 */
/* display */
.u-hide {
	display: none !important;
}

@media only screen and (min-width: 768px), print {
	.u-sp-v {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.u-pc-v {
		display: none !important;
	}
}

@media screen and (min-width: 981px) {
	.u-sp-vh {
		display: none !important;
	}
}

@media screen and (max-width: 980px) {
	.u-pc-vh {
		display: none !important;
	}
}

/* a */
.u-disabled {
	pointer-events: none !important;
	cursor: default !important;
}

/* align */
.u-box-center {
	margin-left: auto;
	margin-right: auto;
}

.u-txt-center {
	text-align: center;
}

.u-txt-right {
	text-align: right;
}

/* indent */
.u-txt-indent {
	text-indent: 1em;
}

/* size */
.u-font-size_xs {
	font-size: 1rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_xs {
		font-size: 1.2rem;
	}
}

.u-font-size_s {
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_s {
		font-size: 1.4rem;
	}
}

.u-font-size_m {
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_m {
		font-size: 1.6rem;
	}
}

.u-font-size_l {
	font-size: 2rem;
}

@media only screen and (min-width: 768px), print {
	.u-font-size_l {
		font-size: 2.4rem;
	}
}

/*----------------------------------------
Layout
-----------------------------------------*/
.p-links_btn {
	position: relative;
	padding-top: 65px;
	z-index: 2;
}

.p-links_btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 120vw;
	height: 1px;
	background-color: #dcdcdc;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

@media only screen and (min-width: 768px), print {
	.p-links_btn {
		padding-top: 80px;
	}
}

.s-table table, .s-table td, .s-table th {
	border: 1px solid #dcdcdc;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.s-table td, .s-table th {
	width: 30px;
	height: 25px;
	padding: 20px 20px;
	line-height: 1.5;
}

.s-table thead td,
.s-table tbody th {
	background: #EFFAF4;
	font-weight: bold;
	text-align: left;
}

.s-table .tb_alignR {
	text-align: right;
}

.s-table + div, .s-table + ul, .s-table + p {
	margin-top: 32px;
}

@media only screen and (min-width: 768px), print {
	.s-table + div, .s-table + ul, .s-table + p {
		margin-top: 40px;
	}
}

.tb-information table {
	width: 100%;
}

.tb-information table tr th {
	width: 22.12%;
	vertical-align: middle;
}

.tb-information table tr td {
	width: 77.88%;
}

.tb-stockinfo01 table {
	width: 100%;
}

.tb-stockinfo01 table tr th {
	width: 22.12%;
	vertical-align: middle;
}

.tb-stockinfo01 table tr td {
	width: 77.88%;
}

.tb-rating {
	overflow-x: scroll;
}

.tb-rating table {
	width: 100%;
	min-width: 500px;
}

.tb-rating table thead th {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.tb-rating table thead tr td {
	text-align: center;
}

.tb-rating table tbody tr th {
	width: 22.12%;
	vertical-align: middle;
}

.tb-rating table tbody tr th a {
	position: relative;
	display: block;
}

.tb-rating table tbody tr th a i {
	position: absolute;
	top: 0;
	left: 0;
}

.tb-rating table tbody tr th a i + span {
	display: inline-block;
	padding-left: 28px;
}

.tb-rating table tbody tr th + td {
	width: 7%;
	background: #EFFAF4;
}

.tb-rating table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
	.tb-rating table {
		min-width: 990px;
	}
}

.p-message_name {
	display: inline-block;
	width: 145px;
}

.p-map_wrp .p-cts-container .p-cts-container__item:nth-child(1) iframe {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.p-map_wrp .p-cts-container .p-cts-container__item:nth-child(2) {
		padding-right: 20px;
	}
	.p-map_wrp .p-cts-container .p-cts-container__item:nth-child(2) img {
		width: 50%;
	}
}

@media only screen and (min-width: 768px), print {
	.p-map_wrp .p-cts-container .p-cts-container__item:nth-child(1) {
		width: 75.9%;
	}
	.p-map_wrp .p-cts-container .p-cts-container__item:nth-child(2) {
		width: 24.1%;
	}
}

.p-officer .s-officer_text_inner {
	position: relative;
	padding-top: 15px;
	font-size: 1.4rem;
}

.p-officer .s-officer_text_inner:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 90px;
	height: 2px;
	background: linear-gradient(135deg, #007332 0%, #91bd1e 100%);
}

.p-officer .s-officer_text_inner .s-officer_name {
	display: block;
	margin-top: -4px;
	font-size: 1.6rem;
}

.p-officer .p-officer_list > li {
	display: table;
	width: 100%;
}

.p-officer .p-officer_list > li .s-officer_img {
	display: table-cell;
	vertical-align: top;
}

.p-officer .p-officer_list > li .s-officer_img img {
	width: 90px;
}

.p-officer .p-officer_list > li .s-officer_text {
	display: table-cell;
	width: 100%;
	padding-left: 20px;
	vertical-align: top;
}

.p-officer .p-officer_list > li .s-officer_text .s-officer_text_inner:before {
	top: 0;
}

@media only screen and (max-width: 767px) {
	.p-officer .p-officer_list > li + li {
		margin-top: 35px;
	}
	.p-officer .p-officer_list > li .s-officer_text .s-officer_text_inner {
		font-size: 1.2rem;
	}
	.p-officer .p-officer_list > li .s-officer_text .s-officer_text_inner .s-officer_name {
		font-size: 1.4rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-officer .s-officer_text_inner:before {
		top: -4px;
		height: 4px;
	}
	.p-officer .p-officer_list {
		display: flex;
		flex-wrap: wrap;
	}
	.p-officer .p-officer_list > li {
		width: 50%;
	}
	.p-officer .p-officer_list > li:nth-child(n+3) {
		margin-top: 35px;
	}
	.p-officer .p-officer_list > li:nth-child(odd) {
		padding:0
	}
	.p-officer .p-officer_list > li:nth-child(even) {
		padding-left: 20px;
	}
	.p-officer .p-officer_list > li .s-officer_img img {
		width: 140px;
	}
}

.p-card {
	position: relative;
	box-sizing: border-box;
	padding: 24px 24px 30px;
	border: 1px solid #dcdcdc;
}

.p-card:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 24px;
	display: block;
	width: 133px;
	height: 4px;
	background: linear-gradient(135deg, #007332 0%, #91bd1e 100%);
}

.p-card .p-card_add {
	margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
	.p-card .p-card_add {
		margin-top: 16px;
	}
}

.p-card .p-card_url {
	margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
	.p-card .p-card_url {
		margin-top: 16px;
	}
}

.p-card .p-card_url > a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #007332;
}

.p-card .p-card_url > a i {
	position: absolute;
	top: 3px;
	left: 0;
}

.p-card .p-card_url > a i:before {
	top: 2px;
	font-size: 10px;
}

@media only screen and (max-width: 767px) {
	.p-card .p-card_add {
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 768px), print {
	.p-card:before {
		width: 218px;
	}
	.p-card .p-card_add {
		font-size: 1.4rem;
	}
	.p-card .p-card_url > a:hover {
		color: #91BD1E;
	}
	.p-card .p-card_url > a:hover i:before {
		color: #91BD1E !important;
	}
}

.p-card_2 {
	position: relative;
	box-sizing: border-box;
	padding: 24px;
	border: 1px solid #7FB898;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}

.p-card_2 .p-card_img > img {
	width: 100%;
	max-width: 140px;
}

.p-card_2 .p-card_price {
	color: #007332;
	font-size: 3.2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

@media only screen and (min-width: 768px), print {
	.p-card_2 {
		font-size: 2.4rem;
	}
	.p-card_2 .p-card_price {
		font-size: 4rem;
	}
}

.p-card_3 {
	position: relative;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 20px 24px;
	border: 1px solid #7FB898;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-card_3 .p-card_ttl {
	position: relative;
	display: table;
	width: 100%;
}

.p-card_3 .p-card_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: -25px;
	display: block;
	width: 6px;
	height: 100%;
	background: linear-gradient(135deg, #007332 0%, #91bd1e 100%);
}

.p-card_3 .p-card_ttl > span {
	display: table-cell;
	color: #007332;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	font-size: 1.4rem;
	line-height: 1.4;
	vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
	.p-card_3 .p-card_ttl {
		height: 72px;
	}
	.p-card_3 .p-card_ttl:before {
		width: 8px;
	}
	.p-card_3 .p-card_ttl > span {
		font-size: 1.4rem;
	}
}

.p-magazine {
	align-items: center;
}

.p-magazine .p-cts-container__item .p-cts-container__item_ttl {
	color: #50646E;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
}

.p-magazine .p-cts-container__item .p-cts-container__item_img {
	position: relative;
	padding-top: 75%;
	text-align: center;
}

.p-magazine .p-cts-container__item .p-cts-container__item_img img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (min-width: 768px), print {
	.p-magazine .p-cts-container__item .c-button {
		max-width: 320px;
	}
	.p-magazine.p-magazine_m .p-cts-container__item:nth-child(1) {
		width: 30.76%;
	}
	.p-magazine.p-magazine_m .p-cts-container__item:nth-child(2) {
		width: 69.24%;
	}
}

.s-philosophy {
	box-sizing: border-box;
	padding: 2px 20px;
	border-radius: 10px;
	border: 1px solid #007332;
}

.s-philosophy ol > li {
	padding: 20px 14px 20px 46px;
	color: #007332;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	font-size: 2rem;
	line-height: 1.3;
}

.s-philosophy ol > li + li {
	margin-top: 0;
	border-top: 1px solid #dcdcdc;
}

.s-philosophy ol > li:before {
	position: absolute;
	top: 17px;
	left: 0;
	counter-increment: number 1;
	content: counter(number);
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	background-color: #007332;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	-webkit-transform: rotate(0.05deg);
	transform: rotate(0.05deg);
	line-height: 34px;
	text-align: center;
}

@media only screen and (min-width: 768px), print {
	.s-philosophy {
		padding: 40px 40px;
	}
	.s-philosophy ol > li {
		padding: 30px 24px 30px 75px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.s-philosophy ol > li + li {
		margin-top: 0;
		border-top: 1px solid #dcdcdc;
	}
	.s-philosophy ol > li:before {
		position: absolute;
		top: 22px;
		left: 10px;
		counter-increment: number 1;
		content: counter(number);
		display: block;
		width: 48px;
		height: 48px;
		border-radius: 48px;
		line-height: 48px;
	}
}

.p-archive .p-archive__list {
	margin-top: 30px;
	border-top: 1px solid #dcdcdc;
}

.p-archive .p-archive__list > li {
	border-bottom: 1px solid #dcdcdc;
}

.p-archive .p-archive__list a {
	display: block;
}

.p-archive .p-archive__list .p-archive__date {
	display: inline-block;
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.p-archive .p-archive__list .p-archive__date {
		font-size: 1.6rem;
	}
}

.p-archive .p-archive__list .p-archive__dtl {
	clear: both;
	width: 100%;
	padding-top: 5px;
	font-size: 1.4rem;
}

@media only screen and (min-width: 768px), print {
	.p-archive .p-archive__list .p-archive__dtl {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 767px) {
	.p-archive .p-archive__list > li .p-archive_wrp,
	.p-archive .p-archive__list > li > a,
	.p-archive .p-archive__list > li > div {
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.p-archive .p-archive__list > li {
		position: relative;
	}
	.p-archive .p-archive__list > li .p-archive_wrp,
	.p-archive .p-archive__list > li > a,
	.p-archive .p-archive__list > li > div {
		padding: 25px 20px;
	}
	.p-archive .p-archive__list > li > a {
		transition: all 0.4s ease;
	}
	.p-archive .p-archive__list > li > a:hover {
		background-color: #FAFCFC;
	}
	.p-archive .p-archive__list > li .p-archive__date {
		position: absolute;
		top: 25px;
		left: 20px;
	}
	.p-archive .p-archive__list > li .p-archive__dtl {
		box-sizing: border-box;
		padding-top: 0;
		padding-left: 140px;
	}
}

.p-list_files ul li {
	position: relative;
}

.p-list_files ul li + li {
	margin-top: 10px;
}

.wrp-file_dl .p-list_files ul li {
	position: relative;
	padding-left: 20px;
}

.wrp-file_dl .p-list_files ul li a > [class^="icon-"] {
	position: absolute;
	top: 4px;
	left: 0;
	margin-right: 0;
	margin-left: 0;
}

.wrp-file_dl .p-list_files ul li i.icon-link {
	display: block;
	top: 2px;
	height: 19px;
}

.wrp-file_dl .p-list_files ul li a > i.icon-pdf + span,
.wrp-file_dl .p-list_files ul li a > i.icon-blank + span {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

@media only screen and (max-width: 767px) {
	.wrp-file_dl .p-list_files .p-news__comment {
		padding-left: 22px;
	}
}

@media only screen and (min-width: 768px), print {
	.wrp-file_dl .p-list_files ul li {
		padding-left: 25px;
	}
	.wrp-file_dl .p-list_files ul li a > [class^="icon-"] {
		position: absolute;
		top: 6px;
		left: 0;
	}
	.wrp-file_dl .p-list_files ul li i.icon-link {
		top: 4px;
	}
}

.p-group_list .p-card + .p-card {
	margin-top: 30px;
}

.p-cardEmpty{
    display: none;
}

@media only screen and (min-width: 768px), print {
	.p-group_list .p-card + .p-card {
		margin-top: 40px;
	}
    
    .p-cardEmpty{
        display: block;
        border: none;
    }
    
    .p-cardEmpty::before{
        content: none;
    }
}
