@charset "utf-8";

/* -----------------------------------------------------------
     page-detail
-------------------------------------------------------------- */
.page-detail .cmn-headerttl {
	padding: 40px 0 0 0;
}

.page-detail .contents {
	margin-top: 70px;
}

.page-detail .under-links .cmnfaq-area {
	position: relative;
	z-index: 2;
}

.page-detail .under-links .cmnfaq-area:first-of-type {
	padding: 80px 0 0 0;
}

.page-detail .under-links .cmnfaq-area:nth-of-type(2) {
	padding: 80px 0;
}

.page-detail #footer {
	margin: 0;
}

.bread-h1-wrap .h1-area {
	bottom: 40px;
}

.page-detail .contents .inner {
	width: 1000px;
}

@media screen and (max-width: 768px) {
	
	.page-detail .contents {
		margin-top: 0;
	}
	
	.page-detail .cmnfaq-area {
		padding: 50px 0;
	}
	
	.page-detail .bread-h1-wrap .h1-area {
		width: 90%;
	}
	
	.page-detail .under-links {
		padding: 40px 0;
	}
	
	.page-detail .under-links .cmnfaq-area:first-of-type {
		padding: 0;
	}
	
	.page-detail .under-links .cmnfaq-area:nth-of-type(2) {
		padding: 40px 0 0 0;
	}
	
	.bread-h1-wrap .h1-area {
		bottom: auto;
	}
	
	.page-detail .contents .inner {
		width: 100%;
	}


}



/* -----------------------------------------------------------
     記事タイトル
-------------------------------------------------------------- */
.page-detail .bigttl-area {
	position: relative;
	z-index: 2;
}

.page-detail .bigttl-area .bigttl {
	font-size: 3rem;
	line-height: 1.5;
	padding: 20px 0 8px 0;
	margin-bottom: 30px;
	font-weight: 700;
}

.page-detail .bigttl-area .cate-list {
	padding: 13px 0 13px 50px;
	background-position: left top/40px;
	background-size: 40px auto;
	background-repeat: no-repeat;
}

.page-detail .bigttl-area .cate-list#type1 {
	background-image: url(../img/detail-cate-icon1.png);
}

.page-detail .bigttl-area .cate-list#type2 {
	background-image: url(../img/detail-cate-icon2.png);
}

.page-detail .bigttl-area .cate-list#type3 {
	background-image: url(../img/detail-cate-icon3.png);
}

.page-detail .bigttl-area .cate-list#type4 {
	background-image: url(../img/detail-cate-icon4.png);
}

.page-detail .bigttl-area .cate-list#type5 {
	background-image: url(../img/detail-cate-icon5.png);
}

.page-detail .bigttl-area .cate-list#type6 {
	background-image: url(../img/detail-cate-icon6.png);
}

.page-detail .bigttl-area .cate-list#type7 {
	background-image: url(../img/detail-cate-icon7.png);
}

.page-detail .bigttl-area .cate-list#type8 {
	background-image: url(../img/detail-cate-icon8.png);
}

.page-detail .bigttl-area .cate-list {
	align-items: center;
	display: flex;
}

.page-detail .bigttl-area .cate-list li:nth-child(2) {
	color: #808080;
	padding-left: 30px;
	position: relative;
}

.page-detail .bigttl-area .cate-list li:nth-child(2)::before {
	background: #808080;
	content: "";
	position: absolute;
	left: 10px;
	top: 9px;
	width: 15px;
	height: 1px;
}

.page-detail .bigttl-area .cate-list#type1 li:first-child {
	color: #ee8383;
}

.page-detail .bigttl-area .cate-list#type2 li:first-child {
	color: #7bb68f;
}

.page-detail .bigttl-area .cate-list#type3 li:first-child {
	color: #6594cd;
}

.page-detail .bigttl-area .cate-list#type4 li:first-child {
	color: #cfd075;
}

.page-detail .bigttl-area .cate-list#type5 li:first-child {
	color: #dfad6d;
}

.page-detail .bigttl-area .cate-list#type6 li:first-child {
	color: #baa2d6;
}

.page-detail .bigttl-area .cate-list#type7 li:first-child {
	color: #78c7c0;
}

.page-detail .bigttl-area .cate-list#type8 li:first-child {
	color: #a0d284;
}

@media screen and (max-width: 768px) {

	.page-detail .bigttl-area .bigttl {
		font-size: 2.2rem;
		margin-bottom: 20px;
		padding: 10px 0 8px 0;
	}

	.page-detail .bigttl-area .cate-list {
		display: block;
		padding: 5px 0 13px 50px;
	}

	.page-detail .bigttl-area .cate-list li {
		font-size: 1.5rem;
	}

	.page-detail .bigttl-area .cate-list li:nth-child(2) {
		padding-top: 10px;
	}

	.page-detail .bigttl-area .cate-list li:nth-child(2)::before {
		top: 18px;
		width: 13px;
		left: 12px;
	}

}



/* -----------------------------------------------------------
     目次
-------------------------------------------------------------- */
.page-detail .outline-area {
	margin-bottom: 50px;
}

.page-detail .outline-area .outline {
	padding: 10px 30px 10px 5px;
	display: flex;
	border: 8px solid #f6dede;
	position: relative;
	justify-content: space-between;
	min-height: 270px;
}

.page-detail .outline-area .outline::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	border-color: #f6dede transparent transparent transparent;
}

.page-detail .outline-area .outline::before {
	content: "";
	background: url("../img/top-function-illust.png")right top/contain no-repeat;
	position: absolute;
	top: 100px;
	left: 0;
	width: 150px;
	height: 140px;
}

.page-detail .outline-area .outline-ttl {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 45px 0 0 0;
	width: 170px;
	text-align: center;
}

.page-detail .outline-area .outline-list {
	width: calc( 100% - 170px );
}

.page-detail .outline-area .outline-list a {
	border-bottom: 1px dotted #858484;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.3;
	padding: 12px 0 12px 20px;
	color: #333;
}

.page-detail .outline-area .outline-list li:last-child a {
	border-bottom: none;
}

.page-detail .outline-area .outline-list a .fa {
	background: #fff;
	border-radius: 50%;
	text-align: center;
	margin: 5px 10px 0 0;
}

.page-detail .outline-area .outline-list a .fa::before {
	color: #ea0113;
}


@media screen and (max-width: 768px) {
	
	.page-detail .outline-area {
		margin-bottom: 20px;
	}
	
	.page-detail .outline-area .outline {
		display: block;
		padding: 10px 10px 5px 10px;
		min-height: auto;
	}
	
	.page-detail .outline-area .outline::before {
		top: -45px;
		left: auto;
		width: 100px;
		height: 90px;
		right: -17px;
	}
	
	.page-detail .outline-area .outline-list {
		border-left: none;
		border-top: 1px dotted #858484;
		padding: 0;
		margin: 10px 0 0 0;
		width: 100%;
	}
	
	.page-detail .outline-area .outline-list a {
		padding: 15px 5px;
		font-size: 1.5rem;
	}
	
	.page-detail .outline-area .outline-ttl {
		font-size: 2rem;
		padding: 0;
		width: 100%;
	}
	
	.page-detail .outline-area .outline::after {
		border-width: 25px 25px 0 0;
	}
	
	.page-detail .outline-area .outline-list a .fa {
		margin: 0 5px 0 0;
	}


}





/* -----------------------------------------------------------
     BOXエリア   box-area
-------------------------------------------------------------- */
.page-detail .box-area .box-title {
	background: #eee;
	padding: 15px 15px 18px 25px;
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 50px 0 20px 0;
}

.page-detail .box-area .box-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #e40112 transparent transparent transparent;

}

.page-detail .box-area .box-img-link {
	display: block;
	text-align: center;
	width: 500px;
	height: 300px;
	line-height: 254px;
	float: right;
	border: #f5e6e6 8px solid;
	padding: 15px;
	margin: 0 0 10px 20px;
}

.page-detail .box-area .box-img-item {
	position: relative;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.page-detail .box-area .box-img-item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.page-detail .box-area .box-img-item i {
	position: absolute;
	background: #e40112;
	color: #fff;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
}

.page-detail .box-area .freearea h2 {
	border: none;
	position: relative;
	padding: 0 0 0 15px;
}

.page-detail .box-area .freearea h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: 100%;
	background: #e40112;
}

.page-detail .box-area .freearea h3 {
	border: none;
	position: relative;
	padding: 0 0 0 15px;
}

.page-detail .box-area .freearea h3::before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	border-left: 5px dotted #e40112;
}

.page-detail .box-area .freearea h4 {
	border: none;
	background: transparent;
	position: relative;
	padding: 0 0 0 10px;
}

.page-detail .box-area .freearea h4::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 4px;
	height: 18px;
	background: #e40112;
}

@media screen and (max-width: 768px) {
	
	.page-detail .box-area .box-img-link {
		width: 100%;
		height: 200px;
		line-height: 175px;
		float: none;
		margin: 15px 0;
		padding: 5px;
		border-width: 6px;
	}
	
	.page-detail .box-area .box-title {
		padding: 12px 15px 16px 20px;
		font-size: 2rem;
		margin: 30px 0 10px 0;
	}
	
	.page-detail .box-area .box-title::before {
		border-color: #e40112 transparent transparent transparent;
	}
	
	.page-detail .box-area .freearea h2 {
		margin: 20px 0 13px 0;
	}

}

	

/* -----------------------------------------------------------
     動画を見る   movie-area
-------------------------------------------------------------- */
.page-detail .movie-area .inner {
	padding: 30px;
	background: #eaf3fa;
	margin: 50px auto 0;
	position: relative;
}

.page-detail .movie-area .inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #4391cd transparent transparent transparent;
}

.page-detail .movie-area .movie-ttl {
	font-size: 2.5rem;
	font-weight: bold;
	color: #4391cd;
}

.page-detail .movie-area .movie-ttl i {
	margin: 0 8px 0 0;
}

.page-detail .movie-area .movie-iframe {
	margin: 0 0 10px 20px;
	float: right;
}

.page-detail .movie-area .movie-txt p {
	margin: 10px 0 5px;
}

.page-detail .movie-area .freearea h2 {
	border: none;
	position: relative;
	padding: 0 0 0 15px;
}

.page-detail .movie-area .freearea h2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 100%;
	background: #4f91c4;
}

.page-detail .movie-area .freearea h3 {
	border: none;
	position: relative;
	padding: 0 0 0 15px;
}

.page-detail .movie-area .freearea h3::before {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	border-left: 5px dotted #4f91c4;
}

.page-detail .movie-area .freearea h4 {
	border: none;
	background: transparent;
	position: relative;
	padding: 0 0 0 20px;
}

.page-detail .movie-area .freearea h4::before {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background: #4f91c4;
}


@media screen and (max-width: 768px) {
	
	.page-detail .movie-area .inner {
		margin: 30px auto 0 auto;
		padding: 25px 20px;
	}
	
	.page-detail .movie-area .movie-iframe {
		float: none;
		margin: 15px 0;
	}
	
	.page-detail .movie-area .movie-iframe iframe {
		width: 100%;
		height: 250px;
	}
	
	.page-detail .movie-area .movie-ttl {
		font-size: 2rem;
	}
	
	.page-detail .movie-area .movie-ttl i {
		margin: 0 5px 0 0;
	}
	
	.page-detail .movie-area .inner::after {
		border-width: 25px 25px 0 0;
	}
	
	.page-detail .movie-area .freearea h2 {
		font-size: 1.9rem;
	}
	
}



/* -----------------------------------------------------------
     備考エリア   remarks-area
-------------------------------------------------------------- */
.page-detail .remarks-area .inner {
	padding: 30px;
	background: #f7f6e9;
	margin: 50px auto 0;
	position: relative;
}

.page-detail .remarks-area .inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #8e8c7c transparent transparent transparent;
}

.page-detail .remarks-area .remarks-ttl {
	font-size: 2.5rem;
	font-weight: bold;
	color: #8e8c7c;
}

.page-detail .remarks-area .remarks-ttl i {
	margin: 0 8px 0 0;
}

.page-detail .remarks-area .freearea h2{
	border-bottom: 4px solid #b9b59f;
}

.page-detail .remarks-area .freearea h3 {
	border-bottom: dotted 3px #b9b59f;
}

.page-detail .remarks-area .freearea h4 {
	padding: 10px 13px;
	background: #dedbc6;
}

@media screen and (max-width: 768px) {
	
	.page-detail .remarks-area .inner {
		margin: 30px auto 0 auto;
		padding: 25px 20px;
	}
	
	.page-detail .remarks-area .remarks-ttl {
		font-size: 2rem;
	}
	
	.page-detail .remarks-area .remarks-ttl i {
		margin: 0 5px 0 0;
	}
	
	.page-detail .remarks-area .inner::after {
		border-width: 25px 25px 0 0;
	}
	
	.page-detail .remarks-area .freearea h2{
		font-size: 1.9rem;
	}
	
}


/* -----------------------------------------------------------
     注意エリア  caution-area
-------------------------------------------------------------- */
.page-detail .caution-area .inner {
	padding: 30px;
	background: #f9efed;
	margin: 50px auto 0;
	position: relative;
}

.page-detail .caution-area .inner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #e26565 transparent transparent transparent;
}

.page-detail .caution-area .caution-ttl {
	font-size: 2.5rem;
	font-weight: bold;
	color: #e26565;
	margin: 0 0 20px 0;
}

.page-detail .caution-area .caution-ttl i {
	margin: 0 8px 0 0;
}

.page-detail .caution-area .freearea h2{
	border-bottom: 4px solid #df7373;
}

.page-detail .caution-area .freearea h3 {
	border-bottom: dotted 3px #df7373;
}

.page-detail .caution-area .freearea h4 {
	padding: 10px 13px;
	background: #efd9d9;
}

@media screen and (max-width: 768px) {
	
	.page-detail .caution-area .inner {
		margin: 30px auto 0 auto;
		padding: 25px 20px;
	}
	
	.page-detail .caution-area .caution-ttl {
		font-size: 2rem;
	}
	
	.page-detail .caution-area .caution-ttl i {
		margin: 0 5px 0 0;
	}
	
	.page-detail .caution-area .inner::after {
		border-width: 25px 25px 0 0;
	}
	
	.page-detail .caution-area .freearea h2{
		font-size: 1.9rem;
	}

	
}





/* -----------------------------------------------------------
     アンケートエリア   #question
-------------------------------------------------------------- */
#question {
	margin: 90px 0 0 0;
	padding: 0 0 70px 0;
}

#question .question-ttl {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
	position: relative;
}

#question .question-ttl::before {
	background: url("../img/top-mvimg-l.png")left top/contain no-repeat;
	content: "";
	position: absolute;
	left: 30px;
	top: -20px;
	width: 156px;
	height: 196px;
}

#question .question-ttl::after {
	background: url("../img/top-mvimg-r.png")left top/contain no-repeat;
	content: "";
	position: absolute;
	right: 55px;
	top: -20px;
	width: 140px;
	height: 205px;
}

#question .question-contents {
	display: flex;
	justify-content: center;
	align-items: center;
}

#question .question-contents button {
	appearance: none;
	margin: 0 15px;
	padding: 0;
	font-size: 1.8rem;
	color: #FFF;
	cursor: pointer;
	border-radius: 0;
	border: 0;
	transition: 0.3s;
	width: 250px;
	height: 60px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#question .question-contents button.yes {
	background-color: #f98c98;
}

#question .question-contents button.no {
	background-color: #a7a7a7;
}


#question .question-contents button:hover {
	opacity: .7;
}


@media screen and (max-width: 768px) {
	
	#question {
		margin: 80px 0 20px 0;
		padding: 0;
	}
	
	#question .question-ttl {
		font-size: 2rem;
		margin: 0 0 20px 0;
		line-height: 1.3;
	}
	
	#question .question-ttl::before {
		left: 0;
		top: -45px;
		width: 76px;
		height: 116px;
		bottom: auto;
	}
	
	#question .question-ttl::after {
		right: 0;
		top: -45px;
		width: 70px;
		height: 135px;
	}
	
	#question .question-contents button {
		height: 50px;
	}
}


/* -----------------------------------------------------------
     アンケートメッセージ   #msg
-------------------------------------------------------------- */
#msg .msg-contents {
	padding: 25px;
	text-align: center;
	margin: 30px 0;
	border-radius: 3px;
	border: dotted 6px #f4d5d5;
	display: none;
}

#msg .msg-contents p {
	font-size: 1.8rem;
	letter-spacing: .03em;
}


@media screen and (max-width: 768px) {
		#msg .msg-contents {
		padding: 15px;
	}
		
		#msg .msg-contents p {
		font-size: 1.6rem;
	}
}










