@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@-webkit-keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}
@keyframes gnavi_img {
	0% {
		-webkit-transform: scale(1) translate(-50%, 0);
		        transform: scale(1) translate(-50%, 0);
	}
	50% {
		-webkit-transform: scale(1) translate(-50%, -20%);
		        transform: scale(1) translate(-50%, -20%);
	}
	100% {
		-webkit-transform: scale(1.2) translate(-50%, -10%);
		        transform: scale(1.2) translate(-50%, -10%);
	}
}

@-webkit-keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@keyframes gnavi_sub {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9) translateY(-15px);
		        transform: scale(0.9) translateY(-15px);
	}
	100% {
		-webkit-transform: scale(1) translateY(0);
		        transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes imenu_image {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	60% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

@keyframes imenu_image {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
	60% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
	}
}

@-webkit-keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@keyframes on_opacity {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes cate_area {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95) translateX(-3%);
		        transform: scale(0.95) translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		        transform: scale(1) translateX(0);
	}
}

@keyframes cate_area {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.95) translateX(-3%);
		        transform: scale(0.95) translateX(-3%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		        transform: scale(1) translateX(0);
	}
}

@-webkit-keyframes updown {
	0% {
		top: 0;
	}
	25% {
		top: 10px;
	}
	75% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

@keyframes updown {
	0% {
		top: 0;
	}
	25% {
		top: 10px;
	}
	75% {
		top: -10px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes star1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	12% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes star1 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	12% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes star2 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}

@keyframes star2 {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
		opacity: 0;
	}
	2% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	4% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}

@-webkit-keyframes agu {
	0% {
	}
	10% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	20% {
		-webkit-transform: translate(-50px, -10px);
		        transform: translate(-50px, -10px);
	}
	30% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes agu {
	0% {
	}
	10% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	20% {
		-webkit-transform: translate(-50px, -10px);
		        transform: translate(-50px, -10px);
	}
	30% {
		-webkit-transform: translate(-50px, 0);
		        transform: translate(-50px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes sp_header_start {
	0% {
		top: -45px;
	}
	100% {
		top: 0;
	}
}

@keyframes sp_header_start {
	0% {
		top: -45px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes scroll_to_top {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(5px, -8px) rotate(-5deg);
		        transform: translate(5px, -8px) rotate(-5deg);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@keyframes scroll_to_top {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(5px, -8px) rotate(-5deg);
		        transform: translate(5px, -8px) rotate(-5deg);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

@-webkit-keyframes scroll_to_top_hide {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
	}
}

@keyframes scroll_to_top_hide {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-40deg);
		        transform: rotate(-40deg);
	}
}

@-webkit-keyframes cast_hover {
	0% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1.4, 1.4);
		        transform: scale(1.4, 1.4);
	}
}

@keyframes cast_hover {
	0% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	100% {
		-webkit-transform: scale(1.4, 1.4);
		        transform: scale(1.4, 1.4);
	}
}

@-webkit-keyframes hero_bg {
	0% {
		bottom: -30px;
		background-position: 0 0;
	}
	60% {
		bottom: 0;
	}
	70% {
		background-position: -200px 0;
	}
	80% {
		bottom: -15px;
	}
	100% {
		bottom: -30px;
		background-position: 0 0;
	}
}

@keyframes hero_bg {
	0% {
		bottom: -30px;
		background-position: 0 0;
	}
	60% {
		bottom: 0;
	}
	70% {
		background-position: -200px 0;
	}
	80% {
		bottom: -15px;
	}
	100% {
		bottom: -30px;
		background-position: 0 0;
	}
}

@-webkit-keyframes hero_bg2 {
	0% {
		bottom: -50px;
		background-position: -200px 0;
	}
	30% {
		bottom: -30px;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		bottom: -50px;
		background-position: -200px 0;
	}
}

@keyframes hero_bg2 {
	0% {
		bottom: -50px;
		background-position: -200px 0;
	}
	30% {
		bottom: -30px;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		bottom: -50px;
		background-position: -200px 0;
	}
}

@-webkit-keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes header_start {
	0% {
		-webkit-transform: translateY(-200px);
		        transform: translateY(-200px);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.wrapper {
	width: auto;
	min-width: 960px;
}

.root {
	min-width: 960px;
	box-sizing: border-box;
}

.root-index {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.pc_container,
.container {
	width: 960px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.main_column {
	position: relative;
	z-index: 1;
	float: left;
	width: 720px;
	box-sizing: border-box;
}

.root-single .main_column {
	width: 100%;
}

.sub_column {
	position: relative;
	z-index: 1;
	float: right;
	width: 200px;
	box-sizing: border-box;
}

.root__head .cate_area {
	display: block;
	position: relative;
	height: 250px;
	background: #5ebbf1 url(/common/img/cate/bg_cate_common.jpg) no-repeat;
	background-size: 1600px auto;
	background-position: center center;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

<div class="_h3">.pc</div>
PCの時だけ表示される。

<div class="_h3">.pc_block</div>
PCの時だけ、ブロック要素になる。

<div class="_h3">.tel_link</div>
SPの時だけ、リンクになる。(クリックで電話するリンク)

*/
.pc_none,
.root .pc_none {
	display: none;
}

.tel_link,
.tel_link-no {
	pointer-events: none;
	cursor: default;
	color: inherit;
}

.root .tel_link,
.root .tel_link:hover, .root
.tel_link-no,
.root
.tel_link-no:hover {
	text-decoration: none;
	color: inherit;
}

.btn-list:not(:last-child) {
	margin-right: 1em;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.header {
	width: 100%;
	min-width: 960px;
}

.header__head {
	font-size: 0;
}

.header h1 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	padding-left: 25px;
	box-sizing: border-box;
}

.header h1 a {
	display: block;
	width: 208px;
	box-sizing: border-box;
}

.header__l {
	float: left;
}

.header__r {
	float: right;
}

.header__r-1, .header__r-2 {
	display: block;
	text-align: right;
}

.header__r-1 {
	padding-top: 3px;
	margin-bottom: 14px;
	box-sizing: border-box;
}

.header__menu {
	display: inline-block;
	font-size: 0;
}

.header__menu > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	line-height: 1.0;
	padding-left: 14px;
	box-sizing: border-box;
}

.header__menu > li::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px -29.5px;
	width: 10px;
	height: 10px;
	background-size: 30px 104.5px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header__menu > li + li {
	margin-left: 20px;
}

.header__menu > li a {
	color: #333;
	text-decoration: none;
}

.header__menu > li a:hover {
	opacity: 0.7;
}

.header__head {
	padding: 17px 0 24px;
	box-sizing: border-box;
}

.header__body {
	position: relative;
	z-index: 2;
}

.header__fontsize {
	display: inline-block;
	font-size: 0;
	box-sizing: border-box;
}

.header__fontsize .label {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 14px;
}

.header__fontsize .button_area {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.header__fontsize .button_area li {
	display: inline-block;
	vertical-align: middle;
}

.header__fontsize .button_area .fontsize__a {
	display: block;
	width: 42px;
	height: 23px;
	font-size: 14px;
	color: #5ebbf1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: 1px solid #aaa;
	box-sizing: border-box;
}

.header__fontsize .button_area .fontsize__a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.header__fontsize .button_area .fontsize__a-l {
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.header__fontsize .button_area .fontsize__a-m {
	border-left: none;
	border-right: none;
}

.header__fontsize .button_area .fontsize__a-s {
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.header__fontsize .button_area .fontsize-small .fontsize__a-s {
	color: #fff;
	background: #5ebbf1;
}

.header__fontsize .button_area .fontsize-medium .fontsize__a-m {
	font-weight: bold;
	color: #fff;
	background: #5ebbf1;
}

.header__fontsize .button_area .fontsize-large .fontsize__a-l {
	font-weight: bold;
	color: #fff;
	background: #5ebbf1;
}

.header__search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}

.search__text, .search__submit {
	font-size: 14px;
}

.search__text {
	width: 140px;
}

.search__text[value] {
	color: #535353;
}

.gnav > ul {
	display: flex;
	justify-content: center;
}

.gnav__block {
	position: relative;
/* 	float: left; */
	width: calc(100% / 6);
	text-align: center;
}

.gnav__block::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 40px;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gnav__block:last-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 40px;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gnav__block > a {
	display: block;
	padding-top: 24px;
	padding-bottom: 12px;
	box-sizing: border-box;
	-webkit-transition: background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.gnav__block > a img {
	vertical-align: bottom;
}

.gnav__block > a:hover, .gnav__block > a.active {
	background-color: #ceecf8;
}

.gnav__sub {
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
}

.gnav__sub::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 14px;
	height: 14px;
	background: url(/common/img/bg_gnav_balloon.png) no-repeat;
	background-size: 14px auto;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -11px;
}

.gnav__sub ul {
	position: absolute;
	left: 50%;
	width: 205px;
	background: #fff;
	border: 1px solid #5ebbf1;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.gnav__sub li {
	position: relative;
	display: block;
	text-align: left;
}

.gnav__sub li a {
	display: block;
	position: relative;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	line-height: 1.3;
	padding: 10px 10px 10px 31px;
	box-sizing: border-box;
}

.gnav__sub li a:hover {
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.gnav__sub li a::before {
	content: '';
	background-image: url(/common/img/sprite-arrow.png);
	background-position: 0px 0px;
	width: 10px;
	height: 9.5px;
	background-size: 30px 104.5px;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gnav__sub li a.active {
	font-weight: bold;
	color: #5ebbf1;
}

.gnav__sub li span {
	position: absolute;
	top: 50%;
	padding-right: 12px;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.gnav__sub li > ul {
	display: none;
}

.gnav__sub.active {
	-webkit-transform: translateY(11px);
	    -ms-transform: translateY(11px);
	        transform: translateY(11px);
	opacity: 1.0;
	visibility: visible;
}

.gnav__block:first-child .gnav__sub > ul {
	left: 0;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.footer {
	position: relative;
	margin-top: 60px;
}

.footer__body {
	margin: 0 auto;
}

.footer__menu {
	max-width: 500px;
	margin: 0 auto 17px;
}

.footer__menu > li:nth-child(3)::after {
	display: none;
}

.footer__menu > li:nth-child(n + 4) {
	margin-top: 5px;
}

.footer__address .mail_address {
	margin-left: 1em;
}

.footer__copyright {
	padding: 14px 0 21px;
}

.main_content h2,
.main_content .h2 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	padding: 16px 8px 15px;
}

.main_content h3,
.main_content .h3 {
	font-size: 1.125rem;
	margin-bottom: 25px;
	padding: 10px 18px 9px;
}

.main_content h4,
.main_content .h4 {
	font-size: 1rem;
	margin-bottom: 10px;
	padding: 8px 0 7px;
}

.main_content h5,
.main_content .h5 {
	font-size: 0.875rem;
	margin-bottom: 4px;
}

.main_content h3 + h4,
.main_content h3 + .h4,
.main_content .h3 + h4,
.main_content .h3 + .h4 {
	padding-top: 3px;
}

.main_content h3.border,
.main_content .h3.border {
	font-size: 1.5rem;
	margin-bottom: 25px;
	padding: 10px 10px 9px;
}

.main_content figure.img__left, .main_content figure.img__right {
	max-width: 200px;
}

.main_content figure.img__left-large, .main_content figure.img__right-large {
	max-width: 300px;
}

.main_content figure.img__left {
	float: left;
	margin: 0 20px 20px 0;
}

.main_content figure.img__right {
	float: right;
	margin: 0 0 20px 20px;
}

.main_content > .content_section:not(:last-child) {
	margin-bottom: 50px;
}

.main_content > .content_section .content_section:not(:last-child) {
	margin-bottom: 30px;
}

.main_content .gmap_balloon {
	line-height: 1.7;
}

.main_content .gmap_balloon__title {
	font-size: 0.938rem;
	font-weight: bold;
	color: #40a3f2;
	line-height: 1.3;
}

.main_content .gmap_balloon p {
	font-size: 0.813rem;
	margin-top: 0;
}

.main_content .gmap_balloon p + div {
	margin-top: 4px;
	line-height: 1.3;
}

.main_content .gmap-single {
	width: 660px;
	height: 260px;
}

.main_content .gmap-single + p,
.main_content .gmap-single + ol, .main_content .gmap-single + ul, .main_content .gmap-single + dl,
.main_content .gmap-single + table {
	margin-top: 1em;
}

.main_content .gmap_embedded > iframe {
	width: 100%;
	min-height: 300px;
}

.main_content .pc_column1,
.main_content .pc_column2,
.main_content .pc_column3,
.main_content .pc_column4,
.main_content .pc_column5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style-type: none;
}

.main_content .pc_column1 > *,
.main_content .pc_column2 > *,
.main_content .pc_column3 > *,
.main_content .pc_column4 > *,
.main_content .pc_column5 > * {
	margin: 0 0 0.5em;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.main_content .pc_column1 > *::before,
.main_content .pc_column2 > *::before,
.main_content .pc_column3 > *::before,
.main_content .pc_column4 > *::before,
.main_content .pc_column5 > *::before {
	display: none;
}

.main_content .pc_column2 > * {
	width: 50%;
}

.main_content .pc_column3 > * {
	width: 33.33%;
}

.main_content .pc_column4 > * {
	width: 25.00%;
}

.main_content .pc_column5 > * {
	width: 20.00%;
}

.scroll_to_top img {
	width: 70px;
	height: 70px;
}

.block__left, .block__right {
	max-width: 200px;
}

.block__left.fix, .block__right.fix {
	width: 200px;
}

.block__left.fix + .resize, .block__right.fix + .resize {
	width: 500px;
}

.block__left-large, .block__right-large {
	max-width: 300px;
}

.block__left-large.fix, .block__right-large.fix {
	width: 300px;
}

.block__left-large.fix + .resize, .block__right-large.fix + .resize {
	width: 400px;
}

.block__left {
	float: left;
	margin-right: 20px;
}

.block__left.fix + .resize {
	float: right;
}

.block__left2 {
	width: 280px;
	float: left;
	margin-right: 20px;
}
.block__right2 {
	width: 380px;
	float: right;
	margin-left: 20px;
}

.block__right {
	float: right;
	margin-left: 20px;
}

.block__right.fix + .resize {
	float: left;
}

.main_content .box {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 18px;
}

.main_content .box__title {
	font-size: 1.25rem;
	margin-bottom: 12px;
}

.main_content .box__inner {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box;
}

.main_content .box-auto {
	max-width: 100%;
}

.main_content .box-auto .box__inner {
	max-width: 100%;
}

.responsive_table_area + .table,
.responsive_table_area + .bordered_table,
.responsive_table_area + .responsive_table_area {
	margin-top: 1em;
}

.table.half,
.bordered_table.half {
	width: auto;
	min-width: 360px;
}

.table.pc_auto,
.bordered_table.pc_auto {
	width: auto;
	min-width: 400px;
}

.table.pc_auto tbody th,
.bordered_table.pc_auto tbody th {
	width: 160px;
}

.table th:first-child,
.bordered_table th:first-child {
	width: 190px;
}

.table.th_auto th:first-child,
.bordered_table.th_auto th:first-child {
	width: auto;
}

.table + .table,
.table + .bordered_table,
.table + .responsive_table_area,
.bordered_table + .table,
.bordered_table + .bordered_table,
.bordered_table + .responsive_table_area {
	margin-top: 1em;
}

.news_list__content li {
	padding-left: 0;
}

.news_list__content li::before {
	display: none;
}

.news_list__content a {
	display: block;
}

.news_content {
	font-size: 0;
	box-sizing: border-box;
}

.news_content a {
	padding: 12px 0;
}

.news_content__date, .news_content__label, .news_content__text {
	display: inline-block;
	vertical-align: top;
	font-size: 0.875rem;
}

.news_content__date {
	width: 90px;
	font-size: 14px;
}

.news_content__label {
	display: inline-block;
	width: 100px;
	text-align: center;
}

.news_content__label span {
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}

.news_content__label span:not(:last-child) {
	margin-bottom: 5px;
}

.news_content__text {
	width: calc(100% - 190px);
	padding-left: 1em;
	box-sizing: border-box;
}

.news_content__text span {
	display: inline-block;
	vertical-align: baseline;
}

.news_content__text span.new {
	font-weight: bold;
	text-decoration: none;
	color: #f53535;
	margin-right: 1em;
}

.main_content .anchor_link__title {
	font-size: 1rem;
	padding: 10px 18px;
}

.main_content .anchor_link__list {
	font-size: 0;
	padding: 10px 18px;
}

.main_content .anchor_link__list > li {
	display: inline-block;
	width: 20%;
	font-size: 0.875rem;
}

.main_content .anchor_link__list > li:nth-child(n + 6) {
	margin-top: 10px;
}

.executive_list > li:nth-child(n + 5) {
	margin-top: 1em;
}

.table.executive_table tbody th,
.bordered_table.executive_table tbody th {
	width: 210px;
}

.main_content .agri_list > li {
	width: 25%;
}

.main_content .agri_list > li:nth-child(n + 5) {
	margin-top: 10px;
}

.main_content .sitemap_list > li {
	display: block;
	float: left;
	width: 50%;
}

.main_content .sitemap_list > li + li {
	margin-top: 0;
}

.main_content .sitemap_list > li:nth-child(odd) {
	padding-right: 10px;
	box-sizing: border-box;
}

.main_content .sitemap_list > li:nth-child(even) {
	padding-left: 10px;
	box-sizing: border-box;
}

.main_content .sitemap_list > li:nth-child(2n + 1) {
	clear: both;
}

.main_content .sitemap_list > li:nth-child(n + 3) {
	margin-top: 2em;
}

.main_content .sitemap_list > li > ul li {
	margin-top: 1em;
}

.main_content .sitemap_list-2 > li:nth-child(n + 3) {
	margin-top: 1em;
}

.main_content .sitemap_list__category {
	font-size: 1rem;
	padding: 8px 0 7px;
}

.main_content .help_content {
	font-size: 0;
	padding: 15px;
}

.main_content .help_content__head, .main_content .help_content__body {
	font-size: 0.875rem;
}

.main_content .help_content__head {
	padding: 30px 15px;
}

.main_content .help_content__title {
	font-size: 1.375rem;
}

.main_content .help_content__caption {
	font-size: 1.125rem;
}

.main_content .help_content__body {
	margin-left: 15px;
}

.main_content .help_content__body .tel_link__number {
	font-size: 2.25rem;
	padding: 10px 0;
}

.main_content .komatochan_content__title {
	font-size: 1.375rem;
	padding: 14px 0 14px 50px;
}

.main_content .komatochan_content__title span {
	padding-top: 4px;
	box-sizing: border-box;
}

.main_content .komatochan_content__detail, .main_content .komatochan_content__fiigure {
	display: block;
}

.main_content .komatochan_content__detail {
	position: relative;
	float: right;
	width: 600px;
	padding: 1em;
}

.main_content .komatochan_content__detail::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 80px;
	left: -18px;
	width: 18px;
	height: 14px;
	background: url(/point/img/bg_komatochan_balloon.png) no-repeat;
	background-size: 18px auto;
}

.main_content .komatochan_content__figure {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
}

.main_content .komatochan_content__figure img {
	position: absolute;
	bottom: 0;
	display: block;
}

.main_content .komatochan_content__body {
	position: relative;
}

.main_content .komatochan_content__body-2 {
	min-height: 146px;
}

.main_content .komatochan_content__body-2 .komatochan_content__detail {
	z-index: 1;
}

.main_content .komatochan_content__body-2 .komatochan_content__detail::before {
	top: 33px;
	bottom: auto;
}

.main_content .komatochan_content__body-2 .komatochan_content__figure {
	position: absolute;
	top: 0;
}

.main_content .komatochan_content__body-2 .komatochan_content__figure img {
	top: 0;
	bottom: auto;
}

.main_content .front_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	box-sizing: border-box;
}

.main_content .front_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 226px;
	margin-right: 21px;
}

.main_content .front_list > li img {
	width: 100%;
	height: auto;
}

.main_content .front_list > li + li {
	margin-top: 0;
}

.main_content .front_list > li:nth-child(3n) {
	margin-right: 0;
}

.main_content .front_list > li:nth-child(3n + 1) {
	clear: both;
}

.main_content .front_list > li:nth-child(n + 4) {
	margin-top: 25px;
}

.main_content .front_list__detail {
	padding: 0.5em 1em;
}

.main_content .front_list__detail-lines {
	padding: 1.25em 1em;
}

.main_content .front_list__title {
	position: relative;
	font-size: 1rem;
	padding-left: 1em;
	box-sizing: border-box;
}

.main_content .front_list__title::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.main_content .store__table {
	min-height: 660px;
}

.main_content .store__table th,
.main_content .store__table td {
	vertical-align: middle;
	font-size: 0.813rem;
	padding: 8px 8px 6px;
}

.main_content .store__table th:first-child {
	width: 165px;
}

.main_content .store__table thead th {
	padding: 8px 8px 6px;
}

.main_content .store__table thead th:nth-child(n + 3) {
	text-align: center;
}

.main_content .store__table thead th:nth-child(3), .main_content .store__table thead th:nth-child(4) {
	width: 120px;
}

.main_content .store__table thead th:last-child {
	width: 75px;
}

.main_content .store__table tbody tr td:nth-child(n + 5) {
	text-align: center;
}

.main_content .campaign_list > li:nth-child(n + 4) {
	margin-top: 1em;
}
