@charset "UTF-8";


/*****************************************************
利用できるサービス
*****************************************************/

/* メインビジュアル画像 
------------------------------------------------- */
.main-visual {
    background: url(../img/service/cover_img.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
	height: 455px;
	margin-top: 20px;
}

/* テキストアンカーリンク 
------------------------------------------------- */
.ank_link{
	line-height: 1.7;
	text-align:center;
	margin-top:50px;
	margin-bottom: 50px;
}


/* ボックス 
------------------------------------------------- */

.normal-box4{
    margin: 1em;
  padding: 1em;
	width: 70%;
  background-color: #fff;
  border: solid 3px #dfdfdf;
}

.normal-box4 p{
  margin: 0;
  padding: 0;
}

.service_icon{
  margin: 0;
  padding: 0;
}


.page-main-content .block .ttl2 {
    font-size: 30px;
    font-size: 2.0rem;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bbbbbb;
}

.page-main-content .block .ttl3 {
    font-size: 30px;
    font-size: 2.0rem;
    letter-spacing: 0.025em;
    line-height: 1.4;
    padding-left: 15px;
    padding-bottom: 10px;
}


.left {
    margin: 10px 30px 10px;
}

.page-main-content p, .page-main-content li {
    letter-spacing: 0.025em;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}


.page-main-content .normal-box4 p {
    letter-spacing: 0.025em;
line-height: 2.7;
padding-left: 45px;
    padding-right: 25px;
    margin-bottom: 5px;
}


/* 表
------------------------------------------------- */
.service_info dl {
  display: flex;
  flex-wrap: wrap;
	padding: 0;
    margin: 0;
	margin-left: 20px;
}
.service_info dt {
  width: 15%;
	color: #6e5543;
  background-color: #fbf9f2;
  margin: 0 0 0px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
	border-bottom: 2px solid #bbbbbb;
}
.service_info dd {
  width: 78%;
  padding: 20px;
  background-color: #ffffff;
  margin: 0 0 0px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
	border-bottom: 2px solid #bbbbbb;
}

.float_none {
	clear: both;
}

figure {
	float: right;
	margin: 0 0 15px 15px;
	width: 30%;
}
figure img {
	max-width: 100%;
}




@media screen and (max-width:1024px){
	/*****************************************************
	　利用できるサービス
	*****************************************************/
	
	/* メインビジュアル画像 
------------------------------------------------- */
.main-visual {
    background: url(../img/service/cover_img.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
	height: 140px;
}

.left {
    margin: 10px 5px 40px;
}
	
.service_info dl {
margin-left: 0px;
}
	


@media screen and (max-width: 480px) {
	
.ank_link {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
.service_info dt {
    width: 100%;
    color: #6e5543;
    font-size: 3.7vw;
    background-color: #fbf9f2;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 20px;
	    justify-content: left;
    border-bottom: 2px solid #bbbbbb;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
.service_info dd {
    width: 100%;
    padding: 10px;
    font-size: 3.5vw;
	line-height: 1.5em;
    background-color: #ffffff;
    margin: 0 0 0px 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 2px solid #bbbbbb;
}
	
.normal-box4 {
    margin: 0em;
    margin-bottom: 15px;
    padding: 0.2em;
    width: 96%;
}
	

.page-main-content .normal-box4 p {
letter-spacing: 0.025em;
line-height: 2.7;
padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
	
.page-main-content p, .page-main-content li {
    letter-spacing: 0.025em;
    line-height: 1.7;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
	font-size: 3.5vw;
}
	
figure {
    float: none;
    margin: 0 0 15px 15px;
    width: 100%;
}

	
	/* 480px以下（スマホ用） */
.tel_pc {
	display:none;
}
.tel_sp {
	display:block;
	margin-top: 5px;
	font-size: 1.5em;
}
	
.tel_sp a:link  {/* リンクピンク */
	color:#f16c6c;
	text-decoration:none;
}

.tel_sp a:visited{/* 訪問済みのリンク */
	color:#f16c6c;
	text-decoration:none;
}
	
}

