/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li{
	list-style:none;
}
a {
	color:#087026;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;	
}
a:active {
}



/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
#main {
	padding: 0 0 00px;
	line-height: 1.4;
	font-size: 15px;
}
#main a {
	text-decoration:underline;
}
#main a:hover {
	text-decoration:none;	
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #ff0000!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #000; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	width:1100px;
	margin:0 auto;
}
.flexbox_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* body style */
body {
	font-size:1.4rem;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	color:#333333;
}
#wrapper {
	font-family:'Roboto','Noto Sans Japanese','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/* common */
header {
	border-top:3px solid #0c9f5f;
	border-bottom:3px solid #0c9f5f;
}
header #description {
	color:#999999;
	padding:11px 0 20px ;
	font-size:11px;
}
header .logo {
	float:left;
}
header .request {
	float:right;
	margin-left:20px
}
header .tel_set {
	float:right;
	position: relative;
}
header .tel_set .tel {
}
header .tel_set .mail {
	position: absolute;
	right: 6px;
	width: 111px;
	height: 44px;
	top: 5px;
	text-indent:-9999px;
}

#head_opt_nav {
	position:absolute;
	top:0;
	right:0;
	background:#0c9f5f;
	color:#fff;
	border-radius: 0 0 5px 5px;
	padding:0 6px;
}
#head_opt_nav li{
	float:left;
}
#head_opt_nav li a {
	color: #fff;
	padding: 8px 5px;
	display: block;
	font-size:12px;
}



#gnavi {
	padding:8px 0 0 0;
}
#gnavi ul {
	display:table;
	width:100%;
	table-layout:fixed;
}
#gnavi li {
	display:table-cell;
	text-align:center;
	position:relative;
}
#gnavi li a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	color:#666666;
	font-weight:bold;
	font-size:14px;
	position:relative;
	padding:26px 0;
	display:block;
}
#gnavi li a:hover {
	text-decoration:none;
	color:#0c9f5f;
}
#gnavi li:after{
	position:absolute;
	top:8px;
	right:0;
	content:"";
	width:1px;
	height:50px;
	background:#cccccc;
}
#gnavi li:nth-of-type(1):before {
	position:absolute;
	top:8px;
	left:0;
	content:"";
	width:1px;
	height:50px;
	background:#cccccc;
}

footer {
	background:url(images/bg01.jpg);
	border-top:1px solid #cecece;
}
footer .ft_top_message{
	text-align:center;
	padding:35px 0;
	line-height:1.6;
}
footer .ft_top_message:before{
	position:absolute;
	top: -26px;
    left: 80px;
}
.fnavi .fnavi_box {
	float:left;
	width:calc(100% / 4);
	position:relative;
	margin-bottom:40px;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:10px;
}
.fnavi .fnavi_box:nth-of-type(1), .fnavi .fnavi_box:nth-of-type(5n) {
	padding-left:0px;
}

.fnavi .fnavi_box:after {
	content:"";
	height:100%;
	position:absolute;
	top:0;
	right:0;
	border-right:1px solid #cccccc;
	width:2px;
	background:#fff;
}
.fnavi .fnavi_box:nth-of-type(4n):after {
	content:"";
	height:100%;
	position:absolute;
	top:0;
	right:0;
	border-right:0px solid #cccccc;
	width:0px;
	background:#fff;
}
.fnavi .fnavi_box li{
	line-height:1.4;
	margin-bottom:7px;
	padding-left:10px;
	position:relative;
}
.fnavi .fnavi_box li:before{
	content:"\f105";
	font-family: fontAwesome;
	font-size:17px;
	padding:0px 2px 0 0;
	font-weight:bold;
	vertical-align: middle;
	position:absolute;
	top:-2px;
	left:0;
	color:#006633;
}
.fnavi .fnavi_box li.parent {
	font-weight:bold;
	margin-bottom:15px;
	padding-left:0px;
}
.fnavi .fnavi_box li.parent:before{
	content:"";
}
.fnavi .fnavi_box li a{
	font-size:13px;
}

footer .foot_banners {
	background:#f6f6f6;
	border-top:1px solid #d1d1d1;
}
footer .foot_banners {
	background:#f6f6f6;
	border-top:1px solid #d1d1d1;
	padding:25px 0;
}

footer .foot_banners .lefter {
	float:center;
	width:380px;

}
footer .foot_banners .lefter p{
	font-size:12px;
	line-height:1.8;
}
footer .foot_banners .lefter p strong{
	font-size:16px;
	color:#006633;
}

footer .foot_banners .righter {
	float:center;

	padding:40px 0 0;
}

footer .foot_datas {
	background:#666666;
	border-top:1px solid #d1d1d1;
	color:#ffffff;
	padding:30px 0 0;
	font-size:12px;
	line-height:1.6;
}
footer .foot_datas .logo{
	float:left;
	width:194px;
}
footer .foot_datas .address{
	float:left;
	padding:0 0 0 30px;
}
footer .foot_datas .tel_set{
	float:right;
	background:#fff;
}

footer .foot_datas .tel_set {
	float:right;
	position: relative;
}
footer .foot_datas .tel_set .tel {
}
footer .foot_datas .tel_set .mail {
	position: absolute;
    right: 9px;
    width: 133px;
    height: 53px;
    top: 8px;
    text-indent: -9999px;
}

footer .foot_datas .number {
	width:100%;
	text-align:center;
	float:left;
	padding:45px 0 25px;
}
footer .foot_datas .number {
	width:100%;
	text-align:center;
	float:left;
	padding:45px 0 25px;
}
footer .foot_datas #copy {
	width:100%;
	float:left;
	padding-bottom:10px;
	text-align:center;
}
















.slide_area {
	background:#f1f1f1;
	padding:20px 0;
}
.slide_area .lefter{
	width:313px;
	box-sizing:border-box;
	float:left;
	border:1px solid #dfdedf;
	background:#fff;
	padding:15px 9px 10px;
}
.slide_area .lefter h2 {
	color:#666666;
	font-weight:bold;
	text-align:center;
	padding:0 0 5px;
}
.slide_area .lefter p {
	padding:0 0 8px;
}
.slide_area .lefter p.side_l {
	float:left;
}
.slide_area .lefter p.side_r {
	float:right;
}
.slide_area .lefter .recs {
	border-bottom:1px solid #d2d2d2;
	box-shadow: 0px 4px 3px -3px rgba(210,210,210,0.6);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(210,210,210,0.6);
	-moz-box-shadow: 0px 4px 3px -3px rgba(210,210,210,0.6);
	margin-bottom:15px;
}
.slide_area .lefter .recs:nth-last-of-type(1) {
	border-bottom:0px solid #d2d2d2;
	box-shadow: 0px 0px 0px 0px rgba(210,210,210,0.6);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(210,210,210,0.6);
	-moz-box-shadow: 0px 0px 0px 0px rgba(210,210,210,0.6);
	margin-bottom:0px;
}
.slide_area .righter{
	width:745px;
	float:right;
}

#slider_for {
	margin:0 auto 0px;
}
#slider_nav {
	width:610px;
	margin:0 auto;
}
#slider_nav .slick-list {
	padding:15px 0 0;
}

#slider_nav .slick-prev:before {
	content:url(images/slide_item01.png);
    opacity: 1;
}
#slider_nav .slick-next:before {
	content:url(images/slide_item02.png);
    opacity: 1;
}
#slider_nav .slick-slide img {
    display: block;
    margin: 0 auto;
	box-sizing:border-box;
	border:2px solid #f1f1f1;
	cursor:pointer;
}
#slider_nav .slick-slide.slick-current img{
	border:2px solid #0c9f5f;
}
#slider_nav .slick-current {
	position: relative;
}
#slider_nav .slick-current:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(12, 159, 95, 0);
	border-bottom-color: #0c9f5f;
	border-width: 10px;
	margin-left: -10px;
	z-index: 9999;
}
#slider_nav .slick-prev, #slider_nav  .slick-next {
    width: 34px;
    height: 35px;
	top: calc(50% + 5px);
}
#slider_nav .slick-prev {
    left: -40px;
}
#slider_nav .slick-next {
    right: -40px;
}


.alert_box {
	width:100%;
	float:left;
	border:3px solid #0d9f5f;
	margin:30px 0 35px;
}

.alert_box .ab_title {
	background:#e7f5ef;
	color:#333;
	text-align:center;
	padding:5px;
	font-weight:bold;
}
.alert_box .ab_title:before {
	content:url(images/icon01.png);
	display:inline-block;
	vertical-align: middle;
	margin-right:0px;
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	-ms-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);

}
.alert_box .ab_text {
	color:#333;
	text-align:center;
	padding:15px;
}

.index_nav_area {
	float:left;
	width:100%;
	margin-bottom:30px;
}
.index_nav_area li{
	width:343px;
	height:175px;
	float:left;
	margin-right:35px;
	margin-bottom:27px;
	position:relative;
	padding:15px 15px 15px 120px;
	font-size:14px;
	box-sizing: border-box;
	line-height:1.6;
}
.index_nav_area li:nth-of-type(3n){
	margin-right:0;
}
.index_nav_area .index_nav01 {
	background:url(images/index_nav01.png) no-repeat;
}
.index_nav_area .index_nav02 {
	background:url(images/index_nav02.png) no-repeat;
}
.index_nav_area .index_nav03 {
	background:url(images/index_nav03.png) no-repeat;
}
.index_nav_area .index_nav04 {
	background:url(images/index_nav04.png) no-repeat;
}
.index_nav_area .index_nav05 {
	background:url(images/index_nav05.png) no-repeat;
}
.index_nav_area .index_nav06 {
	background:url(images/index_nav06.png) no-repeat;
}

.index_nav_area li > a:nth-of-type(1){
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
	text-indent: -9999px;
	background:rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	

}
.index_nav_area li > a:nth-of-type(1):hover {
	background:rgba(255,255,255,0.3);
}
.index_news {
	float: left;
	width: 720px;
	position: relative;
	margin-right: 53px;
	margin-bottom: 50px;
}
.index_news h2 {
	font-size:18px;
	font-weight:bold;
	color:#006633;
	padding-bottom:3px;
	border-bottom:4px solid #33a567;
}
.index_news h2:before {
	content:url(images/icon02.png);
	vertical-align:middle;
	margin-right:7px;
	display:inline-block;
}
#main .index_news a{
	text-decoration:none;
}
#main .index_news a:hover{
	text-decoration:underline;
}
.index_news .linker {
	font-size:13px;
	position:absolute;
	top:0;
	right:0;
}
.index_news .linker a:before {
	content:"\f105";
	font-family: fontAwesome;
	font-size:18px;
	display:inline-block;
	padding:0px 2px 0 0;
	font-weight:bold;
	vertical-align: middle;
}
.index_news dl {
	
}
.index_news dt {
	padding:16px 0 16px 0px;
	float:left;
}
.index_news dd {
	padding:16px 0 16px 135px;
	border-bottom:1px solid #cccccc;
}




.index_subnav {
	float:right;
	width:327px;
}
.index_subnav p{
	margin-bottom:10px;
}




.secondary {
	margin:60px 0 0;
}

.breadcrumbs {
	background:#f5f5f5;
	box-shadow:0px 4px 3px -3px #d4d2d2;
	padding:14px 0;
	font-size:12px;
}
.breadcrumbs strong{
	font-weight:normal;
}



.btm_navi {
	padding:60px 0;
	background:#f2f2f2;
	border-top:1px solid #d6d6d6;
}
.btm_navi a img {
	border:1px solid #ccc;
}
.btm_navi .bn_area01 {
	width:550px;
	float:left;
	position:relative;
	margin-right:37px;
}
.btm_navi .bn_area01:after {
	position:absolute;
	top:0;
	right:-15px;
	content:"";
	width:1px;
	height:100%;
	background:#e6e6e6;
	border:1px solid #d6d6d6;
}
.btm_navi .bn_area01 p:nth-of-type(1){
	position:absolute;
	top:0;
	right:10px;
}
.btm_navi .bn_area01 p:nth-of-type(2){
	position:absolute;
	top:96px;
	right:10px;
}
.btm_navi .bn_area01 p{
}

.btm_navi .bn_area02 {
	width:280px;
	float:left;
	position:relative;
}
.btm_navi .bn_area02:after {
	position:absolute;
	top:0;
	right:23px;
	content:"";
	width:1px;
	height:100%;
	background:#e6e6e6;
	border:1px solid #d6d6d6;
}
.btm_navi .bn_area03 {
	width:233px;
	float:left;
}











.title_type01 {
	font-size:31px;
	padding:2px 0 5px 25px;
	position:relative;
	margin:0 0 30px;
}
.title_type01 span{
	font-size:18px;
	display:block;
}
.title_type01::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:9px;
	height:93%;
	background:#006633;
	border-radius:5px;
}
.title_type01::after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	height:5px;
	box-shadow:1px 1px 1px 1px #bbb inset;
	background:#e8e8e8;
}

.title_type02 {
	font-size:22px;
	padding:2px 0 3px 20px;
	position:relative;
	margin:0 0 70px;
	font-weight:bold;
}
.title_type02::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:6px;
	height:32px;
	background:#006633;
	border-radius:5px;
}
.title_type02::after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	height:5px;
	background:#40ab70;
}


.title_type03 {
	font-size:17px;
	padding:4px 0 3px 14px;
	position:relative;
	margin:0 0 20px;
}
.title_type03::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:23px;
	background:#006633;
	border-radius:5px;
}
.title_type04 {
	background:#f5f5f5;
	border-radius:5px;
	padding:12px 12px 10px 40px;
	box-sizing:border-box;
	font-weight:bold;
	color:#006633;
	position:relative;
	border:1px solid #efefef;
	margin-bottom:20px;
}
.title_type04::before {
	width:19px;
	height:10px;
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin: auto;
background: #108151; /* Old browsers */
background: -moz-linear-gradient(left,  #108151 0%, #10b68d 100%);
background: -webkit-linear-gradient(left,  #108151 0%,#10b68d 100%); 
background: linear-gradient(to right,  #108151 0%,#10b68d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108151', endColorstr='#10b68d',GradientType=1 ); 
}

.title_type05 {
	font-size:26px;
	padding:15px 25px;
	background:url(images/bg03.png);
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 15px 0px rgba(0,0,0,0.5);
}
.title_type06 {
	font-size:18px;
	padding:14px 22px;
	background:#0c9f5f;
	color:#fff;
	font-weight:bold;
}






.btn_type01 {
	border:1px solid #cfcfcf;
	border-radius:3px;
	background:#fffeee;
	color:#006633;
	padding:10px 20px;
	text-decoration:none!important;
	display:inline-block;
}
.btn_type01:hover {
}

.btn_type01::before {
	content: "\f105";
	font-family:fontAwesome;
	padding-right:5px;
	font-weight:bold;
}

.btn_type02 {
	border:1px solid #cfcfcf;
	border-radius:3px;
	background-color:#fffeee;
	color:#006633;
	padding:23px 20px 22px 60px;
	text-decoration:none!important;
	display:inline-block;
	position:relative;
	font-size:14px;
}
.btn_type02:hover {
}

.btn_type02::before {
	content: "\f105";
	font-family:fontAwesome;
	font-size:20px;
	padding-right:5px;
	font-weight:bold;
	position:absolute;
	top:0;
	bottom:0;
	right:5px;
	margin:auto;
	height:30px;
}
.btn_type02.icon01 {
	background-image:url(images/btn_icon01.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.btn_type02.icon02 {
	background-image:url(images/btn_icon02.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.btn_type02.icon03 {
	background-image:url(images/btn_icon03.png);
	background-repeat:no-repeat;
	background-position:0 0;
}







.flow_type01 {
}
.flow_type01 li{
	background:#ebf6f5;
	border-radius:10px;
	padding:20px;
	margin-bottom:40px;
	position:relative;
}
.flow_type01 li:nth-last-of-type(1){
	margin-bottom:0px;
}
.flow_type01 .lefter{
	width:640px;
	float:left;
}
.flow_type01 .righter{
	float:right;
	background:#fff;
	width:388px;
	border:	1px solid #009966;
}
.flow_type01 .lefter .inner_title{
	font-size:31px;
	color:#009966;
	font-weight:bold;
	line-height:1.3;
	padding-bottom:10px;
	border-bottom:4px dotted #fff;
	margin-bottom:20px;
}
.flow_type01 .lefter .inner_title span{
	font-size:50px;
	font-weight:normal;
	display:inline-block;
	vertical-align:middle;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #999c9c;
}
.flow_type01 .lefter p {
	line-height:1.8;
	font-size:14px;
}
.flow_type01 .righter .inner_title {
	font-size:16px;
	font-weight:bold;
	background:#009966;
	color:#fff;
	text-align:center;
	padding:8px 0;
}
.flow_type01 .righter p.img_p{
	padding:10px 0;
	text-align:center;
}
.flow_type01 .righter p.link_p{
	text-align:center;
	padding:0 0 10px;
}
.flow_type01 .righter p.link_p::before{
	margin-right:5px;
	font-weight:bold;
	color:#006633;
	font-size:14px;
}
.flow_type01 .righter p.link_p a{
	text-decoration:none!important;
}
.flow_type01 .righter p.link_p a:hover{
	text-decoration:underline!important;
}
.flow_type01 .righter p.text_p{
	padding:15px 20px;
	font-size:14px;
	line-height:1.6;	
}
.flow_type01 .righter p.text_p strong{
	color:#006633;	
}
.flow_type01 .righter p.btn_p{
	width:250px;
	margin:15px auto;
}
.flow_type01 .righter p.btn_p a{
	width:100%;
	box-sizing:border-box;
}
.flow_type01 .btm_arrow{
	position:absolute;
	bottom:-30px;
	left:60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #009966 transparent transparent transparent;
}

.flow_type02 li{
	border-radius:15px;
} 
.flow_type02 .ft_icon{
	float:left;
	border-radius: 15px 0 0 15px;
	width:200px;
	text-align:center;
} 
.flow_type02 .ft_main {
	float: left;
	width: 900px;
	padding:20px 20px 0 30px;
	box-sizing:border-box;
} 
.flow_type02 .ft_head {
	padding:0px 0px 15px 0px;

} 
.flow_type02 .ft_head .casenum {
	width:60px;
	height:60px;
	padding:  5px 5px;
	display:inline-block;
	background:#a2c019;
	text-align:center;
	font-size:30px;
	line-height:1.2;
	border-radius:60px;
	box-sizing:border-box;
	vertical-align:middle;
	margin-right:15px;
} 
.flow_type02 .ft_head .casenum span{
	font-size:12px;
	display:block;
} 
.flow_type02 .ft_head h4 {
	display:inline-block;
	vertical-align:middle;
	font-size:30px;
	font-weight:bold;
	margin-right:15px;
} 
.flow_type02 .ft_head .atten {
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
} 
.flow_type02 .ft_head .atten small{
	text-align:right;
	display:block;
} 
.flow_type02 .ft_head .attenbtm {
	padding-top:20px;
} 


.inner_navi_type01.item4 li{
	width:calc(100% / 4 - 9px);
}
.inner_navi_type01.item3 li{
	width:calc(100% / 3 - 8.1px);
}
.inner_navi_type01.item2 li{
	width:calc(100% / 2 - 6px);
}
.inner_navi_type01.item4 li:nth-of-type(4n){
	margin-right:0px;
}
.inner_navi_type01.item3 li:nth-of-type(3n){
	margin-right:0px;
}
.inner_navi_type01.item2 li:nth-of-type(2n){
	margin-right:0px;
}
.inner_navi_type01 {
	margin-bottom:60px;
}
.inner_navi_type01 li{
	float:left;
	margin-right:12px;
	margin-bottom:8px;
}
.inner_navi_type01 a{
	color:#006633;
	display:block;
	border:1px solid #3cb18a;
	border-radius:8px;
	background:#f5f5f5;
	position:relative;
	padding:17px 0;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
}
.inner_navi_type01 a::after{
	content: "\f107";
	font-family: fontAwesome;
	font-size: 18px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:10px;
	color:#006633;
	font-weight:bold;
	height:23px;
}


.inner_navi_type02 {
	border-bottom:2px solid #009966;
	margin:100px 0 50px;
}
.inner_navi_type02.item5 li{
	width:calc(100% / 5);
}
.inner_navi_type02.item3 li{
	width:calc(100% / 3 - 0.1px);
}
.inner_navi_type02 li{
	float:left;
}
.inner_navi_type02 a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	color:#ffffff;
	display:block;
	border-right:1px solid #ffffff;
	background:#0c9f5f;
	position:relative;
	padding:20px 0 16px;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
}

.inner_navi_type02 a::after{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	content: "\f105";
	font-family: fontAwesome;
	font-size: 18px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:10px;
	color:#ffffff;
	font-weight:bold;
	height:22px;
}
.inner_navi_type02 li.activate a{
	background:#177e51;
}
.inner_navi_type02 li.activate a::after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.inner_navi_type02 a span{
	display:inline-block;
	margin-left:8px;
}



/* table_type */
.table_type01 {
	border-top:1px solid #fff;
	background:#ffffff;
}
.table_type01 dt{
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding: 15px 20px;
	box-sizing: border-box;	
	line-height:1.4;
	background:#009966;
	position:relative;
	color:#ffffff;
}
.table_type01 dd{
	float:left;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding: 15px 20px;
	box-sizing: border-box;	
	line-height:1.4;
	background:#eef3e9;
}


.table_type02 {
	width:100%;
}
.table_type02 thead th {
	background:#0c9f5f;
	color:#ffffff;
	border-right:1px solid #fff;
	font-size:12px;
	padding:12px 0;
	text-align:center;
}
.table_type02 tbody td {
	border-right:1px solid #fff;
	padding:8px 15px;
}
.table_type02 tbody tr:nth-of-type(odd) td {
	background:#e1f3ec;
}
.table_type02 tbody tr:nth-of-type(even) td {
	background:#ffffff;
}
.table_type02 tbody td a{
	color:#333333;
}

.table_type03 {
	width:100%;
}
.table_type03 dt{
	background:#afccea;
	float:left;
	border-top:2px solid #f4f4f4;
	border-left:2px solid #f4f4f4;
	border-bottom:2px solid #f4f4f4;
	border-radius:10px 0 0 10px;
	box-sizing:border-box;
	width:300px;
	color:#184d76;
	font-weight:bold;
	padding:25px 25px;
	margin-bottom:10px;
	font-size:20px;
}
.table_type03 dt div{
	display:inline-block;
	vertical-align:top;
}
.table_type03 dd{
	background:#e7f0f9;
	float:right;
	border-top:2px solid #f4f4f4;
	border-right:2px solid #f4f4f4;
	border-bottom:2px solid #f4f4f4;
	border-radius: 0 10px 10px 0;
	box-sizing:border-box;
	width:800px;
	padding:25px 10px 25px 25px;
	margin-bottom:10px;
}
.table_type03 dd .minibox{
	display:inline-block;
	vertical-align:middle;
	width:210px;
}

.table_type03 dd p{
	display:inline-block;
	width:540px;
	vertical-align:middle;
}


.table_type04 {
	margin:0px 0 30px;
}
.table_type04 dl{
}
.table_type04 dt{
	background: #008738;
	color: #fff;
	padding:10px 20px;
	float:left;
	width:300px;
	box-sizing:border-box;
	    border-bottom: 1px solid #fff;
}
.table_type04 dt:nth-last-of-type(1){
	border-bottom: 1px solid #008738;
}
.table_type04 dd{
	float:left;
	width:800px;
	padding:10px 20px 10px;
	box-sizing:border-box;
	text-align:center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.table_type04 dd:nth-of-type(1){
	border-top: 1px solid #666;
}
.table_type04 dd.inner_box {
	padding:0;
}
.table_type04 dd.text_l{
	text-align:left;
}
.table_type04 dd.text_l span{
	display:block;
	text-align:center;
}
.table_type04 dd.inner_box ul{
	padding:0px;
	display:table;
	width:100%;
	height:100%;
}
.table_type04 dd.inner_box ul li{
	display:table-cell;
	width:calc(100% / 3);
	border-right: 1px solid #666;
	padding:10px 3px;
	font-size:14px;
}
.table_type04 dd.inner_box ul li.one{
}
.table_type04 dd.inner_box ul li.two{
	width:calc(100% / 3 * 2);
}
.table_type04 dd.inner_box ul li:nth-last-of-type(1){
	border-right:0;
}
.table_type04 dd .boxes {
	width:100%;
}
.table_type04 dd table{
	width:100%;
}

.table_type04 dd th {
    background: #f6fdef;
    font-weight: normal;
}
.table_type04 dd th {
    background: #f6fdef;
    font-weight: normal;
}
.table_type04 dd th, .seven02 dd td {
    border: 1px solid #469327;
    padding: 10px;
}
.table_type04 dd p.nomr_text {
	margin-bottom:15px;

}






/* form_type01 */
.form_type01 {
	margin:20px 0 0;
}
.form_type01 input[type="text"], 
.form_type01 input[type="tel"], 
.form_type01 input[type="email"], 
.form_type01 input[type="date"], 
.form_type01 input[type="number"], 
.form_type01 select, 
.form_type01 textarea {
	color: #444;
	font-size: 1em;
	padding: 0.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	border:solid 1px #cacaca;
	border-radius: 4px;
	outline: none;
	margin: 0 10px 0 0 ;
	background:#ffffff;
}
.form_type01 textarea {
	height:200px;
	width:100%
}
.form_type01 .iminim {
	width:150px;
}
.form_type01 .ishort {
	width:250px;
}
.form_type01 .inormal {
	width:370px;
}
.form_type01 .ilong {
	width:500px;
}
.form_type01 .imaxim {
	width:630px;
}
.form_type01 .broad {
	padding: 1em 0.3em!important;
}


.form_type01 dt span{
	position:absolute;
	top:17px;
	right:10px;
	font-size:14px;
}
.form_type01 .atten{
	display:inline-block;
	background:#ff9c00;
	color:#fff;
	padding:0 5px;
	line-height:1.6;
}
.form_type01 .opti{
	line-height:1.6;
	display:inline-block;
	background:#757575;
	color:#fff;
	padding:0 5px;
}
.form_type01 dd .radiorec {
	display:inline-block;
	padding:7px 20px 0 0;
}
.form_type01 dd .textrec {
	display:block;
	margin-bottom:5px;
}
.form_type01 dd .textrec:nth-last-of-type(1) {
	margin-bottom:0px;
}
.form_type01 dd .rechalf {
	display:inline-block;
	margin-right:40px;
}
.form_type01 dd .recfull  {
	margin-bottom:10px;
}
.form_type01 dd .recfull:nth-last-of-type(1)  {
	margin-bottom:0px;
}
.form_type01 dd .recfull .title {
	width: 152px;
	display: inline-block;
}
.form_type01 dd .recradio {
}
.form_type01 dd .recradio label{
	padding:7px 0;
	margin:0px 20px 0 0;
	display:inline-block;
}





























/* pagenation
--------------------------------------------------------*/
.pagenation {
	padding:30px 0px 50px;
}
.pagenation.boxhead {
	padding:50px 0 0;
}
.page_navi {
	text-align: left;
}
 
.page_navi li {
	text-align: center;
	display: inline;
	list-style: none;
}
 
.page_navi li.current span {
	color: #009966;
	font-size:16px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 10px;
	background: #ffffff;
	border: solid 1px #009966;
}
 
.page_navi li a {
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	padding: 6px 10px;
	background: #009966;
	display: inline-block;
	border: solid 1px #009966;
	text-decoration: none!important;
}
 
.page_navi li a:hover {
	color: #009966;
	background: #ffffff;
}
 
.page_navi li.page_nums span {
	color: #009966;
	padding: 3px 7px;
	background: #d7d7d7;
	display: inline-block;
	border: solid 1px #333;
}




#infonews_main {
	
}
#infonews_list {
	font-size:16px;
	padding:0 0 100px;
}
#infonews_list dt {
	padding: 10px 0px;
	float:left;	
}
#infonews_list dd {
	padding: 10px 0px 10px 160px;
	border-bottom:1px dotted #aaaaaa;
	
}
#infonews_list dd a{
	text-decoration: none;
	
}
#infonews_list dd a:hover{
	text-decoration: underline;
	
}

#infonews_single {
	color:#434343;

}
#infonews_single h3.title {
	font-size:24px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	padding-top:30px;
}
#infonews_single .date {
	text-align:right;
	font-size:16px;
	padding:10px 0 40px;
}
.infonews_single_main {
	line-height:1.8;
}









.company article{
	padding:0 0 90px;
}
.comp_main_img {
	margin-bottom:60px;
}

#comp_rinen {

}
#comp_rinen h4{
	margin-bottom:50px;
	text-align:center;
}
#comp_rinen p.cr01{
	margin-bottom:20px;
	text-align:center;
}

#comp_rinen .cr02{
	   text-align: justify;
	padding:30px 0 0px;
}
#comp_rinen .cr02 p{
	float:left;
	width:calc(100% / 3 - 30px);
	margin-right:45px;
	margin-left:-0.1px;
	position:relative;
	line-height:1.8;
	font-size:15px;
}
#comp_rinen .cr02 p:nth-last-of-type(1){
	margin-right:0px;
}
#comp_rinen .cr02 p::after {
	background:#d3d3d3;
	width:2px;
	height:100%;
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:-24px;
}
#comp_rinen .cr02 p:nth-last-of-type(1)::after {
	display:none;
}


#comp_rinen .cr02 p:nth-of-type(1) strong{
	color:#339966;
}

#comp_rinen .cr02 p:nth-of-type(2) strong{
	color:#ff3300;
}

#comp_rinen .cr02 p:nth-of-type(3) strong{
	color:#0066cc;
}

#busi_rinen h4 {
	margin-bottom:50px;
	text-align:center;
}
#busi_rinen .clrfx {
	    margin: 0 auto;  
		   width: 80%;  
}


#busi_rinen p {
	float:left;
	margin-right: 21px;
	
}
#busi_rinen p:nth-last-of-type(1){
	margin-right: 0;	
}

#mess {

}
#mess h4 {
	margin-bottom:30px;
}
#mess p {
	line-height:1.8;
	text-align: justify;
}
#mess .mess_name {
	text-align:right;

}
#mess .mess_name img{
	padding-left:20px;
	vertical-align:middle;
}


#info {

}
#info .title_type02 {
	margin: 0 0 30px;
}

#info .info_datas dt{
	float:left;
	width:80px;
	position:relative;
	padding:10px 0 10px 20px;
}
#info .info_datas dt:before{
	content:"◆";
	color:#009966;
	position:absolute;
	left:0;
	top:10px;
}
#info .info_datas dd{
	padding:10px 0 10px 120px;
	border-bottom:1px dotted #aaa;
}

#info #info_company {
	
}
#info #info_company img{
	float:left;
}
#info #info_company dl{
	margin-left:300px;
}

#info #info_enkaku {
	display:none;
}
#info #info_enkaku dt{
	text-align:right;
	width:100px;
}
#info #info_enkaku dd{
	padding:10px 0 10px 160px;
}

#info #info_recruit {
	display:none;	
}




.first article{
	padding:0 0 90px;
}
.first_main_img {
	margin-bottom:60px;
}
#first_qa h3{
	margin-bottom:30px;
}
#first_qa h4{
	margin-bottom:10px;
	text-align:center;
	padding:0 0 20px;
	border-bottom:3px dotted #fff;
}
#first_qa .fq_area {
	background:#e0ebeb;
	padding:33px 15px 15px;
	border-radius:10px;
}
#first_qa p.fq_text {
	font-size:14px;
	text-align:center;
	padding:15px 0 20px;
}
#first_qa li {
	background:#fff;
	border:1px solid #d6dbdb;
	margin-bottom:10px;
	padding:20px 10px;
	position:relative;
}
#first_qa li:nth-last-of-type(1) {
	margin-bottom:0px;
}

#first_qa li .openbtn {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 13px;
	z-index:1000;
	width:40px;
}
#first_qa li .openbtn:hover {
	cursor:pointer;
}
#first_qa li .openbtn span {
	position:absolute;
	top:5px;
}
#first_qa li .openbtn span:nth-of-type(1) {
	cursor:pointer;
}
#first_qa li .openbtn span:nth-of-type(2) {
	cursor:pointer;
	display:none;
}
#first_qa li .openbtn span:nth-of-type(1)::before{

	position:absolute;
	top: -5px;
	left: -20px;
	font-size:18px;
}
#first_qa li .openbtn span:nth-of-type(2)::before {;
	position:absolute;
	top: -5px;
	left: -20px;
	font-size:18px;
}


#first_qa li h5{
	position:relative;
	padding:0 100px 0px 50px;
}
#first_qa li h5::before{
	content:"Q";
	color:#009966 ;
	position:absolute;
	top:-12px;
	left:0;
	font-size:28px;
}
#first_qa li p{
	display:none;
	position:relative;
	padding:20px 0 0px 50px;
	border-top:1px dotted #999;
	margin:10px 0 0;
}
#first_qa li p::before{
	content:"A";
	color:#ff9933;
	position:absolute;
	top:11px;
	left:2px;
	font-size:28px;
}
#first_qa li p .btn_type01 {
	float:right;
}

#first_feature h3{
	margin-bottom:40px;
}
#first_feature h4{
	text-align:center;
	margin-bottom:40px;
}
#first_feature li {
	float:left;
	position:relative;
	margin: 0 19px 20px 0;
}
#first_feature li:nth-of-type(3n) {
	margin: 0 0px 20px 0;
}
#first_feature li p{
	position: absolute;
	top: 200px;
	left: 23px;
	width: 300px;
	line-height: 1.8;
	font-size:14px;

}
#first_feature li p strong{
	font-weight:normal;
	position:relative;
}
#first_feature li p strong:after{
	content:"";
	height:3px;
	background:#fff100;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}

#first_flow {
	padding:0 0 0px;
}
#first_flow h3{
	margin-bottom:40px;
}
#first_flow h4{
	text-align:center;
	margin-bottom:40px;
}

.request .inner_navi_type02 {
	margin:0px 0 50px;
}
#request_method {
	margin:0 0 80px;
}
#request_method .title_type02 {
	margin:0 0 35px;
}
#request_method .req_box_nav {
	padding:20px 0 40px;
}
#request_method .req_box_nav li{
	float:left;
	width:calc(100% / 5 - 12px);
	margin:0 15px 0 0;
	position:relative;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
#request_method .req_box_nav li:nth-last-of-type(1){
	margin:0 0px 0 0;
}

#request_method .req_box_nav li a{
	text-decoration:none;
	display:block;
}
#request_method .req_box_nav li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
#request_method .req_box_nav li h4{
	background:#ff9933;
	color:#fff;
	text-align:center;
	padding:20px 0;
	position:relative;
	font-size:18px;
}
#request_method .req_box_nav li h4::before{
	content: "\f105";
	font-family: fontAwesome;
	font-size: 20px;
	padding-left: 5px;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	height: 30px;
	color:#ffffff;
}
#request_method .req_box_nav li p{
	background:#f8f6e7;
	text-align:center;
}
#request_method .req_box_nav li.activate {

}
#request_method .req_box_nav li.activate .btm_arrow {
	position: absolute;
	bottom: -25px;
	left: 0px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 20px 0 20px;
	border-color: #fdede4 transparent transparent transparent;
}
#request_method .req_box_nav li.activate h4{
	background:#ff6633;
}
#request_method .req_box_nav li.activate h4::before{
	content: "\f107";
}
#request_method .req_box_nav li.activate p{
	background:#fdede4;
}
#request_method .req_box_nav li.activate p img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
}
#request_method .req_flow_field {
	background:#fdede4;
	padding:0 0 30px;
}
#request_method .req_flow_field h4{
	background:#999999;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:20px 0;
}
#request_method .req_flow_field h4 span{
	position:relative;
}
#request_method .req_flow_field h4 span::before{
	position:absolute;
	top: -50px;
	left: -140px;
	-webkit-filter: brightness(100);
	-moz-filter: brightness(100);
	-o-filter: brightness(100);
	-ms-filter: brightness(100);
	filter: brightness(100);
	display:inline-block;
	vertical-align:middle;
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.65);
	-o-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
}
#request_method .req_flow_field.req_pcsmp h4 span::before{
	content:url(images/request_icon01.png);
}
#request_method .req_flow_field.req_visit h4 span::before{
	content:url(images/request_icon04.png);
	left: -120px;
}
#request_method .req_flow_field.req_acm h4 span::before{
	content:url(images/request_icon03.png);
	left: -130px;
}
#request_method .req_flow_field.req_tel h4 span::before{
	content:url(images/request_icon02.png);
	left: -130px;
}
#request_method .req_flow_field h5{
	padding:28px 0;
	text-align:center;
}
#request_method .req_flow_field .flow_type01{
	width:1060px;
	margin:0 auto;
}
#request_method .req_flow_field .flow_type01 .lefter{
	width:660px;
}
#request_method .req_flow_field .flow_type01 .lefter.widfull{
	width:100%;
}
#request_method .req_flow_field .flow_type01 .righter{
	width:328px;
}
#request_method .req_flow_field .flow_type01 .link_btns {
	
}
#request_method .req_flow_field .flow_type01 .link_btn {
	display:inline-block;
	text-decoration:none;
	margin-right:15px;
}
#request_method .req_flow_field .flow_type01 .link_btn::before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 16px;
	padding-right: 4px;
	font-weight: bold;
}


#request_need {
	margin:0 0 80px;
}
#request_need .title_type02 {
	margin:0 0 35px;
}
#request_need p {
	margin:0 0 15px;
}
#request_need ul {
}
#request_need li {
	float:left;
	width:calc(100% / 4);
}
#request_need li .rnwrap {
	display:table;
	width:100%;
	height:60px;
}
#request_need li h4{
	color:#ffffff;
	background:#669999;
	border-right:1px solid #ffffff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
#request_need li p{
	background:#fefdf6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align:center;
}
#request_need li:nth-of-type(1) p{
	border-left:1px solid #cccccc;
}
#request_need li:nth-last-of-type(1) h4{
	border-right:0px solid #ffffff;
}

#request_need .rn_attention {
	background:#fde4e5;
	padding:25px 30px;
	margin-bottom:15px;
}

#request_need .rn_attention h4{
	color:#990000;
	font-size:25px;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #b9b9b9;
	line-height:1.2;
	padding-bottom:10px;
	margin-bottom:15px;
}
#request_need .rn_attention h4 span{
	color:#333333;
	font-size:15px;
	font-weight:normal;
}
#request_need .rn_attention p {
	padding:0 25px;
	line-height:1.6;
	font-size:17px;
}
#request_need .rn_attention p span.indent01 {
	display:block;
	text-indent:-1em;
	padding-left:2em;
}

#request_need .rn_pat1 {
	font-size:17px;
	line-height:1.6;
}
#request_term {
	margin:0 0 40px;
}
#request_term .title_type02 {
	margin:0 0 35px;
}
#request_term p {
	margin:0 0 15px;
}


.borrow .inner_navi_type02 {
	margin:0px 0 50px;
}
#borrow_method {
	margin:0 0 80px;
}
#borrow_method .title_type02 {
	margin:0 0 35px;
}



#borrow_method .borr_flow_field li{
	background:#ecf1d8;
	margin:30px 0;
}
#borrow_method .borr_flow_field .ft_icon {
	background:#c0cf7b;
}
#borrow_method .borr_flow_field .casenum {
	background:#a2c019;
	color:#fff;
} 
#borrow_method .borr_flow_field h4 {
	color:#028141;
} 
#borrow_method .borr_flow_field .atten {
	color:#ff6600;
}
#borrow_method .borr_flow_field .flow_type02 .link_btns {
	padding-top:8px;
}
#borrow_method .borr_flow_field .flow_type02 .link_btn {
	display:inline-block;
	text-decoration:none;
	margin-right:15px;
}
#borrow_method .borr_flow_field .flow_type02 .link_btn::before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 16px;
	padding-right: 4px;
	font-weight: bold;
}

#repay_simu {

}
#repay_simu .title_type02 {
	margin:0 0 35px;
}
#repay_method .title_type02 {
	margin:0 0 35px;
}
#repay_request .title_type02 {
	margin:0 0 35px;
}
#repay_simu .lefter {
	float:left;
	width:500px;
}
#repay_simu .righter {
	float:right;
	width:580px;
}
#repay_simu .righter .rs_box {
	background:#ffffdd;	
	border:1px solid #4f8cca;
	color:#0066cc;
	padding:20px 0;
	text-align:center;
}
#repay_simu .righter .rs_box p{
	margin-bottom:8px;
}

#repay_method .repay_flow_field li{
	background:#e7f0f9;
	margin:30px 0;
}
#repay_method .repay_flow_field .ft_icon {
	background:#afccea;
}
#repay_method .repay_flow_field .casenum {
	background:#5e9ad5;
	color:#fff;
} 
#repay_method .repay_flow_field h4 {
	color:#028141;
} 
#repay_method .repay_flow_field .atten {
	color:#ff6600;
}
#repay_method .repay_flow_field .flow_type02 .link_btns {
	padding-top:8px;
}
#repay_method .repay_flow_field .flow_type02 .link_btn {
	display:inline-block;
	text-decoration:none;
	margin-right:15px;
}
#repay_method .repay_flow_field .flow_type02 .link_btn::before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 16px;
	padding-right: 4px;
	font-weight: bold;
}

#repay_request .lefter {
	float:left;
	width:520px;
}
#repay_request .righter {
	float:right;
	width:520px;
}
#repay_request .righter .rr_box {
	background:#ffffdd;	
	border:1px solid #15a173;
	color:#006633;
	padding:20px 0;
	text-align:center;
	margin-top:20px;
}
#repay_request .righter .rr_box p{
	margin-bottom:10px;
}

#item_list_main #item_list_top {
	margin-bottom:60px;
}
#item_list_main #item_list_top .ilt_area {
	background:url(images/bg02.png);
	margin:50px 0 0;
	position:relative;
	padding:60px 0 30px;
}
#item_list_main #item_list_top .ilt_area h3{
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}
#item_list_main #item_list_top .ilt_area p:nth-of-type(odd){
	float:left;
	width:50%;
	text-align:right;
}
#item_list_main #item_list_top .ilt_area p:nth-of-type(even){
	float:right;
	width:50%;
	text-align:left;
}
#item_list_main .il_objects  {
	margin:0 0 80px;
}
#item_list_main .il_objects .title_type02 {
	margin:0 0 25px;
}
#item_list_main #item_cashing .il_objects_field {
	background:#eaeff9;
}
#item_list_main #item_centralkun .il_objects_field{
	background:#e0f0e2;
}
#item_list_main #item_myladies .il_objects_field {
	background:#f8ecf3;
}
#item_list_main #item_cashing .il_objects_field .bigs {
	color:#506da9;
}
#item_list_main #item_centralkun .il_objects_field .bigs {
	color:#3e7c46;
}
#item_list_main #item_myladies .il_objects_field .bigs {
	color:#b4607e;
}
#item_list_main .il_objects .il_objects_field {
	padding:20px;
	border-radius:15px;
}
#item_list_main .il_objects .lefter {
	float:left;
	width:300px;
}
#item_list_main .il_objects .centerer {
	float:left;
	width:500px;
}
#item_list_main .il_objects .centerer .bigs {
	padding:20px 0;
	font-size:32px;
	font-weight:bold;
}
#item_list_main .il_objects .righter {
	float:right;
	width:235px;
}
#item_list_main .il_objects .righter p{
	text-align:center;
	line-height:1.5;
	margin-bottom:10px;
}
#item_list_main .il_objects a {
	text-decoration:none;
}
#item_list_main .il_objects a:hover {
	text-decoration:underline;
}
#item_list_main .il_objects a.link_btn {
	text-decoration:none;
}
#item_list_main .il_objects .link_btn {
	display:inline-block;
	text-decoration:none;
	margin-right:15px;
}
#item_list_main .il_objects .link_btn::before {
	content: "\f105";
	font-family: fontAwesome;
	font-size: 16px;
	padding-right: 4px;
	font-weight: bold;
}
#item_list_main .il_objects .il_detail_area {
	border:1px solid #d6dfd7;
	border-radius:3px;
	position:relative;
	background:#ffffff;
	margin-top:18px;
	width:100%;
	padding:18px;
	box-sizing:border-box;
}
#item_list_main .il_objects .openbtn {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 13px;
	cursor:pointer;
	z-index:1000;
	width:40px;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
#item_list_main .il_objects .openbtn:hover {
	cursor:pointer;
}
#item_list_main .il_objects .openbtn span {
	position:absolute;
	top:5px;
}
#item_list_main .il_objects .openbtn span:nth-of-type(1) {
	cursor:pointer;
}
#item_list_main .il_objects .openbtn span:nth-of-type(2) {
	cursor:pointer;
	display:none;
}
#item_list_main .il_objects .openbtn span:nth-of-type(1)::before{
	content:"\f055";
	font-family:fontAwesome;
	position:absolute;
	top: -5px;
	left: -20px;
	font-size:18px;
}
#item_list_main .il_objects .openbtn span:nth-of-type(2)::before {
	content:"\f056";
	font-family:fontAwesome;
	position:absolute;
	top: -5px;
	left: -20px;
	font-size:18px;
}
#item_list_main .il_objects .ida_main_field {
	display:none;
}




#suport_selective {
	margin:0 0 80px;
}
.sup_flow_field {
	background:#e7f0f9;
	padding:0px 0 20px;
}
.sup_flow_field h3{
	background:#5e9ad5;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:20px 0;
	margin-bottom:40px;
}
.sup_flow_field h3 span{
	position:relative;
}
.sup_flow_field h3 span::before{
	position:absolute;
	top: -6px;
	left: -45px;
}
.sup_flow_field h3 span::before{
	content:url(images/icon03.png);
}
.sup_flow_field h5{
	text-align:center;
}
.sup_flow_field .flow_type01{
	width:1060px;
	margin:0 auto;
}
.sup_flow_field .flow_type01 li{
	background:#4284c6;
	margin-bottom: 20px;
}
sup_flow_field .flow_type01 .lefter{
	width:660px;
}
.sup_flow_field .flow_type01 .lefter.widfull{
	width:100%;
}
.sup_flow_field .flow_type01 .lefter .inner_title {
	color:#ffffff;
	height:90px;
	padding:15px 0 0 ;
}
.flow_type01 .lefter .inner_title span {
	border-right:3px solid #b0c4d9;
	float:left;
	margin-top: -15px;	
}
.sup_flow_field .flow_type01 .righter{
	width:328px;
}
.sup_flow_field .flow_type01 .link_btns {
	
}
.sup_flow_field .flow_type01 .link_btn {
	display:inline-block;
	text-decoration:none;
	margin-right:15px;
}
.sup_flow_field .flow_type01 .link_btn::before {
	font-size: 16px;
	padding-right: 4px;
	font-weight: bold;
}



#suport_sender {
	margin:0 0 80px;
}

.sup_send_field {
	background:#e7f0f9;
	padding:0px 0 20px;
}
.sup_send_field h3{
	background:#5e9ad5;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:20px 0;
	margin-bottom:40px;
}
.sup_send_field h3 span{
	position:relative;
}
.sup_send_field h3 span::before{
	position:absolute;
	top: -6px;
	left: -45px;
}
.sup_send_field h3 span::before{
	content:url(images/icon03.png);
}
.sup_send_field h4 {
    color: #ffffff;
    padding: 15px;
    background: #4284c6;
    margin: 0 23px 20px;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 10px;
}
.sup_send_field h4 span {
    border-right: 3px solid #b0c4d9;
    font-size: 50px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    margin-right: 15px;
}

.sup_send_field .form_area {
	border-radius: 10px;
	background:#ffffff;
	margin: 0 23px 20px;
	padding:30px;
 }
.sup_send_field .form_area p{
	line-height:1.8;
}
.sup_send_field .form_area p.strongtext{
	font-size:24px;
	color:#009966;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
.sup_send_field .form_area a{
	color:#ff0000;
}
.sup_send_field .sup_ext_box {
	margin:40px 0;
	border:1px solid #1ca56a;
	position:relative;
}
.sup_send_field .sup_ext_box h5{
	background:#1ca56a;
	padding:20px 30px;
	font-size:26px;
	color:#ffffff;
	font-weight:bold;
}
.sup_send_field .sup_ext_box .linker {
	background:#fff;
	width:245px;
	position:absolute;
	top:10px;
	right:10px;
}
.sup_send_field .sup_ext_box .linker a{
	font-size:16px;
	padding:15px 0;
	display:block;
	text-align:center;
	color:#000000;
}
.sup_send_field .sup_ext_box .seb_inner {
	padding:25px 30px;
	height:275px;
	box-sizing:border-box;
	overflow-y:scroll;
	font-size:14px;
}



.sup_send_field .table_type01 dt{
	width:25%;
	box-sizing:border-box;
}
.sup_send_field .table_type01 dd{
	width:75%;
	box-sizing:border-box;
}


.sup_send_field .careful {
	background:#ff6868;
	padding:35px 20px;
	color:#ffffff;
	font-weight:bold;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.sup_send_field .careful strong{
	color:#fff000;
}
.sup_send_field .careful a{
	color:#fff000;
}

.sup_send_field .agree_command {
	background:#efefee;
	text-align:center;
	padding:20px 0 20px;
	font-size:16px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.sup_send_field .agree_command label{
	margin:15px;
	display:inline-block;
}
.sup_send_field .btn_area{
	text-align:center;
	padding:40px 0 0px;
}
.sup_send_field .btn_area a{
	color:#009966;
}




#entry_room {
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	background: #fdede4;
	padding: 40px 0 20px;
}

.entry_field {
	border-radius: 10px;
	background:#ffffff;
	margin: 0px 23px 20px;
	padding:30px 30px 80px;
 }
.entry_field a{
	color:#ff0000;
}
.entry_field p{
	line-height:1.8;
	font-size:14px;
}
.entry_field p.strongtext{
	font-size:24px;
	color:#009966;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

.entry_field .entry_mes_box {
	margin:40px 0;
	border:1px solid #1ca56a;
	position:relative;
}
.entry_field .entry_mes_box h3{
	background:#1ca56a;
	padding:20px 30px;
	font-size:26px;
	color:#ffffff;
	font-weight:bold;
}

.entry_field .entry_mes_box .linker a{
	font-size:16px;
	padding:15px 0;
	display:block;
	text-align:center;
	color:#000000;
}
.entry_field .entry_mes_box .emb_inner {
	padding:25px 30px;
	height:275px;
	box-sizing:border-box;
	overflow-y:scroll;
	font-size:14px;
}

.entry_field .table_type01 {
	margin:20px 0 60px;
}
.entry_field .table_type01 dt{
	width:25%;
	box-sizing:border-box;
}
.entry_field .table_type01 dd{
	width:75%;
	box-sizing:border-box;
}
.entry_field .table_type01 p.btm01{
	margin-bottom:10px;
}

.entry_field .entry_flow {
	margin-bottom:20px;
	
}
.entry_field .entry_flow p{
	background:#909090;
	position:relative;
	color:#ffffff;
	width:300px;
	float:left;
	text-align:center;
	margin-right:47px;
	padding:25px 0;
	font-size:24px;
	
}
.entry_field .entry_flow p.activate{
	background:#009966;
}
.entry_field .entry_flow p::after{
	content:"\f105";
	font-family:fontAwesome;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right: -34px;
	color: #009966;
	font-size: 51px
}
.entry_field .entry_flow p:nth-last-of-type(1) {
	margin-right:0;
}

.entry_field .entry_flow p:nth-last-of-type(1)::after{
	content:none;
}



.entry_field .btn_area{
	text-align:center;
	margin:60px 0 0px;
}
.entry_field .btn_area p{
	margin: 5px 0;
}
.entry_field .btn_area a{
	color:#009966;
}

#sitemap_list a{
	text-decoration:none;
} 
#sitemap_list a:hover{
	text-decoration:underline;
} 


#contact_tel {
	margin:0 0 80px;
}

#contact_tel p{
	margin-bottom:18px;
	font-size:17px;
}

#contact_mail p{
	margin-bottom:18px;
	font-size:17px;
}


.contact_room {
	margin:50px 0 80px;
	background:#fdede4;
	padding:40px 0 20px;
}

.contact_field {
	border-radius: 10px;
	background:#ffffff;
	margin: 0px 23px 20px;
	padding:30px 30px 80px;
 }
#contact_mail .contact_field p {
	font-size:15px;
}
.contact_field .table_type01 {
	margin:20px 0 60px;
	font-size:15px;
}

.contact_field .table_type01 dt{
	width:25%;
	box-sizing:border-box;
}
.contact_field .table_type01 dd{
	width:75%;
	box-sizing:border-box;
}
.contact_field .table_type01 p.btm01{
	margin-bottom:10px;
}
.contact_field .btn_area{
	text-align:center;
}
.inner_linker a{
	background: #ddd;
    position: relative;
    font-weight: bold;
    padding: 15px;
    display: block;
	text-decoration:none!important;
	color:#0c9f5f!important;
margin-top: 5px;
}
.inner_linker a::after{
	content: "\f105";
    font-family: fontAwesome;
    font-size: 21px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    height: 31px;
}



#attention_mail h3{
	margin-bottom:20px;
} 
#attention_mail p{
	text-align:left;
	line-height:1.4;
	margin-bottom:1em;
} 




#priv_data_main p {
	font-size:17px;
	line-height:1.8;
}
#priv_data_main p.text01 {
	margin-bottom:1.5em;
}
#priv_data_main p.text02 {
	margin-bottom:0em;
	padding-left:1em;
	text-indent:-1em;
}
#priv_data_main p.text03 {
	text-align:right;
	margin-top:1.5em;
}


#privacy_main p {
	font-size:17px;
	line-height:1.8;
}
#privacy_main p.text01 {
	padding-left:1em;
}
#privacy_main p.text02 {
	margin-bottom:1.5em;
	padding-left:1em;
}
#privacy_main p.text03 {
	text-align:right;
	margin-top:1.5em;
}
#privacy_main h3 {
	font-size:24px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;
	margin:2em 0 1em;
}
#shoplist_table {
	margin:0 0 60px;
}
#shoplist_table table td.address{
	width:345px;
	box-sizing:border-box;
}
#shoplist_table table td.manned{
	width:80px;
	text-align:center;
	color:#0c9f5f;
	box-sizing:border-box;
}
#shoplist_table table td.machine{
	width:80px;
	text-align:center;
	color:#0c9f5f;
	box-sizing:border-box;
}
#shoplist_table table td.atm{
	width:80px;
	text-align:center;
	color:#0c9f5f;
	box-sizing:border-box;
}



#atmlist_table table td.banks {
	width:300px;
	text-align:center;
	box-sizing:border-box;
	vertical-align:middle;
}
#atmlist_table table td.req_types {
	width:400px;
	text-align:center;
	box-sizing:border-box;
	vertical-align:middle;
}
#atmlist_table  table td.flo_types {
	width:400px;
	text-align:center;
	box-sizing:border-box;
	vertical-align:middle;
}

#atmlist_table .atten_box_area {
	border:#0c9f5f 2px solid;
	padding:20px;
	margin:80px 0 0 ;
}
#atmlist_table .atten_box_area h3{
	text-align:center;
	color:#0c9f5f;
	margin-bottom:15px;
	font-size:20px;
}
#atmlist_table p{
	margin:0 0 1em;
}
#atmlist_table p{
	margin:0 0 1em;
}
#atmlist_table p strong{
	font-size:20px;
	font-weight:bold;
	color:#0c9f5f;
}






.shop_single {
	text-align:left;
	width:630px;
}
.ss_title {
	position:relative;
	margin-bottom:20px;
}
.ss_icons{
	position:absolute;
	top: 7px;
	right: 0px;
}
.ss_icons p{
	float:left;
	margin-right:10px;
}

.shop_single iframe{
	width:100%;
	height:330px;
	margin-bottom:25px;
}
.shop_single dl dt {
	background:#e2d9cf;
	width:100px;
	border-bottom:1px solid #fff;
	float:left;
	padding:10px;
	text-align:center;
}
.shop_single dl {
	font-size:13px;
	line-height:1.5;
}
.shop_single dl dd {
	width:530px;
	float:right;
	border-bottom:1px solid #fff;
	padding:10px;
	
}
.shop_single dd.shop_time p  {
	margin-bottom:10px;
}
.shop_single dd.shop_time p:nth-last-of-type(1) {
	margin-bottom:0px;
}
.shop_single dd.shop_time p span:nth-of-type(1) {
	float:left;
}
.shop_single dd.shop_time p span:nth-of-type(1)::after {
	content:"・・・";
}
.shop_single dd.shop_time p span:nth-of-type(2) {
	padding-left:160px;
	display:block;
}



#question5_main {
	margin:0 0 80px;
}

#question5_main .answer_area{
	background:#ffffdd;
	text-align:center;
	border:1px solid #4485c7;
	margin:30px 0 0 0;
	padding:40px 0;
}
#question5_main .answer_area .startbtn{
	color:#0066cc;
	margin-bottom:30px;
}
#question5_main .answer_area .ng_area{
	color:#0066cc;
}
#question5_main .answer_area .ng_area b{
	font-size:35px;
	line-height:1.5;
}
#question5_main .answer_area .ng_area img{
	margin-bottom:10px;
}
#question5_main .answer_area .ok_area{
	color:#ed3c5e;
}
#question5_main .answer_area .ok_area b{
	font-size:35px;
	line-height:1.5;
}
#question5_main .answer_area .ok_area img{
	margin-bottom:10px;
}
#question5_main .answer_area .ok_area a{
	color:#ed3c5e;
}

.kashitsuke_table {
	margin:0 0px 30px;
}
.kashitsuke_table dd table td{
	text-align:right;
	padding:0 5px 5px 0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

















.infonews_single_main p {
	line-height:1.8;
	margin-bottom:1em;
}
.infonews_single_main ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.infonews_single_main ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.infonews_single_main hr {
	clear:both;
	padding:0px 0 10px;
	border-top:2px dotted #a08380;
	border-bottom:0px;
	border-left: 0px;
	border-right: 0px;	
}
.infonews_single_main strong { font-weight: bold; }
.infonews_single_main em { font-style: italic; }
.infonews_single_main blockquote {
    display: block;
       -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 40px;
}
 
/* img */

.infonews_single_main img {
    margin-bottom: 10px
}
.infonews_single_main .aligncenter {
    display: block;
    margin: 0 auto 10px;
}
.infonews_single_main .alignright { float: right; clear:both; margin-left:10px;}
.infonews_single_main .alignleft { float: left; clear:both; margin-right:10px;}
 
.infonews_single_main img[class*="wp-image-"],
.infonews_single_main img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


#seven {
	width:747px;
	margin:0 auto;
	text-align:center;
}
.seven01 {

}
.seven02 {

}
.seven03 {
	padding:8px;
	background:#f1f1f1;
	margin:10px 0;
}
.seven04 {

}
.seven05 {
	margin:30px 0 10px;
}
.seven06 {
	margin:0px 0 50px;
}
.seven07 {

}


#seven {
	width:747px;
	margin:0 auto;
	text-align:center;
}
.seven01 {

}
.seven02 {

}
.seven03 {
	padding:8px;
	background:#f1f1f1;
	margin:10px 0;
}
.seven04 {

}
.seven05 {
	margin:30px 0 10px;
}
.seven06 {
	margin:0px 0 50px;
}
.seven07 {

}

#day30 {
	width:751px;
	margin:0 auto;
}
.day30_01 {

}
.day30_02 {

}
.day30_03 {

}
.day30_04 {
	margin:40px 0;
}
.day30_05 {
	border:1px solid #666;
	padding:30px;
}















/* fetherlight extend */
.fetherlight_box {
	display:none;
}
.fetherlight_box img{
	display:inline-block;
	margin:0 20px;
}
.featherlight .featherlight-content {
	overflow:visible;
	padding: 50px 50px 25px;
	max-width: 1100px;
	text-align: center;
	border-radius: 40px;
}
.featherlight .featherlight-close-icon {
	top: 20px;
	right: 20px;
	font-size:30px;
}








/* waypoints */
.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/* turn */
.turner{
animation-name: turnY;
animation-duration: 2s;
animation-iteration-count: 1;
-webkit-animation-name: turnY;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes turnY{
0%{-webkit-transform: rotateY(0deg);}
100%{-webkit-transform: rotateY(360deg);}
}
@keyframes turnY{
0%{transform: rotateY(0deg);}
100%{transform: rotateY(360deg);}
}


.post			{width: 1100px;
			margin-left: 0px;
			margin-bottom: 20px;}

.post table		{
	width: 1100px;
	border-collapse: collapse;
	margin-bottom: 30px;
	font-size: 14px;
}

.post th		{
	width: 400px;
	border-top: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	border-left: solid 1px #b2b2b2;
	border-right: solid 1px #b2b2b2;
	padding: 2px;
	background-color: #faede5;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
}

.post td		{width:700px;
			border-top: solid 1px #b2b2b2;
			border-bottom: solid 1px #b2b2b2;
			border-right: solid 1px #b2b2b2;
			background-color: #ffffff;
			padding: 2px;
			color: #666666;
			font-size: 14px;
			line-height: 20px;}
