@charset "UTF-8";

#mainArea h2 .txt {
	line-height: 1.2em !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.7em;
}
#mainArea h3.pageTitle,
#mainArea h3.catch,
#mainArea h3.pageTitle2,
#mainArea h3.pageTitle3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
#mainArea h3.pageTitle {
	color: #fff;
	background-color: #5dc1cf;
}

#mainArea h3.catch strong {
	margin: 0 .1em;
	font-size: 1.3em;
}
body:not(.sphone) #mainArea h3.pageTitle {
	margin-top: -2rem;
	padding: .6em 0;
	line-height: 1.5em;
	font-size: 1.5em;
}
body:not(.sphone) #mainArea h3.catch {
	line-height: 1.5em !important;
	font-size: 1.3em;
}
.sphone #mainArea h3.pageTitle {
	margin-top: -6%;
	padding: 3%;
	line-height: 1.3em !important;
	font-size: 1.4em;
}
.sphone #mainArea h3.catch {
	margin-left: 3%;
	margin-right: 3%;
	line-height: 1.5em !important;
	font-size: 1.2em;
}

#mainArea h3.pageTitle2 {
	position: relative;
}
#mainArea h3.pageTitle2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #e95e94;
}
#mainArea h3.pageTitle2 span {
	position: relative;
	z-index: 5;
	padding: 0 .4em;
	background-color: #f4f7f9;
}


#mainArea h3.pageTitle3 span {
	display: block;
	margin-top: .5em;
	font-weight: 400;
	font-size: .7em;
}


body:not(.sphone) #mainArea h3.pageTitle2 {
	margin-top: 4rem;
	letter-spacing: .1em;
	font-size: 1.7em;
}
body:not(.sphone) #mainArea h3.pageTitle3 {
	margin-top: 2rem;
	letter-spacing: .1em;
	font-size: 1.4em;
}
.sphone #mainArea h3.pageTitle2 {
	margin-top: 10%;
	letter-spacing: .1em;
	font-size: 1.4em;
}
.sphone #mainArea h3.pageTitle3 {
	margin-top: 6%;
	letter-spacing: .1em;
	font-size: 1.3em;
}
.sphone #mainArea h3.pageTitle3 span {
	margin-top: -.1em;
}


/* -------------------------------------------------------------------------- */
/* -- .contArea -- */
.contArea .cont,.contArea2 {
	box-sizing: border-box;
	background-color: #fff;
	border: #5dc1cf 1px solid;
	border-radius: 6px;
}
.contArea .cont .jk {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.contArea .cont .jk::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
#mainArea .jk,#mainArea .imgList {
	position: relative;
}
#mainArea .jk::after,#mainArea .imgList::after {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
#mainArea .jk img,#mainArea .imgList img {
	position: relative;
	width: 100%;
	height: auto;
}
.contArea .cont h5,
.contArea2 h5 {
	font-size: 1.1em;
	color: #5dc1cf;
	border-bottom: #5dc1cf 2px dotted;
}

/* ----------------------------- */
body:not(.sphone) #mainArea .contArea {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 1.5rem auto 0;
}
body:not(.sphone) #mainArea .contArea .cont {
	flex-basis: calc(calc(100% / 2) - 2%);
	padding: 2% 3%;
}
body:not(.sphone) #mainArea .contArea .cont:nth-of-type(odd) {
	margin-right: 4%;
}
body:not(.sphone) #mainArea .contArea .cont h4,
body:not(.sphone) #mainArea .contArea2 h4 {
	line-height: 1.4em;
	font-size: 1.5vw;
}
body:not(.sphone) #mainArea .contArea .cont .jk {
	width: 74%;
}

/* ----------------------------- */
.sphone #mainArea .contArea .cont,
.sphone #mainArea .contArea2 {
	margin: 3% 3% 0;
	padding: 3%;
}
.sphone #mainArea .contArea .cont h4,
.sphone #mainArea .contArea2 h4 {
	font-size: 1.3em;
}
.sphone #mainArea .contArea .cont .jk {
	width: 80%;
}
.sphone #mainArea .contArea2 .jk {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------------------------------------------------------- */
/* -- .contArea2 -- */

/* ----------------------------- */
body:not(.sphone) #mainArea .contArea2 {
	width: 65%;
	margin: 2rem auto 0;
	padding: 2%;
}
body:not(.sphone) #mainArea .contArea2>div {
	overflow: hidden;
}
body:not(.sphone) #mainArea .contArea2>div>* {
	float: left;
}
body:not(.sphone) #mainArea .contArea2 .jk {
	width: 33%;
}
body:not(.sphone) #mainArea .contArea2 .detail {
	width: 63%;
	margin-left: 4%;
	padding-top: 1rem;
}
body:not(.sphone) #mainArea .contArea2 .imgList {
	overflow: hidden;
}
body:not(.sphone) #mainArea .contArea2 .imgList p {
	float: left;
	width: calc(calc(100% / 3) - 1%);
	margin-top: .5rem;
}
body:not(.sphone) #mainArea .contArea2 .imgList p:not(:nth-of-type(3n)) {
	margin-right: 1.5%;
}

/* ----------------------------- */
.sphone #mainArea .contArea2 .spCenter {
	text-align: center;
}
.sphone #mainArea .contArea2 .imgList {
	overflow: hidden;
}
.sphone #mainArea .contArea2 .imgList p {
	float: left;
	width: calc(calc(100% / 2) - .5%);
	margin-top: 1%;
}
.sphone #mainArea .contArea2 .imgList p:nth-of-type(odd) {
	margin-right: 1%;
}


/* -------------------------------------------------------------------------- */
/* -- .tokutenArea -- */
.tokutenArea .cont {
	box-sizing: border-box;
	border: #5dc1cf 1px solid;
	border-radius: 6px;
}
.tokutenArea .cont h4 {
	font-size: 1.2em;
}
.tokutenArea .cont h5 {
	font-size: 1.1em;
}
.tokutenArea .btnArea {
	letter-spacing: -.4em;
}
.tokutenArea .btnArea .btn {
	position: relative;
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
/* リンク設定したら外す */
/*.tokutenArea .btnArea .btn::before {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(244,247,249,.7);
}*/
.tokutenArea.btnArea2 .btn a {
	font-size: .9em;
}
.tokutenArea .btn a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	border-radius: 4px;
	transition: all 220ms 0s ease-out;
}
.tokutenArea .dvd a {
	background-color: #5dc1cf;
}
.tokutenArea .color4 {
	color: #be2521;
}
#mainArea .tokutenArea .pcscAtt {
	border: #5a5757 1px solid;
}
#mainArea .tokutenArea .sentaku {
	padding: .2em;
	color: #fff;
	background-color: #5a5757;
}

/* ----------------------------- */
body:not(.sphone) #mainArea .tokutenArea {
	max-width: 700px;
	margin: auto;
}
body:not(.sphone) #mainArea .tokutenArea .cont {
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
}
body:not(.sphone) .tokutenArea .btn {
	width: 49%;
}
body:not(.sphone) .tokutenArea .btn:nth-of-type(odd) {
	margin-right: 2%;
}
body:not(.sphone) #mainArea .tokutenArea .tokuten {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
body:not(.sphone) #mainArea .tokutenArea .pcscAtt {
	padding: 1rem;
}

/* ----------------------------- */
.sphone #mainArea .tokutenArea {
	margin: auto 3%;
}
.sphone #mainArea .tokutenArea .cont {
	margin-top: 3%;
	padding: 3%;
}
.sphone .tokutenArea .btn {
	width: 49%;
}
.sphone .tokutenArea .btn:nth-of-type(odd) {
	margin-right: 2%;
}
.sphone .tokutenArea .btn a {
	padding: 5% 0;
}
.sphone .tokutenArea .btn.width100 {
	width: 100%;
	margin-right: 0;
}