/* できる秘書電話 ***********************/

.bold{
	font-weight:bold;
}

.m_top10{
	margin-top:10px;
}

.t_center{
	text-align:center;
}

.t_right{
	text-align:right;
}


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


.sp{
	display:none;
}

.top_catch{
	position:relative;
}


/*
	.top_catch div{
	//	display:table-cell;
		text-align:center;
		vertical-align:middle;
		height:250px;
	}

	.top_catch div p{
		padding:2px 0;
		margin:0 auto;
		margin-bottom:15px;
	//	width:100%;
		font-size:20px;
		font-weight:bold;
		text-align:center;
		background:#CEECFF;
		color:#000099;

	//	border:1px solid #000099;

		height:80%;

		border-radius:50%;
	}
*/

/*  円のテスト  */
.en {
    position: relative;
//  width: 50%;
  width: 10%;



  /*  height: 50%;*/
//    padding: 50%;
    padding:10% 11%;
    border-radius: 50%;
    background: #3399FF;
    /*margin: 1em;*/
}

.en span {
    position: absolute;
    left: 0;
    top: 50%;   /* 文字を円の中心に下げる */
    transform: translateY(-50%); /* 文字の幅分上にずらす */
   /* margin: -.5em 0 0 0;*/
    width: 100%;
    text-align: center;
    color: #FFF;
//    font-size:20px;
    font-size:1.6vw;
    font-family: "AR丸ゴシック体E", "ＨＧ丸ｺﾞｼｯｸＭ-ＰＲＯ";
	font-weight:bold;

}






.feature-box.fbox-plain.fbox-small { padding-left: 0; }
.feature-box.fbox-plain.fbox-small p { margin-left: 0; }


.feature-box.fbox-plain.fbox-small h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
	color:#FF3C3C;
	border-bottom:solid 1px #FF3C3C;
	padding-left:15px;
}

.cont01 .feature-box.fbox-plain.fbox-small h3 {
	color:#00572C;
	border-bottom:solid 1px #00572C;
}

.cont01 img{
	width: 44%;
	float:right;
	margin-bottom:15px;
}

.cont01 p,
.cont02 p{
	color:#333;
	font-size:16px;
}

/*** タイトル ********/

.title01{
	color:#284771;
	font-size:22px;
	font-weight:bold;
	border:2px solid #284771;
	padding:3px 10px;
	margin-bottom:16px;
	margin-top:50px;
}

p.title02{
	font-family: 'Yu Gothic';
	font-size: 28px;
	line-height: 26px;
	margin-bottom: 30px;
	color:#000099;
	border-bottom:solid 1px #000099;
	font-weight:bold;
	padding-left:15px;
}



/*** 説明 ********/

.exp01 .title02{
	margin-top:0;
	font-size:20px;
	font-weight:bold;
	color:#ff3300;
	margin-bottom:5px;
}

.exp01 p{
	font-size:18px;
	margin:0;
}

.line01{
	border-top:2px solid #284771;
	margin-top:50px;
}

@media (min-width: 480px) and (max-width: 767px) {

	.sp{
		display:block;
	}


}




