﻿@charset "utf-8";
/* base
-------------------------------------------------------*/
.pc {
	display: block!important;
}
.sp {
	display: none!important;
}
.pc_no { display: none;}
.tab_no { display: block;}
.sp_no { display: block;}

.pc_blo { display: block;}
.pc_in { display: inline;}
.pc_inb { display: inline-block;}
/* base 
------------------------------------------------*/
:root {
	background-color: #fff;
}
html {
	min-height: 100%;
}
body {
	color: #000;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
}
/*a:link,a:visited { color:#142A8D;}*/
a:link,a:visited { color:#111;}
a:hover,a:active  { text-decoration: underline; text-decoration: none;}
ul,
ol {
	list-style: none;
}
.business_contents {
	position: relative;
	display: block;
	clear: both;
	box-sizing: border-box;
	width: 100%;
	/*max-width: 993px;*/
	width: 993px;
	margin: 0 auto;
	padding: 0;
}
.business_contents:before { content:""; display:table;}
.business_contents:after { content:""; display:table; clear:both;}
.business_contents { zoom:1;}
.business_contents img {
	width: 100%;
}
.business_contents * {
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
.business_contents_in {
	background:  #333;
	padding-bottom: 5px;
}
/* content
-------------------------------------------------------*/
.business_contents .logo {
	padding: 10px;
}
.business_contents .logo img {
	width: 425px;
}
.lead {
	clear: both;
	color:  #fff;
	background: #000;
}
.lead .item {
	padding: 20px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.lead .item:before { content:""; display:table;}
.lead .item:after { content:""; display:table; clear:both;}
.lead .item { zoom:1;}
.lead .item:last-child {
	border-bottom: none;
}
.lead .image {
	box-sizing: border-box;
}
.lead .image img {
	width: auto;
	max-width: 100%;
}
.lead .text {
	box-sizing: border-box;
	margin-bottom: 10px;
}
.lead .item.image_l .text,
.lead .item.image_r .text {
	width: 60%;
}
.lead .item.image_l .image,
.lead .item.image_r .image {
	width: 40%;
}
.lead .item.image_r .image {
	float: right;
}
.lead .item.image_r .text {
	float: left;
	padding-right: 10px;
}
.lead .item.image_l .image {
	float: left;
}
.lead .item.image_l .text {
	float: right;
	padding-left: 10px;
}

/* temp
-------------------------------------------------------*/
.base_text {
	margin-bottom: 10px;
}
.text_btn,
a.text_btn,
input.text_btn {
	display: block;
	background: url(../images/arrow_w.png) no-repeat right center #379F46;
	border-radius: 3px;
	border: 2px solid #379F46;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	padding: 10px 40px 10px 20px;
	font-size: 110%;
	min-width: 200px;
}
.text_btn.type2,
a.text_btn.type2,
input.text_btn.type2 {
	background: url(../images/arrow.png) no-repeat right center #fff;
	color: #e83225;
}
.text_btn:hover,
a.text_btn:hover,
input.text_btn:hover {
	opacity: 0.7;
}
.prevslide {
	display: none;
	cursor: pointer;
	color: #379F46;
}
.prevslide .close,
.prevslide.active .open {
	display: none;
	text-decoration: underline;
}
.prevslide .open,
.prevslide.active .close {
	display: inline-block;
	padding: 0 10px;
	text-decoration: underline;
}
.slidecontents .slidepc {
	display: none;
}
.slidecontents.active .slidepc {
	display: inline
}
.d_inline { display: inline!important;}
.d_inlineblock { display: inline-block!important;}
.d_block { display: block!important;}
.cf:before { content:""; display:table;}
.cf:after { content:""; display:table; clear:both;}
.cf { zoom:1;}
.text_str { color: rgba(235,0,70,1);}
.text_err { color: rgba(235,0,70,1);}
.text_em { color: #22409a;}
.text_em2 { color: rgba(75,180,40,1);}
.text_em3 { color: #fdb813;}
.text_no { color: #ccc;}
.text_marker { background: #FFFF99;}
.size_ss { font-size: 70%;}
.size_s { font-size: 80%;}
.size_m { font-size: 100%;}
.size_l { font-size: 120%;}
.size_ll { font-size: 150%;}
.size_lll { font-size: 200%;}
.fl { float: left;}
.fr { float: right;}
.fn { float: none;}
.text_left { text-align: left;}
.text_right { text-align: right;}
.text_center { text-align: center;}
.m0 { margin: 0!important;}
.m10 { margin: 10px!important;}
.m20 { margin: 20px!important;}
.m30 { margin: 30px!important;}
.m40 { margin: 40px!important;}
.m50 { margin: 50px!important;}
.mt0 { margin-top: 0!important;}
.mt10 { margin-top: 10px!important;}
.mt20 { margin-top: 20px!important;}
.mt30 { margin-top: 30px!important;}
.mt40 { margin-top: 40px!important;}
.mt50 { margin-top: 50px!important;}
.mb0 { margin-bottom: 0!important;}
.mb10 { margin-bottom: 10px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.ml0 { margin-left: 0!important;}
.ml10 { margin-left: 10px!important;}
.ml20 { margin-left: 20px!important;}
.ml30 { margin-left: 30px!important;}
.ml40 { margin-left: 40px!important;}
.ml50 { margin-left: 50px!important;}
.mr0 { margin-right: 0!important;}
.mr10 { margin-right: 10px!important;}
.mr20 { margin-right: 20px!important;}
.mr30 { margin-right: 30px!important;}
.mr40 { margin-right: 40px!important;}
.mr50 { margin-right: 50px!important;}
.p0 { padding: 0!important;}
.p10 { padding: 10px!important;}
.p20 { padding: 20px!important;}
.p30 { padding: 30px!important;}
.p40 { padding: 40px!important;}
.p50 { padding: 50px!important;}
.pt0 { padding-top: 0!important;}
.pt10 { padding-top: 10px!important;}
.pt20 { padding-top: 20px!important;}
.pt30 { padding-top: 30px!important;}
.pt40 { padding-top: 40px!important;}
.pt50 { padding-top: 50px!important;}
.pb0 { padding-bottom: 0!important;}
.pb10 { padding-bottom: 10px!important;}
.pb20 { padding-bottom: 20px!important;}
.pb30 { padding-bottom: 30px!important;}
.pb40 { padding-bottom: 40px!important;}
.pb50 { padding-bottom: 50px!important;}
.pl0 { padding-left: 0!important;}
.pl10 { padding-left: 10px!important;}
.pl20 { padding-left: 20px!important;}
.pl30 { padding-left: 30px!important;}
.pl40 { padding-left: 40px!important;}
.pl50 { padding-left: 50px!important;}
.pr0 { padding-right: 0!important;}
.pr10 { padding-right: 10px!important;}
.pr20 { padding-right: 20px!important;}
.pr30 { padding-right: 30px!important;}
.pr40 { padding-right: 40px!important;}
.pr50 { padding-right: 50px!important;}
.wa { width: auto!important;}
.w100p { width: 100%!important;}
.w98p { width: 98%!important;}
.w96p { width: 96%!important;}
.w90p { width: 90%!important;}
.w86p { width: 86%!important;}
.w80p { width: 80%!important;}
.w70p { width: 70%!important;}
.w60p { width: 60%!important;}
.w50p { width: 50%!important;}
.w40p { width: 40%!important;}
.w33p { width: 33.33%!important;}
.w30p { width: 30%!important;}
.w20p { width: 20%!important;}
.w10p { width: 10%!important;}
.w300 { width: 300px!important;}
.w250 { width: 250px!important;}
.w200 { width: 200px!important;}
.w150 { width: 150px!important;}
.w100 { width: 100px!important;}
.w80 { width: 70px!important;}
.w60 { width: 60px!important;}
.w50 { width: 50px!important;}
.w30 { width: 30px!important;}
.w10 { width: 10px!important;}

@media screen and (min-width: 1000px) {
/* 1000pxより大きい場合 */
}
@media screen and (max-width: 1000px) {
/* 1000pxより小さい場合 */
	.pc-no { display: block;}
	.tab-no { display: none;}
	.sp-no { display: block;}
}
@media screen and (min-width: 768px) {
/* 768pxより大きい場合 */
}
/*@media screen and (max-width: 768px) {
 768pxより小さい場合 */
 @media screen and (max-width: 640px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.pc_no { display: block;}
	.tab_no { display: block;}
	.sp_no { display: none;}

	.pc_blo { display: none;}
	.pc_in { display: none;}
	.pc_inb { display: none;}

	/* base 
	------------------------------------------------*/
	.business_contents {
		width: 100%;
	}
	/* content
	-------------------------------------------------------*/
	.business_contents .logo {
		text-align: center;
		padding: 5px;
	}
	.business_contents .logo img {
		width: 150px;
	}
	.lead .image {
		text-align: center;
	}
	.lead .text {
		line-height: 1.2;
	}
	.lead .item {
		padding: 10px;
	}
	.lead .item.image_l *,
	.lead .item.image_r * {
		width: auto!important;
		float: none!important;
		padding: 0!important;
	}
	 /* temp
	-------------------------------------------------------*/
	 .prevslide {
		display: inline;
	 }
	.slidecontents .slidesp {
		display: none;
	}
	.slidecontents.active .slidesp {
		display: inline
	}
}
@media screen and (max-width: 450px) {
/* 450pxより小さい場合 */
}

/* list
-------------------------------------------------------*/
.list {
clear: both;
padding: 0 6px 0 5px;
}
.list * {
box-sizing: border-box;
}
.list:before { content:""; display:table;}
.list:after { content:""; display:table; clear:both;}
.list { zoom:1;}
.list .item {
clear: both;
margin-bottom: 0px;
padding:  5px;
}
.list .bar {
position: relative;
z-index: 2;
font-weight: bold;
background: #fff;
color: #333333;
line-height: 1.2;
padding: 10px;
width: 100%;
}
.list .box {
position: relative;
display: block;
width: 100%;
background: #fff;
}
.list .box:before { content:""; display:table;}
.list .box:after { content:""; display:table; clear:both;}
.list .box { zoom:1;}
.list .image {
width: auto;
display: block;
padding: 10px;
vertical-align: top;
}
.list .box .box_in {
display: table;
width: 100%;
}
.list .image img {
width: 100%;
max-width: 100%;
}
.list a img:hover {
opacity: 0.7;
}
.list .data {
display: block;
box-sizing: border-box;
vertical-align: top;
}
.list .info {
box-sizing: border-box;
padding: 10px;
background: #fff;
}
.list .title {
font-size: 120%;
line-height: 1.2;
margin-bottom: 10px;
}
.list .text {
font-size: 95%;
line-height: 1.4;
}
.list .button {
padding: 5px;
text-align: right;
background: #eee;
border: 5px solid #fff;
}
.list .btn {
display: inline-block;
padding: 5px;
}
.list .bar {
display: table;
font-size: 130%;
color: #EE333F;
padding-bottom: 0;
}
.list .bar > * {
display: table-cell;
text-align: left;
vertical-align: middle;
}
.list .bar > .icon {
width: 80px;
text-align: right;
}
.list .bar > .icon > span {
display: inline-block;
float: right;
background: #000;
color: #fff;
font-size: 70%;
padding:5px 10px;
}
.list.type_col1 .box .box_in > * {
display: table-cell;
padding-bottom: 70px;
}
.list.type_col1 .button {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.list.type_col1 .image {
width: 300px;
padding: 10px 0 3px 5px;
}
.list.type_col2 .item:nth-child(odd) {
clear: left;
}
.list.type_col2 .item {
width:  50%;
float: left;
clear: none;
}

.list.type_s .item .bar {
font-size: 100%;
background: #EEEEEE;
color: #333333;
padding: 10px;
border-top:3px solid #fff;
border-left:3px solid #fff;
border-right:3px solid #fff;
}
.list.type_s .data_in {
display: table;
width: 100%;
}
.list.type_s .info {
display: table-cell;
vertical-align: top;
font-size:  90%;
}
.list.type_s .button {
display: table-cell;
vertical-align: top;
border: none;
max-width: 201px;
}
.list.type_s .text_btn {
font-size: 90%;
padding: 7px 30px 7px 10px;
min-width: 120px;
}
.list.type_s .image {
width: 200px;
display: table-cell;
box-sizing: border-box;
padding: 5px 0 5px 5px;
vertical-align: top;
}
.list.type_s .data {
display: table-cell;
}
.list.type_s .info {
display:  block;
padding-bottom:  0;
}
.list.type_s .button {
display:  block;
position: relative;
left: inherit;
bottom: inherit;
width: auto;
max-width: inherit;
background: #fff;
}
.list.type_s.type_col1 .button {
}
.list.type_s.type_col1 .box .box_in > * {
padding-bottom: 5px;
}
@media screen and (max-width: 640px) {
	.business_contents {
	font-size: 90%;
	}
	.list .box {
	border: none;
	display: block;
	width: 100%;
	}
	.list.type_col1 .box .box_in > * {
	display: block;
	width: auto!important;
	padding-bottom: 0;
	}
	.list .image {
	width: auto;
	display: block;
	padding: 10px;
	margin: 0;
	border: none;
	text-align: center;
	background: #fff;
	margin-bottom: 10px;
	}
	.list .data {
	display: block;
	}
	.list .info {
	padding: 0 10px 10px 10px;
	}
	.list .button {
	padding: 0;
	text-align: center;
	}
	.list.type_col1 .button {
	position: relative;
	left: inherit;
	bottom: inherit;
	width: 100%;
	}
	.list .btn {
	display: block;
	padding: 5px;
	}
	.list.type_s .box .box_in > .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px!important;
	height: auto;
	padding: 5px;
	background: none;
	}
	.list.type_s .image img {
	width: 100%;
	height: auto;
	max-width: inherit;
	min-width: inherit;
	}
	.list.type_s.type_col1 .box .box_in > * {
	padding-bottom: 0;
	}
	.list.type_s .data_in {
	display: block;
	}
	.list.type_s .info {
	display: block;
	}
	.list.type_s .info .text {
	padding: 10px 0;
	padding-left: 140px;
	min-height: 95px;
	}
	.list.type_s .text {
	clear: both;
	margin-bottom:  5px;
	}
	.list.type_s .button {
	background: #eee;
	border: 3px solid #fff;
	display: block;
	max-width: none;
	padding: 0;
	}
	.list .bar {
	font-size: 120%;
	}
	.list.type_col2 .item:nth-child(odd) {
	clear: left;
	}
	.list.type_l.type_col2 .button {
	background: #eee;
	}
	.list.type_l .text_btn {
	padding: 10px 40px 10px 20px;
	font-size: 110%;
	min-width: 200px;
	}
	.list.type_col2 .item {
	width: auto;
	float: none;
	clear: both;
	}
	.list.type_col2.type_l .image {
	display:  block;
	}
	.list.type_col2.type_l .data {
	display:  block;
	}
	.list.type2.type_col2 .info {
	display:  block;
	padding-bottom:  0;
	}
	.list.type2.type_col2 .button {
	display:  block;
	}
}
