@charset "utf-8";

/* ---------------------------------------------
CSS Info

 File name:  pages.css
 Style Info: م║╡كâكâ╘كé╤كé╥كé؟كé¤كâ╩

------------------------------------------------ */

/* مà▒ى│و┼┤ه═
------------------------------------------------ */
.contents-header {
	height: 120px;
	background: url(../img/bg-chead.png) no-repeat center top;
	background-size: cover;
}
.c-header-box {height: 120px;}
.c-header-box_inn {
  position: relative;
	display: block;
  top: 50%;
	left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.c-header-box h2 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.c-header-box p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

.topicpath {
	margin-bottom: 32px;
	font-size: 12px;
	font-size: 1.2rem;
}
.topicpath a {margin-right: 8px;}
.topicpath a:after {
	display: inline-block;
	content: "\003e";
	margin-left: 8px;
}

.cm-heading {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 16px;
	text-align: center;
}
.cm-heading:after {
	position: absolute;
	content: "";
	width: 64px;
	height: 4px;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	background: #00a569;
}
.cm-heading h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	color: #222;
}
.cm-heading p {
	margin-top: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #6ed07c;
	line-height: 1;
}

table.cm-TB {
	width: 100%;
	margin: 1.5em 0;
	background: #FFF;
	border: 1px solid #e3e0bc;
	border-collapse: collapse;
}
table.cm-TB th,
table.cm-TB td {padding: 0.75em 1.25em;}
table.cm-TB th {
	background: #FFFCE8;
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

.cm-list {margin: 1.5em 0;}
.cm-list li {
	position: relative;
	margin: 0 0 .25em 0;
}
.cm-list li:before {
	display: inline-block;
	content: "\0025cf";
	color: #00a569;
}

/* tableكé╝كé╥كé»كâ╦كâ╘كâ╩ك┤╛ك┤كéïك││*/

.scroll::-webkit-scrollbar{
height: 5px;
}
.scroll::-webkit-scrollbar-track{
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}


@media screen and (max-width:767px) {
	.c-header-box h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.topicpath {display: none;}
	
	table.cm-TB th,
	table.cm-TB td {
		width: 100%;
		display: block;
		padding: 12px 16px;
	}
	table.cm-TB th {
		text-align: center;
		border-bottom: 1px solid #e3e0bc;
	}
	table.cm-TB tr:not(:last-child) td {border-bottom: 1px solid #e3e0bc;}
}

@media screen and (min-width:768px) {
	table.cm-TB th,
	table.cm-TB td {border: 1px solid #e3e0bc;}
}



/* TOP
------------------------------------------------ */
/*-------- كâ┴كé¤كâ╠كâôكé╤كâ─كé┬كâ╩ --------*/
.idx-mv {position: relative;}
.idx-mv:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: 0;
	background: url(../img/bg-colorfulline.png) repeat-x left bottom;
}
.idx-mv-box {font-weight: bold;}
.idx-mv-box_inn {
  position: relative;
	display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.idx-mv .logo {
	margin-bottom: 12px;
	line-height: 1;
}
.idx-mv .logo img {
	width: 172px;
	height: 24px;
}
.idx-mv .title {
	letter-spacing: 0.02em;
	line-height: 1.3;
}
.idx-mv .text {color: #555;}

.idx-mv .btn {letter-spacing: -.40em;}
.idx-mv .btn p {
	display: inline-block;
	letter-spacing: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	background: #80c269;
	border-radius: 20px;
	color: #FFF;
	text-align: center;
}
.idx-mv .btn p:first-child {
	margin-right: 4px;
	background: #f1a5a0;
}
.idx-mv .btn p span {
	font-size:12px;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.idx-mv {
		height: 420px;
		background: #f3f3f3 url(../img/bg-topmv_sp_re.png) no-repeat center center;
		background-size: cover;
	}
	.idx-mv-box {height: 420px;}
	.idx-mv .title {
		font-size: 18px;
		font-size: 1.8rem;
		text-shadow: 1px 1px 2px #FFF;
	}
	.idx-mv .title em {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.idx-mv .text {
		margin: 16px 0 24px; 
		font-size: 12px;
		font-size: 1.2rem;
		text-shadow: 1px 1px 2px #FFF;
	}
}

@media screen and (min-width:768px) {
	.idx-mv {
		height: 360px;
		background: #f3f3f3 url(../img/bg-topmv_re.png) no-repeat center center;
	}
	.idx-mv-box {height: 360px;}
	
	.idx-mv .logo img {
		width: 172px;
		height: 24px;
	}
	.idx-mv .title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.idx-mv .title em {
		font-size: 30px;
		font-size: 3rem;
	}
	.idx-mv .text {
		margin: 16px 0 24px; 
		font-size: 14px;
		font-size: 1.4rem;
	}
}



/*-------- كâ╔كé╥كâê --------*/
.counselor-list > li {
	float: left;
	margin-bottom: 24px;
	padding: 24px;
	border: 1px solid #e9e3dd;
}
.counselor-list li .thumb {margin-bottom: 16px;}
.counselor-list li .thumb img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid #e9e3dd;
}
.counselor-list li .desc {margin-bottom: 24px;}
.counselor-list li .name {text-align: center;}
.counselor-list li .name a {
	position: relative;
	display: inline-block;
	padding-left: 22px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
}
.counselor-list li .name a:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 0;
}
.counselor-list li .name.f a:after {
	background: url(../img/ico-female.png) no-repeat;
	background-size: 14px;
}
.counselor-list li .name.m a:after {
	background: url(../img/ico-male.png) no-repeat;
	background-size: 14px;
}

.counselorNum { /* ichinose */
	font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: orange;
    text-align: center;	
	
}
.counselorNum2 { /* ichinose */
	font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: #3bab5a;
    text-align: center;	
	
}
.counselor-list li .text {
	margin: 1em 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.tag-title {
	position: relative;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
	color: #666;
}
.counselor-list li .tag-title {
	font-size: 13px;
	font-size: 1.3rem;
}
.tag-title:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	top: 50%;
	border-top: 1px solid #e9e3dd;
	z-index: 1;
}
.tag-title span {
	position: relative;
	padding: 0 1.25em;
	background: #FFF;
	z-index: 2;
}

.tag-price {
	position: relative;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
	color: deeppink;
}

}
.tag-price2 span {
	position: relative;
	padding: 0 1.25em;
	background: #FFF;
	z-index: 2;
}
.tag-price2 {
	position: relative;
	margin-bottom: 4px;
	font-weight: bold;
	text-align: center;
	color: darkorange;
}

}
.tag-price span {
	position: relative;
	padding: 0 1.25em;
	background: #FFF;
	z-index: 2;
}


.tag-list {letter-spacing: -.40em;}
.tag-list li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin: 0 4px 6px 0;
}
.tag-list li a {
	display: block;
	padding: 0 1.5em;
	background: #f6b37f;
	color: #FFF;
	text-decoration: none;
}
.counselor-list li .tag-list li a {
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.tag-list li a:hover {background: #ff8321;}

.tag-list2 {letter-spacing: -.40em;}
.tag-list2 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	margin: 0 4px 6px 0;
}
.tag-list2 li a {
	display: block;
	padding: 0 1.5em;
	background: #7acc93;
	color: #FFF;
	text-decoration: none;
}
.counselor-list li .tag-list2 li a {
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.tag-list2 li a:hover {background: seagreen;}

.btn-status a {
	 display: block;
  position: relative;
  top: 0;
	left: 0;
	border-radius: 4px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	transition:all 0.2s cubic-bezier(.09,1.17,.51,.98);
}

.btn-status.on a {
	background-color: #00a569;
	box-shadow:0px 3px 0px 0px #008c59;
}
.btn-status.on a:hover {background-color: #05ce85;}
.btn-status.on a span {background: url(../img/ico-phone.png) no-repeat left center;}

.btn-status.off a {
	background-color: #999;
	box-shadow:0px 3px 0px 0px #828282;
}
.btn-status.off a:hover {background-color: #ddd;}
.btn-status.off a span {background: url(../img/ico-disable.png) no-repeat left center;}

.counselor-list .btn-status a {
	width: 100%;
	line-height: 48px;
	font-size: 18px;
	font-size: 1.8rem;
}
.counselor-list .btn-status a:active {
	position: relative;
  top:3px;
}
.counselor-list .btn-status a span {
	padding-left: 26px;
	background-size: 18px;
}

a.btn-more {
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 32px auto 0;
	padding: 12px 0;
	background: #70bf78;
	border-radius: 8px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
a.btn-more:hover {background: #ff8321;}
a.btn-more:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 14px;
	right:24px;
	top: 50%;
	margin-top: -7px;
	background: url(../img/arrow-right-wh.png) no-repeat right center;
	background-size: 9px 14px;
}

@media screen and (min-width:480px) and (max-width:767px) {
	.counselor-list > li {width: 49%;}
	.counselor-list > li:nth-child(odd) {
		margin-right: 2%;
	}
}

@media screen and (min-width:768px) {
	.counselor-list > li {width: 32%;}
	.counselor-list > li:nth-child(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}
}



/* ك┤»ك┤┐كé┤ك┤┼ك┤«نû╥ك┤╤
------------------------------------------------ */
.first-mv {position: relative;}
.first-mv-box {font-weight: bold;}

.first-mv h2 {
	margin-bottom: 16px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold; 
	color: #00a569;
	line-height: 1;
}
.first-mv p {
	position: relative;
	display: inline-block;
	padding-top: 16px;
	font-size: 15px;
	font-size: 1.5rem;
}
.first-mv p:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background: #00a569 ;
}

.first-heading {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 16px;
	text-align: center;
}
.first-heading:after {
	position: absolute;
	content: "";
	width: 64px;
	height: 4px;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	background: #00a569;
}
.first-heading h3 {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
	color: #222;
}
.first-heading h3 em {color: #00a569;}
.first-heading h3 i {
	font-size: 56px;
	font-size: 5.6rem;
}
.first-heading p {
	margin-top: 4px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #6ed07c;
	line-height: 1;
}

.first-point-item {position: relative;}
.first-point-item:first-child:after {background-image: url(../img/first-point01.gif);}
.first-point-item:nth-child(2):after {background-image: url(../img/first-point02.png);}
.first-point-item:nth-child(3):after {background-image: url(../img/first-point03.png);}
.first-point-item:after {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	top: -12px;
	left: 8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 64px;
}
.first-point-item .thumb {text-align: center;}
.first-point-item h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #f3b203;
	text-align: center;
}
.first-point-item p {
	font-size: 14px;
	font-size: 1.4rem;
}

.first-details {
	background: url(../img/bg-first-sec02.png) no-repeat center;
	background-size: cover;
}
.first-details-box {background: rgba(255,255,255,.85);}
.first-details-list {text-align: center;}
.first-details-list li {
	padding: 24px 12px;
	background: #FFF;
	border: 2px solid #80c269;
}
.first-details-list li h4 {
	margin-bottom: 4px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.first-details-list li h4:before {
	content: "\0023";
	margin-right: 8px;
	color: #f3b203;
}
.first-details-list li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.first-details2 {
	background: white;
	background-size: cover;
}

.first-howto {background: #fffded;}
.first-howto-step_item {
	padding: 24px 24px 24px;
	background: #FFF;
}
.first-howto-step_item h4 {
	position: relative;
	padding: 4px;
	background: #00a569;
	border-radius: 8px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.first-howto-step_item:first-child h4:before {background-image: url(../img/first-step1.png);}
.first-howto-step_item:nth-child(2) h4:before {background-image: url(../img/first-step2.png);}
.first-howto-step_item:nth-child(3) h4:before {background-image: url(../img/first-step3.gif);}
.first-howto-step_item h4:before {
	position: absolute;
	content: "";
	width: 116px;
	height: 24px;
	top: -30px;
	left: 50%;
	margin-left: -58px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 116px 24px;
}
.first-howto-step_item h4:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #00a569;
}
.first-howto-step_item .thumb {
	margin: 16px 0 8px;
	text-align: center;
}
.first-howto-step_item .thumb img {
	width: auto;
	height: 144px;
}
.first-howto-step_item p {
	font-size: 13px;
	font-size: 1.3rem;
}





.first-howto2 {background: #fffded;}
.first-howto2-step_item {
	padding: 16px 24px 24px;
	background: #FFF;
}
.first-howto2-step_item h4 {
	position: relative;
	padding: 4px;
	background: #00a569;
	border-radius: 8px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.first-howto2-step_item:first-child h4:before {background-image: url(../img/first-step1.png);}
.first-howto2-step_item:nth-child(2) h4:before {background-image: url(../img/first-step2.png);}
.first-howto2-step_item:nth-child(3) h4:before {background-image: url(../img/first-step3.gif);}
.first-howto2-step_item:nth-child(4) h4:before {background-image: url(../img/first-step4.gif);}
.first-howto2-step_item h4:before {
	position: absolute;
	content: "";
	width: 116px;
	height: 24px;
	top: -30px;
	left: 50%;
	margin-left: -58px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 116px 24px;
}
.first-howto2-step_item h4:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #00a569;
}
.first-howto2-step_item .thumb {
	margin: 16px 0 8px;
	text-align: center;
}
.first-howto2-step_item .thumb img {
	width: auto;
	height: 144px;
}
.first-howto2-step_item p {
	font-size: 13px;
	font-size: 1.3rem;
}








.first-howto-flow {
	padding: 32px 40px;
	border: 1px solid #e3e0bc;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #FFF;
	text-align: center;
}
.first-howto-flow p + p {margin-top: 16px;}
.first-howto table,
.first-comparison table {
	width: 100%;
	background: #FFF;
	border: 1px solid #e3e0bc;
	border-collapse: collapse;
}
.first-howto table th {
	background: #FAF7DE;
	font-weight: bold;
	text-align: center;
}
.first-howto table td span {
	display: block;
	margin-top: 16px;
	font-size: 13px;
	font-size: 1.3rem;
}

.first-comparison table {
	font-size: 15px;
	font-size: 1.5rem;
}
.first-comparison table th,
.first-comparison table td {
	padding: 16px;
	border: 1px solid #e3e0bc;
	vertical-align: middle;
}
.first-comparison table th,
.first-comparison table td em {font-weight: bold;}
.first-comparison table td {text-align: center;}
.first-comparison table tr.name th {
	text-align: center;
	color: #FFF;
}
.first-comparison table tr.name th:nth-of-type(2) {background: #00a569;}
.first-comparison table tr.name th:nth-of-type(3),
.first-comparison table tr.name th:nth-of-type(4) {background: #999;}
.first-comparison table tr.cm th {
	background: #FAF7DE;
	text-align: right;
}
.first-comparison table tr.cm td:nth-child(2) {background: #FFFDED;}
.first-comparison table td em:before {
	content: "\003007";
	margin-right: 4px;
	color: #FF0000;
}
.first-comparison table td span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
}

@media screen and (max-width:767px) {
	.first-wrapper {padding: 48px 0 0;}
	
	.first-mv {
		background: #d6edf0 url(../img/bg-first_woman_sp.png) no-repeat left bottom;
		background-size: auto 300px;
	}
	.first-mv-box {
		padding: 40px 0;
		text-align: right;
	}
	.first-mv-box_inn {
		display: inline-block;
		width: 240px;
		padding: 24px;
		background: rgba(255,255,255,.85)
	}
	.first-mv h2 {
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
	}
	.first-mv p {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	
	.first-heading h3 {
    font-size: 26px;
    font-size: 2.6rem;
	}
	.first-heading h3 i {
    font-size: 48px;
    font-size: 4.8rem;
	}
	
	.first-point {margin-bottom: 64px;}
	.first-point-item:not(:last-of-type) {margin-bottom: 40px;}
	
	.first-details {padding: 56px 0;}
	.first-details-box {padding: 40px 24px;}
	.first-details-list li:not(:last-child) {margin-bottom: 16px;}
	
	.first-howto,
	.first-comparison {padding: 64px 0;}
	.first-howto-step_item:not(:last-of-type) {margin-bottom: 32px;}
	
	.first-howto-flow {
		margin: 48px 0;
		padding: 16px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.first-howto table th,
	.first-howto table td {
		width: 100%;
		display: block;
		padding: 12px 16px;
	}
	.first-howto table th {border-bottom: 1px solid #e3e0bc;}
	.first-howto table tr:not(:last-child) td {border-bottom: 1px solid #e3e0bc;}
	
	.first-comparison table {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.tb-wrap {
		overflow: auto;
		white-space: nowrap;
	}
}

@media screen and (min-width:768px) {
	.first-wrapper {padding: 64px 0 0;}
	
	.first-mv {
		background: url(../img/bg-first_sky.png) no-repeat center top;
		background-size: cover;
	}
	.first-mv-box {
		height: 360px;
		background: url(../img/bg-first_woman.png) no-repeat left top;
	}
	.first-mv-box_inn {
		position: relative;
		display: block;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		padding-left: 360px;
	}
	
	.first-point {margin-bottom: 96px;}
	.first-point-item,
	.first-howto-step_item {
		float: left;
		width: 32%;
	}
	.first-point-item:nth-child(3n-1),
	.first-howto-step_item:nth-child(3n-1) {margin: 0 2%;}
	
	.first-details {padding: 88px 0;}
	.first-details-box {padding: 64px 88px 48px;}
	.first-details-list {letter-spacing: -.40em;}
	.first-details-list li {
		display: inline-block;
		letter-spacing: normal;
		width: 49%;
		margin-bottom: 16px;
	}
	
	.first-howto,
	.first-comparison {padding: 96px 0;}
	
	.first-howto-flow {margin: 64px 0;}
	
	.first-howto table th,
	.first-howto table td {
		padding: 24px 40px;
		border: 1px solid #e3e0bc;
		vertical-align: top;
	}
	.first-howto table th {width: 200px;}
	
	.first-comparison table {table-layout: fixed;}
}

@media screen and (min-width:768px) and (max-width:979px) {
	.first-details-list li:nth-child(even) {margin-left: 2%;}
}

@media screen and (min-width:980px) {
	.first-details-list li {width: 32%;}
	.first-details-list li:first-child,
	.first-details-list li:nth-child(2),
	.first-details-list li:nth-child(4) {margin-right: 2%;}
	
	.first-comparison table th,
	.first-comparison table td {padding: 24px 16px;}
}


/* ل╤│و┼╞
------------------------------------------------ */
.page-navi {
	margin-top: 48px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;	
}
.page-navi a,
.page-navi span {
	margin: 2px;
	padding: 10px 16px;
	text-decoration: none;
	border: 1px solid #70bf78;
	border-radius: 4px;
	color: #00a569;
	line-height: 1;
}
.page-navi .current,
.page-navi a:hover {
	background: #70bf78;
	color: #FFF;
}

@media screen and (max-width:767px) {
	.page-navi a,
	.page-navi span {
	margin: 1px;
	padding: 6px 8px;
	}
}



/* و╚╠ه═░
------------------------------------------------ */
.counselor-detail-header {margin-bottom: 32px;}
.counselor-detail-header-thumb {text-align: center;}
.counselor-detail-header-thumb img {border: 1px solid #e7dec7;}

.counselor-detail-header h3 {
	position: relative;
	padding-left: 32px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.counselor-detail.f .counselor-detail-header h3:before {background-image: url(../img/ico-female.png);}
.counselor-detail.m .counselor-detail-header h3:before {background-image: url(../img/ico-male.png);}
.counselor-detail-header h3:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.counselor-detail-header h3 span {
	margin-left: 16px;
	font-size: 14px;
	font-size: 1.4rem;
}
.counselor-detail-header .catch {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #e9e3dd;
	font-size: 15px;
	font-size: 1.5rem;
}
.counselor-detail-header .total {
	margin-top: 20px;
	padding: 0.5em 1em;
	background: #fff2cf;
	font-size: 15px;
	font-size: 1.5rem;
}
.counselor-detail-header .total em {font-weight: bold;}
.counselor-detail-header .tag {margin-top: 20px;}
.counselor-detail-header .tag-list li a {
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	font-size: 14px;
	font-size: 1.4rem;
}

.counselor-detail .btn-status a {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	line-height: 56px;
	font-size: 24px;
	font-size: 2.4rem;
}
.counselor-detail .btn-status a span {
	padding-left: 30px;
	background-size: 22px;
}

.counselor-detail-section {margin-top: 64px;}
.cds-tit {
	margin-bottom: 24px;
	padding: 8px 16px;
	background: #e5f1ed;
	border-left: 8px solid #00a569;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.counselor-detail-section p {
	font-size: 15px;
	font-size: 1.5rem;
}
.counselor-detail-section p + p {margin-top: 1em;}

@media screen and (max-width:767px) {
	.counselor-detail-header-thumb {margin-bottom: 24px;}
	.counselor-detail-header-thumb img {
		width: 240px;
		height: auto;
	}
}

@media screen and (min-width:768px) {
	.counselor-detail-header-thumb {
		float: left;
		width: 200px;
	}
	.counselor-detail-header-desc {
		float: right;
		width: 100%;
		margin: 0 0 0 -200px;
	}
	.counselor-detail-header-desc_inn {margin: 0 0 0 240px;}
}

@media screen and (min-width:768px) {
	.counselor-detail-header-thumb {width: 280px;}
	.counselor-detail-header-desc {margin: 0 0 0 -280px;}
	.counselor-detail-header-desc_inn {margin: 0 0 0 320px;}
}


/* ل╒ôى╟ôو╩ç
------------------------------------------------ */
.voice-box {
	margin-bottom: 24px;
	padding: 32px 40px;
	border: 1px solid #e9e3dd;
}
.voice-header {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 24px 88px;
	border-bottom: 1px dotted#e9e3dd;
}
.voice-header:before {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	left: 0;
	top: 50%;
	margin-top: -40px;
}
.voice-header.f:before {
	background: url(../img/voice-female.png) no-repeat left center;
	background-size: 64px;
}
.voice-header.m:before {
	background: url(../img/voice-male.png) no-repeat left center;
	background-size: 64px;
}
.voice-header .date {
	margin-bottom: 4px;
	font-size: 14px;
	font-size: 1.4rem;
}
.voice-header .name {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.voice-header.f .name span {color: #e8687c;}
.voice-header.m .name span {color: #7bc2c0;}

.voice-contents {margin-bottom: 24px;}
.voice-contents h5 {
	position: relative;
	margin: 0 0 0 .75em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.voice-contents h5:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: .6em;
	left: -.75em;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #70bf78;
}
.voice-contents p {
	font-size: 15px;
	font-size: 1.5rem;
}
.voice-contents p + p {margin-top: 1.5em;}

.voice-counselor {
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.voice-box {padding: 16px;}
}



/* كéêك┤╣ك┤éكéïو╠╔م╛╣
------------------------------------------------ */
.faq-nav {
	margin-right: 40px;
	padding: 40px 32px;
	border: 8px solid #FFF2CF;
}
.faq-nav h4,
.question-wrap h4 {
	margin-bottom: 16px;
	padding-left: 12px;
	border-left: 4px solid #00a569;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.faq-nav-outer:not(:first-of-type) {margin-top: 40px;}

.faq-nav-box {
	float: left;
	width: 48%;
}
.faq-nav-box.left {margin-right: 4%;}

.faq-nav-box h2 {
	padding-left: 12px;
	border-left: 4px #254E02 solid;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.faq-nav-box ul {border-top: 1px solid #e9e3dd;}
.faq-nav-box ul li {
	border-bottom: 1px dotted #e9e3dd;
	line-height: 1.5;
}
.faq-nav-box ul li a {
	position: relative;
	display: block;
  padding: 8px 0 8px 14px;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #333;
}
.faq-nav-box ul li a:hover {text-decoration: underline;}
.faq-nav-box ul li a:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 8px;
	left: 0;
	top: 50%;
	margin-top: -4px;
	background: url(../img/arrow-triangle.png) no-repeat left center;
	background-size: 6px 8px;
}

.question-wrap {margin: 56px 0;}

.question-wrap .question .title {
	position: relative;
	margin-top: 8px;
	padding: 16px 16px 16px 56px;
	background: #faf7de;
	font-weight: bold;
	line-height: 1.5;
}
.question-wrap .question .title:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 50%;
	left: 16px;
	margin-top: -12px;
	background: url(../img/faq-q.png) no-repeat;
	background-size: 24px;
}
.question-wrap .question .answer {
	padding: 16px 16px 24px 56px;
	background-image: url(../img/faq-a.png);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	background-size: 24px;
	font-size: 15px;
	font-size: 1.5rem;
}
.question-wrap .question .answer p + p {margin-top: 1em;}


@media screen and (max-width:767px) {
	.faq-nav {display: none;}
	.question-wrap .question .title {
		cursor: pointer;
		padding: 16px 29px 16px 40px;
	}
	.question-wrap .question .title:before {left: 8px;}
	.question-wrap .question .title:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/arrow-down-lgr.png) no-repeat;
    background-size: 16px 10px;
	}
	.question-wrap .question .answer {
    display: none;
    padding: 16px 8px 24px 40px;
    background-position: 8px 16px;
	}
}



/* كâ╛كé╚كâ╘كâ
------------------------------------------------ */
.contactForm {
	background: #FAF7DE;
	border-style: solid;
	border-color: #e3e0bc;
	border-width: 0 1px 1px 1px;
}
.contactForm dt {
	border-top: 1px solid #e3e0bc;
	font-weight: bold;
}
.contactForm dt .must {
	margin-left: 4px;
	color: #FF0000;
}
.contactForm dd {
	border-top: 1px solid #e3e0bc;
	background: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
}

.contactForm input,
.contactForm textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: 1px solid #e3e0bc;
	border-radius: 0;
	outline: none;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"],
.contactForm textarea {
	width: 100%;
	padding: 8px 12px;
	background-color: #f0f0f0;
	font-size: 13px;
	font-size: 1.3rem;
}
.contactForm input[type="radio"],
.contactForm input[type="checkbox"] {
	margin-right: 4px;
	vertical-align: baseline;
	border-style: none;
}


.contactFormBtn {
	margin-top: 32px;
	text-align: center;
}
.contactFormBtn .submitBtn {
	width: 240px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	margin: 0 8px;
	padding: 0 8px;
	border: none;
	background: #70bf78;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}
.contactFormBtn .submitBtn:hover {background: #ff8321;}

@media screen and (max-width:767px) {
	.contactForm dt {padding: 16px;}
	.contactForm dd {padding: 16px;}
	
	.contactFormBtn .submitBtn {
		margin: 16px auto;
		display: block;
	}
}

@media screen and (min-width:768px) {
	.contactForm dt {
		float: left;
		clear: left;
		width: 200px;
		padding: 24px;
	}
	.contactForm dd {
		margin-left: 200px;
		padding: 24px;
	}
}



/* ك┤ك┤«ل؛û
------------------------------------------------ */
.cm-sec {margin: 64px 0;}
.cm-subtit {
	margin-bottom: 16px;
	padding-left: 8px;
	border-left: 4px solid #00a569;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
.cm-sec .notes {
	margin: 1.5em 0;
	padding: 16px 24px;
	background: #f0f0f0;
	border: 1px solid #e9e3dd;
}
.cm-sec > p + p {margin-top: 1em;}

.att {
	margin: 1.5em 0;
	padding: 16px 24px;
	background: #f0f0f0;
	border: 1px solid #e9e3dd;
}


@media screen and (max-width:767px) {
	.cm-sec {margin: 48px 0;}
	.cm-sec .notes {padding: 16px;}
}


.image-row {
  display: flex;
  gap: 16px; /* 画像間の余白 */
  justify-content: center;
}

.image-row img {
  width: 100%;
  max-width: 400px; /* お好みで調整 */
  height: auto;
}

@media screen and (max-width: 767px) {
  .image-row {
    display: block;
	justify-content: center;
  }
  .image-row img {
    max-width: 100%;
    margin-bottom: last-child; /* 画像下の余白（最後の画像には不要なら:last-childで調整） */
  }
}


/* ن▒╕ه╜╟
------------------------------------------------ */
.tex-bold {font-weight: bold;}
.tex-center {text-align: center;}
.tex-right {text-align: right;}
.tex-grn {color: #00a569}
.tex-pink {color: #e8687c;}
.tex-yel {color: #f3b203;}
.tex-red {color: #FF0000;}
.tex-gray {color:#999}
.tex-small {font-size: 1.6rem;}
.tet-telnum {
	padding-left: 26px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.01em;
}