@charset "UTF-8";

/*---------------------------------------------
basic style
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-break: break-all;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

dl,
dt,
dd,
ol,
ul,
li,
p,
th,
td,
a,
li p {
	/*	font-size: 1.4rem;*/
	line-height: 1.7;
}

/* 14px */
html,
body {
	width: 100%;
	margin: auto;
	min-height: 100%;
}

html {
	font-size: 0.625rem;
	position: relative;
	height: 100%;
}

body {
	min-width: 320px;
	font-size: 88%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
	/*	line-height: 1.0;*/
	color: #333;
	font-size: 1.4rem;
	padding-bottom: 5em;
	-webkit-text-size-adjust: 100%;
}

input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
textarea,
select {
	line-height: 1.5 !important;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: none;
	border-radius: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
	line-height: 1.5 !important;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
	border-radius: 0;
	cursor: pointer;
}

/*
input,input[type="text"], textarea, keygen, select, button {
line-height: 1.5 !important;
font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
display: inline-block;
vertical-align: middle;
}
*/

a {
	text-decoration: underline;
}

a:link {}

a:visited {}

a:active {}

a:hover {
	/*	transition: all .5s;*/
	opacity: 0.6;
}

*:active {
	opacity: 1 !important;
}

/* clearfix */

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	max-width: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

/* common style
---------------------------------------------*/

/* margin top0-100, right0-30, bottom0, left0-30 */

.mgt0 {
	margin-top: 0px !important;
}

.mgt5 {
	margin-top: 5px !important;
}

.mgt10 {
	margin-top: 10px !important;
}

.mgt15 {
	margin-top: 15px !important;
}

.mgt20 {
	margin-top: 20px !important;
}

.mgt25 {
	margin-top: 25px !important;
}

.mgt30 {
	margin-top: 30px !important;
}

.mgt35 {
	margin-top: 35px !important;
}

.mgt40 {
	margin-top: 40px !important;
}

.mgt45 {
	margin-top: 45px !important;
}

.mgt50 {
	margin-top: 50px !important;
}

.mgt55 {
	margin-top: 55px !important;
}

.mgt60 {
	margin-top: 60px !important;
}

.mgt65 {
	margin-top: 65px !important;
}

.mgt70 {
	margin-top: 70px !important;
}

.mgt75 {
	margin-top: 75px !important;
}

.mgt80 {
	margin-top: 80px !important;
}

.mgt85 {
	margin-top: 85px !important;
}

.mgt90 {
	margin-top: 90px !important;
}

.mgt95 {
	margin-top: 95px !important;
}

.mgt100 {
	margin-top: 100px !important;
}

.mgr0 {
	margin-right: 0px !important;
}

.mgr5 {
	margin-right: 5px !important;
}

.mgr10 {
	margin-right: 10px !important;
}

.mgr15 {
	margin-right: 15px !important;
}

.mgr20 {
	margin-right: 20px !important;
}

.mgr25 {
	margin-right: 25px !important;
}

.mgr30 {
	margin-right: 30px !important;
}

.mgb0 {
	margin-bottom: 0 !important;
}

.mgl0 {
	margin-left: 0px !important;
}

.mgl5 {
	margin-left: 5px !important;
}

.mgl10 {
	margin-left: 10px !important;
}

.mgl15 {
	margin-left: 15px !important;
}

.mgl20 {
	margin-left: 20px !important;
}

.mgl25 {
	margin-left: 25px !important;
}

.mgl30 {
	margin-left: 30px !important;
}

.mglA {
	margin: 0 auto;
}

/* padding all0-50 */

.pdt0 {
	padding-top: 0px !important;
}

.pdt5 {
	padding-top: 5px !important;
}

.pdt10 {
	padding-top: 10px !important;
}

.pdt15 {
	padding-top: 15px !important;
}

.pdt20 {
	padding-top: 20px !important;
}

.pdt25 {
	padding-top: 25px !important;
}

.pdt30 {
	padding-top: 30px !important;
}

.pdt35 {
	padding-top: 35px !important;
}

.pdt40 {
	padding-top: 40px !important;
}

.pdt45 {
	padding-top: 45px !important;
}

.pdt50 {
	padding-top: 50px !important;
}

.pdr0 {
	padding-right: 0px !important;
}

.pdr5 {
	padding-right: 5px !important;
}

.pdr10 {
	padding-right: 10px !important;
}

.pdr15 {
	padding-right: 15px !important;
}

.pdr20 {
	padding-right: 20px !important;
}

.pdr25 {
	padding-right: 25px !important;
}

.pdr30 {
	padding-right: 30px !important;
}

.pdr35 {
	padding-right: 35px !important;
}

.pdr40 {
	padding-right: 40px !important;
}

.pdr45 {
	padding-right: 45px !important;
}

.pdr50 {
	padding-right: 50px !important;
}

.pdb0 {
	padding-bottom: 0px !important;
}

.pdb5 {
	padding-bottom: 5px !important;
}

.pdb10 {
	padding-bottom: 10px !important;
}

.pdb15 {
	padding-bottom: 15px !important;
}

.pdb20 {
	padding-bottom: 20px !important;
}

.pdb25 {
	padding-bottom: 25px !important;
}

.pdb30 {
	padding-bottom: 30px !important;
}

.pdb35 {
	padding-bottom: 35px !important;
}

.pdb40 {
	padding-bottom: 40px !important;
}

.pdb45 {
	padding-bottom: 45px !important;
}

.pdb50 {
	padding-bottom: 50px !important;
}

.pdl0 {
	padding-left: 0px !important;
}

.pdl5 {
	padding-left: 5px !important;
}

.pdl10 {
	padding-left: 10px !important;
}

.pdl15 {
	padding-left: 15px !important;
}

.pdl20 {
	padding-left: 20px !important;
}

.pdl25 {
	padding-left: 25px !important;
}

.pdl30 {
	padding-left: 30px !important;
}

.pdl35 {
	padding-left: 35px !important;
}

.pdl40 {
	padding-left: 40px !important;
}

.pdl45 {
	padding-left: 45px !important;
}

.pdl50 {
	padding-left: 50px !important;
}

/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* font */

.txtL {
	text-align: left;
}

.txtC {
	text-align: center;
}

.txtR {
	text-align: right;
}

.vaT {
	vertical-align: top;
}

.vaM {
	vertical-align: middle;
}

.vaB {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

.txtBlack01 {
	color: #000000;
}

.txtGreen01 {
	color: #02993B;
}

.txtRed01 {
	color: #D90000;
}

.fs_sml01 {
	font-size: 1.2rem;
	 !important
}

.fs_mdl01 {
	font-size: 1.4rem;
	 !important
}

.fs_lar01 {
	font-size: 1.6rem;
	 !important
}

.fs_EXlar01 {
	font-size: 2.4rem;
	 !important
}

/* 上付き文字 */

sup {
	display: inline;
	font-size: 1.0rem;
	line-height: 0.3em;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	/* vertical-align: inherit; */
}



/* common - list */

.defList_ind01 li {
	margin-left: 1.4rem;
	text-indent: -1.4rem;
}

.defList_ind02 li {
	display: table;
}

.defList_ind02 li .listMark,
.defList_ind02 li .listCont {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.defList_ind02 li .listMark {
	padding-right: 5px;
	white-space: nowrap;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {}

/*Android
----------------------*/

.Android .listMark {
	font-family: HiraKakuProN-W3, 'ヒラギノ角ゴ Pro W3';
}

/*---------------------------------------------
loader
---------------------------------------------*/

.load {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.9);
}

.load img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 27px;
	margin: auto;
}

/*---------------------------------------------
header mini
---------------------------------------------*/

header.mini {
	border-bottom: 4px solid #02993B;
}

header.mini .inner {
	border-bottom: 0;
}

/*---------------------------------------------
header
---------------------------------------------*/

header .inner {
	width: 950px;
	margin: auto;
	padding: 15px 0 10px;
}

header .hdLogo {
	float: left;
	width: 50%;
}

header .hdLogo p {
	margin-bottom: 5px;
}

header .hdLogo h1 {
	float: left;
	display: inline-block;
}

header .hdLogo .kotsurin {
	float: left;
	max-width: 36%;
}

header .hdOther {
	float: right;
	width: 430px;
}

header .hdOther .links {
	float: left;
	width: 180px;
	margin: 5px 0 0;
}

header .hdOther .links li {
	text-align: center;
	width: 90px;
	float: left;
}

header .hdOther .links li:nth-child(2) {
	float: right;
}

header .hdOther .links li img {
	height: 48px;
	width: auto;
	margin: 0 0 10px;
}

header .hdOther .links li a p {
	font-size: 1.2rem;
}

header #fontsizeSwitch {
	float: right;
}

header #fontsizeSwitch dt {
	margin-right: 6px;
	float: left;
	font-size: 1.2rem !important;
	padding: 6px 4px;
}

header #fontsizeSwitch dd {
	float: left;
	font-size: 12px !important;
	display: block;
	min-width: 2.6em;
	border: 1px solid #02993B;
	border-left: 0;
	padding: 3px 10px;
	background-color: #fff;
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 150ms;
	transition: background-color 150ms;
	-webkit-transform: all .5s;
	-ms-transform: all .5s;
	-o-transform: all .5s;
	transform: all .5s;
}

header #fontsizeSwitch dd:first-of-type {
	border-left: 1px solid #02993B;
}

header #fontsizeSwitch dd.active {
	background-color: #02993B;
	color: #fff;
}

header #fontsizeSwitch dd:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*spSearchBtn01*/

header .hdOther #spSearchBtn01 {
	display: none;
	float: right;
	width: 60px;
	header .hdLogo height: auto;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #B8E788;
	text-align: center;
}

header .hdOther #spSearchBtn01 .icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon_search01.png) no-repeat center;
	background-size: 100%;
}

header .hdOther #spSearchBtn01.open .icon {
	background: url(../img/icon_close01.png) no-repeat center;
	background-size: 100%;
}

header .hdOther #spSearchBtn01 p {
	color: #009A32;
	font-size: 1.2rem;
	font-weight: bold;
}

header #pcSearch {
	display: block;
}

header #spSearch {
	display: none;
}

header .search01 {
	width: 240px;
	float: right;
	margin-top: 15px;
}

header .search01 #MF_form_phrase {
	width: 200px;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1;
	float: left;
	border: 1px solid #E0E0E0;
}

header .search01 #hdSeachBnt01 {
	width: 30px;
	height: 30px;
	padding: 0;
	float: right;
	background: #02993B url(../img/icon_search01.png) no-repeat center;
	background-size: 68%;
	border-radius: 3px;
	border: none;
	text-indent: -99999px;
}

header .search01 #hdSeachBnt01:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*drawerMenu
----------------------*/

header nav {
	background-color: #02993B;
}

header nav ul {
	width: 950px;
	margin: auto;
	display: table;
}

header nav ul li {
	width: 190px;
	/*float: left;*/
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;

	text-transform: uppercase;
}

header nav ul li:first-child {
	border-left: 1px solid #fff;
}

nav ul li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
}

header nav ul li:hover {
	background-color: #fff;
	box-sizing: border-box;
}

header nav ul li:hover a {
	color: #02993B;
}

header nav ul li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

/* Toggle(Button) */

#navToggle {
	display: none;
	float: right;
	cursor: pointer;
	z-index: 7;
	width: 60px;
	height: auto;
	margin-left: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #B8E788;
	text-align: center;
}

#navToggle .icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon_menu_open01.png) no-repeat center;
	background-size: 100%;
}

header.openNav #navToggle .icon {
	background: url(../img/icon_close01.png) no-repeat center;
	background-size: 100%;
}

/*
#navToggle div {
position: relative;
width: 30px;
height: 30px;
display: inline-block;
margin: auto;
text-align: center;
}
#navToggle span {
display:block;
position:absolute;to div
width:100%;
border-bottom:solid 3px #fff;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}
*/

#navToggle p {
	color: #009A32;
	font-size: 1.2rem;
	font-weight: bold;
}

ul.spLinks {
	display: none;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	.hdLogo .cf {
		display: table;
	}

	header .hdLogo {
		width: 65%;
		display: table-cell;
		vertical-align: middle;
		float: none;
		padding: 0 8px;
	}

	header.mini .hdLogo {
		display: inline-block;
		float: none;
		width: 65%;
		padding: 5px;
		box-sizing: border-box;
		vertical-align: middle;
	}

	header .hdLogo p {
		display: none;
	}

	header .hdLogo h1 {
		float: left;
		width: 60%;
	}

	header .hdLogo .kotsurin {
		float: left;
		width: 120%;
	}

	header .hdOther {
		float: none;
		width: 40%;
		display: table-cell;
		text-align: right;
	}

	header .hdOther .links {
		display: none;
	}

	header .hdOther .links li {
		text-align: left;
		width: auto;
		float: none;
	}

	#fontsizeSwitch {
		display: none;
	}

	header #pcSearch {
		display: none;
	}

	header #spSearch {
		display: block;
	}

	header .search01.spSearchOpen {
		display: block;
		top: 0;
		margin: 0;
	}

	header .search01 {
		float: none;
		position: absolute;
		top: -250px;
		left: 0;
		z-index: 5;
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
		background: #F3F3F3;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	header .search01.spSearchOpen #MF_form_phrase {
		width: 90%;
		background-color: #fff;
	}

	header .hdOther #spSearchBtn01 {
		display: block;
	}

	/* Toggle(Button) */
	#navToggle {
		display: block;
	}

	/* Click Toggle(Button) */
	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/*header menu*/
	header .spNavWrap {
		position: relative;
	}

	header .inner {
		width: 100%;
		display: table;
		background: #fff;
		border-bottom: 4px solid #02993B;
		z-index: 7;
		position: relative;
		padding: 0;
	}

	.openNav nav {
		top: 0;
		/*
-moz-transform: translateY(351px);
-webkit-transform: translateY(351px);
transform: translateY(351px);
*/
	}

	.openNav nav .inner {
		width: auto;
	}

	header nav {
		position: absolute;
		right: 0;
		top: -500px;
		background: rgba(255, 255, 255, 1);
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		text-align: left;
		z-index: 5;
	}

	header nav ul {
		width: 100%;
		margin: 0;
	}

	header nav ul li {
		display: block;
		width: auto;
		margin: 0;
		line-height: 3;
		text-align: left;
		border-top: 1px solid #CCCCCC;
	}

	header ul li::after {
		content: '';
	}

	nav ul li a {
		display: block;
		padding: 15px 25px 15px 15px;
		background: url(../img/icon_link_arrow_r_or01.png) no-repeat 98% center;
		background-size: 12px;
		color: #02993B;
		font-weight: bold;
	}

	ul.spLinks {
		width: 100%;
		display: table;
	}

	nav .spLinks li {
		width: 50%;
		display: table-cell;
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}

	nav .spLinks li a {
		display: block;
		color: #000;
		font-weight: normal;
		background: none;
		background-color: #F3F3F3;
	}

	nav .spLinks li a img {
		display: inline-block;
		height: 30px;
		margin-right: 5px;
	}

	nav .spLinks li a p {
		display: inline-block;
	}
}

@media screen and (max-width: 580px) {
	header .hdLogo h1 {
		width: 60%;
	}

}

@media screen and (max-width: 320px) {
	nav ul li a {
		padding: 15px;
	}

	nav .spLinks li a p {
		display: block;
	}
}

/*---------------------------------------------
下層　サブメニュー
---------------------------------------------*/

.dummy {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.3)
}

#menu_sub {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background: #666;
	z-index: 10;
	overflow-y: scroll;
}

#menu_sub ul {
	background: #fff;
	margin: 10px;
	color: #000;
}

#menu_sub ul li {
	border-bottom: 1px solid #ccc;
}

#menu_sub ul li.childBtn01>a {
	background: url(../img/icon_plus01.png) no-repeat 4% center;
	background-size: 12px;
}

#menu_sub ul li.childBtn01>a.active {
	background: url(../img/icon_minus01.png) no-repeat 4% center;
	background-size: 12px;
}

#menu_sub ul li ul.childMenu01 {
	display: none;
	border-top: 1px solid #ccc;
	background: #F7F7F7;
	margin: 0;
	padding-left: 20px;
}

#menu_sub ul li ul.childMenu01 li:last-of-type {
	border-bottom: none;
}

#menu_sub ul li ul.childMenu01 li.title01 {
	padding: 10px 10px;
	font-weight: bold;
}

/*
#menu_sub ul li ul.childMenu01.select{
display: block;
}
*/

#menu_sub ul a {
	color: #000;
	padding: 5px 10px;
}

#menu_sub ul a:hover {
	color: #02993B;
	background-color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	opacity: 0.7;
}

#menu_sub ul li a {
	display: block;
	padding: 10px 10px 10px 30px;
	background: url(../img/icon_link_arrow_circle_r_or01.png) no-repeat 4% center;
	background-size: 12px;
	color: #000;
	text-align: left;
}

@media screen and (min-width: 949px) {
	#menu_sub ul li.childBtn01.active a:nth-of-type(1) {
		background: url(../img/icon_link_arrow_circle_b_or01.png) no-repeat 4% center;
		background-size: 12px;
	}
}

#menu_sub ul li ul li a {
	display: block;
	padding: 10px 10px 10px 30px;
	background: url(../img/icon_link_arrow_r_or02.png) no-repeat 4% center !important;
	background-size: 12px !important;
	color: #000;
}

#menu_sub ul li ul li a.other01 {
	background: url(../img/icon_link_other01.png) no-repeat 4% center !important;
	color: #000;
}

#menu_sub ul li.top a {
	background: #02993B url(../img/icon_link_arrow_circle_r_wh01.png) no-repeat 4% center;
	background-size: 12px;
	color: #fff;
}


.title_page01.menuSub_on h3 {
	float: left;
	max-width: 78%;
	display: inline-block;
}

.menuSub_on #button {
	padding: 10px 10px 11px 36px;
	background: #02993B url(../img/icon_menu_open01.png) no-repeat 10px center;
	background-size: 18px;
	color: #fff;
	float: right;
	display: inline-block;
}

.menuSub_on #button:hover {
	cursor: pointer;
}

.menuSub_on #button .fa-navicon:before,
.menuSub_on #button .fa-reorder:before,
.menuSub_on #button .fa-bars:before {
	display: none;
}



body.open .menuSub_on #button {
	background: #02993B url(../img/icon_close01.png) no-repeat 10px center;
	background-size: 18px;
}


.sub_close {
	display: block;
	text-align: right;
	padding: 15px 15px 0;
}

.sub_close button {
	display: inline-block;
	background: url(../img/icon_close01.png) no-repeat center;
	background-size: 100%;
	width: 18px;
	height: 18px;
	padding: 10px;
	color: #fff;
}

.sub_close button:hover {
	cursor: pointer;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	#menu_sub {
		display: block;
		position: static;
		width: auto;
		height: auto;
		background: none;
		overflow-y: visible;
	}

	#menu_sub ul li a {
		display: block;
		padding: 15px 25px 15px 15px;
	}

	#menu_sub ul li a {
		background: url(../img/icon_link_arrow_r_or01.png) no-repeat 96% center;
		background-size: 12px;
		color: #000;
	}

	#menu_sub ul li ul li a {
		padding: 10px 30px 10px 10px;
		background: url(../img/icon_link_arrow_r_or01.png) no-repeat 96% center !important;
		background-size: 12px !important;
		;
		color: #000;
	}

	#menu_sub ul li ul li a.other01 {
		background-position: 96% center !important;
	}

	#menu_sub ul li.top a {
		background: #02993B url(../img/icon_link_arrow_r_wh01.png) no-repeat 96% center;
		background-size: 12px;
		color: #fff;
	}

	#contents .title_page01.menuSub_on #button {
		display: none;
	}

	#menu_sub ul {
		margin: 0;
	}

	#menu_sub ul li ul.childMenu01 {
		/*		display: block !important;*/
	}

	#menu_sub ul li.childBtn01>a,
	#menu_sub ul li.childBtn01>a.active {
		/*		pointer-events: none;*/
		background-position: 96% center;
		color: #02993B;
		background-size: 16px;
	}
}



/*---------------------------------------------
breadCrumbs
---------------------------------------------*/

#breadCrumbs {
	background-color: #EEEEEE;
}

#breadCrumbs .inner {
	width: 950px;
	margin: auto;
	padding: 10px 0;
}

#breadCrumbs .inner .links li {
	float: left;
	font-size: 1.2rem;
}

#breadCrumbs .inner .links li:after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	font-size: 1.6rem;
	transform: scale(0.7, 1);
	line-height: 0;
	vertical-align: baseline;
}

#breadCrumbs .inner .links li:last-of-type:after {
	display: none;
}

#breadCrumbs .inner .links li a {
	color: #261AF2;
	font-size: 1.2rem;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	#breadCrumbs {
		display: none;
	}
}

/*---------------------------------------------
contents
---------------------------------------------*/

#contents {
	width: 100%;
}

#contents .contWrap {
	width: 950px;
	margin: 30px auto 110px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	#contents .contWrap {
		width: auto;
		margin: 0 auto;
		padding: 30px 1.0rem 60px;
	}
}

/*---------------------------------------------
title
---------------------------------------------*/

/*クラスに"title_"を含む*/

#contents div[class*="title_"] {
	font-weight: bold;
}

/*カテゴリタイトル*/
#contents .title_categorie01 {
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
	/*
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
background-size: auto 100%;
*/
}

#contents .title_categorie01 .inner {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 25px;
	position: relative;
	box-sizing: border-box;
}

#contents .title_categorie01 .inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: -320px;
	top: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	z-index: 1;
}

#contents .title_categorie01 h2 {
	font-size: 2.8rem;
	position: relative;
	z-index: 2;
}

#contents .title_categorie01 p.en {
	font-size: 1.2rem;
	color: #999999;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

/*背景*/
/*三井生命について*/

#contents .title_categorie01.corporate .inner:before {
	background-image: url(/common_Y17/img/categorietitle/corporate_tit_bg01.png);
}

/*法人のお客さま*/

#contents .title_categorie01.for_corporations .inner:before {
	background-image: url(/common_Y17/img/categorietitle/for_corporations_tit_bg01.png);
}



/*知る・楽しむ*/

#contents .title_categorie01.joyful .inner:before {
	background-image: url(/common_Y17/img/categorietitle/joyful_tit_bg01.png);
}

/*ご契約者さま*/

#contents .title_categorie01.life_assured .inner:before {
	background-image: url(/common_Y17/img/categorietitle/life_assured_tit_bg01.png);
}

/*保険をご検討のお客さま*/

#contents .title_categorie01.products .inner:before {
	background-image: url(/common_Y17/img/categorietitle/products_tit_bg01.png);
}


/*ページタイトル*/

#contents .title_page01 {
	padding: 0 0 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #02993B;
}

#contents .title_page01 h3 {
	font-size: 2.8rem;
}

/*記事タイトル（見出し）*/

#contents .title_article01 {
	padding: 10px;
	margin-bottom: 20px;
	background: #F3F3F3;
	border-bottom: 2px solid #02993B;
}

#contents .title_article01 h4 {
	font-size: 2.0rem;
}

#contents .title_article01 h4 a {
	font-size: 2.0rem;
}

/*記事タイトル 小 帯付き（小見出し）*/

#contents .title_article_sub01 {
	padding: 10px;
	margin-bottom: 20px;
	background: #F3F3F3;
}

#contents .title_article_sub01 h5 {
	font-size: 1.8rem;
}

/*記事タイトル 小 帯なし（小見出し）*/

#contents .title_article_sub02 {
	padding: 0;
	margin-bottom: 10px;
}

#contents .title_article_sub02 h5 {
	font-size: 1.8rem;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {

	/*カテゴリタイトル*/
	#contents .title_categorie01 {
		margin-bottom: 0;
		background-position: right -200px center !important;
	}

	#contents .title_categorie01 .inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 20px 15px;
	}

	#contents .title_categorie01 .inner:before {
		width: 130%;
		right: -235px;
	}

	/*
#contents .title_categorie01 h2{
font-size: 2.0rem;
}
*/
	#contents .title_categorie01 p.en {
		margin-top: 0;
	}

	/*ページタイトル*/
	#contents .title_page01 {}

	#contents .title_page01 h3 {
		font-size: 2rem;
	}

	.title_page01.menuSub_on h3 {
		max-width: 100%;
	}

	/*記事タイトル（見出し）*/
	#contents .title_article01 {}

	#contents .title_article01 h4 {
		font-size: 1.6rem;
	}

	/*記事タイトル 小 帯付き（小見出し）*/
	#contents .title_article_sub01 {}

	#contents .title_article_sub01 h5 {
		font-size: 1.6rem;
	}

	/*記事タイトル 小 帯なし（小見出し）*/
	#contents .title_article_sub02 {
		padding: 0;
		/*		margin-bottom: 30px;*/
	}

	#contents .title_article_sub02 h5 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 425px) {

	/*カテゴリタイトル*/
	#contents .title_categorie01 .inner:before {
		display: none;
	}
}

#contents div[class*="title_"].link_on .titleArea {
	float: left;
	max-width: 78%;
	display: inline-block;
}

#contents div[class*="title_"].link_on .linkArea {
	float: right;
	display: inline-block;
}

#contents div[class*="title_"].link_on .linkArea * {
	display: inline-block;
	vertical-align: top;
	margin-top: 0 !important;
}

#contents div[class*="title_"].link_on .linkArea a {
	font-weight: normal;
}

@media screen and (max-width: 949px) {
	#contents div[class*="title_"].link_on {
		border-bottom: 0;
	}

	#contents div[class*="title_"].link_on .titleArea {
		float: none;
		max-width: 100%;
		display: block;
		padding: 0 0 15px;
		margin-bottom: 30px;
		border-bottom: 2px solid #02993B;

	}

	#contents div[class*="title_"].link_on .linkArea {
		float: none;
		display: block;
	}

	#contents div[class*="title_"].link_on .linkArea * {
		display: inline-block;
		margin-top: auto;
	}

}

/*---------------------------------------------
カラム分け
---------------------------------------------*/

/*クラスに"column_"を含む*/

div[class^="column_"] {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div[class^="column_"] .item {
	max-width: 100%;
	box-sizing: border-box;
}

/*2カラム*/

.column_2 .item {
	width: 47%;
	width: calc((100% - 30px) / 2);
	margin: 30px 30px 0 0;
}

.column_2 .item:nth-child(even) {
	margin-right: 0;
}

/*3カラム*/

.column_3 .item {
	width: 300px;
	margin: 25px 25px 0 0;
}

.column_3 .item:nth-child(3n) {
	margin-right: 0;
}

/*その他*/

.column_other01 {
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.column_other01 .item {}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {

	/*SPのみ縦積みの場合*/
	div[class^="column_"].spWide01 {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	div[class^="column_"].spWide01 .item {
		width: 100%;
		margin: 0 0 30px 0;
	}

	/*2カラム*/
	.column_2 .item {
		width: 48%;
		margin: 0 4% 30px 0;
	}

	/*3カラム*/
	.column_3 .item {
		width: 48%;
		margin: 0 4% 30px 0;
	}

	.column_3 .item:nth-child(2n) {
		margin-right: 0;
	}

	.column_3 .item:nth-child(3n) {
		margin-right: 4%;
	}
}

@media screen and (min-width: 426px) {

	/*2カラム*/
	.column_2 .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.column_2 {
		margin-bottom: 10px;
	}

	/*3カラム*/
	.column_3 .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.column_3 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 425px) {

	/*2カラム*/
	.column_2 .item {
		width: 100%;
		margin: 20px 0 0 0;
		display: block;
		float: none;
	}

	.column_2 .item:last-of-type {
		margin-bottom: 0;
	}
}

/*---------------------------------------------
画像
---------------------------------------------*/

/*デフォルト*/

.picSize01_auto {
	width: auto;
	height: auto;
}

/*幅100%*/

.picSize01_wMax {
	width: 100%;
	height: auto;
}

/*縦100%*/

.picSize01_hMax {
	width: auto;
	height: 100%;
}



/*---------------------------------------------
バナー
---------------------------------------------*/

*:not(.bnrSlideArea01)>.bnrList01 li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

*:not(.bnrSlideArea01)>.bnrList01 li:last-child {
	margin-right: 0;
}

/*Media-queries-------------*/
@media screen and (max-width: 949px) {
	*:not(.bnrSlideArea01)>.bnrList01 li {
		display: block;
		width: 48%;
		margin: 15px 0 0 0;
	}

	*:not(.bnrSlideArea01)>.bnrList01 li img {
		width: 100%;
	}

	*:not(.bnrSlideArea01)>.bnrList01 li:nth-of-type(-n+2) {
		margin-top: 0;
	}

	*:not(.bnrSlideArea01)>.bnrList01 li:nth-of-type(even) {
		float: right;
	}
}

/* バナー スライド */
.bnrSlideArea01 {
	margin: 30px 0 0 0;
	width: auto;
}

.bnrSlideArea01 .bnrList01 {
	width: 900px;
	margin: auto;
}

.bnrSlideArea01 .slick-slide img {
	display: inline-block;
}

/*Media-queries-------------*/
@media screen and (max-width: 949px) {
	.bnrSlideArea01 .bnrList01 {
		width: 100%;
	}

	.bnrSlideArea01 .bnrList01 {
		width: 92%;
	}

	.bnrSlideArea01 .bnrList01 .slick-slide {
		margin: 0 10px;
		text-align: center;
	}

	.bnrSlideArea01 .slick-slide img {
		width: 100%;
		height: auto;
	}
}

/*---------------------------------------------
幅サイズ 横並び用
---------------------------------------------*/

/*300*/

.widBox_sml01 {
	width: 300px;
}

/*460*/

.widBox_mdl01 {
	width: 460px;
}

/*625*/

.widBox_lar01 {
	width: 625px;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {

	/*300*/
	.widBox_sml01 {
		width: 30%;
	}

	/*460*/
	.widBox_mdl01 {
		width: 49%;
	}

	/*625*/
	.widBox_lar01 {
		width: 69%;
	}

	/*SP時横並びなし*/
	.spFloatNone div {
		width: auto;
	}

	/*
.spFloatNone div[class^="widBox_"].floatL,
.spFloatNone div[class^="widBox_"].floatR {}
*/
	.spFloatNone .floatL,
	.spFloatNone .floatR {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
}

/*---------------------------------------------
リンク
---------------------------------------------*/

/*icon 通常（丸オレンジ）*/

/*
*[class^="txtLink_"] {
text-indent: -1.4rem;
margin-left: 1.4rem;
}
*/

*[class*="txtLink_"]+*[class*="txtLink_"] {
	margin-top: 20px;
}

*[class*="txtLink_"] a {
	display: inline-block;
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.txtLink_def01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.txtLink_anchor01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_b_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.txtLink_top01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_t_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

/*icon PDF*/

.txtLink_pdf01 a {}

.txtLink_pdf01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 19px;
	height: 20px;
	background: url(../img/icon_link_pdf01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: middle;
}

/*icon 別窓*/

.txtLink_other01 a {}

.txtLink_other01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_other01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.txtLink_tel01 a {}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	color: #000;
	text-decoration: none;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	.txtLink_tel01 a {
		pointer-events: auto;
		text-decoration: underline;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
}

/*boxLink*/

*[class*="boxLink_"]+*[class*="boxLink_"]:not(.floatL) {
	margin-top: 20px;
	position: relative;
}

*[class*="boxLink_"] a {
	text-decoration: none;
	color: #333;
	border-radius: 3px;
}

*[class*="boxLink_"] a:hover {
	box-shadow: none;
}

.hideBlock {
	position: relative;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.hideBlock:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.boxLink_def01 a {
	padding: 6px 10px 6px 25px;
	text-indent: -1.2em;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
	display: inline-block;
}

.boxLink_def01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_def01.other01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_other01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

/*
.boxLink_other01 a {
padding: 6px 10px;
border: 1px solid #ddd;
background-color: #fff;
box-sizing: border-box;
display: inline-block;
}
.boxLink_other01 a:before {
content: "";
display: inline-block;
margin-right: 5px;
width: 11px;
height: 11px;
background: url(../img/icon_link_other01.png) no-repeat 0 center;
background-size: contain;
vertical-align: baseline;
}
*/

.boxLink_emp01 a {
	padding: 6px 10px;
	margin: 0;
	background: #02993B;
	color: #fff;
	font-weight: normal;
	box-sizing: border-box;
	display: inline-block;
}

.boxLink_emp01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_wh01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_emp01.other01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_other01_w.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_emp02 a {
	padding: 13px 20px;
	margin: 0;
	background: #006BBD;
	font-size: 1.8rem;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	border: 2px solid #fff;
	box-shadow: 4px 4px 3px #ccc;
	border-radius: 3px;
}

.boxLink_emp02 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_wh02.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_ind01 a {
	padding: 13px 20px 13px 30px;
	margin: 0;
	background: #fff;
	/*	font-size: 1.6rem;*/
	text-align: left;
	box-sizing: border-box;
	display: inline-block;
	border: 2px solid #02993B;
	box-shadow: 4px 4px 3px #ccc;
	border-radius: 3px;
	position: relative;
}

.boxLink_ind01 a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_ind01.other01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_other01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

/*下層 扉用*/

.boxLink_ind02 a {
	margin: 0;
	background: #fff;
	text-align: left !important;
	box-sizing: border-box;
	display: block;
	border: 2px solid #02993B;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
}

.boxLink_ind02 a .title01 {
	color: #000000;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 13px 20px 13px 30px;
	background-color: #E0F3CE;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.boxLink_ind02 a .title01 span {
	display: table-cell;
	vertical-align: middle;
}

.boxLink_ind02 a .text01 {
	display: block;
	padding: 10px;
}

.boxLink_ind02 a .title01:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_or01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

.boxLink_back01 {
	margin-top: 60px;
}

.boxLink_back01 a {
	padding: 6px 10px;
	margin: 0;
	background: #02993B;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
}

.boxLink_back01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_r_wh01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.boxLink_close01 a {
	padding: 6px 10px;
	margin: 0;
	background: #02993B;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
}

.boxLink_close01 a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 11px;
	height: 11px;
	background: url(../img/icon_link_arrow_circle_close01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

*[class*="boxLink_"] .block {
	display: block;
}

/*Media-queries-------------*/
@media screen and (max-width: 426px) {
	*[class*="boxLink_"] .block_sp {
		display: block;
		width: 100% !important;
	}
}

/*list Block*/

.list_block01 {
	overflow: hidden;
	margin-bottom: 50px;
	background: #F7F7F7;
	padding: 20px 20px 5px;
	box-sizing: border-box;
}

.list_block01>li {
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	/*width: 33.33333%;*/
}

.list_block02 {
	overflow: hidden;
	margin-bottom: 0;
	background: #F7F7F7;
	padding: 20px !important;
}

.list_block02>.title_article_sub01 {
	background: none !important;
	margin-bottom: 0 !important;
	padding: 0 0 5px !important;
}

.list_block02>.title_article_sub01 h5 {
	font-size: 1.6rem !important;
}


.index_3rd .list_block02 {
	background: none;
	padding: 0px !important;
}

.index_3rd .list_block02 .description01 {
	margin-bottom: 20px;
}

.index_3rd .list_block02>.title_article_sub01 {
	margin-bottom: 20px !important;
}

.index_3rd .list_block02>.title_article_sub01 h5 {
	background-color: #E0F3CE !important;
	padding: 10px !important;
	font-size: 1.8rem !important;
	text-align: center;
}

.index_3rd .list_block02>ul>li a {
	padding: 6px 10px 6px 25px;
	text-indent: -1.2em;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
	display: block;

	text-decoration: none;
	color: #333;
	border-radius: 3px;
}


.list_block02_wrap .title_article01 {
	display: block;
}

.list_block02 .description01 {
	display: none;
	margin-bottom: 10px;
}

.index_1st .list_block02 .description01,
.index_2nd .list_block02 .description01,
.index_3rd .list_block02 .description01 {
	display: block;
}

.index_1st .list_block02_wrap .title_article01,
.index_2nd .list_block02_wrap .title_article01,
.index_3rd .list_block02_wrap .title_article01 {
	display: none;
}

.list_block02>ul {
	box-sizing: border-box;
}

.list_block02>ul>li {
	margin: 0 0 10px;
	width: 100%;
}

.list_block02>ul>li:last-of-type {
	margin: 0;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	.list_block01>li {
		float: none;
		margin: 0 0 5px 0;
		width: auto;
		display: block;
	}

	.list_block02>ul>li a {
		padding: 6px 10px 6px 2.4em;
		border: 1px solid #ddd;
		background-color: #fff;
		box-sizing: border-box;
		display: block;
	}
}


/*---------------------------------------------
タブ切り替え
---------------------------------------------*/

.tab {
	overflow: hidden;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	border-bottom: 2px solid #009A37;
}

.tab li {
	background: #DFF4CC;
	padding: 10px;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	-webkit-transform: all .5s;
	-ms-transform: all .5s;
	-o-transform: all .5s;
	transform: all .5s;
	box-sizing: border-box;
}

.tab li:hover {
	cursor: pointer;
	opacity: 0.7;
}

.tab li:last-child {
	margin-right: 0;
}

.tab li.select {
	background: #009A37;
	color: #fff;
}

.tabContent>li {
	padding: 20px 0 0;
}

.hide {
	display: none;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	.tab.lot {
		overflow: hidden;
		width: 100%;
		display: -webkit-block;
		display: block;
		border-bottom: 2px solid #009A37;
		padding: 0 0 20px;
	}

	.tab li {
		font-size: 1.4rem;
	}

	.tab.lot li {
		float: left;
		width: 49%;
		margin: 10px 0 0;
		border-radius: 3px;
		display: block;
	}

	.tab.lot li:nth-child(even) {
		float: right;
	}
}

/*---------------------------------------------
アコーディオン
---------------------------------------------*/

.accordion ul {
	display: none;
}

.accordion .accoTitle {
	cursor: pointer;
	margin-bottom: 15px;
	padding: 10px 15px;
	padding-right: 50px;
	position: relative;
	border: 1px solid #02993B;
	color: #02983B;
	font-weight: bold;
	font-size: 1.6rem;
}

.accoTitle:after {
	content: "開く";
	background: url("../img/icon_accordion_set01.png") no-repeat 0 0;
	display: inline-block;
	padding-left: 30px;
	width: auto;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	font-weight: normal;
}

.fsBig .accoTitle:after {
	line-height: 1.7;
}

.fsBiggger .accoTitle:after {
	line-height: 1.3;
}

.accoTitle.active {
	background-color: #D9F2BF;
}

.accoTitle.active:after {
	content: "閉じる";
	background-position: left bottom;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	.accordion .accoTitle {
		padding-right: 95px;
	}
}

/*---------------------------------------------
テーブル
---------------------------------------------*/

table {
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
	/*追加する*/
}

/*装飾無し　アキのみ*/

.tblBlock_normal01 th,
.tblBlock_normal01 td {
	padding: 10px 0;
}

/*見出しなしテーブル線有り*/

.tblBlock_normal02 th,
.tblBlock_normal02 td {
	padding: 10px;
	border: 1px solid #6EBD1B;
	box-sizing: border-box;
}

/*左見出し*/

.tblBlock_thL01 th {
	padding: 5px 10px;
	background: #DFF4CC;
	border: 1px solid #6EBD1B;
}

.tblBlock_thL01 td {
	padding: 10px;
	border: 1px solid #6EBD1B;
	border-left: none;
}

/*上見出し*/

.tblBlock_thT01 th {
	padding: 5px 10px;
	background: #DFF4CC;
	border: 1px solid #6EBD1B;
	text-align: center;
}

.tblBlock_thT01 td {
	padding: 5px 10px;
	border: 1px solid #6EBD1B;
	border-top: none;
}

/*上見出し*/

.tblBlock_thT02 th {
	padding: 5px 10px;
	background: #DFF4CC;
	border: 1px solid #6EBD1B;
	text-align: center;
}

.tblBlock_thT02 .subTit01 th {
	background: #EEEEEE;
}

.tblBlock_thT02 td {
	padding: 5px 10px;
	border: 1px solid #6EBD1B;
	border-top: none;
}

/*線色 グレー*/

[class*="tblBlock_"].gray01 th,
[class*="tblBlock_"].gray01 td {
	border-color: #ccc !important;
}

/*偶数行 グレー*/

[class*="tblBlock_"].even_gray01 tr:nth-child(even) td {
	background-color: #f5f5f5;
}

/*Media-queries-------------*/

@media screen and (max-width: 768px) {

	.tblBlock_normal01,
	.tblBlock_thL01 {
		margin-top: 15px;
	}

	.tblBlock_normal01 th,
	.tblBlock_normal01 td,
	:not(.tblScroll01)>.tblBlock_thL01 th,
	:not(.tblScroll01)>.tblBlock_thL01 td {
		display: block;
		width: 100%;
	}

	:not(.tblScroll01)>.tblBlock_thL01 td {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #6EBD1B;
	}

	:not(.tblScroll01)>.tblBlock_thL01 tr:last-child td:last-child {
		border-bottom: 1px solid #6EBD1B;
	}

	:not(.tblScroll01)>.tblBlock_thL01.gray01 td {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #ccc;
	}

	:not(.tblScroll01)>.tblBlock_thL01.gray01 tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}

	/*SP幅時 横スクロール*/
	.tblScroll01,
	.spScroll01 {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	.tblScroll01:after,
	.spScroll01:after {
		content: "";
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url(../img/icon_scroll01.png) no-repeat center;
		background-size: contain;
		position: absolute;
		left: 0;
		/* 初期位置 */
		margin: -25px 0 0 -25px;
		top: 50%;
		opacity: 0;
		/* 透明度100%で実質非表示 */
	}

	.tblScroll01.show:after,
	.spScroll01.show:after {
		opacity: 1;
		/* 透明度の変化で表示させる */
		transition: .8s;
		/* アニメーション */
		left: 50%;
		/* 移動 */
	}

	.tblScroll01.del:after,
	.spScroll01.del:after {
		/* 矢印を隠す */
		display: none;
	}

	.tblScroll01::-webkit-scrollbar,
	.spScroll01::-webkit-scrollbar {
		/*tableにスクロールバーを追加*/
		height: 5px;
	}

	.tblScroll01::-webkit-scrollbar-track,
	.spScroll01::-webkit-scrollbar-track {
		/*tableにスクロールバーを追加*/
		background: #F1F1F1;
	}

	.tblScroll01::-webkit-scrollbar-thumb,
	.spScroll01::-webkit-scrollbar-thumb {
		/*tableにスクロールバーを追加*/
		background: #BCBCBC;
	}

	.tblScroll01 table {
		width: 190%;
	}

	.spScroll01>.innerWrap {
		width: 950px;
	}

	.tblScroll01 table th,
	.tblScroll01 table td {
		padding: 12px;
	}
}

/*---------------------------------------------
背景色
---------------------------------------------*/

*[class*="bgc_"] {
	color: #000000;
	padding: 15px;
}

.bgc_green01 {
	background-color: #E0F3CE !important;
}

.bgc_green02 {
	background-color: #6DB931 !important;
}

.bgc_grey01 {
	background-color: #F2F2F2 !important;
}

.bgc_yellow01 {
	background-color: #FEFECB !important;
}

/*---------------------------------------------
装飾（矢印、アイコンなど）
---------------------------------------------*/

/*下矢印*/

*[class*="deco_arrow_"] {}

.deco_arrow_t01:before,
.deco_arrow_b01:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	margin: 20px auto;
}

.deco_arrow_l01:before,
.deco_arrow_r01:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	margin: auto 20px;
}

.deco_arrow_t01:before {
	border-width: 0 25px 25px 25px;
	border-color: transparent transparent #02993B transparent;
}

.deco_arrow_r01:after {
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #02993B;
}

.deco_arrow_b01:after {
	border-width: 25px 25px 0 25px;
	border-color: #02993B transparent transparent transparent;
	;
}

.deco_arrow_l01:before {
	border-width: 25px 25px 25px 0;
	border-color: transparent #02993B transparent transparent;
}


/*アイコン*/

*[class*="deco_icon_"] {
	display: inline-block;
}

*[class*="deco_icon_"]:before {
	content: "";
	background-size: contain;
	display: block;
	width: 120px;
	height: 120px;
}

.deco_icon_check01:before {
	background: url(/common_Y17/img/icon_check01.png) no-repeat 0 0;
}

.deco_icon_chusha01:before {
	background: url(/common_Y17/img/icon_chusha01.png) no-repeat 0 0;
}

.deco_icon_estimate01_w:before {
	background: url(/common_Y17/img/icon_estimate01_w.png) no-repeat 0 0;
}

.deco_icon_estimate01:before {
	background: url(/common_Y17/img/icon_estimate01.png) no-repeat 0 0;
}

.deco_icon_home01:before {
	background: url(/common_Y17/img/icon_home01.png) no-repeat 0 0;
}

.deco_icon_inquiry01_w:before {
	background: url(/common_Y17/img/icon_inquiry01_w.png) no-repeat 0 0;
}

.deco_icon_inquiry01:before {
	background: url(/common_Y17/img/icon_inquiry01.png) no-repeat 0 0;
}

.deco_icon_tel01_w:before {
	background: url(/common_Y17/img/icon_tel01_w.png) no-repeat 0 0;
}

.deco_icon_tel01:before {
	background: url(/common_Y17/img/icon_tel01.png) no-repeat 0 0;
}

.deco_icon_keiyakusha01:before {
	background: url(/common_Y17/img/icon_keiyakusha01.png) no-repeat 0 0;
}

.deco_icon_lock01_w:before {
	background: url(/common_Y17/img/icon_lock01_w.png) no-repeat 0 0;
}

.deco_icon_money01:before {
	background: url(/common_Y17/img/icon_money01.png) no-repeat 0 0;
}

.deco_icon_question01:before {
	background: url(/common_Y17/img/icon_question01.png) no-repeat 0 0;
}

.deco_icon_search02_w:before {
	background: url(/common_Y17/img/icon_search02_w.png) no-repeat 0 0;
}

.deco_icon_search02:before {
	background: url(/common_Y17/img/icon_search02.png) no-repeat 0 0;
}

.deco_icon_shinpai01:before {
	background: url(/common_Y17/img/icon_shinpai01.png) no-repeat 0 0;
}

.deco_icon_shiryo01_w:before {
	background: url(/common_Y17/img/icon_shiryo01_w.png) no-repeat 0 0;
}

.deco_icon_shiryo01:before {
	background: url(/common_Y17/img/icon_shiryo01.png) no-repeat 0 0;
}

.deco_icon_shurui01:before {
	background: url(/common_Y17/img/icon_shurui01.png) no-repeat 0 0;
}

.deco_icon_atm01_w:before {
	background: url(/common_Y17/img/icon_atm01_w.png) no-repeat 0 0;
}

.deco_icon_device01:before {
	background: url(/common_Y17/img/icon_device01.png) no-repeat 0 0;
}

.deco_icon_device01_w:before {
	background: url(/common_Y17/img/icon_device01_w.png) no-repeat 0 0;
}

.deco_icon_lifescene01:before {
	background: url(/common_Y17/img/icon_lifescene01.png) no-repeat 0 0;
}

.deco_icon_lifescene01_w:before {
	background: url(/common_Y17/img/icon_lifescene01_w.png) no-repeat 0 0;
}

/*
icon_check01.png
icon_chusha01.png
icon_estimate01_w.png
icon_estimate01.png
icon_home01.png
icon_inquiry01_w.png
icon_inquiry01.png
icon_keiyakusha01.png
icon_lock01_w.png
icon_money01.png
icon_question01.png
icon_search02_w.png
icon_search02.png
icon_shinpai01.png
icon_shiryo01_w.png
icon_shiryo01.png
icon_shurui01.png
*/

/*---------------------------------------------
囲み
---------------------------------------------*/

*[class*="lineWrap_"] {
	padding: 20px;
}

/*緑 線囲み*/

.lineWrap_green01 {
	border: 1px solid #6EBD1B;
}

/*灰 線囲み*/

.lineWrap_grey01 {
	border: 1px solid #CCCCCC;
}

/*赤 線囲み*/

.lineWrap_red01 {
	border: 2px solid #d90000;
}

/*Adobe reader*/

.lineWrap_adobe01 {
	margin-top: 40px;
	border: 1px solid #CCCCCC;
}

.lineWrap_adobe01 .floatL {
	width: 720px;
}

.lineWrap_adobe01 .floatR {
	width: 158px;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	*[class*="lineWrap_"] {
		padding: 10px;
	}

	.lineWrap_adobe01 .floatL,
	.lineWrap_adobe01 .floatR {
		width: auto;
		float: none;
	}
}

/*---------------------------------------------
線
---------------------------------------------*/

*[class*="line_"] {
	margin-top: 15px;
	border-width: 1px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-style: solid;
}

/*緑 線囲み*/

.line_green01 {
	border-color: #6EBD1B;
}

/*灰 線囲み*/

.line_grey01 {
	border-color: #CCCCCC;
}

/*赤 線囲み*/

.line_red01 {
	border-color: #d90000;
}

/*---------------------------------------------
form
---------------------------------------------*/

/*body:not(.form_default01) input:not(.form_default01),*/
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	width: auto;
}

body.form_default01 input[type="radio"] {
	padding: inherit;
	background: auto;
	border-radius: inherit;
	outline: inherit;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	font-size: 1.4rem;
	position: inherit;
	width: auto;
	height: auto;
	border: unset;
	overflow: auto;
	clip: auto;
}

body.form_default01 input[type="checkbox"] {
	padding: inherit;
	background: auto;
	border-radius: inherit;
	outline: inherit;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	font-size: 1.4rem;
	position: inherit;
	width: auto;
	height: auto;
	border: unset;
	overflow: auto;
	clip: auto;
}

@media screen and (max-width: 426px) {

	input,
	textarea {
		font-size: 1.4rem !important;
		transform: scale(1) !important;
	}
}

/* Chrome */
::-webkit-input-placeholder {
	color: #ddd;
}

/* Firefox */
::-moz-placeholder {
	color: #ddd;
}

/* IE */
:-ms-input-placeholder {
	color: #ddd;
}

:placeholder-shown {
	color: #6EBD1B;
}

select::-ms-expand {
	display: none;
}

/* input type="text" のみ */

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="pass"] {
	property: value;
	border: 1px solid #ccc;
	padding: 10px;
	resize: vertical;
	width: 100%;
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* 2 */
	box-sizing: border-box;
	resize: vertical;
}

/* textarea のみ */

textarea {
	property: value;
	border: 1px solid #ccc !important;
	padding: 10px;
	font-size: 1.4rem;
	width: 100%;
	display: block;
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* 2 */
	box-sizing: border-box;
	resize: vertical;
}


/* input type="radio" のみ */

input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

.radioBtn01 label {
	position: relative;
	display: inline-block;
	padding: 8px 3px 3px 25px;
	margin-right: 15px;
	cursor: pointer;
}

.radioBtn01 label::before,
.radioBtn01 label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.radioBtn01 label::before {
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -8px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}

.radioBtn01 label:hover::before {
	background: #fff;
}

.radioBtn01 label::after {
	opacity: 0;
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -3px;
	background: #02993B;
	-webkit-transform: scale(2);
	transform: scale(2);
}

input[type="radio"]:checked+label::before {
	background: #fff;
	border: 1px solid #02993B;
}

input[type="radio"]:checked+label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* input type="checkbox" のみ */
.normal input[type="checkbox"] {
	margin: 0 5px 0 0;
	background: initial;
	border: initial;
	border-radius: initial;
	outline: initial;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	font-size: 1.4rem;
	width: auto;
}

.checkbox01 input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}

.checkbox01 label {
	position: relative;
	display: inline-block;
	padding: 8px 3px 3px 25px;
	margin-right: 15px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.checkbox01 label::before,
.checkbox01 label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}

.checkbox01 label::before {
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

.checkbox01 label::after {
	opacity: 0;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 6px;
	margin-top: -4px;
	border-left: 2px solid #02993B;
	border-bottom: 2px solid #02993B;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}

.checkbox01 label:hover::before {
	background: #fff;
}

.checkbox01 input[type="checkbox"]:checked+label::before {
	background: #fff;
	border: 1px solid #02993B;
}

.checkbox01 input[type="checkbox"]:checked+label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/* input type="reset" のみ */

input[type="reset"] {
	property: value;
}

/* input type="button" input type="submit"  */

*[type="button"],
*[type="submit"] {
	property: value;
	background: #02993B url(../img/icon_link_arrow_circle_r_wh01.png) no-repeat 8px center;
	background-size: 11px;
	padding: 10px 10px 10px 25px;
	color: #fff;
	border-radius: 3px;
}

*[type="button"].other01,
*[type="submit"].other01 {
	background: #02993B url(../img/icon_link_other01_w.png) no-repeat 8px center;
}

*[type="button"]:hover,
*[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* プルダウン */

form .select01 {
	/*
overflow: hidden;
*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	background-color: #fff;
}

form .select01 select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 10px 35px 10px 10px;
	background: transparent;
	line-height: 1.5;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: none;
}

form .select01 select option {
	margin-bottom: 1px;
}

.select_arrow01:before {
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 8px solid #666;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	margin-top: -5px;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {

	.tblBlock_normal01.form01 th,
	.tblBlock_normal01.form01 td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/*ラジオボタン*/
	.radioBtn01 label {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		padding: 10px 15px 10px 42px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		background-color: #f6f6f6;
		vertical-align: middle;
		cursor: pointer;
	}

	.radioBtn01 label:before {
		margin: -10px 0 0 10px;
	}

	.radioBtn01 label:after {
		margin: -5px 0 0 10px;
	}

	/*チェックボックス*/
	.checkbox01 label {
		box-sizing: border-box;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		position: relative;
		display: inline-block;
		padding: 10px 15px 10px 42px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		background-color: #f6f6f6;
		vertical-align: middle;
		cursor: pointer;
	}

	.checkbox01 label:before {
		margin: -10px 0 0 10px;
	}

	.checkbox01 label:after {
		margin: -5px 0 0 10px;
	}

	form .select01,
	form .select01 select {
		width: auto;
		box-sizing: border-box;
		background: none;
	}

	form .select01 select {
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 1;
		padding: 10px 25px 10px 10px;
	}

	.select01+input[type="button"] {
		margin-top: 10px;
	}

	input[type="text"] {
		padding: 10px;
	}
}

/* フォーカス */

input[type='text']:focus,
textarea:focus,
select:focus,
:focus+label:before {
	box-shadow: 0 0 5px #1589ee;
}

form .block label {
	display: block;
	margin-right: 0;
}

/*---------------------------------------------
footer
---------------------------------------------*/

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 0 0;
	height: 5em;
}

#pagetop {
	position: fixed;
	right: 40px;
	bottom: 20px;
	cursor: pointer;
	z-index: 999;
	line-height: 0;
	text-indent: -9999px;
	background: url(/common_Y17/img/icon_link_arrow_r_wh01.png) no-repeat center;
	background-size: 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: rgba(0, 0, 0, 0.5);
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	display: inline-block;
	transition: all .5s;
	opacity: 0;
}

#pagetop.active {
	transition: all .5s;
	opacity: 1;
}

#pagetop:hover {
	opacity: 0.6;
}

footer .inner {
	border-top: 5px solid #02993B;
}

footer .footLink {
	background-color: #EEEEEE;
	padding: 20px 0;
}

footer .footLink ul {
	width: 950px;
	margin: auto;
}

footer .footLink ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	margin-left: 1rem;
	text-indent: -1rem;
}

footer .footLink ul li a {
	color: #000099;
	font-size: 1.2rem;
}

footer .footLink ul li a:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	width: 4px;
	height: 10px;
	background: url(../img/icon_footer_link_arrow01.png) no-repeat 0 center;
	background-size: contain;
	vertical-align: baseline;
}

footer .bnrList01 {
	display: none;
}

.top footer .bnrList01 {
	display: block;
	width: 950px;
	margin: 20px auto;
}

footer .copyright {
	width: 950px;
	margin: 10px auto;
	text-align: left;
}

footer .copyright p {
	font-size: 1.0rem;
	color: #02993B;
}

/*Media-queries-------------*/

@media screen and (max-width: 949px) {
	#pagetop {
		right: 10px;
		bottom: 10px;
		padding-top: 0;
		background-size: 15px;
		width: 35px;
		height: 35px;
		/*width: 100%;*/
	}

	footer {
		padding: 0;
	}

	.top footer .bnrList01 {
		width: 96%
	}

	footer .copyright {
		width: 950px;
		margin: 10px auto;
	}

	footer .footLink {
		padding: 0;
	}

	footer .footLink ul {
		width: auto;
		margin: auto;
		padding: 0;
		border-top: 1px solid #fff;
	}

	footer .footLink ul li {
		display: block;
		width: 100%;
		margin: 0;
		margin-left: 0;
		text-indent: 0;
		border-bottom: 1px solid #fff;
	}

	footer .footLink ul li a {
		color: #000000;
		padding: 1.0rem;
		display: block;
	}

	footer .footLink ul li a:before {
		display: none;
	}

	footer .copyright {
		width: auto;
		padding: 1.0rem;
		text-align: center;
	}
}