@charset "utf-8";

/*------------------------------------------------------------------
/
/	STYLE:PC
/
/-----------------------------------------------------------------*/
html {}
body {
	margin: 0 auto;
	font-size:100%;
	color: #171717;
	line-height: 1.6;
	background:#fff;
	overflow-x: hidden;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {}
a:visited {}
a:hover {}

* header:after, * footer:after, * main, * section:after, * article:after, * div:after, * ul:after, * ol:after, * dl:after{
	content: "";
	clear: both;
	display: block;
}

/* common
-------------------------------------------------------*/
.sp {display: none;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-left{text-align:left;}

.area{width:100%;}
.area-in{
	max-width:980px;/* 任意の幅 */
	margin: 0 auto;
}

/* header
-------------------------------------------------------*/
#header{
	width: 100%;
	border-bottom: 3px solid #999;
}
#header .in{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .branding-text{
	background: #FF870F;
}
#header .branding-text h1{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 5px;
	color: #fff;
	font-size: 0.675rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .branding,
#header .contact{}
#header .branding{
	float: left;
}
#header .contact{
	float: right;
}
#header .branding>ul,
#header .contact>ul{
	display: table;
}
#header .branding>ul li{
	display: table-cell;
	vertical-align: middle;
	padding-right:8px;
}
#header .contact>ul li{
	display: table-cell;
	vertical-align: middle;
}

/* Visual
-------------------------------------------------------*/
#visual{
	height: 500px;
	text-align: center;
	border-bottom: 3px solid #999;
}
#visual ul.single-item{
}
#visual ul.single-item li{}
#visual ul.single-item li img{
	margin: 0 auto;
}
#visual ul.single-item li#visual-bg01{
	background: url(../images/visual01_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
#visual ul.single-item li#visual-bg02{
	background: url(../images/visual02_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
#visual ul.single-item li#visual-bg03{
	background: url(../images/visual03_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

#visual ul.single-item li#visual-bg04{
	background: url(../images/visual04_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}


/* スライドドット */
#visual .slick-dots {
	text-align: center;
	bottom: -33px;
	z-index: 9999;
	height: 33px;
}
#visual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 33px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#visual .slick-dots li button:hover:before,
#visual .slick-dots li button:focus:before,
#visual .slick-dots li.slick-active button:before{
	background: url(../images/slide_dot_select.png) no-repeat;
	width: 20px;
	height: 33px;
}
#visual .slick-dots li button:before {
	content: '';
	background: url(../images/slide_dot.png) no-repeat;
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height:33px;
	text-align: center;
	opacity: 1;
}

/* スライド矢印 */
#visual .slick-prev,
#visual .slick-next{
	z-index: 9999;
	width:40px;
	height:40px;
}
#visual .slick-prev:before,
#visual .slick-next:before{
	font-size: 40px;
	color:transparent;
}
#visual .slick-prev{
	left:30px;
}
#visual .slick-prev:before{
	background:url(../images/slide_arrowr.png) no-repeat left center;
	background-size:40px 40px !important;
	background-position:0px 0px;
	width:40px;
	height:40px;
	padding:0px;
}
#visual .slick-next{
	right:30px;
}
#visual .slick-next:before{
	background:url(../images/slide_arrowl.png) no-repeat left center;
}

/* footer
-------------------------------------------------------*/
#footer {
	width: 100%;
	margin-top: 50px;
}
#footer .out{
	background: #F8F8F8;
	border-top: 3px solid #999;
	padding: 50px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .in{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#footer .box ul{
	width: 100%;
	display: table;
}
#footer .box ul li{
	display: table-cell;
	vertical-align: middle;
	padding-right:8px;
}
#footer .box.right{
	float: right;
}
#footer .box.left{
	float: left;
}
#footer .copy{
	font-size: 0.675rem;
	color: #333;
	clear: both;
	padding: 20px 0;
}

/*=======================================================
	以下コンテンツのセクションごと
=======================================================*/

/* #area-contact
-------------------------------------------------------*/
.area-contact{
	padding: 60px 0;
	background: rgb(226,226,226);
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 10%);
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 );
}
.area-contact .in{
	width: 1140px;
	margin: 0 auto;
	border: 3px solid #FF8000;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.11) inset;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.area-contact .in *{
	position: relative;
	z-index: 1;
}
.area-contact .in:before{
	content: '';
	position: absolute;
	background: url(../images/contact_img01.png) no-repeat right bottom;
	width: 200px;
	height: 261px;
	right: 0;
	bottom: -50px;
	z-index: 0;
}
.area-contact .in ul{
	display: table;
}
.area-contact .in ul li{
	display: table-cell;
	vertical-align: middle;
}

/* #area01
-------------------------------------------------------*/
#area01{
	padding: 120px 0 280px 0;
	background: url(../images/area01_bg.jpg) repeat;
	position: relative;
}
#area01 .area-in{
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}

#area01 .area01_out {
	height: 205px;
	text-align: center;
	background: url(../images/area01_title01_bg.jpg) repeat-x;
	position: relative;
	margin-bottom: 30px;
}


#area01 h2{
	height: 185px;
	width:1200px;
	margin:0 auto;
	text-align: center;
	background: url(../images/area01_title01.png) no-repeat;
	position: relative;
	color:#fff;
	font-weight:bolder;
	font-size:30px;
	padding-top:20px;
}
#area01 h2:before{
	content: '';
	position: absolute;
	background: url(../images/area01_item01.png) no-repeat center top;
	width: 80px;
	height: 95px;
	right: 0;
	left: 0;
	top: -80px;
	margin: 0 auto;
}
#area01 .box{
	float: left;
	width: 48%;
	background: #fff;
	border: 1px solid #FFCD38;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 4%;
}
#area01 .box:last-of-type{
	margin-right: 0;
}
#area01 .box .in{
	padding: 40px 30px 30px 30px;
	background: rgb(255,241,199);
	background: -moz-linear-gradient(top,  rgba(255,241,199,1) 0%, rgba(255,255,255,1) 57%);
	background: -webkit-linear-gradient(top,  rgba(255,241,199,1) 0%,rgba(255,255,255,1) 57%);
	background: linear-gradient(to bottom,  rgba(255,241,199,1) 0%,rgba(255,255,255,1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1c7', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffcd38;
}
#area01 .box .in h3{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFEBAF;
}
#area01 .box .in p{
	font-size: 1.1rem;
	line-height: 1.6;
}
#area01 #area01-01{
	position: relative;
}
#area01 #area01-01 .area01-img02{
	position: absolute;
	left: -20%;
	bottom: -40%;
	z-index: 2;
}
#area01 .list01{
	padding: 30px 0;
}
#area01 .list01 li{
	float: left;
}
#area01 .area01-img01{
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: 1;
	width:97%;
}

#area01 .area01-img01 img {
	width:100%;
}

#area01-01 .list01 .bg_or{
	
	background:url(../images/area01_img03.jpg);
	color:#fff;
	text-align:center;
	width:430px;
	height:217px;
	font-weight:bolder;
	padding-top:50px;
	font-size:20px;
}

/* #area02
-------------------------------------------------------*/
#area02{
	background: url(../images/area02_bg.jpg) repeat;
	padding: 50px 0;
	position: relative;
	z-index: 0;
}
#area02:before{
	content: '';
	position: absolute;
	background: url(../images/arrow01.png) no-repeat center bottom;
	width: 96px;
	height: 30px;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
	z-index: 0;
}
#area02{}
#area02 h2{
	text-align: center;
	margin-bottom: 30px;
}
#area02 ul{
	text-align: center;
}
#area02 ul li{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 230px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1%;
	border-radius: 5px;
	position: relative;
}
#area02 .area-in ul li:last-of-type{
	margin-right: 0;
}
#area02 ul li:before{
	content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 40px;
	height: 65px;
}
#area02 ul li#num01:before{
	background: url(../images/area02_num01.png) no-repeat left top;
}
#area02 ul li#num02:before{
	background: url(../images/area02_num02.png) no-repeat left top;
}
#area02 ul li#num03:before{
	background: url(../images/area02_num03.png) no-repeat left top;
}
#area02 ul li#num04:before{
	background: url(../images/area02_num04.png) no-repeat left top;
}
#area02 ul li#num05:before{
	background: url(../images/area02_num05.png) no-repeat left top;
}
#area02 ul li .img{
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#area02 ul li h3{
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #FF7F00;
}
#area02 ul li p.text{
	text-align: left;
	font-size: 0.875rem;
}

/* #area03
-------------------------------------------------------*/
#area03 #area03-bg01{
	background: url(../images/area03_bg01.jpg) repeat;
	box-shadow: 0 6px 4px 0 rgba(0,0,0,0.2) inset;
	padding: 50px 0 100px 0;
	position: relative;
}
#area03 #area03-bg01 .img{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
#area03 #area03-bg02{
	background: url(../images/area03_bg02.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 70px 0;
}
#area03 #area03-bg02 .area-in{
	position: relative;
}
#area03 #area03-bg02 .area-in h2{
	text-align: center;
	margin-bottom: 40px;
}
#area03 #area03-bg02 h3{
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	margin-top: 30px;
}
#area03 #area03-bg02 .area-in ul li{
	background: url(../images/area03_icon01.png) no-repeat 20px center #fff;
	padding: 20px 20px 20px 60px;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.3125rem;
}
#area03 #area03-bg02 .area-in ul li:last-of-type{
	margin-bottom: 0;
}
#area03 #area03-bg02 .area-in ul li span{
	text-decoration: underline;
}
#area03 #area03-bg02 .area-in .img{
	position: absolute;
	right: -15%;
	bottom: 5%;
}

/* #area04
-------------------------------------------------------*/
#area04{
	background: url(../images/area04_bg.jpg) repeat;
}
#area04 h2{
	text-align: center;
}

/* #area05
-------------------------------------------------------*/
#area05{
	background: url(../images/area05_bg01.jpg) repeat;
	padding-bottom: 40px;
}
#area05 h2{
	text-align: center;
}
#area05 .area-in{
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
}
#area05 #slide-area04{
	padding: 20px 0;
	background: url(../images/area05_bg02.jpg) repeat;
}
#area05 #slide-area04 ul li{
	margin-right: 15px;
}
#area05 #slide-area04 ul li img{
	width: 100%;
}
/* スライド矢印 */
#area05 .slick-prev,
#area05 .slick-next{
	z-index: 9999;
	width:40px;
	height:40px;
}
#area05 .slick-prev:before,
#area05 .slick-next:before{
	font-size: 40px;
	color:transparent;
}
#area05 .slick-prev{
	left:30px;
}
#area05 .slick-prev:before{
	background:url(../images/slide_arrowr.png) no-repeat left center;
	background-size:40px 40px !important;
	background-position:0px 0px;
	width:40px;
	height:40px;
	padding:0px;
}
#area05 .slick-next{
	right:30px;
}
#area05 .slick-next:before{
	background:url(../images/slide_arrowl.png) no-repeat left center;
}

.area05_txtcont {
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
}

.area05_txtcont p {
	font-weight:bolder;
	color:#333333;
}

.area05_txtcont p span.area05_txtcont01 {
	font-weight:bolder;
	font-size:37px;
}

.area05_txtcont p span.area05_txtcont02 {
	font-weight:bolder;
	color:#ff3f00;
}


/* #area06
-------------------------------------------------------*/
#area06{
	position: relative;
	padding-bottom: 150px;
}
#area06 .img{
	position: absolute;
	bottom: -2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#area06 .img_txt {
	position:absolute;
	text-align:center;
	font-size:30px;
	bottom: 30px;
	font-weight:bolder;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height:1.3;
	text-shadow: 1px 1px 1px #fff;
}

#area06 .img_txt span {
	font-weight:bolder;
	color:#ff3f00;
}


#area06 .area06-title{
	background: rgb(201,201,201);
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(255,255,255,1) 4%, rgba(239,239,239,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 4%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(255,255,255,1) 4%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#efefef',GradientType=0 );
	border-bottom:3px solid #FFCC32;
}
#area06 .area06-title h2{
	position: relative;
}
#area06 .area06-title h2:before{
	content: '';
	position: absolute;
	background: url(../images/area06_titleimg.png) no-repeat right bottom;
	width: 222px;
	height: 277px;
	right: 0;
	bottom: 0;
}
#area06 .lis01{
	text-align: center;
	margin: 2% 0;
}
#area06 .lis01 li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#area06 .lis01 li:last-of-type{
	margin-right: 0;
}
#area06 .lis01 li img{
	width: 100%;
}
#area06 .icon{
	text-align: center;
	margin-bottom: 50px;
}
#area06 .icon span{
	background: url(../images/area06_icon.png) no-repeat left center;
	padding-left: 20px;
}
#area06 .list02{
	margin-bottom: 50px;
}
#area06 .list02 li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#area06 .list02 li:nth-child(12){
	margin-right: 0;
}

/* スライド矢印 */
#area06 .slick-prev,
#area06 .slick-next{
	z-index: 9999;
	width:40px;
	height:40px;
}
#area06 .slick-prev:before,
#area06 .slick-next:before{
	font-size: 40px;
	color:transparent;
}
#area06 .slick-prev{
	left:30px;
}
#area06 .slick-prev:before{
	background:url(../images/slide_arrowr.png) no-repeat left center;
	background-size:40px 40px !important;
	background-position:0px 0px;
	width:40px;
	height:40px;
	padding:0px;
}
#area06 .slick-next{
	right:30px;
}
#area06 .slick-next:before{
	background:url(../images/slide_arrowl.png) no-repeat left center;
}

/* 実績スタイル */
#record{
	width: 100%;
	max-width: 640px;
	height:600px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width:640px){
	#record{
		max-width: 100%;
		height: 330px !important;
		overflow-y: scroll;
	}
	#cboxContent{
		width: 100% !important;
	}
	#cboxWrapper{
		width: 100% !important;
	}
	#colorbox{
		width: 100% !important;
	}
	#cboxLoadedContent{
		width: 100% !important;
	}
}
#record header dl{
	width: 100%;
	margin-bottom: 20px;
}
#record header dl dt{
	color: #fff;
	background: #ff7f00;
	font-size: 1.5rem;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Oswald', sans-serif;
}
#record header dl dd h1{
	font-weight: 900;
	font-size: 1.5rem;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#record header dl dd{
}
#record header dl dt,
#record header dl dd{
	display: table-cell;
	vertical-align: middle;
}
#record .case-img{
}
#record .case-img p{
	float: left;
	width: 50%;
}
#record .case-img p img{
	width: 100%;
}
#record article{
	margin-bottom: 20px;
	background: rgba(255,100,25,0.1);
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#record article:first-of-type{
	background: none;
	padding: 0;
}
#record main h2{
	font-size: 1.3rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #3c2119;
}
#record .list li{
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(60,33,25,0.5);
}
#record .list li:last-of-type{
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
#record .list.list-kadai li:before{
	content: '\f06a';
	position: absolute;
	font-family: 'Fontawesome';
	top: 0;
	bottom: 0;
	left: 0;
	color: #ff7f00;
}
#record .list.list-do li:before{
	content: '\f058';
	position: absolute;
	font-family: 'Fontawesome';
	top: 0;
	bottom: 0;
	left: 0;
	color: #319f2d;
}

/* #area07#contact
-------------------------------------------------------*/
#contact{
	padding: 50px 0;
	background: url(../images/area07_bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
#contact .contact-caution{
	margin: 20px 0 0 0;
}
#contact .form{
	margin-top: 20px;
}
#contact .form dl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#contact .form dl:first-of-type{
	border-top: 1px solid #D6D6D6;
}
#contact .form dl:last-of-type{
	border-bottom: 1px solid #D6D6D6;
}
#contact .form dl dt,
#contact .form dl dd{
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .form dl dt{
	width: 250px;
	background: #F6F6F6;
	border-right: 1px solid #D6D6D6;
	position: relative;
}
#contact .form dl dt:before{
	content: '';
	position: absolute;
	background: url(../images/hissu.png) no-repeat right center;
	width: 43px;
	height: 23px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#contact .form dl dd ul{
	margin-bottom: 20px;
}
#contact .form dl dd .bar{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#contact .form-text01, .form-textarea01{
	width:100%;
	height:40px;
	border:1px solid #D6D6D6;
	padding:3px;
	box-sizing:border-box;
	background: #FAFAF3;
}
#contact .form-text01.w40{
    width: 40%;
}
#contact .form-textarea01 {
	height:100px;
}
#contact .form-btnarea{
	margin-top: 30px;
}
#contact .form-btn{
	width:355px;
	height:65px;
	color:#fff;
	font-size:21px;
	text-align:center;
	line-height:50px;
	border:none;
	border-radius:5px;
	border-bottom: 4px solid #B25900;
}
#contact .form-btn-conf, .form-btn-send{background:#FF8000;}
#contact .form-btn-back{
	background:#11669d;
	border-bottom-color: #113354;
}
#contact .contact-caution{
	color:#dd0000;
	margin-bottom:20px;
}
#contact .form-btn-2cols li{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#contact .form-btn-2cols li:last-child{margin-right:0;}
#contact .form-sent{
	font-size:100%;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact .form-sent-message{
	font-size:1.5rem;
	font-weight:900;
	color: #dc6978;
	margin-bottom:20px;
}
#contact .form-sent-message b{
	font-weight: 900;
}

.contact_pk {
	font-size:18px;
	color:#dc6978;
	font-weight:bolder;
}
label.error{
	display:block;
	color:#f33;
	font-size:0.9rem;
}


/* #area08
-------------------------------------------------------*/
#area08{
	padding: 50px 0;
}
#area08 .table01 dl{
	width: 100%;
	display: table;
	border-bottom: 1px solid #eee;
}
#area08 .table01 dl dt,
#area08 .table01 dl dd{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
}
#area08 .table01 dl dt{
	background: #F8F8F8;
	width: 142px;
}
#area08 .table01 dl dd p{
	margin-bottom: 20px;
}
#area08 .table01 dl dd p:last-of-type{
	margin-bottom: 0;
}
#area08 .table01 dl dd h3{
	color: #FF8400;
	font-weight: 900;
}

/* #area09
-------------------------------------------------------*/

/* #area10
-------------------------------------------------------*/

/* #contact
-------------------------------------------------------*/


/*20200304*/
#contact .privacy {

    border: 1px solid #d2d2d2;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    height: 190px;
    overflow: auto;
    margin-top: 30px;
	background: #fff;

}

#contact .privacy h3 {

    text-align: center;
    font-size: 120%;
	margin-bottom: 20px;
	font-weight: bolder;

}

#contact .privacy .ttl b {

   font-weight: bolder;

}


.txt-r {

    text-align: right;
    font-size: 85%;
    line-height: 1.3;

}

#contact .privacy .txt-r {

    margin-bottom: 5px;
	

}

#contact .privacy .txt-r b {
	font-weight: bolder;
}

#header .branding > ul li:nth-child(2),#header .branding > ul li:nth-child(3){
	display: none;
}

#area01 .box .in h3 {
    height: 100px;
}
#area02 ul li .img {
    height: 160px;
}

.error_tbl{
    display: table;
    width: 100%;
    margin: 0!important;
}
.error_tbl li{
    display:table-cell;
    width:50%;
}


/*20210831フッター段落ち修正*/

#footer .in {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#footer .box ul li {
	padding-right: 0px;
	padding-left: 20px;
}

