@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6em;
	font-size: 16px;
	color: #000;
	word-wrap: break-word;
	/* 英数字折り返し */
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.Clear {
	clear: both;
}

a {
	color: #189AD7;
	text-decoration: underline;
}

a:hover {
	color: #189AD7;
	text-decoration: none;
}

a:visited {
	color: #189AD7;
}

a:active {
	color: #189AD7;
}

/* 別ウィンドウで開くアイコン */
a.winopen {
	background-image: url(../img/icon_winopen.png);
	background-position: right 2px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-right: 20px;
}


/* !汎用コンテンツ
---------------------------------------------------------- */

/* センター揃え */
.center {
	text-align: center;
}



/* ページトップ に戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 96px;
	right: 12px;
	cursor: pointer;
	opacity: .9;
	z-index: 9999;
}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* フッター */
.footer {
	background-color: #76bb00;
	color: #fff;
}

.footer .footer_area01 {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px 100px;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}

.footer .footer_area01 .footer_text {
	width: 28%;
	float: left;
	padding-top: 88px;
}

.footer .footer_area01 .footer_text dt {
	font-size: 24px;
	padding-bottom: 10px;
}

.footer .footer_area01 .footer_text dd {
	font-size: 16px;
}

.footer .footer_area01 .footer_text ul {
	margin-top: 40px;
	display: table;
	border-left: solid 1px #fff;
	line-height: 1em;
}

.footer .footer_area01 .footer_text li {
	display: table-cell;
	border-right: solid 1px #fff;
	padding: 0 16px;
}

.footer .footer_area01 .footer_text li a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

.footer .footer_area01 .footer_text li a:hover {
	text-decoration: underline;
}

.footer .footer_area01 .footer_request {
	width: 34%;
	float: right;
	padding: 65px 0 0 20px;
	box-sizing: border-box;
}

.footer .footer_area01 .footer_request img {
	transition: .3s;
}

.footer .footer_area01 .footer_request img:hover {
	margin-top: -5px;
	opacity: .95;
}

.footer .footer_area02 {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 36px 0 49px;
	border-bottom: solid 1px #fff;
}

.footer .footer_area02 ul {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
}

.footer .footer_area02 li {
	width: 33%;
	float: left;
	padding: 24px;
	transition: .3s;
}

.footer .footer_area02 li:hover {
	opacity: .8;
}

.footer .footer_area03 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 36px 0 46px;
}

.footer .footer_area03 dl {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
}

.footer .footer_area03 dt {
	font-size: 22px;
	text-align: center;
}

.footer .footer_area03 dd {
	width: 24%;
	float: left;
	padding: 16px;
	transition: .3s;
}

.footer .footer_area03 dd:hover {
	opacity: .9;
}

.copy_area {
	background-color: #fff;
	max-width: 1280px;
	width: 100%;
	height: 75px;
	margin: auto;
	display: table;
	font-size: 14px;
}

.copy_area .jihee {
	display: table-cell;
	width: 100px;
	max-width: 1280px;
}

.copy_area .footer_menu {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	padding-left: 20px;
}

.copy_area .footer_menu li {
	float: left;
}

.copy_area .footer_menu li a {
	border-left: solid 1px #000;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
}

.copy_area .footer_menu li a:hover {
	color: #189AD7;
	text-decoration: underline;
}

.copy_area .footer_menu li:last-child a {
	border-right: solid 1px #000;
}

.copy_area .copy {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}


/* 第二階層 ヘッダ*/
.header {
	width: 100%;
	background: #fff;
	border-bottom: solid 2px #76bb00;
}

.header_box {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	padding: 14px 20px;
}

.seiwa_logo {
	width: 165px;
	height: 44px;
	float: left;
}

.headermenu li a::after {
	position: absolute;
	bottom: .2em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #86b82f;
	opacity: 0;
	transition: .3s;
}

.headermenu li a:hover::after {
	bottom: 0;
	opacity: 1;
}

.headermenu {
	display: table;
	float: right;
	padding-top: 10px;
}

.headermenu li {
	display: table-cell;
	font-size: 14px;
	padding-right: 22px;
}

.headermenu li a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #000;
	text-decoration: none;
	/*padding-left:19px;*/
}

.headermenu li a i {
	color: #86b82f;
}

/*
.headermenu li a.access{
	background:url(../img/headermenu02_access.png) left 48% no-repeat;
}
.headermenu li a.contact{
	background:url(../img/headermenu02_contact.png) left 48% no-repeat;
}
.headermenu li a.request{
	background:url(../img/headermenu02_request.png) left 48% no-repeat;
}
*/
/* 第二階層タイトル */
.main_title {
	width: 100%;
	height: 440px;
	background-size: cover;
	background-position: center 50%;
	display: table;
}

.main_title {
	background-image: url(../img/header01.jpg);
}

.main_title_box {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

/* グローバルナビゲーション */
.g-navi {
	display: table;
	max-width: 1280px;
	width: 100%;
	position: absolute;
	top: 340px;
	z-index: 9999;
	left: 5px;
	box-shadow: 0px 0px 4px 0px #d7d7d7;
}

.g-navi li {
	display: table-cell;
	width: 14%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: .3s;
}

.g-navi li:first-child,
.g-navi li:last-child {
	width: 15%;
}

.g-navi li a {
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 76px;
	background: url(../img/g-nav_line.png) right 50% no-repeat;
	transition: .3s;
}

.g-navi li a:hover {
	color: #86b82f;
}

.g-navi li:hover {
	background-color: rgba(255, 255, 255);
}

.g-navi li a.last {
	background: none;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	border-bottom: solid 1px #76bb00;
}

.is-show {
	transform: translateY(0);
}

.header_sp {
	display: none;
}


/*飾り文字*/
.seiwa {
	width: 399px;
	height: 240px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -199px;
	background: url(../img/header_logo.png);
	background-size: cover;
	text-indent: -9999px;
}

h1 {
	display: inline-block;
	background: #76bb00;
	color: #fff;
	border: solid 1px #fff;
	font-size: 36px;
	line-height: 1;
	padding: 10px 10px 6px;
	font-weight: bold;
	margin-top: 210px;
}

/* パンくずリスト */
.breadcrumb {
	padding: 12px 0;
	border-bottom: solid 1px #bebebe;
	font-size: 14px;
	line-height: 1;
}

.breadcrumb ul {
	max-width: 1280px;
	margin: 0 auto;
}

.breadcrumb li {
	display: inline;
	list-style: none;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 10px;
	color: #999;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: underline;
	color: #000;
}

.breadcrumb li a:hover {
	color: #189AD7;
	text-decoration: none;
}

/* メインコンテンツ */
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0 60px;
	overflow: hidden;
}

.main {
	width: 71%;
	float: left;
}

.side {
	width: 24%;
	float: right;
}

.contents {
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden;
}

h2 {
	height: 88px;
	background: #76bb00;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	display: table;
	line-height: 1.2;
	width: 100%;
}

h2 span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 4px;
	border-bottom: solid 4px #e6e6e6;
	position: relative;
}

h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #76bb00;
	bottom: -4px;
	width: 25%;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 24px;
	border-left: solid 8px #ccc;
	padding-left: 10px;
	position: relative;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 36px 0 0 0;
	position: relative;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 36px 0 0 0;
	position: relative;
}

/* 文字の色 */
.red {
	color: #ec494c;
}

.blue {
	color: #2884d9;
}

/* 文字の配置 */
.ta_right {
	text-align: right;
}

main p {
	padding-top: 16px;
}

/* 右サイドナビゲーション */
.side_nav {
	width: 100%;
	border-top: solid 8px #76bb00;
	border-bottom: solid 1px #ccc;
}

.side_nav dt {
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
}

.side_nav a {
	display: block;
	padding: 20px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}

.side_nav a:hover {
	background: #eee;
}

/* サイドバナー */
.side_bn {
	padding-top: 20px;
}

.side_bn li {
	padding-top: 10px;
}

.side_bn li a {
	transition: .3s;
}

.side_bn li a:hover {
	opacity: .8;
}


/* コンテンツバナー大 */
.bn_area {
	overflow: hidden;
	padding-bottom: 30px;
}

.bn_area li {
	width: 48%;
	float: left;
	padding-bottom: 20px;
}

.bn_area li:nth-child(odd) {
	margin-right: 4%;
}

.bn_area li a {
	color: #fff;
	transition: .3s;
	text-decoration: none;
}

.bn_area li a:hover {
	opacity: .8;
}

.bn_text {
	background: url(../img/arrow01.png) 96% 50% no-repeat #76bb00;
	background-size: 20px;
	padding: 10px 0 8px 16px;
	font-weight: bold;
}

/* コンテンツバナー小 */
.bn_area02 {
	overflow: hidden;
	padding-bottom: 30px;
}

.bn_area02 li {
	width: 48%;
	float: left;
	padding-bottom: 20px;
}

.bn_area02 li:nth-child(odd) {
	margin-right: 4%;
}

.bn_area02 li a {
	display: block;
	padding: 20px 0 16px 16px;
	color: #000;
	text-decoration: none;
	border: solid 1px #ccc;
	background: url(../img/arrow02.png) 96% 50% no-repeat #f1f1f1;
	background-size: 20px;
	font-weight: bold;
	transition: .3s;
}

.bn_area02 li a:hover {
	opacity: .7;
}

/* コンテンツバナー小（マージン無し） */
.bn_area03 {
	overflow: hidden;
	padding-bottom: 0;
}

.bn_area03 li {
	width: 48%;
	float: left;
	padding-top: 10px;
}

.bn_area03 li:nth-child(odd) {
	margin-right: 4%;
}

.bn_area03 li a {
	display: block;
	padding: 20px 0 16px 16px;
	color: #000;
	text-decoration: none;
	border: solid 1px #ccc;
	background: url(../img/arrow02.png) 96% 50% no-repeat #f1f1f1;
	background-size: 20px;
	font-weight: bold;
	transition: .3s;
}

.bn_area03 li a:hover {
	opacity: .7;
}

/* テーブル */
.table01 {
	width: 100%;
	margin-top: 30px;
}

.table01 th {
	border: solid 1px #ddd;
	background: #efefef;
	padding: 16px 16px 12px 16px;
	vertical-align: top;
	border-collapse: collapse;
}

.table01 td {
	border: solid 1px #ddd;
	padding: 16px 16px 12px 16px;
	border-collapse: collapse;
}

.table01 .vaT {
	vertical-align: top;
}

.table01 .he200 {
	height: 200px;
}

.table01 .he300 {
	height: 300px;
}

.table02 {
	width: 100%;
	margin-top: 10px;
}

.table02 th {
	border: solid 1px #ddd;
	background: #efefef;
	padding: 16px 16px 12px 16px;
	vertical-align: top;
	border-collapse: collapse;
}

.table02 td {
	border: solid 1px #ddd;
	padding: 16px 16px 12px 16px;
	border-collapse: collapse;
}

/* タイトル（緑） */
.feature {
	font-size: 24px;
	color: #76bb00;
	padding: 30px 0 0;
	text-align: center;
	font-weight: bold;
}

.feature_sub {
	text-align: center;
}

/* トップリニューアル */
.footer_area02 .footer_area02_inner {
	overflow: hidden;
	font-size: 86%;
	line-hoght: 1.2em;
	padding: 0;
}

.footer_area02 .footer_area02_inner .footer_area02_left {
	float: left;
	width: 80%;
}

.footer_sitemap {
	display: flex;
}

.footer_sitemap dl {
	width: 33.33%;
	padding: 0 2% 4%;
	vertical-align: top;
}

.footer_sitemap dt {
	font-size: 120%;
	padding-bottom: 0.4em;
}

.footer_sitemap dd {}

.footer_sitemap dl a {
	color: #fff;
	text-decoration: none;
}

.footer_sitemap dl a:hover {
	text-decoration: underline;
}

.footer_area02 .footer_area02_inner .footer_area02_right {
	float: right;
	width: 18%;
}

.footer_area02 .footer_area02_inner .footer_area02_right ul {
	width: 100%;
}

.footer_area02 .footer_area02_inner .footer_area02_right li {
	width: 100%;
	float: none;
	padding: 0 0 8px;
}

.footer_area02 .footer_area02_inner .footer_area02_right li:last-child {
	padding: 0;
}

.footer_area02 .footer_area02_inner .footer_sns {
	display: table;
	width: 72%;
	max-width: 300px;
	padding-bottom: 3em;
	margin: 0 auto;
}

.footer_area02 .footer_area02_inner .footer_sns li {
	width: 25%;
	padding: 2%;
	display: table-cell;
	vertical-align: middle;
}

.footer_area02 .footer_area02_inner .footer_sns li a {
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1em;
	width: 2em;
	height: 2em;
	text-decoration: none;
	color: #fff;
	border-radius: 50%;
	transition: .3s;
	margin: 0 auto;
}

.footer_area02 .footer_area02_inner .footer_sns li a.instagram {
	background: #f34b73;
	border: solid 1px #f34b73;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.instagram {
	background: #fff;
	color: #f34b73;
}

.footer_area02 .footer_area02_inner .footer_sns li a.twitter {
	background: #1da1f2;
	border: solid 1px #1da1f2;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.twitter {
	background: #fff;
	color: #1da1f2;
}

.footer_area02 .footer_area02_inner .footer_sns li a.x-twitter {
	background: #000;
	border: solid 1px #000;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.x-twitter {
	background: #fff;
	color: #000;
}

.footer_area02 .footer_area02_inner .footer_sns li a.youtube {
	background: #da1725;
	border: solid 1px #da1725;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.youtube {
	background: #fff;
	color: #da1725;
}

.footer_area02 .footer_area02_inner .footer_sns li a.facebook {
	background: #3778ea;
	border: solid 1px #3778ea;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.facebook {
	background: #fff;
	color: #3778ea;
}

.footer_area02 .footer_area02_inner .footer_sns li a.line {
	background: #06c755;
	border: solid 1px #06c755;
}

.footer_area02 .footer_area02_inner .footer_sns li a:hover.line {
	background: #fff;
	color: #06c755;
}