@charset "UTF-8";

#main-area:after {
	z-index: 1;
}

#main-area {
	background-color: #9bd5eb;
	background-repeat: no-repeat;
	background-image: url(../images/mv_bg.jpg);
}

#contents {
	background: #eceeef;
}

.column01 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 75px;
	padding-bottom: 97px;
}



/* メディア一覧ページ・共通 */

.column01 .inner {
	background: #fff;
	box-sizing: border-box;
	padding: 40px 60px 90px;
}

.column01 .inner > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px #e6e9ea solid;
	position: relative;
}
.column01 .inner > ul > li.nopost {
	border-bottom: none;
}
.column01 .inner > ul > li.nopost:before {
	content: none;
}
.column01 .inner > ul > li + li {
	margin-top: 10px;
}
.column01 .inner > ul > li .links {
	display: flex;
	flex-wrap: wrap;
}
.column01 .inner > ul > li .links ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}
.column01 .inner > ul > li .links ul a {
	padding: 2px 7px 1px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}
.column01 .inner > ul > li .links ul a:hover {
	opacity: 1;
}
.column01 .inner > ul > li .links .cat a {
	color: #fff;
	min-width: 64px;
	background: #0089be;
	border: 1px solid #0089be;
/*	border-radius: 999px;*/
}
.column01 .inner > ul > li .links .cat a:hover {
	color: #0089be;
	background-color: #fff;
}
.column01 .inner > ul > li .links .tag a {
	border: 1px solid #dedede;
}
.column01 .inner > ul > li .links .tag a:hover {
	color: #fff;
	background-color: #223e6c;
}
.column01 .inner > ul > li .links ul + ul {
	margin-left: 10px;
}
.column01 .inner > ul > li .links ul li + li {
	margin-left: 5px;
}
.column01 .inner dt {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	position: relative;
}
.column01 .inner > ul > li > a {
	display: block;
	padding-top: 7px;
}
.column01 .inner > ul > li > a:hover dt:after {
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 1px #727272 solid;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.column01 .inner .img img {
	max-width: 100%;
	max-height: 620px;
}
.column01 .inner dd {
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 8px;
	color: #888;
}

/* メディア_記事 */
.article .column01 {
	padding-top: 87px;
}
.article .column01 dl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	border-bottom: 1px #e6e9ea solid;*/
	position: relative;
}
.article .column01 dt {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 20px;
	padding-left: 40px;
	margin-bottom: 60px;
/*	padding-bottom: 34px;*/
/*	border-bottom: 3px #e6e9ea solid;*/
}
.article .column01 dt::before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	border-left: 4px solid #0089be;
}
.article .column01 dt .links {
	display: flex;
	flex-wrap: wrap;
	font-weight: normal;
	margin-bottom: 20px;
}
.article .column01 dt .links .time {
	margin-right: 30px;
}
.article .column01 dt .links ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 20px;
}
.article .column01 dt .links ul a {
	padding: 2px 7px 1px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	pointer-events: none;
}
.article .column01 dt .links ul a:hover {
	opacity: 1;
}
.article .column01 dt .links .cat a {
	color: #fff;
	min-width: 64px;
	background: #0089be;
	border: 1px solid #0089be;
/*	border-radius: 999px;*/
}
.article .column01 dt .links .cat a:hover {
	color: #0089be;
	background-color: #fff;
}
.article .column01 dt .links .tag a {
	border: 1px solid #dedede;
}
.article .column01 dt .links .tag a:hover {
	color: #fff;
	background-color: #223e6c;
}
.article .column01 dt .links ul + ul {
	margin-left: 10px;
}
.article .column01 dt .links ul li + li {
	margin-left: 5px;
}
.article .column01 dt .title {
	color: #223e6c;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.article .column01 dd {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 21px;
	color: #333;
	position: relative;
	margin-top: 30px;
}
.article .column01 dl + .blueBtn {
	margin-top: 21px;
}
.article .column01 .blueBtn {
	padding-top: 45px;
	text-align: center;
}
.article .column01 .blueBtn a {
	display: inline-block;
	width: 128px;	
	height: 34px;
	line-height: 34px;
	color: #fff;
	background-color: #223e6c;
}

.article #more {
	margin-top: 31px;
	margin-bottom: 41px;
}
.article #more p {
	color: #223e6c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.article #more ul {
	overflow: hidden;
}
.article #more li {
	float: left;
}
.article #more li + li {
	margin-left: 4px;
}
.article #more li a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 23px;
	border: 1px solid #dedede;
}
.article #more li a:hover {
	opacity: 1;
	color: #fff;
	background: #223e6c;
}
.article #aboutAuthor {
	overflow: hidden;
	border-top: 1px solid #223e6c;
	border-bottom: 1px solid #223e6c;
}
.article #aboutAuthor > div {
	width: calc(100% - 102px);
	float: right;
	line-height: 22px;
	overflow: hidden;
	padding-bottom: 10px;
}
.article #aboutAuthor .degree {
	font-size: 14px;
	padding-top: 7px;
}
.article #aboutAuthor .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.article #aboutAuthor .link {
	float: right;
	margin-top: 8px;
}
.article #aboutAuthor .link a {
	color: #fff;
	display: block;
	line-height: 33px;
	background: #223e6c;
	padding-right: 17px;
	padding-left: 5px;
}
.article #aboutAuthor .link a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 11px;
	display: inline-block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.article #aboutAuthor figure {
	width: 80px;
	float: left;
	padding: 10px 0;
}
.article #aboutAuthor figure img {
	width: 100%;
	height: auto;
}
.article #precedents h3 span {
	color: #223e6c;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 2px 0px 3px;
	margin: 33px 0 19px;
	border-bottom: 3px #e6e9ea solid;
}
#precedents li {
	display: table;
}
#precedents li + li {
	margin-top: 15px;
}
#precedents li .title > span {
	display: table-cell;
	vertical-align: top;
}
#precedents li .title .cat {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 68px;
		display: inline-block;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 10px;
}
#precedents li.type_iryoujiko .title .cat {
	background: #4cafc6;
}
#precedents li.type_kaigojiko .title .cat {
	background: #2d920a;
}
#precedents li.type_koutujiko .title .cat {
	background: #f8833e;
}
#precedents li.type_rousai .title .cat {
	background: #185760;
}
#precedents li.type_gakkou .title .cat {
	background: #60bbe6;
}
#precedents li .title span + span {
	padding-left: 5px;
}
.article #faq {
	margin-top: 39px;
	background: #daeaf1;
	padding: 17px 20px 31px;
	border: 1px solid #b7d2de;
}
.article #faq h2 {
	color: #223e6c;
	font-size: 18px;
	font-weight: bold;
}
.article #faq li + li {
	border-top: 1px solid #b7d2de;
}
.article #faq li a {
	display: block;
	font-size: 14px;
	line-height: 25px;
	position: relative;
	padding: 13px 0 16px 48px;
}
.article #faq li a:hover {
	opacity: 1;
	color: #223e6c;
}
.article #faq li a:before {
	color: #fff;
	width: 30px;
	height: 30px;
	content: "Q.";
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background: #223e6c;
	position: absolute;
	top: 10px;
	left: 0;
}


@media only screen and (min-width: 981px){
	.article .column01 dd,
	#more,
	#aboutAuthor,
	#precedents,
	#faq {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.article #aboutAuthor {
		overflow: hidden;
		border-top: 1px solid #223e6c;
		border-bottom: 1px solid #223e6c;
	}
	.article #aboutAuthor > div {
		width: calc(100% - 102px);
		float: right;
		line-height: 22px;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.article #aboutAuthor .degree {
		font-size: 14px;
		padding-top: 7px;
	}
	.article #aboutAuthor .name {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 7px;
	}
	.article #aboutAuthor .link {
		float: right;
		margin-top: 8px;
	}
	.article #aboutAuthor .link a {
		color: #fff;
		display: block;
		line-height: 33px;
		background: #223e6c;
		padding-right: 17px;
		padding-left: 5px;
	}
	.article #aboutAuthor .link a:before {
		content: "";
		width: 8px;
		height: 8px;
		margin-right: 11px;
		display: inline-block;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.article #aboutAuthor figure {
		width: 80px;
		float: left;
		padding: 10px 0;
	}
	.article #aboutAuthor figure img {
		width: 100%;
		height: auto;
	}
	.article #faq {
		margin-top: 39px;
		margin-bottom: 75px;
		background: #daeaf1;
		padding: 17px 20px 31px;
		border: 1px solid #b7d2de;
	}
	.article #faq h2 {
		color: #223e6c;
		font-size: 18px;
		font-weight: bold;
	}
	.article #faq li + li {
		border-top: 1px solid #b7d2de;
	}
	.article #faq li a {
		display: block;
		font-size: 14px;
		line-height: 25px;
		position: relative;
		padding: 13px 0 16px 48px;
	}
	.article #faq li a:hover {
		opacity: 1;
		color: #223e6c;
	}
	.article #faq li a:before {
		color: #fff;
		width: 30px;
		height: 30px;
		content: "Q.";
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		background: #223e6c;
		position: absolute;
		top: 10px;
		left: 0;
	}
}



 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP max-width: 980px
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 980px) {
	/* 一覧ページ・共通 */

	.column01 .inner {
		padding-left: 0;
		padding-right: 0;
	}
	#main-area {
		padding-top: 55px;
		background-image: url(../images/mv_bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
	}
	#main-area .mv_text01 img {
		width: 293px;
	}
	.column01 {
		padding-top: 33px;
		padding-bottom: 97px;
	}
	.sTitle {
		font-size: 13px;
	}
	.column01 .inner {
		padding-top: 14px;
	}

	.column01 .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.column01 .inner > ul > li {
		padding-top: 10px;
	}
	.column01 .inner > ul > li:before {
		width: 21px;
		padding-top: 24px;
	}
	.column01 .inner dt {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	.column01 .inner dd {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px;
		padding-bottom: 10px;
	}

	/* メディア_記事 */
	.article .column01 {
		padding: 40px 10px 50px;
	}
	.article .column01 .inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 20px 40px;
	}
	.article dt {
		font-size: 14px;
		line-height: 28px;
	}
	.article dd {
		font-size: 12px;
		line-height: 24px;
		padding-bottom: 16px;
	}
	.article .column01 dt {
		padding-top: 5px;
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.article .column01 dt::before {
		border-left-width: 2px;
	}
	.article .column01 dt .links {
		margin-bottom: 10px;
	}
	.article .column01 dt .title {
		font-size: 16px;
		line-height: 25px;
	}
	.column01 .inner .img {
		padding: 0 23px 23px;
	}
	.column01 .inner .img img {
		max-height: none;
	}
	.article .column01 .blueBtn {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 374px) {
}

