@charset "UTF-8";

body{
	margin: 0;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif !important;
	height: 100%;
}
#header,#body,#footer {
	position: relative;
}

/* ------------------------- *
 * パンくずリスト
 * ------------------------- */
.site-top {
	font-size: 12px;
	font-weight: 300;
	line-height: 2.33;
	text-align: left;
	color: #999999;
	margin: 10px 0 40px;
	padding-top:0;
}
.site-top span{
	font-size: 12px;
	padding: 3px;
	width: 100px;
	color: #999;
}
.site-top span.active{
	color: #0081CC;
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding:30px 0;
  width: calc(100% - 28px);
}
/* アイコンを下に表示 */
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 6px );
  bottom: -16px;
  border-top: 18px solid #f5f5f5;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}


/* ------------------------- *
 * ブロック
 * ------------------------- */
 .block-common {
	max-width: 100%;
	padding: 0 20px;
}

 .container {
	width: 100%;
	max-width: 1240px;
	margin-bottom: 80px;
	padding: 0;
	height: 100%;
}

section .container {
	margin-bottom: 0;
}

.block-table {
	max-width: 1240px;
	margin-top: 20px;
	padding: 0 20px 0;
}
/*
.block-table-generic {
    max-width: 1240px;
    margin-top: 40px;
}
*/
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.mt-15 {
	margin-top: -15px !important;
}

.mt-25 {
	margin-top: -25px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.mt-lang {
  margin-top: 0.8rem !important;
}

.bg-black {
	background-color: #000 !important;
}
.bg-lightgray {
	background-color: #666 !important;
}
.bg-gray {
	background-color: #f0f0f0 !important;
}
.bg-blue {
	background-color: #0081cc !important;
}
.bg-gray02 {
	background-color: #c4c4c4 !important;
}

/* ------------------------- *
 * タイトル
 * ------------------------- */
.title-container {
	margin-bottom: 0;
}

h1 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 auto;
}

/* 画像ありタイトル */
.title-image {
	padding: 172px 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.title-image h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	margin: 0 auto;
}


.news-top {
	background-color: #0081CC;
	color: #fff;
	padding: 2rem 0;
}

/* センター配置 */
h2.center {
	max-width: 1200px;
	font-size: 32px;
	line-height: 80px;
	text-align: center;
	color: #0081cc;
	margin: 60px auto 0;
	position: relative;
}
h2.center:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0081cc;
}
h3.center {
	max-width: 1200px;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	color: #0081cc;
	margin: 30px auto 0;
	padding-bottom: 10px;
	position: relative;
}
h3.center:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0081cc;
}

h4.center {
	max-width: 1200px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	color: #0081cc;
	margin: 20px auto 0;
	padding-bottom: 10px;
	position: relative;
}
h4.center:before {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0081cc;
}

/* 左寄せ */
h2.left_border {
	border-bottom: 2px solid #b2b2b2;
	color: #0081CC;
	padding: 24px 0 20px;
	font-weight: bold;
	position: relative;
	font-size: 24px;
	margin: 60px 0 0;
}
h2.left_border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -2px;
	width: 60px;
	padding-left: 0;
}

h3.left_border {
	border-bottom: 2px solid #b2b2b2;
	color: #000;
	padding: 24px 0 16px;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	margin: 30px 0 0;
}
h3.left_border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -2px;
	width: 60px;
	padding-left: 0;
}

h4.left_border {
	border-bottom: 2px solid #b2b2b2;
	color: #000;
	padding: 24px 0 12px;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	margin: 20px 0 0;
}
h4.left_border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -2px;
	width: 60px;
	padding-left: 0;
}

/* 左寄せ（ライン無し） */
h2.left_noborder {
	color: #0081CC;
	padding: 24px 0 0;
	font-weight: bold;
	position: relative;
	font-size: 24px;
	margin: 60px 0 0;
}

h3.left_noborder {
	color: #000;
	padding: 24px 0 0;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	margin: 30px 0 0;
}

h4.left_noborder {
	color: #000;
	padding: 24px 0 0;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	margin: 20px 0 0;
}

div.section-title{
	font-weight: bold;
	border-bottom: solid 1px rgb(180,10,0);
	color: rgb(180,10,0);
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
	font-size: 18px;
}
div.section-title p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1rem;
}

/* ------------------------- *
 * テキスト
 * ------------------------- */
p {
	font-size: 14px;
	line-height: 28px;
	margin: 0;
}
p.text-last {
	margin-top: 20px;
}
p.text-lead {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
}

.text-large {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}

.text-medium {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.text-small {
	font-size: 12px;
}

/* 文字色 青 */
.text-blue {
	color: #0081cc !important;
}

/* 文字色 グレー */
.text-gray {
	color: #ccc !important;
}

/* 文字色 ダークグレー */
.text-gray-dark {
	color: #999 !important;
}

/* 文字色 白 */
.text-white {
	color: #fff !important;
}

/* 文字色 黒 */
.text-black {
	color: #000 !important;
}

/* 文字色 赤 */
.text-red {
    color: #c00 !important;
}

.caption {
	font-size: 12px;
	line-height: 24px;
	margin-top: 5px;
}

/* ------------------------- *
 * リスト
 * ------------------------- */
ul.no-order,
ol.order {
	padding-left: 0;
	line-height: 24px;
	margin: 20px 0 0;
}
ul.no-order > li,
ol.order > li {
	margin-top: 20px;
	list-style: square #0081cc;
}

ul.no-order {
	list-style: none;
	list-style-position: outside;
}
ul.no-order > li {
	display: block;
	margin-left: 15px;
}
ul.no-order > li:before{
	position: absolute;
	content: "▪︎";
	color: #0081cc;
	margin-left: -18px;
}
ul.no-order li.no-style:before{
	content: "";
}
ol.order{
	padding-left: 20px;
}
ol.order li.no-style{
	list-style: none;
}
ul li ul.no-order,
ol li ul.no-order{
	margin-top: 20px;
	padding-left: 35px;
}
ul li ol.order,
ol li ol.order{
	margin-top: 20px;
	padding-left: 55px;
}


ul.no-order_comment,
ol.order_comment {
	width: auto;
	padding-left: 0;
	line-height: 24px;
	margin: 20px 0 0;
	font-size: 12px;
}
ul.no-order_comment > li,
ol.order_comment > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.no-order_comment > li:before,
ol.order_comment > li:before {
	display: inline;
	content: "※";
}
ul.no-order_comment > li.no-style:before,
ol.order_comment > li.no-style:before {
	content: "";
}

ul.no-order_comment {
	width: auto;
	padding-left: 10px;
	line-height: 24px;
	margin: 20px 0 0;
	font-size: 12px;
}
ul.no-order_comment > li {
	list-style-type: none;
	text-indent: -0.7em;
}
ul.no-order_comment > li:before {
	display: inline;
	content: "※";
	margin-right: 5px;
}
ul.no-order_comment > li.no-style:before{
	content: "";
}
ol.order_comment {
	padding-left: 15px;
	line-height: 24px;
	margin: 20px 0 0;
	font-size: 12px;
	counter-reset: item;
	list-style-type: none;
	padding-left: 10px;
}
ol.no-order_comment > li {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.order_comment > li:before {
	counter-increment: item;
	content: '※'counter(item);
	padding-right: .5em;
}
ol.order_comment li.no-style:before{
	content: "";
}
ul.no-order_comment li ul,
ol.order_comment li ul,
ul.no-order_comment li ol,
ol.order_comment li ol{
	margin-top: -2em;
}
ul.no-order_comment li ul.no-order li,
ol.order_comment li ul.no-order li,
ul.no-order_comment li ol.order li,
ol.order_comment li ol.order li{
	margin-top: 0;
}
ul.no-order_comment li ul.no-order li{
	margin-left: 30px;
	text-indent: 0;
}
ol.order_comment li ul.no-order li{
	margin-left: 46px;
}
ul.no-order_comment li ol.order li{
	text-indent: 0;
	margin-left: 10px;
}
ol.order_comment li ol.order li{
	text-indent: 0;
	margin-left: 14px;
}
ul.no-order_comment li ul.no-order li:before,
ol.order_comment li ul.no-order li:before {
	margin-left: -8px;
}
ul.no-order li ul.no-order_comment li,
ol.order li ul.no-order_comment li {
	text-indent: -15px;
}
ul.no-order li ul.no-order_comment li a.arrow_right,
ol.order li ul.no-order_comment li a.arrow_right {
	text-indent: 0;
}
ol.order li ul.no-order li{
	margin-left: 18px;
}
ul.no-order li ol.order li{
	margin-left: 0;
}
ul.no-order li ul.no-order_comment li{
	margin-left: 40px;
}
ol.order li ul.no-order_comment li{
	margin-left: -8px;
}
ul.no-order li ol.order_comment li,
ol.order li ol.order_comment li{
	text-indent: -20px;
}
ul.no-order li ol.order_comment li a.arrow_right,
ol.order li ol.order_comment li a.arrow_right {
	text-indent: 0;
}
ul.no-order li ol.order_comment li,
ol.order li ol.order_comment li{
	margin-left: 45px;
}
ol.order_comment li ul.no-order_comment li{
	margin-left: 54px;
}
ul.no-order_comment li ul.no-order_comment li{
	margin-left: 55px;
	text-indent: -14px;
}
ul.no-order_comment li ol.order_comment li{
	margin-left: 56px;
	text-indent: -1.8em;
}
ol.order_comment li ol.order_comment li{
	margin-left: 50px;
}

ul.line_list,
ol.line_list{
	content: "";
	display: table;
	clear: both;
}
ul.line_list li,
ol.line_list li{
	float: left;
	margin-right: 40px;
	margin-top: 1em;
}

/* ------------------------- *
 * リンク
 * ------------------------- */
a {
	font-size:14px;
}
	a:hover {
		color: #0081cc;
		text-decoration: none;
	}

/* 青字 */
a.text-blue:hover, a.text-blue:focus {
	color: #006699 !important;
}


/* 下線あり */
a.underline {
	color: #0081cc;
	text-decoration: underline;
}
	a.underline:hover {
		color: #0081cc;
		text-decoration: none;
	}

/* 下線無し */
a.underline-none {
	color: #0081cc;
}
	a.underline-none:hover {
		color: #0081cc;
		text-decoration: underline;
	}

/* 矢印付き */
.arrow_right {
	position: relative;
	display: inline-block;
	color: #000;
}
.arrow_right:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 900;
	font-size: 1em;
	color: #0081cc;
	padding-right: 0.5em;
}

/* アイコンつき */
a.pdf-link,
a.outside-link {
	color: #000;
}
a.pdf-link:hover,
a.outside-link:hover {
	color: #0081cc;
}
a.pdf-link::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 23px;
	background-image: url('../img/icon_pdf.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}
a.outside-link::after,
p.outside-link::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url('../img/icon_outside.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}

/* ------------------------- *
 * ボタン
 * ------------------------- */
button.blue-high {
	background-color: #0081cc;
	color: #fff;
	padding: 15px;
	width: 280px;
	height: 60px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
	border: none;
}
button.blue-high:hover {
	background-color: #fff;
	border: #0081cc 1px solid;
	color: #0081cc;
}

button.white-high {
	background-color: #fff;
	color: #0081cc;
	border: #fff 1px solid;
	padding: 15px;
	width: 280px;
	height: 60px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
}
button.white-high:hover {
	background-color: #00629B;
	color: #fff;
}

button.blue-medium {
	background-color: #0081cc;
	color: #fff;
	padding: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 20px;
	border: none;
}
button.blue-medium:hover {
	background-color: #fff;
	border: #0081cc 1px solid;
	color: #0081cc;
}

button.white-medium {
	background-color: #fff;
	color: #0081cc;
	border: #fff 1px solid;
	padding: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 20px;
}
button.white-medium:hover {
	background-color: #00629B;
	color: #fff;
}

button.blue-low {
	background-color: #fff;
	color: #0081cc;
	border: #0081cc 1px solid;
	padding: 10px;
	width: 240px;
	height: 40px;
	font-size: 14px;
	border-radius: 20px;
}
button.blue-low:hover {
	background-color: #0081cc;
	color: #fff;
}

/* 背景色あり */
a.bg_link {
	background-color: #fff;
	padding: 15px;
	border-radius: 30px;
	color: #0081cc;
	transition: all .15s ease;
}
a.bg_link:hover {
	background-color: #0081cc;
	color: #fff;
}


/* ------------------------- *
 * 画像
 * ------------------------- */
.image-border {
	border: 1px solid #cccccc;
}
img {
	max-width: 100%;
}


/* ------------------------- *
 * カード
 * ------------------------- */
.cardlink-area {
	margin-top: 20px;
	padding: 0 0 20px 0;
}
.cardlink-area .cardlink-inner-box{
	position: relative;
}
.cardlink-inner-box {
	margin-top: 20px;
}
.card .card-body .card-title {
	text-align: center;
	font-size: 16px;
	margin: 15px auto;
	color: #000;
	font-weight: bold;
}
.card {
	background: rgba(0,128,202,1);
}
a.cardlink {
	height: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #0081cc;
	text-decoration: none;
	background: #fff;
	position: relative;
}
.card-body {
	background: #fff;
}
a.cardlink img {
	height: 100%;
	background: #0080ca;
	box-sizing: border-box;
}
a.cardlink::before{
	position: absolute;
	z-index: 9999;
	content: "";
	top: 50%;
	left: 50%;
	width: 0%;
	height: 0%;
	pointer-events: none;
}
a.cardlink:hover::before {
	border: 2px solid #0081cc;
	box-sizing: border-box;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
a.cardlink:hover img {
	opacity: 0.7;
}
a.cardlink .card:hover .card-title {
	color: #0081cc;
}


/* ------------------------- *
 * コンテナ
 * ------------------------- */
/* 背景に画像 */
.container-bg-image {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 120px 0;
}


/* ------------------------- *
 * カラム
 * ------------------------- */
.img_col {
	margin-top: 20px;
}
.img_col-2 {
	float: right;
	margin: 0 -15px 15px 20px;
	width: auto;
}
.img_col-2 img {
	max-width: 100%;
}

/* ------------------------- *
 * 囲み
 * ------------------------- */
.flame,
.flame_gray {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 0;
}
.media-block {
	margin-top: 20px;
}
.flame .media-title {
	border-bottom: 1px solid #CCCCCC;
	color: #000;
	padding: 15px 30px 5px;
	position: relative;
}
.flame .media-title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -1px;
	width: 40px;
	padding-left: 30px;
}

.flame_gray .media-title {
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #f7f7f7;
	padding: 15px 30px 5px;
	margin: -1px;
	position: relative;
}
.flame .media-title h5,
.flame_gray .media-title h5 {
	font-size: 18px;
	line-height: 32px;
}
.media-detail {
	margin: auto;
	padding: 30px;
	font-size: 14px;
	line-height: 28px;
}
.media-detail img {
	width: 100%;
	margin: auto;
}
.media-detail ul,
.media-detail ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.media-detail ul li,
.media-detail ul li {
	line-height: 20px;
	margin-right: 36px;

}
.media-detail ul li:last-of-type {
	padding: 0;
}
.media-detail ul li:not(:first-of-type) {
  padding-top: 15px;
}
.media-detail a.arrow_right {
	text-indent: -1em;
	padding-left: 1em;
}
.flame p,
.flame_gray p {
	margin: auto;
	padding: 30px;
	font-size: 14px;
	line-height: 28px;
}
.flame-box {
	padding: 20px 25px;
}
.flame-box.flame-box-gray {
	background: #f5f5f5;
}
.flame-box.flame-box-blue {
	background: #f2f9fd;
}

/* ------------------------- *
 * テーブル
 * ------------------------- */
table.element-table {
	width: 100%;
	margin: 5px auto;
}
/* スクロールバーデザイン */
.table-responsive::-webkit-scrollbar {
	height: 20px;
}
.table-responsive::-webkit-scrollbar-track {
	background: rgba(242, 242, 242);
	border: none;
	margin-left: 20px;
}
.table-responsive::-webkit-scrollbar-thumb {
	background: rgba(194, 194, 194);
	border: 6px solid #f2f2f2;
}
/* td共通 */
.element-td-common {
	border: solid 1px rgb(204,204,206);
	padding: 30px 20px;
}
/* テーブル(上)(下)の左端そろえ */
th.element-td-header {
	width: 200px;
}
/* テーブル(下)の改行 */
td.element-td {
	padding-right: 150px;
}
/* 背景色：青４種 */
th.element-bg-darkblue {
	background-color: #00629B;
	color: #FFF;
	padding: 15px;
}
th.element-bg-dimblue {
	background-color: #00629B;
	color: #FFF;
	padding: 15px;
}
th.element-bg-blue {
	background-color: #3997CD;
	color: #FFF;
	padding: 15px;
}
th.element-bg-lightblue {
	background-color: #F2F9FD;
	color: #000;
}
.pinch-guide {
	font-size: 16px;
	font-weight: bold;
}

.pinch-guide::before {
	content: '';
	display: inline-block;
	width: 52px;
	height: 70px;
	background-image: url(../img/pinchout.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}
.pinch-table {
	width: 100%;
	padding-right: 10px;
}
table.element-table-pinch {
	min-width: 1200px;
	height: auto;
	margin: 0 auto 5px;
}
.block-table-pinch {
	overflow: hidden;
}

/* ------------------------- *
 * タブUI
 * ------------------------- */
div.element-tabui {
	font-size: 0;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding-bottom: .4rem;
	margin-top: 20px;
}
div.element-tabui div.col-2{
	padding-bottom:.4rem ;
}
div.element-tabui-menu {
	width: 140px;
	text-align: center;
	height: 50px;
	line-height: 60px;
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
}
div.element-tabui .tab-menu{
	padding: 0 20px;
}
a.element-tabui-menu-link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	position: relative;
	padding-bottom: .4rem;
}
a.element-tabui-menu-link:hover {
	color: #0081cc;
}
div.element-tabui-menu-selected {
	position: relative;
}
div a.element-tabui-menu-selected{
	color: #0081CC;
}
div a.element-tabui-menu-selected:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0081CC;
	bottom: -1px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

/* ------------------------- *
 * ページャー
 * ------------------------- */
nav.element-pagination {
	margin: 20px auto 0;
}
p.page-text {
	margin-top: 13px;
	line-height: 21px;
}
a.element-page-link {
	margin: 5px;
}
a.element-page-link:hover,
a.element-page-link-selected {
	background-color: rgb(1,129,204);
	color: #FFF;
}
a.element-page-link-next {
	margin: 5px 0px;
	border: none;
}

.page-total {
	padding-right: 20px;
}


/* ------------------------- *
 * フォーム
 * ------------------------- */
.form-group {
	margin: 1rem 0 0;
}
.form-group input,
.form-group textarea {
	border: 1px solid #ccc;
	box-shadow: inset 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
}
.form-group select {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
}
div.element-form {
	max-width: 840px;
	margin: 50px auto;
}
input[type=text].element-form-text-errored {
	border: solid 2px rgb(204,0,0);
	background-color: rgb(255,239,239);
}
p.element-form-errormessage {
	color: rgb(204,0,0);
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 0;
}
.element-form-box p.element-form-errormessage{
	padding-left: 0;;
}
.element-form-body-errored{
	background-color: rgb(255,239,239);
    margin-left: -20px!important;
    margin-top: -10px!important;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px!important;
    display: block;
    margin-right: -20px;
    padding-right: 20px;
}
.element-form-title {
	font-weight: bold;
	margin: 0 15px;
	padding: 10px 0 15px;
}
span.element-form-required {
	font-size: 12px;
	padding: 5px 10px;
	margin-left: 9px;
	background-color: rgb(204,0,0);
	border-radius: 2px;
	color: white;
	text-align: center;
	white-space: nowrap;
}
input[type=text].element-form-text {
	margin: 0 15px;
	padding: 10px;
	width: calc(100% - 30px);
}
select.element-form-select {
	margin: 0 15px;
	padding: 10px;
	width: 250px;
	height: 45px;
}
textarea.element-form-textarea {
	margin: 0 15px;
	width: calc(100% - 30px);
	height: 200px;
	padding: 10px;
}
input[type=radio] {
	display: none; /* 標準スタイル */
}
input[type="checkbox"] {
	position: relative;
	top: 0;
	margin-right: 5px;
}
.element-form-box {
	padding:0 15px !important;
}

label.element-form-radio-label {
	position: relative; /* ボックスの位置を指定する */
	padding: 10px 10px 0 42px; /* ボックス内側の余白を指定する */
	cursor: pointer;
}
label.element-form-radio-label:after,
label.element-form-radio-label:before {
	position: absolute; /* ボックスの位置を指定する */
	content: ""; /* ボックスのコンテンツ */
	display: block; /* ブロックレベル要素化する */
	top: 50%; /* 上部から配置の基準位置を決める */
}
label.element-form-radio-label:after {
	left: 0px; /* 左から配置の基準位置を決める */
	margin-top: -10px; /* チェック枠の位置 */
	width: 31px; /* ボックスの横幅を指定する */
	height: 31px; /* ボックスの高さを指定する */
	border: 1px solid #ccc; /* ボックスの境界線を実線で指定する */
	border-radius: 50%; /* ボックスの角丸を指定する */
	box-shadow: inset 0px 2px 9px 0px rgba(0, 0, 0, 0.14);
}
label.element-form-radio-label:before {
	left: 7px; /* 左から配置の基準位置を決める */
	margin-top: -3px; /* チェックマークの位置 */
	width: 17px; /* ボックスの横幅を指定する */
	height: 17px; /* ボックスの高さを指定する */
	background: rgb(2,127,207);/* ボックスの背景色を指定する */
	border-radius: 50%; /* ボックスの角丸を指定する */
	opacity: 0; /* 要素を透過指定する */
}
input[type=radio].element-form-radio:checked + label.element-form-radio-label:before {
	opacity: 1; /* 要素を表示する */
}
label.element-form-radio-label:hover:after {
	border-color: #0171bd; /* ボックスの境界線を実線で指定する */
}

div.element-form-checkbox {
	margin: 0;
}
input[type=radio].element-form-radio:checked + label.element-form-radio-label:after {
	box-shadow: none;
}
input[type=checkbox].element-form-checkbox {
	display: none;
}
input[type=checkbox].element-form-checkbox:checked + label:before {
	padding: 0 0.3rem;
	background-color: #0081cc; /* チェックした時の色 */
	color: #fff; /* チェックの色 */
	font-family: 'Font Awesome 5 Free';
	content: '\f00c'; /* チェックの文字 */
	font-size: 18px; /* チェックのサイズ */
	font-weight: bold;
}
input[type=checkbox].element-form-checkbox:checked + label.element-form-checkbox-label:before {
	box-shadow: none;
	border: none;
}
label.element-form-checkbox-label {
	padding: 5px 40px; /* ラベルの位置 */
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
label.element-form-checkbox-label:before {
	content: '';
	width: 30px; /* ボックスの横幅 */
	height: 30px; /* ボックスの縦幅 */
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 4px 4px;
}
div.element-form-policy {
	text-align: center;
	font-size: 12px;
	margin-top: 40px;
}
a.element-form-policy-link {
	font-size: 12px;
	margin: 0px 2px;
	text-decoration: underline;
}
div.element-form-button {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
button.element-form-button-submit {
	width: 230px;
	text-align: center;
	color: white;
	font-weight: bold;
	border-radius: 50px;
	background-color: #0081cc;
	padding: 15px 10px;
	border: none;
}

/* ------------------------- *
 *  CSRページ用パーツ
 * ------------------------- */
.csr-parts {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.csr-parts div {
	padding: 0;
}
.csr-parts-box {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-top: 40px;
	padding: 25px;
}
.csr-parts-box-green {
	background: #13b2c1;
}
.csr-parts-box-ecology {
	background: #7dc200;
}
.csr-parts-box-next {
	background: #f8a200;
}
.csr-parts-box-kindness {
	background: #de6834;
}
.csr-parts-box-integrity {
	background: #8c78af;
}
.csr-parts-label {
	justify-content: flex-end;
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
}
.csr-parts-label-item {
	border: 1px solid #ccc;
	font-size: 12px;
	list-style: none;
	padding: 0 10px;
}
.csr-parts-label-item + .csr-parts-label-item {
	margin-left: 10px;
}
.csr-parts-label-item-green {
	background: #77b800;
	border: 1px solid #77b800;
	color: #fff;
}
.csr-parts-tag {
	justify-content: space-between;
	margin: 10px 0 0 auto;
	width: 228px;
}
.csr-parts-tag-item {
	list-style: none;
	margin: 10px 0 0 0;
}
.csr-parts-tag-item span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	list-style: none;
	padding: 4px 0;
	text-align: center;
	width: 28px;
}
.csr-parts-tag-item span:last-of-type {
	background: #ebebeb;
	color: #999;
}
.csr-parts-tag-item-green span:first-of-type {
	background: #77b223;
}
.csr-parts-tag-item-green span:last-of-type {
	color: #77b223;
}
.csr-parts-tag-item-orange span:first-of-type {
	background: #e0ab00;
}
.csr-parts-tag-item-orange span:last-of-type {
	color: #e0ab00;
}
.csr-parts-tag-item-purple span:first-of-type {
	background: #7a508e;
}
.csr-parts-tag-item-purple span:last-of-type {
	color: #7a508e;
}
.csr-parts-tag-item span.gray {
	color: #999;
}

/* ------------------------- *
 *  HB事業商品ページ用パーツ
 * ------------------------- */
.hb-parts-inner {
	margin: 0 auto;
	max-width: 1230px;
	padding: 0;
	width: 100%;
}
.hb-parts-banner {
	display: flex;
	list-style: none;
    margin-top: 20px;
    max-width: 600px;
}
.hb-parts-banner a {
	align-items: center;
	border: 1px solid #ccc;
	color: #000;
	display: flex;
	min-height: 80px;
	justify-content: space-between;
	width: 100%;
	padding: 10px 20px 10px 40px;
	position: relative;
}
.hb-parts-banner a p {
	line-height: 1.7;
}
.hb-parts-banner:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f054";
	font-weight: 900;
	font-size: 14px;
	color: #0081cc;
	left: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hb-parts-banner.r-3col {
  margin-top: 4px;
}
.hb-parts-banner.r-3col:after {
	left: 16px;
}
@media screen and (min-width: 767px) {
  .hb-parts-banner.r-3col img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .hb-parts-banner.r-3col {
    margin-bottom: 1rem;
  }
}
.hb-parts-contact {
	background: #0080ca;
	margin: 40px auto 0 auto;
	max-width: 1200px;
	padding: 22px 0 15px 0;
	width: 100%;
}
.hb-parts-contact-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}
.hb-parts-contact-inner {
	margin: 25px auto 0 auto;
	width: 100%;
}
.hb-parts-contact-box {
	align-items: center;
	background: #fff;
	display: flex;
	flex-flow: column;
	height: 140px;
	justify-content: center;
}
.hb-parts-contact-box p:first-of-type {
	font-size: 16px;
	font-weight: 600;
}
.hb-parts-contact-box p:first-of-type span {
	display: inline-block;
	margin-right: 10px;
}
.hb-parts-contact-box p:first-of-type span img {
	vertical-align: text-top;
}
.hb-parts-contact-tel {
	color: #0081cc;
	font-size: 38px;
	font-family: "SourceSansPro-Black";
	margin-top: 10px;
}
.hb-parts-contact-btn {
	background: #0081cc;
	border: 1px solid #0081cc;
	color: #fff;
	border-radius: 20px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	padding: 8px 0;
	text-align: center;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	width: 240px;
}
.hb-parts-contact-btn:hover {
	background: #fff;
}
.hb-parts-contact-text {
	color: #fff;
	margin-top: 15px;
}
a.hb-parts-contact-btn.outside-link {
	color: #fff;
}
a.hb-parts-contact-btn.outside-link:hover {
	color: #0081cc;
}
a.hb-parts-contact-btn.outside-link::after {
	background-image: url('/img/icon_outside_white.png');
}
a.hb-parts-contact-btn.outside-link:hover::after {
	background-image: url('/img/icon_outside.png');
}
@media screen and (min-width: 767px) {
	.hb-parts-contact-inner > div:first-of-type {
		padding: 0 8px 0 20px;
	}
	.hb-parts-contact-inner > div:last-of-type {
		padding: 0 20px 0 8px;
	}
}

/* ------------------------- *
 *  年度選択プルダウン
 * ------------------------- */
.search-year-pulldown.common-page{
	margin-top: 20px;
	text-align: right;
	width: 100%;
}


/* ------------------------- *
 *  smartPhone
 * ------------------------- */
@media screen and (max-width: 768px) {
	body{
		margin: 0;
		font-size: 14px;
		font-family: "Hiragino Kaku Gothic ProN",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif !important;
		height: 100%;
	}
	a {
		font-size:14px;
	}
	.news-top {
		background-color: #0081CC;
		color: #fff;
		min-height: 88px;
	}
	.container {
		margin-bottom: 20px;
	}
	.title-container {
		margin-bottom: 0;
	}
	.container-fluid {
		margin-top: 20px;
	}
	.site-top {
		display: none;
	}
	.balloon {
		padding:20px 0;
		width: 100%;
	}


	div.section-title {
		font-size: 9px;
		font-weight: bold;
		border-bottom: 0.5px solid #B10800;
	}
	div.section-title p {
		font-size: 9px;
		padding-left: 20px;
		line-height: 18px;
		margin-bottom: 5px;
	}

	.pt-40 {
		padding-top: 20px !important;
	}

	.pb-40 {
		padding-bottom: 20px !important;
	}

	.title-image {
		padding: 60px 0;
	}
	.title-image h1 {
		font-size: 22px;
		font-weight: 600;
		line-height: 24px;
		margin: 0 auto;
	}

	h1 {
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
		padding-top: 4px;
	}

	h2.center {
		font-size: 20px;
		line-height: 30px;
		margin-top: 80px;
		padding: 0 0 5px;
	}
	h2.center:before {
		bottom: 0;
		width: 40px;
		height: 2px;
	}

	h3.center {
		font-size: 20px;
		line-height: 30px;
		margin-top: 40px;
		padding-bottom: 5px;
	}
	h3.center:before {
		bottom: 0;
		width: 40px;
		height: 2px;
	}

	h4.center {
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
		padding-bottom: 5px;
	}
	h4.center:before {
		bottom: 0;
		width: 40px;
		height: 2px;
	}

	h2.left_border {
		padding: 24px 0 20px;
		font-size: 20px;
		border-bottom: 4px solid #b2b2b2;
	}
	h2.left_border:after {
		width: 60px;
		padding-left: 0;
		bottom: -4px;
		border-bottom: solid 4px #0081CC;
	}

	h3.left_border {
		padding: 24px 0 16px;
		font-size: 18px;
		margin-top: 40px;
		border-bottom: 4px solid #b2b2b2;
	}
	h3.left_border:after {
		width: 60px;
		padding-left: 0;
		bottom: -4px;
		border-bottom: solid 4px #0081CC;
	}

	h4.left_border {
		padding: 24px 0 12px;
		font-size: 16px;
		border-bottom: 4px solid #b2b2b2;
	}
	h4.left_border:after {
		width: 60px;
		padding-left: 0;
		bottom: -4px;
		border-bottom: solid 4px #0081CC;
	}

	h2.left_noborder {
		color: #0081CC;
		padding: 24px 0 0;
		font-weight: bold;
		position: relative;
		font-size: 20px;
	}

	h3.left_noborder {
		color: #000;
		padding: 24px 0 0;
		font-weight: bold;
		position: relative;
		font-size: 18px;
		margin-top: 40px;
	}

	h4.left_noborder {
		color: #000;
		padding: 24px 0 0;
		font-weight: bold;
		position: relative;
		font-size: 16px;
	}

	p.text-lead {
		font-size: 16px;
		font-weight: 600;
		line-height: 32px;
		text-align: center;
	}
	button.blue-high,
	button.blue-low,
	button.white-high {
		width: 250px;
		height: 50px;
		font-size: 14px;
		border-radius: 60px;
	}

	.img_col-2 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}


  /* ------------------------- *
  * カード
  * ------------------------- */
	.cardlink-area {
		padding-top: 0;
	}
	.cardlink-area .cardlink-inner-box{
		height: auto;
		margin-top: 30px;
	}
	a.cardlink {
		margin: 0 30px;
	}
	.card-body {
		padding: 0.5rem 1rem;
		border: solid 1px #fff;
	}

	/* ------------------------- *
	 * コンテナ
	 * ------------------------- */
	/* 背景に画像 */
	.container-bg-image {
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
		padding: 80px 0;
	}


  /* ------------------------- *
   * テキスト
   * ------------------------- */
	.text-large {
		font-size: 16px;
		line-height: 32px;
		font-weight: bold;
		padding-top: 0;
	}

	.text-small {
		font-size: 12px;
		line-height: 24px;
	}

	p {
		font-size: 14px;
		line-height: 28px;
	}

	/* ------------------------- *
	 * リスト
	 * ------------------------- */
	ul.no-order,
	ol.order {
		width: 100%;
		padding-left: 13px;
		line-height: 28px;
	}
	ol.order {
		width: 100%;
		padding-left: 18px;
		line-height: 28px;
	}
	ul.no-order li ul {
		padding-left: 20px;
	}
	ul.no-order_comment,
	ol.order_comment {
		width: auto;
		line-height: 24px;
		font-size: 12px;
	}
	ul.no-order_comment li,
	ol.order_comment li {
		list-style-type: none;
		text-indent: -1em;
	}
	ul.no-order li:before,
	ul.no-order_center li:before {
		margin-left: -30px;
	}

	/* ------------------------
	* リンク
	* ------------------------ */
	/* アイコンつき */
	a.pdf-link::after {
		width: 12px;
		height: 15px;
	}


	/* ------------------------
	* 囲み
	* ------------------------ */
	.flame,
	.flame_gray {
		width: 100%;
		border: 2px solid #CCCCCC;
	}
	.flame .media-title {
		border-bottom: 2px solid #CCCCCC;
		color: #000;
		padding: 15px;
		position: relative;
	}
	.flame .media-title:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 4px #0081CC;
		bottom: -1px;
		width: 60px;
		padding-left: 30px;
	}

	.flame_gray .media-title {
		border-bottom: 2px solid #CCCCCC;
		background-color: #f7f7f7;
		padding: 15px;
		margin: -1px;
		position: relative;
	}
	.flame .media-title h5,
	.flame_gray .media-title h5 {
		font-size: 16px;
		margin: 0;
	}
	.media-detail {
		padding: 15px;
	}
	.media-detail ul li,
	.media-detail ul li {
		margin-right: 0;
	}
	.flame p,
	.flame_gray p {
		margin: auto;
		padding: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	.flame-box {
		padding: 15px;
	}

	/* ------------------------
	* テーブル
	* ------------------------ */
	div.element-scroll {
		width: 768px;
		overflow: scroll;
	}
  .pinch-table {
      margin-top: 15px;
  }

	/* ------------------------
	 * タブUI
	 * ------------------------ */
	div.element-tabui-div {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 0;
	}
	div.element-tabui .tab-menu{
		padding: 0;
	}
	div.element-tabui a {
		font-size:12px;
		padding-bottom: .4rem;
	}
	div.element-tabui-menu-selected a {
		color: #0081CC;
	}
	a.element-tabui-menu-link {
		padding: 0px;
	}
	div.element-tabui{
		justify-content: space-between!important;
	}
	/* ------------------------- *
	* ページャー
	* ------------------------- */
	.page-total {
		width: 100%;
	}

	/* ------------------------
	 * フォーム
	 * ------------------------ */
	div.element-form-policy {
		text-align: center;
		font-size: 12px;
		width: 70%;
		margin: 30px auto auto;
	}
	span.element-form-required {
		font-size: 0.7rem;
		padding: 3px 6px;
	}
	.element-form-radio,
	.element-form-checkbox {
		padding-bottom: 10px;
	}
	label.element-form-checkbox-label {
		padding: 5px 40px;
	}
	.element-form-body-errored::before{
		width: calc(100% - 10px);
		height: calc(70% + 10px);
		left: 5px;
		top:-5px;
	}
	.element-form-radio, .element-form-checkbox{
		padding: 0;
	}
	.element-form-body-errored{
		margin-left: -10px!important;
		padding-left: 10px;
		margin-right: -10px;
	}

	.nav-search_sp_form{position: relative;}
	.nav-search_sp_form #nav-search_sp_btn {
		height: 34px;
		position: absolute;
		right: 11%;
		top: 0;
		background: 0 0;
		color: #0081CC;
		border: none;
		font-size: 20px;
	}

	input[type=text] {
		font-size: 16px;
		transform: scale(0.8);
	}

	/* ------------------------
	 * ニュース
	 * ------------------------ */
	td.element-news-list-date {
		width: 25%;
	}
	/* ------------------------- *
	 *  CSRページ用パーツ
	 * ------------------------- */
	.csr-parts div {
		padding: 0 15px;
	}
	.csr-parts-box {
		font-size: 18px;
		padding: 20px 15px;
	}
	.csr-parts-label {
		padding: 0 15px;
	}
	.csr-parts-label-item {
		font-size: 7px;
		padding: 0 10px;
	}
	.csr-parts-label-item + .csr-parts-label-item {
		margin-left: 5px;
	}
	.csr-parts-tag {
		padding: 0 15px;
		width: 160px;
	}
	.csr-parts-tag-item span {
		font-size: 7px;
		padding: 2px;
		width: 20px;
	}
	/* ------------------------- *
	 *  HB事業商品ページ用パーツ
	 * ------------------------- */
	.hb-parts-banner div img {
		width: 100%;
	}
	.hb-parts-banner a {
		padding: 0 10px 0 30px;
	}
	.hb-parts-banner:after {
		left: 30px;
	}
	.hb-parts-banner-grast {
		width: 22vw;
	}
	.hb-parts-banner-miraie {
		width: 22vw;
	}
	.hb-parts-banner-tree {
		width: 23vw;
	}
	.hb-parts-banner-dunlopproducts {
		width: 23vw;
	}
	.hb-parts-banner-selatex {
		width: 23vw;
	}
	.hb-parts-banner-dunslope {
		width: 27vw;
	}
	.hb-parts-banner-gripcoat {
		width: 30vw;
	}
	.hb-parts-banner-hibridtrurf {
		width: 29vw;
	}
	.hb-parts-banner-omnicourt {
		width: 30vw;
	}
	.hb-parts-banner-decoturf {
		width: 27vw;
	}
	.hb-parts-banner-hibridturfpg {
		width: 29vw;
	}
	.hb-parts-contact {
		padding: 15px 0;
	}
	.hb-parts-contact-inner {
		margin-top: 15px;
	}
	.hb-parts-contact-title {
		font-size: 18px;
	}
	.hb-parts-contact-box {
		height: 120px;
	}
	.hb-parts-contact-box p:first-of-type {
		font-size: 14px;
	}
	.hb-parts-contact-box p:first-of-type span {
		margin-right: 5px;
	}
	.hb-parts-contact-tel {
		font-size: 30px;
		margin-top: 5px;
	}
	.hb-parts-contact-btn {
		font-size: 14px;
		padding: 12px 0;
		width: 250px;
	}
	.hb-parts-contact-inner > div {
		padding: 0 20px;
	}
	.hb-parts-contact-inner > div:last-of-type {
		padding-top: 20px;
	}

	/* ------------------------- *
	 *  年度選択プルダウン
	 * ------------------------- */
	.search-year-pulldown.common-page{
		padding: 0;
	}
}

@media screen and (min-width: 769px) {
    .pinch-guide {
        display: none;
    }
}