@charset "UTF-8";
/* CSS Document */
 
/*company************************/
 
.pagetitlesub {
	color: #333;
	margin: 0px 0px 20px; }
 
.pagemline {
	color: #333;
	margin: 0px 0px 20px;
	border-bottom: 3px solid #5ac4de;
	font-size: 20px;
	padding-bottom: 5px;
	clear: both;
}
	.pagemlinesub {
	font-size: 18px;
	color: #ff9801;
	margin: 0px 0px 10px; }
 
 
.textbox {
	color: #333;
	margin-bottom: 15px;}
	.textboxend {
	color: #333;
	margin-bottom: 40px;
}
 
.btnboxL { text-align: left; }
	.btnboxL span {
	background: url(../img/common/txtlnk_arrow.png) no-repeat left 7px;
	display: inline;
	float: left;
	padding-left: 15px;}
	.btnboxR span:hover {
	color: #1f9cdd;
	text-decoration: underline;
}
 
.btnboxR { text-align: right; }
	.btnboxR span {
	background: url(../img/common/txtlnk_arrow.png) no-repeat left 7px;
	display: inline;
	float: right;
	padding-left: 15px;}
	.btnboxR span:hover {
	color: #1f9cdd;
	text-decoration: underline;
}
	
 
 
/*フローナビ*/
.flow {
	display: block;
	margin-bottom: 30px; }
 
.flowbox {
	margin: 0px auto 30px;
	width: 980px; }
	.flowbox li {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	padding: 25px 15px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight:bolder;
	text-align: center;
	line-height: 1em;
	margin-bottom: 30px;
	color: #333;
	background: #fac373;}
	.flowbox li:last-child { 
	margin-right: 0px; }
	.flowbox .on { 
	color: #fff;
	background: #f0664a; }
	.flowbox .arrow {
	width: 22px;
	background: url(../img/common/txtlnk_arrow.png) no-repeat center center;
	margin: 0px;
	padding: 15px 0px;
	border-style: none;
}
 
/*フローナビ(サイド)*/
.flow {
	display: block;
	margin-bottom: 30px; }
 
.flowboxside {
	margin: 0px auto 35px;
	width: 980px; }
	.flowboxside li {
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 5px 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 30px;
	color: #333;
	background: #fac373;
}
	.flowboxside li:last-child { 
	margin-right: 0px; }
	.flowboxside .on { 
	color: #fff;
	background: #f0664a; }
	.flowboxside .arrow {
	width: 20px;
	background: url(../img/common/txtlnk_arrow.png) no-repeat center center;
	margin: 0px;
	padding: 15px 0px;
	border-style: none;
}
 
 
/*サイドナビ*/
.sidearea .column_nav{
    margin: 0 0 30px 0;}
	.sidearea .column_nav h2{
	border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	box-sizing: border-box;
	float: none;
	width: 100%;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	position: relative;
	background-color: #2278c5;
	padding: 0 15px;
	margin: 0 0 1px 0;
	display: block;
}
	.sidearea .column_nav ul{
	border:1px solid #ddd;
	margin-bottom: 15px;
}
	.sidearea .column_nav li a{
	display:block;
	padding:10px;
	border-bottom:1px solid #ddd;}
	.sidearea .column_nav li:last-child a{
	border-bottom:none}
 
#sns-wrap{
	margin: 10px 0;
	float: left;
}
.sbox {
	display: inline-block;
	padding: 0 5px 5px 0;
	float: left;
}
 
.twitter{
	position: relative;
	top: 1px;
	overflow: hidden;
	line-height:1.8;
}
.gplus{
	position: relative;
	top: -3px;
	overflow: hidden;
	line-height:1.8;
}
 
.panelbox2 {
	width: 480px;
	margin: 0px 20px 30px 0px;
	display: block;
	float: left;
}
 
.panelbox2 h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #333;
	margin-bottom: 10px;
}
 
.panelbox2 a { display: block; }
 
.panelbox2 .textbox {
	line-height: 1.6em;
	color: #333;
	width: 460px;
	margin-bottom: 10px;
}
 
.panelbox2 .photo { margin-bottom: 15px; }
 
.btnboxcenter {
	text-align: center;
	margin-bottom: 30px;
}
 
.scbox { margin-top: 20px; }
	.scbox dt,dd { 	display: block; }
	.scbox dt {
	font-size:16px;
	font-weight: bolder;
	color: #1f9cdd;
	padding: 5px 20px;
	margin-bottom: 15px;
	background-color:#ddd;
	border: 1px solid #ddd; }
	.scbox dd {
	color: #333;
	margin-bottom: 30px;
}
 
.faqbox {
	color: #333;
	display: block;
}
 
.faqbox li {
	display:inline;
	float: left; }
 
.faqbox .qtext {
	width: 30px;
	font-size: 20px;
	font-weight: bolder;
	color: #F90;
}
 
.faqbox .atext {
	width: 650px;
	margin-bottom: 20px;
	padding: 5px;
}
 
.bluetxt { color: #1f9cdd; }
 
.faqbox .atext .atextsub {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 10px;
}