@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}

body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav {
	margin: 0;
	padding: 0;
	zoom: 1;
}

ul, ol {
	list-style-type: none;
}

img {
	border: none;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
}

body {
	line-height: 1.5;
	color: #6c6c6c;
	font-family:'メイリオ',Meiryo,Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color : #ffffff;

	/* ブラウザ間のフォントサイズの差をほぼなくす設定。 */
	font-size: 14px;
	* font-size: small;
	* font: x-small;
}

#container{
	width:100%;
	background-color : #ffffff;
	overflow : hidden;
}
@media only screen and (max-width: 400px) {
	#container{
		overflow : hidden;
	}
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}

#wrapper {
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#wrapHeaderTop {
	width : 100%;
}
#header  {
	position: relative;
}

.headLogo {
	position: absolute;
	top : 12px;
	left : 4px;
	text-align : left;
}
.headImage  {
	width : 100%;
	height : 320px;
	overflow : hidden;
	background : url(../img/top_img.jpg) no-repeat top center;
}
.headArea  {
	width : 100%;
	height : 200px;
	overflow : hidden;
	background-color : #fe0000;
	border-bottom : 10px solid #000000;
	position : relative;
}
.headArea h2 {
	width : 100%;
	text-align : center;
	font-size : 30px;
	color : #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.smp_headItem  {
	display : none;
}
@media only screen and (max-width: 1008px) {
	.headImage  {
		width : 100%;
		height : 30vw;
		overflow : hidden;
		background : url(../img/top_img.jpg) no-repeat top center;
		background-size : 210%;
	}
}
@media only screen and (max-width: 720px) {
	.headLogo {
		top : 24px;
	}
	.headLogo img {
		width : 200px;
	}
}
@media only screen and (max-width: 640px) {
	.headImage  {
		width : 100%;
		height : auto;
		overflow : hidden;
		background-image : none;
		margin-top : 72px;
	}
	.headImage img {
		width : 100%;
	}
	.smp_headItem  {
		display : block;
		text-align : center;
	}
	.headArea  {
		height : 100px;
		border-bottom : 4px solid #000000;
		margin-top : 72px;
	}
}
.headWord  {
	font-size : 12px;
	color : #8c786d;
	border : 1px solid #8c786d;
	position : absolute;
	top : 34px;
	left : 202px;
	padding : 2px 4px;
	z-index : 99;
}
.headWord_smp  {
	display : none;
}
.snsButtons  {
	display : block;
}
.topimages  {
	width : 100%;
	max-width : 1075px;
}
/* ヘッダー包括---------------------------*/
.headWord_btn  {
	display : none;
}
.headWord_cls  {
	display : none;
}
.headMenu  {
	width: 100%;
	position : relative;
	top : -10px;
	left : 0px;
	text-align : left;
	z-index : 90;
}
.headInner  {
	width: 100%;
	max-width: 1075px;
	height : 106px;
	margin: 0 auto;
	position : relative;
}
.headMenuInner  {
	width: 100%;
	max-width: 1075px;
	height : 54px;
	margin: 0 auto;
	position : relative;
	background-color : #9a0000;
	border-radius : 0 0 8px 8px;
	box-sizing: border-box;
	border-left : 1px solid #680000;
	border-right : 2px solid #470000;
	border-bottom : 2px solid #470000;
}
.headMenu table {
	width : 100%;
	height : 34px;
	border-collapse : collapse;
	position : relative;
	top : 10px;
}
.headMenu td {
	text-align : center;
	vertical-align : middle;
	width : 25%;
	box-sizing: border-box;
}
.headMenu td.rightbar {
	border-right : 1px solid #000000;
}
.headMenu td a {
	color : #ffffff;
	font-size : 18px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 14px;
	padding : 6px 0;
}
.headMenu td a:hover {
	color : #ffff88;
	text-decoration : none;
}
.headItem  {
	position : absolute;
	display : table;
	top : 22px;
	right : 4px;
	text-align : left;
	padding : 0;
	z-index : 98;
	font-size : 0;
	line-height : 0;
}
.headItem table {
	border-collapse : collapse;
}
.headItem table td {
	vertical-align : top;
}
.headTels  {
	position : relative;
	display : block;
	top : 1px;
	left : 0px;
	text-align : left;
	padding : 0;
	width : 540px;
	height : 62px;
	background : #ffffff url(../img/tel_grad.png) repeat-x 0 0;
	border : 1px solid #c7c7c7;
	border-radius : 4px;
	box-sizing : border-box;
}
.ftcenter  {
	position : absolute;
	left : 7px;
	top : 11px;
}
.ftcenter p {
	background : #ffffff url(../img/tel.png) no-repeat left 1px;
	padding-left : 32px;
	font-size : 27px;
	line-height : 25px;
	font-weight : bold;
	color : #000000;
}
.ftcenter p span {
	display : inline-block;
	font-size : 18px;
	position : relative;
	top : -3px;
}
.ftcenter div {
	padding-left : 2px;
	font-size : 10px;
	line-height : 13px;
	font-weight : bold;
	color : #000000;
	margin-left : -6px;
}
.ftcenter div span {
	display : inline-block;
	position : relative;
	left : -4px;
}
.ftright  {
	position : absolute;
	right : 6px;
	top : 4px;
	width : 243px;
	font-size : 0;
	line-height : 0;
}
.headLine  {
	display : block;
	text-align : right;
	padding : 1px 0 0 0;
	width : 15.2vw;
	max-width : 168px;
	padding-left : 2vw;
	box-sizing : border-box;
}
.headLine img {
	width : 100%;
	max-width : 146px;
}
@media only screen and (max-width: 1000px) {
	.headItem  {
		top : 6px;
	}
	.headItem .headTels  {
		top : 0px;
		left : 0px;
		width : 298px;
		height : 94px;
		background : #ffffff url(../img/tel_grad_h.png) repeat-x 0 0;
	}
	.headItem .ftcenter  {
		left : 8px;
		top : 4px;
	}
	.headItem .ftright  {
		right : 0px;
		top : 48px;
		text-align : center;
		width : 100%;
	}
	.headItem .ftright img {
		width : 200px;
	}
}
#wrapTopMenu {
	width: 1183px;
	position: relative;
	margin: 0 auto;
}
.headMenu td a.bdnone  {
	padding-left : 3px;
}
.snsBtnCell  {
	display : table-cell;
}
.titleArea  {
	text-align : center;
	padding : 19px 0 22px 0;
	background : url(../img/title_back.png) repeat-x left bottom;
	background-size : 1px 100%;
	position : relative;
}
.titleArea img {
	width : 100%;
	max-width : 884px;
}
.titleArea a img {
	width : 100%;
	max-width : 295px;
}
.smp_headbtn  {
	display : none;
	text-align : center;
	width : 100%;
	position : absolute;
	left : 0;
	bottom : 6.5vw;
}
.smp_headbtn a img {
	width : 50%;
	min-width : 160px;
}
.pc_headbtn  {
	display : block;
	position : absolute;
	left : 50%;
	margin-left : -70px;
	bottom : 20px;
}
.titleWrap  {
	background-color : #a6d9ea;
	border-bottom : 6px solid #000000;
	padding-top : 18px;
	text-align : center;
	font-size : 0px;
	line-height : 0;
}
.titleWrap img {
	width : 100%;
	max-width : 1014px;
}
.wrapContents {
	width: 100%;
	position : relative;
}
#p_points  {
	display : block;
}
#s_points  {
	display : none;
}
.pc_headline  {
	display : inline;
}
.smp_headline  {
	display : none;
}
.smptopimg  {
	display : none;
}
.smpHeadMenu  {
	display : none;
}
@media only screen and (max-width: 640px) {
	#header  {
		position : fixed;
		top : 0;
		left : 0;
		width : 100%;
		background-color : #ffffff;
		height : 72px;
		z-index : 999;
	}
	.headInner  {
		height : 72px;
	}
	.smptopimg  {
		display : block;
	}
	.headItem  {
		display : none;
	}
	.pc_headline  {
		display : none;
	}
	.smp_headline  {
		display : inline;
	}
	.smp_headbtn  {
		display : block;
	}
	.pc_headbtn  {
		display : none;
	}
	.headLogo {
		top : 8px;
		width : 100%;
		text-align : center;
	}
	.headLogo img {
		width : 200px;
	}
	.headMenu  {
		display : none;
	}
	.smpHeadMenu  {
		display : block;
		width: 101%;
		position : fixed;
		top : -300px;
		left : -1px;
		height : auto;
		background-color : #9a0000;
		z-index : 998;
	}
	.smpMenuInner  {
		z-index : 100;
		background-color : #ffffff;
		height : 60px;
	}
	.smpHeadMenu table,
	.smpHeadMenu tbody,
	.smpHeadMenu tr {
		display : block;
		width : 100%;
		height : auto;
		top : 0px;
	}
	.smpHeadMenu table  {
		background-color : #9a0000;
		border-collapse : collapse;
		border : 0px none;
	}
	.smpHeadMenu td {
		display : block;
		width : 100%;
		text-align : center;
		vertical-align : middle;
		border-bottom : 1px solid #ffffff;
		padding : 10px 0;
		box-sizing: border-box;
	}
	.smpHeadMenu td a {
		color : #ffffff;
		font-size : 18px;
		font-weight : bold;
		text-decoration : none;
		display : block;
		line-height : 19px;
		padding : 10px 0;
	}
	.headWord_cls  {
		display : block;
		text-align : right;
		position : absolute;
		top : 11px;
		right : 8px;
	}
	.smpTels  {
		position : relative;
		display : block;
		text-align : center;
		padding : 0;
		width : 100%;
		max-width : 500px;
		margin : 0 auto;
		box-sizing : border-box;
	}
	.ctcenter  {
		position : relative;
		left : 0;
		top : 0;
	}
	.ctcenter p {
		display : inline-block;
		margin : 0 auto;
		background : #ffffff url(../img/tel.png) no-repeat left center;
		padding-left : 32px;
		font-size : 8vw;
		line-height : 1.1;
		font-weight : bold;
		color : #000000;
	}
	.ctcenter p span {
		display : inline-block;
		font-size : 6vw;
		position : relative;
		top : -3px;
	}
	.ctcenter p a {
		color : #000000;
		text-decoration : none;
	}
	.ctcenter div {
		padding-left : 2px;
		font-size : 3vw;
		line-height : 1.1;
		font-weight : bold;
		color : #000000;
		margin : 4px 0 8px 0px;
	}
	.ctcenter div span {
		display : inline-block;
		position : relative;
		left : -4px;
	}
	.ctright  {
		position : relative;
		font-size : 0;
		line-height : 0;
		margin-bottom : 24px;
	}
	.ctright img {
		height : 13vw;
		max-height : 49px;
	}
}

/*　ロゴ包括-----------------------------*/
#wrapHeaderTop #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

#wrapHeader #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

.top_container {
	position : absolute;
	font-size : 10px;
	color : #000000;
	padding: 0;
	top : 0px;
	right :0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */

/* コンテンツ包括
---------------------------------------------------------------------- */
#wrapMain {
	margin-top : 20px;
}
.innerContents  {
	width : 100%;
	max-width : 1075px;
	margin : 0 auto;
	position : relative;
}
.innerContents_w  {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	position : relative;
}

.top_images  {
	position : relative;
}
.top_images p  {
	position : absolute;
	top : 126px;
	left : 422px;
}
#news,#commit,#info  {
  padding-top : 64px;
  margin-top : -64px;
}

/* メインコンテンツ包括---------------------------*/
.normalWrap  {
	width : 100%;
	max-width : 1075px;
	margin : 0 auto;
	padding : 0 5px;
	overflow : hidden;
	box-sizing: border-box;
}
.normalWrap_p  {
	width : 100%;
	max-width : 1075px;
	margin : 0 auto;
	padding : 0 5px;
	overflow : hidden;
	box-sizing: border-box;
}
.top_images  {
	width: 100%;
	position : relative;
	z-index : 2;
	text-align : center;
	background : url(../img/top_image.jpg) repeat-x top center;
	max-height : 576px;
	font-size : 0;
	line-height : 0;
}

.leftContents  {
	width : 27%;
	max-width : 291px;
	float : left;
	vertical-align : top;
	padding-right : 2%;
	padding-left : 4px;
	box-sizing: border-box;
}
.leftContents img {
	width : 100%;
}
.leftContents h3 {
	width : 100%;
	padding : 6px 0;
	text-align : center;
	color : #ffffff;
	font-size : 18px;
	background-color : #969696;
	margin-bottom : 12px;
}
.mainContents  {
	width : 73%;
	max-width : 782px;
	float : right;
	vertical-align : top;
	box-sizing: border-box;
	padding-right : 4px;
}
@media only screen and (max-width: 1070px) {
	.mainContents  {
		width : 73%;
	}
}
.leftNavi  {
	display : block;
	margin-top : 12px;
	padding-left : 4px;
}
.leftNavi li {
	border-bottom : 1px dotted #c7c7c7;
}
.leftNavi li a {
	display : block;
	padding : 10px 0 10px 8px;
	background : url(../img/arrow.png) no-repeat right center;
	font-size : 16px;
	color : #969696;
	text-decoration : none;
}
.leftNavi li a:hover {
	color : #000000;
}

.ttl01  {
	width : 100%;
	padding : 0;
	margin : 0;
	background : url(../img/ttl_back.png) repeat-x 0 0;
	border : 1px solid #bbbbbb;
}
.ttl01 span {
	display : block;
	font-size : 18px;
	color : #231816;
	padding : 7px 0 6px 10px;
	border-left : 6px solid #fe0000;
}
.ttl01r  {
	width : 100%;
	padding : 0;
	margin : 0;
	background-color : #fe0000;
	border : 1px solid #bbbbbb;
	position : relative;
}
.ttl01r span {
	display : block;
	font-size : 18px;
	color : #ffffff;
	padding : 7px 0 7px 10px;
	border-left : 6px solid #000000;
}
.ttl01r strong {
	display : block;
	position : absolute;
	top : 10px;
	right : 4px;
	font-size : 14px;
	color : #ffffff;
	font-weight : normal;
}
.planWrap  {

}
.planWrap .kome  {
	font-size : 12px;
	color : #636363;
	text-align : right;
	margin-bottom : 10px;
}
.planList  {
	width : 100%;
}
.planList th  {
	background : url(../img/dot.png) repeat-x left 18px;
	font-size : 18px;
	color : #231815;
	text-align : left;
	width : calc(100% - 227px);
	padding : 4px 0 16px 0;
}
.planList th span {
	display : inline-block;
	padding-right : 16px;
	background-color : #ffffff;
}
.planList td  {
	font-size : 18px;
	color : #231815;
	text-align : left;
	width : 226px;
	padding : 4px 0 16px 0;
	font-weight : bold;
}
.planWrap  {
	padding : 48px 0 0 0;
	margin : -48px 0 0 0;
}
.planWrap h3  {
	border : 1px solid #bbbbbb;
	padding : 7px 13px;
	color : #231815;
	font-size : 18px;
	margin : 18px 0;
}
.planWrap h4  {
	border-bottom : 1px solid #bbbbbb;
	padding : 6px 0px;
	color : #231815;
	font-size : 18px;
	margin : 4px 0;
}
.planWrap h5  {
	padding : 6px 0px;
	color : #231815;
	font-size : 16px;
	margin : 24px 0 4px 0;
}
.planWrap dl  {
	padding : 6px 0px;
	color : #606060;
	font-size : 14px;
}
.planWrap dt  {
	display : inline-block;
	width : 20px;
}
.planWrap dd  {
	display : inline-block;
	width : calc(100% - 20px);
}
.planWrap .pcomm  {
	color : #606060;
	font-size : 14px;
}
.planWrap .plice_r  {
	text-align : right;
	padding : 0px;
	color : #231815;
	font-size : 18px;
	font-weight : bold;
}
.planWrap .plice_l  {
	text-align : left;
	padding : 0px;
	color : #231815;
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 90px;
}
.planWrap .plice_l span {
	font-size : 14px;
	font-weight : normal;
}
	
.newsWrap  {
	margin-bottom : 70px;
}
.newsWrap dl {
	width : 100%;
	padding : 30px 0;
	color : #636363;
	border-bottom : 2px dotted #e4e4e4;
}
.newsWrap a {
	color : #636363;
	text-decoration : none;
}
.newsWrap a:hover {
	color : #231812;
	text-decoration : none;
}
.newsWrap dt {
	width : 100px;
	display : inline-block;
	vertical-align : top;
	padding-left : 26px;
}
.newsWrap dd {
	width : calc(100% - 134px);
	display : inline-block;
	vertical-align : top;
}
.newsWrap dd p {
	width : 100%;
	height : 36px;
	line-height : 18px;
	overflow : hidden;
	margin-top : 2px;
}
.tonews  {
	text-align : right;
	margin-top : 12px;
}
.tonews a {
	color : #636363;
	text-decoration : none;
}
.tonews a:hover {
	color : #000000;
}
.promiseWrap  {

}
.promiseWrap .comm01  {
	padding : 8px 6px;
	line-height : 1.8;
}
.promiseWrap .ttl02  {
	margin-top : 40px;
	color : #000000;
	font-size : 24px;
	text-align : center;
	letter-spacing : 1px;
}
.promiseWrap .ttl02 span {
	color : #ff0000;
}
.promiseWrap .ttl02 b {
	font-size : 36px;
}
.promise3  {
	text-align : center;
	margin : 28px 0 56px 0;
}
.promise3 table {
	width : 100%;
}
.promise3 td {
	width : 31.3%;
	padding : 0 1%;
	vertical-align : top;
}
.promise3 td h4  {
	font-size : 24px;
	text-align : center;
	width : 100%;
	max-width : 210px;
	background-color : #fe0000;
	border-radius : 50%;
	color : #ffffff;
}
.promise3 td h4.circle1  {
	padding-top : 90px;
	height : 120px;
}
.promise3 td h4.circle2  {
	padding-top : 72px;
	height : 138px;
}
.promise3 td h4 span {
	font-size : 16px;
}
.promise3 td p  {
	font-size : 14px;
	text-align : left;
	width : 200px;
	font-weight : bold;
	color : #fe0000;
	padding : 10px 5px;
}
.promise3 td p span {
	font-size : 12px;
	font-weight : normal;
}
.promiseIcon p  {
	display : inline-block;
	width : 32.7%;
}
.promiseIcon p img {
	width : 100%;
	max-width : 253px;
}
.bannerWrap  {
	text-align : center;
	position : relative;
	width : 715px;
	margin : 120px auto 40px auto;
}
.bannerWrap .headTels  {
	margin : 0 auto;
}
.addr  {
	text-align : center;
	font-size : 16px;
	color : #5f6867;
	margin-bottom : 16px;
}
.promiseArea  {

}
.promiseArea table {
	border-collapse : collapse;
	width : 100%;
}
.promiseItem {
	padding-top : 72px;
	margin-top : -72px;
}
.promiseArea th {
	width : 240px;
	padding : 0 0 6px 0;
}
.promiseArea th img {
	width : 100%;
}
.promiseArea td {
	width : calc(100% - 240px);
	padding : 0 0 6px 14px;
	vertical-align : middle;;
}
.bdbottom  {
	border-bottom : 2px dotted #bbbbbb;
	margin-bottom : 12px;
}
@media only screen and (max-width: 900px) {
	.promise3 td h4  {
		font-size : 20px;
		max-width : 180px;
	}
	.promise3 td h4.circle1  {
		padding-top : 75px;
		height : 105px;
	}
	.promise3 td h4.circle2  {
		padding-top : 62px;
		height : 118px;
	}
	.promise3 td h4 span {
		font-size : 16px;
	}
	.promise3 td p  {
		font-size : 13px;
		text-align : left;
		width : 170px;
		font-weight : bold;
		color : #fe0000;
		padding : 10px 5px;
	}
}
@media only screen and (max-width: 768px) {
	.promise3 table {
		display : block;
	}
	.promise3 tbody {
		display : block;
	}
	.promise3 tr {
		display : block;
	}
	.promise3 td {
		text-align : center;
		display : inline-block;
		width : 180px;
		vertical-align : top;
	}
	.promiseIcon p  {
		width : 48%;
	}
	.leftNavi li a {
		font-size : 14px;
	}
}
@media only screen and (max-width: 640px) {
	.leftContents  {
		width : 100%;
		max-width : 100%;
		float : none;
		vertical-align : top;
		padding-right : 4px;
		padding-left : 4px;
		box-sizing: border-box;
		text-align : center;
		margin-bottom : 20px;
	}
	.leftContents h3 {
		width : 100%;
		padding : 6px 0;
		font-size : 16px;
	}
	.mainContents  {
		width : 100%;
		max-width : 100%;
		float : none;
		vertical-align : top;
		padding-right : 4px;
		padding-left : 4px;
		box-sizing: border-box;
	}
	.leftContents .heaf  {
		display : inline-block;
		vertical-align : top;
		width : 32%;
		padding : 0 0.1%;
	}
	.leftNavi  {
		display : none;
	}
	.promiseIcon  {
		text-align : center;
	}
	.addr  {
		font-size : 13px;
	}
	.addr span {
		display : inline-block;
	}
	.bannerWrap  {
		width : 100%;
		margin : 40px auto 30px auto;
		text-align : center;
	}
	.bannerWrap .headTels  {
		margin : 0 auto;
		display : inline;
		background-image : none;
		width : 100%;
		height : auto;
		border-style : none;
	}
	.bannerWrap table {
		margin : 0 auto;
	}
	.bannerWrap .headTels .ftcenter {
		display : none;
	}
	.bannerWrap .headTels .ftright {
		position : relative;
		display : inline;
		right : 0;
		top : -1px;
		width : auto;
	}
	.bannerWrap .headLine {
	    display: inline;
	    padding: 0;
	    width: auto;
	    max-width: auto;
	    padding-left: 0;
	}
	.bannerWrap .headTels .ftright {
		position : relative;
		display : inline;
		right : 0;
		top : 0;
		width : auto;
	}
	.bannerWrap img {
	    height : 13vw;
		max-height : 49px;
	}
	.promiseArea th {
		width : 200px;
		padding : 0 0 6px 0;
	}
	.promiseArea table {
		display : block;
	}
	.promiseArea tbody {
		display : block;
	}
	.promiseArea tr {
		display : block;
	}
	.promiseArea th {
		width : 100%;
		display : block;
		text-align : center;
		padding : 0 0 6px 0;
	}
	.promiseArea th img {
		width : 240px;
	}
	.promiseArea td {
		width : 90%;
		padding : 8px 0 14px 0
		text-align : left;
		margin : 0 auto;
	}
	.bdbottom  {
		border-bottom : 2px dotted #bbbbbb;
		margin-bottom : 12px;
	}
	.planWrap  {
		padding : 72px 8px 0 6px;
		margin-top : -72px;
	}
}
@media only screen and (max-width: 480px) {
	.planList  {
		display : block;
	}
	.planList tbody {
		display : block;
	}
	.planList tr {
		display : block;
	}
	.planList th  {
		background-image : none;
		display : block;
		font-size : 16px;
		width : 100%;
		padding : 4px 0 0 0;
	}
	.planList th span {
		display : inline-block;
		padding-right : 0px;
	}
	.planList td  {
		display : inline-block;
		font-size : 16px;
		color : #231815;
		text-align : right;
		width : 100%;
		padding : 0 0 16px 0;
		font-weight : bold;
	}
	.planWrap  {
		padding : 0 8px 0 6px;
	}
	.planWrap h3  {
		border : 1px solid #bbbbbb;
		padding : 7px 13px;
		color : #231815;
		font-size : 16px;
		margin : 14px 0;
	}
	.planWrap h4  {
		border-bottom : 1px solid #bbbbbb;
		padding : 6px 0px;
		color : #231815;
		font-size : 16px;
		margin : 4px 0;
	}
	.planWrap h5  {
		padding : 6px 0px;
		color : #231815;
		font-size : 14px;
		margin : 24px 0 4px 0;
	}
	.planWrap dl  {
		padding : 6px 0px;
		color : #606060;
		font-size : 13px;
	}
	.planWrap dt  {
		display : inline-block;
		width : 20px;
	}
	.planWrap dd  {
		display : inline-block;
		width : calc(100% - 20px);
	}
	.planWrap .pcomm  {
		color : #606060;
		font-size : 13px;
	}
	.planWrap .plice_r  {
		text-align : right;
		padding : 0px;
		color : #231815;
		font-size : 16px;
		font-weight : bold;
	}
	.planWrap .plice_l  {
		text-align : left;
		padding : 0px;
		color : #231815;
		font-size : 16px;
		font-weight : bold;
		margin-bottom : 90px;
	}
	.planWrap .plice_l span {
		font-size : 13px;
		font-weight : normal;
	}
}
@media only screen and (max-width: 432px) {
	.newsWrap dl {
		padding : 14px 0;
	}
	.newsWrap dt {
		width : 160px;
		display : block;
		padding-left : 6px;
	}
	.newsWrap dd {
		width : 100%;
		display : block;
		padding-top : 10px;
		vertical-align : top;
		padding-left : 12px;
		box-sizing : border-box;
	}
	.ttl01r span {
		display : block;
		font-size : 16px;
		color : #ffffff;
		padding : 6px 0 19px 10px;
		border-left : 6px solid #000000;
	}
	.ttl01r strong {
		display : block;
		position : absolute;
		top : 26px;
		right : 4px;
		font-size : 13px;
		color : #ffffff;
		font-weight : normal;
	}
}
@media only screen and (max-width: 380px) {
	.promiseWrap .ttl02  {
		margin-top : 20px;
		font-size : 18px;
	}
	.promiseWrap .ttl02 b {
		font-size : 28px;
	}
	.promise3 td {
		width : 140px;
	}
	.promise3 td h4  {
		font-size : 16px;
		max-width : 140px;
	}
	.promise3 td h4.circle1  {
		padding-top : 55px;
		height : 85px;
	}
	.promise3 td h4.circle2  {
		padding-top : 42px;
		height : 98px;
	}
	.promise3 td h4 span {
		font-size : 13px;
	}
	.promise3 td p  {
		font-size : 13px;
		text-align : left;
		width : 130px;
		font-weight : bold;
		color : #fe0000;
		padding : 10px 5px;
	}
	.ctcenter div {
		font-size : 3.4vw;
	}
}
.block  {
	position : relative;
	width : 100%;
	height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 60px 0 6px 0;
}
.block h2 img {
	width : 100%;
	max-width : 480px;
}
.block_s  {
	position : relative;
	width : 100%;
	height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 90px 0 6px 0;
	text-align : center;
}
.block_s h2 img {
	width : 100%;
	max-width : 480px;
}
.block_k  {
	position : relative;
	width : 100%;
	height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 0 0 90px 0;
	text-align : center;
}
.block_k h2 img {
	width : 100%;
	max-width : 480px;
}
.block_m  {
	position : relative;
	width : 100%;
	height : 100%;
	overflow : hidden;
	padding : 0;
	margin : 0 0 0 0;
	text-align : center;
}
.block_m h2 img {
	width : 100%;
	max-width : 480px;
}
.block .all img {
	margin-left : 8px;
	width : 100%;
	max-width : 1076px;
}

.contens02  {
	margin-bottom : 52px;
}
.contens02 .back01 {
	background-color : #a6d9ea;
}
.slider div.item  {
	padding : 24px;
	background-color : #a6d9ea;
}
.slider div.itemInner  {
	padding : 6px;
	background-color : #ffffff;
}
.slider div.itemInner .text01  {
	display : inline-block;
	width : 42%;
	border-right : 1px solid #c2c2c2;
	font-size : 14px;
	color : #686868;
	text-align : left;
}
.slider div.itemInner .image  {
	margin-bottom : 6px;
}
.slider div.itemInner .text01 span {
	display : block;
	font-size : 13px;
}
.slider div.itemInner .text02  {
	display : inline-block;
	width : 55%;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
	text-align : right;
}
.slider div.itemInner .text02 span {
	font-size : 18px;
	color : #ff0000;
}
.voice_thumb  {
	width : 100%;
	height : 11vw;
	object-fit : cover;
	border-radius : 6px;
}
.voice_thumb_ie  {
	display : block;
	width : 100%;
	height : 11vw;
	background-size : cover;
	background-repeat : no-repeat;
	background-position : center center;
	border-radius : 6px;
}
@media only screen and (max-width: 1560px) {
	.slider div.item  {
		padding : 24px 16px;;
	}
}
@media only screen and (max-width: 1465px) {
	.slider div.item  {
		padding : 24px 8px;;
	}
}
@media only screen and (max-width: 1370px) {
	.slider div.item  {
		padding : 24px 4px;;
	}
}
@media only screen and (max-width: 1320px) {
	.slider div.itemInner .text01  {
		display : block;
		width : 100%;
		border-style : none;
	}
	.slider div.itemInner .text02  {
		display : block;
		width : 100%;
	}
	.slider div.itemInner .text01 span {
		display : inline-block;
		margin-right : 12px;
	}
}
@media only screen and (max-width: 1000px) {
	.voice_thumb  {
		height : 18vw;
	}
	.voice_thumb_ie  {
		height : 18vw;
	}
}
@media only screen and (max-width: 640px) {
	.block  {
		margin : 16px 0 6px 0;
	}
}
@media only screen and (max-width: 415px) {
	.voice_thumb  {
		height : 52vw;
	}
	.voice_thumb_ie  {
		height : 52vw;
	}
}

.btnarea  {
	margin-top : 52px;
}
.btnarea a {
	display : inline-block;
	text-align : center;
	padding : 17px 0 10px 0;
	border : 1px solid #7f7f7f;
	width : 90%;
	max-width : 480px;
	box-sizing: border-box;
}

.contens03  {

}
.contens03 .back02  {
	background-color : #e5f6fd;
	padding-top : 70px;
	padding-bottom : 84px;
}
.contens03 .all_n .item01 {
	position : relative;
	margin-top : -110px;
	font-size : 16px;
	color : #000000;
	line-height : 30px;
}
.contens03 .all_n .item01 strong  {

}
.contens03 .all_n .item01 span  {
	display : block;
}
.contens03 .all_n .item02 {
	position : relative;
	font-size : 13px;
	color : #009faf;
	font-weight : bold;
	margin-top : 6px;
	margin-bottom : 32px;
}
.contens03 .arrow  {
	margin-bottom : 24px;
}
.b3_timg  {
	width : 90%;
	margin : 0 auto;
	max-width : 480px;
}
.b3_mimg  {
	width : 96%;
	margin : 0 auto;
	max-width : 390px;
}
.shadowBox  {
	max-width : 1050px;
	width : 100%;
	margin : 0 auto;
	box-shadow: 2px 2px 4px;
	background-color : #ffffff;
}
.shadowBox h3  {
	background-color : #009faf;
	font-size : 18px;
	color : #ffffff;
	text-align : center;
	padding : 6px 0;
}
.shadowBoxInner  {
	padding : 10px 0;
	text-align : center;
}
.shadowBoxInner img {
	margin : 5px;
	width : calc(100% - 10px);
	max-width : 504px;
}

.contens04  {
	margin-top : 72px;
	padding-top : 72px;
}
.contens04 .normalBox  {
	max-width : 1075px;
	width : 100%;
	margin : 0 auto 70px auto;
	background-color : #ffffff;
}
.contens04 .normalBox_u  {
	max-width : 1075px;
	width : 100%;
	margin : 0 auto 0 auto;
	background-color : #ffffff;
}
.contens04 .normalBox h4  {
	font-size : 18px;
	color : #000000;
	text-align : center;
	padding : 6px 0;
	border-bottom : 1px solid #bbbbbb;
}
.contens04 .normalBox .flowWrap  {
	text-align : leftr;
}
.contens04 .normalBox .flow  {
	display : inline-block;
	width : 21.6%;
	vertical-align : top;
	padding-right : 3%;
	text-align : center;
	background : url(../img/arrow_r.png) no-repeat right 90px;
	margin-top : 20px;
}
.contens04 .normalBox .flow img {
	width : 100%;
	max-width : 127px;
}
.contens04 .normalBox .eflow  {
	display : inline-block;
	width : 21.6%;
	vertical-align : top;
	margin-top : 20px;
}
.contens04 .normalBox .eflow img {
	width : 100%;
	max-width : 127px;
}
.contens04 .normalBox p  {
	font-size : 12px;
	text-align : center;
	padding-top : 6px;
}
.contens04 .kaisi  {
	background : url(../img/arrow_d.png) no-repeat top center;
	padding-top : 32px;
	margin-top : -32px;
}
.contens04 .kaisi span {
	display : block;
	border : 4px solid #fe0000;
	font-size : 24px;
	color : #fe0000;
	text-align : center;
	font-weight : bold;
	padding : 8px 0;
}
.contens05  {
	text-align : center;
	margin : 64px 0 24px 0;
	background : url(../img/lineback.png) repeat-x 0 -12px;
}
.contens05 img  {
	position : relative;
	left : 56px;
}
.b5img_pc  {
	display : inline;
}
.b5img_smp  {
	display : none;
	width : 100%;
	max-width : 543px;
}
.c5img_smp  {
	display : none;
}

.contens06  {

}
.contens06 .slider2Wrap  {
	background-color : #a6d9ea;
	padding : 22px;
}
.contens06 .slider2  {
	position : relative;
	width : 100%;
}
.contens06 .slider2 div.v_item  {
	position : relative;
	background-color : #ffffff;
	border-radius : 10px;
	padding : 15px 18px;
	margin : 0 12px;
}
.contens06 .slider2 span  {
	position : absolute;
	top : 8px;
	right : 8px;
	max-width : 63px;
	max-height : 63px;
}
.contens06 .slider2 span img {
	width : 100%;
	border-radius : 10px;
}
.contens06 .slider2 div.v_item .text00 {
	padding : 6px 0;
	margin : 2px 0 4px 0;
	border-bottom : 1px dotted #c2c2c2;
	color : #000000;
	font-size : 16px;
}
.contens06 .slider2 div.v_item .text01 {
	margin-top : 6px;
	color : #000000;
	font-size : 18px;
	font-weight : bold;
}
.contens06 .slider2 div.v_item .text02 {
	margin : 6px 0;
	color : #686868;
	font-size : 10px;
	line-height : 18px;
}
.pad  {
	margin-top : -72px;
	padding-top : 72px;
}
.contens07  {
	width : 100%;
	max-width : 1075px;
	margin : 60px auto 0 auto;
}
.qamenu select {
	width : 100%;
	border : 1px solid #bbbbbb;
	padding : 6px;
	font-size : 16px;
	font-weight : bold;
}
.qamenu option {
	width : 100%;
	font-size : 16px;
	padding : 4px;
}
.contens07 .faqItem {
	margin : 16px 0;
	width : 100%;
	position : relative;
	font-size : 16px;
}
.contens07 .faqItem .q {
	position : relative;
	padding : 12px 48px 12px 4px;
	color : #000000;
	font-weight : bold;
	text-align : left;
	border-bottom : 1px solid #bbbbbb;
}
.contens07 .faqItem .q h6 {
	color : #000000;
	display : inline-block;
	width : 32px;
	font-size : 16px;
	vertical-align : top;
}
.contens07 .faqItem .q p {
	color : #000000;
	display : inline-block;
	width : calc(100% - 34px);
	vertical-align : top;
}
.contens07 .faqItem .a {
	position : relative;
	padding : 12px 0 12px 4px;
	color : #231815;
	font-weight : bold;
	text-align : left;
	display : none;
}
.contens07 .faqItem .a h6 {
	color : #fe0000;
	display : inline-block;
	width : 32px;
	font-size : 16px;
	vertical-align : top;
}
.contens07 .faqItem .a p {
	color : #000000;
	display : inline-block;
	width : calc(100% - 34px);
	vertical-align : top;
}
.contens07 .faqItem .mark {
	position : absolute;
	top : 17px;
	right : 10px;
}
.contens07 .nextLink  {
	text-align : right;
}
.contens07 .nextLink a {
	font-size : 12px;
	color : #999999;
	text-decoration : none;
}
.contens07 .nextLink a:hover {
	color : #ff8080;
}

@media only screen and (max-width: 1056px) {
	.contens04 .normalBox .flow  {
		background : url(../img/f_arrow.png) no-repeat right 14.5vw;
	}
	.contens05 img  {
		left : 0;
		width : 98%;
		margin : 0 1%;
	}
	.contens07 .faqItem {
		margin : 16px 1%;
		width : 98%;
		position : relative;
	}
}
@media only screen and (max-width: 640px) {
	.contens04 .normalBox .flowWrap  {
		text-align : center;
	}
	.contens04 .normalBox .flow  {
		display : inline-block;
		width : 40.6%;
		vertical-align : top;
		padding-right : 3%;
		text-align : center;
		background : url(../img/arrow_r.png) no-repeat right 90px;
		margin-top : 20px;
	}
	.contens04 .normalBox .flow img {
		width : 100%;
		max-width : 127px;
	}
	.contens04 .normalBox .eflow  {
		display : inline-block;
		width : 40.6%;
		vertical-align : top;
		margin-top : 20px;
	}
	.contens04 .normalBox .eflow img {
		width : 100%;
		max-width : 127px;
	}
	}
	.contens08  {
		text-align : center;
		width : 100%;
		max-width : 1075px;
		margin : 0 auto 70px auto;
	}
	.contens08 img  {
		width : 100%;
		max-width : 1075px;
	}
}

/*リースとは*/
.leaseTitle  {
	width : 94% !important;
	margin : 0 auto;
	max-width : 579px !important;
}
.contens01 .text  {
	text-align : center;
	font-size : 13px;
	color : #696969;
	padding : 16px 0 32px 0;
}
.lease01  {
	padding : 12px 0;
}
.lease01 strong {
	display : inline-block;
	text-align : left;
	color : #000000;
	font-size : 24px;
	vertical-align : top;
	line-height : 26px;
	
}
.lease01 strong.tp1 {
	padding : 3px 0 3px 16%;
	width : 50%;
}
.lease01 strong.tp2 {
	padding : 3px 0 3px 0;
	width : 30%;
}
.lease02  {
	font-size : 13px;
	color : #696969;
	line-height : 28px;
}
.lease03  {
	font-size : 24px;
	color : #009faf;
	line-height : 26px;
	padding : 10px 0;
	text-align : center;
	border-top : 2px dotted #009faf;
	border-bottom : 2px dotted #009faf;
	font-weight : bold;
	margin-top : 24px;
}
.lease04  {
	position : relative;
	border : 1px solid #ababab;
	margin-top : 12px;
	text-align : center;
}
.lease04 .c4item1 {
	display : block;
	margin : 27px auto 0 auto;
	width : 94%;
	max-width : 595px;
}
.lease04 .c4item2 {
	position : absolute;
	top : 220px;
	left : 60px;
	width : 60%;
	max-width : 374px;
}
.lease04 .c4item3 {
	position : absolute;
	top : 340px;
	right : 30px;
	width : 55%;
	max-width : 321px;
}
.lease04 .c4item4 {
	display : block;
	margin : 27px auto 28px auto;
	width : 45%;
	max-width : 328px;
}
.l4arrow  {
	margin : 18px 0 14px 0;
}
.leaseBox  {
	border : 1px solid #13a6b6;
	padding : 0 14px;
}
.normalBoxUnder  {
	max-width : 1075px;
	width : 100%;
	margin : 0 auto 30px auto;
	background-color : #ffffff;
}
.contens04 .keiyaku01  {
	width : 48.5%;
	display : inline-block;
	margin-right : 2%;
	vertical-align : top;
}
.contens04 .keiyaku01 img {
	width : 100%;
	max-width : 475px;
}
.contens04 .keiyaku02  {
	width : 48.5%;
	display : inline-block;
	vertical-align : top;
}
.contens04 .keiyaku02 img {
	width : 100%;
	max-width : 475px;
}
.contens04 .keiyaku01 h4  {
	background-color : #009faf;
	color : #ffffff;
	font-weight : normal;
	font-size : 13px;
	padding : 4px 0;
	text-align : center;
	margin : 16px 0 12px 0;
}
.contens04 .keiyaku02 h4  {
	background-color : #009faf;
	color : #ffffff;
	font-weight : normal;
	font-size : 13px;
	padding : 4px 0;
	text-align : center;
	margin : 16px 0 12px 0;
}
.b4subttl  {
	width : 100%;
	max-width : 480px;
	margin : 0 auto;
}
.lease05  {
	display : bleck;
}
.lease05s  {
	display : none;
}
.lease05 img  {
	width : 100%;
	margin : 0 auto;
	max-width : 1054px;
}
.lease05s img  {
	width : 100%;
	margin : 0 auto;
	max-width : 494px;
}
.lease06  {
	margin-top : 40px;
}
.lease06 img  {
	width : 30%;
	margin : 0 auto;
	max-width : 182px;
}
.contens03 .back02ls  {
	background-color : #e5f6fd;
	padding-top : 60px;
	padding-bottom : 60px;
}
.leaseBoxUnder img  {
	width : 96%;
	max-width : 440px;
	margin : 0 auto;
}
.contens11  {
	margin-top : 70px;
}
.contens11 img {
	width : 100%;
	max-width : 1075px;
	margin : 0 auto;
}
@media only screen and (max-width: 1024px) {
	.lease04 .c4item2 {
		position : relative;
		top : 0px;
		left : 0px;
	}
	.lease04 .c4item3 {
		position : relative;
		top : 0px;
		left : 0px;
	}
}
@media only screen and (max-width: 880px) {
	.lease01 strong {
		font-size : 20px;
		line-height : 24px;
	}
	.lease01 strong.tp1 {
		padding : 3px 0 3px 0;
		width : 64%;
	}
}
@media only screen and (max-width: 600px) {
	.lease01 strong {
		font-size : 16px;
		line-height : 22px;
	}
	.contens04 .keiyaku01  {
		width : 94%;
		margin : 0 auto;
	}
	.contens04 .keiyaku02  {
		width : 94%;
		margin : 0 auto;
	}
	.lease05  {
		display : none;
	}
	.lease05s  {
		display : block;
	}
	.lease06  {
		margin-top : 4vw;
	}
	.contens03 .back02ls  {
		padding-top : 40px;
		padding-bottom : 40px;
	}
	.contens11  {
		margin-top : 40px;
	}
}
@media only screen and (max-width: 414px) {
	.lease01 strong.tp1 {
		width : 90%;
	}
	.lease01 strong.tp2 {
		width : 90%;
	}
	.lease02  {
		font-size : 12px;
		line-height : 24px;
		padding : 0 10px;
		text-align : left;
	}
	.lease03  {
		font-size : 16px;
		line-height : 20px;
		padding : 10px;
		text-align : left;
	}
	.lease04 .c4item4 {
		margin : 12px auto 12px auto;
	}
	.contens03 .back02ls  {
		padding-top : 20px;
		padding-bottom : 20px;
	}
	.contens11  {
		margin-top : 30px;
	}
}

/*販売・買取*/
.contens04 .normalBox_u h3  {
	margin-top : 40px;
	background-color : #009faf;
	font-size : 18px;
	color : #ffffff;
	text-align : center;
	padding : 6px 0;
}
.contens04 .comm  {
	font-size : 16px;
	color : #000000;
	line-height : 30px;
	padding : 10px 0;
	text-align : center;
	border-top : 2px dotted #009faf;
	border-bottom : 2px dotted #009faf;
	margin-top : 4px;
	margin-bottom : 24px;
}
.contens03 .back02sb  {
	background-color : #e5f6fd;
	padding-top : 32px;
	padding-bottom : 32px;
	margin-top : 24px;
}
.boxTitle  {
	border : 1px solid #7f7f7f;
	color : #000000;
	font-size : 16px;
	line-height : 18px;
	padding : 18px;
	text-align : center;
	display : inline-block;
	width : 44%;
	margin-top : 44px;
}
.btleft  {
	margin-right : 2%;
}
.btright  {
	margin-left : 2%;
}

.contens04 .normalBox .sflow  {
	display : inline-block;
	width : 17.4%;
	vertical-align : top;
	padding-right : 2%;
	background : url(../img/f_arrow.png) no-repeat right 83px;
}
.contens04 .normalBox .sflow img {
	width : 100%;
	max-width : 178px;
}
.contens04 .normalBox .seflow  {
	display : inline-block;
	width : 17.4%;
	vertical-align : top;
}
.contens04 .normalBox .seflow img {
	width : 100%;
	max-width : 178px;
}
.contens04 .normalBox_w  {
	max-width : 1066px;
	width : 100%;
	margin : 0 auto 70px auto;
	text-align : center;
	background-color : #ffffff;
	position : relative;
	left : -2px;
}
.contens04 .normalBox_w .nimg  {
	display : inline-block;
	width : 18.5%;
	vertical-align : top;
	margin : 12px 6px;
}
.contens04 .normalBox_w .nimg img {
	width : 100%;
	max-width : 200px;
}
.contens04 .normalBox_w .nimg span {
	font-size : 16px;
	color : #000000;
	line-height : 18px;
}
.contens04 .normalBox_w .caution {
	font-size : 12px;
	color : #000000;
	line-height : 16px;
	text-align : left;
	padding-left : 6px;
}
.contens04 .normalBox_w .nitem  {
	display : inline-block;
	width : 12.9%;
	vertical-align : top;
	margin : 12px 5px;
}
.contens04 .normalBox_w .nitem img {
	width : 100%;
	max-width : 143px;
}
.contens04 .normalBox_w .nitem span {
	font-size : 10px;
	color : #000000;
	line-height : 18px;
}
.mleft4  {
	left : -3px !important;
}

/*弊社について*/
.contens10  {
	margin-bottom : 115px;
}
.aboutTable  {
	border-collapse : collapse;
	width : 100%;
}
.aboutTable caption  {
	background-color : #6c6c6c;
	color : #ffffff;
	font-size : 16px;
	border-top : 1px solid #bbbbbb;
	border-left : 1px solid #bbbbbb;
	border-right : 1px solid #bbbbbb;
	padding : 8px 0px;
	font-weight : bold;
}
.aboutTable th  {
	border : 1px solid #bbbbbb;
	background-color : #ffffff;
	color : #6c6c6c;
	font-size : 16px;
	line-height : 22px;
	padding : 15px 0px;
	width : 155px;
	font-weight : normal;
}
.aboutTable td  {
	border : 1px solid #bbbbbb;
	background-color : #ffffff;
	color : #6c6c6c;
	font-size : 16px;
	line-height : 22px;
	padding : 15px 22px;
	text-align : center;
}
.aboutTable td div {
	text-align : left;
}

/*ブログ*/
.contens12  {
	margin-bottom : 90px;
}
.blogRight  {
	width : 70%;
	float : right;
	border : 1px solid #555555;
	box-sizing: border-box;
	max-width : calc(100% - 268px);
}
.blogLeft  {
	width : 28%;
	float : left;
	box-sizing: border-box;
	max-width : 268px;
}
.blogLeftInner  {
	width : 100%;
	border : 1px solid #555555;
	box-sizing: border-box;
}
.blogLeft h3,
.blogRight h3  {
	background-color : #555555;
	color : #ffffff;
	padding : 11px 20px;
	box-sizing: border-box;
	font-size : 14px;
	line-height : 15px;
	text-align : left;
	font-weight : normal;
}

.blogKiji  {
	padding : 3% 4%;
	width : 92%;
	margin-bottom : 32px;
}
.blogAcv  {

}
.b_acvArea li {
	font-size : 13px;
	border-bottom : 2px dotted #cccccc;
	padding-bottom : 4px;
}
.b_acvArea li:last-child {
	border-style : none !important;
}
.b_acvArea li a {
	display : block;
	padding : 8px;
	text-align : left;
	color : #686868;
	text-decoration : none;
	line-height : 20px;
	height : 14px;
	overflow : hidden;
}
.b_acvArea li a:hover {
	color : #ff6868;
}
.blogKiji h4  {
	text-align : left;
	font-size : 20px;
	line-height : 21px;
	color : #000000;
	padding-left : 8px;
	border-left : 6px solid #000000;
}
.blogKiji span.blogDate  {
	display : block;
	text-align : left;
	font-size : 14px;
	padding-top : 4px;
	padding-left : 14px;
	color : #686868;
}
.blogKiji span.blogDate a {
	color : #686868;
}
.blogKiji span.blogDate a:hover {
	color : #ff6868;
}
.blogDate  {
	text-align : right;
}
.ct_news {
	diaplay : inline-block;
	font-size : 12px;
	padding : 1px 6px;
	background-color : #fe0000;
	color : #ffffff;
	margin-right : 12px;
}
.ct_info {
	diaplay : inline-block;
	font-size : 12px;
	padding : 1px 6px;
	background-color : #9a0000;
	color : #ffffff;
	margin-right : 12px;
}
.b_comArea  {
	text-align : left;
	font-size : 16px;
	color : #686868;
	line-height : 28px;
}
.blogKiji img {
	display : block;
	margin : 0 auto !important;
	max-width : 100%;
}
.b_comArea span  {
	display : inline-block;
	margin : 0 16px;
	text-align : left;
}
.b_monArea  {
	width : 100%;
	padding : 6px 0;
	text-align : center;
	color : #ffffff;
	font-size : 18px;
	background-color : #969696;
	margin-bottom : 12px;
}
.b_pagArea  {
	text-align : center;
}
.premon  {
	display : inline-block;
	font-size : 14px;
	color : #ffffff;
	padding : 0px;
	width : 25%;
	text-align : left;
}
.tomon  {
	display : inline-block;
	font-size : 16px;
	font-weight : bold;
	color : #ffffff;
	padding : 0px;
	width : 40%;
	text-align : center;
}
.nexmon  {
	display : inline-block;
	font-size : 14px;
	color : #ffffff;
	padding : 0px;
	width : 25%;
	text-align : right;
}
.premon a {
	text-decoration : none;
	color : #ffffff;
}
.premon a:hover {
	color : #ff0000;
}
.nexmon a {
	text-decoration : none;
	color : #ffffff;
}
.nexmon a:hover {
	color : #ff0000;
}
.b_bnrArea  {
	margin-top : 20px;
}
.b_bnrArea img {
	width : 100%;
	max-width : 268px;
}
.prevBtn  {
	display : inline-block;
	margin : 0 20px;
	width : 128px;
}
.nextBtn  {
	display : inline-block;
	margin : 0 20px;
	width : 128px;
}
.prevBtn a,
.nextBtn a  {
	color : #686868;
	display : block;
	border : 1px solid #686868;
	border-radius : 3px;
	padding : 8px 16px;
	background-color : #ffffff;
	text-decoration : none;
}
.prevBtn a:hover,
.nextBtn a:hover  {
	background-color : #ffffaa;
	color : #ff0000;
}

@media only screen and (max-width: 1056px) {
	.boxTitle  {
		border : 1px solid #7f7f7f;
		color : #000000;
		font-size : 16px;
		line-height : 18px;
		padding : 18px;
		text-align : center;
		display : inline-block;
		width : 94%;
		margin : 20px auto 0 auto;
		box-sizing: border-box;
	}
	.btleft  {
		margin-right : 0;
	}
	.btright  {
		margin-left : 0;
	}
	.contens04 .normalBox_w .nimg  {
		display : inline-block;
		width : 18%;
		vertical-align : top;
		margin : 12px 6px;
	}
	.contens04 .normalBox_w .nitem  {
		width : 12%;
	}
	.aboutTable  {
		border-collapse : collapse;
		width : 96%;
		margin : 0 2%;
	}
	.blogRight  {
		width : 68%;
		margin-right : 2%;
	}
	.blogLeft  {
		width : 26%;
		margin-left : 2%;
	}
}
@media only screen and (max-width: 800px) {
	.contens04 .normalBox_w .nimg  {
		display : inline-block;
		width : 17%;
		vertical-align : top;
		margin : 12px 6px;
	}
	.contens04 .normalBox_w .nimg span {
		font-size : 14px;
		line-height : 16px;
	}
	.contens04 .normalBox_w .nitem  {
		margin : 12px 2px;
	}
	.contens04 .normalBox_w .nitem span {
		line-height : 16px;
	}
	.blogRight  {
		width : 68%;
		max-width : 68%;
		margin-right : 2%;
	}
	.blogLeft  {
		width : 26%;
		margin-left : 2%;
	}
	.premon  {
		font-size : 14px;
		padding : 0 6px;
	}
	.tomon  {
		font-size : 16px;
		padding : 0 6px;
	}
}
@media only screen and (max-width: 700px) {
	.blogRight  {
		float : none;
		width : 96%;
		max-width : 96%;
		margin : 0 2%;
	}
	.blogLeft  {
		float : none;
		width : 96%;
		max-width : 96%;
		margin : 20px 2% 0 2%;
	}
}
@media only screen and (max-width: 600px) {
	.contens04 .comm  {
		font-size : 13px;
		line-height : 22px;
		padding : 10px;
		text-align : left;
	}
	.contens03 .back02sb  {
		padding-top : 20px;
		padding-bottom : 20px;
		margin-top : 20px;
	}
	.contens03 .back02sb img {
		width : 94%;
		max-width : 700px;
		margin : 0 auto;
	}
	.contens04 .normalBox .sflow  {
		display : block;
		width : 100%;
		vertical-align : top;
		padding-bottom : 40px;
		background : url(../img/w_arrow.png) no-repeat center bottom;
		margin : 20px 0;
	}
	.contens04 .normalBox .sflow img {
		display : inline-block;
		width : 40%;
		max-width : 178px;
		vertical-align : top;
	}
	.contens04 .normalBox .seflow  {
		display : block;
		width : 100%;
		vertical-align : top;
		margin : 20px 0;
	}
	.contens04 .normalBox .seflow img {
		display : inline-block;
		width : 40%;
		max-width : 178px;
		vertical-align : top;
	}
	.contens04 .normalBox_w .nimg  {
		display : inline-block;
		width : 40%;
		vertical-align : top;
		margin : 12px 6px;
	}
	.contens04 .normalBox_w .nimg span {
		display : block;
	}
	.contens04 .normalBox_w .nitem  {
		width : 20%;
	}
	.aboutTable,
	.aboutTable tbody,
	.aboutTable caption,
	.aboutTable tr  {
		display : block;
		box-sizing: border-box;
	}
	.aboutTable th  {
		display : block;
		border : 1px solid #bbbbbb;
		background-color : #efefef;
		color : #6f6f6f;
		font-size : 14px;
		line-height : 22px;
		padding : 6px 0px 6px 10px;
		width : 100%;
		font-weight : normal;
		text-align : left;
		box-sizing: border-box;
	}
	.aboutTable td  {
		display : block;
		text-align : left;
		width : 100%;
		border-style : none;
		background-color : #ffffff;
		color : #6f6f6f;
		font-size : 14px;
		line-height : 22px;
		padding : 12px 14px 16px 8px;
		box-sizing: border-box;
		border-left : 1px solid #bbbbbb;
		border-right : 1px solid #bbbbbb;
	}
	.aboutTable td.last  {
		border-bottom : 1px solid #bbbbbb;
	}
}
@media only screen and (max-width: 500px) {
	.boxTitle  {
		font-size : 13px;
		line-height : 15px;
		padding : 12px;
	}
	.contens12  {
		margin-bottom : 60px;
	}
}
@media only screen and (max-width: 414px) {
	.contens04 .normalBox_w .nitem  {
		width : 40%;
	}
	.contens04 .normalBox_w .nitem span {
		display : block;
	}
	.prevBtn  {
		display : inline-block;
		margin : 0 10px;
		width : 108px;
	}
	.nextBtn  {
		display : inline-block;
		margin : 0 10px;
		width : 108px;
	}
	.prevBtn a,
	.nextBtn a  {
		font-size : 14px;
		padding : 8px 10px;
	}
	.contens12  {
		margin-bottom : 30px;
	}
	.blogKiji h4  {
		font-size : 16px;
		line-height : 20px;
	}
}

/*お問い合わせ*/
#wrapFromInner  {
	width : 100%;
	max-width : 900px;
	margin : 40px 0 0 1px;
	position : relative;
	box-sizing: border-box;
}
#wrapFromInner table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-collapse : collapse;
}
#wrapFromInner table th,
#wrapFromInner table td {
	color : #595656;
	padding: 16px 12px;
	border : 1px solid #a1a1a2;
	font-size : 14px;
}
.formTable option  {
	font-size : 16px;
}
.formTable select  {
	font-size : 16px;
}


#wrapFromInner table th {
	width : 160px;
}

#wrapFromInner table th span {
	color : #ff0000;
	font-weight : normal;
}
#wrapFromInner table td span {
	display : inline-block;
}

#wrapFromInner table td.vb img  {
	vertical-align: bottom;
}

.formBtn  {
	margin-bottom : 80px;
}
.form-field {
	border: 1px solid #ececec;
	background: #f3f4f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color : #281618;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:3px;
	width: 80%;
}
.form-field_st {
	border: 1px solid #ececec;
	background: #f3f4f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color : #281618;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:3px;
	width: 50%;
}
.form-field_ar {
	border: 1px solid #ececec;
	background: #f3f4f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color : #281618;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding:3px;
	height : 120px;
	width: 80%;
}

.thanks  { margin-bottom : 80px; }
.thanks h2  {
	font-size : 18px;
	line-height : 36px;
	text-align : center;
}


.form-field:focus {
   background: #fff;
   color: #725129;
}

.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}

.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
}

.submit-container {
   margin :24px 0 60px 0;
   text-align: center;
}

.submit-button {
	width: 240px;
	border: none;
	background-color : #9a0000;
	color: #ffffff;
	padding: 10px 0;
	font-size : 14px;
	text-align : center;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border-radius : 4px;
	cursor : pointer;
}
.submit-button:hover  {
	background-color : #fe0000;
}
.mgl10  {
	display : inline-block;
	position : relative;
	top : 2px;
	margin-left : 8px;
}
.errorText  {
	color : #ff0000;
	font-size : 13px;
}
.sendmes    {
	text-align : center;
	line-height : 1.6;
	margin-bottom : 120px;
}
@media only screen and (max-width: 580px) {
	#wrapFromInner table {
		display : block;
		box-sizing : border-box;
	}
	#wrapFromInner tbody {
		display : block;
		box-sizing : border-box;
	}
	#wrapFromInner tr {
		display : block;
		box-sizing : border-box;
	}
	#wrapFromInner table th {
		display : block;
		width : 100%;
		box-sizing : border-box;
		padding: 6px 12px;
		background-color : #f1f1f1;
		text-align : left;
	}
	#wrapFromInner table td {
		text-align : left;
		padding: 6px 12px 24px 12px;
		display : block;
		width : 100%;
		box-sizing : border-box;
		border-style : none;
	}
	#wrapFromInner table td.subTitle  {
		text-align : left;
		font-weight : bold;
		padding-bottom : 6px !important;
	}
	.form-field {
		width: 100%;
	}
	.form-field_ar {
		width: 100%;
	}
}
/* フッター包括---------------------------*/

.footer {
	margin-top : 10px;
	padding-bottom : 120px;
	background-color : #fe0000;
}
.footerTable {
	width : 100%;
	max-width : 1075px;
	text-align : center;
	margin : 0 auto 40px auto;
	padding-top : 16px;
}
.footerTable li {
	display : inline-block;
	width : 24%;
	max-width : 164px;
	padding : 8px 0;
	border-right : 1px solid #ffffff;
	text-align : center;
}
.footerTable li a {
	color : #ffffff;
	font-size : 16px;
	line-height : 17px;
	text-decoration : none;
}
.footerTable li.last {
	border-right : none !important;
}
.footerTable li a:hover {
	color : #ff8888;
}
.footlogo  {
	text-align : center;
	margin-top : 40px;
}
.copyright  {
	text-align : center;
	font-size : 10px;
	color : #000000;
}
.wrapPageTopPc {
    height: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
	display : none;
}
.wrapPageTopPc p {
    bottom: 10px;
    cursor: pointer;
    display: block;
    margin-right: auto;
    position: fixed;
    right: 6px;
}
@media only screen and (max-width: 640px) {
	.footlogo img  {
		width : 50%;
		max-width : 262px;
		margin : 0 auto;
	}
	.footerTable li {
		width : auto;
		padding : 4px 0;
	}
	.footerTable li a {
		font-size : 14px;
		line-height : 16px;
		display : inline-block;
		padding : 0 10px 0 4px;
	}
}
@media only screen and (max-width: 400px) {
	.footerTable li a {
		font-size : 12px;
		line-height : 14px;
		padding : 0 6px 0 0;
	}
}

/* コピーライト包括---------------------------*/
#wrapCopyright {
	text-align: right;
	color: #808080;
	font-size: 85%;
}

#wrapCopyright .innerContainer {
	width: 900px;
	margin: 0 auto;
	height: 1.5em;
	padding: 5px 0;
}

.bshadow {
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border : 3px solid #ffffff;
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00  {
	width : 960px;
	margin : 0 auto;
}