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

body{
	color:#333;
}

#wrap {
	background-color: #fff;
}

section{
	width:1000px;
	margin:0 auto 0 auto;
}

a:hover {
	opacity:0.8;
}

.left {
	float:left;
}

.right {
	float:right;
}


p {
	line-height: 30px;
}


/* btn_area */

.btn_area {
	margin:0px auto 0 auto;
	width:250px;
	font-size:18px;
	margin-right: 10px;
}
.btn_area:last-child{
margin-right:0;
}

.btn_area a {
	display:block;
	width:100%;
	padding:15px 0px;
	background-color: #f59103;
	border: solid 2px #f59103;
	text-align:center;
	color:#fff;
	text-decoration:none;
	-webkit-transition-property:background-color;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.btn_area a .en {
	font-size: 23px;
}
.btn_area a:hover {
	background-color:#fff;
	opacity:1;
	color: #f59103;
}
.btn_area a:after {
	content:"";
	background:url("../images/btn_white_b.png")no-repeat;
	position:absolute;
	width:16px;
	height:10px;
	top:50%;
	margin-top:-5px;
}
.btn_area a.green {
	background-color: #1bb514;
	border: solid 2px #1bb514;
}
.btn_area a.green:hover {
	background-color:#fff;
	opacity:1;
	color: #1bb514;
}

.btn_area a:hover:after {
	background:url("../images/btn_orange_b.png")no-repeat;
}
.btn_area a.green:hover:after {
	background:url("../images/btn_green_b.png")no-repeat;
}


/* btn */

.btn_defa {
	margin:0px auto 0 auto;
	width:400px;
	font-size:18px;
}
.btn_defa a {
	display:block;
	width:100%;
	padding:20px 0px;
	background-color: #f59103;
	border: solid 2px #f59103;
	text-align:center;
	color:#fff;
	text-decoration:none;
	-webkit-transition-property:background-color;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
	position: relative;
	font-size: 19px;
	font-weight: bold;
	position:relative;
}
.btn_defa a:hover {
	background-color:#fff;
	opacity:1;
	color: #f59103;
}
.btn_defa a:after {
	content:"";
	background:url("../images/btn_white.png")no-repeat;
	position:absolute;
	width:10px;
	height:16px;
	top:50%;
	margin-top:-8px;
	right: 20px;
}
.btn_defa a:hover:after {
	background:url("../images/btn_orange.png")no-repeat;
}


.btn_defa.white a {
	background-color: #fff;
	color: #f59103;
}
.btn_defa.white a:hover {
	background-color:#f59103;
	opacity:1;
	color: #fff;
}
.btn_defa.white a:after {
	content:"";
	background:url("../images/btn_orange.png")no-repeat;
	position:absolute;
	width:10px;
	height:16px;
	top:50%;
	margin-top:-8px;
	right: 20px;
}
.btn_defa.white a:hover:after {
	background:url("../images/btn_white.png")no-repeat;
}



.btn_defa a.link01:after {
	content: url("../images/arrow_link.png");
	margin-left: 4px;
}

.btn_defa a.green {
    background-color: #1bb514;
    border: solid 2px #1bb514;
}
.btn_defa a.green {
	background-color: #1bb514;
	border: solid 2px #1bb514;
}
.btn_defa a.green:hover {
	background-color:#fff;
	opacity:1;
	color: #1bb514;
}

.btn_defa a.green:hover:after {
	background:url("../images/btn_green.png")no-repeat;
}



/* 共通 */

/*
.title_line {
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	color: #3cb199;
}
.title_line .underline {
	border-bottom: solid 1px #f7cb21;
    padding-bottom: 5px;
}
h3 {
	margin-bottom: 10px;
}
*/


/* タイトル 共通 */


/*title_area01*/
.title_area01 {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #1bb514;
	line-height: 70px;
}
.title_area01 .sub {
	color: #333;
	font-size: 50px;
	margin-top: -10px;
}
.title_area01 .title {
	font-size: 23px;
}

/*title_area02*/
.title_area02 {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 35px;
}
.title_area02 .sub {
	color: #f59103;
	font-size: 20px;
	margin-top: -10px;
font-family: 'Oswald', sans-serif;
}
.title_area02 .title {
	font-size: 35px;
}

/*title_dott*/
.title_dott {
	color: #f59103;
	font-size: 19px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

/*title_green_line*/
.title_green_line {
	font-size: 20px;
	color: #1bb514;
	border-bottom: solid 1px #1bb514;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

/*title_green*/
.title_green {
	font-size: 20px;
	color: #1bb514;
	margin-bottom: 10px;
}


.bg_wh {
	background-color: #fff;
	padding: 0px 70px;
font-family: 'Oswald', sans-serif;
}

.font_wh {
	color: #fff;
}

.text_center {
	text-align: center !important;
}




/* ▼上端に固定するメニュー */

	.dropmenu{
	  *zoom: 1;
	  list-style-type: none;
	}

#headbar {

   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   z-index:99;

   /* ▼バーの装飾 */
	background: rgba(17,17,17,0.3);
}

/*
.dropmenu:before, .dropmenu:after{
	  content: "";
	  display: table;
	}
	.dropmenu:after{
	  clear: both;
	}
*/
	
	


#page{
	padding:3% 0 3% 0;
}




.page-contact{
	background:#00A6DD;
	text-align:center;
	padding:2%;
	color:#FFF;
    width: 85%;
    margin: 0 auto 5% auto;
}

.page-contact h3{
	font-size:170%;
	font-weight:normal;
	margin-bottom:2%;
}
.page-contact p{
	padding:0;
}
.page-contact p.tel{
	font-size:250%;
	color:#FFF291;
	padding-bottom:2%;
}
.page-contact p.tel:before{
	content:'　';
	background: url(../img/page/page-contact_icon.png) no-repeat left center;
    padding: 0 15px 0 0;
}	


.title_area02 .title br.sp{
display:none;
}






/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/






/******************/
/* for Tablet    */
/* 600px-999px    */
/******************/
@media only screen and (min-width: 600px) and (max-width: 999px) {


section{
	width:94%;
	margin:0 auto 0 auto;
}

	#headbar {
    	z-index: 3;
	}
	#headbar .top_logo img {
		width: 320px;
		height: auto;
    	margin-top: 10px;
	}
	

	

	

}





/******************/
/* for SP-TB      */
/* 320px-599px    */
/* only Header    */
/******************/
@media only screen and (max-width: 599px) {


section{
	width:94%;
	margin:0 auto 0 auto;
}


	#headbar .top_logo img {
		max-width: 300px;
		height: auto;
    	margin-top: 10px;
	}
	
	.dropmenu.topmenu .sub a {
		width: 50px;
		height: 50px;
	}
	
	/* top btn */
	.btn_area {
		width: 100%;
	}
	
	/* 共通title */
	
	#top_business .title_area01 {
    	background-position: 0px 14px !important;
	}
	.title_area01 {
    	line-height: 60px;
	}
	.title_area01 .sub {
		font-size: 40px;
	}
	
	
	




.bg_wh {
    padding: 0px 10px;
}

.btn_defa {
    width: 100%;
}



.title_area02 .sub {
    font-size: 13px;
}
.title_area02 .title {
    font-size: 25px;
}
.title_area02 .title br.sp{
display:block;
}




}







