@charset "UTF-8";
/* CSS Document */
*,*:before,*:after{
margin:0;
padding: 0;
list-style: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
	font-family:"Meiryo", "ヒラギノ角ゴ Pro W3", "Arial", "Helvetica", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;	
	background:#f8f8ef;
	font-size:16px;
	color:#555555;
	line-height:2;
	font-weight:lighter;
}
.bg_orange {
	background:#eb7021;
	padding:4px 0px;	
}
.wrapper {
	max-width:980px;
	width:100%;
	margin:0 auto;
}
a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);	
}
.banner01 {width:100%;}
#blog01 {
	position:absolute;
	z-index:10;
	right:50px;
	bottom: 0px;
}
.txtwhite {
	font-size:14px;
	color:#fff;	
}
.phone_icon {
	margin:0px 10px 10px 0px;	
}
.bg_banner {
 background:url(../img/bg-banner01.jpg) no-repeat;
 background-position:center;
 width:100%;
 height:425px;
  position: relative;
  top: 0px
}
.txt_blog1 {
	padding-left:10px;
	padding-top:0;
	line-height:200%;
	width: 60%;	
}
.txt_blog2 {
	overflow:hidden;
}

.txt_right {
	float:right;
	width:70%;
	
}
.txt_left {
	float:left;
	width:70%;
}
h3 {
	color:#f27b11;
	font-size:30px;
	font-weight:100;
	line-height:1.3;
}
.line_dotted {
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
	clear:both;	
	margin-bottom:25px;
	padding-bottom:25px;
}

table.tbl_blog2 { border:1px solid #cccccc;  border-collapse: collapse; }
table.tbl_blog2 tr td {
	padding:10px 55px 10px 34px;
	border-right:1px dotted #ccc;
	border-bottom:1px solid #ccc;
}
table.tbl_blog2 tr td.nr_border { border-right:none;}
table.tbl_blog2 tr td.nb_border { border-bottom:none;}
table.tbl_blog2 tr:nth-child(odd) {background:#fff7bf;}
.blog_cont {
	margin-top:100px;
	position: relative;
	border: 5px solid #69401a;
	border-radius: 10px;

}
.gradient-pattern {

	background: repeating-linear-gradient(
	  135deg,
	  #f5ece4,
	  #f5ece4 10px,
	  #f7f0e9 10px,
	  #f7f0e9 20px
	);

}
.blog_cont_img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.blog_cont_w{
	position: absolute;
	top: 20px;
	left: 320px;
}
.con-pc{
	display: block;
}
.con-sp{
	display: none;
}
.txt_cont {
	padding:110px 0px 0px 260px;
}
#blog_orange {
	background:#f17400;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;	
	padding:30px 50px 50px 50px;
	margin-top:30px;
	position: relative;
}
.blog_white {
	background:#fff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;	
	padding:20px 20px 0px 20px;
	margin-top:40px;
	clear:both;
	position:relative;
	height: 300px;
	z-index:5;
}
.blog_white .ml30{
		margin-top: 50px;
		margin-left: 200px;
		margin-bottom: 20px;
	}
.ibnr{float: right;}
.txtbnr{
	float: right;
	margin: 30px 10px 0 0;
}
.btnBnr{
	padding-top:37px;
	clear:both;
	overflow:hidden;
}
.btnBnr a{margin-right: 30px;}

.tb_border {
	border-bottom: thick double #f17400;
}
ul.ul01 {
	font-size:22px;
	margin-top:20px;
	
}
ul.ul01 li {
	background:url(../img/icon-check.png) no-repeat;
	background-position: 0px center; 
	 padding-left: 50px;
}
#blog_brown {
	background:#6a411a;
border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;	
	padding:30px 50px 70px 50px;
	
		
}
table.tbl_brown  {padding-bottom:20px;}
table.tbl_brown tr td {
	padding:0px 10px 10px 5px;
}

.bg_blog {
	background:#fff;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;	
	border:5px solid #69401a;
	padding:40px 45px;
	margin-top:0px;
	position: relative;
}
.bg_blog1 {
	background:#fff;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;	
	border:5px solid #69401a;
	padding:40px 30px;
	margin-top:0px;
	overflow:hidden;
}
.bor_white {
	border:7px solid #ccc;
	background:#fff;
	max-width:280px;
	width:100%;
	height:320px;
	padding:3px;
	text-align:center;
	
}
.s_blog5{
	width:210px;
	margin:0 auto;
	text-align:left;
	font-size:15px;
	padding-top:20px;
	line-height:1.7;
}
.arrow_next {
	margin:130px 5px;
	float:left;	
}
.background {
	position:absolute;
	z-index:-1;	
}
.bg_com {
	background:#fff;
	padding:50px 30px 30px 30px;
	margin-top:-30px;	
	margin-left:4px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}
table.tbl_3 { border:2px solid #ccc; border-collapse: collapse; width:100%;}

table.tbl_3 tr, table.tbl_3 tr th, table.tbl_3 tr td  {border:1px solid #ccc;}
table.tbl_3 tr th {
	font-weight:normal;	
	background:#eeeeee;	
	
}
table.tbl_3 tr th p {
	padding:10px 30px;
	border:2px solid #fff;
}
table.tbl_3 tr th p.line_white {
	padding:75px 0px;
}
table.tbl_3 tr td {
	padding:10px 30px;
	margin-right:30px;
}
.footer {
	background:url(../img/footer-img.png) repeat-x;
	height:219px;
	margin-top:80px;
}
.txt_red {
	color:#F00;
	font-size:14px;	
}
.bg_white {background-color:#fff; overflow:hidden;}
.w100 {width:100%;}
.over-flow{
	overflow: hidden;
	text-align: center;
}
.txt_right,.txt_left{
	text-align: left;
}
.m-pc{
		display: block;
	}
.m-sp{
		display: none;
	}
#blog_orange .fl{
		position: absolute;
		z-index: 10;
		bottom: 50px;
	}
#blog_brown .blog_white{
	height: auto !important;
}
.clear{
	clear: both;
}
.adv-footer-sp{
	display: none;
}

.disp_sp{ display:none; }
.disp_pc{ display:block; }

#spmain{ display:none; }

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	

}
/* Smaller screens | <1120px */
@media only screen and (max-width: 1120px) {
	.wrapper {
		width:98%; 
		margin:0 auto;
	}
	.t-blog{
		width:98% !important; 
		margin:0 auto !important;
		overflow: hidden;
		position: relative;
		margin-top: 20px !important	;
		border-radius: 5px !important;
	}
	.con-pc{
		display: none;
	}
	.con-sp{
		display: block;

	}
	.con-wrapper{
		width: 100% !important;
		max-width: 100%;
	}
	.blog_cont,#blog_orange{
		border-left: none;
		border-right: none;
		border-radius: 0px !important;
	}
	#blog_orange{
		padding: 30px 0px;
		text-align: center;
		position: relative;
	}
	#blog_orange .mt-40{
		position: absolute;
		z-index: 10;
		left: 0px;	
		bottom: 30px;
	}
	#blog_orange .ml10,#blog_brown .ml10{
		margin: auto;

	}
	#blog_brown {
		padding: 30px 0px;
		border-radius: 0px;
	}
	.blog_white{

		width: 97% !important;
		position: relative;
		overflow: hidden;
		margin: auto;
		text-align: left;
		margin-top: 20px;
		
	}
	.blog_white .ml30{
		margin-top: 50px;
		margin-left: 200px;
		margin-bottom: 20px;
	}
	.tbl_brown{
		width: 100%;
	}
	.md-adv{
		width: 100%;
	}
	.bor_white{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.bg_blog1 .w100{
		width: 30% !important;
		height: 30% !important;
		float: left!important ;
	}
	.bg_blog1 .mt20{
		margin-left: 5% !important;
		float: left !important;
	}
	.bg_blog1 .s_blog5{
		float: left !important;
		margin-left: 5% !important;
		width: 60% !important;
		margin-right: 5% !important;
	}
	.bg_blog1 {
		text-align: center;
	}
	.arrow_next{
		clear: both;
		margin: 0px;
		margin-left: 50%;
		-ms-transform: rotate(90deg); /* IE 9 */
	    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	    transform: rotate(90deg);

	}


}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 960px) {
	table.tbl_blog2{
		width: 100% !important;
	}
	table.tbl_blog2 tr td{
		width: 25%;
		padding: 10px;

	}

	.m-pc{
		display: none;
	}
	.m-sp{
		display: block;
	}
	#blog01 {
		padding-top: 30px;
		right: 0px;
	}
	.md5{
		margin-bottom: 20px;
		float: none !important;
		margin: auto;

	}
	.blog_cont_img{
		height: 110%;
		left: -100px;
	}
	.txt_right,.txt_left{
		margin-top: 20px;
		width: 100%;
	}
	.txt_cont{
		padding-left: 300px;
	}
	.blog_cont_w{
		left: 300px;
	}
	.bg_blog1{
		border: none !important;
	}
	.adv-footer-sp{
		display:block;
	width:100%;
	padding:5px;
	position:fixed;
	z-index:9999;
	bottom:0;
	text-align:center;
	background-color: rgba(0,0,0,0.5);	

	}
	.adv-footer-sp img{
		width: 50%;
		float: left;
	}
	.txtbnr{
		position:relative;
		top:30px;
		
		width:60%;
	}
	.btnBnr{
		width:90%;
		position:absolute;
		bottom: 25px;
		left:50%;
		transform:translateX(-50%);
	}
	.btnBnr img{width:49%;float: left;margin-left:1%;}
	.wrapper {
		width:98%; 
		margin:0 auto;
	}
	.sp-hide{display:none;}
}



/* Tablets (portrait) | <800px */
@media only screen and (max-width: 800px) {

	.mt30{
		
	}
	.bg_blog {padding:30px 20px;overflow: hidden;margin-left: 0px;}
	.bg_blog1 { padding:30px 20px;}

	.arrow_next {padding:0% 0.3%;}
	.txt_center {text-align: center;}
	#blog01 {
		width: 200px;
		padding-top: 30px;
		right: -5px;
	}
	.txt_blog1{
		width: 60%;
	}

	.txt_cont{
		width: 100%;
	}
	.blog_white {
		height: auto;
	}
	#blog_orange .mt-40{
		left: -20px;
	}
	#blog_orange .ml30{
		left: 0px;
		position: relative;
	}
	.txtbnr{
		position:relative;
		top:85px;
		left:20%;
		width:60%;
	}
	.ibnr{width:25%;}
	.btnBnr{bottom:3%;}
}

/* Phablets (portrait) | <640px */
/*@media only screen and (max-width: 640px ) {

	.bg_blog{
		border-radius: 0px 0px 10px 10px;
	}
	.mt30{
		width: 100%;
		
	}
	.blog_cont{
		overflow: hidden;
	}
	.blog_cont_w{
		position: relative;
		margin: auto;
		left: 0px !important;
	}
	.blog_cont_img{
		display: none;
	}
	.txt_cont{
		padding-left: 0px;
		padding-top: 40px;
		text-align: center;
	}
	#blog_orange .mt-40{
		display: none;
	}
	#blog_orange .ml30{
		margin-left: 0px;
		
	}
	#blog_orange .ml30{
		font-size: 12px !important;
	}
	.ddd{
		width: 100% !important;
	}
	.txtbnr{
		position:relative;
		top:85px;
		left:20%;
		width:60%;
	}
	.ibnr{width:25%;}
	.btnBnr{bottom:3%;}
	.person-sp{display:none;}
}*/



/* Smartphones | <480px */
@media only screen and (max-width: 640px ) {
	#spwrap{
		width:100%;
		overflow:hidden;	
	}
	.bg_banner{
		background:none !important;
		padding:0;
		margin:0 0 15px;
		height:auto;	
	}
	.bg_blog{
		border-radius: 0px 0px 10px 10px;
	}
	.mt30{
		width: 100%;
		
	}
	.blog_cont{
		overflow: hidden;
	}
	.blog_cont_w{
		position: relative;
		margin: auto;
		left: 0px !important;
	}
	.blog_cont_img{
		display: none;
	}
	.txt_cont{
		padding-left: 0px;
		padding-top: 40px;
		text-align: center;
	}
	#blog_orange .mt-40{
		display: none;
	}
	#blog_orange .ml30{
		margin-left: 0px;
		
	}
	#blog_orange .ml30{
		font-size: 12px !important;
	}
	.ddd{
		width: 100% !important;
	}
	.txtbnr{
		position:relative;
		top:85px;
		left:20%;
		width:60%;
	}
	.ibnr{width:25%;}
	.btnBnr{bottom:3%;}
	.person-sp{display:none;}

	#pcmain{ display:none !important; }
	#spmain{
		display:block;
		width:100%;
		height:auto;	
	}
	.txt_blog1{
		width: 100%;
	}
	#blog01{
		position: relative;

		float: right;;
		margin-bottom: -30px;
		margin-right: -20px;
	}
	.blog_cont a img{
		width: 98%;
	}
	#blog_orange .ml10{
		width: 92%;
	}
	.mt135{
		width: 40%;
	}
	.txtbnr{
		width:70%;
		left:24%;
	}
	.blgLogo{
		width:60%;
	}
	.txtbnr{
		top:44px;
		width:70%;
		left:22%;
	}
	.btnBnr{bottom:3%;}
	.ibnr{width:23%;}
	.blgLogo{
		width:50%;
		padding:25px 0 10px 0;
	}
	.blgLogo .phone_icon{width:100%;float: right; margin-top:-2%;}
	.logo{width:39%;margin-left: 1%;}
	.person-sp{display:none;}
	
	.bg_blog{ position:relative; padding:15px 10px; }
	.txt_blog1{
		float:left;
		width:65%;
		font-size:0.8em !important;
		line-height:1.5em;
	}
	.sp1{
		float:right;
		width:35%;
		position:absolute;
		bottom:0;
		right:10px;
	}
	.sp1 img{ width:100% !important; height:auto; }
	.f18{
		font-size:0.8em !important;
		line-height:1.7em;	
	}
	.txt_blog2 .mt10{ font-size:0.9em !important; line-height:1.6em; }
	.tbl_blog2{
		font-size:0.7em !important;
		line-height:1.6em;	
	}
	.disp_pc{ display:none; }
	.disp_sp{ display:block; }
	.txt_red{ line-height:1.6em; }
	
	.sp_blog_cont_img{
		position:absolute;
		z-index:1;
		bottom:0;
		float:left;
		width:43%;
		height:auto;
		left:0;
	}
	.blog_cont_w{
		position:relative;
		z-index:99;
		float:right;
		width:60%;
		padding-right:2%;	
	}
	.txt_cont{
		position:relative;
		z-index:99;
		float:right;
		width:62%;
	}
	
	#blog_orange{
		position:relative;	
	}
	#blog_orange .spwoman{
		position:absolute;
		bottom:40px;
		float:left;
		display:block;
		width:35%;
	
	}
	
	#blog_orange .blog_white{
		float:none;
		width:94% !important;
		height:auto !important;
		margin:10px auto !important;
		padding-left:30%;
		padding-bottom:0 !important;
	}
	#blog_orange .blog_white .tb_border{
		font-size:1.4em !important;
		line-height:1.4em !important;
		font-weight:bold;
	}
	#blog_orange .blog_white .ul01{
		margin-bottom:0 !important;
		padding-bottom:0 !important;	
	}
	#blog_orange .blog_white .ul01 li{
		background-size:20px 17px;
		padding-left:25px !important;
		font-size:0.6em !important;
		line-height:1.4em !important;
		margin-bottom:5px;
	}
	#blog_brown h2{ padding-bottom:10px; }
	#blog_brown h2 img{ width:90% !important; height: auto; margin:0 auto; }
	#blog_brown .blog_white{
		width:94% !important;
		margin:0 auto;
		padding:10px;
	}
	#blog_brown .blog_white .tbl_brown{
		font-size:0.8em;
		line-height:1.5em;
	}
	.sp_arrow{ width:40%; height:auto; margin:0 auto 40px; }
	
	.bg_blog1 .bor_white .w100{
		width:35% !important;
		height:100%;	
		float:left;
	}
	.bg_blog1 .bor_white .mt20{
		float:left;
		width:40%;	
		height:auto;
		padding:10px 0 10px;
		margin:0;
	}
	.bg_blog1 .bor_white .s_blog5{
		float:right !important;
		display:block;
		width:55% !important;
		padding:0;
		margin:0;
		font-size:0.7em;
		line-height:1.4em;
	}
	.t-blog h2{ padding-bottom:10px;text-align:left; }
	.t-blog h2 img{ width:40%; height:auto; }
	.t-blog .bg_com{
		padding:30px 10px 10px !important;
	}
	.t-blog .bg_com{ font-size:0.8em; line-height:1.5em; }
	.t-blog .bg_com th{ width:30%; }
	.t-blog .bg_com th p{
			padding:10px;
	}
	.footer .bg_orange{
		padding-bottom:70px;	
	}
}

/* Smartphones | <320px */
@media only screen and (max-width: 320px) {
	.bg_banner{
		height:220px;
	}
	
}

/* Big Screens .gnavi Fix | >720px */
@media only screen and (min-width: 60em) {
	
}
@media only screen and (min-width: 50em) {
	
}


.txt_center {text-align:center;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt135 {margin-top:135px;}
.mt-40 {margin-top:-40px;}

.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}

.mr10 {margin-right:10px;}

.ml10 {margin-left:10px;}
.ml30 {margin-left:30px;}
.ml50 {margin-left:50px;}

.fl {float:left;}
.fr {float:right;}
.clear {clear:both; overflow:hidden;}

.f18 {font-size:18px;}