/*.service section img {
	border: #ffffff solid 5px;
    border-radius: 20px;
}*/

.content-header .ttl {
	line-height: 1.4;
	font-size: 130%;
}
.point .maru {
	background-color: #2e9bb7;
	color: #fff;
	border-radius: 50%;
	font-size: 40px;
	font-weight: bold;
	width: 2.4em;
	text-align: center;
	height: 2.4em;
	float: left;
	line-height: 1;
}
.point .maru .s-txt {
	font-size: 30%;
}
.point .ttl {
	line-height: 4.4;
	text-indent: 1em;
	display: inline-block;
}
.choice span {
/*	background-color: #2e9bb7;*/
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 3;
	letter-spacing: 0.4em;
}
.point {
	padding: 20px 0 0;
}
.point h3 {
	font-size:30px;
}
.point h3 i {
	font-size: 70px;
	vertical-align: middle;
	color: #2e9bb7;
}
.point .image,
.point .image img {
	margin: auto;
}
.point:nth-of-type(1) .image, .point:nth-of-type(1) .image img {
	width: 700px;
	height: 400px;
}
.point:nth-of-type(2) .image, .point:nth-of-type(2) .image img {
	width: 600px;
	height: 600px;
}
.point:nth-of-type(3) .choice span {
	background-color: #eeb44a;
	    padding: 16px;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 24px;
    width: 100%;
    height: auto;
}
.point:nth-of-type(4) .choice span {
	background-color: #ff97a5;
	    padding: 16px;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.point:nth-of-type(4) .choice span img {
    width: 50%;
 }
.point:nth-of-type(5) .choice span {
	    background-color: #6ac2ae;
    padding: 16px;
    font-size: 16px;
    line-height: 2.4;
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.common-box-1 .txt-1 {
    color: #ff8785;
    font-size: 20px;
    font-weight: bold;
    line-height: 3;
}

.common-box-1 .txt-2 {
    font-size: 76px;
    font-weight: bold;
    color: #2e9bb7;
    letter-spacing: 4px;
    line-height: 1.2;

}

.common-box-1 .txt-3 {
	color: #f6a325;
    display: block;
    font-size: 26px;
    letter-spacing: 9px;
    line-height: 3;
}
.common-box-1 .txt-3 span{
    color: #ffffff;
    font-weight: bold;
    background: #f69e2f;
    padding: 0 0.6em;
    border-radius: 10px;
	}
.common-box-1 .txt-4 {
    color: #989898;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 14px;
}
.common-box-1 .ttl-box {
    background: #ffe5e5;
    padding: 2em;
    border-radius: 16px;
}

 @media (max-width: 1176px) {
.content-header .ttl {
	font-size: 22px;
	letter-spacing: 3px;
}
}
 @media (max-width: 844px) {

.common-box-1 .txt-1 {
    font-size: 14px;
}

.common-box-1 .txt-2 {
    font-size: 50px;
    letter-spacing: 4px;
}

.common-box-1 .txt-3 {
    font-size: 12px;
    line-height: 3;
}

.common-box-1 .txt-1 ,
.common-box-1 .txt-2 ,
.common-box-1 .txt-3 {
	text-align:center;
}

 }