@charset "UTF-8";
/* CSS Document */

/* ヘッダーテキスト */
#header-txt {
	padding: 16px 0 0;
	position: absolute;
	z-index: 1000;
	width: 100%;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header-txt ul {
	width: 1000px;
	margin: 0 auto;
}

#header-txt li {
	margin: 0 15px 0 0;
	display: inline-block;
}

#header-txt li:last-child {
	margin-right: 5px;
}

#header-txt a {
	display: inline-block;
	color: #555;
	padding: 0 0 0 8px;
	background: url(../common_new/img/bg-triangle-gray_x2.png) 0 45% no-repeat;
	background-size: 5px 5px;
}

/* パンクズ */

#pankuzu{
	font-size:12px;
	padding:14px 0;
	margin:0 0 12px;
}

#pankuzu a{
	display:inline-block;
	color:#333;	
}

#pankuzu ul{
	width:990px;
	margin:0 auto;
}

#pankuzu li{
	display:inline-block;
	margin:0 5px 0 0;	
}

.ltIE7 #pankuzu li{
	display:inline;
	margin:0 1em 0 0;
}	

#pankuzu li:after{
	content:">";
	margin:0 0 0 5px;
}

#pankuzu li:last-child:after{
	display:none;	
}

/* コンテンツ */
#body{
    position: relative;
	
    z-index: 1;
    min-height: 200px;
}

.main-contents .inner{
	width:990px;
	margin:0 auto;
}	

/* 汎用みだし */
.headline1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:29px;
	border-bottom:1px solid #ccc;
	line-height:1.3;
	padding:0 0 35px 25px;
	margin:0 0 40px;
	position: relative;
}

.headline1.no-border{
	border-bottom:none;
	padding-bottom:0;
	margin:0 0 20px;	
}

.headline1:before{
    content: "";
    position: absolute;
    background: #EE7500;
    top: 50%;
    left: 0.2em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


.headline2{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:26px;
	line-height:1.3;
	margin: 0 0 30px;
}

.headline3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:29px;
	line-height:1.3;
	padding:0 0 0 25px;
	margin-bottom:10px;
	position: relative;
}
.headline3:before{
    content: "";
    position: absolute;
    background: #42B9AC;
    top: 50%;
    left: 0.2em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/* テーブル */

/*.table1{
	width:100%;
	margin:30px 0;
}

.table1 th,
.table1 td{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:18px 3px;
}

.table1 th{
	white-space:nowrap;
	font-weight:bold;
	padding-right:20px;
}	

.table1 td{
	padding-left:20px;
}

.table1 dt{
	font-weight:bold;
}	

textarea,
input[type="text"]{
	padding:3px 5px;
	font-size:14px;
	border-radius:2px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	border:1px solid #ccc;
}*/

/* バナー */
.banner {
	margin: 67px 0 42px;
}

.banner_inner {
	width: 990px;
	margin: 0 auto;
}

.banner_leftCol {
	width: 489px;
}

.banner_rightCol {
	width: 489px;
}

.banner_list {
}

.banner_list > li {
	float: left;
	margin: 0 11px 15px 0;
}

.banner_list > li > a {
	display: block;
}

.banner_list > li.-rightSide {
	margin-right: 0;
}

.specialBanner {
	text-align:center;
	margin:30px 0;
}

.specialBanner > a {
	display:block;
}

.specialBanner > a > img {
}

/* お問い合わせボタン */
.contact-col{
	width:300px;
	padding:0;
	margin:30px auto;
}
a.button{
	display:inline-block;
	line-height:42px;
	height:42px;
	width:219px;
	background-color:#999;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
	text-decoration:none;
	color:#fff;
	text-align:center;
	margin:0 10px;
}

a.button .icon{
	background:url(../img/icn-button_x2.png) 0 45% no-repeat;
	background-size:13px 13px;
	padding:0 0 0 20px;
}

.ltIE8 a.button .icon{
	background-image:url(../img/icn-button.png); 
}

a.button.check,
a.button.send{
	background:#EA5614;
}

a.button.check:hover,
a.button.send:hover{
	background:#F8B72E;
}

.area-button a.back{
	background:#343434;	
}

a.goto-form{
	display:block;
	margin:10px auto 0;	
	width: 100%;
}


/* All SP & Tablet */
@media screen and (max-width:1039px){
	/* ヘッダテキスト */
	#header-txt {
		display: none;
	}
	
	#header-txt ul {
		width: 100%;
		margin: 0 auto;
	}
	
	#header-txt li:last-child {
		margin-right: 0;
	}
	
	#header-txt a {
		text-shadow: 0px 1px 1px #fff, 1px 1px 1px #fff, 1px 0px 1px #fff, 1px -1px 1px #fff, 0px -1px 1px #fff, -1px -1px 1px #fff, -1px 0px 1px #fff, -1px -1px 1px #fff;
		text-shadow: 0 0 5px #fff;
	}	
	
	
	/* パンクズ */	
	#pankuzu ul{
		width:100%;
		padding:0 2%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.main-contents .inner{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding-left:2%;
		padding-right:2%;
		font-size:12px;
		line-height:1.6;
	}
	
	/* 汎用みだし */
	.headline1{
		font-size:23px;
		padding:0 0 28px 25px;;
		margin:0 0 32px;
	}	
	
	.headline2{
		font-size:20px;
		margin: 0 0 24px;
	}	
	
	/* テーブル */
	.table1{
		margin:3% 0;
	}
	
	.table1 th,
	.table1 td{
		padding:15px 3px;
	}
	
	.table1 th{
		padding-right:15px;
	}	
	
	.table1 td{
		padding-left:15px;
	}
	
	/* バナー */
	.banner {
		margin: 4.7% 0 4.2%;
	}
	
	.banner_inner {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 2%;
	}
	
	.banner_leftCol {
		width: 49.5%;
	}
	
	.banner_rightCol {
		width: 49.5%;
	}
	
	.banner_list {
	}
	
	.banner_list > li {
		width: 49%;
		margin: 0 2% 11px 0;
	}
	
	.banner_list > li.-rightSide {
	}
	
	.banner_list > li.-large {
		width: 100%;
	}
	
	.specialBanner {
	}
	
	.specialBanner > a {
	}
	
	.specialBanner > a > img {
	}
	
	/*お問い合わせボタン*/
	.contact-col{
		width:50%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:15px;
		margin:0 auto;
	}
}

/* All SP */
@media screen and (max-width:639px){
	
	/* ヘッダテキスト */
	#header-txt {
		display: none;
	}

	/* パンクズ */
		
	#pankuzu{
		font-size:11px;
		padding:5px 0;
		margin:0 0 12px;
	}
	
/*	#pankuzu li{
		margin:0 5px 5px 0;
		border-radius:2px;
	}
	
	#pankuzu li a{
		background:#EB2609;
		color:#fff;
		text-decoration:none;
		padding:5px 10px;
		position:relative;
		z-index:0;
		border-radius:2px;
	}
	
	#pankuzu li.current,
	#pankuzu li:last-child{
		background:rgba(235,38,9,0.6);
		color:#fff;
		text-decoration:none;
		padding:5px 10px;
		position:relative;
		z-index:0;
	}
	
	#pankuzu li:last-child:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:5px solid #fff;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		left:0px;
		top:50%;
		margin-top:-5px;
	}
	
	#pankuzu li:after{
		display:none;
	}	
	
	#pankuzu li.current:after,
	#pankuzu li a:after{
		content:"";
		display:block;
		background:none;
		width:0;
		height:0;
		border:5px solid #EB2609;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		right:-10px;
		top:50%;
		margin-top:-5px;
		margin-right:0;
	}
	
	#pankuzu li.current:after{
		border-left-color:#F17967;	
	}

	#pankuzu li.current:before,
	#pankuzu li a:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:5px solid #fff;
		border-top-color:transparent;
		border-bottom-color:transparent;
		border-right-color:transparent;
		position:absolute;
		z-index:1;
		left:0px;
		top:50%;
		margin-top:-5px;
	}
	
	#pankuzu li:first-child a:before{
		display:none;
	}*/
	
	/* メインコンテンツ */
	.main-contents .inner{
		font-size:14px;
		line-height:1.5;
	}	
	
	/* 汎用みだし */
	.headline1{
		font-size:18px;
		padding:0 0 22px 22px;
		margin:0 0 25px;
	}
	
	.headline2{
		font-size:16px;
		margin: 0 0 19px;
	}	
	
	/* テーブル */
	.table1{
		margin:4.5% 0;
		font-size:11px;
	}
	
	.table1 th,
	.table1 td{
		padding:12px 2px;
	}
	
	.table1 th{
		padding-right:5px;
	}	
	
	.table1 td{
		padding-left:5px;
	}
	
	/* バナー */
	.banner {
		margin: 5% 0 15%;
		text-align: center;
	}
	
	.banner_inner {
	}
	
	.banner_leftCol {
		float: none;
		width: 100%;
	}
	
	.banner_rightCol {
		float: none;
		width: 100%;
	}
	
	.banner_list {
	}
	
	.banner_list > li {
	}
	
	.banner_list > li.-rightSide {
	}
	
	.banner_list > li.-large {
	}
	
	.specialBanner {
	}
	
	.specialBanner > a {
	}
	
	.specialBanner > a > img {
	}
	
	/*お問い合わせボタン*/
	.contact-col{
		width:100%;
		padding:0;
		margin:3% 0 5%;
	}

}

/* Portrait */
@media screen and (max-width:479px){

}

/* Landscape*/
@media screen and (min-width:480px) and (max-width:639px){

}

/* Tablet */
@media screen and (min-width:640px) and (max-width:1039px){

}