/* CSS Document */
/* layout */
/*=================================
	Initialization of style
===================================*/
body {
	margin: 0;
	padding: 0;
	color:#383838;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, Osaka;
	font-size:14px;
	line-height:150%;
	width:100%;
	min-width:960px;
	background: #fef9f3;
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form {
	margin: 0;
	padding: 0;
}

img, a img {
	max-width: 100%;
	width: auto;
	height: auto;
	border:none;
	vertical-align:bottom;
}

/* List_group */
ul,ol,li {list-style:none;}

/* inline-style */

a,
a:link,
a:visited {
	text-decoration:none; color:#4b4b4b;
}
a:hover,
a:active {text-decoration:underline; color:#5d5b5b;}

.footer_nav a,
.footer_nav a:link,
.footer_nav a:visited {text-decoration:none;color:#fff;}
.footer_nav a:hover,
.footer_nav a:active {text-decoration:none; color:#ddd;}

small {font-size:12px;color: #fff;}

/* table */
table {
	width:100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
tr,th,td {}

/* blockgroup */

.bold{
	font-weight: bold;
}

.small{
	font-size: 80%;
}

.big{
	font-size: 120%;
}
.clear {
	clear:both;
	visibility:hidden;
}

.right{
	text-align: right;
}

.center{
	text-align: center;
}
.left{
	text-align: left;
}
.c_img li:nth-child(2n) .right_img{
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.c_img li.even .right_img{
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
@media screen and (min-width:769px) {
	.left_img{
		float: left;
		margin-right: 20px;
	}
	.right_img {
	float: right;
	margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.right_img,
	.left_img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}
.errorMessage,
.attention{
	color: #ff211b;
}

.blue{
	color: #2466c2;
}

.ore{
	color: #ff6600;
}

.red{
	color:#FF0000;
}
.mt0{
	margin-top: 0px !important;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb15{
	margin-bottom: 15px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.pt0{
	padding-top: 0px !important;
}
.pt10{
	padding-top: 10px;
}
.pt20{
	padding-top: 20px;
}
.pb0{
	padding-bottom: 0px !important;
}
.pb10{
	padding-bottom: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pr10{
	padding-right: 10px;
}
.pr20{
	padding-right: 20px;
}
.pl10{
	padding-left: 10px;
}
.pl20{
	padding-left: 20px !important;
}

/*=============================
	Layout-Base
===============================*/
#wrap {
	width: 100%;
}

#top{
}

/* header
-------------------------*/
h1{
	font-size :12px;
	text-align: left;
	font-weight: normal;
	line-height: 100%;
	color: #fff;
	height: 12px;
	padding: 10px 0px 9px 0px;
}

#header_wrap {
	width: 100%;
	height: 99px;
	background: url(../images/common/header_bg.gif) left top repeat-x;
}

header {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (min-width:769px) {
	.logo{
		width: 320px;
		float: left;
	}
}
.header_content{
	width: 640px;
	float: right;
	overflow: hidden;
	padding-bottom: 17px;
}
.header_content img{
	float: left;
}
.header_content .h_tel{
	float: right;
}
/* gnav
-------------------------*/
#gnav_wrap {
	width: 100%;
	height: 76px;
	overflow: hidden;
	background: url(../images/common/gnav_bg.gif) center top repeat-x;
}

nav{
	width: 960px;
	margin: 0 auto;
}

nav .gnav01{
	float: left;
}

/* main-visual
-------------------------*/
#visual_wrap{
	width: 100%;
	background: url(../images/top/main_vis_bg.jpg) center top no-repeat;
	background-size:auto 100%;
}

.visual{
	margin: 0px auto;
	
}

.visual h2{
	text-align:center;
}


.visual h2 img{
	width: 1160px;
	margin:0 auto;
}




/* main_contents
-------------------------*/

#top #main_content{
	width: 100%;
}

article{
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0px 40px;
}
.topic{
	width: 958px;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #a1a1a1;
}
.topic .title{
	float: left;
	width: 140px;
	padding: 15px 15px 15px 25px;
}
.topic h3{
	color: #840800;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 25px 0 25px;
}
.topic .title .item_img{
	text-align: center;
	margin-bottom: 15px;
}
.topic .text{
	float: left;
	width: 110px;
	padding: 15px 25px 45px 0px;
}
@media screen and (min-width:769px) {
	.topic01{
		width: 319px;
		float: left;
		border-right: 1px solid #a1a1a1;
		overflow: hidden;
	}
	.topic01:last-child{
		width: 318px;
		border: none;
		float: left;
	}
}
@media screen and (max-width: 768px) {
	.topic01{
		width: 100%;
		border: 1px 1px 0 1px solid #a1a1a1;
		overflow: hidden;
	}
	.topic01:last-child{
		border-bottom: none;
	}
}
/* content
-------------------------*/
#content{
	overflow: hidden;
}


.hp{
	width: 100%;
	float: left;
	overflow: hidden;
}

/*

.bn{
	overflow: hidden;
	width: 695px;
	margin-bottom: 20px;
}


.bn .bn01{
	margin-bottom: 30px;
	float: left;
	width: 333px;
	margin-right: 29px;
}


.bn .bn02{
	margin-bottom: 30px;
	float: left;
	width: 333px;
}
*/



.bn{
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	display:flex;flex-wrap:wrap;justify-content:space-between;
}
.bn01 a,
.bn02 a{
	display:block;
	width:100%;
	height:100%;background:#000;
}

.bn01 a:hover,
.bn02 a:hover{
	opacity:0.8;
}

.bn div{
	width:48%;
	text-align:right;
}

.bn .bn01{
	margin-bottom: 30px;
	float: left;
	margin-right: 2%;
	
}


.bn .bn02{
	margin-bottom: 30px;
	float: right;
}



.w100 a img{
	width:100%;
}

.blog h3{
	overflow:hidden;
	background:#840800;
}

.blog h3 a{
	float:right;
}
@media screen and (min-width:769px) {
.news_content{
	overflow: hidden;
	margin-bottom: 30px;
	width: 100%;display:flex;
	justify-content:space-between;
	}
	.news_content .fb{
	/*width: 333px;
	float: left;*/width:48%;
	float:right !important;
	display:inline-block;text-align: right;
	}
}
@media screen and (min-width:769px) {
	.news_content .blog{
		/*width: 333px;
		float: left;*/
		margin-right: 1%;
		width:48%;
	}
}
.news_content .blog .news_text{
	background: #fff;
	border: 1px solid #a6a6a6;
	padding: 0 9px 10px;
}
.news_content .blog dl{
	padding: 10px 10px 10px;
	border-bottom: 1px dashed #a1a1a1;
	overflow: hidden;
}

.news_content .blog dt{
	width: 90px;
	float: left;
}
.news_content .blog dd{
	float: left;
}
.icon01{
	background: url(../images/common/icon01.gif) left center no-repeat;
	padding: 3px 0px 3px 25px;
}
.icon02{
	background: url(../images/common/icon02.gif) left center no-repeat;
	padding-left: 25px;
}
.icon03{
	background: url(../images/common/icon03.gif) left center no-repeat;
	padding-left: 35px;
}

.icon04{
	background: url(../images/common/icon04.gif) left center no-repeat;
	padding-left: 20px;
}

/* sidebar
-------------------------*/
aside{
	width: 235px;
	float: left;
	margin-right: 30px;
}

aside section{
	background: url(../images/common/side_content_b.gif) left bottom no-repeat;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
aside section .side_content{
	background: url(../images/common/side_content_m.gif) left top repeat-y;
	padding: 15px 15px 0px
}
#guide_area li {
	letter-spacing: -0.05em;
	margin-bottom: 5px;
	line-height: 1.0;
}
ul.button_like li {
	background: rgba(0, 0, 0, 0) url("../images/common/bg_btn_list.jpg") repeat-x scroll center bottom;
	margin: 0;
	padding: 0 0 1px;
}
ul.button_like li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0) url("../images/common/ico_arrow_02.gif") no-repeat scroll right center;
	border-color: #ccc;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	display: block;
	margin: 0;
	outline: medium none;
	padding: 10px 15px 10px 10px;
	text-decoration: none;
}
ul.button_like li a:link,ul.button_like li a:visited {
	color: #39c;
	text-decoration: none;
}
ul.button_like li a:hover {
	color: #f60;
	text-decoration: underline;
}
/* footer
-------------------------*/
#footer_wrap{
	width: 100%;
	background: url(../images/common/footer_bg.gif) center top repeat-x #383838;
	padding-top: 60px;
	height: 124px;
}
footer{
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
.footer_content{
	overflow: hidden;
}
.footer_nav ul{
	margin-bottom: 12px;
}

.footer_nav li{
	display: inline;
	padding-right: 30px;
}

.footer_nav li a{
}

.copyright{
	text-align: center;
}
.copyright a {
	color: inherit;
}

/* section .container
-------------------------*/

#content section{
	margin: 0px 0px 40px;
}

section .container{
	padding: 20px 15px 20px 20px;
	width: 660px;
	overflow:hidden;
}

section .container h4{
	margin-bottom: 10px;
	font-size: 16px;
	color: #45ab5c;
	border-left: 5px solid #45ab5c;
	padding-left: 10px;
}

section .container h4.sp{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #45ab5c;
	background: url(../images/common/h4_bg.gif) left top no-repeat;
	border: none;
	padding: 0px 0px 8px 0px;
}

section .container h5{
	font-size: 16px;
	color: #f56037;
	font-weight: bold;
	margin-bottom: 10px;
}

section .container_box,
section .container_box2,
section .container_box3,
section .container_box4{
	overflow: hidden;
	width: 660px;
}

.kado img{
	padding: 5px;
	background: #fff;
 }

 .kado2 img{
	padding: 9px;
	border: 1px solid #eee;     /* 枠線の装飾 */
 }

.container_box img{
	float: left;
	max-width: 250px;
	margin-right: 20px;
	height: auto;
}

.container_box2 img{
	float: right;
	margin-left: 20px;
	max-width: 250px;
	height: auto;
}
.container_box3 img{
	float: left;
	max-width: 160px;
	margin-right: 20px;
}

.container_box4 img{
	float: right;
	margin-left: 20px;
	max-width: 200px;
}

.container_box .text{
	float: left;
	width: 390px;
}

.container_box2 .text{
	float: left;
	width: 390px;
}

.container_box3 .text{
	float: left;
	width: 480px;
}

.container_box4 .text{
	float: left;
	width: 430px;
}

/* 下層ページ 設定
-------------------------*/
#lower{
	background: url(../images/common/main_bg.gif) left top repeat-x;
	width: 100%;
}
@media screen and (min-width:769px) {
	#lower article{
		padding: 30px 0 60px;
	}
}
#lower #main_content{
}

#lower #content section{

}

#lower #content h3{
	background: url(../images/common/h3_bg.gif) left center repeat-y;
	padding: 9px 10px 9px 25px;
	font-size: 18px;
	color: #fff;
	font-family:
	"ヒラギノ明朝 ProN W3",
	"HiraMinProN-W3",
	"HG明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	"MS 明朝",
	serif;
}
#lower #content h3 a{
	color: inherit;
}
.pankuzu{
	padding-left: 10px;
	padding-bottom: 20px;
}
#tab {
	text-align:center;
	margin-bottom: 30px;
	overflow: hidden;
}

#tab li {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border: 1px solid #1c9ce0;
	margin: 0px 10px 0px 10px;
	background: #fff;
	*display: inline;
    *zoom: 1;
}

#tab li a{
	width: 130px;
	padding: 10px;
	color: #1c9ce0 !important;
	text-decoration:none;
	display: block;
}

#tab li:hover {
	background:#1c9ce0;
	border: 1px solid #1c9ce0;
}

#tab li:hover a{
	color: #fff !important;
}
.list_row{
	width: 675px;
	overflow: hidden;
	letter-spacing:-0.4em;
	padding-top: 5px;
	padding-left: 15px;
}

.list_row li{
	width: 210px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	letter-spacing:normal;
	margin-bottom: 15px;
	*display: inline;	/*for IE*/
    *zoom: 1;		/*for IE*/
}
.list_row li img{
	max-width: 210px;
	height: auto;
	margin-bottom: 5px;
}
/* ページネーション
-------------------------*/

.pagination {
overflow: hidden;
font-size:14px;
margin: 0px auto;
text-align: center;
}

.pagination span, .pagination a {
display: inline;
margin: 2px 5px 2px 0;
padding: 5px;
text-decoration:none;
}

.pagination a:hover{
background: #decfc8;
}

.pagination .current{
padding: 5px;
background: #decfc8;
}

/* pagetop
-------------------------*/
.backtotop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9000;
    display: none;
}

/* subvisual
-------------------------*/

#subvisual_wrap{
	width: 100%;
	background: url(../images/common/sub_vis_bg.gif) left top repeat-x #000;
	padding: 26px 0 20px;
}

.subvisual h2{
	width: 960px;
	margin: 0px auto;
}
/* company page
-------------------------*/

table th,
table td{
	text-align: left;
	border: 1px solid #ddd;
	padding: 10px;

}

table th{
	text-align: left;
	font-weight: normal;
	background: #eee;
}

table td{
	text-align: left;
	background: #fff;
}

table.def{

}
table.def th,
table.def td{
	padding: 10px;
	text-align: left;
}

table.def th{
	width: 20%;
}

/* contact page
-------------------------*/



.sub {
    width: 695px;
    float: left;
    overflow: hidden;
}








table.def02 th{
	width: 35%;
	padding: 10px;
}

table.def02 td{
	width: 65%;
	padding: 10px;
}

form p{
	text-align: center;
}
form input,
form textarea{
	padding: 5px 10px;
}
/* sitemap page
-------------------------*/
.ul_sitemap li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/common/icon01.gif) left center no-repeat;
	padding-left: 30px;
}

/* qa page
-------------------------*/
.q_icon{
	background: url(../images/qa/q_icon.gif) left center no-repeat;
	padding: 10px 0px 20px 40px;
	font-size: 14px;
	font-weight: bold;
}
.a_icon{
	background: url(../images/qa/a_icon.gif) left center no-repeat;
	padding: 6px 0px 6px 30px;
}

/* voice page
-------------------------*/
.voice{
	border-bottom: 1px solid #f5dad0;
}
.voice_text{
	background: url(../images/voice/voice_t.gif) left top no-repeat;
	padding-top: 4px;
}
.voice_text dl{
	background: url(../images/voice/voice_m.gif) left top repeat-y;
	padding: 10px 15px 20px;
}

.voice_text dl dt{
	padding: 6px 10px 6px 10px;
	font-size: 16px;
	color: #e71b04;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px dotted #c7b0a5;
}

.voice_text dl dt a {
	color: inherit;
}

.voice_text dl dd{
	padding: 0 10px;
}




.container table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.required-mark{
	color: #ff211b;

}
.contact-submits-wrap{
	text-align:center;
	margin:20px auto;
}
.contact-submits-wrap input{
	background:#0C6;
	color:#FFF;
}




#contact-form th{
	width:24%;
}
p.zipimg{
	text-align:left;
	margin:5px 0;
}



#contact-form td p{
	text-align:left;
}



#contact-form td select{
	padding:4px;
	margin-bottom:4px;
}

/* SP */
@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}
	* {
		box-sizing: border-box;
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	#header_wrap {
		height: auto;
	}
	.header_content {
		float: none;
		width: 100%;
		padding: 0;
	}
	img {
		margin: auto;
		width: auto;
		height: auto;
	}
	section {
		height: auto !important;
	}
	table {
		border: none !important;
	}
	table th,
	table td {
		display: block;
		padding: 0.5em 1em;
		width: 100% !important;
	}
	#gnav_wrap {
		display: none;
	}
	article {
		padding: 10px;
	}
	.topic h3 {
		padding: 10px;
	}
	.topic .topic01 .title {
		float: none;
		width: 100%;
		text-align: center;
		padding: 10px;
	}
	.topic .topic01 .title .item_img {
		width: auto;
		margin: auto;
	}
	.backtotop {
		width: 40px;
		height: 40px;
	}
	.topic .topic01 .text {
		padding: 10px;
		width: 100%;
		border-bottom: 1px solid #a1a1a1;
	}
	.topic .topic01:last-child .text {
		border-bottom: none;
	}
	.bn {
		margin-bottom: 0;
	}
	.bn > div {
		margin-bottom: 20px !important;
	}
	.bn div img {
		margin-bottom: 0 !important;
	}
	h1 {
		font-size: 8px;
		padding: 0;
		height: auto;
	}
	header {
		padding: 10px 55px 10px 10px;
		background-repeat: 
	}
	#header_wrap {
		background: url(../images/common/header_bg.gif) left top repeat;
	}
	.news_content .blog {
		width: 100%;
	}
	.fb {
		width: 100%;
		margin-top: 20px;
	}
	.fb_iframe_widget iframe {
		position: relative;
	}
	.footer_nav {
		display: none;
	}
	#footer_wrap {
		padding: 10px;
		height: auto;
		background: #383838;
	}
	/*------------------------------------------*/
	/*l_header
	/*------------------------------------------*/
	.l_header {
		background: #fff;
		width: 50px;
		height: 50px;
		top: 10px;
		right: 0;
		position: fixed;
		z-index: 10000;
	}
	.header_inner{
		width: 100% !important;
		height: 100%;
		position:relative !important;
	}
	.header_wrap{
	}
	/*nav=====*/
	.l_header .nav{
		display: none;
		position: fixed;
		overflow-y: scroll;
		height: 100%;
		width: 100%;
		text-align: center;
		top: 60px;
		left: 0;
		z-index: 10000;
	}
	/*header_sp_nav=====*/
	.header_sp_nav{
		width: 30px;
		height: 26px;
		z-index: 10003;
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 10px;
		margin: 0;
		cursor: pointer;
		left: initial;
		transform: translateY(-50%) translateX(0) !important;
		-webkit- transform: translateY(-50%) translateX(0) !important;
	}
	.nav_line{
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #333;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.nav_line1{
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.nav_line2{
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.nav_line3{
		bottom: 0;
		top: auto;
	}
	.nav_list {
		padding-bottom:50px;
		margin-bottom:50px;
	}
	.nav_list li {
		color: #fff;
		background: url(../images/common/header_bg.gif) left top repeat;
		margin: 0;
		text-align: left;
		border-bottom: 1px solid;
	}
	.nav_list li a{
		display: block;
		padding: 10px;
		color: #fff;
	}
	.main_cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.main_cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
		position: fixed;
		top: 0;
		left: 0;
	}
	/* ▲　SPメニュー　▲ */
	#subvisual_wrap {
		padding: 0;
	}
	aside {
		display: none;
	}
	.pankuzu {
		padding: 0 0 10px;
		font-size: 10px;
	}
	section .container {
		padding: 10px 0;
	}
	#content section {
		margin: 0;
	}
	#lower #content h3 {
		margin-bottom: 10px;
	}
	.voice_text dl {
		padding: 10px;
	}
	.voice_text dl dd {
		padding: 0;
	}
	h2.sp {
    background: url(../images/common/h3_bg.gif) left center repeat-y;
    padding: 9px 10px 9px 25px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	.blog h2.sp {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.blog h2.sp p {
		width: auto;
	}
	.blog h2.sp a {
		width: auto;
		color: #fff;
		font-size: 10px;
	}
}
@media screen and (min-width:769px) {
	.l_header {
		display: none;
	}
}
@media screen and (min-width:769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}





input[type='button']:hover,
input[type='submit']:hover {
	opacity: .7;
	cursor: pointer;
}




.back-list{
	text-align:right;
}






