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

/*==================================================================================

Business

==================================================================================*/

/*
Business-Main
-------------------------------------------------- */

#business-main {
	width: 100%;
	margin: 0 auto;	
}

#business-main ul li {
	position: relative;
	float: left;
	width: 32%;
	margin-bottom: 5%;
	margin-right: 2%;
	padding: 1%;
	color: #333;
	background: #ececec;
	box-sizing: border-box;
}

#business-main ul li:nth-child(3) {
	margin-right: 0;
}
#business-main ul li:nth-child(6) {
	margin-right: 0;
}
#business-main ul li:nth-child(9) {
	margin-right: 0;
}

#business-main ul li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

#business-main ul li::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 5px;
	background: #009B54;
}

#business-main ul li:hover::after {
	width: 100%;
}

#business-main ul li p {
	font-family: "Yu Mincho", "YuMincho", serif;
	text-align: center;
	margin-top: 5%;
	line-height: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #0079DC;
	transition: .8s;
}

#business-main ul li:hover p {
	color: #125b8a;
}

.business-area h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 50px;
	margin-bottom: 4%;
	padding-bottom: 1%;
	border-bottom: 1px #333 solid;
}

.business-area h2:before {
	content: '';
}

.business-area h2:after {
	content: '';
}

.business-area h3 {
	font-family: "Yu Mincho", "YuMincho", serif;
	margin-bottom: 2%;
	padding: 0.25em 0.5em;
	line-height: 1.3;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
}

.business-text {
	float: left;
	width: 50%;
	margin-right: 5%;
}

.business-image {
	float: right;
	width: 43%;
	margin-left: 2%;
}

.business-image-c {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.business-content-text {
	margin-bottom: 2%;
	padding-bottom: 3%;
	border-bottom: 2px #ddd dotted;
}

.business-content-text h3 {
	padding-top: 2%;
	margin-bottom: 1%;
	text-align: left;
}

.business-red {
	color: #cd5355;
}
.business-blue {
	color: #4a77bc;
}
.business-green {
	color: #42966b;
}
.business-orange {
	color: #ffa500;
}
.business-violet {
	color: #8a2be2;
}


/*
Business h3
-------------------------------------------------- */

h3.business-h {
	font-family: "Yu Mincho", "YuMincho", serif;
	margin-bottom: 2em;
	text-align: center;
	font-size: 2.5em;
	line-height: 1.3;
}


/*
Shuugyoukisoku
-------------------------------------------------- */

.shuugyoukisoku-merit ul {
	width: 60%;
	border: 2px skyblue solid;
	margin: 0 auto;
	margin-bottom: 8%;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	box-sizing: border-box;
}

.shuugyoukisoku-merit ul li {
	line-height: 1.5;
	padding: 0.5em 0.3em;
	list-style-type: none!important;
	font-size: 16px;
}

.shuugyoukisoku-merit ul li:before {
	font-family: FontAwesome;
	content: "\f075";/*アイコンの種類*/
	position: absolute;
	left : 1em; /*左端からのアイコンまで*/
	color: skyblue; /*アイコン色*/
}

.shuugyoukisoku-merit a:hover {
	position:relative;
	left: 10px;
	color: #009b54;
	transition: color .3s;
}

/*
Joseikin
-------------------------------------------------- */







/*
Roumukanri
-------------------------------------------------- */

ul.roumukanri {
	width: 80%;
	margin: 0 auto;
	padding: 1%;
	counter-reset:list;
	list-style-type:none;
}

ul.roumukanri li {
	position:relative;
	line-height: 30px;
	margin: 7px 0 10px 30px;
	padding: 0.5% 0.5% 0.5% 1%;
	font-weight: bold;
	background: #fef6f3;
}

ul.roumukanri li:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -40px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ul.roumukanri li:after {
	content:"";
	display: block;
	position: absolute;
	left: -10px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}







/*
Shougaishakoyou
-------------------------------------------------- */

.shougaishakoyou-contents ul{
	width: 80%;
	margin: 0 auto;
	margin-top: 3%;
}

.shougaishakoyou-contents li{
	position:relative;
	padding-left: 1%;
	margin: 1% 0;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 30px;
	border-bottom: dashed 1px #F6A38B;
}

/*
Recruitment_consulting
-------------------------------------------------- */

.recruitment_consulting_list {
	width: 100%;	
}

.recruitment_consulting_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruitment_consulting_list ul li {
	position: relative;
	width: 31.5%;
	padding: 2em;
	background: #fff;
	border: 5px solid #eee;
	border-radius: 10px;
	box-sizing: border-box;
}

.recruitment_consulting_list ul li:nth-child(n+4) {
	margin-top: 2em;
}

.recruitment_consulting_list img {
	display: block;
	width: 70%;
	margin: 0 auto 3em;
}

.recruitment_consulting_list p {
	margin-bottom: 1.5em;
	padding: .5em 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	background: #efefef;
	border-radius: 50px;
}


.recruitment_consulting_contents h4 {
	position: relative;
	width: 100%;
	margin: 2em auto 1.5em;
	padding: .5em 0;
	color: #009b54;
	font-size: 1.5em;
	text-align: center;
}

.recruitment_consulting_contents h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 50%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.recruitment_consulting_contents h5 {
	margin-bottom: .5em;
	font-size: 1.4em;
	color: #009b54;
}

.recruitment_consulting_contents h5:nth-of-type(n+2) {
	margin-top: 2.5em;
}


/* recruitment_consulting_price */

.recruitment_consulting_price {
	margin-bottom: 5em;
}

.recruitment_consulting_price table {
	width: 100%;
	font-weight: 600;
	box-sizing: border-box;
}

.recruitment_consulting_price table th,
.recruitment_consulting_price td:first-child {
	font-size: 1.1em;
	background: #f4f4f4;
}

.recruitment_consulting_price table th,
.recruitment_consulting_price table td {
	padding: 1.5em;
	border-width: 2px;
	border-color: #ddd;
	box-sizing: border-box;
}

.recruitment_consulting_price b {
	font-size: .9em;
	color: #009b54;
}


/* ipad横 / ipad pro 縦 */
@media screen and (max-width: 1024px) {

/*
Recruitment_consulting
-------------------------------------------------- */

	.recruitment_consulting_list ul li {
		width: 48.5%;
	}

	.recruitment_consulting_list ul li:nth-child(n+3) {
		margin-top: 2em;
	}

	.recruitment_consulting_contents h4:after {
		width: 70%;
	}


}


/* ipad 縦 */
@media screen and (max-width: 768px) {

/*
Recruitment_consulting
-------------------------------------------------- */

	.recruitment_consulting_contents h4:after {
		width: 80%;
	}
	
	
}

/* iphone 横 */
@media screen and (max-width: 736px) {
	
/*
Recruitment_consulting
-------------------------------------------------- */

	.recruitment_consulting_list ul {
		display: block;
	}
	
	.recruitment_consulting_list ul li {
		width: 100%;
	}

	.recruitment_consulting_list ul li:nth-child(n+2) {
		margin-top: 1em;
	}
	
	.recruitment_consulting_list img {
		width: 90%;
	}

	.recruitment_consulting_contents h4:after {
		width: 90%;
	}
	
	
/* recruitment_consulting_price */
		
	.recruitment_consulting_price .thead {
		display: none;
	}
	
	.recruitment_consulting_price tr {
		width: 100%;
	}
	
	.recruitment_consulting_price td {
		display: block;
		text-align: right;
		width: 100%;
	}

	.recruitment_consulting_price td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
		color: #009b54;
	}
	
	.recruitment_consulting_price td:first-child {
		margin: 0;
		padding: 1.5em 0;
		text-align: center;
	}
	
}


/* iphone 縦 */
@media screen and (max-width: 480px) {

/*
Recruitment_consulting
-------------------------------------------------- */

	.recruitment_consulting_contents h4 {
		margin: 1.5em auto 1em;
		font-size: 1.2em;
	}
	
	.recruitment_consulting_contents h4 b {
		display: block;
	}

	.recruitment_consulting_contents h5 {
		font-size: 1.2em;
	}

	
}



















/*
Career_consulting
-------------------------------------------------- */

.career_consulting-contents ul {
	width: 80%;
	margin: 0 auto;
}

.career_consulting-contents ul li {
	position: relative;
	padding: 1%;
	margin-bottom: 1.5%;
	border-left: solid 5px #5c9ee7;
	background: #f1f8ff;
	color: #5c9ee7;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}

ul.career_consulting-t {
	position: relative;
	margin: 3% 0 5%;
	padding: 2%;
	border: solid 2px #adcce8;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.career_consulting-t li{
	font-weight: bold;
}

.career_consulting-t p {
	color: #ff0000;
}

/*
Roudou_shakaihoken
-------------------------------------------------- */

.roudou_shakaihoken-contents h4 {
	font-size: 1.3em;
	padding: 0.1% 1% 0.1%;
}

h4.roudou_shakaihoken-h01 {
	border-left: 6px #1eb8a3 solid;
}

h4.roudou_shakaihoken-h02 {
	border-left: 6px #dfd70f solid;
}

h4.roudou_shakaihoken-h03 {
	border-left: 6px #db297c solid;
}

.roudou_shakaihoken-contents p {
	margin-bottom: 4%;
	padding-left: 1.5%;
	line-height: 1.5;
}

/*
Kyuuyokeisan
-------------------------------------------------- */

.kyuuyokeisan-contents ul {
	width: 70%;
	margin: 0 auto;
	background: #fffcf4;
	border-radius: 8px;
	box-shadow: 0px 0px 5px silver;
	padding: 0.5em 0.5em 0.5em 2em;
}

.kyuuyokeisan-contents ul li {
	line-height: 1.5;
	padding: 0.5em 0;
}

ul.kyuuyokeisan-merit {
	counter-reset:list;
	list-style-type:none;
	padding: 1%;
}

ul.kyuuyokeisan-merit li {
	position:relative;
	line-height: 1.5;
	margin: 0 0 2% 4.5%;
	padding: 0;
	padding-left: 10px;
	font-weight: bold;
}

ul.kyuuyokeisan-merit li:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	top: 0;
	left: -34px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	z-index:1;
}
ul.kyuuyokeisan-merit li:after {
	content:"";
	position: absolute;
	top: 3px;
	left: -32px;
	width: 25px;
	height: 25px;
	background: #F6A38B;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.kyuuyokeisan-merit span {
	color: #009b54;
	font-size: 18px;
}

ul.kyuuyokeisan-merit p {
	font-weight: 300;
}

.kyuuyokeisan-contents h4 {
	font-size: 1.3em;
	padding: 0.1% 1% 0.1%;
}

h4.kyuuyokeisan-h {
	border-left: 6px #1eb8a3 solid;
}

.kyuuyokeisan-contents p {
	margin-bottom: 4%;
	padding-left: 1.5%;
	line-height: 1.5;
}

/*
Rousaihoken
-------------------------------------------------- */

.rousaihoken-contents ul {
	width: 90%;
	margin: 0 auto;
}

.rousaihoken-contents ul li {
	position: relative;
	padding: 1%;
	margin-bottom: 1.5%;
	border-left: solid 5px #5c9ee7;
	background: #f1f8ff;
	color: #5c9ee7;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1) ;
}

.rousaihoken-contents p {
	margin: 2% 0;
	text-align: center;
}

ul.rousaihoken-t {
	position: relative;
	margin: 3% 0 5%;
	padding: 2%;
	border: solid 2px #adcce8;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.rousaihoken li{
	font-weight: bold;
}

.rousaihokent p {
	color: #ff0000;
}


/*
Hitorioyakata
-------------------------------------------------- */

.hitorioyakata-area {
	border: 2px #333 solid;
	box-sizing: border-box;
	overflow: hidden;
}

.hitorioyakata-area p {
	padding: 3%;
}

.hitorioyakata-text {
	float: right;
	width: 76%;
	padding: 1% 0 3% 2%;
}

.hitorioyakata-image {
	float: left;
	width: 20%;
	padding: 1% 0 2% 2%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}

.hitorioyakata-contents {
	font-size: 1em;
	padding: 0.1% 1% 0.1%;
}

ul.hitorioyakata {
	width: 80%;
	counter-reset: list;
	margin: 0 auto;
	padding: 0;
}

ul.hitorioyakata li{
	position: relative;
	margin-bottom: 2%;
	padding-left: 2%;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px #f6a38b dashed;
}

ul.hitorioyakata li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
Association-contents
-------------------------------------------------- */

.association-contents {
	width: 80%;
	margin: 0 auto;
}

.association-contents li {
	width: 80%;
	margin: 0 auto;
	padding: 1% 1% 2% 1%;
	background: #f4f4f6;
	border: 1px #333 solid;
	text-align: center;
}

.association-contents li:first-child {
	background: #333;
	color: #fff;
	padding: 0.5% 1%;
	font-size: 1.2em;
}

.association-contents p {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 2%;
}

.association-contents span {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
}

/*
Business-Price
-------------------------------------------------- */

.business-price table {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 4%;
}

.business-price table th,
.business-price table td {
	padding: 1% 2%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.business-price table th {
	background-color: #eee;
	text-align: left;
	width: 30%;
}

.business-price p {
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.business-price p a {
	color: #009b54;
}

.tkh table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width: 80%;
    border-spacing: 0;
	box-sizing: border-box;
    margin: 0 auto;
}
.tkh th,
.tkh td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    padding: 5px;
	text-align: right;
	box-sizing: border-box;
}
.tkh th {
	background-color: #61c5bb;
	color: #fff;
	text-align: left;
	width: 30%;
}


.tkh th:nth-child(2) {
	background-color: #61c5bb;
	color: #fff;
	text-align: left;
	width: 40%;
}

.oyakata table {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width: 80%;
    border-spacing: 0;
	box-sizing: border-box;
    margin: 0 auto;
}
.oyakata th,
.oyakata td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    padding: 5px;
	text-align: right;
	box-sizing: border-box;
}
.oyakata th {
	background-color: #61c5bb;
	color: #fff;
	text-align: left;
	width: 35%;
}


.oyakata th:nth-child(2) {
	background-color: #61c5bb;
	color: #fff;
	text-align: left;
	width: 30%;
}



/* ◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇																		 

Responsive

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇ */


@media (max-width: 736px) {

/*==================================================================================

Business

==================================================================================*/

/*
Business-Main
-------------------------------------------------- */

	#business-main ul li {
		width: 48%;
		margin-right: 0;
		padding: 1%;
	}
		
	#business-main ul li:nth-child(even) {
		margin-left: 4%;
	}	
	
	#business-main ul li::after {
		height: 3px;
	}

	#business-main ul li p {
		line-height: 20px;
		font-size: 15px;
	}
	
	.business-area h2 {
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 1.5em;
		margin-bottom: 4%;
		padding-bottom: 1%;
		border-bottom: 1px #333 solid;
	}
	
	.business-area h2:before {
		content: '';
	}
	
	.business-area h2:after {
		content: '';
	}
	
	.business-area h3 {
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 16px;
		margin-bottom: 2%;
		padding: 0.25em 0.5em;
		line-height: 1.5;
		color: #494949;
		background: transparent;
		border-left: solid 5px #7db4e6;
		text-align: left;
	}
	
	.business-text {
		float: none;
		width: 100%;
	}
	
	.business-image {
		float: none;
		width: 90%;
	}
	
	.business-image-c {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

/*
Business h3
-------------------------------------------------- */

	h3.business-h {
		font-size: 1.5em;
	}

/*
Shuugyoukisoku
-------------------------------------------------- */
	
	.shuugyoukisoku-merit ul {
		width: 100%;
	}

/*
Joseikin
-------------------------------------------------- */


/*
Roumukanri
-------------------------------------------------- */

	ul.roumukanri {
		width: 100%;
		margin: 0 auto;
		padding: 1%;
		counter-reset:list;
		list-style-type:none;
		font-size: 0.8em;
	}

/*
Shougaishakoyou
-------------------------------------------------- */

	.shougaishakoyou-contents ul{
		width: 100%;
	}
	
	.shougaishakoyou-contents li{
		position:relative;
		padding-left: 1%;
		margin: 4% 0;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.5;
	}

/*
Recruitment_consulting
-------------------------------------------------- */

	
	
	
	
/*
Career_consulting
-------------------------------------------------- */

	.career_consulting-contents ul {
		width: 100%;
		margin: 0 auto;
	}
	
	.career_consulting-contents ul li {
		margin-bottom: 4%;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.5;
	}

	ul.career_consulting-t {
		line-height: 1.5;
	}
	
	.career_consulting-t li{
		font-weight: bold;
	}
	
	.career_consulting-t p {
		color: #ff0000;
	}

/*
Roudou_shakaihoken
-------------------------------------------------- */

	.roudou_shakaihoken-contents h4 {
		font-size: 1em;
		margin-bottom: 2%;
		padding: 0.1% 1% 0.1%;
	}
	
	h4.roudou_shakaihoken-h01 {
		border-left: 6px #1eb8a3 solid;
	}
	
	h4.roudou_shakaihoken-h02 {
		border-left: 6px #dfd70f solid;
	}
	
	h4.roudou_shakaihoken-h03 {
		border-left: 6px #db297c solid;
	}
	
	.roudou_shakaihoken-contents p {
		margin-bottom: 6%;
		padding-left: 1.5%;
		line-height: 1.5;
	}

/*
Kyuuyokeisan
-------------------------------------------------- */
	
	.kyuuyokeisan-contents ul {
		width: 94%;
		margin: 0 auto;
		background: #fffcf4;
		border-radius: 8px;
		box-shadow: 0px 0px 5px silver;
		padding: 0.5em;
	}
	
	.kyuuyokeisan-contents ul li {
		line-height: 1.5;
		padding: 0.5em 0;
	}
	
	ul.kyuuyokeisan-merit {
		counter-reset:list;
		list-style-type:none;
		padding: 1%;
	}
	
	ul.kyuuyokeisan-merit li {
		width: 94%;
		position:relative;
		line-height: 1.5;
		margin: 1% 0 2% 4.5%;
		padding: 0;
		padding-left: 8%;
		box-sizing: border-box;
	}
	
	ul.kyuuyokeisan-merit li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		top: 0;
		left: -12px;
		width: 30px;
		height: 30px;
		text-align: center;
		color: #fff;
		line-height: 30px;
		z-index:1;
	}
	ul.kyuuyokeisan-merit li:after {
		content:"";
		position: absolute;
		top: 3px;
		left: -10px;
		width: 25px;
		height: 25px;
		background: #F6A38B;
		color: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	ul.kyuuyokeisan-merit span {
		color: #009b54;
		font-size: 18px;
	}
	
	ul.kyuuyokeisan-merit p {
		font-weight: 300;
	}

/*
Rousaihoken
-------------------------------------------------- */

	.rousaihoken-contents ul {
		width: 100%;
		margin: 0 auto;
	}
	
	.rousaihoken-contents ul li {
		margin-bottom: 4%;
		font-size: 14px;
		line-height: 1.5;
	}

	ul.rousaihoken-t {
		line-height: 1.5;
	}
	
	.rousaihoken-t li{

	}
	
	.rousaihoken-t p {
		color: #ff0000;
	}

/*
Hitorioyakata
-------------------------------------------------- */

	.hitorioyakata-area {
		border: 2px #333 solid;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	.hitorioyakata-area p {
		padding: 3%;
	}
	
	.hitorioyakata-text {
		float: none;
		width: 100%;
		padding: 1% 0 3% 2%;
	
	}
	
	.hitorioyakata-image {
		float: none;
		width: 50%;
		margin: 0 auto;
		padding: 1% 0 2% 2%;
		
	}
	
	ul.hitorioyakata {
		width: 100%;
		counter-reset: list;
		margin: 0 auto;
		padding: 0;
	}

	ul.hitorioyakata li{
		position: relative;
		margin-bottom: 2%;
		padding-left: 5%;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px #F6A38B dashed;
	}
	
	ul.hitorioyakata li:before{
		counter-increment: list;
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		height: 10px;
		width: 10px;
		border-radius: 50%;
		background: #F6A38B;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}


/*
Association-contents
-------------------------------------------------- */

	.association-contents {
		width: 100%;
		margin: 0 auto;
	}
	
	.association-contents li {
		width: 98%;
		margin: 0 auto;
		padding: 1% 1% 2% 1%;
		background: #f4f4f6;
		border: 1px #333 solid;
		text-align: center;
	}
	
	.association-contents li:first-child {
		background: #333;
		color: #fff;
		padding: 0.5% 1%;
		font-size: 1.2em;
	}
	
	.association-contents p {
		font-size: 1.3em;
		font-weight: bold;
		padding-bottom: 2%;
	}
	
	.association-contents span {
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
	}

/*
Business-Price
-------------------------------------------------- */

	.business-price table {
		border-top: 1px solid #999;
		margin-bottom: 10%;
	}

	.business-price table td {
		display: block;
		text-align: center;
	}

	.business-price table th {
		display: block;
		border-top: none;
		border-bottom: none;
		width: 100%;
		text-align: center;
	}
	
	.tkh {
		width: 100%;
		margin: 0 auto;
	}
	
	.tkh table {
		border-top: 1px solid #4f4d47;
		border-right: 1px solid #4f4d47;
		width: 100%;
		font-size: 12px;
		border-spacing: 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.tkh th,
	.tkh td {
		border-bottom: 1px solid #4f4d47;
		border-left: 1px solid #4f4d47;
		padding: 1%;
		text-align: right;
		box-sizing: border-box;
	}
	.tkh th {
		background-color: #61c5bb;
		color: #fff;
		text-align: left;
		box-sizing: border-box;
	}
	
	.oyakata {
		width: 100%;
		margin: 0 auto;
	}
	
	.oyakata table {
		border-top: 1px solid #4f4d47;
		border-right: 1px solid #4f4d47;
		width: 100%;
		font-size: 12px;
		border-spacing: 0;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.oyakata th,
	.oyakata td {
		border-bottom: 1px solid #4f4d47;
		border-left: 1px solid #4f4d47;
		padding: 1%;
		text-align: right;
		box-sizing: border-box;
	}
	.oyakata th {
		background-color: #61c5bb;
		color: #fff;
		text-align: left;
		box-sizing: border-box;
	}
}


/* iPhone 横 */
@media screen and (min-width: 568px) {

	.business-text {
		float: none;
		width: 100%;
	}
	
	.business-image {
		float: none;
		width: 100%;
	}

/*
Kyuuyokeisan
-------------------------------------------------- */
	
	.kyuuyokeisan-contents ul {
		width: 86%;
		margin: 0 auto;
		background: #fffcf4;
		border-radius: 8px;
		box-shadow: 0px 0px 5px silver;
		padding: 0.5em;
	}
	
	.kyuuyokeisan-contents ul li {
		line-height: 1.5;
		padding: 0.5em 0;
	}
	
	ul.kyuuyokeisan-merit {
		counter-reset:list;
		list-style-type:none;
		padding: 1%;
	}
	
	ul.kyuuyokeisan-merit li {
		width: 94%;
		position:relative;
		line-height: 1.5;
		margin: 1% 0 2% 4.5%;
		padding: 0;
		padding-left: 2%;
		box-sizing: border-box;
	}
	
	ul.kyuuyokeisan-merit li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		top: 0;
		left: -27px;
		width: 30px;
		height: 30px;
		text-align: center;
		color: #fff;
		line-height: 30px;
		z-index:1;
	}
	ul.kyuuyokeisan-merit li:after {
		content:"";
		position: absolute;
		top: 3px;
		left: -25px;
		width: 25px;
		height: 25px;
		background: #F6A38B;
		color: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	ul.kyuuyokeisan-merit span {
		color: #009b54;
		font-size: 18px;
	}
	
	ul.kyuuyokeisan-merit p {
		font-weight: 300;
	}
}


/* iPad 縦 */
@media screen and (min-width: 768px) {

	.business-area h2 {
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 2.5em;
		margin-bottom: 4%;
		padding-bottom: 1%;
		border-bottom: 1px #333 solid;
	}
	
	.business-image-c {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}	
/*
Business h3
-------------------------------------------------- */

	h3.business-h {
		font-size: 1.8em;
	}
		
/*
Shougaishakoyou
-------------------------------------------------- */

	.shougaishakoyou-contents ul{
		width: 90%;
	}
	
	.shougaishakoyou-contents li{
		position:relative;
		padding-left: 1%;
		margin: 3% 0;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.5;
	}	
}


/* iPad 横 */
@media screen and (min-width: 992px) {
	
	.business-text {
		float: left;
		width: 50%;
		margin-right: 5%;
	}

	.business-image {
		float: right;
		width: 43%;
		margin-left: 2%;
	}
	
	.business-image-c {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	.business-price table {
		border-collapse: collapse;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 6%;
	}
}


@media screen and (min-width: 1200px) {

/*
Kyuuyokeisan
-------------------------------------------------- */
	
	.kyuuyokeisan-contents ul {
		width: 70%;
		margin: 0 auto;
		background: #fffcf4;
		border-radius: 8px;
		box-shadow: 0px 0px 5px silver;
		padding: 0.5em 0.5em 0.5em 2em;
	}
	
	.kyuuyokeisan-contents ul li {
		line-height: 1.5;
		padding: 0.5em 0;
	}
	
	ul.kyuuyokeisan-merit {
		counter-reset:list;
		list-style-type:none;
		padding: 1%;
	}
	
	ul.kyuuyokeisan-merit li {
		position:relative;
		line-height: 1.5;
		margin: 0 0 2% 4.5%;
		padding: 0;
		padding-left: 10px;
		font-weight: bold;
	}
	
	ul.kyuuyokeisan-merit li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		top: 0;
		left: -34px;
		width: 30px;
		height: 30px;
		text-align: center;
		color: #fff;
		line-height: 30px;
		z-index:1;
	}
	ul.kyuuyokeisan-merit li:after {
		content:"";
		position: absolute;
		top: 3px;
		left: -32px;
		width: 25px;
		height: 25px;
		background: #F6A38B;
		color: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	ul.kyuuyokeisan-merit span {
		color: #009b54;
		font-size: 18px;
	}
	
	ul.kyuuyokeisan-merit p {
		font-weight: 300;
	}

}