@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2016-08-05
Copyright (C) NISSO NET ALL Right Reserved
------------------------------------------------------------------------------*/


/* detail (kaigo_newsと共通)
------------------------------- */
#main {
	margin-top: 45px;
}
#detailMv {
	position: relative;
	height: 430px;
	margin: 0 auto 30px;
	width: 860px;
	overflow: hidden;
}
#detailMv .newsTitle {
	position: absolute;
	display: table;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(/files/img/common/bg_white_opa65.png) 0 0 repeat;
}
#detailMv .newsTitle h1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#detailMv .newsTitle h1 {
	text-align: left;
	width: 570px;
	padding: 30px 0 30px 30px;
	font-size: 128.6%;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width:767px){
	#main {
		margin-top: 0;
	}
	#detailMv {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	#detailMv img {
		width: 100%;
	}
	#detailMv .newsTitle h1 {
		display: block;
		width: 94%;
		margin: 0 3%;
		padding-left: 0;
		font-size: 16px;
	}
}


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

faq

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

.faqSec {
	width: 1000px;
	margin: 0 auto;
}
.faqDsc {
	text-align: center;
	width: 1000px;
   margin: 0 auto 30px;
   font-size: 18px;
   font-weight: 700;
}
.nav50on {
	margin: 0 0 30px;
	padding: 30px 0;
	background: #fcfbf5;
	border-top: 1px solid #ede4cf;
	border-bottom: 1px solid #ede4cf;
}
.nav50on ul {
	width: 1000px;
	margin: 0 auto;
}
.nav50on li {
	float: left;
	width: 7%;
	margin-right: 3.33%;
}
.nav50on li:last-child {
	margin-right: 0;
}
.nav50on li a {
	display: block;
	background: #ff6600;
	color: #fff;
	font-weight: 700;
	font-size: 128.6%;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
	border: 1px solid #ff6600;
	border-radius: 5px;
}
.nav50on li a:hover,
.nav50on li a.on {
	background: #fff;
	color: #ff6600;
}

@media screen and (max-width:767px){
	.faqSec {
		width: 94%;
		margin: 0 3%;
	}
	.faqDsc {
	    width: 94%;
	    margin: 0 3% 30px;
	    text-align: left;
	}
	.nav50on {
		margin: 0 0 20px;
		width: 94%;
		padding: 4% 3% 1%;
	}
	.nav50on ul {
		width: 100%;
		margin: 0;
	}
	.nav50on li {
		width: 16%;
		margin-right: 5%;
		margin-bottom: 3%;
	}
	.nav50on li a {
		padding: 30% 0;
	}
	.nav50on li:nth-child(5) {
		margin-right: 0;
	}
}
@media screen and (max-width:460px){
	.nav50on li a {
		padding: 24% 0;
	}
}


.faqList li {
	float: left;
	width: 492px;
	margin: 0 12px 10px 0;
	padding: 0;
	border: 1px solid #d1c7c0;
	border-radius: 5px;
}

.faqList .faqList_dtl {
	display: block;
	line-height: 1.4;
	margin-top: 13px;
}
.faqList li:nth-child(even) {
	margin-right: 0;
}
.faqList h3 {
	padding: 14px;
	font-weight: 700;
	font-size: 128.6%;
	border-radius: 5px 5px 0 0;
	background: url(/files/img/common/ico_accord_open.png) 95% 19px no-repeat;
	background-size: 14px;
}
.faqList h3 span {
	display: block;
	padding: 0 30px 0 27px;
	background: url(/files/img/faq/ico_faq_q.png) 0 8px no-repeat;
	background-size: 18px;
}
.faqList h3:hover {
	cursor: pointer;
}
.faqList h3.on {
	background: #fdf3e2 url(/files/img/common/ico_accord_close.png) 95% 19px no-repeat;
	background-size: 14px;
}
.faqList p {
	display: none;
	font-size: 114.3%;
	    padding: 14px 30px 14px 47px;
    background: url(/files/img/faq/ico_faq_a.png) 13px 18px no-repeat;
    background-size: 18px;
}

@media screen and (max-width:767px){
	.faqList li {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	.faqList h3 span {
		line-height: 1.7;
	}
}


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

shikaku

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

.shikakuSec {
	width: 700px;
	margin: 10px auto 30px;
}
.shikakuSec h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 171.5%;
	font-weight: 700;
	border-bottom: 2px solid #ff9900;
	letter-spacing: 0.05em;
}
.shikakuSec p {
	font-size: 114.3%;
}
.shikakuSec {
	width: 700px;
	margin: 0 auto 40px;
}
.shikakuBox {
	border: 10px solid #ffaa01;
	border-radius: 4px;
}
.shikakuBox h3 {
	padding: 20px;
	font-size: 142.9%;
	font-weight: 700;
	border-bottom: 1px solid #ffaa01;
	letter-spacing: 0.05em;
}
.shikakuBox.color2 {
	border: 10px solid #01a8a1;
}
.shikakuBox.color3 {
	border: 10px solid #ff633a;
}
.shikakuBox.color2 h3 {
	border-bottom: 1px solid #01a8a1;
}
.shikakuBox.color3 h3 {
	border-bottom: 1px solid #ff633a;
}
.shikakuBox h3 span {
	font-size: 80%;
}
.shikakuBox div {
	position: relative;
	margin: 20px;
}
.shikakuBox div p {
	margin-bottom: 20px;
}
.shikakuBox div .imgR {
	float: right;
	width: 150px;
	margin: 0 0 0 15px;
}
.shikakuBox div a img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
}
.stepUp {
	margin: 20px 0;
	text-align: center;
}
.stepUp img {
	width: 80px;
}

@media screen and (max-width:767px){
	.shikakuSec {
		width: 94%;
		margin: 20px 3% 30px;
	}
	.shikakuSec h2 {
		font-size: 20px;
	} 
	.shikakuSec p {
		font-size: 16px;
	}
	.shikakuBox h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	.shikakuBox h3 span {
		font-size: 14px;
	}
	.shikakuBox div {
		position: relative;
		margin: 20px 10px 10px;
	}
	.shikakuBox div p {
		margin: 0 0 20px 5px ;
	}
	.shikakuBox div .imgR {
		float: right;
		max-width: 35%;
		margin: 0 0 10px 10px;
	}
	.stepUp {
		margin: 15px 0;
	}
}
@media screen and (max-width:640px){
	.shikakuBox div a {
		display: block;
		text-align: center;
	}
	.shikakuBox div a img {
		position: relative;
	}
	.stepUp img {
		max-width: 80px;
		width: 18%;
	}
}

@media screen and (min-width:769px){
	.shikakuSec a:hover {
		opacity: 0.70;
		-ms-filter: "alpha(opacity=70)";
	}
}

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

clearfix

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

/* Modern Browsers
------------------------------- */
.nav50on ul:after,
.faqList:after,
.shikakuBox div:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.nav50on ul,
.faqList,
.shikakuBox div {
	*zoom: 1;
}



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

以下、詳細指示のためオーバーライド

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

/* 「かいごの用語辞典」タイトルの文言を両方とももっと大きく 160805 */
#detailMv .newsTitle h1 {
	font-size: 157.2%;
}
@media screen and (max-width:767px){
	#detailMv .newsTitle h1 {
		font-size: 20px;
	}
}
