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


.service-content {
	padding: 0 30px;
    margin: 0 0 60px 0px;
}

.service-content h3 {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
    margin-bottom: 20px;
}


.service-content h3:after  {
			content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -10px 0px 0 16px;
  background: url("../../img/common/decoration/cracker.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	}
	

.service-content h3:before {
			content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -10px 20px 0 0;
  background: url("../../img/common/decoration/cracker.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	transform: scale(-1, 1);
	}

.service-text {
    line-height: 2.3;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.service-details {
	display: block;
    border: 2px solid #505050;
    border-radius: 10px;
	max-width: 400px;
    margin: 0 auto;
}

.service-content .service-details h3
{
	display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
}

.service-content .service-details h3:after {
	content: "";
    height: 2px;
    background: #444;
    display: block;
    margin-bottom: -10px;
    width: 16px;
	}
	

.service-content .service-details h3:before {    
	content: "";
    height: 2px;
    background: #505050;
    display: block;
    margin-bottom: -10px;
    width: 16px;
	}
.example {
	margin: 0 0 60px 0 ;
	display: block;
}
.example h3 {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}
.achievement {
	padding: 0 30px;
    margin: 0 0 60px 0px;
    text-align: center;
}

.achievement img {
	border: solid #e4e4e4 1px;
	max-width: 250px;
	margin: 1%;
}

.subject-ico {
	display: inline-block;
	width: 90%;
	padding: 0 5%;
}

.subject-ico ul {
	list-style: none;
}

.subject-ico li {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.subject-ico img {
	width: 60%;
}

figure {
	text-align: center;
}

@media screen and (max-width:360px) {
    /*　画面サイズが360pxまではここを読み込む　iPhoneSE表示*/
	
	.service-content h3:before {
    margin: -10px 8px 0 0;
}
	
	.service-content h3:after {
    margin: -10px 0px 0 8px;
}
	.subject-ico {
		padding: 0px;
    text-align: center;
		width: 100%;
	}
	
	.subject-ico li{
		margin-bottom: 40px;
		width: 100%;
	}
	
	.subject-ico img {
    width: 40%;
}
}

@media screen and (min-width:760px) {
    /*　画面サイズが760pxからはここを読み込む　ipad表示*/
	
	.service-content {
    width: 80%;
    margin: 0 auto 60px;
    padding: 0;
    text-align: center;
	max-width: 920px;
}
	
	.service-text {
    margin-bottom: 40px;
    display: inline-block;
}
	
	.service-details {
    	max-width: 680px;
    	height: 390px;
	}
	
	.service-details h3 {
		font-size: 18px;
	}
	
	.achievement {
		width: 80%;
    margin: 0 auto 60px;
    padding: 0;
    text-align: center;
    max-width: 920px
	}
	
	.example {
		width: 80%;
    margin: 0 auto 60px;
    padding: 0;
    text-align: center;
    max-width: 920px
	}
	
	.subject-ico li {
    width: 25%;
	}
	
	.subject-ico img {
    width: 50%;
}
}
@media screen and (min-width:961px) {
    /*　画面サイズが961pxからはここを読み込む　PC画面表示*/

}

@media screen and (min-width:1400px) {
    /*　画面サイズが1400pxからはここを読み込む　大きいPC画面表示*/
}